@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&amp;display=swap");

html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

:root {
    --page-gutter-x: 20px
}

@font-face {
    font-family: Gilroy;
    font-style: italic;
    font-weight: 700;
    src: local("Gilroy Bold Italic"), local("Gilroy-BoldItalic"), url(fonts/gilory/Gilroy-BoldItalic.woff) format("woff")
}

@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url(fonts/gilory/Gilroy-SemiBold.woff) format("woff")
}

@font-face {
    font-family: Gilroy;
    font-style: italic;
    font-weight: 600;
    src: local("Gilroy SemiBold Italic"), local("Gilroy-SemiBoldItalic"), url(fonts/gilory/Gilroy-SemiBoldItalic.woff) format("woff")
}

@font-face {
    font-family: Gilroy;
    font-style: italic;
    font-weight: 500;
    src: local("Gilroy Medium Italic"), local("Gilroy-MediumItalic"), url(fonts/gilory/Gilroy-MediumItalic.woff) format("woff")
}

@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 400;
    src: local("Gilroy Regular"), local("Gilroy-Regular"), url(fonts/gilory/Gilroy-Regular.woff) format("woff")
}

@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    src: local("Gilroy Medium"), local("Gilroy-Medium"), url(fonts/gilory/Gilroy-Medium.woff) format("woff")
}

@font-face {
    font-family: Gilroy;
    font-style: italic;
    font-weight: 400;
    src: local("Gilroy Regular Italic"), local("Gilroy-RegularItalic"), url(fonts/gilory/Gilroy-RegularItalic.woff) format("woff")
}

@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 700;
    src: local("Gilroy Bold"), local("Gilroy-Bold"), url(fonts/gilory/Gilroy-Bold.woff) format("woff")
}

@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 300;
    src: local("Gilroy Light"), local("Gilroy-Light"), url(fonts/gilory/Gilroy-Light.woff) format("woff")
}

@font-face {
    font-family: Gilroy;
    font-style: italic;
    font-weight: 300;
    src: local("Gilroy Light Italic"), local("Gilroy-LightItalic"), url(fonts/gilory/Gilroy-LightItalic.woff) format("woff")
}

body {
    font-family: Gilroy, sans-serif;
    font-style: normal;
    font-weight: 400
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif
}

mark {
    background: transparent;
    color: var(--New-Main-on-dark, #d06ab5);
    text-decoration: none
}

.redesign {
    background: var(--light-violet, #faf6ff)
}

.section-title {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 28px;
    text-align: left
}

@media (min-width:768px) {
    .section-title {
        font-size: 30px;
        margin: 0 0 56px;
        text-align: center
    }
}

*, :after, :before {
    box-sizing: border-box
}

html {
    box-sizing: inherit;
    color: var(--Dark-01-Dark, #040e2a);
    font-size: 1rem;
    line-height: 1.2
}

body {
    --header-height: 76px;
    background: #fff
}

@media (min-width:768px) {
    body {
        --header-height: 105px
    }
}

a {
    color: #d06ab5
}

a, button, input[type=button], input[type=submit] {
    cursor: pointer
}

main {
    padding-top: var(--header-height)
}

img {
    height: auto;
    max-width: 100%
}

.main-navigation {
    display: block;
    width: 100%
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    float: left;
    left: -999em;
    position: absolute;
    top: 100%;
    z-index: 99999
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.main-navigation ul ul li.focus>ul, .main-navigation ul ul li:hover>ul {
    display: block;
    left: auto;
    transition: .3s ease-in-out
}

.main-navigation ul ul a {
    width: 200px
}

.main-navigation ul li.focus>ul, .main-navigation ul li:hover>ul {
    left: auto;
    transition: .3s ease-in-out
}

.main-navigation li {
    position: relative
}

.main-navigation a {
    display: block;
    text-decoration: none
}

.main-navigation.toggled ul, .menu-toggle {
    display: block
}

.site-main .comment-navigation, .site-main .post-navigation, .site-main .posts-navigation {
    margin: 0 0 1.5em
}

.comment-navigation .nav-links, .post-navigation .nav-links, .posts-navigation .nav-links {
    display: flex
}

.comment-navigation .nav-previous, .post-navigation .nav-previous, .posts-navigation .nav-previous {
    flex: 1 0 50%
}

.comment-navigation .nav-next, .post-navigation .nav-next, .posts-navigation .nav-next {
    flex: 1 0 50%;
    text-align: end
}

.sticky {
    display: block
}

.page, .post {
    margin: 0
}

.updated:not(.published) {
    display: none
}

.entry-content, .entry-summary, .page-content {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.widget {
    margin: 0 0 1.5em
}

.widget select {
    max-width: 100%
}

.comment-content .wp-smiley, .entry-content .wp-smiley, .page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    grid-gap: 1.5em;
    display: grid;
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr)
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr)
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr)
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr)
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr)
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr)
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr)
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr)
}

.gallery-caption {
    display: block
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto !important;
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: .875rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    float: left;
    margin-bottom: 1.5em;
    margin-right: 1.5em
}

.alignright {
    float: right;
    margin-bottom: 1.5em;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto
}

.mobile-nav {
    display: none
}

.btn, .s_contact_form .wpcf7-submit {
    align-items: stretch;
    background: linear-gradient(262.23deg, #2d3773 -28.22%, #b4559b 104.16%);
    border: none;
    border-radius: 24px;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 14px;
    height: 34px;
    height: 48px;
    justify-content: stretch;
    line-height: 17px;
    line-height: 1;
    min-width: 156px;
    outline: none;
    padding: 2px;
    position: relative;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

.btn-icon+.btn-text, .btn-text+.btn-icon {
    margin-left: 8px
}

.btn-icon {
    height: 12px;
    width: 27px
}

.s1-out a, .s_sync-body a, .s_sync-btn a {
    cursor: pointer;
    text-decoration: none
}

span.btn-text {
    align-items: center;
    border-radius: inherit;
    color: #fff;
    display: inline-flex;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    letter-spacing: 0;
    line-height: 17px;
    padding: 8px 22px;
    text-align: right
}

span.btn-text:after {
    background: url(../../uploads/2022/04/btn-after.svg);
    background-repeat: no-repeat;
    color: #fff;
    content: "";
    display: inline-block;
    font-size: 8px;
    font-weight: 900;
    height: 12px;
    margin-left: 8px;
    margin-top: 0;
    min-height: 12px;
    padding-right: 6px;
    vertical-align: middle;
    width: 27px
}

.btn:hover .btn-text, .s_contact_form .btn-text .wpcf7-submit:hover .btn-text {
    background: #fff;
    color: #b4559b
}

.btn:hover span.btn-text {
    background-color: #fff
}

.btn:hover span.btn-text:after {
    background: url(../../uploads/2022/10/btn-after-hover.svg);
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    content: "";
    display: inline-block;
    font-size: 8px;
    font-weight: 900;
    height: 12px;
    margin-left: 8px;
    margin-top: 0;
    max-width: 20px;
    min-height: 12px;
    padding-right: 6px;
    vertical-align: middle;
    width: 27px
}

section.s1 {
    align-content: center;
    background-attachment: fixed;
    background-color: #0d0e12;
    background-position: 100% 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
    background-size: cover;
    color: #fff;
    flex-flow: row wrap;
    height: auto;
    justify-content: center;
    margin-top: -105px;
    min-height: 725px
}

.s1-h-blur, section.s1 {
    align-items: center;
    display: flex;
    width: 100%
}

.s1-h-blur {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    justify-content: space-between;
    min-height: 500px
}

.s1-h-blur, .s1-out {
    position: relative
}

.rehome-star1 {
    background: url(../../uploads/2022/07/rehome-star-i.svg) no-repeat 50%;
    display: block;
    height: 45px;
    left: -595px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 100px;
    width: 45px
}

.s1-out {
    margin: 0 auto;
    max-width: 1060px;
    width: 100%
}

.s1-in {
    max-width: 780px
}

h1.s1-t1 {
    color: #faf7ff;
    font-size: 49px;
    font-size: 46px;
    font-weight: 700;
    line-height: 55px
}

p.s1-t2 {
    color: #faf7ff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    max-width: 725px
}

.s1-f-blur {
    min-height: 415px
}

.main-footer {
    background: #1e2346;
    min-height: 470px
}

.footer-menu-out {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1170px;
    padding-top: 55px
}

.footer-logo-text {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    margin-top: 10px;
    max-width: 200px
}

.footer-menu-t1 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 3;
    margin: 5px auto 0
}

.footer-menu-t2 ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-decoration: none
}

.footer-menu-t2 li a {
    color: #a8a8a9;
    color: hsla(0, 0%, 100%, .541);
    font-size: 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 2.4;
    line-height: 17px;
    margin: 0 auto;
    text-decoration: none
}

.footer-new-phones-li-text p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 0
}

@media (min-width:992px) {
    .footer-new-phones-li-text p {
        max-width: 180px
    }
}

.t22 li a {
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px
}

.t22 li a, .t22 li span {
    display: inline-block;
    font-size: 14px
}

.t22 li span {
    color: hsla(0, 0%, 100%, .6);
    font-weight: 300;
    margin-bottom: 16px
}

.footer-menu-t2 li {
    margin: 10px auto
}

ul.footer-logos-ul {
    align-content: center;
    list-style: none;
    margin: 0 auto 15px;
    padding: 0;
    text-decoration: none
}

.footer-copyright-out, ul.footer-logos-ul {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.footer-copyright-out {
    align-content: flex-start;
    margin: 0 auto;
    max-width: 1170px;
    padding-top: 55px
}

.footer-copyright-t1 p {
    margin: 0
}

ul.footer-logos-ul li {
    margin: 0 20px
}

.footer-copyright-t1 {
    font-weight: 300
}

.footer-copyright-t1, .footer-copyright-t1 a {
    color: hsla(0, 0%, 100%, .8);
    font-size: 14px;
    line-height: 21px
}

h2.s2-main-title {
    margin-bottom: 45px;
    margin-top: 0;
    text-align: center
}

h3.s2-sub-title {
    color: #b4559b;
    text-align: left
}

.s2-out {
    align-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #dadbe1;
    border-top: 1px solid #dadbe1;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1290px;
    padding: 35px 0 55px;
    width: 100%
}

.s2-title {
    color: #1e2346;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    max-width: 345px
}

section.s3 {
    background: #1e2346;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain
}

.s3-1-out {
    min-height: 790px;
    position: relative
}

.s3-2-out {
    min-height: 615px
}

h2.s3-main-title {
    color: #faf7ff;
    font-size: 30px;
    line-height: 45px;
    padding-top: 126px;
    text-align: center
}

p.s3-main-subtitle {
    color: rgba(250, 246, 255, .8);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center
}

.s3-2-out {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    min-height: 555px;
    width: 100%
}

.s3-2-in2 {
    max-width: 625px;
    position: relative
}

.s3-2-in2:before {
    background: url(../../uploads/2022/01/s3-b.png);
    content: "";
    display: block;
    height: 127px;
    left: -115px;
    position: absolute;
    top: -40px;
    width: 153px
}

h3.s3-2-t1 {
    color: #faf5ff;
    font-size: 35px;
    line-height: 45px
}

.s3-2-t2 {
    color: #faf5ff;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px
}

.s3-2-big-img {
    align-self: end;
    display: flex;
    max-width: 440px
}

.our-story-out {
    flex-flow: column wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 1320px
}

.our-story-out, ul.our-story-ul {
    align-content: center;
    align-items: center;
    display: flex
}

ul.our-story-ul {
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 5px auto;
    min-height: 555px;
    padding: 0;
    position: relative;
    width: 100%;
    width: 1708px
}

.our-story-ul-li-t2 {
    display: block;
    margin: 0 auto;
    text-align: center
}

.our-story-ul-li-t2 strong {
    color: #faf5ff;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-align: center
}

.our-story-ul-li-t3 {
    color: #faf5ff;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
    max-width: 170px;
    opacity: .8;
    text-align: center
}

ul.our-story-ul li {
    cursor: pointer;
    display: flex;
    display: block;
    flex-flow: column wrap;
    height: auto;
    position: absolute;
    transition: .35s ease-in-out;
    width: 405px
}

ul.our-story-ul li:first-child {
    left: -3%;
    top: 73%
}

ul.our-story-ul li:nth-child(2) {
    left: 10%;
    top: 44%
}

ul.our-story-ul li:nth-child(3) {
    left: 35%;
    top: 30%
}

ul.our-story-ul li:nth-child(4) {
    left: 41%;
    top: 1%
}

ul.our-story-ul li:nth-child(5) {
    left: 50%;
    top: 39%
}

ul.our-story-ul li:nth-child(6) {
    left: 65%;
    top: 7%
}

ul.our-story-ul li:nth-child(7) {
    left: 79%;
    top: 1%
}

ul.our-story-ul li:after {
    color: #fff;
    font-family: Century Gothic;
    font-size: 40px;
    font-weight: 700;
    height: 10px;
    line-height: .4;
    min-height: 10px;
    min-width: 10px;
    position: absolute;
    right: -5.5%;
    width: 10px
}

.our-story-ul-li-text {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background-color: rgba(13, 14, 18, .231);
    background: hsla(0, 0%, 100%, .05);
    color: #fff;
    display: none;
    margin: 0 auto;
    min-height: 285px;
    padding: 35px 30px 10px
}

.our-story-ul-li-t1 img {
    display: block;
    margin: 0 auto;
    text-align: center
}

.our-story-ul-li-text-t1 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 10px
}

.our-story-ul-li-text-t2 {
    color: hsla(0, 0%, 100%, .8);
    font-size: 14px;
    font-weight: 300;
    line-height: 21px
}

section.s4 {
    padding: 48px 0
}

@media (min-width:768px) {
    section.s4 {
        padding: 104px 0
    }
}

ul.s4-ul {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
    width: 100%
}

.s4-li-img img {
    display: block;
    margin: 0 auto;
    text-align: center
}

h4.s4-li-t1 {
    font-size: 18px;
    margin-bottom: 5px
}

h4.s4-li-t1, p.s4-li-t2 {
    color: #1e2346;
    line-height: 26px;
    text-align: center
}

p.s4-li-t2 {
    font-size: 16px;
    font-weight: 300;
    margin-top: 0
}

.our-story-out2 {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    /* min-height: 505px; */
    width: 100%
}

.s5-in {
    max-width: 625px;
    position: relative
}

.s5-t2 {
    color: rgba(30, 35, 70, .8);
    font-size: 16px;
    line-height: 26px;
    max-width: 523px
}

.s5-big-img {
    align-self: center;
    display: flex
}

ul.s6-ul {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    max-width: 1200px;
    padding: 65px 0 60px;
    width: 100%
}

h4.s6-li-t1 {
    font-size: 45px;
    line-height: 53px;
    margin: 0 auto
}

h4.s6-li-t1, p.s6-li-t2 {
    color: #1e2346;
    text-align: center
}

p.s6-li-t2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 0
}

.s7-out2 {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    min-height: 505px;
    width: 100%
}

.s7-in {
    max-width: 625px;
    position: relative
}

.s7-big-img {
    align-self: center;
    display: flex
}

.s7-t2, h3.s7-t1 {
    color: #fff
}

.s7-t2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 45px
}

span.s7-button-span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: linear-gradient(262.23deg, #2d3773 -28.22%, #b4559b 104.16%);
    border: none;
    border-radius: 25px;
    display: inline-flex;
    font-size: 12px;
    height: 40px;
    justify-content: center;
    line-height: 15px;
    margin-left: 20px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    outline: none;
    padding: 0 11px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.s7-button, span.s7-button-span {
    align-items: center;
    cursor: pointer;
    font-weight: 400;
    text-decoration: none
}

.s7-button {
    align-content: center;
    background: transparent;
    border: none;
    display: flex;
    font-size: 16px;
    justify-content: flex-start;
    line-height: 19px;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0;
    text-align: right
}

.s7-button, .s7-button:active, .s7-button:focus, .s7-button:hover, .s7-button:visited {
    color: #faf7ff
}

.s7-button img {
    fill: #fff
}

.s7-button:hover img {
    fill: #b4559b
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.btn_more-icon {
    fill: #fff;
    align-content: center;
    align-items: center;
    background: linear-gradient(262.23deg, #2d3773 -28.22%, #b4559b 104.16%);
    border-radius: 50%;
    display: inline-flex;
    height: 64px;
    margin-left: 20px;
    position: relative;
    width: 64px
}

.btn_more-icon_svg {
    height: 18px;
    left: 0;
    margin: 8px auto;
    position: absolute;
    right: 0;
    width: 18px
}

.btn_more-icon:before {
    border-radius: 50%;
    content: "";
    height: 100%;
    width: 100%
}

.btn_more:hover .btn_more-icon {
    fill: #b4559b
}

.btn_more:hover .btn_more-icon:before {
    background-color: #fff;
    border: 2px solid #53407f
}

.s_changes {
    padding: 48px 0
}

@media (min-width:768px) {
    .s_changes {
        padding: 104px 0
    }
}

.s_changes .btn_more:hover .btn_more-icon:before {
    background: #fff;
    border: 2px solid #53407f;
    height: 100%;
    width: 100%
}

.s-how-it-works-out1-in {
    align-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #b4559b;
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
    height: 300px;
    justify-content: space-between;
    margin: 10px auto;
    max-width: 630px;
    padding: 62px 64px;
    position: relative
}

.s-how-it-works-out1-number {
    background: #b4559b;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 46px;
    left: 0;
    line-height: 26px;
    padding: 14px;
    position: absolute;
    top: 0;
    width: 46px
}

.s-how-it-works-out1-t1 {
    color: #1e2346;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px
}

.s-how-it-works-out1-t2 {
    color: rgba(4, 14, 42, .8);
    font-size: 16px;
    line-height: 26px;
    max-width: 240px
}

ul.s-how-it-works-ul {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    max-width: 1290px;
    padding: 35px 0 0;
    width: 100%
}

ul.s-how-it-works-ul li {
    background: #fff;
    box-sizing: border-box;
    height: 300px;
    padding: 37px;
    position: relative;
    width: 300px
}

.s-how-it-works-ul-number {
    background: #1e2346;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 46px;
    left: 0;
    line-height: 26px;
    padding: 14px;
    position: absolute;
    top: 0;
    width: 46px
}

.s-how-it-works-out1-in:before {
    background: url(../../uploads/2022/10/hiw-big-l.svg);
    content: "";
    height: 180px;
    left: -265px;
    position: absolute;
    width: 265px
}

.s-how-it-works-out1-in:after {
    background: url(../../uploads/2022/10/hiw-big-r.svg);
    content: "";
    height: 174px;
    position: absolute;
    right: -250px;
    width: 254px
}

ul.s-rewards-ul {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    max-width: 1290px;
    padding: 65px 0 55px;
    width: 100%
}

.s-doyoursolo-form-in {
    margin: 0 auto;
    max-width: 630px
}

.s-doyoursolo-form-out {
    padding: 90px 0
}

.dys-file-and-link {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.dys-file-and-link2 h5, .s-doyoursolo-form-t2 h5 {
    color: #1e2346;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px
}

.dys-file-and-link2 h5 {
    margin-top: 0
}

.dys-file-and-link1 span {
    display: block;
    max-width: 290px;
    width: 100%
}

.accept-and-send {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.accept-and-send1 .wpcf7-list-item {
    margin-left: 0
}

input.youraccept {
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    width: 20px !important
}

.accept-and-send1 span.wpcf7-list-item-label {
    color: rgba(4, 14, 42, .5);
    font-size: 14px
}

.accept-and-send1 span.wpcf7-list-item-label a {
    color: #1e2346
}

input.yourlink {
    width: 300px
}

.s-doyoursolo-form-t2 input, .s-doyoursolo-form-t2 textarea {
    box-sizing: border-box;
    max-height: 205px;
    max-width: 630px;
    padding: 6px 17px 6px 10px;
    width: 100%
}

.s-doyoursolo-form-t2 textarea {
    height: 140px
}

.s-doyoursolo-form-t2 input.yourlink {
    height: 54px;
    max-width: 300px
}

.accept-and-send1 input {
    width: auto
}

.p_form_item {
    margin-bottom: 0 !important;
    margin-left: -10px;
    margin-top: 0 !important;
    padding: 0
}

@media (max-width:767.8px) {
    .p_form_item {
        margin-left: 15px !important
    }
}

.form_vacancy_resume .file_label {
    max-width: 100% !important
}

#wpcf7-f636-o1 form>p {
    display: block;
    height: 3px;
    margin-bottom: 35px;
    margin-left: 49px;
    margin-top: -31px
}

#wpcf7-f636-o1 h5 {
    margin-bottom: 2px;
    margin-top: 15px
}

#wpcf7-f636-o1 .dys-file-and-link1 .input_file {
    max-width: 100% !important
}

#wpcf7-f636-o1 .file_label {
    height: 10px !important;
    overflow: hidden !important;
    width: 100% !important
}

#wpcf7-f636-o1 input.wpcf7-form-control.wpcf7-text {
    width: 320px
}

#wpcf7-f636-o1 .vacancy-form-in p {
    margin: 0
}

.dys-file-and-link1 span {
    color: rgba(4, 14, 42, .5);
    font-size: 12px;
    line-height: 15px;
    margin-left: -19px;
    max-width: 275px
}

span.wpcf7-form-control-wrap.DropFileHere {
    background: linear-gradient(180deg, #7abcff 0, #60abf8 44%, #4096ee);
    border: 1px solid #4096ee;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    position: relative;
    width: 120px
}

.accept-and-send2 {
    align-items: center;
    background: linear-gradient(262.23deg, #2d3773 -28.22%, #b4559b 104.16%);
    display: inline-flex;
    font-size: 12px;
    font-weight: 400;
    height: 48px;
    justify-content: space-between;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 148px
}

.accept-and-send2, .accept-and-send2 input {
    border: none;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    outline: none;
    position: relative
}

.accept-and-send2 input {
    -webkit-appearance: none;
    background: none;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
    min-width: 148px;
    padding-bottom: 17px;
    padding-right: 50px;
    padding-top: 17px
}

.accept-and-send2 input:focus {
    border: none
}

.accept-and-send2:after {
    background: url(../../uploads/2022/04/btn-after.svg);
    background-repeat: no-repeat;
    color: #fff;
    content: "";
    display: inline-block;
    font-size: 8px;
    font-weight: 900;
    height: 12px;
    margin-top: 0;
    min-height: 12px;
    outline: none;
    pointer-events: none;
    position: absolute;
    right: 35px;
    vertical-align: middle;
    width: 27px
}

.wpcf7-spinner {
    display: none
}

.accept-and-send2:hover {
    -webkit-appearance: none;
    background: #fff;
    border: 2px solid #cc7bab
}

.accept-and-send2:hover input {
    color: #b4559b
}

.accept-and-send2:hover:after {
    background: url(../../uploads/2022/10/btn-after-hover.svg);
    content: ""
}

.s_consulting-out1-block {
    padding: 75px 0 0
}

.s_consulting-out1 {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 55px 80px
}

.s-consulting-out2, .s_consulting-out1 {
    background: #fff;
    margin: 0 auto;
    max-width: 1290px;
    width: 100%
}

.s-consulting-out2 {
    padding: 0 80px 20px
}

ul.s-consulting-out2-ul {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-content: center;
    align-items: center;
    border-top: 1px solid #ccc;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    padding: 20px 0 0;
    text-align: center
}

ul.s-consulting-out2-ul li {
    margin-right: auto;
    padding: 16px 20px 16px 0
}

ul.s-consulting-out2-ul li a {
    align-items: center;
    display: flex;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    width: -moz-fit-content;
    width: fit-content
}

ul.s-consulting-out2-ul li a span {
    color: #1e2346
}

ul.s-consulting-out2-ul li:first-child a {
    fill: #ab51d5
}

ul.s-consulting-out2-ul li:nth-child(2) a {
    fill: #d04c34
}

ul.s-consulting-out2-ul li:nth-child(3) a {
    fill: #50a0b6
}

ul.s-consulting-out2-ul li:nth-child(4) a {
    fill: #af347f
}

ul.s-consulting-out2-ul li:nth-child(5) a {
    fill: #7ad7b2
}

ul.s-consulting-out2-ul li:nth-child(6) a {
    fill: #6981c0
}

ul.s-consulting-out2-ul li:first-child:hover a span {
    color: #ab51d5;
    transition: .3s ease-in-out
}

ul.s-consulting-out2-ul li:nth-child(2):hover a span {
    color: #d04c34;
    transition: .3s ease-in-out
}

ul.s-consulting-out2-ul li:nth-child(3):hover a span {
    color: #50a0b6;
    transition: .3s ease-in-out
}

ul.s-consulting-out2-ul li:nth-child(4):hover a span {
    color: #af347f;
    transition: .3s ease-in-out
}

ul.s-consulting-out2-ul li:nth-child(5):hover a span {
    color: #7ad7b2;
    transition: .3s ease-in-out
}

ul.s-consulting-out2-ul li:nth-child(6):hover a span {
    color: #6981c0;
    transition: .3s ease-in-out
}

ul.s-consulting-out2-ul li a svg {
    height: 15px;
    margin-right: 10px;
    width: 15px
}

.s-consulting-out1-t2 {
    color: rgba(4, 14, 42, .85);
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    max-width: 600px
}

h2.s-consulting-out1-t1 mark {
    display: inline-flex
}

ul.s-consulting-out3-ul {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    max-width: 1290px;
    padding: 0 0 65px;
    width: 100%
}

ul.s-consulting-out3-ul>li {
    display: flex;
    flex-direction: column;
    padding: 48px 0 12px 20px;
    position: relative
}

ul.s-consulting-out3-ul>li:after {
    border-left: 1px dashed rgba(4, 14, 42, .3);
    content: "";
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
    transform: translateX(-50%)
}

ul.s-consulting-out3-ul>li:last-child:after {
    display: none
}

ul.s-consulting-out3-ul>li img {
    height: 96px;
    margin: 0 0 24px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 96px
}

ul.s-consulting-out3-ul>li h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px
}

ul.s-consulting-out3-ul>li ul {
    list-style: none;
    margin: 0 0 24px;
    min-height: 215px;
    padding: 0 0 0 7px
}

ul.s-consulting-out3-ul>li ul li {
    margin-bottom: 15px;
    max-width: 250px
}

ul.s-consulting-out3-ul>li ul li a {
    color: #1e2346;
    display: list-item;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    padding: 0
}

ul.s-consulting-out3-ul>li ul li a:before {
    color: #b4559b;
    content: ">";
    font-weight: 400;
    margin-right: 10px
}

.s-consulting-out3-ul .btn_more-icon {
    height: 50px;
    margin-left: 0;
    margin-right: 15px;
    vertical-align: middle;
    width: 50px
}

.s-consulting-out3-ul span.btn_more-text.btn_more-text--revert {
    color: #1e2346;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: right
}

ul.s-consulting-out3-ul li a {
    text-decoration: none
}

.btn_more-icon--revert {
    fill: #1f2346;
    background: #fff;
    box-shadow: inset 0 0 0 1px #1f2346;
    height: 50px;
    width: 50px
}

.btn_more--revert:hover .btn_more-icon--revert {
    fill: #fff;
    box-shadow: none
}

.btn_more--revert:hover .btn_more-icon--revert:before {
    background: linear-gradient(262.23deg, #2d3773 -28.22%, #b4559b 104.16%)
}

.s_sync {
    background: #1f2346;
    color: #faf7ff;
    padding: 74px 0 64px
}

.s_sync .container {
    margin: 0 auto;
    max-width: 1290px;
    padding: 0 15px;
    width: 100%
}

.s_sync-body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 80px
}

.s_sync-heading {
    color: #fff;
    font-size: 35px;
    justify-self: flex-start;
    line-height: 45px;
    margin: 0 auto 0 0;
    max-width: 820px;
    padding-right: 30px
}

.s_changes-item_content {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1290px;
    width: 100%
}

.s_changes_item_in1 {
    max-width: 494px;
    width: 40%
}

.s_changes_item_in2 {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 55%
}

.s_changes_item_logo {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    border: 1px solid rgba(4, 14, 42, .15);
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    height: 158px;
    justify-content: center;
    padding: 10px;
    width: 158px
}

.s_changes_item_body {
    color: #1e2346;
    max-width: 480px
}

.s_changes_item_more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    fill: #1f2346;
    align-items: center;
    color: #1e2346;
    display: flex;
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;
    width: -moz-fit-content;
    width: fit-content
}

.s_changes_item_more_icon {
    height: 15px;
    margin-right: 10px;
    width: 15px
}

.s_changes_item_more:hover {
    fill: #b4559b;
    text-decoration: none
}

.s_changes_item_tag {
    color: #ab51d5;
    font-size: 15px;
    line-height: 34px;
    max-width: 300px
}

article.s_changes-item {
    border-bottom: 1px solid #dadbe1;
    border-top: 1px solid #fff;
    margin: 0 auto;
    max-width: 1290px;
    padding: 29px 0 33px
}

article.s_changes-item:first-child {
    border-top: 1px solid #dadbe1
}

article.s_changes-item:nth-child(odd) .s_changes_item_in2 {
    order: -1
}

.s_changes-item:hover {
    background: #faf6ff;
    background: #fff;
    background: linear-gradient(90deg, #fff 0, #faf5ff 15%, #faf5ff 85%, #fff);
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1)
}

.s_changes_in:hover article.s_changes-item {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff
}

a.s_changes_item_title_h3 {
    text-decoration: none
}

.s_changes_all_cases {
    margin: 65px auto 100px
}

.s_changes_all_cases a {
    align-content: center;
    align-items: center;
    color: #1e2346;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: -moz-max-content;
    max-width: max-content;
    text-align: center;
    text-decoration: none
}

.s_balance_in_in {
    color: #f2f2f2;
    font-size: 35px;
    line-height: 45px;
    max-width: 625px
}

.s_balance_in {
    margin: 0 auto;
    max-width: 1140px;
    padding: 95px 0 85px
}

section.s_balance {
    background-position: 50%;
    background-position: 100% 100% !important;
    background-repeat: no-repeat;
    background-size: cover !important
}

.s_balance_in .btn_more-icon {
    margin-left: 0;
    margin-right: 20px
}

.s_balance_in h3 {
    margin-top: 0
}

.s_companions {
    background: #fff;
    padding: 92px 0 60px
}

.s_companions .container {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
    width: 100%
}

.s_companions-heading {
    margin: 0 0 37px
}

.s_companions-slider:before {
    border-top: 1px solid rgba(var(--color-border), .5);
    display: block;
    margin: 0 80px
}

.swiper-pointer-events {
    touch-action: pan-y
}

.s_companions-slider .swiper-pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 48px;
    padding-bottom: 75px;
    position: static
}

.s_companions-slide {
    padding: 0 80px
}

.s_companions-slide_body {
    margin: 0 auto;
    max-width: 740px;
    padding: 56px 0 42px
}

.s_companions-slide_header {
    align-items: center;
    display: flex;
    margin: 0 0 19px
}

.s_companions-slide_content {
    color: #1f2346;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 32px;
    padding: 0 70px 0 102px
}

.s_companions-slide_footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 70px 0 102px
}

.s_companions-slide_footer a {
    color: #1e2346;
    font-size: 14px;
    text-decoration-line: underline
}

.s_companions-slide_footer a.btn_play {
    text-decoration: none
}

.s_companions-slide_ava {
    flex-shrink: 0;
    height: 47px;
    height: 81px;
    margin-right: 21px;
    width: 47px;
    width: 81px
}

.s_companions-slide_header_text {
    line-height: 22px
}

.s_companions-slide_shape {
    -ms-flex-negative: 0;
    display: block;
    flex-shrink: 0;
    height: 63px;
    margin-left: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 63px
}

.s_companions-slide_ava img {
    border-radius: 50%;
    height: 47px;
    height: 81px;
    width: 47px;
    width: 81px
}

.s_companions-slide_person {
    font-size: 16px;
    font-size: 18px;
    line-height: 19px;
    padding-right: 10px
}

.s_companions-slide_department {
    color: rgb(var(--color-violet-2));
    font-size: 12px;
    font-size: 14px;
    line-height: 19px
}

.s_companions-slide_position {
    color: rgba(14, 14, 42, .7);
    font-size: 14px;
    line-height: 22px
}

.btn_play {
    align-items: center;
    display: inline-flex;
    font-size: 12px;
    font-size: 14px;
    line-height: 14px;
    line-height: 17px;
    outline: none;
    padding: 0;
    text-decoration: none
}

.btn_play-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    fill: #b4559b;
    align-items: center;
    background: #fff;
    border: 1px solid rgba(4, 14, 42, .2);
    border-radius: 50%;
    display: flex;
    height: 34px;
    height: 46px;
    justify-content: center;
    width: 34px;
    width: 46px
}

.btn_play-icon_svg {
    height: 18px;
    width: 18px
}

.btn_play-icon+.btn_play-text, .btn_play-text+.btn_play-icon {
    margin-left: 16px
}

.s_companions-slider .swiper-pagination-bullet {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 50%;
    display: flex;
    height: 24px;
    justify-content: center;
    opacity: 1;
    width: 23px
}

.s_companions-slider .swiper-pagination-bullet-active {
    border-color: rgba(4, 14, 42, .15)
}

.s_companions-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet, .s_companions-slider>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 2px
}

.s_companions-slider .swiper-pagination-bullet:before {
    background: #1f2346;
    border-radius: 50%;
    content: "";
    display: block;
    height: 4px;
    width: 4px
}

.s_companions-slider .swiper-pagination-bullet-active:before {
    background: #b4559b
}

.s_companions-slider_next_icon, .s_companions-slider_prev_icon {
    height: 16px;
    width: 16px
}

.s_companions-slider_next, .s_companions-slider_prev {
    fill: #1f2346;
    background: #fff;
    border: 1px solid rgba(4, 14, 42, .15);
    border-radius: 50%;
    display: none;
    display: flex;
    height: 64px;
    margin: 0;
    width: 64px
}

.s_companions-slider_next {
    right: 80px;
    transform: translate(50%, -50%)
}

.s_companions-slider_prev {
    left: 80px;
    transform: translate(-50%, -50%)
}

.swiper-button-next:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none
}

.s_companions-slider_border {
    display: block;
    margin: 0 80px
}

.s_companions-slider_border_img {
    display: block;
    height: 5px;
    height: 11px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.s_companions-slider:before {
    border-top: 1px solid rgba(30, 35, 70, .149);
    content: "";
    max-width: 1140px;
    width: 100%
}

h2.s_companions-main-title {
    margin-bottom: 45px;
    margin-top: 0;
    text-align: center
}

.btn_play:hover .btn_play-icon {
    fill: #fff;
    background: #b4559b;
    border-color: #b4559b
}

.s_companions-slider_next:hover, .s_companions-slider_prev:hover {
    background: #faf5ff;
    border-color: #faf6ff
}

.swiper-button-next.s_companions-slider_next:hover use, .swiper-button-prev.s_companions-slider_prev:hover use {
    fill: #b4559b
}

h2.s_appreciate_main_title {
    margin: 0 auto 45px;
    max-width: 1060px;
    padding-top: 110px;
    text-align: left
}

h2.s_appreciate_main_title mark {
    display: inline-block
}

.s_appreciate_out {
    align-content: center;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1060px;
    width: 100%
}

.s_appreciate_desc {
    max-width: 440px;
    min-height: 105px
}

.s_appreciate_in {
    border-bottom: 1px solid #dadbe1;
    border-top: 1px solid #dadbe1;
    padding-bottom: 25px;
    padding-top: 40px
}

section.s_appreciate {
    padding-bottom: 60px
}

ul.s_open_positions_in {
    align-content: center;
    align-items: flex-start;
    display: flex;
    display: grid;
    flex-flow: row wrap;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    max-width: 1290px;
    padding: 0 0 100px
}

li.s_open_positions_item {
    background: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
    height: 300px;
    margin-bottom: 30px;
    position: relative;
    width: 300px
}

li.s_open_positions_item:hover {
    border: 1px solid #1e2346
}

h3.s_changes_item_title {
    color: #1e2346;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 0
}

li.s_open_positions_item a {
    cursor: pointer !important;
    display: block;
    height: 300px;
    padding: 38px;
    text-decoration: none;
    width: 300px
}

.s_open_positions_item_bonus_t1 {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #1e2346;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    padding: 8px 0
}

.s_open_positions_item_bonus_t1:first-child {
    border-bottom: 0
}

.s_open_positions_item_category {
    bottom: 15px;
    color: #1e2346;
    font-size: 12px;
    line-height: 34px;
    position: absolute
}

.s_open_positions_item_category img {
    margin-right: 7px;
    vertical-align: middle
}

section.s_open_positions {
    background-color: #fbf6ff !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important
}

h2.s_open_positions_main_title {
    margin: 0 auto;
    max-width: 1290px;
    text-align: left
}

.s_advantages_join_out {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1290px;
    padding-bottom: 100px;
    width: 100%
}

.s_advantages_join_desc {
    max-width: 500px
}

.s_advantages_join_desc ul {
    color: hsla(0, 0%, 95%, .8);
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    list-style: none;
    margin: 0 auto;
    padding: 0
}

h3.s_advantages_join_title {
    color: #fff
}

.s_advantages_join_desc ul li {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin: 20px auto;
    width: 100%
}

.s_advantages_join_desc ul li:before {
    background: url(../../uploads/2022/02/s_avantages_i_li.svg);
    content: "";
    display: flex;
    height: 30px;
    margin-right: 18px;
    min-width: 30px;
    vertical-align: middle;
    width: 30px
}

h2.s_main_title_white {
    color: #faf5ff;
    margin: 0 auto 45px;
    max-width: 1290px;
    padding-top: 110px;
    text-align: left
}

section.s_advantages_join h2.s_main_title_white {
    padding-top: 140px
}

.s_advantages_join_image {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.s_advantages_join_image img {
    margin-right: 40px
}

.s_advantages_join_image:after {
    background: hsla(0, 0%, 100%, .2);
    content: "";
    display: block;
    height: 1px;
    width: -webkit-fill-available
}

.s_dna_join_out {
    padding: 85px 0 100px
}

h2.s_main_title_black {
    margin: 0 auto 45px;
    max-width: 1290px;
    padding-top: 110px;
    text-align: left
}

.s_dna_join_out2 {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1290px;
    min-height: 505px;
    width: 100%
}

.s_dna_join_in {
    max-width: 565px
}

h2.s_dna_join_title {
    color: #1e2346
}

.s_dna_join_desc p {
    color: rgba(4, 14, 42, .8);
    font-size: 16px;
    font-weight: 300;
    line-height: 26px
}

a.s_black_button {
    align-content: center;
    align-items: center;
    color: #1e2346;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    justify-content: flex-start;
    line-height: 19px;
    text-align: right;
    text-decoration: none
}

ul.s_gallery_join_ul1 {
    align-content: center;
    align-items: flex-start;
    animation: ani1 100s linear infinite;
    animation-delay: 0s;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    padding: 0
}

ul.s_gallery_join_ul1 li {
    margin: 15px
}

ul.s_gallery_join_ul1 li a img {
    min-width: 530px
}

.s_gallery_join_in {
    display: flex;
    flex-flow: row nowrap;
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
    width: 100%
}

ul.s_gallery_join_ul2 {
    align-content: center;
    align-items: flex-start;
    animation: ani2 100s linear infinite;
    animation-delay: 0s;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    list-style: none;
    margin: -10px auto 0;
    padding: 0
}

ul.s_gallery_join_ul2 li {
    margin: 15px
}

li.s_gallery_join_li a {
    outline: none
}

ul.s_gallery_join_ul2 li a img {
    min-width: 530px
}

@keyframes ani1 {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-30%)
    }
}

@keyframes ani2 {
    0% {
        transform: translateX(-5%)
    }

    to {
        transform: translateX(-35%)
    }
}

.s_open_positions_title_filter {
    align-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(218, 219, 225, .5);
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto 45px;
    max-width: 1290px;
    padding-top: 110px
}

.s_open_positions_title_filter .categories ul {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    padding: 0
}

li.js-filter-item a {
    color: rgba(4, 14, 42, .7);
    flex: none;
    flex-grow: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
    order: 1;
    text-decoration: none
}

li.js-filter-item:hover a {
    color: #b4559b;
    transition: .3s ease-in-out
}

li.js-filter-item {
    cursor: pointer;
    margin: 0 23px;
    position: relative
}

li.js-filter-item:last-child {
    margin-right: 0
}

section.s_post_positions_1 {
    align-content: center;
    align-items: center;
    background-color: #0d0e12;
    background-position: 100% 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-flow: row wrap;
    height: auto;
    justify-content: center;
    margin-top: -105px;
    min-height: 133px;
    width: 100%
}

div#breadcrumbs a, div#breadcrumbs span {
    color: rgba(4, 14, 43, .702);
    font-size: 14px;
    line-height: 34px
}

div#breadcrumbs a {
    text-decoration: none
}

.rebreadcrumbs {
    background: #fff
}

div#breadcrumbs {
    margin: 0 auto;
    max-width: 1290px;
    padding: 7px 0
}

section.s_post_positions_content {
    background: #faf5ff;
    padding: 40px 0
}

.s_post_positions_content_out {
    background: #fff;
    margin: 0 auto;
    max-width: 1080px;
    padding: 60px
}

h2.s_appreciate_other_title {
    color: #130629;
    font-size: 30px;
    line-height: 40px;
    margin-top: 45px;
    text-align: center
}

.s_post_positions_content_out2 ul.s_open_positions_in {
    padding-bottom: 0
}

.s_post_positions_content_in h3 {
    margin-top: 0
}

.s_post_positions_content_in {
    margin-left: 30px;
    margin-right: 30px;
    max-width: 840px
}

.s_post_positions_content_out ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.s_post_positions_content_out ul li:before {
    background: #b4559b;
    border-radius: 25px;
    content: "";
    display: inline-flex;
    height: 7px;
    margin-right: 20px;
    vertical-align: middle;
    width: 7px
}

.s_post_positions_content_out .s_open_positions_item_bonus {
    align-content: center;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 326px
}

.s_post_positions_content_out .s_open_positions_item_bonus_t1:first-child {
    border-bottom: 1px solid #ccc
}

span.s_post_positions_content_in_date {
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px
}

a.s_post_positions_content_in_share_a:before {
    background: url(../../uploads/2022/02/share-arrow.svg);
    content: "";
    display: inline-block;
    height: 15px;
    margin-right: 15px;
    vertical-align: middle;
    width: 16px
}

a.s_post_positions_content_in_share_a {
    color: #1e2346;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    pointer-events: none;
    text-decoration: none
}

.s_post_positions_content_in_share {
    margin-left: 28px;
    margin-top: 28px
}

.dys-file-and-link-out22 {
    align-content: flex-start;
    align-items: flex-start;
    background: #faf5ff;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 35px;
    margin-top: 35px;
    min-height: 86px;
    padding: 15px 37px;
    width: 100%
}

.dys-file-and-link-out22 .wpcf7-file:before {
    bottom: -20px;
    color: #1e2346;
    color: #000;
    content: "Attach a file";
    display: block;
    font-size: 14px;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    left: 45px;
    line-height: 40px;
    line-height: 18px;
    line-height: 26px;
    position: absolute;
    text-align: center;
    text-decoration-line: underline;
    visibility: initial;
    width: 85px
}

.dys-file-and-link-out22 .wpcf7-file:after {
    background: #00ac7d url(../../uploads/2022/01/attach-i.svg) no-repeat 50%;
    border-radius: 25px;
    content: "";
    display: block;
    filter: invert(1);
    height: 13px;
    left: 0;
    padding: 19px;
    position: absolute;
    top: 0;
    visibility: initial;
    width: 14px
}

.dys-file-and-link-out22 .dys-file-and-link1 span {
    color: rgba(0, 0, 0, .7);
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
    max-width: 355px;
    padding-left: 45px
}

.s_post_positions_content_in_form .accept-and-send {
    margin-left: 37px
}

.accept-and-send1 strong {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-left: 50px
}

section.s_cases_archive_1 {
    background: #faf5ff
}

.post-type-archive-cases section.s-doyoursolo-form {
    background: #fff !important
}

.s_cases_archive_1_in {
    align-content: center;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1290px;
    padding: 15px 0 100px;
    position: relative
}

.s_cases_archive_1_item_logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    border: 1px solid rgba(4, 14, 42, .15);
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    height: 118px;
    justify-content: center;
    padding: 10px;
    width: 118px
}

a.next.page-numbers, a.prev.page-numbers {
    font-family: system-ui;
    text-decoration: none
}

.pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    justify-content: center;
    padding: 55px 0
}

.pagination a {
    text-decoration: none
}

.pagination a, .pagination span {
    color: #130629;
    font-size: 20px;
    line-height: 16px;
    text-align: center
}

a.next.page-numbers i img, a.prev.page-numbers i img {
    transform: scale(1.2)
}

h1.s_cases_archive_main_title {
    margin: 0 auto;
    max-width: 1290px;
    padding-top: 40px
}

.s1_case {
    align-content: center;
    align-items: center;
    background-size: auto;
    background: top/cover no-repeat fixed #0d0e12;
    color: #fff;
    display: flex;
    flex-flow: row wrap;
    height: auto;
    justify-content: center;
    margin-top: calc(var(--header-height)*-1);
    min-height: 600px;
    width: 100%
}

@supports (-webkit-touch-callout:none) {
    .s1_case {
        background-attachment: unset
    }
}

.s1-h-blur-case {
    min-height: 600px
}

.s1-out.s1-out-case {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.s1-out.s1-out-case .s_cases_archive_1_item_logo {
    background: #fff;
    height: 158px;
    width: 158px
}

.s1-f2-out {
    bottom: 35px;
    left: 0;
    margin: 0 auto;
    max-width: 1080px;
    position: absolute;
    right: 0
}

.s1-f2-out:before {
    border: 1px solid hsla(0, 0%, 100%, .15);
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 30px;
    width: 100%
}

.s1-f2-in {
    text-align: center
}

section.s_case_block_2 {
    background: #faf5ff
}

.s_case_block_2_out {
    padding: 85px 0 0
}

.s_case_block_2_out2 {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1290px;
    width: 100%
}

.s_case_block_2_in {
    max-width: 565px
}

.s_case_block_2_big_img img {
    display: block;
    max-width: 660px
}

h2.s_case_block_2_title {
    color: #1e2346;
    max-width: 375px
}

.s_case_block_2_desc p {
    color: rgba(4, 14, 42, .8);
    font-size: 16px;
    font-weight: 300;
    line-height: 26px
}

section.s_case_block_3 {
    background: #f7f3fd
}

.s_case_block_3_out {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%
}

.s_case_block_3_subtitle {
    color: #b4559b;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}

h2.s_case_block_3_title {
    color: #faf5ff;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    max-width: 855px
}

.s_case_block_3_desc {
    color: rgba(250, 246, 255, .8);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    max-width: 720px
}

.s_case_block_3_out2 {
    padding: 80px 95px 60px
}

section.s_case_block_4 {
    background: #f7f3fd
}

.s_case_block_4_out2 {
    padding: 25px 0
}

ul.s_case_block_4_ul {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    max-width: 1290px;
    padding: 0;
    width: 100%
}

ul.s_case_block_4_ul li {
    width: 30%
}

.s_case_block_4_li_subtitle {
    color: #b4559b;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}

h4.s_case_block_4_li_title {
    color: #1e2346;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 10px
}

.s_case_block_4_li_desc {
    color: #1e2346;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px
}

section.s_case_block_5 {
    background: #f7f3fd
}

.s_case_block_5_out {
    padding-top: 85px
}

.s_companions-slider.s_case_block_5_out2:before {
    border: none;
    content: "";
    margin: 0 auto
}

.s_case_block_5_out2 .swiper-pagination-bullet {
    background: #f7f3fd
}

ul.s_case_block_5_ul {
    list-style: none;
    margin: 0 auto;
    max-width: 1290px;
    padding: 0;
    width: 100%
}

.s_case_block_5_in {
    margin: 0 auto;
    max-width: 1380px;
    width: 100%
}

.s_case_block_5_in li.swiper-slide img {
    display: block;
    margin: 0 auto;
    max-width: 890px;
    text-align: center
}

ul.s_case_block6-ul {
    grid-gap: 20px 10px;
    align-content: center;
    align-items: center;
    align-items: flex-start;
    display: flex;
    display: grid;
    flex-flow: row wrap;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    margin: 5px auto;
    min-height: 86px;
    padding: 0;
    position: relative;
    width: 100%;
    width: 90%
}

.s_case_block6-ul-li-t2 {
    display: block;
    margin: 0 auto;
    text-align: center
}

.s_case_block6-ul-li-t2 strong {
    color: #faf5ff;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-align: center
}

.s_case_block6-ul-li-t3 {
    color: #faf5ff;
    display: flex;
    flex-flow: row nowrap;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
    max-width: -moz-max-content;
    max-width: max-content;
    opacity: .8;
    text-align: center
}

img.s5-advantage-img {
    display: block;
    margin: 0 auto
}

ul.s_case_block6-ul li {
    background: hsla(0, 0%, 100%, .09);
    border-radius: 0 27px 27px 0;
    cursor: pointer;
    display: flex;
    flex-flow: column wrap;
    height: auto;
    padding: 15px 7px;
    position: relative;
    transition: .35s ease-in-out
}

ul.s_case_block6-ul li:after {
    color: #fff;
    font-family: Century Gothic;
    font-size: 40px;
    font-weight: 700;
    height: 10px;
    line-height: .4;
    min-height: 10px;
    min-width: 10px;
    position: absolute;
    right: -5.5%;
    width: 10px
}

.s_case_block6-ul-li-text {
    background: rgba(60, 68, 90, .62);
    background: #3c415f;
    border-radius: 15px;
    color: #fff;
    display: none;
    left: 0;
    margin: 0 auto;
    max-height: 95px;
    overflow-y: scroll;
    padding: 10px 15px;
    position: absolute !important;
    top: 0;
    z-index: 3;
    z-index: 1
}

.s_case_block6-ul-li-text::-webkit-scrollbar-track {
    background: #3c415f;
    border-radius: 5px
}

ul.s_case_block6-ul li:hover .s_case_block6-ul-li-text {
    display: block;
    position: relative;
    transition: .35s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 1
}

ul.s_case_block6-ul li:hover .s_case_block6-ul-li-text-t1 {
    display: none;
    transition: .3s ease-in-out
}

.s_case_block6-ul-li-t1 img {
    display: block;
    margin: 0 auto;
    text-align: center
}

.s_case_block6-ul-li-text-t1 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 10px
}

.s_case_block6-ul-li-text-t2 {
    color: hsla(0, 0%, 100%, .8);
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    max-width: 450px
}

.s_case_block6-out {
    margin: 0 auto;
    max-width: 1290px
}

.s_case_block6-t3-out {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: hsla(0, 0%, 100%, .05);
    background: #292e4f;
    border-radius: 100px;
    flex-flow: row nowrap;
    margin: 25px auto;
    width: 100%;
    z-index: 0
}

.s_case_block6-t3-out, .s_case_block_6_ul_main_t {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center
}

.s_case_block_6_ul_main_t {
    border-radius: 50%;
    color: #fffeff;
    flex-flow: column wrap;
    font-size: 16px;
    font-weight: 700;
    height: 85px;
    line-height: 18px;
    min-width: 85px;
    text-align: center;
    text-transform: uppercase;
    width: 85px
}

.s_case_block6-ul-li-t1 {
    margin-left: 10px
}

.s_case_block6 {
    background: var(--light-violet, #faf6ff);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr 1fr
}

.s_case_block6-bg {
    background: no-repeat top/cover;
    grid-column: 1/span 1;
    grid-row: 1/span 2
}

.s_case_block6-1-out {
    grid-column: 1/span 1;
    grid-row: 1/span 1
}

.s_case_block6_2_out {
    grid-column: 1/span 1;
    grid-row: 2/span 2
}

.s_case_block6 h2.s3-main-title {
    color: #faf7ff;
    font-size: 30px;
    line-height: 45px;
    margin-top: 0;
    padding-top: 126px;
    text-align: center
}

.s_case_block6_2_big_img img {
    height: 75px;
    margin-right: 20px;
    width: 75px
}

.s_case_block6_2_t2 {
    align-content: center;
    align-items: center;
    color: rgba(30, 35, 70, .702);
    display: flex;
    flex-flow: row wrap;
    font-size: 16px;
    font-weight: 400;
    justify-content: flex-start;
    line-height: 32px;
    max-width: 450px;
    width: 100%
}

h3.s_case_block6_2_t1 {
    color: #1e2346;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px
}

.s_case_block6_2_out {
    background: #fff url(../../uploads/2022/02/s_case_b6_bg.png) no-repeat 100% 100%;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 955px;
    min-height: 342px;
    padding: 58px 100px;
    position: relative;
    width: 100%;
    z-index: 1
}

section.s_case_block_7 {
    background: #faf5ff;
    padding-top: 270px
}

.s_case_click_div {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 70px;
    text-align: center
}

.s_case_click_div img {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle
}

.s_case_block_7_main_title h2 {
    display: block;
    margin: 25px auto;
    text-align: center
}

h3.tabs-out-h3 {
    border-bottom: 1px solid #d0a460;
    color: #0b0c1e;
    font-family: Heebo-Bold;
    font-size: 26px;
    line-height: 30px;
    max-width: -moz-max-content;
    max-width: max-content;
    text-align: inherit
}

.tdesc-ul li {
    display: none
}

.tdesc-ul li.current {
    display: block
}

.ttab-ul li:before, ul.tdesc-ul li:before {
    display: none !important
}

.ui-tab.ui-tabs-active .ui-tabs-anchor {
    align-content: center;
    align-items: flex-start;
    color: #b4559b;
    display: flex;
    flex-flow: row nowrap;
    float: none !important;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    line-height: 26px;
    margin: 0 !important;
    max-width: 300px;
    padding: 0;
    white-space: normal
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    background: hsla(0, 0%, 100%, 0) !important;
    border: none !important;
    color: #fff;
    font-weight: 400
}

ul.tdesc-ul li {
    margin: 1px;
    outline: none
}

.ui-tabs-anchor, ul.tdesc-ul li a {
    outline: none
}

.ui-tabs-panel {
    border: 1px solid #ccc;
    margin-bottom: 5px;
    padding: 12px 26px
}

.ui-tabs-vertical .ui-tabs-nav {
    background: hsla(0, 0%, 100%, 0);
    border: none !important;
    margin: 0;
    max-width: 335px;
    padding: 20px
}

.ui-tabs-vertical .ui-tabs-nav li {
    background: none;
    border: none;
    margin: 10px 0 !important;
    outline: none
}

.ui-tabs-vertical .ui-tabs-nav li a {
    align-content: center;
    align-items: flex-start;
    color: rgba(4, 14, 42, .7);
    display: block;
    display: flex;
    flex-flow: row nowrap;
    font-size: 18px;
    font-weight: 400;
    justify-content: center;
    line-height: 26px;
    padding: 0 !important;
    white-space: break-spaces
}

.ui-tabs-vertical .ui-tabs-panel {
    background: #fff;
    border: none;
    max-width: 1030px;
    padding: 55px 55px 0
}

.tab_block {
    align-content: center;
    align-items: flex-start;
    background: hsla(0, 0%, 100%, 0);
    border: none !important;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1290px;
    width: 100%
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor span {
    display: inline-block;
    margin-right: 15px;
    min-width: 40px
}

.ui-tab.ui-tabs-active .ui-tabs-anchor span {
    color: #1e2346;
    font-weight: 400
}

.ui-tabs-vertical .ui-tabs-nav li a span {
    color: rgba(4, 14, 42, .3);
    font-weight: 400
}

.s_case_block7_logos_ul1 {
    grid-gap: 16px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    margin: 0 0 42px;
    padding: 0
}

@media (min-width:768px) {
    .s_case_block7_logos_ul1 {
        grid-gap: 0 32px;
        margin: 0 0 72px
    }
}

.s_case_block7_logos_ul1 li {
    align-items: center;
    border-right: 1px solid #dedee5;
    display: flex;
    height: 48px;
    justify-content: center;
    padding: 0 10px
}

@media (min-width:768px) {
    .s_case_block7_logos_ul1 li {
        border-right: none;
        border-top: 1px solid #dedee5;
        height: 100px;
        padding: 20px
    }
}

.s_case_block7_logos_ul1 li:last-child {
    border-right-color: transparent
}

@media (min-width:768px) {
    .s_case_block7_logos_ul1 li:nth-last-child(-n+4) {
        box-shadow: 0 1px 0 0 #dedee5
    }
}

.s_case_block7_logos_ul1 li img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.s_case_block7_big_img {
    margin-bottom: -56px;
    text-align: center
}

@media (min-width:992px) {
    .s_case_block7_big_img {
        margin-bottom: -72px
    }
}

.s_case_block7_big_img img {
    vertical-align: top
}

ul.s_case_block7_logos_ul2 {
    list-style: none;
    margin: 0 0 50px;
    padding: 0
}

ul.s_case_block7_logos_ul2:last-child {
    margin: 0
}

ul.s_case_block7_logos_ul2 li:before {
    color: #ec4f7e;
    content: "";
    content: ">";
    display: inline-block;
    font-family: system-ui;
    font-size: 22px;
    height: 40px;
    vertical-align: middle;
    width: 30px
}

ul.s_case_block7_logos_ul2 li strong {
    color: #1e2346;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px
}

li.ui-corner-left p {
    color: rgba(30, 35, 70, .702);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-left: 40px
}

.taabura-lists p img {
    display: block;
    margin: 0 auto -24px
}

ul.s_case_block7_logos_ul2 li {
    border-bottom: 1px solid #dadbe1;
    border-radius: 0;
    border-top: 0 solid #dadbe1;
    padding: 18px 0
}

@media (min-width:992px) {
    ul.s_case_block7_logos_ul2 li {
        padding: 28px 0
    }
}

ul.s_case_block7_logos_ul2 li:first-child {
    border-top: 1px solid #dadbe1
}

section.s_case_block_8 {
    background: #1e2346;
    min-height: 355px
}

h3.s_case_block8_in2_t1 {
    color: #fff;
    color: rgba(250, 246, 255, .8);
    font-size: 18px;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    line-height: 36px;
    max-width: 590px
}

h3.s_case_block8_in2_t1 strong {
    color: #fff
}

.s_case_block8_in2_t2 {
    align-content: center;
    align-items: center;
    color: #fff;
    color: rgba(250, 246, 255, .8);
    display: flex;
    flex-flow: row wrap;
    font-size: 16px;
    font-weight: 400;
    justify-content: flex-start;
    line-height: 32px;
    max-width: 650px;
    width: 100%
}

.s_case_block8_in2_t2 p span {
    color: #fff
}

.s_case_block8_out {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 955px;
    min-height: 342px;
    padding: 58px 100px;
    position: relative;
    width: 100%;
    z-index: 1
}

.s_case_block8_in2_big_img img {
    height: 85px;
    margin-right: 20px;
    width: 85px
}

.s_case_block8_in2_t2 p {
    max-width: 325px
}

.taabura-lists .ui-tabs-panel {
    margin-bottom: -3px
}

.services-faq-out {
    position: relative
}

.services-faq-out h3 {
    border-bottom: 2px solid #c0985a;
    font-family: Heebo-Bold;
    font-size: 24px;
    line-height: 30px;
    max-width: -moz-max-content;
    max-width: max-content
}

a.service-faq-more {
    background: #f4f4f4;
    font-family: Heebo-Bold;
    font-size: 17px;
    left: 80px;
    line-height: 14px;
    padding: 13px 16px;
    position: absolute;
    text-decoration: none;
    top: 78px;
    width: 178px
}

a.service-faq-more img {
    left: 17px;
    position: absolute;
    top: 10px;
    transition: .2s ease-in-out;
    width: 22px
}

a.service-faq-more:hover img {
    left: 7px
}

.acordion-item {
    background-color: hsla(0, 0%, 100%, 0);
    border-bottom: 1px solid rgba(4, 14, 42, .2)
}

.acordion-item__title {
    padding: 35px 55px 35px 0
}

.acordion-item__title, .acordion-item__title2 {
    color: #0f2524;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    position: relative
}

.acordion-item__title2 {
    margin-left: 30px;
    padding: 25px 55px 25px 0
}

.acordion-item__title .circle, .acordion-item__title2 .circle {
    align-items: center;
    display: flex;
    height: 35px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s;
    width: 35px
}

.acordion-item__title .circle:after, .acordion-item__title .circle:before, .acordion-item__title2 .circle:after, .acordion-item__title2 .circle:before {
    color: #1e2346;
    content: "+";
    font-family: system-ui;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    transition: .2s
}

.acordion-item__title.open .circle:after, .acordion-item__title.open .circle:before, .acordion-item__title2.open .circle:after, .acordion-item__title2.open .circle:before {
    content: "-"
}

.acordion-item__title.open .circle:after, .acordion-item__title2.open .circle:after {
    opacity: 0
}

.acordion-item__content {
    display: none;
    margin-left: 30px;
    margin-right: 50px;
    padding: 0 0 15px
}

.acordion-item__content p {
    color: rgba(1, 22, 44, .702);
    font-size: 15px;
    line-height: 1.5
}

.acordion-item:last-child .acordion-item__content {
    padding-bottom: 0
}

.s5-in-faq1 .acordion {
    display: block;
    margin: 0 auto;
    max-width: 850px;
    width: 100%
}

.acordion-item__content-out {
    margin-bottom: 33px
}

.s_proposition_and_communication_out {
    align-content: center;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 75px auto;
    max-width: 1280px;
    width: 100%
}

.s_proposition_and_communication_in_faq2, .s_proposition_and_communication_in_faq2_2 {
    width: 48%
}

.s_proposition_and_communication_in_faq2_main_title {
    color: #1e2346;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px
}

.s_proposition_and_communication_in_faq2_main_title strong {
    color: #b4559b
}

.acordion-item__content-out2 {
    list-style: decimal-leading-zero;
    margin-bottom: 33px
}

section.s_we_optimize_your_business_process {
    background: #faf5ff;
    padding: 48px 0
}

@media (min-width:768px) {
    section.s_we_optimize_your_business_process {
        padding: 104px 0
    }
}

.s_we_optimize_your_business_process_main_subtitle {
    color: rgba(4, 14, 42, .7);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 auto;
    max-width: 770px;
    text-align: center
}

.s_we_optimize_your_business_process_ul_out ul {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    margin: 35px auto 0;
    padding: 0 0 40px;
    width: 100%
}

.s_we_optimize_your_business_process_ul_out ul li {
    background: #fff;
    margin-bottom: 35px;
    padding: 35px 15px
}

.s_we_optimize_your_business_process_li_text {
    align-items: center;
    color: #1e2346;
    display: flex;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    max-width: 270px;
    text-align: center
}

.s_we_optimize_your_business_process_li_text strong {
    font-weight: 700
}

.s_we_optimize_your_business_process_ul_out ul li img {
    display: block;
    margin: 0 auto;
    text-align: center
}

.s_s_we_optimize_your_business_process_out {
    position: relative
}

.s_s_we_optimize_your_business_process_out:before {
    background: url(../../uploads/2022/03/s_we_optimize_your_business_process_after_bg.png);
    content: "";
    display: block;
    height: 879px;
    position: absolute;
    right: 0;
    width: 690px
}

.s_we_optimize_your_business_process_out_out {
    position: relative
}

section.s_sync.s_sync2 {
    width: 100%
}

.we_provide_services_for_online_stores_main_subtitle {
    color: rgba(4, 14, 42, .7);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 auto;
    max-width: 770px;
    padding-top: 75px;
    text-align: center
}

h2.we_provide_services_for_online_stores_main_title {
    margin: 0 auto 45px;
    max-width: 675px;
    text-align: center
}

h2.we_provide_services_for_online_stores_main_title strong {
    color: #b4559b
}

.we_create_improve_business_platforms_ul_out ul {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 15px auto 65px;
    padding: 0;
    width: 100%
}

.we_create_improve_business_platforms_ul_out ul li {
    align-content: center;
    align-items: flex-start;
    border: 1px solid #423854;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    flex-flow: column wrap;
    height: 645px;
    justify-content: center;
    position: relative;
    width: 645px
}

.we_create_improve_business_platforms_li_text {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    max-width: 280px;
    width: 100%
}

.we_create_improve_business_platforms_li_text strong {
    font-weight: 700
}

.we_create_improve_business_platforms_ul_out ul li:first-child {
    margin-right: -153px
}

.we_create_improve_business_platforms_ul_out ul li:first-child .we_create_improve_business_platforms_li_text, .we_create_improve_business_platforms_ul_out ul li:first-child img {
    margin-left: -40px;
    max-width: 315px;
    padding-right: 40px
}

.we_create_improve_business_platforms_ul_out ul li:last-child {
    background: #1e2346;
    border: 1px solid #1e2346
}

.we_create_improve_business_platforms_ul_out ul li:last-child img {
    max-width: 315px;
    padding-left: 40px
}

.we_create_improve_business_platforms_ul_out ul li:last-child .we_create_improve_business_platforms_li_text {
    color: #fff;
    margin-right: -40px;
    max-width: 315px;
    padding-left: 40px
}

.we_create_improve_business_platforms_ul_out ul li:last-child:before {
    align-content: center;
    align-items: center;
    background: #b4559b;
    background: url(../../uploads/2022/10/Intersect.svg);
    background-repeat: no-repeat;
    border-radius: 67%;
    color: #fff;
    content: "e-commerce";
    display: flex;
    flex-flow: row wrap;
    font-size: 30px;
    font-weight: 700;
    height: 417px;
    justify-content: center;
    left: -1px;
    line-height: 45px;
    position: absolute;
    transform: rotate(180deg);
    white-space: nowrap;
    width: 153px;
    writing-mode: vertical-rl
}

.we_create_improve_business_platforms_ul_out.v6 ul li:last-child:before {
    background: #b4559b;
    background: url(../../uploads/2022/10/Intersect.svg);
    content: "maintenance";
    height: 417px;
    width: 153px
}

.any_great_transformation-wrap {
    background: linear-gradient(180deg, #fff 0, #fff 50%, var(--light-violet, #faf6ff) 50%, var(--light-violet, #faf6ff) 100%)
}

section.any_great_transformation {
    margin: 0 auto;
    max-width: 1290px;
    width: 100%
}

h2.any_great_transformation_out1_t1 {
    color: #faf7ff;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px
}

.any_great_transformation_out1_t2 {
    color: rgba(250, 246, 255, .8);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px
}

.any_great_transformation_out1 {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1140px;
    padding: 65px 0;
    position: relative;
    width: 100%
}

.any_great_transformation_out1_in {
    max-width: 640px
}

.any_great_transformation_big_img {
    margin-right: 50px
}

.any_great_transformation_out1_t3 {
    color: rgba(250, 246, 255, .8);
    font-size: 16px;
    font-weight: 300;
    height: 200px;
    line-height: 26px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 80px;
    transform: rotate(180deg);
    writing-mode: vertical-rl
}

.ecommerce_companies_weve_already_transformed_in {
    align-content: center;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 45px auto 0;
    max-width: 1290px;
    width: 100%
}

.ecommerce_companies_weve_already_transformed_ul_out ul {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 40px;
    padding: 0
}

.ecommerce_companies_weve_already_transformed_ul_out ul li {
    border-right: 1px solid rgba(4, 14, 42, .2);
    height: 57px;
    padding: 5px 80px
}

.ecommerce_companies_weve_already_transformed_ul_out ul li:last-child {
    border-right: 1px solid hsla(0, 0%, 100%, .2)
}

.ecommerce_companies_weve_already_transformed_title {
    color: #1e2346;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    max-width: 255px
}

.our-story-t3-out25 ul.our-story-ul li:first-child {
    left: 8%;
    top: 50%
}

.our-story-t3-out25 ul.our-story-ul li:nth-child(2) {
    left: 38%;
    top: 10%
}

.our-story-t3-out25 ul.our-story-ul li:nth-child(3) {
    left: 70%;
    top: 50%
}

.our-story-t3-out25 .our-story-ul-li-t2 strong {
    color: #faf5ff;
    color: #faf7ff;
    font-size: 16px;
    font-size: 29px;
    font-weight: 700;
    line-height: 28px;
    line-height: 45px;
    text-align: center
}

.our-story-t3-out25 .our-story-ul-li-t1 {
    left: 65px;
    position: absolute
}

.our-story-t3-out25 .our-story-ul-li-t2 {
    display: block;
    margin: 0 auto;
    max-width: 170px;
    text-align: center;
    text-align: left
}

.our-story-t3-out25 .our-story-ul-li-t3 {
    color: #faf5ff;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
    max-width: 170px;
    opacity: .8;
    text-align: left
}

.our-story-t3-out25 .our-story-ul-li-text {
    min-height: 150px
}

.pum-theme-54 .pum-title, .pum-theme-lightbox .pum-title {
    display: none
}

.form-header-t1 {
    color: rgba(4, 14, 42, .85);
    font-size: 16px;
    line-height: 26px
}

h2.form-header-t2 {
    color: #1e2346;
    font-size: 30px;
    line-height: 45px;
    margin-top: 10px
}

input.re-input1-1 {
    width: 100%
}

.form-header-ul {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%
}

.form-header-ul-li:first-child {
    margin-right: 20px
}

textarea.re-input1-2 {
    height: 140px;
    max-height: 205px;
    max-width: 680px;
    overflow-x: hidden;
    padding: 6px 17px 6px 10px
}

.pum-container.custom-position {
    margin: 0 auto !important
}

.modal-open {
    height: 100vh;
    overflow: hidden
}

.home .s1-f-blur {
    max-width: 1290px;
    min-height: 415px;
    position: relative;
    width: 100%
}

body.page-template-default.page.page-id-1027 section.s-doyoursolo-form {
    background: #fff !important
}

.s_it_services_in_out {
    margin: 0 auto;
    max-width: 1290px;
    padding: 120px 0;
    width: 100%
}

h2.s_it_services_main_title {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center
}

ul.s-consulting-out3-ul2 {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    max-width: 1290px;
    padding: 0 0 65px;
    width: 100%
}

h3.s_consulting-sections_title2 {
    color: #b4559b;
    max-width: 340px
}

.s_consulting-sections_text2 {
    color: #1e2346;
    font-size: 16px;
    line-height: 26px;
    max-width: 350px
}

.page-id-1027 section.s_case_block_7 {
    background: #faf5ff;
    padding-top: 25px
}

.page-id-1027 h2.s-consulting-out1-t1 {
    color: #1e2346;
    font-size: 25px;
    line-height: 32px;
    max-width: 590px
}

.page-id-1027 .s-consulting-out1-t2 {
    color: #1e2346;
    font-size: 18px;
    line-height: 30px
}

i.acordion-item-o {
    color: #b4559b;
    font-size: 14px;
    left: -30px;
    line-height: 26px;
    position: absolute
}

section.s_proposition_and_communication.v2 .s_proposition_and_communication_in_faq2_2 {
    max-width: 485px;
    width: 48%
}

section.s_proposition_and_communication.v2 {
    background: #faf5ff;
    padding: 110px 0
}

section.any_great_transformation.v2 {
    max-width: 100%
}

section.s_consulting.v2 h3.s-consulting-out3-1_title3 {
    color: #1e2346;
    font-size: 30px;
    line-height: 45px;
    margin: 105px auto 50px;
    max-width: 740px;
    text-align: center;
    width: 100%
}

section.s_consulting.v2 ul.s-consulting-out3-ul2 {
    align-content: center;
    align-items: center;
    border-bottom: 1px solid #dadbe1;
    border-top: 1px solid #dadbe1;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    max-width: 1290px;
    padding: 45px 0;
    width: 100%
}

section.s_consulting.v2 .s-consulting-out3 {
    padding-bottom: 80px
}

.our-story-t3-out25.v3 ul.our-story-ul li:first-child {
    left: 15%;
    top: 35%
}

.our-story-t3-out25.v3 ul.our-story-ul li:nth-child(2) {
    left: 35%;
    top: 55%
}

.our-story-t3-out25.v3 ul.our-story-ul li:nth-child(3) {
    left: 55%;
    top: 35%
}

.our-story-t3-out25.v3 ul.our-story-ul li:nth-child(4) {
    left: 75%;
    top: 55%
}

.s_it_services ul.s-consulting-out2-ul li a span {
    color: #fff
}

.s_it_services ul.s-consulting-out2-ul li a span img {
    margin-top: 10px
}

.s_it_services_in_bg_i {
    align-content: center;
    align-items: center;
    border-radius: 50px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-right: 15px;
    min-height: 56px;
    padding: 20px;
    width: 56px
}

.s_it_services_in_bg_i svg {
    fill: #fff;
    color: #fff;
    margin: 0 auto !important;
    text-align: center
}

.s_it_services ul.s-consulting-out2-ul li {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50px;
    margin-right: auto;
    padding: 0 20px 0 0
}

.s_it_services ul.s-consulting-out2-ul {
    border-top: 0;
    padding-top: 50px
}

::-moz-selection {
    background: #130629;
    color: #d06ab5
}

::selection {
    background: #130629;
    color: #d06ab5
}

.page-id-1216 section.s1 {
    background-position: 50%
}

.our-story-t3-out25.v4 ul.our-story-ul li:first-child {
    left: 56%;
    top: 34%
}

.our-story-t3-out25.v4 ul.our-story-ul li:nth-child(2) {
    left: 70%;
    top: 58%
}

.our-story-t3-out25.v4 ul.our-story-ul li:nth-child(3) {
    left: 76.5%;
    top: 14%
}

.s_consulting-out1.v4 {
    background: #1e2346
}

.s_consulting-out1.v4 h2.s-consulting-out1-t1 {
    color: #faf7ff;
    font-size: 35px;
    line-height: 45px
}

.s_consulting-out1.v4 .s-consulting-out1-t2 {
    color: rgba(250, 246, 255, .8);
    font-size: 18px;
    line-height: 30px;
    max-width: 450px
}

.s_consulting-out1.v4 {
    background: #1e2346 url(../../uploads/2022/03/14year-bg.svg) no-repeat;
    background-position: 100% 0;
    padding: 85px 80px
}

ul.s-consulting-out3-ul2.v4 li {
    position: relative
}

ul.s-consulting-out3-ul2.v4 li img {
    padding-bottom: 25px;
    padding-top: 50px
}

ul.s-consulting-out3-ul2.v4 li .s_consulting-sections_text2 {
    min-height: 275px
}

ul.s-consulting-out3-ul2.v4 li:after {
    border-left: 1px dashed rgba(4, 14, 42, .3);
    content: "";
    height: 100%;
    position: absolute;
    right: -50px;
    top: 0;
    transform: translateX(-50%)
}

ul.s-consulting-out3-ul2.v4 li:last-child:after {
    border-left: none
}

ul.s-consulting-out3-ul2.v4 li h3.s_consulting-sections_title2 {
    color: #1e2346;
    font-size: 18px;
    line-height: 24px
}

.s_appreciate_main_subtitle {
    margin: 0 auto 45px;
    max-width: 1060px
}

.s_appreciate_main_subtitle_in {
    max-width: 675px
}

.s_appreciate_out.v4 .s_appreciate_in {
    max-width: 480px;
    width: 48%
}

.s_appreciate_out.v4 {
    margin-bottom: 45px
}

.s_appreciate_out.v4 h3 {
    font-size: 25px;
    line-height: 32px;
    max-width: 300px;
    min-height: 65px
}

.page-id-1216 section.s-doyoursolo-form {
    background: #fff !important
}

.page-id-1216 section.s_changes .s2-main-title {
    margin: 0 auto 45px;
    max-width: 675px
}

section.s7.v4 {
    background-position: 100% 100% !important;
    background-repeat: no-repeat !important
}

section.s7.v4 h3.s7-t1 {
    color: #130629
}

section.s7.v4 .s7-t2 {
    color: rgba(4, 14, 42, .8)
}

h3.section_if_needed_we_consult_main_title {
    color: #fff;
    margin: 0 auto;
    max-width: 855px;
    padding-bottom: 105px;
    padding-top: 145px;
    text-align: center
}

section.s_we_optimize_your_business_process.v4 h2.s2-main-title {
    margin: 0 auto 25px;
    max-width: 855px;
    width: 100%
}

.s_we_optimize_your_business_process_ul_out.v4 ul {
    margin-bottom: -145px
}

.s_we_optimize_your_business_process_ul_out.v4 ul li {
    max-width: 410px;
    width: 32%
}

.s_we_optimize_your_business_process_li_text.v4 {
    color: #1e2346;
    display: block;
    font-weight: 700;
    margin: 15px auto;
    text-align: center
}

.acordion-item__content-out.v4 {
    align-content: center;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0
}

.s_proposition_and_communication_in_faq2_main_title.v4 {
    color: #1e2346;
    font-size: 30px;
    line-height: 40px;
    margin: 0 auto 65px;
    max-width: 990px;
    text-align: center
}

.s7-in.v4-2 {
    max-width: 100%
}

.s7-in.v4-2 h3.s7-t1 mark {
    color: #b4559b;
    display: inline-block;
    text-decoration: none
}

.s7-out2.v4-2 {
    justify-content: center;
    max-width: 1290px;
    min-height: 405px
}

.s7-in.v4-2 h3.s7-t1 {
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    margin: 0 auto;
    max-width: 1000px
}

.s7-in.v4-2 .btn_more-icon {
    margin-left: 0;
    margin-right: 20px
}

section.s7.v4-2 {
    margin-bottom: -105px;
    position: relative
}

section.s_appreciate.v4-2 h2.s_appreciate_main_title {
    color: #1e2346;
    line-height: 53px;
    max-width: 975px;
    text-align: center
}

section.s_appreciate.v4-2 .s_appreciate_out.v4 h3 {
    color: rgba(4, 14, 42, .8);
    font-size: 18px;
    line-height: 32px;
    max-width: -moz-max-content;
    max-width: max-content;
    min-height: 25px
}

section.s_appreciate.v4-2 .s_appreciate_in {
    border-bottom: 0 solid #dadbe1;
    border-top: 0 solid #dadbe1;
    padding-bottom: 25px;
    padding-top: 0;
    position: relative
}

section.s_appreciate.v4-2 .s_appreciate_in:before {
    background: url(../../uploads/2022/03/recommend_making_custom_solutions_li_i.svg);
    color: #ec4f7e;
    content: "";
    display: inline-block;
    font-family: system-ui;
    font-size: 22px;
    height: 24px;
    left: -45px;
    margin-right: 10px;
    position: absolute;
    top: 15px;
    vertical-align: middle;
    width: 25px
}

.s_it_services_in_li1_out {
    align-content: center;
    align-items: center;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 100px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 228px
}

.s_it_services_in_li1_out.v6, .s_it_services_in_li2_out.v6, .s_it_services_in_li3_out.v6, .s_it_services_in_li4_out.v6 {
    background: rgba(174, 153, 210, .1)
}

.s_it_services_in_li1_out li {
    padding: 8px 12px
}

.s_it_services_in_li1_out li a div {
    height: 86px;
    margin-left: auto;
    margin-right: auto;
    width: 86px
}

.s_it_services_in_li1_out li {
    background: none !important;
    padding: 8px 12px !important
}

.s_it_services_in_li2_out {
    align-content: center;
    align-items: center;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 100px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 228px
}

.s_it_services_in_li2_out li {
    padding: 8px 12px
}

.s_it_services_in_li2_out li a div {
    height: 86px;
    margin-left: auto;
    margin-right: auto;
    width: 86px
}

.s_it_services_in_li2_out li {
    background: none !important;
    padding: 8px 12px !important
}

.s_it_services_in_li3_out {
    align-content: center;
    align-items: center;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 100px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 228px
}

.s_it_services_in_li3_out li {
    padding: 8px 12px
}

.s_it_services_in_li3_out li a div {
    height: 86px;
    margin-left: auto;
    margin-right: auto;
    width: 86px
}

.s_it_services_in_li3_out li {
    background: none !important;
    padding: 8px 12px !important
}

ul.s-consulting-out2-ul .s_it_services_in_li1:hover a span, ul.s-consulting-out2-ul .s_it_services_in_li2:hover a span, ul.s-consulting-out2-ul .s_it_services_in_li3:hover a span {
    color: #111 !important;
    cursor: pointer
}

section.s_it_services.v4 ul.s-consulting-out2-ul {
    background: hsla(0, 0%, 100%, .05);
    max-width: 1070px
}

section.s_it_services.v4 ul.s-consulting-out2-ul, section.s_it_services.v6 ul.s-consulting-out2-ul {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 100px;
    margin: 50px auto;
    padding: 20px 95px
}

section.s_it_services.v6 ul.s-consulting-out2-ul {
    background: #faf7ff;
    max-width: 1160px
}

section.s_it_services.v6 .s_it_services_in_out {
    margin: 0 auto;
    max-width: 1290px;
    padding: 120px 0 90px;
    width: 100%
}

section.s_it_services.v4 .s_it_services_in_out {
    margin: 0 auto;
    max-width: 1290px;
    padding: 120px 0 15px;
    width: 100%
}

section.s_it_services.v6 h2.s_it_services_main_title {
    color: #130629;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    max-width: 875px;
    text-align: center
}

section.s_it_services.v4 h2.s_it_services_main_title {
    max-width: 875px
}

.s_it_services_in_bg_i.dat-block-1, .s_it_services_in_bg_i.dat-block-2, .s_it_services_in_bg_i.dat-block-3, .s_it_services_in_bg_i.dat-block-4, .s_it_services_in_bg_i.dat-block-5, .s_it_services_in_bg_i.dat-block-6, .s_it_services_in_bg_i.dat-block-7, .s_it_services_in_bg_i.dat-block-8, .s_it_services_in_bg_i.morenav6 {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: #fff;
    background: hsla(0, 0%, 100%, .05);
    border-radius: 10px;
    bottom: -135px;
    display: none;
    min-height: 100px;
    position: absolute;
    width: 375px;
    z-index: 1
}

.s_it_services_in_bg_i.dat-block-1, .s_it_services_in_bg_i.dat-block-2, .s_it_services_in_bg_i.dat-block-3, .s_it_services_in_bg_i.dat-block-4, .s_it_services_in_bg_i.dat-block-5, .s_it_services_in_bg_i.dat-block-6, .s_it_services_in_bg_i.dat-block-7, .s_it_services_in_bg_i.dat-block-8 {
    color: #fff
}

section.s_it_services.v6 .s_it_services_in_bg_i.dat-block-1, section.s_it_services.v6 .s_it_services_in_bg_i.dat-block-2, section.s_it_services.v6 .s_it_services_in_bg_i.dat-block-3, section.s_it_services.v6 .s_it_services_in_bg_i.dat-block-4, section.s_it_services.v6 .s_it_services_in_bg_i.dat-block-5, section.s_it_services.v6 .s_it_services_in_bg_i.dat-block-6, section.s_it_services.v6 .s_it_services_in_bg_i.dat-block-7, section.s_it_services.v6 .s_it_services_in_bg_i.dat-block-8 {
    color: #130629
}

section.s_it_services.v4 .s_case_click_div {
    min-height: 45px
}

section.s_it_services.v6 .s_case_click_div {
    display: none;
    min-height: 45px
}

.our-story-ul-li-t2.v4, .our-story-ul-li-t2.v6 {
    display: none
}

section.s1.v5 .s1-t2 mark {
    display: inline-block
}

section.s1.v5 .s1-h-blur {
    padding-top: 125px !important
}

section.s1.v5 .s1-f-blur {
    max-height: 335px;
    min-height: 335px
}

.s_we_optimize_your_business_process_ul_out.v5 ul {
    margin-bottom: 25px
}

.s_we_optimize_your_business_process_ul_out.v5 ul li {
    max-width: 410px;
    width: 32%
}

.s_we_optimize_your_business_process_li_text.v5 {
    color: #1e2346;
    display: block;
    font-weight: 700;
    margin: 15px auto;
    text-align: center
}

.why_choose_soloway_out {
    padding: 105px 15px
}

.why_choose_soloway_main_title {
    margin-bottom: 45px;
    max-width: 1320px
}

.why_choose_soloway_main_title h3 {
    color: #faf5ff;
    font-size: 30px;
    line-height: 45px;
    margin: 0 auto;
    max-width: 720px
}

ul.why_choose_soloway_ul {
    align-content: center;
    align-items: flex-start;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    max-width: 1290px;
    padding: 55px 0 35px
}

ul.why_choose_soloway_ul li {
    width: 30%
}

h4.why_choose_soloway_title {
    color: #fff;
    font-size: 18px;
    line-height: 24px
}

.why_choose_soloway_desc {
    color: #fff;
    font-size: 16px;
    line-height: 26px
}

section.s1.v5 ul.our-story-ul {
    min-height: inherit
}

section.ecommerce_companies_weve_already_transformed.v5 {
    margin-bottom: 25px
}

section.ecommerce_companies_weve_already_transformed.v5 ul {
    zoom: .8;
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0
}

.legacy_software_modernization_main_title h3 {
    font-size: 30px;
    line-height: 45px;
    margin: 0 auto;
    max-width: 850px;
    padding: 105px 0 45px;
    text-align: center
}

.legacy_software_modernization_main_image {
    margin-bottom: 50px
}

.legacy_software_modernization_main_image img {
    display: block;
    margin: 0 auto;
    transform: scaleX(-1)
}

ul.legacy_software_modernization_ul {
    align-content: center;
    align-items: center;
    border-bottom: 1px solid #dadbe1;
    border-top: 1px solid #dadbe1;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    max-width: 1290px;
    padding: 55px 0;
    width: 100%
}

ul.legacy_software_modernization_ul li {
    max-width: 350px
}

.legacy_software_modernization_text {
    color: #1e2346;
    font-size: 16px;
    line-height: 26px
}

section.s_case_block_7.v5 {
    background: #faf5ff;
    padding-top: 0
}

section.s_case_block_7.v5 .s_case_block_7_main_title h2 {
    margin: 0 auto 50px;
    max-width: 950px
}

h3.we_always_start_t1 {
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    margin-top: 0;
    max-width: 850px
}

h3.we_always_start_t1 mark {
    display: inline-block
}

.we_always_start_t2 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    max-width: 675px
}

.we_always_start_in {
    margin: 0 auto;
    max-width: 1080px;
    padding: 105px 0;
    width: 100%
}

section.we_always_start {
    background-position: 50% !important;
    background-repeat: no-repeat;
    background-size: cover !important
}

.watch_our_roadmap_main_title h3 {
    color: #1e2346;
    font-size: 30px;
    line-height: 45px;
    margin: 0 auto;
    max-width: 850px;
    padding: 105px 0 55px;
    text-align: center
}

ul.watch_our_roadmap_ul {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    max-width: 1290px;
    padding: 0 0 75px
}

ul.watch_our_roadmap_ul li {
    margin-bottom: 30px
}

.watch_our_roadmap_title {
    border: 1px solid #dadbe1;
    box-sizing: border-box;
    color: #1e2346;
    font-size: 18px;
    line-height: 26px;
    min-height: 162px;
    padding: 53px 38px;
    width: 300px
}

.software_modern_out {
    margin-top: 75px
}

.software_modern_main_title h3 {
    color: #1e2346;
    font-size: 30px;
    line-height: 45px;
    margin-top: 30px;
    max-width: 850px
}

.software_modern_main_title h3 mark {
    display: inline-block
}

.software_modern_main_title {
    margin: 0 auto;
    max-width: 1290px
}

img.software_modern_img {
    margin-right: 30px
}

.software_modern_desc {
    color: #1e2346;
    font-size: 18px;
    line-height: 24px
}

ul.software_modern_ul {
    align-items: flex-start;
    justify-content: space-between;
    list-style: none;
    margin: 50px auto 105px;
    max-width: 1290px;
    padding: 0;
    width: 100%
}

ul.software_modern_ul, ul.software_modern_ul li {
    align-content: center;
    display: flex;
    flex-flow: row wrap
}

ul.software_modern_ul li {
    align-items: center;
    border-bottom: 1px solid #dadbe1;
    border-top: 1px solid #dadbe1;
    justify-content: flex-start;
    min-height: 215px;
    padding: 60px 0;
    width: 30%
}

span.wpcf7-form-control-wrap {
    display: block
}

.s-doyoursolo-form input.wpcf7-form-control.wpcf7-text, .wppopups-whole input.wpcf7-form-control.wpcf7-text {
    height: 50px;
    padding-left: 10px
}

.form-header-ul-li {
    max-width: 320px
}

.attach-p-div, .attach-p-div2 {
    background: #fff;
    border: 2px dashed #e0dfd5;
    border-radius: 4px;
    color: #828f94;
    cursor: pointer;
    display: block;
    max-width: 150px;
    min-height: 40px;
    position: relative;
    text-align: center
}

.filename, .filename2 {
    font-size: 20px;
    line-height: 40px
}

#file {
    display: none
}

.file_label {
    background: hsla(0, 0%, 100%, 0);
    border: none !important;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #fff;
    color: #1e2346;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 5px;
    text-decoration-line: underline;
    transition: all .3s ease-in-out
}

.file_label:hover {
    background-color: #ece7f0;
    color: #ae4494
}

.fa {
    margin-right: 5px
}

label.file_label br {
    display: none
}

i.fa.fa-upload {
    background: url(../../uploads/2022/01/attach-i.svg);
    display: inline-block;
    height: 13px;
    width: 14px
}

input[type=checkbox] {
    height: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

form .wpcf7-acceptance label {
    display: inline-block;
    line-height: 18px;
    min-height: 18px;
    padding-left: 30px;
    position: relative
}

form .wpcf7-acceptance input[type=checkbox]+.wpcf7-list-item-label {
    line-height: inherit
}

.input_file br {
    display: none
}

.dys-file-and-link1>p {
    margin-right: 10px;
    margin-top: 10px;
    transform: translate(23px)
}

.container.header-container .btn:hover span.btn-text:after, .s1-h-blur .btn:hover span.btn-text:after, section.s_sync.s_sync2 .btn:hover span.btn-text:after {
    max-width: inherit
}

.pum-container .accept-and-send2 input, .spu-content .accept-and-send2 input {
    padding-left: 40px;
    padding-right: 70px
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow-y: unset !important
}

.page-id-1220 section.s-doyoursolo-form {
    background: #fff !important
}

section.s_changes.v6 h2 {
    margin: 0 auto 45px;
    max-width: 655px
}

h2.s2-main-title.v6 {
    margin: 0 auto 45px;
    max-width: 1050px;
    width: 100%
}

section.s-how-it-works {
    background-color: #fbf6ff !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    padding-block: 48px
}

@media (min-width:768px) {
    section.s-how-it-works {
        padding-block: 104px
    }
}

section.we_always_start.v6 h3 {
    max-width: 650px
}

section.s_proposition_and_communication.v2.v6 span.circle {
    display: none
}

.acordion-item__content-out.v4 .acordion-item:first-child {
    order: 1
}

.acordion-item__content-out.v4 .acordion-item:nth-child(2) {
    order: 3
}

.acordion-item__content-out.v4 .acordion-item:nth-child(3) {
    order: 2
}

section.s_proposition_and_communication.v2.v6 .acordion-item__title2 {
    color: #1e2346;
    cursor: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}

.s_proposition_and_communication_in_faq2_main_title.v6 {
    color: #1e2346;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 65px;
    max-width: 750px
}

.we_provide_long_main_title h3 {
    padding-top: 105px
}

.we_provide_long_main_title {
    margin: 0 auto;
    max-width: 1120px;
    width: 100%
}

.we_provide_long_main_title h3 {
    max-width: 800px
}

ul.we_provide_long_ul {
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    max-width: 1120px;
    padding: 0;
    width: 100%
}

ul.we_provide_long_ul, ul.we_provide_long_ul li {
    align-content: center;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap
}

ul.we_provide_long_ul li {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    justify-content: center;
    min-height: 415px;
    padding: 60px 0 40px;
    width: 48%
}

ul.we_provide_long_ul li img {
    margin-right: 35px
}

.we_provide_long_title {
    color: #1e2346;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 20px auto
}

.we_provide_long_desc {
    max-width: 370px
}

.wpcf7-not-valid-tip {
    position: absolute
}

textarea {
    min-height: 150px;
    width: 100% !important
}

.btn:hover span.btn-text:after {
    max-width: inherit
}

.dys-file-and-link1 .input_file {
    display: block;
    height: 25px;
    max-width: 285px;
    overflow: hidden;
    overflow-x: auto
}

svg.btn_more-icon_svg use {
    display: block;
    padding: 10px 25px
}

a.s_black_button {
    max-width: -moz-max-content;
    max-width: max-content
}

.s_appreciate_in:nth-child(3), .s_appreciate_in:nth-child(4) {
    border-top: none
}

.dys-file-and-link1 {
    position: relative
}

.max5mbclass {
    left: 70px;
    min-width: 375px;
    position: absolute;
    top: 0;
    width: 100%
}

div#wpcf7-f636-o2 .dys-file-and-link1 .input_file {
    margin-top: 15px
}

.two_solutions_for_our_clients_main_title h3 {
    color: #1e2346;
    font-size: 30px;
    line-height: 45px;
    margin: 25px auto;
    max-width: 650px;
    text-align: center
}

.two_solutions_for_our_clients_out_out {
    align-content: center;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 1160px;
    width: 100%
}

.two_solutions_for_our_clients_out_out, .two_solutions_for_our_clients_ul_out ul {
    list-style: none;
    margin: 0 auto;
    padding: 0
}

.two_solutions_for_our_clients_ul_out ul li {
    align-content: center;
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 30px auto
}

.two_solutions_for_our_clients_ul_out ul li img {
    margin-right: 25px;
    margin-top: 3px
}

.two_solutions_for_our_clients_ul_li_title {
    color: rgba(4, 14, 42, .8);
    font-size: 16px;
    line-height: 26px;
    min-height: 85px
}

.two_solutions_for_our_clients_ul_out:first-child:after {
    background: #ccc;
    content: "";
    display: block;
    min-height: 550px;
    position: absolute;
    right: -55px;
    top: 0;
    width: 1px
}

.two_solutions_for_our_clients_b2_out {
    background: #faf7ff
}

.two_solutions_for_our_clients_b2_ul {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1140px;
    padding: 33px 0;
    width: 100%
}

.two_solutions_for_our_clients_b2_ul_li {
    color: #1e2346;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin: 0 auto;
    position: relative
}

.two_solutions_for_our_clients_b2_ul_li:first-child:after {
    background: #ccc;
    content: "";
    display: block;
    height: 92px;
    position: absolute;
    right: -132px;
    top: -33px;
    width: 1px
}

.two_solutions_for_our_clients_b3_out_out {
    align-content: center;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    max-width: 1160px;
    padding: 0;
    width: 100%
}

.two_solutions_for_our_clients_b3_ul_out ul {
    list-style: none;
    margin: 0 auto;
    padding: 0
}

.two_solutions_for_our_clients_b3_ul_out ul li {
    align-content: center;
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 30px auto
}

.two_solutions_for_our_clients_b3_ul_out ul li img {
    margin-right: 25px;
    margin-top: 3px
}

.two_solutions_for_our_clients_b3_ul_li_text {
    min-height: 75px
}

.two_solutions_for_our_clients_b3_ul_out:first-child:after {
    background: #ccc;
    content: "";
    display: block;
    min-height: 600px;
    position: absolute;
    right: -55px;
    top: 0;
    width: 1px
}

.two_solutions_for_our_clients_b3_ul_li_title {
    color: #1e2346;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 5px 0
}

.page-id-1224 .two_solutions_for_our_clients_b3_ul_li_title {
    font-size: 18px;
    font-weight: 700
}

.we_carefully_test_the_software_title_out {
    background: #1f2346;
    color: #faf7ff;
    padding: 74px 0 64px
}

.we_carefully_test_the_software_title_ul {
    margin: 0 auto;
    max-width: 1160px
}

.we_carefully_test_the_software_title_li {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    max-width: 860px
}

h2.s3-main-title.watch_our_qa_roadmap_main_title {
    margin-top: 0
}

ul.our-story-ul2 {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 5px auto;
    min-height: 555px;
    padding: 0;
    position: relative;
    width: 100%;
    width: 1708px
}

.our-story-t3-out.watch_our_qa_roadmap_t3 {
    min-height: 465px;
    width: 100%
}

.our-story-t3-out.watch_our_qa_roadmap_t3 ul.our-story-ul2 {
    width: 100%
}

ul.our-story-ul2 li:first-child {
    margin-bottom: -10%
}

ul.our-story-ul2 li:nth-child(2) {
    margin-bottom: 0
}

ul.our-story-ul2 li:nth-child(3) {
    margin-bottom: 10%
}

ul.our-story-ul2 li:nth-child(4) {
    margin-bottom: 0
}

ul.our-story-ul2 li:nth-child(5) {
    margin-bottom: 10%
}

ul.our-story-ul2 li:nth-child(6) {
    margin-bottom: 25%
}

ul.our-story-ul2 li:nth-child(7) {
    margin-bottom: 10%
}

ul.our-story-ul2 li:nth-child(8) {
    margin-bottom: 15%
}

.our-story-t3-out.watch_our_qa_roadmap_t3 .our-story-ul-li-text {
    min-height: auto;
    min-width: 280px;
    position: absolute;
    z-index: 1
}

.our-story-t3-out.watch_our_qa_roadmap_t3 .our-story-ul-li-t3 {
    z-index: 0
}

.we_provide_long_out {
    padding-bottom: 90px
}

.archive .entry-header h2, .blog .entry-header h2 {
    margin-top: 0
}

.reblog-sidebar-in {
    margin-right: 55px;
    width: 275px
}

.author-page-photo img {
    border-radius: 50%
}

.reblog-out {
    align-content: center;
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1290px;
    width: 100%
}

.reblog-content ul {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    margin: 0 auto;
    padding: 0
}

.reblog-content ol {
    margin: 0 auto;
    padding: 0 20px
}

.repost-categories a {
    color: rgba(4, 14, 43, .5);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none
}

.repost-title {
    max-width: 95%;
    min-height: 75px
}

ul.reside-b3-news-ul .repost-title {
    max-width: 95%;
    min-height: 55px
}

.repost-title a {
    color: #040e2b;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none
}

.reblog-content ul li {
    margin-bottom: 25px;
    margin-right: 25px;
    max-width: 300px
}

.reblog-content ul li:nth-child(3n+3) {
    margin-right: 0
}

.reblog-content ul li:nth-child(6) {
    margin-right: 25px
}

.reblog-content ul li:nth-child(7) {
    margin-right: 0
}

.reblog-content ul li:nth-child(9) {
    margin-right: 25px
}

.reblog-content ul li:nth-child(10) {
    margin-right: 0
}

.repost-thumb a {
    display: block;
    height: 170px;
    overflow: hidden;
    width: 300px
}

.repost-thumb a img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    width: 100%
}

.reblog-content ul li:hover .repost-thumb a img {
    transform: scale(1.25);
    transition: .3s ease-in-out
}

.reblog-content ul li:hover .repost-title a {
    color: #b4559b;
    font-size: 16px;
    line-height: 24px
}

.repost-categories {
    margin: 15px auto
}

.reside-b1 ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.reside-b1 ul li a {
    color: rgba(4, 14, 43, .7);
    font-size: 16px;
    line-height: 34px;
    text-decoration: none
}

.reside-b1 ul li {
    margin: 8px auto
}

.reside-b1 ul li:first-child a {
    color: #040e2b;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px
}

.reside-b1 ul li:first-child {
    margin-top: 0
}

.reside-b2-t1 {
    color: #1e2346;
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 15px
}

.subscr-form-in1 input {
    display: block;
    height: 40px !important;
    width: 214px
}

.send1in1 {
    background: #1e2346 !important;
    border: none !important;
    border-radius: 50px !important;
    color: #fff !important;
    font-size: 12px;
    height: 40px;
    line-height: 14px;
    text-align: center;
    width: 93px
}

.subscr-form-out {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row nowrap
}

.subscr-form-in2 {
    margin-left: -32px;
    z-index: 1
}

time.repost-date {
    color: rgba(4, 14, 42, .5);
    font-size: 14px;
    line-height: 28px
}

.reside-b3-news ul {
    list-style: none;
    margin: 0 auto;
    padding: 0
}

.reside-b1 {
    margin-bottom: 45px
}

.reside-b2 {
    margin-bottom: 55px
}

.reside-b3 {
    margin-bottom: 45px
}

.reside-b3-news ul li {
    border-bottom: 1px solid rgba(4, 14, 42, .1);
    margin-bottom: 20px;
    padding-bottom: 20px
}

.reside-b3-news ul li a .repost-categories {
    color: rgba(4, 14, 43, .5);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 5px;
    text-decoration: none
}

.reside-b3-news ul li a {
    text-decoration: none
}

.reblog-sidebar {
    margin-top: 75px
}

.reblog-search-out {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

div#ajaxsearchpro1_1 {
    background: #fff;
    height: 40px;
    max-height: none;
    padding: 3px 0
}

.category-blog #ajaxsearchpro1_1 .probox .promagnifier .innericon svg, .category-blog #ajaxsearchpro1_2 .probox .promagnifier .innericon svg, .category-blog div.asp_m.asp_m_1 .probox .promagnifier .innericon svg {
    fill: #c8cbd9 !important
}

.innericon {
    background: #fff !important
}

#ajaxsearchpro1_1 .probox .promagnifier .innericon svg, #ajaxsearchpro1_2 .probox .promagnifier .innericon svg, div.asp_m.asp_m_1 .probox .promagnifier .innericon svg {
    fill: transparent !important
}

input.orig::-moz-placeholder {
    color: rgba(4, 14, 42, .2) !important;
    font-size: 14px;
    font-weight: 300;
    line-height: 34px
}

input.orig::placeholder {
    color: rgba(4, 14, 42, .2) !important;
    font-size: 14px;
    font-weight: 300;
    line-height: 34px
}

#ajaxsearchpro1_1 .probox .promagnifier div.innericon, #ajaxsearchpro1_2 .probox .promagnifier div.innericon, div.asp_m.asp_m_1 .probox .promagnifier div.innericon {
    border: 1px solid rgba(4, 14, 42, .2);
    border-radius: 45px;
    box-sizing: border-box;
    height: 40px;
    width: 40px
}

#ajaxsearchpro1_1 .probox .promagnifier div.asp_text_button, #ajaxsearchpro1_2 .probox .promagnifier div.asp_text_button, div.asp_m.asp_m_1 .probox .promagnifier div.asp_text_button {
    height: 40px;
    width: auto
}

#ajaxsearchpro1_1 .probox, #ajaxsearchpro1_2 .probox, div.asp_m.asp_m_1 .probox {
    height: 40px
}

div#ajaxsearchpro1_1 {
    height: 40px !important;
    padding: 0 !important;
    width: 282px
}

#ajaxsearchpro1_1 .probox, #ajaxsearchpro1_2 .probox, div.asp_m.asp_m_1 .probox {
    background: #fff;
    border: 1px solid rgba(4, 14, 42, .1) !important;
    box-sizing: border-box;
    height: 40px !important
}

#ajaxsearchpro1_1 .probox .promagnifier, #ajaxsearchpro1_2 .probox .promagnifier, div.asp_m.asp_m_1 .probox .promagnifier {
    background: #fff !important;
    height: 40px !important;
    top: 0;
    width: 40px !important
}

#ajaxsearchpro1_1 .probox .promagnifier div.innericon, #ajaxsearchpro1_2 .probox .promagnifier div.innericon, div.asp_m.asp_m_1 .probox .promagnifier div.innericon {
    background: url(../../uploads/2022/04/search-i.svg) !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    height: 40px !important;
    width: 40px !important
}

#ajaxsearchpro1_1 .probox .promagnifier div.innericon:hover, #ajaxsearchpro1_2 .probox .promagnifier div.innericon, div.asp_m.asp_m_1 .probox .promagnifier div.innericon:hover {
    background: #b4559b url(../../uploads/2022/04/search-i-hover.svg) !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important
}

.reblog-search {
    position: relative
}

.promagnifier {
    border-radius: 50px !important;
    position: absolute;
    right: 5px
}

.asp_w_container {
    margin-right: 20px
}

#ajaxsearchpro1_1 .probox .proinput input.orig, #ajaxsearchpro1_2 .probox .proinput input.orig, div.asp_m.asp_m_1 .probox .proinput input.orig {
    color: #111 !important
}

#ajaxsearchpro1_1 .probox .proclose, #ajaxsearchpro1_1 .probox .proloading, #ajaxsearchpro1_1 .probox .promagnifier, #ajaxsearchpro1_1 .probox .prosettings, #ajaxsearchpro1_2 .probox .proclose, #ajaxsearchpro1_2 .probox .proloading, #ajaxsearchpro1_2 .probox .promagnifier, #ajaxsearchpro1_2 .probox .prosettings, div.asp_m.asp_m_1 .probox .proclose, div.asp_m.asp_m_1 .probox .proloading, div.asp_m.asp_m_1 .probox .promagnifier, div.asp_m.asp_m_1 .probox .prosettings {
    -webkit-flex: 0 0 85px !important
}

#ajaxsearchprores1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical {
    box-shadow: 0 0 8px 1px hsla(0, 0%, 7%, .161) !important;
    padding: 3px !important
}

#ajaxsearchprores1_1 .results .item .asp_content h3 a, #ajaxsearchprores1_2 .results .item .asp_content h3 a, div.asp_r.asp_r_1 .results .item .asp_content h3 a {
    color: #b4559b !important
}

h1.s_blog_archive_main_title {
    margin: 35px auto
}

.reside-b1 ul li a:hover, .reside-b3-news ul li a:hover {
    color: #b4559b
}

.send1in1:hover {
    background: #b4559b !important;
    cursor: pointer
}

.reside-b2.reside-b2mob5 {
    display: none
}

.reblog-content.reblog-content-single {
    background: #fff;
    margin-left: 0;
    margin-right: auto;
    margin-top: -110px;
    padding: 50px 70px;
    position: relative
}

section.s_post_positions_1.s_cases_archive_1_single {
    min-height: 244px
}

.entry-content blockquote {
    border-left: 3px solid #b4559b;
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    margin: 0 auto;
    padding: 45px 50px
}

.entry-content blockquote p {
    margin: 0 auto
}

.entry-content ul {
    display: block
}

.entry-content ul li {
    max-width: 100%;
    width: 100%
}

.entry-content ul li:before {
    background: #b4559b;
    border-radius: 15px;
    content: "";
    display: inline-block;
    height: 7px;
    margin-right: 15px;
    width: 7px
}

#toc_container.toc_black {
    background: #000;
    background: #1e2346;
    padding: 45px 50px
}

#toc_container a {
    color: #faf7ff;
    font-size: 18px;
    line-height: 36px;
    text-decoration: none;
    text-shadow: none
}

#toc_container a:hover {
    color: #d06ab5;
    text-decoration: none
}

ul.toc_list li:before {
    background: url(../../uploads/2022/05/key-points-arrow.svg);
    border-radius: 15px;
    content: "";
    display: inline-block;
    height: 13px;
    margin-right: 15px;
    width: 11px
}

#toc_container.toc_black p.toc_title {
    color: #aaa;
    color: #faf7ff;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: left
}

.repost-categories-and-socials-out {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto 45px;
    width: 100%
}

.repost-categories-and-socials-out .heateor_sss_sharing_title {
    display: none
}

.repost-categories.v2 {
    margin: 0
}

.repost-comments.v2 img {
    border: 1px solid rgba(4, 14, 42, .2);
    border-radius: 25px;
    box-sizing: border-box;
    height: 36px;
    margin-right: 12px;
    -o-object-fit: none;
    object-fit: none;
    padding: 8px;
    width: 36px
}

.repost-comments.v2:hover img {
    background: #b4559b url(../../uploads/2022/05/comments-i-hover-white.svg) no-repeat;
    background-position: 50%;
    border: 1px solid #b4559b;
    cursor: pointer;
    padding: 10px
}

.repost-comments.v2, .repost-comments.v2 a {
    align-items: center;
    color: rgba(4, 14, 43, .8);
    display: flex;
    flex-flow: row wrap;
    font-size: 16px;
    line-height: 28px
}

.repost-comments.v2 a {
    text-decoration: none
}

.repost-main-social-in {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    border-left: 1px solid #e6e7ea !important;
    margin-left: 10px !important;
    padding-left: 10px !important
}

.reuser-photo-out {
    justify-content: space-between
}

.reuser-photo-in, .reuser-photo-out {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.reuser-photo-in {
    justify-content: center
}

.reuser-name {
    color: #1e2346;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px
}

.reuser-date-post {
    color: #1e2346;
    color: rgba(4, 14, 42, .5);
    font-size: 16px;
    line-height: 25px
}

.reuser-photo {
    margin-right: 20px
}

.reuser-photo-in2 {
    align-content: center;
    align-items: flex-end;
    display: flex;
    flex-flow: column;
    justify-content: center
}

.reuser-photo-in2 p {
    color: rgba(4, 14, 42, .5);
    font-size: 16px;
    line-height: 25px;
    margin: 0
}

footer.entry-footer {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 75px auto
}

footer.entry-footer .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

ol.comment-list {
    list-style: none;
    margin: 0 auto;
    padding: 0
}

img.avatar.avatar-32.photo, span.says {
    display: none
}

.comment-author.vcard .fn, .comment-meta cite.fn {
    color: #040e2b;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px
}

.comment-meta .comment-date a, .comment-metadata a {
    color: rgba(4, 14, 43, .45);
    font-size: 14px;
    line-height: 42px;
    text-decoration: none
}

.comment-content.entry.clr {
    color: rgba(4, 14, 43, .7);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    max-width: 725px
}

.comment-content.entry.clr p {
    margin: 0 0 20px
}

ol.comment-list li {
    margin-bottom: 20px
}

h2.comments-title, ol.comment-list li {
    border-bottom: 1px solid rgba(4, 14, 43, .1)
}

h2.comments-title {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 5px auto 20px;
    padding-bottom: 20px;
    width: 100%
}

.releaveacomment-title-h2 {
    color: #040e2b;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px
}

.recoment-form-t-and-e-out {
    display: inline-flex;
    width: 49%
}

p.comment-form-author, p.comment-form-email {
    display: flex;
    flex-flow: column wrap
}

.comment-notes {
    display: none
}

.recoment-form-t-and-e-out {
    margin: 0 20px 0 auto
}

.recoment-form-t-and-e-out, .recoment-form-t-and-e-out2 {
    box-sizing: content-box;
    display: inline-block;
    max-width: 375px;
    width: 46%
}

.recoment-form-t-and-e-out2 {
    margin: 0 auto
}

p.comment-form-comment {
    max-width: 96.5%;
    max-width: 774px
}

input.privacyBox {
    background: #fff;
    border: 1px solid #1e2346;
    box-sizing: border-box;
    display: block;
    height: 20px;
    left: auto;
    opacity: 1;
    position: relative;
    width: 20px
}

.recheckbox-out {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start
}

.recheckbox-out input.privacyBox {
    margin-right: 10px
}

.recheckbox-out p.pprivacy {
    color: rgba(4, 14, 42, .5);
    font-size: 14px;
    line-height: 42px;
    margin: 0
}

p.pprivacy a {
    color: #040e2a;
    font-size: 14px;
    line-height: 42px
}

form#commentform p.form-submit {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    background: linear-gradient(262.23deg, #2d3773 -28.22%, #b4559b 104.16%);
    display: inline-flex;
    font-size: 12px;
    font-weight: 400;
    height: 48px;
    justify-content: space-between;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
    transition: .3s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 148px
}

form#commentform input#submit, form#commentform p.form-submit {
    border: none;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    outline: none;
    position: relative
}

form#commentform input#submit {
    -webkit-appearance: none;
    background: none;
    background: url(../../uploads/2022/04/btn-after.svg) no-repeat;
    background-position: 90px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
    min-width: 148px;
    padding: 17px 70px 17px 40px
}

form#commentform p.form-submit:hover {
    opacity: .75
}

form#commentform input#author {
    min-height: 42px;
    padding: 5px 20px
}

input#author {
    padding: 5px 20px
}

form#commentform input#email {
    min-height: 42px;
    padding: 5px 20px
}

form#commentform textarea#comment {
    height: 54px;
    min-height: 54px;
    padding: 5px 20px
}

.recheckbox-outout {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 94%;
    width: 100%
}

.fa-out {
    background: #faf5ff;
    padding-top: 95px
}

.fa-in-1-out.reblog-content ul.fa-in-1-out-ul {
    margin: 0 auto;
    max-width: 1290px
}

.fa-in-1-out.reblog-content ul li:nth-child(3) {
    margin-right: 25px
}

.fa-in-1-out.reblog-content ul li:nth-child(4) {
    margin-right: 0
}

.blog-hero-t1 {
    color: #040e2b;
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    margin: 0 auto 20px;
    max-width: 1290px;
    width: 100%
}

.fa-in-1-out.reblog-content .post-thumbnail {
    height: 171px;
    overflow: hidden
}

.single-post .reblog-sidebar {
    margin-bottom: 0;
    margin-top: 75px;
    padding-bottom: 0;
    position: sticky;
    top: 182px
}

aside#secondary section.widget.widget_block {
    margin-bottom: 0
}

.fa-in-1-out.reblog-content {
    padding-bottom: 60px
}

.reside-b3-news ul li:last-child, .single-post .reside-b3 {
    margin-bottom: 0
}

button.go-back {
    background: none;
    border: 0;
    color: #b4559b;
    font-size: 14px;
    line-height: 34px;
    padding: 0
}

button.go-back:hover {
    color: rgba(4, 14, 43, .702);
    cursor: pointer
}

.author-profile-card {
    color: #040e2b;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
    width: 100%
}

.author-tab-out, .author-tab-out2 {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    max-width: 700px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%
}

.author-tab-out {
    border-bottom: 1px solid rgba(4, 14, 43, .1)
}

.author-company, .author-position {
    font-weight: 300;
    width: 200px
}

.author-company, .author-company2, .author-position, .author-position2 {
    color: #040e2b;
    font-size: 18px;
    line-height: 34px
}

.reside-b5-t2 {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 50px;
    width: 100%
}

.reside-b5-t2 a {
    border-right: 1px solid rgba(4, 14, 43, .1);
    padding: 0 18px
}

.reside-b5-t2 a:last-child {
    border-right: 0 solid rgba(4, 14, 43, .1)
}

.author .reblog-sidebar {
    margin-top: -110px
}

.reblog-content {
    margin-left: 0;
    margin-right: auto;
    width: inherit
}

.category .reblog-search {
    display: none
}

.rearchive-category-meta {
    color: #1e2346;
    font-size: 18px;
    line-height: 32px
}

.single-positions .file_label {
    max-width: 190px
}

.our-story-t3-out25.v4 ul.our-story-ul li {
    width: 215px
}

ul.s-consulting-out2-ul li a {
    position: relative
}

.page-id-1216 .s_companions-slider_next:hover, .page-id-1216 .s_companions-slider_prev:hover {
    background: #faf5ff
}

.page-id-1216 .swiper-button-next.s_companions-slider_next:hover use, .page-id-1216 .swiper-button-prev.s_companions-slider_prev:hover use {
    fill: #1f2346
}

.page-id-1216 .acordion-item__content-out.v4 .acordion-item:first-child, .page-id-1216 .acordion-item__content-out.v4 .acordion-item:nth-child(2), .page-id-1216 .acordion-item__content-out.v4 .acordion-item:nth-child(3) {
    order: 0
}

section.ecommerce_companies_weve_already_transformed.v5 ul li a img {
    max-width: 150px
}

.ecommerce_companies_weve_already_transformed_ul_out ul li {
    align-items: center;
    display: flex;
    max-width: 250px;
    padding: 5px 50px
}

section.ecommerce_companies_weve_already_transformed.v5 ul {
    zoom: 1
}

.acordion-item__content-out.v4 .acordion-item {
    border-top: 1px solid rgba(4, 14, 42, .2)
}

.acordion-item__content-out.v4 .acordion-item:first-child {
    border-bottom: 0 solid rgba(4, 14, 42, .2)
}

.acordion-item__content-out.v4 .acordion-item {
    max-width: 480px;
    width: 45%
}

.acordion-item__content-out.v4 .acordion-item__title2 {
    padding-right: 0
}

.acordion-item__content-out.v4 .acordion-item:nth-child(2) {
    margin-top: -75px
}

section.s_proposition_and_communication.v2.v6 {
    padding: 110px 0 10px
}

.acordion-item__content-out.v4 .acordion-item:nth-child(2) {
    margin-top: 0;
    order: 2
}

ul.we_provide_long_ul li:first-child, ul.we_provide_long_ul li:nth-child(2), ul.we_provide_long_ul li:nth-child(3), ul.we_provide_long_ul li:nth-child(4) {
    border-bottom: 0
}

h2.s3-main-title.watch_our_qa_roadmap_main_title {
    margin: 0 auto;
    max-width: 755px
}

div#wpcf7-f1940-o1 .wpcf7-response-output {
    display: none
}

.blog span.page-numbers.current, span.page-numbers.current {
    text-decoration: underline
}

.blog .pagination a {
    color: #130629;
    color: rgba(4, 14, 43, .5);
    font-weight: 300;
    margin-left: 12px;
    margin-right: 12px;
    text-decoration: none
}

.blog .pagination a, .blog .pagination span {
    font-size: 20px;
    font-size: 16px;
    line-height: 16px;
    text-align: center
}

.blog .pagination span {
    color: #130629;
    color: #040e2b;
    font-weight: 400;
    text-decoration-line: underline
}

.repost-comments {
    display: inline-block;
    margin-top: 5px;
    vertical-align: middle
}

.repost-comments img {
    height: 12px
}

a.heateor_sss_button_instagram, a.heateor_sss_button_linkedin, a.heateor_sss_button_twitter, a.heateor_sss_facebook {
    display: inline-block;
    margin-top: 20px;
    position: relative
}

a.heateor_sss_button_instagram[title]:hover:after, a.heateor_sss_button_linkedin[title]:hover:after, a.heateor_sss_button_twitter[title]:hover:after, a.heateor_sss_facebook[title]:hover:after {
    background: rgba(4, 14, 42, .8);
    background: url(../../uploads/2022/05/toolip-bg.png);
    background-size: cover;
    border-radius: 2px;
    color: #fff;
    content: "Share on "attr(title);
    font-size: 12px;
    font-weight: 400;
    left: -45px;
    letter-spacing: .01em;
    line-height: 210%;
    min-width: 160px;
    padding: 4px 10px 12px;
    position: absolute;
    text-align: center;
    top: -130%
}

a.heateor_sss_button_twitter[title]:hover:before {
    background: rgba(4, 14, 42, .8);
    bottom: -8px;
    content: "";
    display: block;
    height: 8px;
    left: calc(50% + 6px);
    position: absolute;
    transform: rotate(-180deg);
    width: 12px
}

.page.page-id-1460 .watch_our_roadmap_title {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    font-weight: 700;
    justify-content: flex-start
}

ul.software_modern_ul li:first-child, ul.software_modern_ul li:nth-child(2), ul.software_modern_ul li:nth-child(3) {
    border-bottom: 0 solid
}

.s_we_optimize_your_business_process_ul_out.v5 ul li {
    margin-right: 20px
}

.s_we_optimize_your_business_process_ul_out.v5 ul li:nth-child(3) {
    margin-right: 0
}

.s_we_optimize_your_business_process_ul_out ul {
    justify-content: flex-start;
    max-width: 1290px
}

.search .reblog-search {
    margin-bottom: 25px
}

.s_proposition_and_communication_in_faq2_main_title.v7 {
    color: #1e2346;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 65px;
    max-width: 550px
}

.page-id-1222 section.s-doyoursolo-form {
    background: #fff !important
}

.your_options_to_start_uls {
    align-content: center;
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%
}

.your_options_to_start_ul1-t1 {
    color: #1e2346;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 auto;
    max-width: 310px;
    padding-top: 35px
}

.your_options_to_start_ul1-t2 {
    color: #1e2346;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
    max-width: 310px
}

.your_options_to_start_ul1-t2 span {
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
    max-width: 225px
}

.your_options_to_start_ul1-t3 {
    margin: 0 auto 30px;
    max-width: 310px
}

.your_options_to_start_ul1-t3 span {
    background: #b4559b;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 4px 8px
}

.your_options_to_start_ul1-4 {
    color: rgba(4, 14, 42, .8);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 auto 55px;
    max-width: 310px
}

.your_options_to_start_main_title h3 {
    color: #1e2346;
    font-size: 30px;
    line-height: 45px;
    margin: 0 auto 40px;
    max-width: 700px;
    padding-top: 100px;
    text-align: center
}

.your_options_to_start_ul1-5, .your_options_to_start_ul1-t5 {
    background: #fff;
    color: #1e2346;
    font-size: 18px;
    line-height: 26px
}

.your_options_to_start_ul1-5 span, .your_options_to_start_ul1-t5 span {
    display: block;
    font-weight: 700;
    margin: 0 auto;
    max-width: 310px;
    padding: 35px 0
}

ul.your_options_to_start_ul1-t5-ul1, ul.your_options_to_start_ul1-t5-ul2 {
    color: rgba(4, 14, 42, .8);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    list-style: none;
    margin: 35px auto 55px;
    max-width: 310px;
    min-height: 175px;
    padding: 0
}

ul.your_options_to_start_ul1-t5-ul1 li, ul.your_options_to_start_ul1-t5-ul2 li {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 10px auto
}

img.your_options_to_start_ul1-t5_img, img.your_options_to_start_ul1_t5_img {
    display: block;
    margin-left: -43px;
    margin-right: 20px
}

section.your_options_to_start_s {
    background: #faf5ff
}

.your_options_to_start_ul1, .your_options_to_start_ul2, .your_options_to_start_ul3 {
    width: 33.3%
}

.your_options_to_start_ul1-t {
    border-right: 1px solid #dadbe1
}

ul.your_options_to_start_ul1-t5-ul2 {
    min-height: 310px
}

ul.who_will_be_engaged_ul {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto 90px;
    padding: 0
}

.who_will_be_engaged_out_1:first-child ul.who_will_be_engaged_ul {
    margin-bottom: 65px
}

ul.who_will_be_engaged_ul li {
    align-content: center;
    align-items: center;
    border-bottom: 1px solid #dadbe1;
    border-top: 1px solid #dadbe1;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    min-height: 152px;
    min-width: 228px
}

img.who_will_be_engaged_ul_img {
    margin-right: 30px
}

.who_will_be_engaged_ul_text {
    color: #1e2346;
    font-size: 18px;
    line-height: 24px;
    max-width: 110px
}

.who_will_be_engaged_main_title h3 {
    color: #1e2346;
    font-size: 30px;
    line-height: 45px;
    margin: 0 auto;
    max-width: 1290px
}

.who_will_be_engaged_out_1 {
    margin: 0 auto;
    max-width: 1290px
}

.who_will_be_engaged_out_1 h6 {
    color: #1e2346;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px
}

ul.roadmap_of_discovery_phase_ul {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    max-width: 1290px;
    padding: 0;
    width: 100%
}

ul.roadmap_of_discovery_phase_ul li {
    align-content: center;
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-bottom: 100px;
    max-width: 335px;
    position: relative
}

.roadmap_of_discovery_phase_out_2 {
    margin: 0 auto;
    max-width: 355px;
    position: relative
}

span.acordion-item-o-v7-out {
    display: block;
    margin-right: 25px;
    max-width: 200px;
    position: relative
}

i.acordion-item-o-v7 {
    align-content: center;
    align-items: center;
    background: #b4559b;
    border-radius: 25px;
    color: #fff;
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    font-style: normal;
    height: 24px;
    justify-content: center;
    line-height: 1;
    padding-top: 3px;
    position: absolute;
    right: -10px;
    text-align: center;
    width: 24px
}

img.roadmap_of_discovery_phase_ul_img {
    margin-right: 15px
}

.roadmap_of_discovery_phase_main_title h3 {
    color: #1e2346;
    font-size: 30px;
    line-height: 45px;
    margin: 0 auto 15px;
    max-width: 1290px;
    padding-top: 105px
}

.roadmap_of_discovery_phase_main_title h6 {
    color: rgba(4, 14, 42, .8);
    font-size: 18px;
    line-height: 28px;
    margin: 0 auto 45px;
    max-width: 1290px
}

.roadmap_of_discovery_phase_main_title h6 span {
    display: block;
    max-width: 850px
}

section.roadmap_of_discovery_phase_s {
    background: #faf5ff
}

.who_will_be_engaged_main_title {
    padding-top: 105px
}

.being_a_responsible_leader_title_in {
    padding: 80px 110px
}

h3.being_a_responsible_leader_title {
    color: #f2f2f2;
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 25px;
    max-width: 700px
}

.being_a_responsible_leader_text {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 35px;
    max-width: 610px
}

section.being_a_responsible_leader_s {
    margin: 0 auto;
    max-width: 1290px;
    position: relative
}

ul.you_need_the_right_way_ul {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto 70px;
    max-width: 1290px;
    padding: 0;
    width: 100%
}

ul.you_need_the_right_way_ul li {
    align-content: center;
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-bottom: 35px;
    max-width: 525px
}

ul.you_need_the_right_way_ul li img {
    display: block;
    margin-right: 20px
}

.you_need_the_right_way_main_title h3 {
    color: #1e2346;
    font-size: 30px;
    line-height: 45px;
    margin: 0 auto 15px;
    max-width: 1290px;
    padding-top: 105px;
    text-align: center
}

.you_need_the_right_way_main_title h6 {
    color: rgba(4, 14, 42, .8);
    font-size: 18px;
    line-height: 28px;
    margin: 0 auto 70px;
    max-width: 1290px;
    text-align: center
}

section.when_do_you_need_s {
    background: #1e2346
}

.when_do_you_need_out_1 {
    margin: 0 auto;
    max-width: 1140px;
    padding-bottom: 50px;
    position: relative
}

.when_do_you_need_out_1:before {
    background: hsla(0, 0%, 100%, .2);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 1px
}

ul.when_do_you_need_ul {
    align-content: center;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0;
    width: 100%
}

.when_do_you_need_ul_title {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 50px;
    max-width: 455px
}

.when_do_you_need_ul_text {
    color: hsla(0, 0%, 100%, .8);
    font-size: 16px;
    line-height: 26px;
    max-width: 480px
}

.when_do_you_need_main_title h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    margin: 0 auto;
    padding: 105px 0 80px;
    text-align: center
}

.when_do_you_need_ul_title2 {
    align-self: center;
    border-right: 1px solid hsla(0, 0%, 100%, .2);
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 25px 0 0;
    min-height: 78px;
    min-width: 115px;
    padding: 20px 25px 20px 0;
    vertical-align: middle
}

.when_do_you_need_ul_text2 {
    color: hsla(0, 0%, 100%, .8);
    font-size: 16px;
    line-height: 26px;
    max-width: 310px
}

ul.when_do_you_need_ul2 {
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 0 45px;
    width: 100%
}

ul.when_do_you_need_ul2, ul.when_do_you_need_ul2 li {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

ul.when_do_you_need_ul2 li {
    justify-content: flex-start;
    margin-bottom: 35px
}

ul.when_do_you_need_ul li {
    min-height: 285px
}

ul.when_do_you_need_ul li:first-child {
    width: 47.5%
}

.when_do_you_need_out_2 {
    background: #242950;
    padding-top: 50px;
    position: relative
}

.when_do_you_need_out_2:before {
    background: hsla(0, 0%, 100%, .2);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 1px
}

.roadmap_of_discovery_phase_main_title {
    margin-top: -105px;
    padding-top: 105px
}

.page-id-1222 .s1-out .btn_more-icon {
    margin-left: 0;
    margin-right: 20px
}

.s_proposition_and_communication_out ins, .s_proposition_and_communication_out mark {
    display: initial
}

ul.when_do_you_need_ul li:first-child .when_do_you_need_ul_title {
    max-width: 385px
}

.roadmap_of_discovery_phase_main_title h3 span {
    display: block;
    max-width: 950px
}

.page-id-1222 .s1-out {
    margin: 0 auto;
    max-width: 1060px;
    padding-top: 150px;
    width: 100%
}

.page-id-1222 section.s1 {
    background-position: 50%
}

.page-id-1222 .s_proposition_and_communication_out {
    margin: 0 auto 50px
}

ul.you_need_the_right_way_ul {
    max-width: 1140px
}

.page-id-1224 .s1-out {
    margin: 0 auto;
    max-width: 1060px;
    padding-top: 150px;
    width: 100%
}

.page-id-1224 .s_proposition_and_communication_out {
    margin: 0 auto 50px
}

.page-id-1224 section.s-doyoursolo-form {
    background: #fff !important
}

.page-id-1226 .s1-out {
    margin: 0 auto;
    max-width: 1060px;
    padding-top: 150px;
    width: 100%
}

.page-id-1226 .s_proposition_and_communication_out {
    margin: 0 auto 50px
}

.page-id-1226 section.s-doyoursolo-form {
    background: #fff !important
}

section.we_always_start.v8 {
    background-color: #1f2346 !important;
    background-position: 100% 0 !important;
    background-repeat: no-repeat !important;
    background-size: contain !important
}

section.we_always_start.v8 h3.we_always_start_t1 {
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    margin-top: 0;
    max-width: 625px
}

section.we_always_start.v8 .we_always_start_t2 strong {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px
}

section.we_provide_long.v8 ul.we_provide_long_ul li {
    min-height: 285px;
    width: 46%
}

.we_create_improve_business_platforms_ul_out.v8 ul li:last-child:before {
    background: #b4559b;
    background: url(../../uploads/2022/10/Intersect.svg);
    content: "technologies";
    height: 417px;
    width: 153px
}

.two_solutions_for_our_clients_b3_ul_out.v8 {
    position: relative;
    width: 100%
}

.two_solutions_for_our_clients_b3_ul_out.v8 ul {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 100% !important
}

.two_solutions_for_our_clients_b3_ul_out.v8:first-child:after {
    display: none
}

.two_solutions_for_our_clients_b3_ul_out.v8 ul li {
    align-content: center;
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 30px auto;
    width: 47%
}

section.two_solutions_for_our_clients_b3.v8 .two_solutions_for_our_clients_main_title h3 {
    color: #1e2346;
    font-size: 30px;
    line-height: 45px;
    margin: 25px auto;
    max-width: 980px;
    text-align: center
}

section.we_create_improve_business_platforms.v8 h2.we_provide_services_for_online_stores_main_title {
    max-width: 775px
}

section.we_create_improve_business_platforms.v8 {
    padding-bottom: 45px
}

.we_create_improve_business_platforms_ul_out.v8 ul li:first-child .we_create_improve_business_platforms_li_text {
    margin-left: -40px;
    max-width: 315px;
    padding-right: 0
}

section.we_provide_long.v8 .we_provide_long_main_title h3 {
    margin-top: 0 !important
}

section.two_solutions_for_our_clients_b3.v8 {
    padding: 105px 5px
}

section.s_proposition_and_communication.v8 {
    padding: 105px 5px 45px
}

.acordion-item__content-out.v4.v8 .acordion-item__title2 {
    padding-right: 25px
}

.acordion-item__content-out.v4.v8 .acordion-item {
    border-bottom: 0 solid rgba(4, 14, 42, .15);
    border-top: .5px solid rgba(4, 14, 42, .15);
    max-width: 540px;
    width: 48%
}

.acordion-item__content-out.v4.v8 .acordion-item:first-child {
    order: 1
}

.acordion-item__content-out.v4.v8 .acordion-item:nth-child(2) {
    order: 2
}

.acordion-item__content-out.v4.v8 .acordion-item:nth-child(3) {
    order: 3
}

.acordion-item__content-out.v4.v8 .acordion-item:nth-child(4) {
    order: 4
}

.acordion-item__content-out.v4.v8 .acordion-item:nth-child(5) {
    order: 5
}

.page-id-1224 .s_companions .s_companions-slider .swiper-pagination {
    padding-bottom: 0
}

section.we_always_start.v8.v9 {
    background-color: #1f2346 !important;
    background-position: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-size: auto !important
}

.acordion-item__content-out.v4.v9 .acordion-item__title2.v9 {
    cursor: auto;
    padding-right: 0
}

.acordion-item__content-out.v4.v9 .acordion-item {
    border-bottom: 0 solid rgba(4, 14, 42, .15);
    border-top: .5px solid rgba(4, 14, 42, .15);
    max-width: 540px;
    width: 48%
}

.acordion-item__content-out.v4.v9 .acordion-item:first-child {
    order: 1
}

.acordion-item__content-out.v4.v9 .acordion-item:nth-child(2) {
    order: 3
}

.acordion-item__content-out.v4.v9 .acordion-item:nth-child(3) {
    order: 5
}

.acordion-item__content-out.v4.v9 .acordion-item:nth-child(4) {
    order: 7
}

.acordion-item__content-out.v4.v9 .acordion-item:nth-child(5) {
    order: 2
}

.acordion-item__content-out.v4.v9 .acordion-item:nth-child(6) {
    order: 4
}

.acordion-item__content-out.v4.v9 .acordion-item:nth-child(7) {
    order: 6
}

.acordion-item__content-out.v4.v9 .acordion-item:nth-child(8) {
    order: 8
}

.page-id-1226 .we_create_improve_business_platforms_ul_out.v8 ul li:last-child:before {
    content: "optimization"
}

.two_solutions_for_our_clients_b3_ul_li_text strong {
    font-weight: 700 !important;
    font-weight: 700
}

section.two_solutions_for_our_clients_b3.v8.v9 {
    background: #fbf6ff
}

.s_balance_out.v9 .s_balance_in_in {
    max-width: 650px
}

.we_create_improve_business_platforms_ul_out.v8.v9 ul li:last-child .we_create_improve_business_platforms_li_text, section.we_create_improve_business_platforms.v8.v9 ul li:first-child .we_create_improve_business_platforms_li_text {
    max-width: 325px
}

section.two_solutions_for_our_clients_b3.v8.v9 .we_provide_services_for_online_stores_main_subtitle {
    padding-top: 0
}

.s_changes.v9 h2.s2-main-title {
    color: #1e2346;
    margin: 0 auto;
    max-width: 655px;
    padding-bottom: 55px;
    text-align: center
}

.s_balance_out.v9 .s_balance_in {
    padding: 90px 0
}

section.s_proposition_and_communication.v8.v9 .s_proposition_and_communication_in_faq2_main_title.v4 {
    margin: 0 0 50px;
    text-align: left
}

section.s_proposition_and_communication.v8.v9 .we_provide_services_for_online_stores_main_subtitle {
    margin: 0 0 5px;
    padding: 0;
    text-align: left
}

.acordion-item__content-out.v4.v9 {
    margin-bottom: 0
}

.acordion-item__title2.v9 {
    padding-left: 30px
}

.home .s_companions {
    padding-bottom: 0
}

form .wpcf7-acceptance input[type=checkbox]:hover+.wpcf7-list-item-label:before {
    background: #c57cad
}

.footer-h4-hide1, .footer-h4-hide2, .footer-h4-hide3, .footer-h4-hide4 {
    pointer-events: none
}

.footer-menu-in:first-child {
    padding-top: 12px
}

.footer-logo-text {
    margin-top: 17px
}

:root {
    --swiper-theme-color: initial !important
}

section.s3 .our-story-ul-li-text::-webkit-scrollbar {
    background-color: #0c1f36;
    width: 1px
}

.s2-out {
    margin-bottom: 110px
}

.our-story-ul-li-text-t2 {
    max-height: 105px
}

.our-story-ul-li-text {
    min-height: 215px;
    position: inherit;
    z-index: 1
}

.s-doyoursolo-form-t2 h5 {
    margin-bottom: 5px
}

.s-doyoursolo-form-t2 p {
    margin-top: 0
}

.s_appreciate_in:nth-child(2) {
    border-top: none
}

img.s_advantages_join_image_mob {
    display: none
}

.wpcf7-not-valid-tip {
    font-size: 12px
}

.page-id-794 section.s_post_positions_1 {
    background: #1e2346 !important;
    min-height: 105px
}

div#breadcrumbs a {
    color: #b4559b
}

.single .entry-header h1 {
    color: #1e2346;
    margin-top: 0
}

a.heateor_sss_button_twitter span svg path {
    fill: #36b9ff
}

a.heateor_sss_button_linkedin span svg path, a.heateor_sss_facebook span svg path {
    fill: #4064ac
}

a.heateor_sss_button_instagram span svg path {
    fill: #d9009b
}

.entry-content h3 {
    margin-top: 50px
}

.page-id-854 .s_we_optimize_your_business_process_ul_out ul {
    grid-gap: 20px 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 90px
}

.page-id-854 .s_we_optimize_your_business_process_ul_out ul li {
    margin-bottom: 0
}

.page-id-1216 ul.our-story-ul li {
    display: none
}

.page-id-1216 .s_consulting-out1-block {
    padding: 0
}

.page-id-1216 .acordion-item__content-out.v4 .acordion-item {
    border-bottom: 0
}

.page-id-1216 .acordion-item__content-out.v4 .acordion-item:nth-child(8), .page-id-1216 .acordion-item__content-out.v4 .acordion-item:nth-child(9) {
    border-bottom: 1px solid rgba(4, 14, 42, .2)
}

section.s_proposition_and_communication.v2 {
    padding-bottom: 10px
}

.page-id-1216 section.section_if_needed_we_consult {
    background: #1e2346 url(../../uploads/2022/07/bg-232-1.jpg) !important;
    background-position: 100% !important;
    background-repeat: no-repeat !important;
    background-size: contain
}

.page-id-1216 .s_we_optimize_your_business_process_ul_out.v4 ul {
    grid-gap: 20px 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 90px
}

.page-id-1216 .s_we_optimize_your_business_process_ul_out.v4 ul li {
    max-width: 410px;
    width: 100%
}

.s_post_positions_content_out .s_open_positions_item_bonus {
    margin: 25px 0
}

section.s_post_positions_content h4 {
    margin-top: 50px
}

h2.s_appreciate_other_title {
    margin-bottom: 30px;
    margin-top: 90px
}

.page-id-1224 ul.s6-ul {
    max-width: 1020px
}

.two_solutions_for_our_clients_b3_ul_li_title {
    margin-bottom: 10px
}

.acordion-item__title2.open {
    font-weight: 700
}

.acordion-item__content-out.v4.v8.v221 .acordion-item:first-child .acordion-item__content {
    display: block
}

.acordion-item__content-out.v4.v8 .acordion-item:nth-child(4), .acordion-item__content-out.v4.v8 .acordion-item:nth-child(5) {
    border-bottom: 1px solid rgba(4, 14, 42, .15)
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transition-duration: .5s !important
}

section.s-doyoursolo-form .wpcf7-response-output {
    display: none
}

section.s_proposition_and_communication.v2.v6 {
    padding: 50px 0 10px
}

.acordion-item__content-out.v4 .acordion-item__title2 {
    padding: 40px 0
}

.page-id-1220 .acordion-item__content-out.v4 .acordion-item {
    max-width: 570px;
    width: 45%
}

.page-id-1220 .two_solutions_for_our_clients_main_title h3 {
    margin: 75px auto
}

.two_solutions_for_our_clients_b3_ul_out, .two_solutions_for_our_clients_ul_out {
    margin: 30px 0;
    position: relative;
    width: 45%
}

.two_solutions_for_our_clients_b2_ul_li {
    margin: 0 30px;
    margin-left: 0;
    max-width: 100%;
    text-align: center;
    text-align: left;
    width: 42%
}

.two_solutions_for_our_clients_b2_ul {
    max-width: 1160px
}

.two_solutions_for_our_clients_b2_ul_li:first-child:after {
    display: none
}

li.rewatch-link-1.restar-item .our-story-ul-li-text.rewatch-block-1 {
    display: block
}

.rewatch-link-1 {
    cursor: pointer
}

.s_it_services_in_liall.restar-item .s_it_services_in_bg_i {
    display: flex
}

.s_it_services_in_bg_i.dat-block-1, .s_it_services_in_bg_i.dat-block-2, .s_it_services_in_bg_i.dat-block-3, .s_it_services_in_bg_i.dat-block-4, .s_it_services_in_bg_i.dat-block-5, .s_it_services_in_bg_i.dat-block-6, .s_it_services_in_bg_i.dat-block-7, .s_it_services_in_bg_i.dat-block-8, .s_it_services_in_bg_i.morenav6 {
    background: rgba(39, 24, 50, .95)
}

.page-id-1220 section.s_it_services.v6 .s_it_services_in_bg_i.dat-block-1, .page-id-1220 section.s_it_services.v6 .s_it_services_in_bg_i.dat-block-2, .page-id-1220 section.s_it_services.v6 .s_it_services_in_bg_i.dat-block-3, .page-id-1220 section.s_it_services.v6 .s_it_services_in_bg_i.dat-block-4, .page-id-1220 section.s_it_services.v6 .s_it_services_in_bg_i.dat-block-5, .page-id-1220 section.s_it_services.v6 .s_it_services_in_bg_i.dat-block-6, .page-id-1220 section.s_it_services.v6 .s_it_services_in_bg_i.dat-block-7, .page-id-1220 section.s_it_services.v6 .s_it_services_in_bg_i.dat-block-8 {
    color: #fff
}

li.rewatch-link-1.restar-item .our-story-ul-li-text {
    display: block
}

.footer-copyright-t1.footer-copyright-t2, .readmore-positions-button {
    display: none
}

.page-id-1228 .s1-out {
    margin: 0 auto;
    max-width: 1060px;
    padding-top: 150px;
    width: 100%
}

.page-id-1228 section.we_always_start.v8 h3.we_always_start_t1 {
    max-width: 725px
}

.we_always_start_in a {
    text-decoration: none
}

.acordion-item__content-out.v5 {
    align-content: center;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0
}

.acordion-item__content-out.v5.v10 {
    margin-bottom: 0
}

.acordion-item__content-out.v5.v10 .acordion-item {
    border-bottom: 0 solid rgba(4, 14, 42, .15);
    border-top: .5px solid rgba(4, 14, 42, .15);
    max-width: 540px;
    width: 48%
}

.we_create_improve_business_platforms_ul_out.v10 ul li:last-child:before {
    background: #b4559b;
    background: url(../../uploads/2022/10/Intersect.svg);
    content: "efficiency";
    height: 417px;
    width: 153px
}

.page-id-1228 section.we_create_improve_business_platforms.v8 h2.we_provide_services_for_online_stores_main_title {
    max-width: 825px
}

.two_solutions_for_our_clients_b3_ul_out.v8.v10 ul li {
    align-content: center;
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin: 17px auto;
    width: 47%
}

section.two_solutions_for_our_clients_b3.v8.v9.v10 h3 {
    max-width: 1120px;
    text-align: left
}

section.two_solutions_for_our_clients_b3.v8.v9.v10 .we_provide_services_for_online_stores_main_subtitle {
    max-width: 1120px
}

.two_solutions_for_our_clients_second_titles {
    margin: 65px auto 0;
    max-width: 1120px
}

.two_solutions_for_our_clients_second_title3 {
    color: #1e2346;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin: 0 auto 12px;
    max-width: 1120px;
    text-align: left
}

.two_solutions_for_our_clients_second_title4 {
    color: rgba(4, 14, 42, .7);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    max-width: 990px;
    text-align: left
}

section.two_solutions_for_our_clients_b3.v8.v9.v10 .two_solutions_for_our_clients_main_title {
    max-width: 1120px
}

section.two_solutions_for_our_clients_b3.v8.v9.v10 .we_provide_services_for_online_stores_main_subtitle {
    margin: 0;
    max-width: 880px;
    text-align: left
}

section.two_solutions_for_our_clients_b3.v8.v9.v10 .two_solutions_for_our_clients_b3_ul_li_title {
    margin-bottom: 0
}

section.two_solutions_for_our_clients_b3.v8.v9.v10 {
    padding: 105px 5px 40px
}

.we_encourage_retailers_to_go_online_out {
    margin: 0 auto;
    max-width: 980px;
    text-align: center;
    width: 100%
}

.we_encourage_retailers_to_go_online_t3 {
    color: rgba(4, 14, 42, .8);
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    text-align: center
}

.we_encourage_retailers_to_go_online_out {
    margin-bottom: 55px
}

.page-id-1228 .s_consulting-sections_text2 strong {
    color: #b4559b
}

.page-id-1228 section.s_consulting.v2 {
    padding-top: 105px
}

.page-id-1228 section.s_consulting.v2 h3.s-consulting-out3-1_title3 {
    margin: 5px auto 50px
}

.page-id-1228 .s_balance_in h3 {
    color: #f2f2f2;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    margin-top: 0
}

.page-id-1228 .s_balance_out.v9 .s_balance_in_in {
    max-width: 1000px
}

.page-id-1228 h3.s_balance_in_t1 strong {
    color: #b4559b
}

.page-id-1230 .s1-out {
    margin: 0 auto;
    max-width: 1060px;
    padding-top: 150px;
    width: 100%
}

.page-id-1230 section.we_always_start.v8 h3.we_always_start_t1 {
    max-width: 745px
}

.page-id-1230 .we_always_start_t2 {
    max-width: 625px
}

.two_solutions_for_our_clients_b3_ul_out.v8.v10.v11 ul li {
    width: 30%
}

.page-id-1230 .s_balance_in h3 {
    font-size: 35px;
    line-height: 45px
}

.page-id-1230 .s_balance_out.v9 .s_balance_in_in {
    max-width: 1000px
}

.page-id-1230 section.s_balance {
    background-position: 50% !important;
    min-height: 405px
}

.page-id-1230 section.we_always_start.v8.v11 h3.we_always_start_t1 {
    font-size: 25px;
    line-height: 32px;
    max-width: 1000px
}

ul.we_provide_long_ul.v11 li {
    display: flex;
    flex-flow: row nowrap;
    min-height: 415px
}

section.s_we_optimize_your_business_process.v11 h2.s2-main-title {
    margin: 0 auto;
    max-width: 1020px
}

section.s_we_optimize_your_business_process.v11 .s_we_optimize_your_business_process_ul_out ul {
    grid-gap: 20px 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

section.s_we_optimize_your_business_process.v11 .s_we_optimize_your_business_process_li_text {
    align-items: flex-start;
    color: #1e2346;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    line-height: 25px;
    margin: 15px auto 0;
    max-width: 225px;
    min-height: 50px;
    text-align: center
}

section.two_solutions_for_our_clients_b3.v8.v9.v10.v11_2 {
    background: #fff
}

.new_era_of_logistic_ul_li_t1 {
    color: #1e2346;
    font-size: 45px;
    font-weight: 700;
    line-height: 53px;
    margin-bottom: 5px
}

.new_era_of_logistic_ul_li_t2 {
    border-bottom: 1px solid rgba(218, 219, 225, .698);
    color: #1e2346;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 8px;
    padding-bottom: 15px
}

.new_era_of_logistic_ul_li_t3 {
    color: #1e2346;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    max-width: 200px
}

.new_era_of_logistic_ul ul {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    max-width: 1290px;
    padding: 0
}

.new_era_of_logistic_ul ul li {
    background: #fff;
    max-width: 300px;
    padding: 48px 39px
}

.new_era_of_logistic_main_title {
    color: #1e2346;
    margin: 0 auto 60px;
    max-width: 820px;
    text-align: center
}

.new_era_of_logistic_out1 {
    padding: 105px 0
}

.page-id-1230 section.any_great_transformation {
    position: relative;
    z-index: 1
}

section.new_era_of_logistic {
    background-position: right -20px !important;
    background-repeat: no-repeat !important;
    margin-top: -10%;
    padding-top: 10%
}

section.we_provide_long.v11 .we_provide_long_title {
    color: #b4559b
}

.page-id-1233 section.s-doyoursolo-form {
    background: #fff !important
}

.s_balance_in_t2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 30px
}

section.we_always_start.v12 {
    background-position: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-size: auto !important
}

section.we_always_start.v12 .we_always_start_t2, section.we_always_start.v12 h3.we_always_start_t1 {
    color: #1e2346
}

section.we_always_start.v12 .we_always_start_in {
    max-width: 1140px
}

section.two_solutions_for_our_clients_b3.v8.v9.v10.v12_2 .two_solutions_for_our_clients_b3_ul_li_title {
    color: #1e2346;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 15px
}

section.two_solutions_for_our_clients_b3.v8.v9.v10.v11_2.v12_2 {
    background: #faf5ff
}

section.two_solutions_for_our_clients_b3.v8.v9.v10.v11_2.v12_2 .two_solutions_for_our_clients_main_title h3 {
    text-align: center
}

section.two_solutions_for_our_clients_b3.v8.v9.v10.v11_2.v12_2 .we_provide_services_for_online_stores_main_subtitle {
    margin: 0 auto;
    text-align: center
}

section.we_provide_long.v9.v12_2 .s_we_optimize_your_business_process_main_subtitle {
    margin-bottom: 50px;
    max-width: 1120px;
    text-align: left
}

section.we_provide_long.v9.v12_2 .s_we_optimize_your_business_process_main_subtitle span {
    display: block;
    max-width: 820px
}

section.we_provide_long.v9.v12_2 ul.we_provide_long_ul.v11 li {
    display: flex;
    flex-flow: row nowrap;
    max-width: 480px;
    min-height: 225px;
    width: 48%
}

.s_we_optimize_your_business_process_main_subtitle_v12_3 {
    color: hsla(0, 0%, 100%, .8);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px
}

.page-id-1233 section.we_always_start.v8.v9.v11 .btn_more-icon {
    margin-left: 0;
    margin-right: 20px
}

.page-id-1233 section.we_always_start.v8.v9.v11 {
    background-color: #1f2346 !important;
    background-position: 100% 0 !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.page-id-1233 section.we_always_start.v8.v9.v11 h3.we_always_start_t1 {
    max-width: 780px
}

.page-id-1233 .s_advantages_join_mt {
    margin: 0 auto;
    max-width: 1080px
}

.page-id-1233 section.s_advantages_join h2.s_main_title_white {
    margin: 0;
    max-width: 780px;
    padding-top: 140px
}

.s_main_subtitle_white {
    color: hsla(0, 0%, 100%, .8);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 60px;
    margin-top: 10px
}

.page-id-1233 .s_advantages_join_out {
    max-width: 1080px;
    padding-bottom: 100px;
    width: 100%
}

.page-id-1233 .s_advantages_join_desc {
    color: hsla(0, 0%, 95%, .8);
    font-size: 16px;
    line-height: 26px;
    max-width: 500px
}

.page-id-1233 section.s_proposition_and_communication.v8.v9 .s_proposition_and_communication_in_faq2_main_title.v4 {
    margin: 0 auto !important;
    max-width: 720px;
    text-align: center !important
}

.page-id-1233 section.s_proposition_and_communication.v8.v9 .we_provide_services_for_online_stores_main_subtitle {
    margin: 0 auto 50px !important;
    text-align: center !important
}

.page-id-1233 section.s_proposition_and_communication.v8.v9 .s_proposition_and_communication_out {
    margin-top: 0
}

.page-id-1233 .two_solutions_for_our_clients_b3_ul_out.v8.v10.v11 ul li {
    width: 100%
}

.page-id-1233 .two_solutions_for_our_clients_b3_ul_out.v8.v10.v11 ul {
    grid-gap: 5px 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.page-id-1233 .s1-out, .page-id-1237 .s1-out {
    padding-top: 150px
}

.resubtitle_black {
    color: rgba(4, 14, 42, .8);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center
}

section.two_solutions_for_our_clients_b3.v14 .two_solutions_for_our_clients_b3_ul_out.v8.v10 ul {
    grid-gap: 5px 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

section.two_solutions_for_our_clients_b3.v14 .two_solutions_for_our_clients_b3_ul_out.v8.v10 ul li {
    width: 100%
}

.check_out_our_case_ul {
    grid-gap: 30px 40px;
    align-content: flex-start;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .302);
    border-top: 1px solid hsla(0, 0%, 100%, .302);
    display: flex;
    display: grid;
    flex-flow: row wrap;
    grid-template-columns: repeat(3, 1fr);
    justify-content: flex-start;
    list-style: none;
    margin: 0 0 45px;
    max-width: 540px;
    padding: 15px 0;
    position: relative
}

.check_out_our_case_li {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    display: flex;
    height: 158px;
    justify-content: center;
    width: 158px
}

section.we_always_start.v8.v9.v11.v14_7 .s_we_optimize_your_business_process_main_subtitle_v12_3 {
    color: hsla(0, 0%, 100%, .8);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 40px;
    max-width: 525px;
    padding-bottom: 40px
}

.check_out_our_case_li {
    border: 15px solid #040d2b;
    mix-blend-mode: lighten
}

.check_out_our_case_li:hover {
    border: 15px solid #fff;
    cursor: pointer;
    transition: .05s ease-in-out
}

.two_solutions_for_our_clients_b3_ul_out.v14_8 ul li {
    align-content: center;
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin: 20px auto
}

.two_solutions_for_our_clients_b3_ul_out.v14_8 .two_solutions_for_our_clients_b3_ul_li_text {
    min-height: 25px
}

.page-id-1237 section.we_always_start.v8.v9.v11 .s_we_optimize_your_business_process_main_subtitle_v12_3 {
    margin-bottom: 30px;
    max-width: 675px
}

section.two_solutions_for_our_clients_b3.v14 .two_solutions_for_our_clients_main_title h3 {
    margin-bottom: 5px;
    margin-top: 0;
    padding-top: 95px
}

section.two_solutions_for_our_clients_b3.v14 .two_solutions_for_our_clients_main_title {
    border-bottom: 1px solid #dadbe1;
    margin: 0 auto 50px;
    max-width: 1290px;
    padding-bottom: 50px
}

section.two_solutions_for_our_clients_b3.v14 .two_solutions_for_our_clients_b3_out_out {
    border-bottom: 1px solid #dadbe1;
    max-width: 1290px
}

section.two_solutions_for_our_clients_b3.v14 .two_solutions_for_our_clients_b3_ul_li_title {
    color: #1e2346;
    font-size: 25px;
    line-height: 32px;
    min-height: 95px
}

section.two_solutions_for_our_clients_b3.v14 .two_solutions_for_our_clients_b3_ul_out.v8 ul {
    align-items: flex-start
}

section.two_solutions_for_our_clients_b3.v14 {
    background: #faf5ff;
    padding-bottom: 105px
}

section.s_proposition_and_communication.v8.v9.v14_9 .s_proposition_and_communication_out {
    margin-top: 0
}

.acordion-item__title2.v10.v14_10 {
    color: #1e2346;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    pointer-events: none
}

.acordion-item__title2.v10.v14_11 {
    color: rgba(4, 14, 42, .8);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    max-width: 255px;
    padding: 0 0 25px;
    pointer-events: none
}

.acordion-item__content-out.v5.v10.v14 {
    grid-gap: 5px 75px;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.acordion-item__content-out.v5.v10.v14 .acordion-item {
    border-bottom: 0 solid rgba(4, 14, 42, .15);
    border-top: .5px solid rgba(4, 14, 42, .15);
    max-width: 100%;
    width: 100%
}

section.s_we_optimize_your_business_process.v5.v14 h2.s2-main-title {
    color: #1e2346;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 auto 45px;
    max-width: 1080px;
    text-align: center
}

section.s_we_optimize_your_business_process.v5.v14 .s_we_optimize_your_business_process_li_text {
    max-width: 235px
}

section.s_we_optimize_your_business_process.v5.v14 .s_we_optimize_your_business_process_ul_out.v5 ul {
    margin-bottom: 0
}

section.two_solutions_for_our_clients_b3.v14_8 {
    background: #fff;
    padding-bottom: 70px;
    padding-top: 60px;
    position: relative
}

section.two_solutions_for_our_clients_b3.v14_8 .two_solutions_for_our_clients_main_title h3 {
    color: #1e2346;
    font-size: 25px;
    line-height: 24px;
    margin: 25px auto;
    max-width: 650px;
    text-align: center
}

.two_solutions_for_our_clients_b3_ul_out.v14_8:first-child:after {
    background: #dadbe1;
    content: "";
    display: block;
    min-height: 600px;
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px
}

.page-id-1237 .software_modern_main_title h3 {
    color: #1e2346;
    font-size: 30px;
    line-height: 45px;
    margin-top: 30px;
    max-width: 1160px
}

h2.s2-main-title.v6.v14_12 {
    margin-bottom: 5px
}

.we_provide_services_for_online_stores_main_subtitle.v14_12 {
    margin-bottom: 55px;
    padding-top: 0
}

.s-how-it-works-out3 {
    padding-bottom: 65px
}

.s-how-it-works-out3-t3 {
    border-bottom: 1px solid #dadbe1;
    border-top: 1px solid #dadbe1;
    color: #b4559b;
    color: #1e2346;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 auto;
    max-width: 1290px;
    padding: 50px 0;
    text-align: center
}

.s-how-it-works-out3-t3 a {
    color: #b4559b;
    text-decoration: none
}

.s-how-it-works-out3-t3 span {
    display: block;
    margin: 0 auto;
    max-width: 415px
}

.page-id-1237 section.two_solutions_for_our_clients_b3.v8.v9.v10.v11 {
    background: #fff
}

.two_solutions_for_our_clients_b3_ul_out.v8.v10.v11 ul {
    grid-gap: 5px 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.two_solutions_for_our_clients_b3_ul_out.v8.v10.v11 ul li {
    margin: 0 auto;
    width: 100%
}

.acordion-item__content-out.v15 {
    grid-gap: 20px 130px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 25px
}

.s_it_services_in_li2_out.v6.v15 {
    width: auto
}

section.s_it_services.v6.v15 {
    background: #f9f7ff !important
}

section.s_it_services.v6 ul.s-consulting-out2-ul {
    background: #fff;
    max-width: 690px;
    padding: 20px 26px
}

.page-id-1239 .s_advantages_join_out {
    grid-gap: 20px 70px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 90px
}

.page-id-1239 .s_advantages_join_desc, .page-id-1239 .s_advantages_join_desc.v12_2 {
    color: hsla(0, 0%, 100%, .8);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}

section.s_advantages_join.v15 h2.s_main_title_white span {
    display: block;
    max-width: 850px
}

section.s_advantages_join.v15 .s_advantages_join_in {
    position: relative
}

section.s_advantages_join.v15 .s_advantages_join_in:first-child:after {
    background: hsla(0, 0%, 100%, .2);
    content: "";
    display: block;
    min-height: 255px;
    position: absolute;
    right: -15px;
    top: 30px;
    width: 1px
}

section.s_advantages_join.v15 .s_advantages_join_out .btn_more-icon {
    margin-left: 0;
    margin-right: 20px
}

.page-id-1239 .we_provide_long_main_title h3 {
    margin-top: 0;
    max-width: 800px
}

.page-id-1239 ul.we_provide_long_ul li:nth-child(5), .page-id-1239 ul.we_provide_long_ul li:nth-child(6) {
    border-bottom: 0
}

.page-id-1239 section.we_always_start.v8.v9.v11 .btn_more-icon {
    margin-left: 0;
    margin-right: 20px
}

.page-id-1239 section.we_always_start.v8 h3.we_always_start_t1 {
    max-width: 850px
}

.page-id-1239 .s_we_optimize_your_business_process_main_subtitle_v12_3 {
    max-width: 675px
}

.page-id-1239 section.two_solutions_for_our_clients_b3.v8.v9.v10.v11 {
    background: #fff
}

.page-id-1239 .s_we_optimize_your_business_process_ul_out ul li {
    margin-bottom: 0
}

section.two_solutions_for_our_clients_b3.v8.v9.v10.v11.v15 ul {
    grid-gap: 25px 50px
}

section.s_proposition_and_communication.v8.v9.v15 {
    background: #faf5ff
}

section.s_proposition_and_communication.v8.v9.v15 .s_proposition_and_communication_out {
    margin-top: 0
}

section.two_solutions_for_our_clients_b3.v8.v9.v10.v11.v15 ul {
    grid-gap: 25px 70px;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

section.s_proposition_and_communication.v8.v9.v15 .s_proposition_and_communication_in_faq2_main_title.v4 {
    max-width: 740px
}

section.s_proposition_and_communication.v8.v9.v15 .we_provide_services_for_online_stores_main_subtitle {
    max-width: 840px
}

section.s_proposition_and_communication.v8.v9.v15 .s_proposition_and_communication_out {
    margin-bottom: 50px
}

.page-id-1239 .s1-out, .s1-out {
    padding-top: 150px
}

.two_solutions_for_our_clients_b3_ul_out.v8.v10.v11 ul {
    grid-template-columns: repeat(1, 1fr)
}

p.s-how-it-works-ul-t2 {
    font-weight: 300
}

.s_companions-slide_footer {
    display: none
}

#spu-1769 .spu-container h5 {
    margin-bottom: -10px
}

body.archive section.s_post_positions_1 {
    min-height: 105px
}

body.archive header {
    padding: 0
}

body.blog section.s_post_positions_1 {
    min-height: 105px
}

body.archive.category .reside-b1 ul li:first-child a {
    font-weight: 300
}

.page-id-1460 .s_we_optimize_your_business_process_ul_out.v5 ul {
    margin-bottom: 0
}

.category-application-development #reside-b1-id ul li:nth-child(2) a, .category-blog #reside-b1-id ul li:nth-child(3) a, .category-custom-platform-development #reside-b1-id ul li:nth-child(4) a, .category-cutting-edge-technologies #reside-b1-id ul li:nth-child(5) a, .category-digital-transformation #reside-b1-id ul li:nth-child(6) a, .category-website-development #reside-b1-id ul li:nth-child(7) a {
    color: #040e2b;
    font-size: 17px;
    font-weight: 700;
    line-height: 34px
}

body.archive.author section.s_post_positions_1.s_cases_archive_1_single {
    min-height: 244px
}

.single-positions label.file_label {
    background: #faf5ff url(../../uploads/2022/07/attach-the-file-i2.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 25px;
    padding: 15px
}

.acordion-items.services-faq-out.v219 {
    grid-gap: 5px 50px;
    align-content: center;
    align-items: flex-start;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.acordion-item__content-out.v4.v8.v221 .acordion-item, .acordion-item__content-out.v4.v8.v222 .acordion-item {
    width: 100%
}

.acordion-item__content-out.v4.v8.v221 .acordion-item__title2, .acordion-item__content-out.v4.v8.v222 .acordion-item__title2 {
    padding: 25px 0
}

.acordion-item__content-out.v4.v8.v221 .acordion-item:last-child, .acordion-item__content-out.v4.v8.v222 .acordion-item:last-child {
    border-bottom: 1px solid rgba(4, 14, 42, .15)
}

.page-id-1220 section.s_it_services.v6 ul.s-consulting-out2-ul {
    background: #fff;
    max-width: 1080px;
    padding: 20px 26px;
    position: relative
}

.page-id-1220 section.s_sync.s_sync2 {
    margin: 0 auto -115px;
    max-width: 1320px;
    position: relative;
    width: 100%;
    z-index: 1
}

.page-id-1220 .we_always_start_in {
    padding-top: 205px
}

.page-id-1220 section.s_it_services.v6 ul.s-consulting-out2-ul {
    background: #faf7ff;
    margin-bottom: 0
}

.tax-clicked a {
    color: #b4559b !important;
    font-weight: 700
}

.categories::-webkit-scrollbar {
    background: #53407e;
    height: 0;
    width: 0
}

.reuser-name strong a {
    color: #1e2346;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    text-decoration: none
}

.single-positions div#wpcf7-f636-o1 .dys-file-and-link1>p {
    margin-top: 17px
}

form#commentform textarea#comment {
    line-height: 40px
}

.author-tab-out2.str2 {
    border-bottom: 1px solid rgba(4, 14, 43, .1)
}

.page-id-1460 section.s1.v5 .s1-h-blur {
    padding-top: 0 !important
}

.btn, .s_contact_form .wpcf7-submit {
    background-size: auto
}

.our-story-ul-li-text-t2 {
    overflow-y: scroll
}

span.validation-error {
    color: red;
    font-size: 12px
}

ul.s-how-it-works-ul li h4 {
    font-size: 18px
}

.page-id-1230 section.two_solutions_for_our_clients_b3.v8.v9.v10 .we_provide_services_for_online_stores_main_subtitle, .page-id-1230 section.two_solutions_for_our_clients_b3.v8.v9.v10 h3 {
    text-align: center
}

.page-id-1230 .s_balance_out.v9 .s_balance_in {
    margin: 0 auto;
    max-width: 1290px;
    padding: 95px 0 85px
}

.page-id-1230 .two_solutions_for_our_clients_b3_ul_out.v8.v10.v11 ul {
    grid-template-columns: repeat(3, 1fr)
}

.page-id-1233 section.two_solutions_for_our_clients_b3.v8.v9.v10.v12_2 .two_solutions_for_our_clients_b3_ul_li_text {
    min-height: 96px
}

.page-id-1233 section.s_balance button.btn.s_sync-btn {
    background-size: 120%;
    width: 205px
}

.ecommerce_companies_weve_already_transformed_ul_out ul li a {
    display: grid
}

section.two_solutions_for_our_clients_b3.v14 .two_solutions_for_our_clients_b3_ul_li_text strong {
    color: #b4559b;
    font-weight: 500 !important
}

.page-id-1237 section.we_always_start.v8.v9.v11.v14_2 button.btn.s_sync-btn {
    background-size: 120%;
    width: 215px
}

.page-id-1216 section.s7.v4 button.btn.s_sync-btn {
    background-size: 120%;
    width: 205px
}

.page-id-1237 .two_solutions_for_our_clients_b3_ul_out.v8.v10.v11 ul {
    grid-template-columns: repeat(4, 1fr)
}

.page-id-1237 section.we_always_start.v8.v9.v11.v14_7 button.btn.s_sync-btn {
    background-size: 120%;
    width: 405px;
    width: auto
}

.page-id-1237 .two_solutions_for_our_clients_b3_out_out>div:first-child h3 {
    margin-left: -100px !important
}

.page-id-1237 .two_solutions_for_our_clients_b3_ul_out.v14_8 .two_solutions_for_our_clients_b3_ul_li_title {
    display: none
}

.page-id-1239 .s_it_services_in_bg_i {
    color: #fff !important
}

.page-id-1239 section.s_we_optimize_your_business_process.v11 h2.s2-main-title {
    line-height: 1.3;
    margin-bottom: 15px
}

.page-id-1239 .two_solutions_for_our_clients_b3_out_out {
    max-width: 1160px;
    width: 100%
}

.page-id-1239 section.s_proposition_and_communication.v8.v9.v15 .s_proposition_and_communication_in_faq2_main_title.v4 {
    margin-bottom: 25px
}

.acordion-item__content-out.v15 .acordion-item:first-child, .acordion-item__content-out.v15 .acordion-item:nth-child(2), .acordion-item__content-out.v15 .acordion-item:nth-child(3) {
    border-top: 1px solid rgba(4, 14, 42, .2)
}

.page-id-1239 section.s_changes h2.s2-main-title {
    margin: 0 auto 45px;
    max-width: 570px
}

.two_solutions_for_our_clients_b3_ul_out.v8.v10.v11 .two_solutions_for_our_clients_b3_ul_li_title {
    padding-bottom: 10px
}

section.two_solutions_for_our_clients_b3.v8.v9.v10.v11.v15 ul {
    align-items: flex-start
}

.page-id-1239 .acordion-item__content-out.v15 .acordion-item__title2.v10 {
    pointer-events: none
}

.page-id-1233 .two_solutions_for_our_clients_b3_ul_out.v8.v10.v11 .two_solutions_for_our_clients_b3_ul_li_title {
    display: none
}

section.two_solutions_for_our_clients_b3.v8.v9.v10.v11 h3 {
    max-width: 1160px;
    text-align: left
}

section.two_solutions_for_our_clients_b3.v8.v9.v10 .two_solutions_for_our_clients_main_title {
    margin: 0 auto;
    max-width: 1160px
}

.two-two-two {
    color: #1e2346;
    font-size: 25px;
    font-weight: 700;
    line-height: 24px
}

.page-id-1233 .acordion-item__content-out.v4.v8 .acordion-item:first-child, .page-id-1233 .acordion-item__content-out.v4.v8 .acordion-item:nth-child(2), .page-id-1233 .acordion-item__content-out.v4.v8 .acordion-item:nth-child(3), .page-id-1233 .acordion-item__content-out.v4.v8 .acordion-item:nth-child(4), .page-id-1233 .acordion-item__content-out.v4.v8 .acordion-item:nth-child(5) {
    order: 0
}

.s_it_services_in_li1_out li a div:first-child, .s_it_services_in_li2_out li a div:first-child, .s_it_services_in_li3_out li a div:first-child {
    z-index: 0
}

.s_it_services_in_li1_out li a div:last-child, .s_it_services_in_li2_out li a div:last-child, .s_it_services_in_li3_out li a div:last-child {
    z-index: 1
}

.page-id-1216 section.s_proposition_and_communication.v2 .acordion-item__content-out.v4.v8 .acordion-item:nth-child(4) {
    border-bottom: 0 solid rgba(4, 14, 42, .15)
}

.page-id-1220 .s_it_services_in_bg_i.dat-block-1, .page-id-1220 .s_it_services_in_bg_i.dat-block-2, .page-id-1220 .s_it_services_in_bg_i.dat-block-3, .page-id-1220 .s_it_services_in_bg_i.dat-block-4, .page-id-1220 .s_it_services_in_bg_i.dat-block-5, .page-id-1220 .s_it_services_in_bg_i.dat-block-6, .page-id-1220 .s_it_services_in_bg_i.dat-block-7, .page-id-1220 .s_it_services_in_bg_i.dat-block-8, .page-id-1220 .s_it_services_in_bg_i.morenav6 {
    bottom: -115px
}

.s_case_block6_2_t2 p {
    max-width: 325px
}

.page-id-1220 .two_solutions_for_our_clients_ul_out:first-child:after {
    min-height: 580px
}

p.comment-form-author, p.comment-form-comment, p.comment-form-email {
    display: flex;
    flex-flow: column wrap;
    position: relative
}

span.validation-error {
    background: #fff;
    bottom: -25px;
    left: 0;
    position: absolute
}

p.pprivacy span.validation-error {
    line-height: 1;
    margin-bottom: 15px
}

.recheckbox-out {
    position: relative
}

.s_open_positions_title_filter .categories::-webkit-scrollbar {
    background: #53407e;
    height: 1px;
    width: 100%
}

section.s_proposition_and_communication.v2.v6 .acordion-item__title2 {
    min-height: 160px
}

.page-id-1230 section.two_solutions_for_our_clients_b3.v8.v9.v10 .we_provide_services_for_online_stores_main_subtitle {
    text-align: left
}

.page-id-1230 section.two_solutions_for_our_clients_b3.v8.v9.v10.v11 .two_solutions_for_our_clients_b3_ul_li_title {
    display: none
}

.single-cases ul.s_case_block_4_ul {
    grid-gap: 20px 20px;
    align-items: flex-start;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.single-cases ul.s_case_block_4_ul li {
    max-width: 430px;
    width: 100%
}

span.sep_i1 {
    border-right: 1px solid;
    margin: 0 10px
}

span.sep_i1:last-child {
    border-right: 0 solid
}

.page-id-1230 section.two_solutions_for_our_clients_b3.v8.v9.v10.v11_2 .we_provide_services_for_online_stores_main_subtitle {
    margin: 0 auto;
    text-align: center
}

section.two_solutions_for_our_clients_b3.v8.v9.v10.v12_2 .two_solutions_for_our_clients_main_title {
    margin: 0 auto;
    max-width: 1130px
}

section.two_solutions_for_our_clients_b3.v8.v9.v10.v12_2 .two_solutions_for_our_clients_b3_ul_out.v8.v10 ul li {
    border-bottom: 1px solid #ccc
}

.page-id-1233 section.two_solutions_for_our_clients_b3.v8.v9.v10.v12_2 .two_solutions_for_our_clients_b3_ul_li_text {
    min-height: 110px
}

.s_balance_out.v9 .s_balance_in_in>a {
    text-decoration: none
}

section.two_solutions_for_our_clients_b3.v8.v9.v10.v12_2 h3 {
    margin-left: 0
}

.page-id-1237 .two_solutions_for_our_clients_b3_ul_out.v8.v10.v11 .two_solutions_for_our_clients_b3_ul_li_title {
    display: none
}

::-webkit-scrollbar {
    height: 3px;
    width: 3px
}

::-webkit-scrollbar-track {
    background: transparent
}

::-webkit-scrollbar-thumb {
    background: #040e2b;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.page-id-1230 section.s_proposition_and_communication.v8.v9 .acordion-item__content-out.v5.v10 .acordion-item__title2.open {
    cursor: inherit
}

.our-story-t3-out.watch_our_qa_roadmap_t3 li:last-child .our-story-ul-li-text {
    max-width: 420px;
    right: 0
}

.page-id-1233 section.s_proposition_and_communication.v8.v9 .acordion-item__content-out.v4.v8 .acordion-item:nth-child(4), .page-id-1233 section.s_proposition_and_communication.v8.v9 .acordion-item__content-out.v4.v8 .acordion-item:nth-child(5), .page-id-1233 section.s_proposition_and_communication.v8.v9 .acordion-item__content-out.v4.v8 .acordion-item:nth-child(6) {
    border-bottom: 0 solid rgba(4, 14, 42, .15)
}

.grecaptcha-badge {
    visibility: hidden
}

li.footer-logos-ul-li-n3 {
    max-height: 63px
}

.footer-logos-ul-li-n3 a img {
    border-radius: 5px;
    max-height: 63px;
    max-width: 205px;
    -o-object-fit: cover;
    object-fit: cover
}

.footer-logos-ul-li-n4 img {
    border-radius: 5px;
    max-height: 63px;
    max-width: 205px;
    -o-object-fit: contain;
    object-fit: contain
}

li.footer-logos-ul-li {
    background: #282e53;
    border-radius: 6px;
    width: 104px
}

ul.footer-logos-ul li p {
    margin: 0 auto
}

li.footer-logos-ul-li.footer-logos-ul-li-n1 p a img {
    max-height: 34px;
    -o-object-fit: contain;
    object-fit: contain
}

ul.footer-logos-ul li {
    margin: 0 8px;
    padding: 5px 8px
}

ul.footer-logos-ul li p a {
    display: flex
}

ul.footer-logo-social-ul {
    grid-gap: 7px 7px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    margin: 0 auto 0 0;
    max-width: 130px;
    padding: 20px 0
}

i.footer-soc-i.facebook {
    background: url(../../uploads/2022/10/facebook.svg);
    display: block;
    height: 22px;
    width: 22px
}

i.footer-soc-i.facebook:hover {
    background: url(../../uploads/2022/10/facebook-hover.svg)
}

i.footer-soc-i.twitter {
    background: url(../../uploads/2022/10/twitter.svg);
    display: block;
    height: 22px;
    width: 22px
}

i.footer-soc-i.twitter:hover {
    background: url(../../uploads/2022/10/twitter-hover.svg)
}

i.footer-soc-i.linkedin {
    background: url(../../uploads/2022/10/linkedin.svg);
    display: block;
    height: 22px;
    width: 22px
}

i.footer-soc-i.linkedin:hover {
    background: url(../../uploads/2022/10/linkedin-hover.svg)
}

i.footer-soc-i.instagram {
    background: url(../../uploads/2022/10/instagram.svg);
    display: block;
    height: 22px;
    width: 22px
}

i.footer-soc-i.instagram:hover {
    background: url(../../uploads/2022/10/instagram-hover.svg)
}

li.s_it_services_in_li1, li.s_it_services_in_li2, li.s_it_services_in_li3, li.s_it_services_in_li4 {
    pointer-events: none
}

span.s_case_click_divspan {
    display: none
}

.page-id-1237 ul.software_modern_ul li {
    border-bottom: 0 solid #dadbe1
}

.page-id-1237 ul.software_modern_ul li:nth-child(10), .page-id-1237 ul.software_modern_ul li:nth-child(11), .page-id-1237 ul.software_modern_ul li:nth-child(12) {
    border-bottom: 1px solid #dadbe1
}

div#wpcf7-f1940-o1 .wpcf7-response-output .wpcf7-acceptance-as-validation.sent .wpcf7-response-output {
    box-sizing: border-box;
    position: absolute
}

div#wpcf7-f1940-o1 .wpcf7-response-output .wpcf7-acceptance-as-validation.sent .wpcf7-response-output, div#wpcf7-f1940-o1 form.wpcf7-form.wpcf7-acceptance-as-validation.sent .wpcf7-response-output {
    align-items: flex-start;
    background: #fff url(../../uploads/2022/10/icon-notify.svg) no-repeat;
    background-position: 10px;
    border: 1px solid #b4559b;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12), 4px 8px 40px rgba(0, 0, 0, .32);
    display: flex;
    flex-direction: row;
    max-width: 255px;
    padding: 12px 12px 12px 45px;
    width: 100%
}

div#wpcf7-f1940-o1 form.wpcf7-form.wpcf7-acceptance-as-validation.sent .wpcf7-response-output:after {
    background: url(../../uploads/2022/10/icon-notify-x.svg) no-repeat;
    background-position: 50%;
    content: "";
    cursor: pointer;
    display: block;
    height: 12px;
    width: 12px
}

.page-id-1228 .acordion-item__title2 {
    padding: 50px 0;
    pointer-events: none
}

.check-shortcode-out3 {
    background: #1e2346;
    margin: 20px 0
}

@media (min-width:768px) {
    .check-shortcode-out3 {
        margin: 40px 0
    }
}

.check-shortcode-in3 {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px
}

@media (min-width:768px) {
    .check-shortcode-in3 {
        flex-direction: row;
        gap: 48px;
        padding: 46px 50px
    }
}

.check-shortcode-in3>div {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

@media (min-width:768px) {
    .check-shortcode-in3>div {
        flex-grow: 1;
        font-size: 24px;
        line-height: 32px;
        text-align: left
    }
}

.check-shortcode-in3 .btn {
    align-self: center;
    margin: auto
}

.any_great_transformation_big_img img {
    mix-blend-mode: lighten
}

ul.s-consulting-out2-ul li:nth-child(5) {
    display: none
}

.ecommerce_companies_weve_already_transformed_ul_out ul li a {
    pointer-events: none
}

.s5-in-faq1.repostfaq .acordion-item__content {
    margin-left: 0;
    margin-top: -25px;
    padding: 0
}

.s5-in-faq1.repostfaq {
    margin-bottom: 80px
}

.page-id-854 .s5-in-faq1 h3 {
    margin: 0 auto;
    max-width: 850px
}

div#my-agile-privacy-notification-area {
    background: linear-gradient(263.07deg, #2d3773 21.43%, #b4559b 104.21%)
}

.map_notification-message h3 {
    color: #fff;
    font-size: 19px;
    letter-spacing: .04em;
    line-height: 160%;
    margin: 0 auto;
    text-transform: uppercase
}

.map_notification-message:before {
    background: url(https://soloway.bvblogic.dev/wp-content/uploads/2022/10/cookies-i.svg);
    content: "";
    display: block;
    height: 107px;
    left: 0;
    position: absolute;
    top: -35px;
    width: 107px
}

a#map-accept-button {
    align-content: center;
    align-items: center;
    background: linear-gradient(262.23deg, #2d3773 -28.22%, #b4559b 104.16%);
    border-radius: 24px;
    color: #fff;
    display: flex !important;
    flex-flow: row wrap;
    font-size: 14px;
    height: 48px;
    justify-content: center;
    line-height: 17px;
    text-align: center;
    width: 148px
}

a#map-accept-button span {
    display: none !important
}

a.cookie-privacy-a {
    color: #d06ab5
}

section.error-404.not-found {
    background: #faf5ff
}

.error-in {
    padding: 55px 15px
}

h1.error-title1 {
    color: var(--dark-01-dark, #040e2a);
    font-size: 30px;
    font-weight: 700
}

.error-title2, h1.error-title1 {
    line-height: 32px;
    text-align: center
}

.error-title2 {
    color: rgba(4, 14, 42, .8);
    font-size: 18px;
    margin: 0 auto;
    max-width: 455px
}

.error-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 0 25px
}

.error-button {
    margin: 25px auto 0;
    text-align: center
}

.error-button2 {
    margin-top: 25px !important
}

.error-button a {
    text-decoration: none;
    text-decoration: none !important
}

.error-button a button {
    cursor: pointer
}

.s_dna_join_big_img {
    max-width: 522px
}

.reblog-content .entry-content ul li {
    color: var(--dark-01-dark, #040e2a);
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 5px
}

.reblog-content ol li, .reblog-content ul li {
    color: var(--dark-01-dark, #040e2a)
}

.reblog-content ol li {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 5px
}

.reuser-photo a img {
    border-radius: 50%
}

.single .entry-header h1 {
    margin-bottom: 0
}

.reblog-content .entry-content h3 {
    margin-top: 20px
}

.page-template-page-privacy-policy .wp-block-table, .single-post .entry-content .wp-block-table {
    display: block;
    overflow: auto
}

.page-template-page-privacy-policy table, .single-post .entry-content table {
    background: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    width: 100%
}

.page-template-page-privacy-policy caption, .page-template-page-privacy-policy td, .page-template-page-privacy-policy th, .single-post .entry-content caption, .single-post .entry-content td, .single-post .entry-content th {
    border: 1px solid #dedee5;
    font-size: 14px;
    font-weight: 400;
    padding: 15px;
    text-align: left;
    text-align: center;
    vertical-align: middle;
    width: 33%
}

table tbody tr:first-child {
    background: #faf5ff;
    font-weight: 700
}

.reblog-out.reprivacy {
    max-width: 920px;
    padding-bottom: 100px
}

.page-template-page-privacy-policy section.s-doyoursolo-form {
    background: #fff !important
}

section.s-doyoursolo-form.doyoursolo-formprivacy .s-doyoursolo-form-in {
    margin: 0 auto
}

.entry-content blockquote {
    background: #f5f5f5;
    border-left: 0 solid #b4559b;
    color: #130629;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 25px auto
}

.error-button.error-button2 span.btn-text {
    width: 162px
}

.error-button a button {
    width: 170px
}

span.redopsep:last-child {
    display: none
}

span.redopsep {
    margin-right: 7px
}

h3.vacancy-form-maintitle {
    margin: 85px auto 0;
    max-width: 860px;
    width: 100%
}

.vacancy-form-out {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 860px;
    width: 100%
}

.vacancy-form-in {
    margin-right: 22px
}

.map-area-container {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    float: none;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1295px
}

.map_notification-message {
    color: hsla(0, 0%, 100%, .8);
    font-size: 16px;
    line-height: 140% !important;
    padding-left: 140px;
    position: relative;
    width: 80% !important
}

.map_notification_container {
    align-items: center;
    display: flex;
    flex-basis: auto !important;
    flex-wrap: nowrap;
    margin-left: 20px;
    padding: 0 !important;
    width: 163px
}

a#map-accept-button {
    border-radius: 25px !important
}

div#my-agile-privacy-notification-area {
    border-radius: 0 !important;
    overflow: initial !important
}

.s-consulting-out1-big-img img {
    display: block;
    height: 138px;
    width: 313px
}

.s_changes_item_logo a img {
    display: block;
    height: 65px;
    max-width: 136px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    width: 136px
}

.footer-logo-img img {
    display: block;
   
    width: 148px
}

.footer-logos-ul-li-n1 a img, .footer-logos-ul-li-n2 a img, .footer-logos-ul-li-n3 a img, .footer-logos-ul-li-n4 a img {
    display: block;
    height: 34px;
    width: 85px
}

.accept-and-send5 {
    margin: -5px auto 10px;
    min-height: 86px;
    padding: 5px 37px 15px
}

.accept-and-send5, .accept-and-send6 {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%
}

.accept-and-send6 {
    border-top: 1px solid #ccc;
    margin: 40px auto 10px;
    min-height: auto;
    padding: 35px 37px 0
}

h3.vacancy-form-maintitle {
    margin-top: 45px
}

.s_post_positions_content_in_share {
    display: none
}

.s_open_positions_item_referral_bonus {
    bottom: 15px;
    color: #1e2346;
    font-size: 12px;
    line-height: 34px;
    position: absolute
}

.s_open_positions_item_category {
    bottom: 45px
}

.s_open_positions_item_referral_bonus img {
    margin-right: 9px
}

.s_open_positions_item_referral_bonus2 {
    color: #1e2346;
    color: #b4559b;
    font-size: 12px;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
    line-height: 30px;
    text-decoration: none
}

.s_open_positions_item_referral_bonus2 img {
    margin-right: 9px
}

.s_post_positions_new_title {
    align-content: center;
    align-items: baseline;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.s_post_positions_content_in>ul {
    margin-bottom: 25px
}

.btn_more-icon22 {
    fill: #fff;
    align-content: center;
    align-items: center;
    background: linear-gradient(262.23deg, #2d3773 -28.22%, #b4559b 104.16%);
    border-radius: 50%;
    display: inline-flex;
    height: 64px;
    margin-left: 0;
    margin-right: 20px;
    position: relative;
    width: 64px
}

.btn_more-icon22:before {
    border-radius: 50%;
    content: "";
    height: 100%;
    width: 100%
}

.btn_more-icon.btn_more-icon22:after {
    background: url(/wp-content/uploads/2023/03/book_call_i.svg);
    content: "";
    display: block;
    height: 24px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 24px
}

.btn_more-icon.btn_more-icon22:hover:after, .s7-button:hover .btn_more-icon.btn_more-icon22:after {
    background: url(/wp-content/uploads/2023/03/book_call_i_hover.svg)
}

.we_always_start_t2 {
    margin-bottom: 20px
}

.btn.s_sync-btn.btn22 {
    background: rgba(61, 46, 103, 0);
    cursor: pointer;
    padding: 0 20px;
    position: relative
}

.btn.s_sync-btn.btn22:after {
    background: linear-gradient(90deg, #b4559b, #2d3773) border-box;
    border: 2px solid transparent;
    border-radius: 24px;
    bottom: 0;
    content: "";
    left: 0;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    position: absolute;
    right: 0;
    top: 0
}

.btn.s_sync-btn.btn22:hover {
    background: #fff;
    border: none
}

.btn.s_sync-btn.btn22 i {
    background: url(/wp-content/uploads/2023/03/book_call_i.svg);
    display: block;
    height: 24px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 24px
}

a.s7-button:hover .btn.s_sync-btn.btn22 i {
    background: url(/wp-content/uploads/2023/03/book_call_i_hover.svg)
}

span.btn-text22 {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px;
    text-align: right
}

span.btn-text22:before {
    background: url(/wp-content/uploads/2023/03/book_call_i_hover.svg);
    background-repeat: no-repeat;
    color: #fff;
    content: "";
    display: inline-block;
    font-size: 8px;
    font-weight: 900;
    height: 24px;
    margin-right: 11px;
    margin-top: 0;
    min-height: 24px;
    padding-right: 6px;
    vertical-align: middle;
    width: 24px
}

.btn.s_sync-btn.btn22:hover span.btn-text22 {
    color: #b4559b
}

.btn.s_sync-btn.btn22:hover span.btn-text22:before {
    background: url(/wp-content/uploads/2023/03/book_call_i_hover.svg);
    content: "";
    padding-right: 6px
}

.two_buttons_with_calendly_out {
    grid-gap: 5px 16px;
    align-content: center;
    align-items: flex-start;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 330px
}

section.s7.v4.calendly-light .s7-out2 {
    min-height: 375px !important
}

section.s7.v4.calendly-light a.s7-button {
    color: var(--dark-01-dark, #040e2a)
}

section.s7.v4.calendly-light {
    background-position: 100% 0 !important;
    background-repeat: no-repeat !important
}

.s_case_click_div {
    color: rgba(255, 204, 0, 0);
    visibility: hidden
}

.s_case_click_div img {
    display: none
}

ul.s_case_block6-ul li {
    cursor: auto
}

.search-results .reblog-content ul li {
    margin-bottom: 17px;
    margin-right: 17px;
    max-width: 300px
}

.search-results .reblog-content ul li:nth-child(7) {
    margin-right: 17px
}

.asp_nores_header img {
    display: none !important
}

.accept-and-send1 .wpcf7-not-valid-tip {
    position: relative
}

section.s-doyoursolo-form .wpcf7-response-output {
    display: block;
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 0
}

span.refilenew-file-fa {
    align-content: center;
    align-items: center;
    background: #bc6ca7 url(/wp-content/uploads/2022/07/attach-the-file-i2.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 25px;
    display: block;
    display: flex;
    flex-flow: row wrap;
    height: 38px !important;
    justify-content: center;
    margin-right: 5px;
    text-align: center;
    width: 38px !important
}

label.refilenew-file-label {
    align-items: center;
    display: flex;
    height: auto
}

label.refilenew-file-label>p {
    margin-right: 10px;
    margin-top: 10px;
    transform: translate(95px)
}

.refilenew-out {
    align-content: flex-start;
    align-items: flex-start;
    background: #faf5ff;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 35px;
    margin-top: 35px;
    min-height: 86px;
    padding: 15px 37px;
    width: 100%
}

.refilenew-file input[type=file]::file-selector-button {
    background: #bc6ca7 url(/wp-content/uploads/2022/07/attach-the-file-i2.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 25px;
    color: transparent;
    height: 38px !important;
    margin-right: 12px;
    text-align: center;
    width: 38px !important
}

input[type=file]::file-selector-button:hover {
    border: 0;
    border-right: 1px solid #e5e5e5;
    cursor: pointer;
    opacity: .75
}

.refilenew-file.refilenew-file2 input[type=file]::file-selector-button {
    background-position: 50%;
    background: url(/wp-content/uploads/2022/01/attach-i.svg) !important;
    background-repeat: no-repeat !important;
    border: 0;
    border-radius: 0;
    color: transparent;
    display: inline-block !important;
    font-size: 20px !important;
    height: 18px !important;
    margin-right: 12px;
    margin-top: 5px;
    margin: 0 6px 0 0 !important;
    padding: 0 6px 1px !important;
    text-align: center;
    vertical-align: middle;
    width: 14px !important
}

input[type=file] {
    outline: none;
    outline-offset: 0
}

input[type=file]:focus {
    border: 0 solid #fff;
    outline: none !important;
    outline: none;
    outline-offset: 0
}

.refilenew-file {
    padding-left: 15px;
    position: relative
}

.refilenew-file-subtitle {
    color: rgba(0, 0, 0, .7);
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: -3px;
    margin-top: -3px;
    max-width: 385px;
    padding-left: 67px
}

.refilenew-out .wpcf7-not-valid-tip {
    margin-left: 52px;
    margin-top: -10px;
    position: relative
}

button#resetbtn {
    color: rgba(188, 108, 167, .431)
}

button#resetbtn, button#resetbtn:hover {
    background: #faf5ff;
    border: 0;
    cursor: pointer
}

button#resetbtn:hover {
    color: #bc6ca7
}

input#refile2 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px
}

.your-referral2 input[type=checkbox] {
    margin-right: 10px
}

.your-accept-terms input[type=checkbox], .your-referral2 input[type=checkbox] {
    background: #111;
    border: 1px solid #111;
    display: inline-flex;
    height: 18px;
    opacity: 1;
    position: relative;
    vertical-align: middle;
    width: 18px
}

.refilenew-file2 {
    padding-left: 0
}

.reblog-content .entry-content p {
    color: var(--dark-01-dark, #040e2a);
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 10px
}

.subscr-form-in1 input {
    padding-top: 0
}

.your-accept-terms input {
    accent-color: #c57cae;
    border: 4px solid #111 !important
}

.your-acceptance input[type=checkbox] {
    accent-color: #db7093;
    accent-color: #c57cae;
    height: 18px;
    opacity: 1;
    width: 18px !important
}

.your-referral2 input {
    accent-color: #c57cae;
    border: 4px solid #111 !important
}

textarea::-webkit-scrollbar-thumb {
    background: rgba(16, 26, 53, .129) !important
}

textarea::-webkit-scrollbar-track {
    background: rgba(38, 47, 72, .059) !important
}

.search.search-no-results .reblog-content ul li:nth-child(6) {
    margin-right: 0
}

.search.search-no-results h1.page-title {
    color: rgba(4, 14, 42, .8);
    font-size: 22px;
    font-weight: 700;
    line-height: 27px
}

ul>section.no-results.not-found {
    border-bottom: 1px solid #e8e9ee;
    padding-top: 28px;
    width: 100%
}

.entry-content blockquote {
    background: #1e2346
}

.entry-content blockquote p {
    color: #fff !important
}

.page-id-1241 section.we_always_start.v8.v9, .page-id-6058 section.we_always_start.v8.v9 {
    background-color: #1f2346 !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.page-id-1241 section.we_always_start.v8 .we_always_start_t2 strong, .page-id-6058 section.we_always_start.v8 .we_always_start_t2 strong {
    display: initial;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px
}

section.s_advantages_join.v15.v16 .s_advantages_join_out {
    grid-gap: 20px 60px;
    align-content: flex-start;
    align-items: flex-start;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1290px;
    padding-bottom: 100px;
    width: 100%
}

section.s_advantages_join.v15.v16 .s_advantages_join_in.s_s5_in_liall {
    padding: 10%;
    position: relative
}

section.s_advantages_join.v15.v16 .s_advantages_join_desc.s_s5_in_liall_block, section.s_advantages_join.v15.v16 .s_advantages_join_desc.v12_2.s_s5_in_liall_block {
    color: hsla(0, 0%, 100%, .8);
    font-size: 16px;
    line-height: 26px
}

section.s_advantages_join.v15.v16 h2.s_main_title_white span {
    display: block;
    margin: 0 auto;
    max-width: 850px;
    text-align: center
}

section.s_advantages_join.v15.v16 .s_advantages_join_in:first-child:after, section.s_advantages_join.v15.v16 .s_advantages_join_in:nth-child(2):after {
    background: hsla(0, 0%, 100%, .2);
    content: "";
    display: block;
    min-height: 255px;
    position: absolute;
    right: -15px;
    top: 30px;
    width: 1px
}

.s_main_subtitle_white.v16 {
    color: hsla(0, 0%, 100%, .8);
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: -10px;
    margin-top: 10px;
    opacity: .6;
    padding-bottom: 40px;
    text-align: center
}

section.s_advantages_join.v15.v16 h2.s_main_title_white {
    padding-top: 107px
}

.page-id-1241 section.s3, .page-id-6058 section.s3 {
    background: #061135
}

.page-id-1241 .our-story-t3-out.watch_our_qa_roadmap_t3 .our-story-ul-li-text, .page-id-6058 .our-story-t3-out.watch_our_qa_roadmap_t3 .our-story-ul-li-text {
    max-width: 210px;
    min-height: auto;
    overflow-y: scroll
}

.page-id-1241 .our-story-t3-out.watch_our_qa_roadmap_t3 li:last-child .our-story-ul-li-text, .page-id-6058 .our-story-t3-out.watch_our_qa_roadmap_t3 li:last-child .our-story-ul-li-text {
    max-width: 210px
}

.page-id-1241 ul.our-story-ul2 li:first-child, .page-id-6058 ul.our-story-ul2 li:first-child {
    margin-bottom: -5%
}

.page-id-1241 ul.our-story-ul2 li:nth-child(2), .page-id-6058 ul.our-story-ul2 li:nth-child(2) {
    margin-bottom: 14%
}

.page-id-1241 ul.our-story-ul2 li:nth-child(3), .page-id-6058 ul.our-story-ul2 li:nth-child(3) {
    margin-bottom: 5%
}

.page-id-1241 ul.our-story-ul2 li:nth-child(4), .page-id-6058 ul.our-story-ul2 li:nth-child(4) {
    margin-bottom: 14%
}

.page-id-1241 ul.our-story-ul2 li:nth-child(5), .page-id-6058 ul.our-story-ul2 li:nth-child(5) {
    margin-bottom: 20%
}

.page-id-1241 ul.our-story-ul2 li:nth-child(6), .page-id-6058 ul.our-story-ul2 li:nth-child(6) {
    margin-bottom: 12%
}

.page-id-1241 section.s_we_optimize_your_business_process.v11 h2.s2-main-title, .page-id-6058 section.s_we_optimize_your_business_process.v11 h2.s2-main-title {
    margin: 0 auto;
    max-width: 820px
}

.page-id-1241 section.any_great_transformation, .page-id-6058 section.any_great_transformation {
    margin: -180px auto 0;
    max-width: 1290px;
    width: 100%
}

.page-id-1241 section.s_we_optimize_your_business_process.v11, .page-id-6058 section.s_we_optimize_your_business_process.v11 {
    padding-bottom: 180px
}

.page-id-1241 section.s_changes h2.s2-main-title, .page-id-6058 section.s_changes h2.s2-main-title {
    margin: 0 auto 45px;
    max-width: 820px
}

.page-id-1241 section.s_appreciate .s_appreciate_in, .page-id-6058 section.s_appreciate .s_appreciate_in {
    border-bottom: 0 solid #dadbe1;
    border-top: 0 solid #dadbe1;
    padding-bottom: 25px;
    padding-top: 40px
}

section.we_provide_long.v9.v12_2 .we_provide_long_main_title h3 {
    margin-top: 0;
    padding-top: 105px
}

.our-story-ul-li-text {
    padding: 15px
}

.s_case_block_4_ul li:first-child:last-child {
    max-width: 100%;
    width: 100%
}

.s_case_block_4_ul li:first-child:nth-last-child(2), .s_case_block_4_ul li:first-child:nth-last-child(2)~li {
    max-width: 100%;
    width: 48%
}

.s_case_block_4_ul li:first-child:nth-last-child(3), .s_case_block_4_ul li:first-child:nth-last-child(3)~li {
    max-width: 100%;
    width: 31%
}

.s_case_block_4_ul li:first-child:nth-last-child(4), .s_case_block_4_ul li:first-child:nth-last-child(4)~li {
    max-width: 100%;
    width: 23%
}

.single-cases ul.s_case_block_4_ul {
    display: flex
}

.postid-5036 .swiper-button-next, .postid-5036 .swiper-button-prev {
    display: none
}

.calendly-popup html body {
    overflow: hidden !important
}

span.check_your_accept {
    align-content: center;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap
}

span.check_your_accept a {
    color: #1e2346;
    font-size: 14px;
    line-height: 26px
}

span.check_your_accept span.wpcf7-list-item.first.last label {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

span.check_your_accept span.wpcf7-list-item.first.last label .wpcf7-list-item-label {
    margin-left: 32px;
    margin-right: 5px
}

.more-arrow {
    display: block !important
}

.accept-and-send01 {
    margin-bottom: 20px;
    margin-left: 35px
}

div#wpcf7-f636-o1 .dys-file-and-link1 .input_file {
    display: block;
    height: 40px;
    margin-top: 10px
}

.page-id-1241 section.s_advantages_join.v15.v16 .s_advantages_join_out, .page-id-6058 section.s_advantages_join.v15.v16 .s_advantages_join_out {
    border-bottom: 1px solid #4b4f6b
}

.page-id-1241 section.s_advantages_join.v15.v16 .s_main_subtitle_white.v16, .page-id-6058 section.s_advantages_join.v15.v16 .s_main_subtitle_white.v16 {
    margin-top: 40px
}

.page-id-1241 section.s_we_optimize_your_business_process.v11 .s_we_optimize_your_business_process_ul_out ul li, .page-id-6058 section.s_we_optimize_your_business_process.v11 .s_we_optimize_your_business_process_ul_out ul li {
    background: #fff;
    margin-bottom: 0;
    padding: 35px 15px
}

.page-id-1241 section.s_appreciate h2.s_appreciate_main_title, .page-id-6058 section.s_appreciate h2.s_appreciate_main_title {
    margin-bottom: 8px
}

.page-id-1241 section.we_always_start.v8.v9.v11 {
    background: url(/wp-content/uploads/2023/05/blockchain-new-s10-bg.jpg) !important
}

.page-id-6058 section.we_always_start.v8.v9.v11 {
    background: url(/wp-content/uploads/2023/06/blockchain-new-s10-bg.jpg) !important
}

.page-id-1241 .our-story-ul-li-text-t2, .page-id-6058 .our-story-ul-li-text-t2 {
    max-height: none;
    overflow: auto
}

.page-id-1241 li.rewatch-link-1 .our-story-ul-li-text.rewatch-block-1, .page-id-6058 li.rewatch-link-1 .our-story-ul-li-text.rewatch-block-1 {
    display: block
}

.page-id-1241 li .our-story-ul-li-text.rewatch-block-1, .page-id-6058 li .our-story-ul-li-text.rewatch-block-1 {
    display: block;
    min-width: 210px;
    width: 210px
}

.page-id-1241 ul.our-story-ul2 li, .page-id-6058 ul.our-story-ul2 li {
    min-width: 208px
}

.repost-comments {
    display: none
}

ul.s_case_block_5_ul li img {
    display: block;
    margin: 0 auto;
    text-align: center
}

.s1-f2-in.s1_tags {
    margin-left: 10px;
    text-align: left
}

.our-story-t3-out a {
    font-weight: 300;
    text-decoration: none
}

.your-accept-terms input[type=checkbox] {
    margin-right: 10px;
    padding: 0
}

.s_post_positions_content_in_form .accept-and-send01 {
    margin: 0 auto 20px;
    max-width: 860px;
    width: 100%
}

.s_post_positions_content_in_form .accept-and-send {
    justify-content: flex-start;
    margin: 0 auto 20px;
    max-width: 860px;
    width: 100%
}

div#comments {
    display: none !important
}

@-moz-document url-prefix() {
    ul.our-story-ul li:hover .our-story-ul-li-text:after {
        background: inherit;
        content: "";
        filter: blur(10px);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    ul.our-story-ul li .our-story-ul-li-text {
        background: hsla(0, 0%, 100%, .25)
    }

    ul.our-story-ul li:hover .our-story-ul-li-text:after {
        display: none
    }

    @media (max-width:960px) {
        .s1-t1, .s1-t2 {
            max-width: 95%
        }

        .s1-t2 {
            margin: 15px auto
        }

        .s_balance_in_in {
            margin: 0 auto;
            max-width: 95%
        }

        .s_changes-item_content {
            max-width: 95%
        }

        .footer-menu-t1 {
            margin-top: -15px
        }

        .s4-ul li {
            width: 25%
        }

        .s-rewards-ul-li-img {
            max-width: 120px
        }

        .s-how-it-works-ul {
            max-width: 95% !important
        }

        ul.s-how-it-works-ul li {
            margin-bottom: 25px;
            width: 48%
        }

        .s-how-it-works-out1-in:after, .s-how-it-works-out1-in:before {
            display: none
        }

        ul.our-story-ul li:first-child {
            left: 30%;
            top: 75%
        }

        ul.our-story-ul li:nth-child(2) {
            left: 30%;
            top: 55%
        }

        ul.our-story-ul li:nth-child(3) {
            left: 30%;
            top: 30%
        }

        ul.our-story-ul li:nth-child(4) {
            left: 30%;
            top: 1%
        }

        ul.our-story-ul li:nth-child(5) {
            left: 48%;
            top: 55%
        }

        ul.our-story-ul li:nth-child(6) {
            left: 48%;
            top: 4%
        }

        ul.our-story-ul li:nth-child(7) {
            left: 48%;
            top: 30%
        }

        .s3-2-out {
            max-width: 95%;
            -moz-transform: scale(.75)
        }

        .s7-big-img {
            display: none
        }

        section.s3 {
            overflow: hidden;
            width: 100%
        }

        .our-story-out2 {
            max-width: 95%
        }

        .s_advantages_join_mt {
            margin: 0 auto;
            max-width: 95%
        }

        .s_advantages_join_out {
            max-width: 95%
        }

        .our-story-t3-out25.v3 ul.our-story-ul li:first-child {
            left: 30%;
            top: 35%
        }

        .our-story-t3-out25.v3 ul.our-story-ul li:nth-child(2) {
            left: 30%;
            top: 55%
        }

        .our-story-t3-out25.v3 ul.our-story-ul li:nth-child(3) {
            left: 45%;
            top: 35%
        }

        .our-story-t3-out25.v3 ul.our-story-ul li:nth-child(4) {
            left: 45%;
            top: 55%
        }

        section.s_consulting.v2 ul.s-consulting-out3-ul2 {
            max-width: 95%
        }

        .s_proposition_and_communication_out {
            max-width: 90% !important
        }

        section.s1 {
            max-width: 100%;
            overflow: hidden
        }

        .s-consulting-out3-ul2.v4 {
            max-width: 95%
        }

        ul.s-consulting-out3-ul2.v4 li {
            width: 43%
        }

        .s_appreciate_out {
            max-width: 95%
        }

        .s_appreciate_out.v4 .s_appreciate_in {
            width: 45%
        }

        .s7-in.v4-2 {
            max-width: 95%
        }

        section.s_consulting, section.s_it_services.v4 .s_it_services_in_out {
            overflow: hidden
        }

        .header-nav ul li {
            min-width: auto;
            padding: 5px
        }

        .s1-t1 {
            margin: 0 auto;
            max-width: 100%
        }

        p.s1-t2 {
            max-width: 780px
        }
    }
}

@media screen and (min-width:37.5em) {
    .menu-toggle {
        display: none
    }

    .main-navigation ul {
        display: flex
    }
}

@media (max-width:1800px) {
    ul.our-story-ul {
        overflow: hidden;
        width: 1400px
    }

    ul.our-story-ul li:first-child {
        left: 1%;
        top: 35%
    }

    .our-story-ul-li-text.watch-block-7, .our-story-ul-li-text.watch-block-8 {
        right: 0
    }
}

@media (max-width:1600px) {
    .s3-1-in {
        margin: 0 auto;
        max-width: 95%
    }

    .our-story-t3-out25.v4 ul.our-story-ul li:nth-child(3) {
        left: 70.5%;
        top: 14%
    }

    .our-story-t3-out25 .our-story-ul-li-t2 strong {
        font-size: 28px
    }

    section.we_always_start.v8 {
        background-size: cover !important
    }

    .s_it_services_in_bg_i.dat-block-5, .s_it_services_in_bg_i.dat-block-6, .s_it_services_in_bg_i.dat-block-7, .s_it_services_in_bg_i.dat-block-8 {
        right: 0
    }
}

@media (max-width:1400px) {
    ul.our-story-ul {
        width: 1100px
    }

    ul.our-story-ul li:first-child {
        left: 0;
        top: 10%
    }

    ul.our-story-ul li:nth-child(2) {
        left: 8%;
        top: 5%
    }

    ul.our-story-ul li:nth-child(3) {
        left: 20%;
        top: -1.5%
    }

    ul.our-story-ul li:nth-child(4) {
        left: 33%;
        top: 1%
    }

    ul.our-story-ul li:nth-child(5) {
        left: 45%;
        top: 10%
    }

    ul.our-story-ul li:nth-child(6) {
        left: 55%;
        top: 0
    }

    ul.our-story-ul li:nth-child(7) {
        left: 65%;
        top: 17%
    }

    section.s_proposition_and_communication.v2 .s_proposition_and_communication_out {
        max-width: 90%
    }

    ul.our-story-ul li {
        max-width: 280px
    }

    .our-story-t3-out25 .our-story-ul-li-t1 {
        left: 5px;
        position: absolute
    }

    .s_proposition_and_communication_out, ul.you_need_the_right_way_ul {
        max-width: 90%
    }

    ul.you_need_the_right_way_ul li {
        max-width: 50%
    }

    .page-id-1460 .s_s_we_optimize_your_business_process_in h2.s2-main-title {
        margin: 0 auto;
        max-width: 90%
    }

    .page-id-1460 .s_we_optimize_your_business_process_ul_out.v5 ul {
        margin-bottom: 0
    }

    .page-id-1460 .why_choose_soloway_desc {
        font-weight: 300
    }

    .page-id-1230 .new_era_of_logistic_ul ul {
        max-width: 95%
    }

    .check_out_our_case_studies_big_img {
        bottom: -480px;
        left: auto;
        position: absolute;
        right: auto
    }

    .page-id-1237 section.we_always_start.v8.v9.v11 .s_we_optimize_your_business_process_main_subtitle_v12_3 {
        margin: 0 auto 30px;
        max-width: 675px
    }

    .page-id-1237 section.we_always_start.v8 h3.we_always_start_t1 {
        margin: 0 auto;
        max-width: 675px
    }

    .page-id-1237 .check_out_our_case_ul {
        margin: 0 auto 45px
    }

    .page-id-1237 section.we_always_start.v8.v9.v11.v14_7 button.btn.s_sync-btn {
        display: flex;
        margin: 0 auto !important;
        text-align: center !important
    }

    .page-id-1237 section.we_always_start.v8.v9.v11.v14_7 .we_always_start_out {
        min-height: 1150px
    }

    .page-id-1237 section.we_always_start.v8.v9.v11.v14_2 h3.we_always_start_t1 {
        margin: 0 auto;
        max-width: 100%
    }

    .page-id-1222 ul.you_need_the_right_way_ul {
        grid-gap: 20px 20px;
        align-items: flex-start;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        max-width: 90%
    }

    .page-id-1222 ul.you_need_the_right_way_ul li {
        max-width: 100%
    }

    .page-id-1230 .s_balance_out.v9 .s_balance_in {
        max-width: 95%
    }

    .page-id-1237 section.we_always_start.v8 h3.we_always_start_t1, .page-id-1237 section.we_always_start.v8.v9.v11.v14_7 .s_we_optimize_your_business_process_main_subtitle_v12_3 {
        max-width: 540px
    }

    .page-id-1237 section.we_always_start.v8.v9.v11 h3.we_always_start_t1 {
        margin-bottom: 15px;
        max-width: 675px
    }

    section.two_solutions_for_our_clients_b3.v14_8 .two_solutions_for_our_clients_main_title h3 {
        margin: 25px 0;
        max-width: 650px;
        text-align: left
    }

    .page-id-1237 .two_solutions_for_our_clients_b3_out_out>div:first-child h3 {
        margin-left: 0 !important
    }
}

@media (max-width:1319.8px) {
    .s1-in {
        margin: 0 auto;
        max-width: 780px
    }

    .s1-in.s1-in-case {
        margin: initial
    }

    .s1-in.s1-in-case h1.s1-t1 mark {
        margin-left: auto
    }

    .s_companions-slider:before {
        display: none
    }

    section.s2 {
        margin: 0 auto;
        max-width: 95%
    }

    .s3-1-out {
        min-height: 540px
    }

    .s_open_positions_title_filter {
        max-width: 95%
    }

    .library-wrapper, section.s_dna_join {
        margin: 0 auto;
        max-width: 95%
    }

    ul.s_open_positions_in {
        grid-template-columns: repeat(3, 1fr)
    }

    div#breadcrumbs {
        max-width: 95%
    }

    .s_post_positions_content_out {
        max-width: 955px
    }

    .s_post_positions_content_out2 {
        margin: 0 auto;
        max-width: 955px
    }

    h1.s_cases_archive_main_title {
        max-width: 95%
    }

    .s_cases_archive_1_out {
        margin: 0 auto;
        max-width: 95%
    }

    .cases-filter-category ul {
        margin-left: 0;
        max-width: 90%
    }

    .cases-filter-category li.clear-all {
        right: -10%
    }

    ul.legacy_software_modernization_ul {
        max-width: 95%
    }

    section.ecommerce_companies_weve_already_transformed.v5 .ecommerce_companies_weve_already_transformed_out_out {
        max-width: 70%
    }

    section.ecommerce_companies_weve_already_transformed.v5 .ecommerce_companies_weve_already_transformed_ul_out ul li {
        padding: 5px 25px
    }

    .software_modern_main_title h3 {
        font-size: 24px;
        line-height: 1.2;
        margin: 25px auto;
        max-width: 95%
    }

    ul.software_modern_ul {
        max-width: 95%
    }

    .s_changes_out {
        margin: 0 auto;
        max-width: 95%
    }

    .s_changes_item_in2 {
        justify-content: flex-start;
        width: inherit
    }

    .s_changes-item_content, .s_changes_item_in2 {
        flex-flow: row nowrap
    }

    .s_changes_item_logo {
        margin-left: 15px;
        margin-right: 15px;
        max-height: 140px;
        max-width: 140px
    }

    ul.s-how-it-works-ul {
        max-width: 95%
    }

    ul.s-how-it-works-ul li {
        margin-bottom: 25px;
        width: 49%
    }

    .s_advantages_join_out {
        max-width: 95%
    }

    section.s_advantages_join h2.s_main_title_white {
        max-width: 95%;
        padding-top: 140px
    }

    .s_it_services ul.s-consulting-out2-ul, h2.s_main_title_black {
        max-width: 95%
    }

    .s_proposition_and_communication_out {
        max-width: 90%
    }

    .s_we_optimize_your_business_process_ul_out.v4 ul, section.s_case_block_7 .tab_block, ul.watch_our_roadmap_ul {
        max-width: 95%
    }

    .ecommerce_companies_weve_already_transformed_out {
        margin: 0 auto;
        max-width: 95%
    }

    .reblog-out {
        max-width: 95%
    }

    .reblog-content ul li:nth-child(2n+2) {
        margin-right: 0
    }

    .reblog-content ul li:nth-child(3n+3), .reblog-content ul li:nth-child(8) {
        margin-right: 25px
    }

    .fa-in-1-out.reblog-content ul.fa-in-1-out-ul {
        margin: 0 auto;
        max-width: 95%
    }

    .fa-in-1-out.reblog-content ul.fa-in-1-out-ul li {
        max-width: 48%;
        width: 48%
    }

    .fa-in-1-out.reblog-content .post-thumbnail img {
        width: 100%
    }

    .fa-in-1-out.reblog-content .repost-title {
        max-width: 95%;
        min-height: auto
    }

    .blog-hero-t1 {
        max-width: 95%
    }

    .author .fa-in-1-out.reblog-content .post-thumbnail {
        width: 100%
    }

    ul.s-consulting-out3-ul2 {
        max-width: 95%
    }

    .recoment-form-t-and-e-out, .recoment-form-t-and-e-out2 {
        width: 48.2%
    }

    .s_we_optimize_your_business_process_ul_out ul {
        justify-content: flex-start;
        max-width: 95%
    }

    .roadmap_of_discovery_phase_main_title h3, .roadmap_of_discovery_phase_main_title h6 {
        max-width: 90%
    }

    .roadmap_of_discovery_phase_out_1 {
        margin: 0 auto;
        max-width: 90%
    }

    .who_will_be_engaged_main_title h3, .who_will_be_engaged_out_1 {
        max-width: 90%
    }

    ul.who_will_be_engaged_ul li {
        width: 48%
    }

    img.your_options_to_start_ul1-t5_img, img.your_options_to_start_ul1_t5_img {
        margin-left: 0
    }

    .page-id-854 .s_we_optimize_your_business_process_ul_out ul .s_we_optimize_your_business_process_li_text {
        min-height: 115px
    }

    .page-id-1228 section.s_consulting.v2 ul.s-consulting-out3-ul2 {
        max-width: 95%
    }

    .page-id-1237 .two_solutions_for_our_clients_b3_ul_out.v8.v10 {
        margin: 0 auto;
        max-width: 95%
    }

    .page-id-1237 section.we_always_start.v8.v9.v11.v14_2 h3.we_always_start_t1 {
        margin: 0 auto;
        max-width: 100%
    }

    .page-id-1237 section.we_always_start.v8.v9.v11 .s_we_optimize_your_business_process_main_subtitle_v12_3 {
        margin: 0 auto 30px
    }

    .reblog-content ul {
        align-items: center;
        flex-flow: row wrap;
        justify-content: center
    }

    .s7-out2 {
        max-width: 95%
    }

    .reblog-search-out {
        justify-content: space-between;
        margin: 0 auto;
        max-width: 620px
    }

    .search.search-no-results .reblog-search-out {
        justify-content: space-between;
        margin: 0 auto 0 0;
        max-width: 620px
    }

    .search.search-no-results div#reside-b1-id {
        display: none
    }

    .heateor_sss_button_twitter:hover:before {
        background: rgba(4, 14, 42, .8);
        background: url(/wp-content/uploads/2022/05/toolip-bg.png);
        background-size: cover;
        border-radius: 2px;
        color: #fff;
        content: "Share on "attr(title);
        font-size: 12px;
        font-weight: 400;
        left: -45px;
        letter-spacing: .01em;
        line-height: 210%;
        min-width: 160px;
        padding: 4px 10px 12px;
        position: absolute;
        text-align: center;
        top: -130%
    }

    a:hover {
        position: relative
    }

    a[title]:hover:after {
        background: #3498db;
        border: 1px solid #fff;
        border-radius: 5px;
        box-shadow: 0 0 14px 2px rgba(0, 0, 0, .15);
        color: #fff;
        content: attr(title);
        font-size: 1rem;
        left: 25%;
        padding: 6px 8px;
        position: absolute;
        text-shadow: 1px 1px #196090;
        top: 125%;
        white-space: nowrap;
        z-index: 9999
    }

    a.spu-close.spu-close-popup.spu-close-top_right {
        position: absolute
    }

    .page-id-1460 .software_modern_main_title h3 {
        margin-left: 2%;
        max-width: 850px
    }

    .page-id-1222 ul.who_will_be_engaged_ul li:first-child, .page-id-1222 ul.who_will_be_engaged_ul li:nth-child(2) {
        border-bottom: 0
    }

    .our-story-ul-li-text-t2 {
        overflow-y: scroll
    }

    .page-id-1237 .software_modern_main_title h3 {
        margin-left: 2%;
        margin-right: 2%;
        max-width: 90%
    }

    ul.s_case_block6-ul {
        grid-gap: 15px 10px;
        grid-template-columns: repeat(2, 1fr)
    }

    .accept-and-send6 {
        padding: 35px 0 0
    }

    .accept-and-send6 span.wpcf7-list-item {
        margin-left: 0
    }

    .accept-and-send5 {
        margin-top: -5px;
        padding: 5px 0 0
    }

    .s_post_positions_content_in_form .accept-and-send {
        justify-content: flex-start;
        margin-left: auto
    }

    .page-id-1241 ul.our-story-ul2 li, .page-id-6058 ul.our-story-ul2 li {
        min-width: auto
    }

    .page-id-1241 li.rewatch-link-1 .our-story-ul-li-text.rewatch-block-1, .page-id-6058 li.rewatch-link-1 .our-story-ul-li-text.rewatch-block-1 {
        display: none
    }

    .page-id-1241 li.rewatch-link-1.restar-item .our-story-ul-li-text.rewatch-block-1, .page-id-6058 li.rewatch-link-1.restar-item .our-story-ul-li-text.rewatch-block-1 {
        display: block
    }

    section.s_cases_archive_1 div#breadcrumbs {
        max-width: 100%
    }
}

@media (max-width:1280px) {
    .s_case_block_2_out2 {
        align-items: center;
        display: flex;
        flex-flow: column wrap
    }

    .s_case_block_2_big_img img {
        display: block;
        max-width: 75%
    }

    ul.s_case_block_4_ul {
        flex-flow: column wrap;
        max-width: 95%
    }

    ul.s_case_block_4_ul li {
        width: 100%
    }

    section.ecommerce_companies_weve_already_transformed {
        margin: 0 auto;
        max-width: 95%
    }

    html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
        overflow-y: scroll !important
    }

    .our-story-out2, ul.s4-ul {
        max-width: 95%
    }

    .s5-in, .s5-t2 {
        max-width: 100%
    }

    .s5-in2, .s5-t2 {
        margin-bottom: 25px
    }

    ul.s6-ul {
        max-width: 95%
    }

    h4.s6-li-t1 {
        font-size: 43px
    }

    ul.s6-ul li {
        margin-bottom: 15px;
        min-width: inherit;
        width: 48%
    }

    section.s6.v8 ul.s6-ul li {
        width: 33%
    }

    section.s_consulting.v2 ul.s-consulting-out3-ul2 {
        max-width: 95%
    }

    section.s_consulting.v2 ul.s-consulting-out3-ul2 li {
        width: 100%
    }

    h3.s_consulting-sections_title2 {
        color: #b4559b;
        max-width: 100%
    }

    .s_consulting-sections_text2 {
        max-width: 100%
    }

    .s_it_services ul.s-consulting-out2-ul li {
        margin: 0 auto 15px;
        width: 35%
    }

    h2.s_it_services_main_title {
        max-width: 95%
    }

    ul.s-consulting-out3-ul2.v4 li:after {
        display: none
    }

    .ecommerce_companies_weve_already_transformed_ul_out ul li {
        padding: 5px 25px
    }

    ul.s-consulting-out3-ul2.v4 {
        max-width: 95%
    }

    ul.s-consulting-out3-ul2.v4 li .s_consulting-sections_text2 {
        min-height: 55px
    }

    section.s_it_services.v4 li.s_it_services_in_li1, section.s_it_services.v4 li.s_it_services_in_li2, section.s_it_services.v4 li.s_it_services_in_li3 {
        margin-bottom: 0
    }

    .page-id-1460 ul.watch_our_roadmap_ul li, ul.watch_our_roadmap_ul li {
        width: 32%
    }

    .page-id-1460 ul.watch_our_roadmap_ul {
        justify-content: flex-start
    }

    .watch_our_roadmap_title {
        width: auto
    }

    .s_it_services_in_li1_out.v6 li {
        width: 100%
    }

    section.s_it_services.v6 ul.s-consulting-out2-ul li {
        width: auto
    }

    .s_it_services.v6 ul.s-consulting-out2-ul li {
        margin-bottom: 0
    }

    section.s_it_services.v6 ul.s-consulting-out2-ul {
        max-width: 95%;
        padding: 20px
    }

    .we_carefully_test_the_software_title_ul {
        max-width: 95%
    }

    .category .reblog-search, .page-id-1226 section.s6.v8 ul.s6-ul li:last-child {
        display: none
    }

    ul.s6-ul li {
        width: 33%
    }

    .page-id-1216 .s_it_services.v4 ul.s-consulting-out2-ul li {
        width: 50%
    }

    .page-id-1228 section.s6.v8 ul.s6-ul li, .page-id-1230 section.s6.v8 ul.s6-ul li, .page-id-1233 section.s6.v8 ul.s6-ul li {
        width: 48%
    }

    .page-id-1233 ul.s6-ul li:last-child {
        background: rgba(180, 85, 155, 0);
        width: 100%
    }

    section.s_it_services.v6 ul.s-consulting-out2-ul.v15 {
        max-width: 690px;
        padding: 20px
    }

    .page-id-1460 ul.watch_our_roadmap_ul {
        grid-gap: 20px 20px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding-bottom: 90px
    }

    .page-id-1460 ul.watch_our_roadmap_ul li {
        margin-right: 12px;
        width: 100%
    }

    .page-id-1228 section.s_consulting.v2 ul.s-consulting-out3-ul2 li {
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px
    }

    .page-id-1228 section.s_consulting.v2 ul.s-consulting-out3-ul2 li:last-child {
        border-bottom: 0 solid #ccc
    }

    .footer-logos-ul-li-n1 {
        max-height: 125px
    }

    ul.s_case_block_4_ul {
        display: flex;
        flex-flow: row wrap
    }

    .s_case_block_4_ul li:first-child:nth-last-child(2), .s_case_block_4_ul li:first-child:nth-last-child(2)~li, .s_case_block_4_ul li:first-child:nth-last-child(3), .s_case_block_4_ul li:first-child:nth-last-child(3)~li, .s_case_block_4_ul li:first-child:nth-last-child(4), .s_case_block_4_ul li:first-child:nth-last-child(4)~li {
        max-width: 100%;
        width: 48%
    }
}

@media (max-width:1200px) {
    .page-template-reabout section.s1 {
        margin-top: -11%
    }

    section.s_appreciate {
        margin: 0 auto;
        max-width: 90%
    }

    .any_great_transformation_out1, .ecommerce_companies_weve_already_transformed_in, .s_post_positions_content_out, .s_post_positions_content_out2, .s_we_optimize_your_business_process_ul_out ul, div#breadcrumbs {
        max-width: 95%
    }

    .s_we_optimize_your_business_process_ul_out ul li {
        width: 48%
    }

    .page-id-854 .s_we_optimize_your_business_process_ul_out ul li {
        width: 100%
    }

    .s_we_optimize_your_business_process_li_text {
        justify-content: center;
        max-width: 100%;
        min-height: 92px
    }

    .s_proposition_and_communication_out {
        max-width: 90%
    }

    .ecommerce_companies_weve_already_transformed_ul_out ul li {
        padding: 5px 25px
    }

    .s7-out2 {
        margin: 0 auto;
        max-width: 95%;
        width: 100%
    }

    ul.legacy_software_modernization_ul {
        flex-flow: column wrap;
        max-width: 95%
    }

    ul.legacy_software_modernization_ul li {
        margin-bottom: 35px;
        max-width: 100%
    }

    .legacy_software_modernization_main_image {
        margin: 25px auto;
        max-width: 90%
    }

    .legacy_software_modernization_main_title h3 {
        width: 90%
    }

    .we_always_start_in {
        max-width: 100%;
        width: 100%
    }

    .we_always_start_all {
        margin: 0 25px 0 35px;
        max-width: 100%
    }

    .s_sync .container {
        margin: 0 25px 0 35px;
        max-width: 95%;
        padding: 0;
        width: 100%
    }

    .s_sync-body {
        padding: 0
    }

    section.s_sync.s_sync2 {
        max-width: 100%;
        width: 100%
    }

    .watch_our_roadmap_main_title h3 {
        font-size: 22px;
        line-height: 1.2;
        text-align: center
    }

    ul.watch_our_roadmap_ul {
        max-width: 95%
    }

    ul.software_modern_ul li {
        width: 49%
    }

    section.ecommerce_companies_weve_already_transformed.v5 ul {
        margin-left: 0
    }

    h1.s1-t1 {
        font-size: 43px;
        line-height: 48px
    }

    .s_balance_in {
        max-width: 95%
    }

    .dys-file-and-link1>p {
        margin-right: 20px
    }

    .s-how-it-works-out1-in:after, .s-how-it-works-out1-in:before, .s7-big-img img {
        display: none
    }

    .s_dna_join_in {
        margin-bottom: 25px
    }

    .we_create_improve_business_platforms_ul_out ul {
        flex-flow: column wrap
    }

    .we_create_improve_business_platforms_ul_out ul li:first-child {
        margin-bottom: 25px;
        margin-right: inherit
    }

    .s_dna_join_in, .s_dna_join_in2 {
        max-width: 49%
    }

    .s-doyoursolo-form-in {
        margin: 0 auto;
        max-width: 90%
    }

    .s-doyoursolo-form-t2, h2.s-doyoursolo-main-title {
        margin: 0 auto;
        max-width: 630px
    }

    .single-post .reblog-out {
        flex-flow: column wrap
    }

    .single-post .reblog-content {
        margin-right: auto;
        max-width: 95%;
        order: -1;
        width: 100%
    }

    .single-post .reblog-sidebar .reblog-sidebar-in {
        width: 100%
    }

    .single-post .reblog-sidebar {
        width: 95%
    }

    .reblog-sidebar-in {
        width: 100%
    }

    .author .reside-b5-t1, .reside-b5-t2 {
        margin-right: 15px
    }

    .author .reside-b5-t2 a {
        border-right: 0 solid rgba(4, 14, 43, .1);
        margin: 0 auto;
        margin: 10px auto;
        text-align: center
    }

    .s_case_block6-ul-li-t3 {
        font-size: 12px
    }

    .two_solutions_for_our_clients_b3_out_out, .two_solutions_for_our_clients_out_out {
        max-width: 95%
    }

    .two_solutions_for_our_clients_b2_ul_li:first-child:after {
        display: none
    }

    p.comment-form-comment {
        max-width: 100%
    }

    .recoment-form-t-and-e-out, .recoment-form-t-and-e-out2 {
        max-width: 50%;
        width: 48.5%
    }

    .page-id-1460 .watch_our_roadmap_main_title h3 {
        font-size: 22px;
        font-size: 30px;
        line-height: 1.2;
        line-height: 45px;
        max-width: 850px;
        text-align: center
    }

    section.software_modern ins, section.software_modern mark {
        margin-left: 0
    }

    section.s_we_optimize_your_business_process.v5 h2.s2-main-title {
        margin: 0 auto;
        max-width: 95%
    }

    .when_do_you_need_out_1, ul.when_do_you_need_ul2 {
        max-width: 90%
    }

    .when_do_you_need_ul_text {
        margin: 0 auto;
        max-width: 385px
    }

    .when_do_you_need_ul_title {
        margin: 0 auto 50px;
        max-width: 385px
    }

    .when_do_you_need_out_1:before, .when_do_you_need_out_2:before {
        display: none
    }

    .page-id-1226 .ecommerce_companies_weve_already_transformed_ul_out ul li:first-child {
        display: flex !important
    }

    .s7-out2 {
        max-width: 80%
    }

    .s7-in {
        margin-bottom: 50px
    }

    .reside-b2, .reside-b3 {
        display: none
    }

    .fa-in-1-out.reblog-content.reblog-content-simular-posts {
        margin: 0 auto
    }

    .blog-hero-t1 {
        max-width: 90%
    }

    .reside-b5-t2 a {
        width: 30%
    }

    .reside-b5-t2 a img {
        height: 40px;
        width: 40px
    }

    .s_consulting-out1-block {
        padding: 0
    }

    .s_sync .container {
        margin: 0 auto;
        max-width: 90%
    }

    h2.s-doyoursolo-main-title {
        font-size: 26px;
        margin: 25px auto
    }

    .page-id-1216 .s_we_optimize_your_business_process_ul_out.v4 .s_we_optimize_your_business_process_li_text {
        min-height: 32px
    }

    .page.page-id-1216 section.s1 {
        background-attachment: unset;
        background-size: cover !important;
        height: auto
    }

    section.we_provide_long.v8 .we_provide_long_main_title {
        margin: 0 auto;
        max-width: 95%;
        width: 100%
    }

    .page-id-1460 ul.software_modern_ul li {
        border-bottom: 0 solid #dadbe1;
        width: 46%
    }

    .page-id-1460 ul.software_modern_ul li:nth-child(5), .page-id-1460 ul.software_modern_ul li:nth-child(6) {
        border-bottom: 1px solid #dadbe1
    }

    .page-id-1460 .s_we_optimize_your_business_process_li_text {
        min-height: 35px
    }

    .page-id-1460 .why_choose_soloway_main_title h3 {
        margin: 0
    }

    .page-id-1460 section.ecommerce_companies_weve_already_transformed.v5 .ecommerce_companies_weve_already_transformed_ul_out ul li {
        width: auto
    }

    .page-id-1220 .we_provide_long_main_title h3 {
        margin: 0 auto 30px;
        max-width: 90%
    }

    .page-id-1228 section.ecommerce_companies_weve_already_transformed.v5 .ecommerce_companies_weve_already_transformed_ul_out ul li:first-child {
        display: flex
    }

    .page-id-1228 section.two_solutions_for_our_clients_b3.v8.v9.v10 .two_solutions_for_our_clients_main_title {
        margin: 0 auto;
        max-width: 95%
    }

    .page-id-1228 .two_solutions_for_our_clients_second_titles {
        margin: 65px auto 0;
        max-width: 95%
    }

    .two_solutions_for_our_clients_b3_ul_out.v8.v10 ul li {
        align-content: center;
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        margin: 17px auto;
        width: 100%
    }

    .new_era_of_logistic_ul ul li {
        margin-bottom: 40px;
        max-width: 100%;
        width: 48%
    }

    .new_era_of_logistic_ul_li_t_in1 {
        align-content: center;
        align-items: center;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start
    }

    .new_era_of_logistic_ul_li_t1 {
        margin-bottom: auto;
        margin-right: 15px
    }

    .new_era_of_logistic_ul_li_t2 {
        border-bottom: 0;
        margin-bottom: auto;
        margin-top: auto;
        padding-bottom: 0
    }

    .new_era_of_logistic_ul_li_t3 {
        max-width: 100%
    }

    .new_era_of_logistic_ul_li_t_in1 {
        border-bottom: 1px solid rgba(218, 219, 225, .698);
        margin-bottom: 15px;
        padding-bottom: 25px
    }

    .page-id-1230 section.two_solutions_for_our_clients_b3.v8.v9.v10 .two_solutions_for_our_clients_main_title {
        margin: 0 auto;
        max-width: 95%
    }

    .page-id-1230 section.s_we_optimize_your_business_process.v11 .s_we_optimize_your_business_process_ul_out ul {
        grid-template-columns: repeat(3, 1fr)
    }

    .page-id-1230 .s_we_optimize_your_business_process_ul_out ul li {
        width: 100%
    }

    .page-id-1230 .we_provide_long_main_title {
        margin: 0 auto;
        max-width: 95%;
        width: 100%
    }

    .page-id-1233 section.we_provide_long.v9.v12_2 .s_we_optimize_your_business_process_main_subtitle {
        margin: 0 auto 50px;
        max-width: 95%;
        text-align: left
    }

    .page-id-1233 .we_provide_long_main_title {
        margin: 0 auto;
        max-width: 95%
    }

    .page-id-1233 ul.we_provide_long_ul {
        max-width: 95%;
        width: 100%
    }

    .page-id-1233 .we_provide_long_main_title h3 {
        margin: 25px auto;
        max-width: 100%;
        padding-top: 35px
    }

    .page-id-1233 .s_advantages_join_mt, .page-id-1233 .s_advantages_join_out {
        max-width: 95%
    }

    .page-id-1233 section.s_we_optimize_your_business_process.v11 .s_we_optimize_your_business_process_ul_out ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .page-id-1233 .s_we_optimize_your_business_process_ul_out ul li {
        width: 100%
    }

    .page-id-1233 section.two_solutions_for_our_clients_b3.v8.v9.v10 .two_solutions_for_our_clients_main_title, .page-id-1239 .we_provide_long_main_title h3, .page-id-1239 ul.we_provide_long_ul.v11 {
        margin: 0 auto;
        max-width: 95%
    }

    .page-id-1239 .s_we_optimize_your_business_process_ul_out ul li {
        width: 100%
    }

    .page-id-1239 section.s_we_optimize_your_business_process.v11 .s_we_optimize_your_business_process_ul_out ul {
        grid-gap: 20px 20px;
        display: grid;
        grid-template-columns: repeat(3, 1fr)
    }

    section.two_solutions_for_our_clients_b3.v8.v9.v10.v11.v15 h3 {
        margin: 0 auto;
        max-width: 95%;
        text-align: left
    }

    .acordion-item__content-out.v15 {
        grid-gap: 20px 130px;
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    #reside-b1-id {
        margin-right: 15px;
        max-width: 235px
    }

    h2.s_it_services_main_title {
        max-width: 80%
    }

    .two_solutions_for_our_clients_ul_out:first-child:after {
        min-height: 600px
    }

    .s2-in {
        margin: 0 10px
    }

    section.ecommerce_companies_weve_already_transformed.v5 ul li a img {
        max-width: 100px
    }

    .page-id-1460 h1.s1-t1 {
        max-width: 570px
    }

    .page-id-1460 .we_always_start_all {
        margin: 0 auto;
        max-width: 100%;
        max-width: 90%
    }

    .page-id-1237 h1.s1-t1 {
        max-width: 540px
    }

    .page-id-1224 h1.s1-t1 {
        max-width: 600px
    }

    .page-id-1222 h1.s1-t1 {
        max-width: 640px
    }

    .page-id-1228 h1.s1-t1 {
        max-width: 590px
    }

    .page-id-1230 h1.s1-t1 {
        max-width: 640px
    }

    .page-id-12 h1.s1-t1 {
        max-width: 560px
    }

    .two_solutions_for_our_clients_ul_li_title {
        min-height: 105px
    }

    .s_proposition_and_communication mark {
        margin-left: 0
    }

    .page-id-1230 ul.we_provide_long_ul.v11, .page-id-1237 section.two_solutions_for_our_clients_b3.v8.v9.v10.v11 h3 {
        max-width: 95%
    }

    .acordion-item__content-out.v15 .acordion-item:nth-child(3) {
        border-top: 0 solid rgba(4, 14, 42, .2)
    }

    .page-id-1220 .two_solutions_for_our_clients_ul_out:first-child:after {
        min-height: 645px
    }

    .ecommerce_companies_weve_already_transformed_ul_out ul li {
        display: flex !important;
        height: 57px
    }

    .single-cases ul.s_case_block_4_ul {
        grid-template-columns: repeat(1, 1fr)
    }

    .single-cases ul.s_case_block_4_ul li {
        max-width: 100%;
        width: 100%
    }

    .page-id-1239 .two_solutions_for_our_clients_b3_out_out {
        max-width: 95%
    }

    .page-id-1237 ul.software_modern_ul li:nth-child(10) {
        border-bottom: 0 solid #dadbe1
    }

    .check-shortcode-out3 {
        max-width: 100%
    }

    .page-id-1241 section.s_we_optimize_your_business_process.v11 .s_we_optimize_your_business_process_ul_out ul, .page-id-6058 section.s_we_optimize_your_business_process.v11 .s_we_optimize_your_business_process_ul_out ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr)
    }

    .page-id-1241 .s_we_optimize_your_business_process_ul_out ul li, .page-id-6058 .s_we_optimize_your_business_process_ul_out ul li {
        width: 100%
    }

    .page-id-1241 ul.our-story-ul2 li:nth-child(2), .page-id-6058 ul.our-story-ul2 li:nth-child(2) {
        margin-bottom: 18%
    }

    .s_companions-slider_next, .s_companions-slider_prev {
        display: none
    }
}

@media (max-width:1100px) {
    ul.our-story-ul {
        min-height: 925px;
        width: 768px
    }

    ul.s-consulting-out2-ul li {
        width: 33%
    }

    .s-consulting-out1-in2 {
        order: -1
    }

    ul.s-consulting-out3-ul>li {
        margin: 0 auto;
        width: 45%
    }

    ul.our-story-ul li:first-child {
        left: 18%;
        top: 0;
        width: 250px
    }

    ul.our-story-ul li:nth-child(2) {
        left: 18%;
        top: 20%;
        width: 250px
    }

    ul.our-story-ul li:nth-child(3) {
        left: 18%;
        top: 40%;
        width: 250px
    }

    ul.our-story-ul li:nth-child(4) {
        left: 18%;
        top: 60%;
        width: 250px
    }

    ul.our-story-ul li:nth-child(5) {
        left: 50%;
        top: 0;
        width: 250px
    }

    ul.our-story-ul li:nth-child(6) {
        left: 50%;
        top: 20%;
        width: 250px
    }

    ul.our-story-ul li:nth-child(7) {
        left: 50%;
        top: 40%;
        width: 250px
    }

    ul.our-story-ul li:nth-child(8) {
        left: 50%;
        top: 60%;
        width: 250px
    }

    .s2-title {
        max-width: 100%
    }

    .s3-2-out {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        margin: 0 auto;
        max-width: 95%
    }

    .s3-2-in2:before {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 80px;
        left: -55px;
        top: 0;
        width: 90px
    }

    .s1-out.s1-out-case .s1-in2 {
        order: -1
    }

    .s1-out.s1-out-case .s_cases_archive_1_item_logo {
        background: #fff;
        height: 78px;
        width: 78px
    }

    .s1-out.s1-out-case .s1-in, .s_appreciate_out {
        max-width: 100%
    }

    .s_appreciate_in {
        padding-bottom: 15px;
        padding-top: 15px
    }

    .s_appreciate_desc {
        max-width: 100%;
        min-height: auto
    }

    .s_advantages_join_out, section.s_advantages_join h2.s_main_title_white {
        max-width: 95%
    }

    .s_advantages_join_in {
        width: 48%
    }

    .our-story-t3-out25.v3 .our-story-ul-li-t1 {
        left: 0;
        position: absolute
    }

    h2.s2-main-title {
        max-width: 95%
    }

    .page-id-854 .our-story-t3-out25 .our-story-ul-li-t1 {
        left: 0
    }

    .s7-in.v4-2, .s_appreciate_out.v4 {
        max-width: 95%
    }

    .s7-in.v4-2 {
        padding: 25px 0
    }

    .s7-in.v4-2 h3.s7-t1 mark {
        margin-left: 0
    }

    ul.s-consulting-out3-ul>li:after {
        display: none
    }

    ul.s-consulting-out3-ul {
        max-width: 90%
    }

    ul.s-consulting-out3-ul>li ul li {
        max-width: -moz-max-content;
        max-width: max-content
    }

    .our-story-t3-out25.v3 ul.our-story-ul li:first-child {
        left: 3%;
        top: 35%
    }

    .our-story-t3-out25.v3 ul.our-story-ul li:nth-child(2) {
        left: 20%;
        top: 55%
    }

    .our-story-t3-out25.v3 ul.our-story-ul li:nth-child(3) {
        left: 45%;
        top: 35%
    }

    .our-story-t3-out25.v3 ul.our-story-ul li:nth-child(4) {
        left: 60%;
        top: 55%
    }

    .two_solutions_for_our_clients_b2_ul, .two_solutions_for_our_clients_b3_out_out, .two_solutions_for_our_clients_out_out, ul.we_provide_long_ul {
        max-width: 95%
    }

    .two_solutions_for_our_clients_b2_ul_li:first-child:after {
        display: none
    }

    section.s_it_services.v6 ul.s-consulting-out2-ul {
        background: hsla(0, 0%, 100%, 0);
        max-width: 500px
    }

    .ecommerce_companies_weve_already_transformed_out {
        margin: 0 auto
    }

    body.page-template-default.page.page-id-1220 section.ecommerce_companies_weve_already_transformed.v5 .ecommerce_companies_weve_already_transformed_ul_out ul li {
        width: auto
    }

    p.comment-form-comment textarea {
        min-height: 150px;
        min-width: auto;
        width: 100% !important
    }

    .s_appreciate_out.v4 .s_appreciate_in {
        max-width: 480px;
        width: 46%
    }

    .acordion-item__content-out.v4 {
        margin-left: 25px;
        margin-right: 10px
    }

    .two_solutions_for_our_clients_ul_out:first-child:after {
        min-height: 700px
    }

    .recoment-form-t-and-e-out, .recoment-form-t-and-e-out2 {
        width: 48.3%
    }

    .s_we_optimize_your_business_process_ul_out ul {
        justify-content: space-between;
        max-width: 95%
    }

    .s_we_optimize_your_business_process_ul_out.v5 ul li {
        margin-right: auto;
        max-width: 48%;
        width: 48%
    }

    .s_we_optimize_your_business_process_ul_out.v5 ul li:nth-child(3) {
        margin-right: auto
    }

    .s_sync-heading {
        max-width: 580px
    }

    img.your_options_to_start_ul1-t5_img, img.your_options_to_start_ul1_t5_img {
        margin-left: 25px
    }

    .your_options_to_start_uls {
        flex-flow: column wrap
    }

    .your_options_to_start_ul1, .your_options_to_start_ul2, .your_options_to_start_ul3 {
        width: 100%
    }

    .your_options_to_start_ul1-t1, .your_options_to_start_ul1-t2 {
        max-width: 90%
    }

    .your_options_to_start_ul1-t2 span {
        max-width: 100%
    }

    .your_options_to_start_ul1-4, .your_options_to_start_ul1-5 span, .your_options_to_start_ul1-t3, .your_options_to_start_ul1-t5 span {
        max-width: 90%
    }

    ul.your_options_to_start_ul1-t5-ul1, ul.your_options_to_start_ul1-t5-ul2 {
        max-width: 95%;
        min-height: auto
    }

    h2.s2-main-title.v6 {
        max-width: 95%
    }

    .s1-out {
        max-width: 85%
    }

    ul.our-story-ul {
        min-height: 595px;
        min-height: 815px
    }

    .s3-2-in2 {
        margin-bottom: 125px
    }

    .s_consulting-out1-in {
        max-width: 450px
    }

    h2.s_it_services_main_title {
        max-width: 80%
    }

    .page-id-854 .s_we_optimize_your_business_process_ul_out ul .s_we_optimize_your_business_process_li_text {
        min-height: 145px
    }

    section.we_provide_long.v8 .we_provide_long_desc {
        max-width: 370px;
        min-height: 120px
    }

    .two_solutions_for_our_clients_b2_ul_li {
        font-size: 15px;
        max-width: 430px;
        width: auto
    }

    section.s_proposition_and_communication.v2.v6 {
        padding: 25px 0 10px
    }

    .page-id-1228 .we_encourage_retailers_to_go_online_out {
        margin-bottom: 55px;
        margin-top: 55px;
        max-width: 95%
    }

    ul.we_provide_long_ul.v11 li {
        flex-flow: row wrap
    }

    ul.s-consulting-out2-ul.v15 {
        background: #fff !important
    }

    .page-id-1239 .s_advantages_join_out {
        grid-gap: 20px 70px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding-bottom: 90px
    }

    section.s_advantages_join.v15 .s_advantages_join_in {
        width: 100%
    }

    section.s_advantages_join.v15 .s_advantages_join_desc {
        max-width: 95%
    }

    ul.s-consulting-out3-ul>li ul {
        min-height: 155px
    }

    section.s1 {
        background-size: auto
    }

    .page-id-1222 section.s1 {
        background-position: top
    }

    section.s1 {
        background-size: cover
    }

    .page-id-1220 .two_solutions_for_our_clients_b2_ul {
        justify-content: space-around;
        max-width: 95%
    }

    .page-id-1220 .two_solutions_for_our_clients_b3_ul_li_text {
        min-height: 95px
    }

    .page-id-1222 .s1-out, .page-id-1224 .s1-out, .page-id-1226 .s1-out, .page-id-1228 .s1-out, .page-id-1230 .s1-out {
        max-width: 85%
    }

    .page-id-1220 section.s_it_services.v6 ul.s-consulting-out2-ul, section.s_it_services.v6 ul.s-consulting-out2-ul {
        max-width: 720px;
        padding: 20px 26px
    }

    .page-id-1226 section.s_proposition_and_communication.v8.v9 .acordion-item__content-out.v4 {
        margin-left: 0;
        margin-right: 15px
    }

    .page-id-1230 .two_solutions_for_our_clients_b3_ul_out.v8.v10.v11 ul {
        grid-template-columns: repeat(2, 1fr)
    }

    .page-id-1237 .two_solutions_for_our_clients_b3_ul_out.v14_8 h3 {
        max-width: 320px !important
    }

    .page-id-1237 .two_solutions_for_our_clients_b3_out_out>div:first-child h3 {
        margin-left: 0 !important
    }

    section.s_advantages_join.v15 .s_advantages_join_in:first-child:after {
        display: none
    }

    h3.s2-sub-title {
        max-width: 225px
    }

    .acordion-item__content-out.v4 .acordion-item {
        max-width: 100%;
        width: 100%
    }

    section.s_proposition_and_communication.v2.v6 .acordion-item__title2 {
        min-height: 210px
    }

    .page-id-1222 section.s_proposition_and_communication.v2.v6 .acordion-item__content-out.v4 .acordion-item:nth-child(2) {
        border-bottom: 0
    }

    .s_it_services_in_bg_i.dat-block-1, .s_it_services_in_bg_i.dat-block-2, .s_it_services_in_bg_i.dat-block-5, .s_it_services_in_bg_i.dat-block-6 {
        left: 0;
        right: inherit
    }

    .s_it_services_in_bg_i.dat-block-3, .s_it_services_in_bg_i.dat-block-4, .s_it_services_in_bg_i.dat-block-7, .s_it_services_in_bg_i.dat-block-8 {
        left: inherit;
        right: 0
    }

    ul.footer-logos-ul {
        grid-gap: 20px 25px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 50px
    }

    .acordion-item__content-out.v4.v8.v221 .acordion-item__title2 {
        padding: 25px 30px 25px 0
    }

    .our-story-t3-out.watch_our_qa_roadmap_t3 li:nth-child(7) .our-story-ul-li-text {
        right: 0
    }

    .s1-out.s1-out-case {
        align-content: flex-start;
        align-items: flex-start;
        flex-flow: column wrap;
        max-width: 95%
    }

    .s1-in.s1-in-case h1.s1-t1 mark {
        display: block;
        margin-left: auto
    }

    .s1-f2-in.s1_tags {
        margin: 0 auto;
        max-width: 95%
    }

    .s1-out {
        padding-top: 80px
    }
}

@media (max-width:960px) {
    .page-template-reabout section.s1 {
        margin-top: -14%
    }

    section.s_dna_join {
        margin: 0 auto;
        max-width: 95%
    }

    ul.s_open_positions_in {
        grid-template-columns: repeat(2, 1fr)
    }

    h1.s1-t1 {
        font-size: 40px
    }

    .home h1.s1-t1 {
        font-size: 40px;
        max-width: 650px
    }

    .s_case_block_6_ul_main_t {
        display: none
    }

    .s_case_block6-t3-out {
        background: none;
        margin: 0 auto
    }

    ul.s_case_block6-ul li {
        position: relative
    }

    ul.s_case_block6-ul li:first-child, ul.s_case_block6-ul li:nth-child(2), ul.s_case_block6-ul li:nth-child(3), ul.s_case_block6-ul li:nth-child(4), ul.s_case_block6-ul.s_case_block6-ul22 li:first-child, ul.s_case_block6-ul.s_case_block6-ul22 li:nth-child(2), ul.s_case_block6-ul.s_case_block6-ul33 li:first-child, ul.s_case_block6-ul.s_case_block6-ul44 li:first-child {
        left: auto;
        right: auto
    }

    ul.s_case_block6-ul {
        align-items: flex-start;
        flex-flow: column wrap;
        margin: 0 auto;
        min-height: auto
    }

    ul.s_case_block6-ul li {
        margin-bottom: 10px;
        min-width: 95%
    }

    .s_case_block6-ul-li-t3 {
        align-content: center;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        max-width: 100%
    }

    ul.s_case_block6-ul li {
        border-left: 3px solid #28da93
    }

    ul.s_case_block6-ul.s_case_block6-ul22 li {
        border-left: 3px solid #ab51d5
    }

    ul.s_case_block6-ul.s_case_block6-ul33 li {
        border-left: 3px solid #ff6043
    }

    ul.s_case_block6-ul.s_case_block6-ul44 li {
        border-left: 3px solid #5483ff
    }

    .our-story-t3-out25 ul.our-story-ul li:first-child {
        left: 0;
        top: 50%
    }

    .our-story-t3-out25 ul.our-story-ul li:nth-child(2) {
        left: 20%;
        top: 50%
    }

    .our-story-t3-out25 ul.our-story-ul li:nth-child(3) {
        left: 40%;
        top: 50%
    }

    .we_create_improve_business_platforms_ul_out ul li:first-child {
        margin: 25px auto
    }

    .we_create_improve_business_platforms_ul_out ul li:last-child {
        margin: 0 auto
    }

    .ecommerce_companies_weve_already_transformed_ul_out ul {
        align-content: center;
        justify-content: space-between;
        list-style: none;
        padding: 0
    }

    .ecommerce_companies_weve_already_transformed_in {
        flex-flow: column wrap;
        max-width: 100%
    }

    .ecommerce_companies_weve_already_transformed_title {
        margin: 25px auto;
        max-width: inherit;
        text-align: center
    }

    section.ecommerce_companies_weve_already_transformed.v5 .ecommerce_companies_weve_already_transformed_ul_out ul li {
        padding: 5px 15px
    }

    .ecommerce_companies_weve_already_transformed_ul_out ul li {
        height: 40px
    }

    section.ecommerce_companies_weve_already_transformed.v5 .ecommerce_companies_weve_already_transformed_out_out {
        max-width: 100%
    }

    ul.s-rewards-ul li {
        margin: 0 auto;
        text-align: center;
        width: 28%
    }

    ul.s4-ul li {
        width: 48%
    }

    .s_work_with_join_desc {
        color: #1e2346;
        font-size: 18px;
        line-height: 31px;
        max-width: 100%
    }

    .s_work_with_join_in {
        margin-bottom: 25px;
        position: relative;
        width: 100%
    }

    .s_work_with_join_name {
        left: 150px;
        position: absolute;
        top: 15px
    }

    .s_work_with_join_position {
        left: 150px;
        position: absolute;
        top: 60px
    }

    .page-id-854 .our-story-t3-out25 ul.our-story-ul li:nth-child(2) {
        left: 30%;
        top: 50%
    }

    .page-id-854 .our-story-t3-out25 ul.our-story-ul li:nth-child(3) {
        left: 65%;
        top: 50%
    }

    .page-id-854 .our-story-t3-out25 .our-story-ul-li-t1 {
        left: 0
    }

    .page-id-1027 .our-story-t3-out25 ul.our-story-ul li:nth-child(2) {
        left: 30%;
        top: 50%
    }

    .page-id-1027 .our-story-t3-out25 .our-story-ul-li-t1 {
        left: 0
    }

    section.s_it_services.v4 ul.s-consulting-out2-ul {
        max-width: 95%;
        padding: 20px 15px
    }

    section.s_it_services.v4 h2.s_it_services_main_title {
        max-width: 95%
    }

    .s_case_block_7_main_title {
        margin: 0 auto;
        max-width: 95%
    }

    ul.s_open_positions_in {
        display: flex
    }

    li.s_open_positions_item {
        width: 49%
    }

    .form-header-ul-li {
        max-width: 48%
    }

    .s_changes_item_logo {
        max-height: 115px;
        max-width: 115px
    }

    .s_changes_item_logo a img {
        max-width: 110px;
        width: 110px
    }

    .footer-menu-t2 li a {
        margin-right: 10px
    }

    .our-story-t3-out.watch_our_qa_roadmap_t3 .our-story-ul-li-t3 {
        max-width: 100px;
        z-index: 0
    }

    .s_companions-slider_next, .s_companions-slider_prev {
        display: none
    }

    .s5-in-faq1 .acordion {
        max-width: 90%
    }

    .page-id-854 ul.our-story-ul {
        min-height: 255px
    }

    .two_solutions_for_our_clients_ul_out:first-child:after {
        min-height: 600px
    }

    .s_sync .container {
        max-width: 90%
    }

    .recoment-form-t-and-e-out, .recoment-form-t-and-e-out2 {
        max-width: 100%;
        width: 100%
    }

    .page-id-1460 ul.watch_our_roadmap_ul li {
        margin-right: 12px
    }

    .page-id-1460 .watch_our_roadmap_title {
        font-size: 16px
    }

    .page-id-1460 ul.watch_our_roadmap_ul li {
        margin-right: 9px
    }

    .reblog-out {
        flex-flow: column wrap
    }

    .reblog-content {
        margin: 0 auto;
        max-width: 95%;
        order: -1;
        width: 100%
    }

    .reside-b5-t2 a {
        width: auto
    }

    .reside-b5-t2 a img {
        height: auto;
        width: auto
    }

    .s_consulting-out1-in {
        max-width: 320px
    }

    .page-id-854 .s_we_optimize_your_business_process_ul_out ul .s_we_optimize_your_business_process_li_text {
        min-height: 165px
    }

    .page-id-1220 .s_it_services_in_li1_out.v6 {
        margin-bottom: 5px
    }

    .page-id-1226 section.two_solutions_for_our_clients_b3.v8 .two_solutions_for_our_clients_main_title h3 {
        font-size: 24px;
        max-width: 95%
    }

    .page-id-1226 section.two_solutions_for_our_clients_b3.v8.v9 .we_provide_services_for_online_stores_main_subtitle {
        max-width: 95%
    }

    .s_open_positions_title_filter {
        max-width: 90%;
        padding-top: 35px
    }

    .categories ul li:first-child {
        margin-left: 0
    }

    #reside-b1-id {
        margin-right: auto;
        max-width: none
    }

    .reblog-content ul {
        align-items: center;
        justify-content: center
    }

    .reblog-content ul, .reside-b1 ul:first-child {
        align-content: center;
        margin: 0 auto;
        max-width: 625px
    }

    .reside-b1 ul:first-child {
        align-items: baseline;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        list-style: none;
        overflow-x: scroll;
        padding: 0
    }

    .reblog-content ul:first-child li {
        margin-bottom: 25px;
        margin-bottom: 10px;
        margin-right: 25px;
        margin-right: 20px !important;
        max-width: 100%;
        min-width: -moz-fit-content;
        min-width: fit-content
    }

    .reside-b1 ul::-webkit-scrollbar, .reside-b1 ul::-webkit-scrollbar-track {
        background: #dedede;
        border-radius: 5px;
        height: 1px;
        width: 1px
    }

    .reside-b1 ul::-webkit-scrollbar-thumb {
        background: #aa5398;
        border-radius: 5px
    }

    .ecommerce_companies_weve_already_transformed_title {
        font-size: 14px;
        line-height: 26px
    }

    .author .reblog-sidebar {
        margin-bottom: -110px;
        margin-top: 25px;
        width: 100%;
        z-index: 1
    }

    .author .reblog-content {
        margin: 0 auto;
        max-width: 95%;
        order: 0;
        width: 100%
    }

    .author .reblog-content.reblog-content-single {
        padding: 175px 25px 35px
    }

    .reblog-sidebar-in {
        width: 100%
    }

    .author .author-page-photo {
        display: block;
        margin: 0 auto;
        text-align: center
    }

    .author-page-photo img {
        height: 150px;
        width: 150px
    }

    .author .reside-b5-t2 {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        max-width: 285px
    }

    .acordion-items.services-faq-out.v219 {
        grid-template-columns: repeat(1, 1fr)
    }

    .acordion-item__content-out.v4.v8.v221 .acordion-item:last-child {
        border-bottom: 0 solid rgba(4, 14, 42, .15)
    }

    .acordion-item__content-out.v4.v8.v221 {
        margin-bottom: 0
    }

    .acordion-item__content-out.v4.v8.v221 .acordion-item, .acordion-item__content-out.v4.v8.v222 .acordion-item {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 100%
    }

    li.ui-corner-left p {
        margin-left: auto
    }

    body.archive.author section.s_post_positions_1.s_cases_archive_1_single {
        min-height: 105px
    }

    .page-id-1237 .acordion-item__content-out.v5.v10.v14 {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .page-id-17 h2.s_open_positions_main_title {
        margin-bottom: 25px
    }

    .two_solutions_for_our_clients_ul_li_title {
        min-height: 135px
    }

    .page-id-1220 .two_solutions_for_our_clients_ul_out:first-child:after {
        min-height: 725px
    }

    .page-id-1233 .acordion-item__content-out.v4.v8 .acordion-item:nth-child(4), .page-id-1233 .acordion-item__content-out.v4.v8 .acordion-item:nth-child(5) {
        border-bottom: 0
    }

    .page-id-1233 .acordion-item__content-out.v4.v8 .acordion-item:nth-child(6) {
        border-bottom: .5px solid #d6d5d5
    }

    .page-id-1233 .acordion-item__content-out.v4.v8.v221 .acordion-item:nth-child(6) {
        border-bottom: 0 solid #cf0
    }

    .page-id-1237 section.two_solutions_for_our_clients_b3.v14 .two_solutions_for_our_clients_b3_ul_li_title {
        font-size: 20px
    }

    .page-id-854 .s5-in-faq1 h3 {
        margin: 0 auto;
        max-width: 90%
    }

    .page-id-1241 ul.our-story-ul2 li:nth-child(2), .page-id-6058 ul.our-story-ul2 li:nth-child(2) {
        margin-bottom: 22%
    }

    .page-id-1241 ul.our-story-ul2 li:nth-child(2) .our-story-ul-li-t3, .page-id-6058 ul.our-story-ul2 li:nth-child(2) .our-story-ul-li-t3 {
        max-width: 150px;
        z-index: 0
    }

    .reside-b1 ul li:first-child {
        margin-top: 8px
    }

    .search.search-no-results .reblog-search-out {
        margin: 0 auto;
        max-width: 625px
    }
}

@media (max-width:840px) {
    .two_solutions_for_our_clients_ul_out:first-child:after {
        min-height: 700px
    }

    .s_sync-heading {
        max-width: 540px
    }

    section.s1 {
        background-size: auto !important
    }

    .s_consulting-out1-block {
        padding: 0
    }

    ul.s-consulting-out3-ul>li ul {
        min-height: 175px
    }

    .s_sync .container {
        margin: 0 auto;
        max-width: 80%
    }

    .reblog-content ul:first-child li {
        margin-bottom: 25px;
        margin-right: 25px;
        margin-right: 20px !important;
        max-width: 100%;
        min-width: -moz-fit-content;
        min-width: fit-content
    }

    section.s_sync.s_sync2 .s_sync-body {
        align-items: flex-start;
        flex-flow: column wrap
    }

    section.s_sync.s_sync2 .s_sync-body a {
        margin-top: 20px
    }

    section.s1 {
        background-size: 200% !important;
        height: auto
    }

    .page-id-1220 section.s1 {
        background-size: 230% !important
    }

    .page-id-1220 section.s_sync.s_sync2 .s_sync-btn {
        margin-left: 0;
        margin-top: 25px
    }

    .two_solutions_for_our_clients_ul_li_title {
        min-height: 155px
    }

    .page-id-1220 .two_solutions_for_our_clients_b3_ul_out:first-child:after {
        min-height: 740px
    }

    .page-id-1216 section.s_sync.s_sync2 button.btn.s_sync-btn, .page-id-1222 section.s_sync.s_sync2 button.btn.s_sync-btn, .page-id-1460 section.s_sync.s_sync2 button.btn.s_sync-btn, .page-id-854 section.s_sync.s_sync2 button.btn.s_sync-btn {
        margin: 10px 0
    }

    .page-id-1220 .two_solutions_for_our_clients_ul_out:first-child:after {
        min-height: 775px
    }

    section.s_proposition_and_communication.v2.v6 .acordion-item__title2 {
        min-height: 210px
    }

    .reside-b1 ul::-webkit-scrollbar, .reside-b1 ul::-webkit-scrollbar-track {
        background: #dedede;
        border-radius: 5px;
        height: 1px;
        width: 1px
    }

    .reside-b1 ul::-webkit-scrollbar-thumb {
        background: #aa5398;
        border-radius: 5px
    }

    .reblog-content ul:first-child li {
        margin-bottom: 10px
    }
}

@media (max-width:767.8px) {
    .page-template-reabout .s1-h-blur {
        min-height: 340px
    }

    .container {
        margin: 0 auto;
        max-width: 1320px;
        padding: 0 12px;
        width: 100%
    }

    body {
        font-size: 15px;
        line-height: 24px
    }

    .h1, .main_title {
        font-size: 25px;
        line-height: 33px;
        margin: 0 0 15px
    }

    .h2, .heading {
        font-size: 20px
    }

    .btn, .s_contact_form .wpcf7-submit {
        border-radius: 17px;
        font-size: 12px;
        height: 34px;
        line-height: 15px;
        padding: 2px
    }

    span.btn-text {
        padding: 0 11px
    }

    .btn-icon {
        height: 8px;
        width: 15px
    }

    .btn-icon+.btn-text, .btn-text+.btn-icon {
        margin-left: 7px
    }

    .btn_more-icon, .btn_more-icon--revert {
        height: 34px;
        width: 34px
    }

    .btn_more-icon_svg {
        transform: scale(.75)
    }

    .btn_more-icon_svg--revert {
        height: 10px;
        width: 10px
    }

    .btn_more-icon+.btn_more-text, .btn_more-text+.btn_more-icon {
        margin-left: 10px
    }

    .btn_play {
        font-size: 12px;
        line-height: 14px
    }

    .btn_play-icon {
        height: 34px;
        width: 34px
    }

    .btn_play-icon_svg {
        height: 14px;
        width: 14px
    }

    .btn_play-icon+.btn_play-text, .btn_play-text+.btn_play-icon {
        margin-left: 10px
    }

    section.s1 {
        margin-top: -22%
    }

    .mobile-nav {
        background: #fff;
        box-shadow: inset 0 0 0 #e5e5e5;
        display: block;
        inset: var(--header-height) 0 0 0;
        overflow: auto;
        padding: 30px;
        position: fixed;
        transform: translateX(-100%);
        transition: transform .3s ease;
        z-index: 3
    }

    .mobile-nav.open {
        transform: translateX(0)
    }

    .mobile-nav nav, .mobile-nav ul {
        display: block
    }

    .mobile-nav ul {
        display: block;
        margin: 0;
        padding: 0
    }

    .mobile-nav ul li {
        -ms-flex-align: center;
        border-bottom: 1px solid #ebebeb;
        display: -ms-flexbox !important;
        list-style: none;
        padding: 20px 0
    }

    .mobile-nav ul li a {
        color: #1e2346
    }

    .mobile-nav ul li a, .mobile-nav ul li.menu-item-has-children>a {
        text-decoration: none
    }

    .mobile-nav .sub-menu {
        background: none;
        border: none;
        display: block;
        display: none;
        font-size: 14px;
        letter-spacing: -.02em;
        line-height: 27px;
        padding: 8px 0;
        position: relative;
        width: 100%
    }

    .mobile-nav .sub-menu li {
        padding: 0
    }

    .mobile-nav ul li a, .mobile-nav ul li.menu-item-has-children>a {
        position: relative;
        width: 100%
    }

    .mobile-nav ul li.menu-item-has-children>a.active:after {
        transform: rotate(0deg)
    }

    .mobile-nav ul li.menu-item-has-children>a:after {
        background: url(/wp-content/uploads/2022/04/arrow-black-Stroke.svg);
        background-repeat: no-repeat;
        color: #fff;
        content: "";
        display: inline-block;
        font-size: 8px;
        font-weight: 900;
        height: 6px;
        margin-left: 10px;
        margin-top: 0;
        min-height: 6px;
        vertical-align: middle;
        width: 8px
    }

    .mobile-nav ul li.menu-item-has-children>a.active:after {
        transform: rotate(180deg)
    }

    .mobile-nav ul li ul li:last-child {
        border-bottom: 0
    }

    .s_consulting-out2-block {
        max-width: 90%
    }

    .s_changes-item_content {
        flex-flow: column wrap
    }

    .s_changes_item_in2 {
        margin-bottom: 25px;
        margin-top: 25px;
        width: 95%
    }

    article.s_changes-item:nth-child(2n) .s_changes_item_in2 {
        order: -1
    }

    .s_changes_item_in1 {
        max-width: 100%;
        width: 100%
    }

    .s_changes_item_img {
        height: 100%;
        max-height: 280px;
        overflow: hidden;
        width: 100%
    }

    .s_changes_item_in1 img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%
    }

    .s_sync-body {
        display: block;
        margin: 0 auto 0 35px;
        max-width: 100%;
        padding: 0
    }

    .s_sync .container {
        padding: 0
    }

    .s_sync-heading {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 24px;
        padding-right: 0
    }

    section.s_sync {
        padding: 48px 0 40px
    }

    .s_consulting-out1 {
        padding: 70px 0 40px
    }

    .s_consulting-out1-in {
        max-width: 95%
    }

    .s-consulting-out1-in2 {
        margin: 0 auto 0 10%
    }

    .s_balance_in h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 24px
    }

    .s_balance_in {
        max-width: 90%;
        padding: 50px 0 42px
    }

    h2.s_companions-main-title {
        font-size: 20px;
        line-height: 53px;
        margin: 0 0 11px;
        text-align: center
    }

    .swiper-button-next.s_companions-slider_next, .swiper-button-prev.s_companions-slider_prev {
        display: none
    }

    .s_companions-slide_content {
        color: #1f2346;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        margin: 0;
        padding: 0
    }

    .s_companions-slide_footer {
        padding: 0
    }

    .s_companions-slider_border_img {
        height: 5px
    }

    .s_companions-slider_border {
        display: block;
        margin: 0 auto
    }

    .s_companions-slider .swiper-pagination {
        margin-top: 30px
    }

    .s_companions-slide {
        padding: 0
    }

    .s-doyoursolo-form-in, .s_companions-slide {
        margin: 0 auto;
        max-width: 95%
    }

    h2 {
        font-size: 30px;
        line-height: 45px;
        line-height: 53px;
        margin: 0 0 1em;
        text-align: left
    }

    .s-doyoursolo-form-out {
        padding: 50px 0
    }

    .s-doyoursolo-form-t2 input, .s-doyoursolo-form-t2 textarea {
        box-sizing: border-box;
        max-height: 150px;
        max-width: 100%;
        width: 100%
    }

    .dys-file-and-link {
        display: flex;
        flex-flow: column wrap
    }

    .dys-file-and-link1 span {
        max-width: 100%
    }

    .s-doyoursolo-form-t2 input.yourlink {
        height: 54px;
        max-width: 100%;
        width: 100%
    }

    .accept-and-send {
        align-content: flex-start;
        align-items: flex-start;
        justify-content: flex-start
    }

    .accept-and-send, .footer-copyright-out {
        display: flex;
        flex-flow: column wrap
    }

    .container {
        padding: 0
    }

    h1.s1-t1 {
        margin: 0 0 15px
    }

    .home h1.s1-t1, h1.s1-t1 {
        font-size: 25px;
        line-height: 33px
    }

    .home h1.s1-t1 {
        max-width: 450px
    }

    .home ins, .home mark {
        display: inline-block;
        margin-left: 0
    }

    .s1-out {
        margin: 0 auto;
        width: 100%
    }

    ul.s-consulting-out3-ul {
        flex-flow: column wrap
    }

    ul.s-consulting-out3-ul>li:after {
        display: none
    }

    .s_consulting-out2-block {
        margin: 0 auto;
        max-width: 95%
    }

    ul.s-consulting-out3-ul>li ul {
        display: none
    }

    ul.s-consulting-out3-ul>li {
        border-bottom: 1px solid #ccc;
        justify-content: space-between
    }

    ul.s-consulting-out3-ul>li .s_consulting-sections_footer span.btn_more-text.btn_more-text--revert {
        display: none
    }

    .s1-f-blur {
        min-height: 25px
    }

    .s_changes_item_body {
        color: #1e2346;
        max-width: 63%
    }

    .s2-out {
        flex-flow: column wrap
    }

    .s2-in {
        width: 100%
    }

    .s2-title {
        max-width: 100%
    }

    ul.our-story-ul {
        width: auto
    }

    ul.our-story-ul li {
        display: flex;
        flex-flow: column wrap;
        left: auto;
        top: auto;
        width: 48%
    }

    ul.our-story-ul li:first-child, ul.our-story-ul li:nth-child(2), ul.our-story-ul li:nth-child(3), ul.our-story-ul li:nth-child(4), ul.our-story-ul li:nth-child(5), ul.our-story-ul li:nth-child(6), ul.our-story-ul li:nth-child(7) {
        left: auto;
        top: auto
    }

    .our-story-ul-li-text {
        display: block
    }

    .s3-2-out {
        flex-flow: column wrap;
        margin: 0 auto;
        max-width: 90%
    }

    .s3-2-big-img {
        align-content: center;
        align-items: center;
        align-self: center;
        display: flex
    }

    .s3-2-big-img img {
        display: block;
        margin: 0 auto;
        text-align: center
    }

    h3.s3-2-t1 {
        font-size: 22px;
        line-height: 1.2
    }

    ul.s4-ul li {
        width: 48%
    }

    .our-story-out2 {
        max-width: 95%
    }

    .s5-t2 {
        color: rgba(30, 35, 70, .8);
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
        max-width: 100%
    }

    .s5-big-img img {
        margin: 5px auto 25px
    }

    ul.s6-ul li {
        margin-bottom: 15px
    }

    .s7-in {
        margin: 0 auto;
        max-width: 95%;
        position: relative
    }

    section.s-how-it-works {
        background: #fbf6ff !important
    }

    .s-how-it-works-out2 {
        margin: 0 auto;
        max-width: 95%
    }

    ul.s-how-it-works-ul li {
        background: #fff;
        box-sizing: border-box;
        height: auto;
        margin-bottom: 25px;
        padding: 10px 60px;
        position: relative;
        width: 100%
    }

    h2.s2-main-title {
        margin-top: 0;
        text-align: center
    }

    .s-how-it-works-out1-in:after, .s-how-it-works-out1-in:before {
        display: none
    }

    .s-how-it-works-out1-in {
        height: auto;
        max-width: 90%;
        padding: 10px 60px
    }

    .s-how-it-works-out1-t2 {
        max-width: 450px
    }

    .page-template-reabout section.s1 {
        margin-top: -30%
    }

    .s_appreciate_desc {
        max-width: 100%;
        min-height: auto
    }

    .s_open_positions_title_filter {
        max-width: 95%
    }

    .library-wrapper {
        margin: 0 auto;
        max-width: 95%
    }

    li.s_open_positions_item {
        height: auto;
        min-height: 245px;
        width: 100%
    }

    .s_dna_join_in {
        margin-bottom: 25px;
        max-width: 100%
    }

    .s_dna_join_in2 {
        width: 100%
    }

    .s_dna_join_big_img {
        height: 240px;
        overflow: hidden;
        width: 100%
    }

    .s_dna_join_big_img img {
        height: inherit;
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        width: 100%
    }

    .s_dna_join_out {
        padding: 50px 0
    }

    section.s_advantages_join h2.s_main_title_white {
        max-width: 90%;
        padding-top: 50px
    }

    .s_advantages_join_out {
        max-width: 90%
    }

    h2.s_dna_join_title {
        color: #1e2346;
        line-height: 1.2
    }

    h2.s_appreciate_main_title {
        line-height: 1.2;
        padding-top: 50px
    }

    .s_open_positions_title_filter .categories ul {
        justify-content: flex-start
    }

    .s_advantages_join_image img {
        margin-right: 40px;
        max-width: 50px
    }

    ul.s_open_positions_in {
        display: flex
    }

    .s_post_positions_content_in_form .accept-and-send {
        justify-content: flex-start;
        margin-left: 0
    }

    .accept-and-send1 strong {
        margin-left: 0
    }

    .s_post_positions_content_in_form .accept-and-send2 {
        margin-bottom: 15px
    }

    .dys-file-and-link-out22 .dys-file-and-link1 span:last-child {
        display: none
    }

    .s_post_positions_content_out {
        max-width: 100%;
        overflow: hidden;
        padding: 30px 0
    }

    .s_post_positions_content_in {
        margin: 0 auto;
        max-width: 90%
    }

    .dys-file-and-link-out22 {
        margin: 25px auto;
        max-width: 90%
    }

    div#wpcf7-f636-o2 .dys-file-and-link-out22 {
        margin: 25px auto;
        max-width: 100%
    }

    .s_post_positions_content_in_form .accept-and-send {
        align-content: center;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        max-width: 90%;
        text-align: center
    }

    .s_post_positions_content_in h3 {
        font-size: 18px;
        line-height: 1.2;
        margin-top: 0
    }

    h2.s_appreciate_other_title {
        font-size: 18px;
        line-height: 1.2
    }

    .dys-file-and-link-out22 .wpcf7-file:before {
        width: 125px
    }

    input.wpcf7-form-control.wpcf7-file {
        max-width: 70%
    }

    .tab_block {
        align-items: center;
        display: flex;
        flex-flow: column wrap
    }

    .our-story-t3-out25 ul.our-story-ul li {
        display: flex;
        flex-flow: column wrap;
        left: auto !important;
        position: relative;
        top: auto !important;
        width: 100%
    }

    .our-story-t3-out25 .our-story-ul-li-text {
        display: none
    }

    .our-story-t3-out25 .our-story-ul-li-t1 {
        left: 25px !important;
        position: absolute
    }

    .our-story-t3-out25 .our-story-ul-li-t3 {
        margin: 0 auto
    }

    .our-story-t3-out25 .our-story-ul-li-t2 {
        margin-left: 80px;
        max-width: 280px
    }

    .our-story-t3-out25 .our-story-ul-li-t3 {
        margin: 0 auto 0 80px;
        max-width: 250px
    }

    .ecommerce_companies_weve_already_transformed_title {
        margin: 15px auto;
        max-width: 95%;
        text-align: center
    }

    .ecommerce_companies_weve_already_transformed_ul_out ul {
        margin: 15px auto;
        padding: 0;
        text-align: center
    }

    h2.any_great_transformation_out1_t1 {
        font-size: 20px;
        line-height: 28px
    }

    .any_great_transformation_out1_t2 {
        font-size: 15px;
        line-height: 24px
    }

    .any_great_transformation_out1 {
        display: flex;
        flex-flow: column wrap;
        max-width: 90%
    }

    .any_great_transformation_out1_in {
        margin-bottom: 25px;
        max-width: 640px
    }

    .any_great_transformation_out1_t3 {
        font-size: 16px;
        font-weight: 300;
        height: auto;
        line-height: 26px;
        margin-top: 25px;
        position: relative;
        right: auto;
        text-align: center;
        top: auto;
        transform: rotate(0deg);
        writing-mode: inherit
    }

    .any_great_transformation_big_img {
        margin: 0 auto
    }

    .ecommerce_companies_weve_already_transformed_ul_out ul li {
        padding: 5px 15px
    }

    .we_create_improve_business_platforms_ul_out ul li:first-child {
        height: 450px;
        margin: 25px auto;
        width: 450px
    }

    .we_create_improve_business_platforms_ul_out ul li:last-child {
        height: 450px;
        margin: -128px auto 25px;
        width: 450px
    }

    .we_create_improve_business_platforms_ul_out ul li:last-child:before {
        background-size: contain;
        height: 300px;
        left: 38%;
        position: absolute;
        top: -97px;
        transform: rotate(270deg);
        width: 105.5px;
        writing-mode: vertical-rl
    }

    .we_create_improve_business_platforms_ul_out ul li:first-child img {
        margin-left: auto;
        margin-right: auto;
        padding-right: 0
    }

    .we_create_improve_business_platforms_ul_out ul li:first-child .we_create_improve_business_platforms_li_text {
        margin: 0 auto;
        padding-right: 0;
        text-align: center
    }

    .we_create_improve_business_platforms_ul_out ul li:last-child img {
        margin: 0 auto;
        order: 1;
        padding: 0
    }

    .we_create_improve_business_platforms_ul_out ul li:last-child .we_create_improve_business_platforms_li_text {
        margin: 0 auto;
        padding-left: 0;
        padding-top: 25px;
        text-align: center
    }

    h2.we_provide_services_for_online_stores_main_title {
        line-height: 28px;
        margin-top: 15px;
        max-width: 90%
    }

    .s_we_optimize_your_business_process_main_subtitle {
        font-size: 15px;
        line-height: 24px;
        max-width: 95%
    }

    .s_we_optimize_your_business_process_ul_out ul {
        flex-flow: column wrap
    }

    .s_we_optimize_your_business_process_ul_out ul li {
        align-content: center;
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        width: 100%
    }

    .s_we_optimize_your_business_process_li_text p {
        margin: 0 auto 0 25px;
        text-align: left
    }

    .s_we_optimize_your_business_process_ul_out ul li {
        margin-bottom: 15px
    }

    .s_proposition_and_communication_out {
        display: flex;
        flex-flow: column wrap;
        max-width: 95%;
        max-width: 90%;
        max-width: 85%
    }

    .s_proposition_and_communication_in_faq2 {
        width: 100%
    }

    .s_proposition_and_communication_in_faq2_main_title {
        font-size: 18px;
        line-height: 24px;
        margin-left: -30px
    }

    .acordion-item__title2 {
        font-size: 16px;
        line-height: 24px
    }

    .s-how-it-works-out1-in {
        flex-flow: column wrap
    }

    section.s5 {
        max-width: 95%
    }

    section.s_consulting {
        background: #fff !important
    }

    ul.s-consulting-out3-ul>li h3 {
        font-size: 18px;
        font-size: 16px;
        line-height: 24px
    }

    ul.s-consulting-out3-ul>li {
        align-content: center;
        align-items: center;
        border-bottom: 0;
        border-top: 1px solid rgba(218, 219, 225, .5);
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        padding: 15px 0;
        width: 100%
    }

    ul.s-consulting-out3-ul>li img {
        margin-right: 25px
    }

    .s_consulting-sections_footer {
        margin-left: auto;
        margin-right: 0
    }

    .home .s-consulting-out3-ul .btn_more-icon {
        border: 0 solid #fff !important;
        box-shadow: none;
        height: auto;
        width: auto
    }

    .s_consulting-sections_footer .btn_more-icon_svg--revert {
        height: 18px;
        width: 18px
    }

    ul.s-consulting-out3-ul>li img {
        height: 60px;
        margin: 0 25px 0 0;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        width: 60px
    }

    .footer-h4-hide1:hover, .footer-h4-hide2:hover, .footer-h4-hide3:hover, .footer-h4-hide4:hover {
        cursor: pointer;
        position: relative;
        transition: .3s ease-in-out;
        z-index: 1
    }

    .footer-h4-hide1:before, .footer-h4-hide2:before, .footer-h4-hide3:before, .footer-h4-hide4:before {
        background: url(/wp-content/uploads/2022/04/arrow-footer.svg);
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        height: 14px !important;
        left: auto;
        position: absolute;
        right: 5px;
        top: 15px;
        transition: .2s;
        vertical-align: middle;
        width: 14px !important
    }

    .morenav1, .morenav2, .morenav3, .morenav4 {
        display: none;
        padding-right: 20px
    }

    .footer-menu-t2.morenav4 {
        display: block !important
    }

    .footer-menu-t1 {
        align-items: center;
        color: #fff;
        display: flex;
        font-size: 15px;
        font-weight: 400;
        gap: 16px;
        justify-content: space-between;
        padding: 10px 0;
        position: relative
    }

    .footer-menu-in {
        border-bottom: .5px solid hsla(0, 0%, 100%, .15);
        flex-basis: 100%
    }

    .footer-logo-text {
        color: #fff;
        color: hsla(0, 0%, 100%, .62);
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 19px;
        margin-bottom: 25px;
        margin-top: 10px;
        max-width: 95%
    }

    h4.footer-menu-t1.footer-h4-hide4 {
        display: none
    }

    .footer-copyright-out .footer-copyright-in {
        order: -1
    }

    .page-template-reabout .s1-f-blur, .s1-f-blur {
        min-height: 295px
    }

    p.s1-t2 {
        font-size: 15px;
        font-weight: 400;
        line-height: 25px
    }

    h3.s2-sub-title {
        color: #b4559b;
        font-size: 18px;
        font-style: normal;
        line-height: 24px
    }

    .s2-title {
        color: rgba(4, 14, 42, .85);
        font-size: 15px;
        line-height: 24px
    }

    h2.s3-main-title {
        font-size: 20px;
        line-height: 28px
    }

    p.s3-main-subtitle {
        color: rgba(250, 246, 255, .8);
        font-size: 15px;
        line-height: 24px;
        max-width: 95%;
        text-align: center
    }

    .s3-2-t2 {
        color: #faf5ff;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        margin-left: 15px
    }

    .s3-2-big-img {
        max-width: 195px
    }

    .s3-2-in {
        order: 1
    }

    .s3-2-in2:before {
        zoom: .3;
        background: url(/wp-content/uploads/2022/01/s3-b.png);
        content: "";
        display: block;
        height: 127px;
        left: 0;
        position: absolute;
        top: -5px;
        -moz-transform: scale(.3);
        width: 153px
    }

    h3.s3-2-t1 {
        margin-left: 15px;
        margin: 25px auto;
        max-width: 75%;
        max-width: 95%
    }

    .s4-li-img img {
        max-width: 105px
    }

    h4.s4-li-t1 {
        color: #1e2346;
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 5px
    }

    h4.s4-li-t1, p.s4-li-t2 {
        font-style: normal;
        text-align: center
    }

    p.s4-li-t2 {
        color: rgba(4, 14, 42, .8);
        font-size: 12px;
        font-weight: 300;
        line-height: 1.2
    }

    .s5-in2 {
        order: -1
    }

    .our-story-out2, section.s5 {
        margin: 0 auto;
        max-width: 100%
    }

    .s5-big-img img {
        margin: 0 auto 25px;
        max-width: 100%
    }

    .s5-in {
        margin: 0 auto;
        max-width: 95%
    }

    h2 {
        color: #1e2346;
        font-size: 20px;
        line-height: 1.2;
        line-height: 28px
    }

    h2.s-doyoursolo-main-title {
        color: #1e2346;
        font-size: 25px;
        font-weight: 700;
        line-height: 33px;
        text-align: center
    }

    .s5-t2 {
        color: rgba(4, 14, 42, .8);
        font-size: 15px;
        font-weight: 300;
        line-height: 24px
    }

    h4.s6-li-t1 {
        color: #1e2346;
        font-size: 25px;
        line-height: 33px;
        text-align: center
    }

    p.s6-li-t2 {
        color: rgba(4, 14, 42, .8);
        font-size: 12px;
        line-height: 24px;
        text-align: center
    }

    ul.s6-ul li:last-child {
        align-content: center;
        align-items: center;
        background: #b4559b;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        margin: 0 auto;
        text-align: center;
        width: 100%
    }

    ul.s6-ul li:last-child h4.s6-li-t1 {
        color: #fff;
        font-size: 25px;
        line-height: 33px;
        margin-right: 10px;
        text-align: center
    }

    ul.s6-ul li:last-child p.s6-li-t2 {
        color: #fff;
        margin: 0 auto 0 0
    }

    ul.s6-ul {
        padding: 25px 0 0
    }

    .s7-big-img img {
        display: block;
        margin-bottom: 15px;
        max-width: 108px
    }

    .s7-in2 {
        margin-top: 65px;
        order: -1
    }

    h3.s7-t1 {
        font-size: 20px;
        font-size: 18px;
        line-height: 1.2
    }

    .s7-t2, h3.s7-t1 {
        line-height: 24px
    }

    .s7-t2 {
        color: hsla(0, 0%, 100%, .85);
        font-size: 15px
    }

    a.s7-button {
        color: #faf7ff;
        font-size: 12px;
        line-height: 14px
    }

    a.s7-button .btn_more-icon {
        margin-left: 0;
        margin-right: 15px;
        order: -1
    }

    ul.our-story-ul li .our-story-ul-li-text {
        display: none
    }

    ul.our-story-ul li:hover .our-story-ul-li-text {
        display: block;
        transition: .3s ease-in-out
    }

    .our-story-t3-out {
        width: 100%
    }

    ul.our-story-ul li {
        flex-flow: row nowrap;
        position: relative;
        width: 100% !important
    }

    .our-story-ul-li-t2 {
        display: block;
        margin: 0;
        text-align: center
    }

    .our-story-ul-li-t2 strong {
        margin: 0
    }

    .our-story-ul-li-t2 strong, .our-story-ul-li-t3 {
        color: #faf5ff;
        font-size: 15px;
        font-weight: 300;
        line-height: 28px
    }

    .our-story-ul-li-t3 {
        margin: 0 0 0 4px;
        max-width: -moz-max-content;
        max-width: max-content
    }

    .page-id-1241 .our-story-ul-li-t2 strong:after, .page-id-6058 .our-story-ul-li-t2 strong:after {
        content: "."
    }

    .our-story-ul-li-t1 img {
        display: block;
        margin: 7px 25px 7px 0;
        max-width: 14px;
        text-align: center
    }

    ul.our-story-ul li:hover .our-story-ul-li-t2, ul.our-story-ul li:hover .our-story-ul-li-t3 {
        display: none;
        transition: .3s ease-in-out
    }

    ul.our-story-ul li {
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
        padding-bottom: 10px;
        padding-top: 10px
    }

    ul.our-story-ul li:after {
        background: url(/wp-content/uploads/2022/04/arrow-footer.svg);
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        height: 14px !important;
        left: auto;
        position: absolute;
        right: 5px;
        top: 15px;
        transition: .2s;
        vertical-align: middle;
        width: 14px !important
    }

    ul.our-story-ul li:hover:after {
        transform: rotate(180deg);
        transition: .3s ease-in-out;
        z-index: 1
    }

    .s_dna_join_in2 {
        margin-bottom: 25px;
        order: -1
    }

    a.s_black_button {
        justify-content: center
    }

    li.js-filter-item {
        margin: 0 23px;
        min-width: -moz-max-content;
        min-width: max-content;
        position: relative
    }

    .s_open_positions_title_filter .categories ul {
        flex-flow: row nowrap
    }

    .s_open_positions_title_filter .categories {
        zoom: .8;
        display: flex;
        flex-flow: row nowrap;
        height: 70px;
        max-width: 90%;
        overflow: scroll
    }

    li.js-filter-item:first-child {
        margin-left: 0
    }

    h3.s_appreciate_title {
        color: #1e2346;
        font-size: 18px;
        line-height: 24px
    }

    .s_appreciate_desc {
        color: rgba(4, 14, 42, .85);
        font-size: 15px;
        line-height: 24px;
        min-height: 100px
    }

    .pum-theme-54 .pum-container, .pum-theme-lightbox .pum-container {
        padding: 50px 15px 15px !important
    }

    h2.form-header-t2 {
        color: #1e2346;
        font-size: 20px;
        line-height: 1.2;
        margin-top: 10px
    }

    div#wpcf7-f1017-o1 h5 {
        margin: 5px 0
    }

    input.re-input1-1 {
        max-width: 85%
    }

    .form-header-ul {
        display: block
    }

    .form-header-ul-li:first-child {
        margin-right: 0
    }

    input.re-input1-1 {
        max-width: 100%;
        padding: 15px 0
    }

    textarea.re-input1-2 {
        box-sizing: border-box;
        height: 140px;
        max-width: 100%;
        padding-left: 10px
    }

    .form-header-ul-li {
        max-width: 100%
    }

    .pum-content.popmake-content, div#wpcf7-f1017-o1 {
        outline: none
    }

    section.s1 {
        background-attachment: unset
    }

    .page.page-id-1216 section.s1 {
        background-attachment: fixed
    }

    section.s_proposition_and_communication.v2 {
        padding: 25px 0
    }

    .s_proposition_and_communication_in_faq2_2 {
        margin-bottom: 25px;
        margin-left: auto;
        margin-right: 25px;
        order: -1;
        width: 75%
    }

    section.s_consulting.v2 .s-consulting-out1-in2 {
        margin-bottom: 25px;
        order: -1
    }

    section.s_consulting.v2 ul.s-consulting-out3-ul2 {
        flex-flow: column wrap
    }

    section.s_consulting.v2 .s_consulting-sections_text2, section.s_consulting.v2 h3.s_consulting-sections_title2 {
        max-width: 100%
    }

    section.s_consulting.v2 h3.s-consulting-out3-1_title3 {
        text-align: left
    }

    section.s_it_services {
        zoom: .9
    }

    .s_it_services ul.s-consulting-out2-ul {
        display: flex;
        margin: 25px auto 25px 30px;
        max-width: 100%
    }

    .s_it_services ul.s-consulting-out2-ul li {
        margin: 10px auto;
        width: 48%
    }

    .s1-f-blur {
        width: 95%
    }

    .page-id-1027 h2.s-consulting-out1-t1 {
        font-size: 20px;
        line-height: 1.2
    }

    section.s_consulting.v2 h3.s-consulting-out3-1_title3 {
        font-size: 20px;
        line-height: 1.2;
        margin: 25px auto
    }

    h3 {
        font-size: 19px;
        line-height: 1.2
    }

    h2.s_it_services_main_title {
        font-size: 20px;
        line-height: 1.2
    }

    .ecommerce_companies_weve_already_transformed_in {
        display: flex;
        flex-flow: column wrap;
        max-width: 100%
    }

    ul.s-consulting-out3-ul2.v4 li:after {
        display: none
    }

    ul.s-consulting-out3-ul2 {
        flex-flow: column wrap;
        margin: 0 auto;
        max-width: 95%
    }

    h3.s_consulting-sections_title2 {
        max-width: 100%
    }

    .s_consulting-sections_text2 {
        max-width: 100%;
        min-height: auto !important
    }

    .s_appreciate_out.v4 {
        flex-flow: column wrap;
        max-width: 90%
    }

    .s_appreciate_out.v4 .s_appreciate_in {
        max-width: 100%;
        width: 100%
    }

    section.s_it_services.v4 ul.s-consulting-out2-ul {
        display: flex;
        flex-flow: column wrap;
        max-width: 95%
    }

    .s_it_services_in_li1_out, .s_it_services_in_li2_out, .s_it_services_in_li3_out {
        margin: 10px auto
    }

    section.s_it_services.v4 .s_it_services_in {
        margin: 0 auto;
        max-width: 95%
    }

    section.s7.v4-2 {
        margin-bottom: 0
    }

    .s7-in.v4-2 h3.s7-t1 {
        color: #fff;
        font-size: 24px;
        line-height: 1.2
    }

    .s7-in.v4-2 a.s7-button, .s7-in.v4-2 h3.s7-t1 {
        margin: 0 auto;
        max-width: 95%
    }

    .s7-out2.v4-2 {
        min-height: 275px
    }

    .s_proposition_and_communication_in_faq2_main_title.v4 {
        font-size: 24px;
        line-height: 1.2
    }

    .acordion-item__content-out.v4 {
        flex-flow: column wrap
    }

    .acordion-item__content-out.v4 .acordion-item {
        margin: 0 -5% 0 auto;
        width: 90%
    }

    .s_we_optimize_your_business_process_ul_out.v4 ul {
        align-content: center;
        align-items: center;
        flex-flow: row wrap;
        justify-content: center;
        margin-bottom: 0
    }

    .s_we_optimize_your_business_process_ul_out.v4 ul li {
        margin: 1%;
        max-width: 410px;
        width: 45%
    }

    section.s_we_optimize_your_business_process.v4 h2.s2-main-title {
        max-width: 95%
    }

    h3.section_if_needed_we_consult_main_title {
        max-width: 95%;
        padding-bottom: 55px;
        padding-top: 55px
    }

    .s7-out2 {
        min-height: 325px
    }

    .our-story-ul-li-t2.v4 {
        display: block;
        max-width: 555px
    }

    .our-story-ul-li-t2.v4 strong {
        font-size: 20px;
        line-height: 1.2
    }

    .our-story-ul-li-text.v4 {
        margin-left: 60px;
        width: 90%
    }

    .s_we_optimize_your_business_process_ul_out.v5 ul {
        flex-flow: row wrap;
        margin-bottom: auto
    }

    .s_we_optimize_your_business_process_ul_out.v5 ul li {
        max-width: 100%;
        padding: 25px 15px;
        width: 49%
    }

    .why_choose_soloway_main_title h3 {
        font-size: 24px;
        line-height: 1.2
    }

    ul.why_choose_soloway_ul {
        display: flex;
        flex-flow: column wrap
    }

    ul.why_choose_soloway_ul li {
        margin-bottom: 35px;
        width: 100%
    }

    .ui-tabs-vertical .ui-tabs-nav {
        background: hsla(0, 0%, 100%, 0);
        border: none !important;
        margin: 0;
        max-width: 90%;
        padding: 20px
    }

    .ui-tab.ui-tabs-active .ui-tabs-anchor {
        max-width: -moz-max-content;
        max-width: max-content
    }

    section.we_always_start {
        zoom: 1
    }

    h3.we_always_start_t1 {
        font-size: 24px;
        line-height: 1.2
    }

    section.s1.v5 .s1-f-blur {
        max-height: 335px;
        min-height: 255px
    }

    section.s1.v5 .s1-h-blur {
        padding-top: 0 !important
    }

    div#tabs1 {
        background: #fff
    }

    .ui-tabs-vertical .ui-tabs-nav {
        border-bottom: 1px solid #e8e8e8 !important;
        max-width: 95%
    }

    .we_always_start_in {
        padding: 45px 0
    }

    .watch_our_roadmap_main_title h3 {
        font-size: 20px;
        line-height: 1.2;
        max-width: 95%;
        text-align: left
    }

    .legacy_software_modernization_main_title h3 {
        padding: 45px 0
    }

    .ui-tabs .ui-tabs-nav li a strong:after {
        background: url(/wp-content/uploads/2022/04/arrow-footer.svg);
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        height: 14px !important;
        left: auto;
        opacity: .3;
        position: absolute;
        right: -10px;
        top: 5px;
        transform: rotate(180deg);
        transition: .2s;
        vertical-align: middle;
        width: 14px !important
    }

    .ui-tabs .ui-tabs-nav li.ui-tabs-active a strong:after {
        opacity: .95;
        transform: rotate(0deg)
    }

    ul.s-consulting-out2-ul li {
        width: 48%
    }

    .s-consulting-out1-in2 {
        margin: 0 auto 0 8%;
        max-width: 95%
    }

    .s-consulting-out2 {
        padding: 0 4.5% 20px
    }

    .accept-and-send2 {
        margin-top: 35px
    }

    .dys-file-and-link2 {
        width: 100%
    }

    .s5-in2 {
        margin-bottom: 0
    }

    .s5-in2 img {
        display: block;
        margin: 25px auto;
        text-align: center;
        width: 100%
    }

    .s5-in2 {
        margin: 0 3%;
        max-width: 95%
    }

    .s7-in {
        margin-bottom: 25px
    }

    .s1-out.s1-out-case .s1-in {
        margin-bottom: 0;
        margin-top: 10px
    }

    .s_advantages_join_in {
        width: 100%
    }

    section.s_consulting.v2 h3.s-consulting-out3-1_title3 {
        text-align: center
    }

    section.s_proposition_and_communication.v2 .s_proposition_and_communication_in_faq2_2 {
        order: 1
    }

    section.s_proposition_and_communication.v2 .s_proposition_and_communication_out {
        margin-left: 8%;
        max-width: 90%
    }

    .ui-tabs-vertical .ui-tabs-nav li {
        width: 100%
    }

    .ui-tabs-vertical .ui-tabs-nav li a {
        justify-content: flex-start;
        width: 100%
    }

    .ui-tab.ui-tabs-active .ui-tabs-anchor {
        max-width: inherit
    }

    .ui-tabs .ui-tabs-nav li a strong {
        position: relative;
        width: inherit
    }

    .s_we_optimize_your_business_process_ul_out ul li img {
        display: block;
        margin: 0;
        text-align: center
    }

    .s_we_optimize_your_business_process_ul_out ul li {
        justify-content: flex-start
    }

    h2.s2-main-title {
        margin: 0 auto 25px;
        max-width: 95%
    }

    .v4 li.s_it_services_in_li1, section.s_it_services.v4 li.s_it_services_in_li1, section.s_it_services.v4 li.s_it_services_in_li2, section.s_it_services.v4 li.s_it_services_in_li3 {
        margin: 0 auto
    }

    ul.watch_our_roadmap_ul li {
        width: 48%
    }

    textarea {
        min-width: -moz-max-content;
        min-width: max-content;
        min-width: 100%
    }

    ul.our-story-ul li:hover .our-story-ul-li-text {
        margin-right: 25px
    }

    ul.our-story-ul li:hover {
        margin-right: 30px;
        max-width: 90%
    }

    ul.our-story-ul li:hover:after {
        right: -25px
    }

    .btn_more-icon_svg {
        bottom: 0;
        top: 0
    }

    .s-consulting-out3 .btn_more-icon_svg {
        bottom: auto;
        top: -15px
    }

    .page-template-reabout .page-template-reabout section.s1 {
        margin-top: -25%
    }

    .page-template-reabout .s1-out {
        margin-top: 10%
    }

    .new-genre-filter-navigation {
        display: none
    }

    div#popmake-1016 {
        left: 0;
        margin: 0 auto !important;
        max-width: 90%;
        outline: none;
        right: 0
    }

    ul.our-story-ul {
        min-height: -moz-max-content;
        min-height: max-content
    }

    .s_dna_join_in2 {
        max-width: 100%
    }

    ul.s_gallery_join_ul1 li a img, ul.s_gallery_join_ul2 li a img {
        max-height: 140px;
        min-width: 215px
    }

    ul.s_gallery_join_ul1 li, ul.s_gallery_join_ul2 li {
        margin: 6px
    }

    ul.s-consulting-out3-ul {
        max-width: 95%
    }

    .spu-box {
        margin-bottom: 8% !important;
        padding-bottom: 8% !important;
        top: 8% !important
    }

    .spu-content {
        padding-bottom: 5% !important
    }

    body.open-menu {
        background: #fff !important;
        overflow: hidden
    }

    .s_consulting-sections_footer .btn_more--revert:hover .btn_more-icon--revert {
        fill: #b4559b
    }

    .page-template-reabout ul.s6-ul {
        max-width: 100%
    }

    .our-story-t3-out25 ul.our-story-ul {
        flex-flow: column;
        min-height: auto
    }

    section.s_proposition_and_communication.v2 .s_proposition_and_communication_in_faq2_2 {
        margin: 0 auto;
        max-width: 245px;
        width: 100%
    }

    .s_proposition_and_communication_in_faq2_2_img img {
        margin-left: -30px;
        min-width: 245px;
        width: 245px
    }

    section.s_case_block6 h2.s3-main-title {
        margin: 0 auto;
        max-width: 600px
    }

    .page-template-reabout ul.our-story-ul {
        flex-flow: column wrap;
        min-height: -moz-max-content;
        min-height: max-content;
        padding-bottom: 125px
    }

    .page-template-reabout ul.our-story-ul li {
        max-width: 90%
    }

    .page-template-reabout p.s3-main-subtitle {
        margin: 0 auto
    }

    .two_solutions_for_our_clients_out_out {
        flex-flow: column wrap;
        max-width: 95%
    }

    .two_solutions_for_our_clients_ul_out:first-child:after {
        display: none
    }

    .two_solutions_for_our_clients_ul_out {
        position: relative;
        width: 100%
    }

    .two_solutions_for_our_clients_b2_ul_li:last-child {
        display: none
    }

    .two_solutions_for_our_clients_b3_out_out {
        flex-flow: column wrap;
        max-width: 95%
    }

    .two_solutions_for_our_clients_b3_ul_out {
        position: relative;
        width: 100%
    }

    .two_solutions_for_our_clients_b3_ul_out ul li {
        justify-content: flex-start
    }

    .we_carefully_test_the_software_title_ul {
        max-width: 95%
    }

    .our-story-t3-out.watch_our_qa_roadmap_t3 .our-story-ul-li-text {
        display: none
    }

    .our-story-t3-out.watch_our_qa_roadmap_t3 ul.our-story-ul2 {
        flex-flow: column wrap;
        min-height: -moz-max-content;
        min-height: max-content;
        width: 100%
    }

    .our-story-t3-out.watch_our_qa_roadmap_t3 ul.our-story-ul2 li {
        max-width: 90%
    }

    ul.our-story-ul2 li:first-child, ul.our-story-ul2 li:nth-child(2), ul.our-story-ul2 li:nth-child(3), ul.our-story-ul2 li:nth-child(4), ul.our-story-ul2 li:nth-child(5), ul.our-story-ul2 li:nth-child(6), ul.our-story-ul2 li:nth-child(7), ul.our-story-ul2 li:nth-child(8) {
        margin-bottom: auto
    }

    ul.our-story-ul2 li {
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
        display: flex;
        flex-flow: row nowrap;
        padding-bottom: 10px;
        padding-top: 10px px;
        position: relative;
        width: 100% !important
    }

    ul.our-story-ul2 li:after {
        background: url(/wp-content/uploads/2022/04/arrow-footer.svg);
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        height: 14px !important;
        left: auto;
        position: absolute;
        right: 5px;
        top: 15px;
        transition: .2s;
        vertical-align: middle;
        width: 14px !important
    }

    .our-story-t3-out.watch_our_qa_roadmap_t3 .our-story-ul-li-text:before {
        background: #1e2346;
        content: "";
        display: block;
        filter: url(#blur-effect);
        height: 150px;
        left: 0;
        margin: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .our-story-t3-out.watch_our_qa_roadmap_t3 .our-story-ul-li-text-t1, .our-story-t3-out.watch_our_qa_roadmap_t3 .our-story-ul-li-text-t2, .our-story-t3-out.watch_our_qa_roadmap_t3 ul.our-story-ul2 li {
        position: relative
    }

    .we_carefully_test_the_software_title_li {
        font-size: 20px;
        line-height: 28px;
        margin-left: 35px;
        max-width: 95%
    }

    .we_carefully_test_the_software_title_out {
        padding: 35px 0
    }

    .two_solutions_for_our_clients_main_title h3 {
        font-size: 20px;
        line-height: 28px;
        max-width: 95%
    }

    h2.s3-main-title.watch_our_qa_roadmap_main_title {
        padding-top: 45px
    }

    .s_proposition_and_communication_in_faq2_main_title.v6 {
        font-size: 20px;
        line-height: 28px;
        margin: 5px auto 35px
    }

    .we_provide_long_main_title h3 {
        margin: 25px auto 25px 0;
        max-width: 95%;
        padding-top: 35px
    }

    ul.we_provide_long_ul {
        flex-flow: column wrap;
        max-width: 95%
    }

    .we_create_improve_business_platforms_ul_out.v6 ul li:last-child:before {
        background: #b4559b;
        background: url(/wp-content/uploads/2022/10/Intersect.svg);
        background-repeat: no-repeat;
        background-size: contain;
        content: "maintenance";
        height: 300px;
        left: 178.5px;
        top: -100px;
        width: 105.5px
    }

    .we_create_improve_business_platforms_ul_out.v6 .we_create_improve_business_platforms_li_text {
        font-size: 15px;
        line-height: 20px
    }

    .we_create_improve_business_platforms_ul_out.v6 ul li:first-child .we_create_improve_business_platforms_li_text {
        margin: 0 auto;
        padding-right: 0;
        text-align: center
    }

    ul.we_provide_long_ul li {
        min-height: 285px;
        padding: 25px 0
    }

    .we_provide_long_desc {
        max-width: 100%
    }

    ul.we_provide_long_ul li {
        justify-content: flex-start;
        position: relative;
        width: 100%
    }

    .we_provide_long_title {
        left: 105px;
        position: absolute;
        top: 60px
    }

    section.we_always_start.v6 h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 25px auto 25px 35px;
        max-width: 95%
    }

    .we_always_start_t2 {
        color: #fff;
        font-size: 15px;
        line-height: 24px;
        margin-left: 35px;
        margin-left: 0;
        max-width: 95%
    }

    section.two_solutions_for_our_clients_b3 {
        overflow: hidden
    }

    .s_proposition_and_communication_in_faq2_main_title.v6 {
        font-size: 18px;
        line-height: 24px;
        margin: 5px auto 35px -10px;
        max-width: 95%
    }

    .we_provide_long_title {
        align-items: center;
        color: #1e2346;
        display: flex;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin: 20px auto
    }

    .two_solutions_for_our_clients_ul_li_title {
        color: rgba(4, 14, 42, .8);
        font-size: 15px;
        line-height: 26px
    }

    .our-story-t3-out.watch_our_qa_roadmap_t3 .our-story-ul-li-t3 {
        max-width: -moz-max-content;
        max-width: max-content;
        z-index: 0
    }

    section.s_it_services.v6 ul.s-consulting-out2-ul {
        position: relative
    }

    .s_it_services_in_bg_i.dat-block-1, .s_it_services_in_bg_i.dat-block-2, .s_it_services_in_bg_i.dat-block-3, .s_it_services_in_bg_i.dat-block-4, .s_it_services_in_bg_i.dat-block-5, .s_it_services_in_bg_i.dat-block-6, .s_it_services_in_bg_i.dat-block-7, .s_it_services_in_bg_i.dat-block-8, .s_it_services_in_bg_i.morenav6 {
        bottom: -15px;
        left: 25px
    }

    .reblog-out {
        flex-flow: column wrap
    }

    .reblog-content {
        margin: 0 auto;
        max-width: 95%;
        order: -1;
        width: 100%
    }

    .reblog-content ul li:nth-child(1n+1) {
        margin-right: 25px;
        margin-right: 10px
    }

    .reside-b1 ul {
        align-content: center;
        align-items: baseline;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        list-style: none;
        margin: 0;
        max-width: 95%;
        padding: 0
    }

    .reside-b1 ul li {
        min-width: -moz-fit-content;
        min-width: fit-content
    }

    .reside-b1 ul li a {
        margin-right: 25px
    }

    .reside-b1 {
        border-bottom: .5px solid #dedee5;
        border-top: .5px solid #dedee5;
        margin-bottom: 45px
    }

    .blog-hero-t1 {
        max-width: 90%
    }

    .single-post .reblog-sidebar {
        display: none
    }

    .fa-in-1-out.reblog-content ul.fa-in-1-out-ul {
        align-content: center;
        align-items: flex-start;
        clear: none;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        margin: 0 auto;
        max-width: 100%;
        max-width: 95%;
        overflow: scroll;
        padding-left: 0
    }

    .fa-in-1-out.reblog-content ul.fa-in-1-out-ul li {
        margin: 10px;
        max-width: 100%;
        min-height: 340px;
        min-width: 280px;
        width: 100%
    }

    .fa-in-1-out.reblog-content .post-thumbnail img {
        min-height: 171px;
        width: 100%
    }

    .single-post section.s_post_positions_1.s_cases_archive_1_single {
        min-height: 114px
    }

    .single-post .reblog-out {
        max-width: 100%
    }

    .single-post .reblog-content {
        max-width: 100%;
        padding: 10px 15px
    }

    .single-post h1.entry-title {
        color: #1e2346;
        font-size: 18px;
        line-height: 24px
    }

    .single-post .repost-main-social-in {
        display: none
    }

    .single-post #toc_container.toc_black {
        background: #000;
        background: #1e2346;
        padding: 25px
    }

    #toc_container a {
        color: #faf7ff;
        font-size: 15px;
        line-height: 25px;
        text-decoration: none;
        text-shadow: none
    }

    #toc_container.toc_black p.toc_title {
        font-size: 18px;
        line-height: 26px
    }

    footer.entry-footer .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
        display: none
    }

    footer.entry-footer {
        background: #faf5ff;
        margin-left: -15px;
        margin-right: -15px;
        padding: 28px 12px
    }

    .releaveacomment-title-h2 {
        font-size: 18px;
        line-height: 25px
    }

    a.s_black_button {
        font-size: 12px;
        line-height: 15px
    }

    .recoment-form-t-and-e-out, .recoment-form-t-and-e-out2 {
        width: 100%
    }

    form#commentform input#author, form#commentform input#email {
        min-height: 54px;
        padding: 5px 20px
    }

    form#commentform p.form-submit {
        display: block;
        margin: 15px auto
    }

    .fa-in-1-out.reblog-content {
        padding: 10px 0
    }

    .reblog-sidebar-in {
        width: 100%
    }

    .reside-b3-news ul .repost-title {
        max-width: 95%;
        min-height: 45px
    }

    .recoment-form-t-and-e-out, .recoment-form-t-and-e-out2, .single-post div#breadcrumbs {
        max-width: 100%
    }

    div#breadcrumbs a, div#breadcrumbs span {
        line-height: 1
    }

    .rebreadcrumbs {
        margin-bottom: 15px
    }

    .post-type-archive-cases .rebreadcrumbs {
        margin-bottom: 0
    }

    .entry-content blockquote {
        font-size: 16px;
        line-height: 26px;
        margin-left: -15px;
        margin-right: -15px;
        padding: 40px 25px
    }

    .reuser-photo-out {
        position: relative
    }

    .reuser-name-and-date-out {
        margin-top: -25px
    }

    .reuser-photo-in2 {
        flex-flow: row nowrap;
        left: 70px;
        position: absolute;
        top: 35px
    }

    .reuser-photo-in2 p:first-child {
        margin-right: 10px
    }

    .author .reblog-content {
        margin: 0 auto;
        max-width: 95%;
        order: 0;
        width: 100%
    }

    .author .author-page-photo {
        display: block;
        margin: 0 auto;
        text-align: center
    }

    .author-page-photo img {
        height: 138px;
        width: 138px
    }

    .author .reside-b5-t2 a {
        border-right: 1px solid rgba(4, 14, 43, .1);
        margin: 0 auto;
        text-align: center;
        width: -moz-max-content;
        width: max-content
    }

    .author .reblog-content.reblog-content-single {
        padding: 175px 25px 35px
    }

    .author .reblog-sidebar {
        margin-bottom: -110px;
        margin-top: 25px;
        width: 100%;
        z-index: 1
    }

    .author .reside-b5-t2 {
        margin-top: 10px
    }

    .author .reside-b5-t2 a:nth-child(4) {
        border-right: 0 solid #ccc
    }

    .author .author-profile-card {
        font-size: 15px;
        line-height: 25px
    }

    .author .author-company, .author .author-company2, .author .author-position, .author .author-position2 {
        font-size: 14px;
        line-height: 34px
    }

    .author .author-company, .author .author-position {
        width: 105px
    }

    .author .fa-out {
        padding-top: 55px
    }

    .author .blog-hero-t1 {
        font-size: 20px;
        line-height: 27px
    }

    .author section.s_post_positions_1.s_cases_archive_1_single {
        min-height: 95px
    }

    .author .reside-b5-t2 {
        margin-left: auto;
        margin-right: auto
    }

    li.s_open_positions_item a {
        width: 100%
    }

    .acordion-item {
        margin-right: 10px
    }

    .page-id-1027 .s1-f-blur {
        width: 100%
    }

    .our-story-t3-out25.v3 ul.our-story-ul li {
        max-width: 95%
    }

    .s2-out {
        border-bottom: 0 solid #dadbe1;
        margin-bottom: 25px
    }

    .our-story-t3-out25 ul.our-story-ul li {
        max-width: 100%
    }

    .s_we_optimize_your_business_process_li_text {
        min-height: auto
    }

    .page-id-854 .s_proposition_and_communication_in_faq2 {
        margin-left: 40px;
        width: 100%
    }

    .s_sync-body {
        margin-left: 35px;
        margin-right: 25px
    }

    .we_provide_services_for_online_stores_main_subtitle {
        margin: 0 auto;
        max-width: 90%
    }

    .acordion-item__content-out.v4 {
        margin-left: 0;
        margin-right: 25px
    }

    .s_consulting-out1.v4 {
        background-position: 0 0;
        padding: 145px 35px 45px 5px
    }

    .s_consulting-out1.v4 h2.s-consulting-out1-t1 {
        color: #faf7ff;
        font-size: 20px;
        line-height: 28px
    }

    .s_consulting-out1.v4 .s-consulting-out1-t2 {
        color: rgba(250, 246, 255, .8);
        font-size: 15px;
        line-height: 24px
    }

    ul.s-consulting-out3-ul2.v4 li {
        border-bottom: 1px solid rgba(218, 219, 225, .5);
        padding-bottom: 20px;
        position: relative;
        width: 100%
    }

    ul.s-consulting-out3-ul2.v4 li img {
        margin-right: 25px;
        max-width: 65px;
        padding-bottom: 25px;
        padding-top: 50px
    }

    ul.s-consulting-out3-ul2.v4 li h3.s_consulting-sections_title2 {
        color: #1e2346;
        font-size: 18px;
        font-size: 16px;
        font-weight: 400;
        left: 95px;
        line-height: 24px;
        position: absolute;
        top: 55px
    }

    section.s_appreciate.v4-2 h2.s_appreciate_main_title {
        line-height: 28px
    }

    .repost-categories-and-socials-out {
        border-bottom: 1px solid #ccc;
        margin-bottom: 25px;
        padding-bottom: 25px
    }

    p.comment-form-comment {
        max-width: 100%
    }

    ul.we_provide_long_ul {
        margin-left: 12px;
        margin-right: 12px;
        max-width: 93%
    }

    p.s1-t2 mark {
        color: #faf7ff
    }

    .page-id-1460 .s1-in {
        max-width: 100%
    }

    .s1-out {
        margin-left: 32px;
        margin-right: 32px;
        max-width: 90%
    }

    .legacy_software_modernization_main_title h3 {
        font-size: 20px;
        line-height: 28px
    }

    .page-id-1460 ul.watch_our_roadmap_ul li {
        width: 100%
    }

    .page-id-1460 .watch_our_roadmap_main_title h3 {
        font-size: 22px;
        line-height: 1.2;
        max-width: 95%
    }

    ul.software_modern_ul {
        margin-left: 15px;
        margin-right: 15px;
        max-width: 93%
    }

    .page-id-1027 .s_it_services ul.s-consulting-out2-ul {
        max-width: 92%
    }

    section.s_post_positions_content .dys-file-and-link1 {
        align-content: flex-start;
        align-items: flex-start;
        display: flex;
        flex-flow: column wrap;
        justify-content: flex-start;
        position: relative;
        text-align: left
    }

    section.s_post_positions_content .max5mbclass {
        left: auto;
        position: relative;
        top: 0
    }

    section.s_post_positions_content .dys-file-and-link1>p {
        display: block;
        margin-right: 20px;
        transform: translateY(10px)
    }

    section.s_post_positions_content .dys-file-and-link-out22 .dys-file-and-link1 span {
        margin-top: 0;
        padding-left: 10px
    }

    section.s_post_positions_content .dys-file-and-link-out22 .dys-file-and-link1 span:last-child {
        display: block
    }

    ul.when_do_you_need_ul li:first-child {
        width: 100%
    }

    ul.when_do_you_need_ul li {
        margin-bottom: 35px;
        min-height: auto;
        width: 100%
    }

    ul.when_do_you_need_ul li .when_do_you_need_ul_title, ul.when_do_you_need_ul li:first-child .when_do_you_need_ul_title {
        max-width: 100%
    }

    .when_do_you_need_ul_text {
        margin: 0 auto;
        max-width: 100%
    }

    .when_do_you_need_ul_text2 {
        max-width: 75%
    }

    .when_do_you_need_main_title h3 {
        font-size: 18px;
        line-height: 24px;
        max-width: 90%
    }

    ul.when_do_you_need_ul li .when_do_you_need_ul_title {
        font-size: 16px;
        line-height: 26px
    }

    .when_do_you_need_ul_title2 {
        border-right: 0;
        font-size: 28px;
        line-height: 26px;
        min-height: auto
    }

    .you_need_the_right_way_main_title h3 {
        font-size: 20px;
        line-height: 28px;
        max-width: 90%
    }

    .you_need_the_right_way_main_title h6 {
        font-size: 15px;
        line-height: 24px;
        max-width: 90%
    }

    ul.you_need_the_right_way_ul li {
        max-width: 100%
    }

    .being_a_responsible_leader_title_in {
        margin: 0 auto;
        max-width: 90%;
        padding: 80px 0
    }

    h3.being_a_responsible_leader_title {
        font-size: 20px;
        line-height: 28px
    }

    .being_a_responsible_leader_text {
        font-size: 15px;
        line-height: 24px;
        max-width: 100%
    }

    .roadmap_of_discovery_phase_main_title h3 {
        font-size: 18px;
        line-height: 24px
    }

    .roadmap_of_discovery_phase_main_title h6 {
        font-size: 15px;
        line-height: 24px
    }

    ul.roadmap_of_discovery_phase_ul {
        flex-flow: column wrap
    }

    .roadmap_of_discovery_phase_ul_text {
        font-size: 15px;
        line-height: 26px
    }

    ul.roadmap_of_discovery_phase_ul li {
        margin-bottom: 40px
    }

    span.acordion-item-o-v7-out {
        display: block;
        margin-right: 25px;
        max-width: 200px;
        min-width: 180px;
        position: relative
    }

    .who_will_be_engaged_main_title h3 {
        font-size: 20px;
        line-height: 28px
    }

    .your_options_to_start_main_title h3 {
        font-size: 18px;
        line-height: 24px;
        max-width: 90%
    }

    .page-id-1222 .dat-block-1, .page-id-1222 .dat-block-2, .page-id-1222 .dat-block-3 {
        display: none
    }

    .your_options_to_start_ul1-t1 {
        color: #1e2346;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        padding-bottom: 15px;
        padding-top: 15px;
        position: relative
    }

    .your_options_to_start_ul1-t1:after {
        background: url(/wp-content/uploads/2022/06/arrow-9.svg);
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        height: 14px !important;
        left: auto;
        position: absolute;
        right: 5px;
        top: 15px;
        transition: .2s;
        vertical-align: middle;
        width: 14px !important
    }

    .s_proposition_and_communication_in_faq2_main_title.v7 {
        color: #1e2346;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 45px;
        margin-top: 45px
    }

    ul.when_do_you_need_ul li:first-child .when_do_you_need_ul_title {
        margin-bottom: 10px;
        margin-left: 0;
        max-width: 90%;
        position: relative
    }

    .when_do_you_need_ul_title.dat-link-1:after, .when_do_you_need_ul_title.dat-link-2:after {
        background: url(/wp-content/uploads/2022/06/arrow-9.svg);
        background: url(/wp-content/uploads/2022/04/arrow-footer.svg);
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        height: 14px !important;
        left: auto;
        position: absolute;
        right: -25px;
        top: 15px;
        vertical-align: middle;
        width: 14px !important
    }

    ul.when_do_you_need_ul li .when_do_you_need_ul_title {
        margin-bottom: 10px;
        margin-left: 0;
        max-width: 90%;
        position: relative
    }

    .when_do_you_need_ul_title.dat-link-1, .when_do_you_need_ul_title.dat-link-2 {
        position: relative
    }

    .when_do_you_need_out_1 {
        padding-bottom: 10px
    }

    .page-id-1224 ul.s6-ul li:last-child {
        align-content: normal;
        align-items: normal;
        background: none;
        display: block;
        flex-flow: unset;
        justify-content: normal;
        margin: inherit;
        text-align: initial;
        width: auto
    }

    .page-id-1224 ul.s6-ul li:last-child h4.s6-li-t1 {
        color: #1e2346;
        font-size: 25px;
        line-height: 33px;
        margin-right: auto;
        text-align: center
    }

    .page-id-1224 p.s6-li-t2, .page-id-1224 ul.s6-ul li:last-child p.s6-li-t2 {
        color: rgba(4, 14, 42, .8);
        margin: 0 auto
    }

    .page-id-1224 p.s6-li-t2 {
        font-size: 12px;
        line-height: 24px;
        max-width: 80px;
        text-align: center
    }

    .page-id-1224 ul.s6-ul li {
        width: 33%
    }

    section.two_solutions_for_our_clients_b3.v8 .two_solutions_for_our_clients_main_title h3 {
        font-size: 20px;
        line-height: 28px
    }

    section.two_solutions_for_our_clients_b3.v8 {
        padding: 45px 5px
    }

    .two_solutions_for_our_clients_b3_ul_out.v8 ul {
        display: flex;
        flex-flow: column wrap
    }

    .two_solutions_for_our_clients_b3_ul_out.v8 ul li {
        width: 100%
    }

    .we_create_improve_business_platforms_ul_out.v8 ul li:last-child:before {
        left: 38%;
        top: -97px;
        width: 110px
    }

    .we_create_improve_business_platforms_ul_out.v8 ul li:first-child .we_create_improve_business_platforms_li_text {
        height: 200px;
        margin-bottom: 50px;
        margin-left: 0;
        max-width: 315px;
        max-width: 255px;
        overflow: hidden;
        padding-right: 0
    }

    .we_create_improve_business_platforms_ul_out.v8 ul li:last-child .we_create_improve_business_platforms_li_text {
        height: 200px;
        margin-bottom: 50px;
        margin-left: 0;
        max-width: 255px;
        overflow: hidden;
        padding-right: 0
    }

    .we_create_improve_business_platforms_ul_out.v8 ul {
        margin-bottom: 5px
    }

    section.s_proposition_and_communication.v8 .s_proposition_and_communication_out {
        max-width: 100%;
        padding: 0 15px
    }

    section.s_proposition_and_communication.v8 .s_proposition_and_communication_in_faq2_main_title.v4 {
        color: #1e2346;
        font-size: 18px;
        font-style: normal;
        line-height: 24px
    }

    section.s_proposition_and_communication.v8 {
        padding: 45px 5px
    }

    .acordion-item__content-out.v4.v8 {
        margin-right: 0
    }

    .acordion-item__content-out.v4.v8 .acordion-item {
        margin-left: 5%;
        max-width: 540px;
        width: 90%
    }

    .page-id-1224 .s_proposition_and_communication_out {
        margin: 0 auto
    }

    section.we_provide_long.v8 ul.we_provide_long_ul li {
        min-height: auto;
        width: 100%
    }

    section.we_provide_long.v8 .we_provide_long_title {
        top: 25px
    }

    section.we_always_start.v8 h3.we_always_start_t1 {
        color: #fff;
        font-size: 20px;
        line-height: 28px
    }

    section.we_always_start.v8 {
        background-color: #1f2346 !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background: #1f2346 url(/wp-content/uploads/2022/06/v8-bg-why-choose-soloway.png) no-repeat !important;
        background-position: bottom !important
    }

    .we_always_start_in {
        padding: 45px 0 135px
    }

    section.we_create_improve_business_platforms.v8 h2.we_provide_services_for_online_stores_main_title {
        padding: 0 20px
    }

    .footer-h4-hide1, .footer-h4-hide2, .footer-h4-hide3, .footer-h4-hide4 {
        pointer-events: all
    }

    ul.s6-ul li {
        width: 48%
    }

    ul.s6-ul li:last-child h4.s6-li-t1 {
        margin-top: 5px
    }

    section.s_advantages_join h2.s_main_title_white {
        text-align: center
    }

    .s_advantages_join_image img {
        display: none
    }

    h3.s_advantages_join_title {
        align-content: center;
        align-items: center;
        display: flex;
        flex-flow: row wrap
    }

    img.s_advantages_join_image_mob {
        display: inline-block;
        margin-left: 20px;
        max-width: 65px
    }

    h2.s_main_title_black {
        padding-top: 75px
    }

    .s_dna_join_in a.s_black_button.btn_more {
        justify-content: center;
        margin: 0 auto
    }

    .blog .rebreadcrumbs {
        margin-bottom: 0
    }

    .single-post .reblog-content {
        margin: 0 auto
    }

    .ecommerce_companies_weve_already_transformed_title {
        margin: 5px auto
    }

    h2.s-doyoursolo-main-title {
        margin-bottom: 35px
    }

    .page-id-854 .s_we_optimize_your_business_process_ul_out ul {
        grid-template-columns: repeat(2, 1fr)
    }

    .page-id-854 .s_we_optimize_your_business_process_ul_out ul li {
        align-items: center;
        display: flex;
        flex-flow: column
    }

    .page-id-854 .s_we_optimize_your_business_process_ul_out ul {
        grid-template-columns: repeat(1, 1fr)
    }

    .page-id-854 .s_we_optimize_your_business_process_ul_out ul .s_we_optimize_your_business_process_li_text {
        min-height: 60px
    }

    .page-id-854 .s_we_optimize_your_business_process_ul_out ul {
        justify-content: space-between;
        max-width: 90%
    }

    .our-story-t3-out25 .our-story-ul-li-t2 strong {
        font-size: 22px
    }

    .our-story-ul-li-t1 img {
        max-width: 35px
    }

    ul.our-story-ul li {
        border-bottom: 0 solid hsla(0, 0%, 100%, .2)
    }

    .ecommerce_companies_weve_already_transformed_in {
        margin-top: 25px
    }

    .page-id-854 .s_we_optimize_your_business_process_ul_out ul li {
        flex-flow: row nowrap
    }

    .s5-in-faq1 .acordion {
        max-width: 95%
    }

    .page-id-854 section.s5 .acordion-item {
        margin-right: 0
    }

    ul.s-how-it-works-ul {
        max-width: 100%
    }

    .page-id-1216 .s_we_optimize_your_business_process_ul_out.v4 ul {
        display: flex
    }

    .page-id-1216 .our-story-t3-out25.v4 ul.our-story-ul {
        display: none
    }

    .page.page-id-1216 section.s1 {
        background-attachment: unset;
        background-size: auto !important;
        height: auto
    }

    .page-id-1216 .acordion-item__content-out.v4 .acordion-item:nth-child(8) {
        border-bottom: 0 solid rgba(4, 14, 42, .2)
    }

    .page-id-1216 section.s_we_optimize_your_business_process.v4, .page-id-1216 section.s_we_optimize_your_business_process.v4 h2.s2-main-title {
        margin-top: 0
    }

    ul.we_provide_long_ul {
        margin: 0 auto;
        max-width: 90%
    }

    section.s1 span.btn-text {
        font-size: 17px
    }

    section.s1 button.btn.s_sync-btn {
        background-size: cover;
        border-radius: 25px;
        height: 42px;
        line-height: 15px;
        padding: 0 17px
    }

    .page-id-1224 .we_provide_services_for_online_stores_main_subtitle {
        padding: 15px
    }

    .page-id-1224 h2.we_provide_services_for_online_stores_main_title {
        margin-bottom: 25px
    }

    h2.we_provide_services_for_online_stores_main_title {
        font-size: 20px;
        line-height: 34px;
        text-align: left
    }

    .s_proposition_and_communication_in_faq2_main_title.v4 {
        margin-bottom: 35px
    }

    .page-id-1224 .s_companions-slide_body {
        padding: 35px 0 45px
    }

    .page-id-1224 .s_companions {
        padding: 25px 0 50px
    }

    .page-id-1224 h2.s2-main-title.v6 {
        line-height: 1.5
    }

    h2.s2-main-title.v6 {
        line-height: 1.5;
        max-width: 90%;
        text-align: left
    }

    .page-id-1460 .any_great_transformation_big_img img {
        pointer-events: none
    }

    .page-id-1460 ul.watch_our_roadmap_ul {
        padding-bottom: 35px
    }

    .page-id-1460 .software_modern_out {
        margin-top: 35px
    }

    .page-id-1460 ul.software_modern_ul {
        display: flex;
        flex-flow: column wrap;
        margin-bottom: 50px;
        margin-top: 25px
    }

    .page-id-1460 ul.software_modern_ul li {
        min-height: 125px;
        padding: 25px 0;
        width: 95%
    }

    .page-id-1460 ul.software_modern_ul li:nth-child(5), .page-id-1460 ul.software_modern_ul li:nth-child(6) {
        border-bottom: 0 solid #dadbe1
    }

    .page-id-1460 .s_we_optimize_your_business_process_ul_out.v5 ul li {
        align-items: center;
        width: 100%
    }

    .page-id-1460 .s_companions {
        background: #fff;
        padding: 50px 0
    }

    .page-id-1460 .s_companions-slider .swiper-pagination {
        padding-bottom: 25px
    }

    .page-id-1220 section.s_proposition_and_communication.v2 .s_proposition_and_communication_out {
        margin-left: auto;
        max-width: 90%
    }

    .page-id-1220 .acordion-item__content-out.v4 .acordion-item {
        max-width: 100%;
        width: 100%
    }

    .page-id-1220 .acordion-item__content-out.v4 {
        margin-left: auto;
        margin-right: auto
    }

    .page-id-1220 .s_proposition_and_communication_in_faq2_main_title.v6 {
        margin-left: auto
    }

    .page-id-1220 .acordion-item__content-out.v4 .acordion-item {
        margin-right: 0
    }

    h2.s3-main-title.watch_our_qa_roadmap_main_title {
        margin: 0 auto;
        max-width: 95%
    }

    article.s_changes-item:nth-child(2n) .s_changes_item_in2, article.s_changes-item:nth-child(odd) .s_changes_item_in2 {
        order: 1
    }

    .s_it_services_in_bg_i.dat-block-1, .s_it_services_in_bg_i.dat-block-2, .s_it_services_in_bg_i.dat-block-3, .s_it_services_in_bg_i.dat-block-4, .s_it_services_in_bg_i.dat-block-5, .s_it_services_in_bg_i.dat-block-6, .s_it_services_in_bg_i.dat-block-7, .s_it_services_in_bg_i.dat-block-8, .s_it_services_in_bg_i.morenav6 {
        bottom: 55px;
        left: -155px;
        margin: 0 auto;
        right: 0;
        text-align: center;
        z-index: 1
    }

    li.s_open_positions_item {
        display: none
    }

    li.s_open_positions_item:first-child, li.s_open_positions_item:nth-child(2), li.s_open_positions_item:nth-child(3), li.s_open_positions_item:nth-child(4) {
        display: block
    }

    .readmore-positions-button {
        align-content: center;
        align-items: center;
        color: #1e2346;
        display: flex;
        flex-flow: row wrap;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        justify-content: center;
        line-height: 14px;
        margin: -105px auto 0;
        padding-bottom: 45px
    }

    .readmore-positions-button img {
        margin-left: 10px
    }

    .page-id-1226 .acordion-item__content-out.v4.v9 .acordion-item {
        max-width: 100%;
        width: 100%
    }

    .acordion-item__content-out.v4.v9 .acordion-item:first-child {
        order: 1
    }

    .acordion-item__content-out.v4.v9 .acordion-item:nth-child(2) {
        order: 2
    }

    .acordion-item__content-out.v4.v9 .acordion-item:nth-child(3) {
        order: 3
    }

    .acordion-item__content-out.v4.v9 .acordion-item:nth-child(4) {
        order: 4
    }

    .acordion-item__content-out.v4.v9 .acordion-item:nth-child(5) {
        order: 5
    }

    .acordion-item__content-out.v4.v9 .acordion-item:nth-child(6) {
        order: 6
    }

    .acordion-item__content-out.v4.v9 .acordion-item:nth-child(7) {
        order: 7
    }

    .acordion-item__content-out.v4.v9 .acordion-item:nth-child(8) {
        order: 8
    }

    .page-id-1228 ul.s6-ul li:last-child h4.s6-li-t1 {
        color: #1e2346;
        font-size: 25px;
        line-height: 33px;
        margin: 0 auto;
        text-align: center
    }

    .page-id-1228 ul.s6-ul li:last-child p.s6-li-t2 {
        color: rgba(4, 14, 42, .8);
        font-size: 12px;
        line-height: 24px;
        margin: 0 auto 0 0;
        text-align: center
    }

    .page-id-1228 ul.s6-ul {
        align-content: center;
        align-items: center;
        flex-flow: row wrap;
        justify-content: center;
        list-style: none;
        margin: 0 auto;
        max-width: 1200px;
        padding: 65px 0 60px;
        width: 100%
    }

    .page-id-1228 ul.s6-ul li:last-child {
        background: no-repeat;
        display: flex;
        flex-flow: column wrap
    }

    .page-id-1228 .we_create_improve_business_platforms_ul_out.v10 ul li:last-child:before {
        background-repeat: no-repeat;
        background-size: contain;
        height: 300px;
        left: 178.5px;
        position: absolute;
        top: -100px;
        transform: rotate(270deg);
        width: 105.5px;
        writing-mode: vertical-rl
    }

    .page-id-1228 .s_balance_in h3 {
        color: #f2f2f2;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px
    }

    .page-id-1228 .two_solutions_for_our_clients_b3_ul_out.v8.v10 ul li {
        align-content: center;
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        margin: 17px auto;
        width: 100%
    }

    .page-id-1228 .two_solutions_for_our_clients_b3_ul_li_text {
        min-height: auto
    }

    .page-id-1228 .acordion-item__content-out.v5.v10 {
        flex-flow: column wrap
    }

    .page-id-1228 .acordion-item__content-out.v5.v10 .acordion-item {
        border-bottom: 0 solid rgba(4, 14, 42, .15);
        border-top: .5px solid rgba(4, 14, 42, .15);
        max-width: 100%;
        width: 100%
    }

    .page-id-1228 .acordion-item__title2 {
        padding: 20px 0
    }

    .page-id-1228 .s_proposition_and_communication_out {
        margin-bottom: 5px
    }

    .page-id-1228 .we_provide_services_for_online_stores_main_subtitle {
        padding-top: 50px
    }

    .page-id-1228 section.we_create_improve_business_platforms.v8.v9 {
        padding-bottom: 0
    }

    .page-id-1228 .we_create_improve_business_platforms_ul_out ul {
        margin-bottom: 25px
    }

    .page-id-1228 .s_changes.v9 h2.s2-main-title {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 35px
    }

    .page-id-1228 section.s_consulting.v2 {
        padding-top: 0
    }

    .page-id-1228 section.s_consulting.v2 h3.s-consulting-out3-1_title3 {
        margin: 45px auto 35px
    }

    .page-id-1228 section.two_solutions_for_our_clients_b3.v8.v9.v10 {
        padding: 45px 5px 40px
    }

    .page-id-1228 section.s_proposition_and_communication.v8 .s_proposition_and_communication_out {
        margin-top: 15px
    }

    .page-id-1228 section.we_create_improve_business_platforms.v8 h2.we_provide_services_for_online_stores_main_title {
        text-align: center
    }

    .page-id-1228 .ecommerce_companies_weve_already_transformed_title {
        margin: 15px auto
    }

    .page-id-1228 section.ecommerce_companies_weve_already_transformed.v5 .ecommerce_companies_weve_already_transformed_out_out {
        margin-bottom: 15px
    }

    .page-id-1228 ul.s6-ul {
        padding: 25px 0
    }

    .page-id-1228 h2.we_provide_services_for_online_stores_main_title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 25px
    }

    ul.s-rewards-ul {
        padding: 25px 0
    }

    .page-id-1230 ul.s6-ul li:last-child {
        background: no-repeat;
        display: flex;
        flex-flow: column wrap
    }

    .page-id-1230 ul.s6-ul li:last-child h4.s6-li-t1 {
        color: #1e2346;
        font-size: 25px;
        line-height: 33px;
        margin: 0 auto;
        text-align: center
    }

    .page-id-1230 ul.s6-ul li:last-child p.s6-li-t2 {
        color: rgba(4, 14, 42, .8);
        font-size: 12px;
        line-height: 24px;
        margin: 0 auto 0 0;
        text-align: center
    }

    .page-id-1230 ul.s6-ul {
        align-content: center;
        align-items: center;
        flex-flow: row wrap;
        justify-content: center;
        list-style: none;
        margin: 0 auto;
        max-width: 1200px;
        padding: 65px 0 60px;
        padding: 25px 0;
        width: 100%
    }

    .page-id-1230 .new_era_of_logistic_ul ul {
        display: flex;
        flex-flow: column wrap;
        max-width: 95%
    }

    .new_era_of_logistic_ul ul li {
        margin-bottom: 15px;
        padding: 25px;
        width: 100%
    }

    .new_era_of_logistic_out1 {
        padding: 45px 0
    }

    .page-id-1230 section.s_we_optimize_your_business_process.v11 .s_we_optimize_your_business_process_ul_out ul {
        grid-template-columns: repeat(1, 1fr)
    }

    .page-id-1230 .we_provide_long_title {
        left: 105px;
        position: absolute;
        top: 115px
    }

    .page-id-1230 section.we_always_start.v8.v11 h3.we_always_start_t1 {
        color: #fff;
        font-size: 25px;
        font-size: 20px;
        line-height: 32px;
        line-height: 28px
    }

    .page-id-1230 .two_solutions_for_our_clients_b3_ul_li_text {
        min-height: 25px
    }

    .page-id-1230 .two_solutions_for_our_clients_second_titles {
        display: none
    }

    .page-id-1230 .s_balance_in h3 {
        color: #f2f2f2;
        font-size: 20px;
        font-style: normal;
        line-height: 28px
    }

    .page-id-1230 .new_era_of_logistic_main_title h3 {
        margin: 0 auto;
        max-width: 95%
    }

    .new_era_of_logistic_ul_li_t1 {
        color: #1e2346;
        font-size: 25px;
        font-style: normal;
        line-height: 33px;
        margin-bottom: auto;
        margin-right: 15px
    }

    .page-id-1233 ul.s6-ul li:last-child h4.s6-li-t1 {
        color: #1e2346;
        font-size: 25px;
        line-height: 33px;
        margin: 0 auto;
        text-align: center
    }

    .page-id-1233 ul.s6-ul li:last-child p.s6-li-t2 {
        color: rgba(4, 14, 42, .8);
        font-size: 12px;
        line-height: 24px;
        margin: 0 auto 0 0;
        text-align: center
    }

    .page-id-1233 ul.s6-ul li:last-child {
        background: no-repeat;
        display: flex;
        flex-flow: column wrap
    }

    .page-id-1233 ul.s6-ul {
        padding: 25px 0
    }

    .page-id-1233 section.two_solutions_for_our_clients_b3.v8.v9.v10.v12_2 .two_solutions_for_our_clients_b3_ul_li_title {
        font-size: 16px;
        line-height: 26px
    }

    .page-id-1233 .we_provide_long_title {
        left: 125px;
        position: absolute;
        top: 50px
    }

    .page-id-1233 section.we_provide_long.v9.v12_2 ul.we_provide_long_ul.v11 li {
        max-width: 100%;
        min-height: auto;
        width: 100%
    }

    .page-id-1233 section.we_always_start.v8 {
        background: #1f2346 url(/wp-content/uploads/2022/08/page-v12-bg5.jpg) !important
    }

    .page-id-1233 .s_advantages_join_desc {
        margin-bottom: 25px;
        max-width: 100%
    }

    .page-id-1233 .s_sync .container {
        margin: 0 auto;
        max-width: 100%
    }

    .page-id-1233 .s_advantages_join_out {
        padding-bottom: 30px
    }

    .page-id-1233 .s_sync-body {
        margin-left: 3.5%;
        margin-right: 3.5%
    }

    .page-id-1233 .acordion-item__content-out.v5.v10 .acordion-item {
        max-width: 100%;
        width: 100%
    }

    .page-id-1233 .s_main_subtitle_white {
        text-align: center
    }

    .page-id-1233 .two_solutions_for_our_clients_b3_ul_out.v8.v10.v11 ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr)
    }

    .page-id-1233 .two_solutions_for_our_clients_b3_ul_li_text {
        min-height: 45px
    }

    .page-id-1233 section.two_solutions_for_our_clients_b3.v8.v9.v10 {
        padding: 45px 5px 40px
    }

    .page-id-1233 .two_solutions_for_our_clients_second_titles {
        display: none
    }

    .page-id-1233 .we_always_start_in {
        padding: 45px 0
    }

    .page-id-1233 section.s_advantages_join h2.s_main_title_white {
        padding-top: 50px
    }

    .page-id-1233 .we_provide_long_out {
        padding-bottom: 45px
    }

    .page-id-1237 section.two_solutions_for_our_clients_b3.v14 .two_solutions_for_our_clients_b3_ul_out.v8.v10 ul {
        grid-gap: 10px 50px;
        display: grid;
        grid-template-columns: repeat(1, 1fr)
    }

    .acordion-item__content-out.v5.v10.v14 {
        display: block
    }

    section.s_proposition_and_communication.v8.v9.v14_9 .acordion-item__title2.v10.v14_11 {
        max-width: 100%;
        padding: 0 0 15px;
        pointer-events: none
    }

    .page-id-1237 .two_solutions_for_our_clients_b3_ul_out.v8.v10.v11 ul {
        grid-template-columns: repeat(2, 1fr)
    }

    .page-id-1237 .check_out_our_case_li {
        height: 107px;
        width: 107px
    }

    .page-id-1237 .check_out_our_case_ul {
        grid-gap: 15px 5px;
        display: grid
    }

    section.we_always_start.v8.v9.v11.v14_7 span.btn-text {
        font-size: 11px
    }

    .page-id-1237 section.we_always_start.v8.v9.v11.v14_7 {
        background: #1f2346 !important
    }

    .page-id-1237 section.we_always_start.v8.v9.v11.v14_7 .we_always_start_out {
        min-height: 910px
    }

    section.two_solutions_for_our_clients_b3.v14 .two_solutions_for_our_clients_b3_ul_li_title {
        color: #1e2346;
        font-size: 18px;
        line-height: 25px;
        min-height: 55px
    }

    section.s_we_optimize_your_business_process.v5.v14 h2.s2-main-title {
        font-size: 20px;
        line-height: 28px
    }

    .page-id-1237 .software_modern_main_title h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 auto;
        max-width: 95%
    }

    .s-how-it-works-out3-t3 span {
        display: block;
        margin: 0 auto;
        max-width: 95%
    }

    section.two_solutions_for_our_clients_b3.v14_8 .two_solutions_for_our_clients_main_title h3 {
        font-size: 20px;
        line-height: 24px;
        text-align: left
    }

    .page-id-1239 section.s6.v8 ul.s6-ul li {
        width: 32%
    }

    .page-id-1239 ul.s6-ul li:last-child {
        background: no-repeat;
        display: flex;
        flex-flow: column wrap
    }

    .page-id-1239 ul.s6-ul li:last-child h4.s6-li-t1 {
        color: #1e2346;
        font-size: 25px;
        line-height: 33px;
        margin: 0 auto;
        text-align: center
    }

    .page-id-1239 ul.s6-ul li:last-child p.s6-li-t2 {
        color: rgba(4, 14, 42, .8);
        font-size: 12px;
        line-height: 24px;
        margin: 0 auto 0 0;
        text-align: center
    }

    .page-id-1239 ul.s6-ul {
        align-content: center;
        align-items: center;
        flex-flow: row wrap;
        justify-content: center;
        list-style: none;
        margin: 0 auto;
        max-width: 1200px;
        padding: 65px 0 60px;
        padding: 25px 0;
        width: 100%
    }

    .page-id-1239 img.s_advantages_join_image_mob {
        display: none
    }

    .page-id-1239 section.we_provide_long.v9.v12_2 ul.we_provide_long_ul.v11 li {
        display: flex;
        flex-flow: row nowrap;
        max-width: 100%;
        min-height: 225px;
        width: 100%
    }

    .page-id-1239 .we_provide_long_title {
        left: 0;
        position: relative;
        top: 0
    }

    .page-id-1239 section.we_always_start.v8 {
        background: #1f2346 url(/wp-content/uploads/2022/08/custom-web-development-services-s2-bg.jpg) no-repeat !important
    }

    .page-id-1239 section.s_we_optimize_your_business_process.v11 .s_we_optimize_your_business_process_ul_out ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .page-id-1239 .s_we_optimize_your_business_process_ul_out ul li {
        width: 100%
    }

    .acordion-item__content-out.v15 {
        grid-gap: 20px 130px;
        display: grid;
        grid-template-columns: repeat(1, 1fr)
    }

    .page-id-1239 ul.s6-ul {
        align-items: flex-start
    }

    .s_s5_in_liall .s_s5_in_liall_block {
        display: none
    }

    .s_s5_in_liall.restar-item .s_s5_in_liall_block {
        display: block
    }

    section.s_advantages_join.v15 h3.s_advantages_join_title {
        margin-right: 0;
        padding-right: 10%;
        position: relative
    }

    section.s_advantages_join.v15 h3.s_advantages_join_title:after {
        background: url(/wp-content/uploads/2022/06/arrow-9.svg);
        background: url(/wp-content/uploads/2022/04/arrow-footer.svg);
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        height: 14px !important;
        left: auto;
        position: absolute;
        right: 5px;
        top: 5px;
        vertical-align: middle;
        width: 14px !important
    }

    section.s_advantages_join.v15 .s_advantages_join_in.s_s5_in_liall.restar-item h3.s_advantages_join_title:after {
        transform: rotate(-180deg)
    }

    ul.s1_take_block_ul {
        margin-top: 20px
    }

    .s_open_positions_title_filter {
        max-width: 90%
    }

    .s_consulting-out1-in {
        margin: 0 auto;
        max-width: 90%
    }

    section.s_proposition_and_communication.v2 .s_proposition_and_communication_in_faq2_main_title {
        font-size: 18px;
        line-height: 24px;
        margin-left: 0
    }

    .page-id-1224 .we_provide_long_title {
        font-weight: 700;
        left: auto;
        position: absolute;
        position: relative;
        top: 0 !important
    }

    .page-id-1224 .s1-out {
        max-width: 90%;
        width: 100%
    }

    section.s1 {
        background-size: cover !important;
        height: auto
    }

    .page.page-id-1241 section.s1, .page.page-id-6058 section.s1 {
        background-size: 200% !important
    }

    .page-id-1216 .acordion-item__content-out.v4 .acordion-item {
        margin-right: 0;
        max-width: 100%
    }

    .single-positions div#wpcf7-f636-o1 .dys-file-and-link1>p {
        margin-right: 10px;
        margin-top: 10px;
        transform: translate(0)
    }

    .s_post_positions_content_in_form .accept-and-send {
        align-content: flex-start;
        align-items: flex-start
    }

    .we_create_improve_business_platforms_ul_out ul li:last-child:before {
        font-size: 20px;
        left: 178.5px;
        line-height: 30px;
        top: -100px
    }

    .we_create_improve_business_platforms_ul_out.v8 ul li:last-child:before {
        background-repeat: no-repeat;
        background-size: contain;
        height: 300px;
        left: 178.5px;
        position: absolute;
        top: -100px;
        transform: rotate(270deg);
        width: 105.5px;
        writing-mode: vertical-rl
    }

    .page-id-1460 ul.watch_our_roadmap_ul {
        grid-gap: 0 0;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding-bottom: 90px
    }

    .page-id-1460 .watch_our_roadmap_title {
        min-height: 90px;
        padding: 25px 35px
    }

    .page-id-1220 .two_solutions_for_our_clients_b3_ul_out {
        margin: 0
    }

    .page-id-1220 section.s1 {
        background-size: auto !important
    }

    .page-id-1220 .two_solutions_for_our_clients_b3_ul_li_text {
        min-height: auto
    }

    .page-id-1220 section.s_sync.s_sync2 .s_sync-btn {
        margin-top: 0
    }

    .page-id-1220 h2.we_provide_services_for_online_stores_main_title {
        margin-bottom: 25px;
        margin-top: 25px;
        text-align: center
    }

    .page-id-1220 .we_provide_services_for_online_stores_main_subtitle {
        display: none
    }

    .page-id-1220 section.s_proposition_and_communication.v2 .s_proposition_and_communication_out {
        margin-bottom: 25px
    }

    .s_it_services_in_li1_out.v6 li:first-child .s_it_services_in_bg_i.dat-block-1 {
        left: -40px
    }

    .s_it_services_in_li2_out.v6 li:last-child .s_it_services_in_bg_i.dat-block-4 {
        left: auto;
        right: -40px
    }

    .s_it_services_in_li3_out.v6 li:first-child .s_it_services_in_bg_i.dat-block-5 {
        left: -40px
    }

    .s_it_services_in_li3_out.v6 li:last-child .s_it_services_in_bg_i.dat-block-8 {
        left: auto;
        right: -40px
    }

    .page-id-1460 h1.s1-t1 {
        max-width: 350px
    }

    .page-id-1460 .s1-t2 mark {
        display: inline-block;
        margin-left: 1px
    }

    .page-id-1460 .s_sync .container {
        margin: 0 auto;
        max-width: 100%
    }

    .page-id-1460 .s_we_optimize_your_business_process_li_text {
        min-height: auto
    }

    .page-id-1027 h1.s1-t1, .page-id-1233 h1.s1-t1, .page-id-1237 h1.s1-t1, .page-id-1239 h1.s1-t1 {
        max-width: 400px
    }

    .page-id-1027 .our-story-t3-out25.v3 {
        margin-top: 35px
    }

    .page-id-1216 h1.s1-t1, .page-id-1220 h1.s1-t1, .page-id-1222 h1.s1-t1, .page-id-1224 h1.s1-t1, .page-id-1226 h1.s1-t1, .page-id-1228 h1.s1-t1, .page-id-1230 h1.s1-t1, .page-id-854 h1.s1-t1 {
        max-width: 400px
    }

    .page-id-12 h1.s1-t1 {
        max-width: 340px
    }

    .two_solutions_for_our_clients_ul_li_title {
        min-height: auto
    }

    .page-id-1222 section.s_proposition_and_communication.v2 .s_proposition_and_communication_out {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%
    }

    .page-id-1222 .item__content-out.v4 .acordion-item {
        margin: 0 -5% 0 auto;
        width: 95%
    }

    .page-id-1222 section.s_proposition_and_communication.v2 .s_proposition_and_communication_in_faq2_main_title {
        margin: 45px auto;
        max-width: 90%
    }

    .page-id-1222 ul.you_need_the_right_way_ul {
        grid-template-columns: repeat(1, 1fr)
    }

    .author-tab-out2.str2 {
        border-bottom: 1px solid rgba(4, 14, 43, .1)
    }

    .s_sync .container {
        margin: 0 auto;
        max-width: 95%
    }

    .page-id-1220 .acordion-item__content-out.v4 .acordion-item:nth-child(2) {
        border-bottom: 0
    }

    .ui-tabs-vertical .ui-tabs-panel {
        padding: 55px 35px 0
    }

    .page-id-1027 .s1-in {
        margin-top: -15%
    }

    .page-id-1222 .when_do_you_need_ul_text {
        margin: 0;
        max-width: 90%
    }

    .page-id-1222 section.s_proposition_and_communication.v2.v6 .acordion-item__content-out.v4 .acordion-item:nth-child(2) {
        border-bottom: 0
    }

    .page-id-1222 .your_options_to_start_main_title h3 {
        padding-top: 50px
    }

    .page-id-1222 .roadmap_of_discovery_phase_main_title h3 {
        padding-top: 55px
    }

    .page-id-1226 .s_changes.v9 h2.s2-main-title {
        line-height: 1.5
    }

    .s-how-it-works-out1 .s-how-it-works-out1-t1-t2 {
        margin-top: 10px;
        padding-top: 10px
    }

    .s-how-it-works-out1-in {
        max-width: 95%
    }

    section.s_we_optimize_your_business_process.v11 .s_we_optimize_your_business_process_li_text {
        align-items: center;
        display: flex;
        flex-flow: row wrap;
        margin: 0 0 0 25px;
        max-width: -moz-max-content;
        max-width: max-content;
        text-align: left
    }

    .page-id-1230 .two_solutions_for_our_clients_b3_ul_out.v8.v10.v11 ul {
        grid-template-columns: repeat(1, 1fr)
    }

    .page-id-1230 .two_solutions_for_our_clients_b3_ul_out.v8.v10.v11 ul li {
        margin: 10px auto;
        width: 100%
    }

    .page-id-1230 ul.we_provide_long_ul.v11 li {
        min-height: auto
    }

    .page-id-1230 .we_provide_long_title {
        top: 25px
    }

    .page-id-1233 section.ecommerce_companies_weve_already_transformed.v5.v8 .ecommerce_companies_weve_already_transformed_ul_out ul li:first-child {
        display: none
    }

    .page-id-1233 section.two_solutions_for_our_clients_b3.v8.v9.v10.v12_2 .we_provide_services_for_online_stores_main_subtitle, .page-id-1233 section.two_solutions_for_our_clients_b3.v8.v9.v10.v12_2 h3 {
        text-align: center
    }

    .page-id-1233 section.two_solutions_for_our_clients_b3.v8.v9.v10.v11 {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .page-id-1233 section.two_solutions_for_our_clients_b3.v8.v9.v10.v12_2 ul li {
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        padding-bottom: 15px;
        padding-top: 15px
    }

    .page-id-1237 section.two_solutions_for_our_clients_b3.v14 {
        padding-bottom: 55px
    }

    .page-id-1237 h2.s2-main-title.v6.v14_12 {
        margin-bottom: 15px;
        text-align: center
    }

    .page-id-1237 section.two_solutions_for_our_clients_b3.v8.v9.v10.v11 {
        padding: 45px 5px 40px
    }

    .page-id-1237 section.two_solutions_for_our_clients_b3.v8.v9.v10.v11 h3 {
        max-width: 95%;
        text-align: center
    }

    .page-id-1237 .check_out_our_case_li img {
        max-height: 50px;
        padding: 10px
    }

    .page-id-1237 section.we_always_start.v8.v9.v11.v14_7 {
        background: #1f2346 url(/wp-content/uploads/2022/08/mobile-application-development-services-bg7.jpg) !important
    }

    .page-id-1237 .two_solutions_for_our_clients_b3_ul_out.v14_8 h3 {
        max-width: none !important
    }

    .acordion-item__content-out.v15 .acordion-item:nth-child(2) {
        border-top: 0 solid rgba(4, 14, 42, .2)
    }

    .s_it_services_in_li1_out.v6 li, .s_it_services_in_li2_out.v6 li, .s_it_services_in_li3_out.v6 li {
        margin: 0 auto !important
    }

    section.s_advantages_join.v15 .s_advantages_join_in {
        border-bottom: .5px solid hsla(0, 0%, 100%, .302);
        width: 100%
    }

    section.s_advantages_join.v15 .s_advantages_join_in:first-child {
        border-top: .5px solid hsla(0, 0%, 100%, .302)
    }

    .s_advantages_join_in.s_s5_in_liall:first-child h3 {
        padding-top: 5px
    }

    section.s_advantages_join.v15 .s_advantages_join_desc {
        max-width: 95%;
        padding-bottom: 15px
    }

    .page-id-1239 section.we_provide_long.v9.v12_2 .we_provide_long_desc {
        left: 0;
        max-width: 100%;
        position: absolute;
        top: 125px
    }

    ul.we_provide_long_ul.v11 li:nth-child(7) {
        border-bottom: 0 !important
    }

    .page-id-1239 section.we_always_start.v8.v9.v11 .we_always_start_in {
        padding: 45px 0 55px
    }

    .page-id-1239 section.s_we_optimize_your_business_process.v11 h2.s2-main-title {
        max-width: 95%
    }

    section.two_solutions_for_our_clients_b3.v8.v9.v10.v11.v15 h3 {
        margin: 0 auto;
        max-width: 95%;
        text-align: center
    }

    .two_solutions_for_our_clients_b3_ul_out.v14_8.s_s5_in_liall:first-child {
        border-top: .5px solid rgba(0, 0, 0, .161)
    }

    .two_solutions_for_our_clients_b3_ul_out.v14_8.s_s5_in_liall {
        border-bottom: .5px solid rgba(0, 0, 0, .161);
        margin: 0 auto;
        min-height: auto;
        position: relative
    }

    .two_solutions_for_our_clients_b3_ul_out.v14_8.s_s5_in_liall:after {
        background: url(/wp-content/uploads/2022/06/arrow-9.svg);
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        height: 14px !important;
        left: auto;
        position: absolute;
        right: 5px;
        top: 25px;
        transform: rotate(0deg);
        vertical-align: middle;
        width: 14px !important
    }

    .two_solutions_for_our_clients_b3_ul_out.v14_8.s_s5_in_liall.restar-item:after {
        min-height: auto;
        transform: rotate(-180deg)
    }

    .page-id-1220 section.two_solutions_for_our_clients_b2, .page-id-1220 section.two_solutions_for_our_clients_b3 {
        display: none
    }

    .page-id-1220 .two_solutions_for_our_clients_ul_out.s_s5_in_liall:first-child {
        border-top: .5px solid rgba(0, 0, 0, .161)
    }

    .page-id-1220 .two_solutions_for_our_clients_ul_out.s_s5_in_liall {
        border-bottom: .5px solid rgba(0, 0, 0, .161);
        position: relative
    }

    .page-id-1220 .two_solutions_for_our_clients_ul_out.s_s5_in_liall:after {
        background: url(/wp-content/uploads/2022/06/arrow-9.svg);
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        height: 14px !important;
        left: auto;
        position: absolute;
        right: 5px;
        top: 25px;
        transform: rotate(0deg);
        vertical-align: middle;
        width: 14px !important
    }

    .page-id-1220 .two_solutions_for_our_clients_ul_out.s_s5_in_liall.restar-item:after {
        min-height: auto;
        transform: rotate(-180deg)
    }

    .two-two-two {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        margin: 25px auto
    }

    .page-id-1220 .two_solutions_for_our_clients_ul_out {
        margin: 0 auto
    }

    .page-id-1220 .two_solutions_for_our_clients_out_out {
        padding-bottom: 75px
    }

    .page-id-1222 .your_options_to_start_ul1-t.s_s5_in_liall.restar-item .your_options_to_start_ul1-t1:after {
        transform: rotate(180deg)
    }

    .page-id-1222 .your_options_to_start_ul1-t {
        border: none
    }

    h3.s2-sub-title {
        max-width: 100%
    }

    .readmore-positions-button .btn_more-icon {
        transform: rotate(135deg)
    }

    .readmore-positions-button:hover .btn_more-icon {
        fill: #b4559b
    }

    .readmore-positions-button:hover .btn_more-icon:before {
        background: #fff;
        border: 2px solid #53407f;
        height: 95%;
        width: 95%
    }

    .s_we_optimize_your_business_process_ul_out.v5 ul li img {
        margin-top: -7px
    }

    .page-id-12 .our-story-t3-out ul.our-story-ul li {
        position: relative
    }

    .page-id-12 .our-story-t3-out .our-story-ul-li-text {
        min-height: auto;
        min-width: 280px;
        position: absolute;
        z-index: 1
    }

    .page-id-12 ul.our-story-ul li:hover .our-story-ul-li-text {
        display: none
    }

    .page-id-12 ul.our-story-ul li:hover .our-story-ul-li-t2, .page-id-12 ul.our-story-ul li:hover .our-story-ul-li-t3 {
        display: block
    }

    .page-id-12 ul.our-story-ul li:hover {
        margin-right: 0
    }

    .page-id-12 ul.our-story-ul li:hover:after {
        right: 5px
    }

    .page-id-12 li.rewatch-link-1 .our-story-ul-li-text {
        display: none
    }

    .page-id-12 li.rewatch-link-1.restar-item .our-story-ul-li-text {
        background: rgba(39, 31, 66, .89);
        display: block !important;
        left: 0;
        margin: 0 auto;
        max-width: 90%;
        right: 0;
        z-index: 2
    }

    .page-id-12 .our-story-ul-li-t1 img {
        margin-top: 0
    }

    .page-id-854 .our-story-t3-out25 ul.our-story-ul li {
        position: relative
    }

    .page-id-854 .our-story-t3-out25 .our-story-ul-li-text {
        min-height: auto;
        min-width: 280px;
        position: absolute !important;
        z-index: 1
    }

    .page-id-854 ul.our-story-ul li:hover .our-story-ul-li-text {
        display: none
    }

    .page-id-854 ul.our-story-ul li:hover .our-story-ul-li-t2, .page-id-854 ul.our-story-ul li:hover .our-story-ul-li-t3 {
        display: block
    }

    .page-id-854 ul.our-story-ul li:hover {
        margin-right: 0
    }

    .page-id-854 ul.our-story-ul li:hover:after {
        right: 5px
    }

    .page-id-854 li.rewatch-link-1 .our-story-ul-li-text {
        display: none
    }

    .page-id-854 li.rewatch-link-1.restar-item .our-story-ul-li-text {
        background: rgba(67, 41, 96, .949);
        display: block !important;
        left: 0;
        margin: 0 auto;
        max-width: 90%;
        padding-bottom: 15px;
        padding-top: 15px;
        right: 0;
        z-index: 2
    }

    .page-id-854 .our-story-ul-li-t1 img {
        margin-top: 0
    }

    .page-id-854 .our-story-t3-out25 {
        padding-bottom: 45px
    }

    .page-id-1027 .our-story-t3-out25 ul.our-story-ul li {
        position: relative
    }

    .page-id-1027 .our-story-t3-out25 .our-story-ul-li-text {
        min-height: auto;
        min-width: 280px;
        position: absolute !important;
        z-index: 1
    }

    .page-id-1027 ul.our-story-ul li:hover .our-story-ul-li-text {
        display: none
    }

    .page-id-1027 ul.our-story-ul li:hover .our-story-ul-li-t2, .page-id-1027 ul.our-story-ul li:hover .our-story-ul-li-t3 {
        display: block
    }

    .page-id-1027 ul.our-story-ul li:hover {
        margin-right: 0
    }

    .page-id-1027 ul.our-story-ul li:hover:after {
        right: 5px
    }

    .page-id-1027 li.rewatch-link-1 .our-story-ul-li-text {
        display: none
    }

    .page-id-1027 li.rewatch-link-1.restar-item .our-story-ul-li-text {
        background: rgba(29, 23, 67, .878);
        display: block !important;
        left: 0;
        margin: 0 auto;
        max-width: 90%;
        padding-bottom: 15px;
        padding-top: 15px;
        right: 0;
        z-index: 2
    }

    .page-id-1027 .our-story-ul-li-t1 img {
        margin-top: 0
    }

    .page-id-1027 .our-story-t3-out25 {
        padding-bottom: 45px
    }

    .when_do_you_need_ul_title.dat-link-1:after, .when_do_you_need_ul_title.dat-link-2:after {
        top: 5px
    }

    section.s_proposition_and_communication.v2.v6 .acordion-item__title2 {
        min-height: auto
    }

    .page-id-1230 section.two_solutions_for_our_clients_b3.v8.v9.v10 .we_provide_services_for_online_stores_main_subtitle, .page-id-1230 section.two_solutions_for_our_clients_b3.v8.v9.v10.v11 h3, section.we_create_improve_business_platforms.v8 h2.we_provide_services_for_online_stores_main_title {
        text-align: center
    }

    .page-id-1222 section.you_need_the_right_way_s .you_need_the_right_way_main_title h3 {
        padding-top: 55px
    }

    ul.s_case_block6-ul {
        grid-gap: 0 10px;
        grid-template-columns: repeat(1, 1fr)
    }

    .page-id-1233 section.two_solutions_for_our_clients_b3.v8.v9.v10.v11_2.v12_2 ul li {
        border-top: 0 solid #ccc
    }

    .page-id-1233 section.two_solutions_for_our_clients_b3.v8.v9.v10.v11_2.v12_2 .two_solutions_for_our_clients_b3_ul_li_text {
        min-height: 50px
    }

    .page-id-1233 section.two_solutions_for_our_clients_b3.v8.v9.v10.v12_2 .two_solutions_for_our_clients_b3_ul_li_text {
        min-height: 150px
    }

    .page-id-1233 section.s_proposition_and_communication.v8.v9 .s_proposition_and_communication_out {
        margin-bottom: 0;
        margin-top: 0
    }

    section.we_always_start.v8.v9.v11 {
        background: #1f2346 url(/wp-content/uploads/2022/08/mob-apps-s2-bg.jpg) !important
    }

    section.we_always_start.v8.v9.v11 .we_always_start_in {
        padding: 45px 0 55px
    }

    section.two_solutions_for_our_clients_b3.v14 .two_solutions_for_our_clients_main_title h3 {
        padding-top: 55px
    }

    .page-id-1216 ul.s-consulting-out3-ul2.v4 li img {
        padding-bottom: 5px
    }

    .page-id-1216 .ecommerce_companies_weve_already_transformed_ul_out {
        margin-bottom: 35px
    }

    .page-id-1239 .two_solutions_for_our_clients_b3_ul_out ul li img {
        margin-left: 10px
    }

    section.ecommerce_companies_weve_already_transformed.v5 ul li a img {
        max-height: 40px;
        max-width: 100px
    }

    .we_provide_long_desc {
        margin-top: 10px
    }

    .our-story-t3-out.watch_our_qa_roadmap_t3 li:last-child .our-story-ul-li-text {
        max-width: none;
        right: auto
    }

    .our-story-t3-out.watch_our_qa_roadmap_t3 ul.our-story-ul2 li {
        align-items: center
    }

    .footer-copyright-out {
        align-content: center;
        align-items: center
    }

    .page-id-12 section.s2 .s2-in {
        border-bottom: 1px solid #ccc;
        margin-bottom: 25px;
        padding-bottom: 25px;
        width: 100%
    }

    .page-id-12 .s2-in {
        margin: 0 5px
    }

    .page-id-854 .s5-in-faq1 h3 {
        margin: 0 auto;
        max-width: 95%
    }

    .map-area-container {
        align-content: center;
        align-items: center !important;
        flex-flow: column wrap;
        justify-content: center !important;
        max-width: 95%
    }

    .map_notification-message {
        margin-bottom: 25px;
        width: 100% !important
    }

    #my-agile-privacy-notification-area .map_notification_container {
        align-content: center;
        align-items: center;
        justify-content: center !important;
        margin: 0 auto !important
    }

    .open-menu .s1-in, .page-template-rejoinus .s_gallery_join a[title]:hover:after {
        display: none
    }

    .vacancy-form-out {
        display: flex;
        flex-flow: column wrap;
        max-width: 90%
    }

    h3.vacancy-form-maintitle {
        max-width: 90%;
        text-align: center
    }

    .vacancy-form-in {
        margin: 0 auto
    }

    .accept-and-send5, .accept-and-send6 {
        margin: 0 auto;
        max-width: 90%;
        width: 100%
    }

    .vacancy-form-out {
        align-content: flex-start;
        align-items: flex-start
    }

    h3.vacancy-form-maintitle {
        text-align: left
    }

    div#cookie-law {
        display: none
    }

    ul.s_case_block6-ul li {
        pointer-events: none
    }

    .sub-menu li a:hover {
        color: rgba(180, 85, 155, .82) !important;
        transition: .3s ease-in-out
    }

    .page-id-1241 section.s_advantages_join.v15.v16 .s_advantages_join_out, .page-id-6058 section.s_advantages_join.v15.v16 .s_advantages_join_out {
        border-bottom: 0;
        grid-template-columns: repeat(1, 1fr);
        padding-bottom: 0
    }

    .page-id-1241 img.s_advantages_join_image_mob, .page-id-6058 img.s_advantages_join_image_mob {
        display: none
    }

    .page-id-1241 section.s_advantages_join.v15.v16 .s_advantages_join_in.s_s5_in_liall, .page-id-6058 section.s_advantages_join.v15.v16 .s_advantages_join_in.s_s5_in_liall {
        padding: 3%
    }

    .page-id-1241 section.s_we_optimize_your_business_process.v11 .s_we_optimize_your_business_process_ul_out ul, .page-id-6058 section.s_we_optimize_your_business_process.v11 .s_we_optimize_your_business_process_ul_out ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .page-id-1241 section.we_provide_long.v9.v12_2 .we_provide_long_main_title h3, .page-id-6058 section.we_provide_long.v9.v12_2 .we_provide_long_main_title h3 {
        margin: 0 auto;
        max-width: 95%;
        text-align: center
    }

    .page-id-1241 section.we_provide_long.v9.v12_2 ul.we_provide_long_ul.v11 li, .page-id-6058 section.we_provide_long.v9.v12_2 ul.we_provide_long_ul.v11 li {
        width: 100%
    }

    .page-id-1241 section.we_provide_long.v9.v12_2 ul.we_provide_long_ul.v11 li .we_provide_long_title, .page-id-6058 section.we_provide_long.v9.v12_2 ul.we_provide_long_ul.v11 li .we_provide_long_title {
        left: auto;
        position: relative;
        top: auto
    }

    .page-id-1241 ul.our-story-ul2 li:first-child, .page-id-1241 ul.our-story-ul2 li:nth-child(2), .page-id-1241 ul.our-story-ul2 li:nth-child(3), .page-id-1241 ul.our-story-ul2 li:nth-child(4), .page-id-1241 ul.our-story-ul2 li:nth-child(5), .page-id-1241 ul.our-story-ul2 li:nth-child(6), .page-id-6058 ul.our-story-ul2 li:first-child, .page-id-6058 ul.our-story-ul2 li:nth-child(2), .page-id-6058 ul.our-story-ul2 li:nth-child(3), .page-id-6058 ul.our-story-ul2 li:nth-child(4), .page-id-6058 ul.our-story-ul2 li:nth-child(5), .page-id-6058 ul.our-story-ul2 li:nth-child(6) {
        margin-bottom: 5%
    }

    .page-id-1241 section.we_always_start.v8.v9, .page-id-6058 section.we_always_start.v8.v9 {
        background-position: bottom !important;
        background-size: contain !important
    }

    .page-id-1241 ul.our-story-ul2 li:nth-child(2) .our-story-ul-li-t3, .page-id-6058 ul.our-story-ul2 li:nth-child(2) .our-story-ul-li-t3 {
        max-width: -moz-max-content;
        max-width: max-content;
        z-index: 0
    }

    .cases-filter-category-mob {
        display: none
    }

    .cases-filter-category ul {
        flex-flow: column wrap;
        margin: 0 auto
    }

    .cases-filter-category li {
        background: url(/wp-content/uploads/2023/06/check_marck.svg) no-repeat;
        background-position: 100%;
        font-size: 12px;
        line-height: 17px;
        width: 100%
    }

    .cases-filter-category li.selected {
        background: url(/wp-content/uploads/2023/06/check_marck_hover.svg) no-repeat;
        background-position: 100%;
        color: initial
    }

    .cases-filter-category li.clear-all {
        bottom: -40px;
        left: 0;
        right: 0
    }

    .cases-filter-category li {
        margin: 7px 0;
        padding: 5px 0;
        text-align: left
    }

    .cases-filter-category ul {
        max-width: 85%
    }

    .cases-mob-nav-l:before {
        background: url(/wp-content/uploads/2023/06/filter-arrow-i.svg);
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        height: 5px !important;
        left: auto;
        margin-left: 65px;
        position: absolute;
        right: auto;
        top: 28px;
        transform: rotate(180deg);
        transition: .2s;
        vertical-align: middle;
        width: 9px !important
    }

    .cases-mob-nav-l.open:before {
        transform: rotate(0deg)
    }

    .cases-mob-nav-l {
        position: relative;
        z-index: 2
    }

    .cases-filter-category li.clear-all {
        z-index: 2
    }

    .s_case_block_4_ul li:first-child:nth-last-child(2), .s_case_block_4_ul li:first-child:nth-last-child(2)~li, .s_case_block_4_ul li:first-child:nth-last-child(3), .s_case_block_4_ul li:first-child:nth-last-child(3)~li, .s_case_block_4_ul li:first-child:nth-last-child(4), .s_case_block_4_ul li:first-child:nth-last-child(4)~li {
        max-width: 100%;
        width: 100%
    }

    .footer-hide-arrow.open:before {
        transform: rotate(180deg)
    }

    .footer-hide-arrow:before {
        background: url(/wp-content/uploads/2022/04/arrow-footer.svg);
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        flex-shrink: 0;
        height: 14px;
        margin-left: auto;
        order: 2;
        transform: rotate(0deg);
        transition: transform .2s;
        vertical-align: middle;
        width: 14px
    }

    .footer-menu-in.open .footer-hide-arrow:before {
        transform: rotate(180deg)
    }

    .more-arrow {
        display: none;
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: height .3s, opacity .3s
    }

    .footer-menu-in.open .more-arrow {
        display: block;
        height: auto;
        opacity: 1
    }

    .s1-out.s1-out-case {
        margin-left: 32px;
        margin-right: 32px;
        max-width: 90%
    }

    .single-cases h1.s1-t1 mark {
        display: contents;
        margin-left: auto
    }

    .s_case_block_5_out {
        padding-top: 35px
    }

    .s_case_block_5_in li.swiper-slide img {
        max-height: 100%;
        max-width: 90%
    }

    .single-cases .s_companions-slider .swiper-pagination {
        margin-top: 0;
        padding-bottom: 35px
    }

    .single-cases section.s_case_block6 h2.s3-main-title {
        margin-top: 0;
        padding-top: 55px
    }

    section.s_case_block_7 {
        background: #faf5ff;
        padding-top: 220px
    }

    .page-id-1241 section.s6.v8 ul.s6-ul li, .page-id-6058 section.s6.v8 ul.s6-ul li {
        width: 50%
    }

    .page-id-1241 ul.s6-ul li:last-child, .page-id-6058 ul.s6-ul li:last-child {
        background: inherit;
        display: block;
        width: 100%
    }

    .page-id-1241 ul.s6-ul li:last-child h4.s6-li-t1, .page-id-6058 ul.s6-ul li:last-child h4.s6-li-t1 {
        color: initial
    }

    .page-id-1241 ul.s6-ul li:last-child p.s6-li-t2, .page-id-6058 ul.s6-ul li:last-child p.s6-li-t2 {
        color: inherit;
        margin: 0
    }

    .page-id-1241 section.ecommerce_companies_weve_already_transformed.v5 .ecommerce_companies_weve_already_transformed_ul_out ul li:last-child, .page-id-6058 section.ecommerce_companies_weve_already_transformed.v5 .ecommerce_companies_weve_already_transformed_ul_out ul li:last-child {
        display: flex !important
    }

    .page-id-1241 section.ecommerce_companies_weve_already_transformed.v5 .ecommerce_companies_weve_already_transformed_ul_out ul li:nth-child(3), .page-id-6058 section.ecommerce_companies_weve_already_transformed.v5 .ecommerce_companies_weve_already_transformed_ul_out ul li:nth-child(3) {
        border-right: 1px solid rgba(4, 14, 42, .2)
    }

    .page-id-1241 section.s_advantages_join.v15.v16 h2.s_main_title_white, .page-id-6058 section.s_advantages_join.v15.v16 h2.s_main_title_white {
        padding-top: 45px
    }

    .page-id-1241 section.s_advantages_join.v15.v16 h2.s_main_title_white span, .page-id-6058 section.s_advantages_join.v15.v16 h2.s_main_title_white span {
        max-width: none;
        text-align: left
    }

    .page-id-1241 section.s_advantages_join h2.s_main_title_white, .page-id-6058 section.s_advantages_join h2.s_main_title_white {
        max-width: 95%
    }

    .page-id-1241 section.s_advantages_join.v15.v16 .s_advantages_join_desc, .page-id-6058 section.s_advantages_join.v15.v16 .s_advantages_join_desc {
        display: block !important
    }

    .page-id-1241 section.s_advantages_join.v15.v16 h3.s_advantages_join_title:after, .page-id-6058 section.s_advantages_join.v15.v16 h3.s_advantages_join_title:after {
        display: none
    }

    .page-id-1241 section.s_advantages_join.v15.v16 .s_main_subtitle_white.v16, .page-id-6058 section.s_advantages_join.v15.v16 .s_main_subtitle_white.v16 {
        margin: 40px auto 0;
        max-width: 95%;
        text-align: left
    }

    .page-id-1241 li.rewatch-link-1, .page-id-6058 li.rewatch-link-1 {
        display: block;
        flex-flow: column wrap !important;
        position: relative;
        width: 100% !important
    }

    .page-id-1241 .rewatch-link-1>.our-story-ul-li-t1, .page-id-1241 .rewatch-link-1>.our-story-ul-li-t2, .page-id-1241 .rewatch-link-1>.our-story-ul-li-t3, .page-id-6058 .rewatch-link-1>.our-story-ul-li-t1, .page-id-6058 .rewatch-link-1>.our-story-ul-li-t2, .page-id-6058 .rewatch-link-1>.our-story-ul-li-t3 {
        display: inline-block;
        vertical-align: middle
    }

    .page-id-1241 .our-story-ul-li-text, .page-id-6058 .our-story-ul-li-text {
        margin-top: 10px;
        width: 100%
    }

    .page-id-1241 li.rewatch-link-1.restar-item .our-story-ul-li-text.rewatch-block-1, .page-id-6058 li.rewatch-link-1.restar-item .our-story-ul-li-text.rewatch-block-1 {
        display: block;
        max-width: 100%;
        position: relative;
        width: 100%
    }

    .page-id-1241 .our-story-ul-li-text-t2, .page-id-6058 .our-story-ul-li-text-t2 {
        max-height: 100%;
        overflow: auto
    }

    .page-id-1241 .our-story-ul-li-text-t1, .page-id-6058 .our-story-ul-li-text-t1 {
        display: none !important
    }

    .page-id-1241 .our-story-ul-li-t2 strong, .page-id-1241 .our-story-ul-li-t3, .page-id-6058 .our-story-ul-li-t2 strong, .page-id-6058 .our-story-ul-li-t3 {
        color: #faf6ff;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px
    }

    .page-id-1241 .our-story-ul-li-t3, .page-id-6058 .our-story-ul-li-t3 {
        opacity: 1
    }

    .page-id-1241 li.rewatch-link-1, .page-id-6058 li.rewatch-link-1 {
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        background: hsla(0, 0%, 100%, .05);
        border: 0;
        margin-bottom: 8px !important;
        min-width: auto;
        padding-bottom: 0
    }

    .page-id-1241 .our-story-ul-li-text.rewatch-block-1, .page-id-6058 .our-story-ul-li-text.rewatch-block-1 {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background: none !important
    }

    .page-id-1241 .our-story-t3-out.watch_our_qa_roadmap_t3 .our-story-ul-li-text:before, .page-id-1241 ul.our-story-ul2 li:after, .page-id-6058 .our-story-t3-out.watch_our_qa_roadmap_t3 .our-story-ul-li-text:before, .page-id-6058 ul.our-story-ul2 li:after {
        display: none
    }

    .page-id-1241 li.rewatch-link-1 .our-story-ul-li-text.rewatch-block-1, .page-id-6058 li.rewatch-link-1 .our-story-ul-li-text.rewatch-block-1 {
        display: block !important;
        margin-top: 0;
        min-width: 100%;
        padding-left: 60px;
        padding-top: 0
    }

    .page-id-1241 .our-story-t3-out.watch_our_qa_roadmap_t3 .our-story-ul-li-text, .page-id-6058 .our-story-t3-out.watch_our_qa_roadmap_t3 .our-story-ul-li-text {
        position: relative
    }

    .page-id-1241 .our-story-ul-li-text .our-story-ul-li-text-t2 img, .page-id-6058 .our-story-ul-li-text .our-story-ul-li-text-t2 img {
        display: block
    }

    .page-id-1241 .our-story-t3-out.watch_our_qa_roadmap_t3 ul.our-story-ul2, .page-id-6058 .our-story-t3-out.watch_our_qa_roadmap_t3 ul.our-story-ul2 {
        margin-bottom: 47px
    }

    .page-id-1241 .s3-1-in, .page-id-6058 .s3-1-in {
        max-width: 100%
    }

    .page-id-1241 .our-story-t3-out.watch_our_qa_roadmap_t3 ul.our-story-ul2 li, .page-id-6058 .our-story-t3-out.watch_our_qa_roadmap_t3 ul.our-story-ul2 li {
        max-width: 100%;
        padding-top: 10px
    }

    .s1-f2-in.s1_tags {
        margin: 0 32px;
        max-width: 95%
    }

    .s1-out {
        padding-top: 160px
    }

    .s1-out.s1-out-case {
        align-items: flex-start;
        align-self: auto;
        flex-flow: column wrap;
        max-width: 95%;
        padding-top: 0
    }

    .reblog-content.reblog-content-single footer.entry-footer {
        background: initial;
        margin: 0 -15px;
        padding: 28px 12px
    }

    .fa-out {
        padding-top: 35px
    }

    .fa-in-1-out.reblog-content ul.fa-in-1-out-ul::-webkit-scrollbar {
        width: 0 !important
    }

    .fa-in-1-out.reblog-content ul.fa-in-1-out-ul::-webkit-scrollbar-thumb, .fa-in-1-out.reblog-content ul.fa-in-1-out-ul::-webkit-scrollbar-track {
        background: #fff
    }

    .page-id-1241 section.s_we_optimize_your_business_process, .page-id-6058 section.s_we_optimize_your_business_process {
        margin-top: 0
    }

    .page.page-id-1241 section.s1, .page.page-id-6058 section.s1 {
        background-color: #140732;
        background-size: auto;
        background-size: auto !important;
        height: auto
    }

    .page-id-1241 section.s_advantages_join.v15.v16 .s_advantages_join_in:after, .page-id-6058 section.s_advantages_join.v15.v16 .s_advantages_join_in:after, span.wpcf7-form-control-wrap.your-accept-terms .wpcf7-list-item-label:after, span.wpcf7-form-control-wrap.your-accept-terms .wpcf7-list-item-label:before {
        display: none
    }

    .s_post_positions_content_in_form .accept-and-send01 {
        margin: 25px auto;
        max-width: 90%
    }

    .your-accept-terms input[type=checkbox] {
        margin-right: 14px;
        padding: 0
    }
}

@media (max-width:685px) {
    .reblog-content ul {
        flex-flow: column wrap
    }

    .reblog-content ul li {
        max-width: 100%
    }

    .repost-thumb a {
        display: block;
        height: 200px;
        overflow: hidden;
        width: 100%
    }

    .repost-title {
        max-width: 100%;
        min-height: 45px
    }

    .reside-b1 ul:first-child {
        align-content: center;
        align-items: baseline;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        list-style: none;
        margin: 0;
        max-width: 95%;
        overflow-x: scroll;
        padding: 0
    }

    .reblog-sidebar-in {
        margin-right: auto
    }

    .reside-b1 ul {
        align-content: center;
        align-items: baseline;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        list-style: none;
        margin: 0;
        max-width: 95%;
        padding: 0
    }

    .reside-b1 ul li {
        min-width: -moz-fit-content;
        min-width: fit-content
    }

    .reside-b1 ul li a {
        margin-right: 25px
    }

    .reblog-sidebar-in {
        max-width: 95%
    }

    .reblog-sidebar, .reblog-sidebar-in {
        margin: 0 auto;
        width: 100%
    }

    .reside-b2 {
        display: none
    }

    .subscr-form-in1, .subscr-form-in1 input {
        width: 100%
    }

    .reside-b2.reside-b2mob5 {
        display: block;
        margin-top: 25px
    }

    .reblog-content.reblog-content-single {
        margin-left: auto;
        margin-right: auto
    }

    section.s_it_services.v6 h2.s_it_services_main_title {
        max-width: 95%
    }
}

@media (max-width:650px) {
    .s-consulting-out1-in2 {
        margin-left: 2%;
        max-width: 95%
    }

    .when_do_you_need_ul_text2 {
        max-width: 100%
    }

    .page-id-1226 .ecommerce_companies_weve_already_transformed_out_out {
        margin: 0 auto
    }

    .reside-b1 ul {
        padding: 10px 0
    }

    .s-consulting-out1-in2 {
        margin-left: 5%;
        max-width: 90%
    }

    .page-id-1460 section.ecommerce_companies_weve_already_transformed.v5 ul li a img {
        max-height: 30px;
        max-width: 105px
    }

    .page-id-1237 .acordion-item__content-out.v5.v10.v14 {
        display: grid;
        grid-template-columns: repeat(1, 1fr)
    }

    .single-cases .s1-f2-in {
        margin: 0 32px;
        max-width: 90%;
        text-align: left
    }
}

@media (max-width:600px) {
    .page-template-reabout section.s1 {
        margin-top: -39%
    }

    .page-template-reabout .s1-out {
        margin-top: 20%
    }

    section.s_it_services.v4 .s_it_services ul.s-consulting-out2-ul li {
        border: 0;
        width: 25%
    }

    section.s_it_services.v4 ul.s-consulting-out2-ul {
        padding: 20px
    }

    ul.watch_our_roadmap_ul li {
        width: 100%
    }

    .watch_our_roadmap_title {
        border: 1px solid #dadbe1;
        box-sizing: border-box;
        color: #1e2346;
        font-size: 18px;
        line-height: 25px;
        min-height: auto;
        padding: 20px 25px;
        width: 100%
    }

    ul.software_modern_ul li {
        min-height: auto;
        padding: 25px 0;
        width: 100%
    }

    .s_we_optimize_your_business_process_ul_out.v5 ul li {
        align-items: center;
        max-width: 100%;
        width: 100%
    }

    img.software_modern_img {
        margin-right: 30px;
        max-width: 55px
    }

    .s_we_optimize_your_business_process_ul_out.v5 ul li img {
        margin-left: 10%;
        margin-right: 0;
        width: 30px
    }

    .s_we_optimize_your_business_process_ul_out.v5 ul li .s_we_optimize_your_business_process_li_text.v4 {
        margin-left: 15px
    }

    section.ecommerce_companies_weve_already_transformed.v5 .ecommerce_companies_weve_already_transformed_ul_out ul li {
        width: 50%
    }

    .page-id-1222 section.ecommerce_companies_weve_already_transformed.v5 .ecommerce_companies_weve_already_transformed_ul_out ul li {
        width: 20%
    }

    .page-id-1222 section.ecommerce_companies_weve_already_transformed.v5 ul li a img {
        max-width: 100px
    }

    .page-id-1222 .ecommerce_companies_weve_already_transformed_ul_out ul li {
        border-right: 0 solid hsla(0, 0%, 100%, .2)
    }

    ul.watch_our_roadmap_ul li {
        margin-bottom: 15px
    }

    .s2-in {
        border-bottom: 1px solid #ccc;
        margin-bottom: 25px;
        padding-bottom: 25px;
        width: 100%
    }

    .s_appreciate_out.v4 {
        max-width: 85%
    }

    #respond {
        overflow: hidden
    }

    form#commentform input#author, form#commentform input#email {
        padding: 5px 15px
    }

    section.ecommerce_companies_weve_already_transformed.v5.v8 .ecommerce_companies_weve_already_transformed_ul_out ul li {
        width: auto
    }

    section.ecommerce_companies_weve_already_transformed.v5.v8 ul li a img {
        max-height: 30px;
        max-width: 120px
    }

    section.ecommerce_companies_weve_already_transformed.v5.v8 .ecommerce_companies_weve_already_transformed_in {
        margin-top: 5px
    }

    .page-id-1233 .we_provide_long_title {
        left: auto;
        position: relative;
        top: auto
    }

    .page-id-1237 section.we_always_start.v8.v9.v11.v14_7 .we_always_start_out {
        min-height: 940px
    }

    .page-id-1239 section.s_we_optimize_your_business_process.v11 .s_we_optimize_your_business_process_ul_out ul {
        grid-gap: 20px 20px;
        display: grid;
        grid-template-columns: repeat(1, 1fr)
    }

    section.two_solutions_for_our_clients_b3.v8.v9.v10.v11.v15 ul {
        grid-gap: 25px 70px;
        display: grid;
        grid-template-columns: repeat(1, 1fr)
    }

    section.s_it_services.v6.v15 h2.s_it_services_main_title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 35px
    }

    section.s_advantages_join.v15 h2.s_main_title_white span {
        text-align: left
    }

    .page-id-1239 .s_we_optimize_your_business_process_ul_out ul li {
        background: #fff;
        padding: 27px 15px
    }

    .page-id-1239 section.s_we_optimize_your_business_process.v11 .s_we_optimize_your_business_process_li_text {
        align-items: flex-start;
        justify-content: flex-start;
        margin: 0 auto 0 20px;
        min-height: auto;
        text-align: left
    }

    .page-id-1460 h3.we_always_start_t1 mark {
        margin-left: 0
    }

    .page-id-1460 .s_sync-body {
        margin: 0 auto;
        max-width: 90%
    }

    .page-id-1224 section.ecommerce_companies_weve_already_transformed.v5.v8 .ecommerce_companies_weve_already_transformed_ul_out ul li:nth-child(3) {
        display: none
    }

    .page-id-1239 .s_we_optimize_your_business_process_ul_out ul li {
        align-items: center;
        min-height: 100px
    }

    .two-two-two, section.two_solutions_for_our_clients_b3.v14_8 .two_solutions_for_our_clients_main_title h3 {
        font-size: 16px;
        line-height: 24px
    }

    .two-two-two {
        margin: 25px auto
    }

    section.ecommerce_companies_weve_already_transformed.v5.v8 .ecommerce_companies_weve_already_transformed_ul_out ul li:first-child {
        display: none !important
    }

    .page-id-1224 section.ecommerce_companies_weve_already_transformed.v5.v8 .ecommerce_companies_weve_already_transformed_ul_out ul li:nth-child(4), .page-id-1226 section.ecommerce_companies_weve_already_transformed.v5.v8 .ecommerce_companies_weve_already_transformed_ul_out ul li:first-child, .page-id-1228 section.ecommerce_companies_weve_already_transformed.v5.v8 .ecommerce_companies_weve_already_transformed_ul_out ul li:first-child, .page-id-1228 section.ecommerce_companies_weve_already_transformed.v5.v8 .ecommerce_companies_weve_already_transformed_ul_out ul li:nth-child(3) {
        display: flex !important
    }

    .page-id-1237 ul.software_modern_ul li:nth-child(11) {
        border-bottom: 0 solid #dadbe1
    }

    .page-id-1230 section.ecommerce_companies_weve_already_transformed.v5.v8 ul li a img {
        max-width: 74px
    }

    .page-id-1230 section.ecommerce_companies_weve_already_transformed.v5.v8 .ecommerce_companies_weve_already_transformed_ul_out ul li:first-child {
        display: flex !important
    }

    .s_case_block_2_in {
        max-width: 95%
    }
}

@media (max-width:560px) {
    .s_we_optimize_your_business_process_ul_out.v4 ul li {
        margin: 1%;
        max-width: 95%;
        width: 100%
    }

    section.s_proposition_and_communication.v2 .s_proposition_and_communication_out {
        margin-left: 40px;
        max-width: 90%
    }

    .s_it_services_in_li2_out.v6.v15 {
        order: 3
    }

    .page-id-1241 ul.s6-ul li:last-child, .page-id-6058 ul.s6-ul li:last-child {
        flex-flow: column wrap
    }

    .page-id-1241 ul.s6-ul li:last-child h4.s6-li-t1, .page-id-6058 ul.s6-ul li:last-child h4.s6-li-t1 {
        margin: 5px auto 0
    }

    .page-id-1241 ul.s6-ul li p.s6-li-t2, .page-id-6058 ul.s6-ul li p.s6-li-t2 {
        font-size: 12px;
        line-height: 1.6
    }
}

@media (max-width:540px) {
    .s_it_services ul.s-consulting-out2-ul li {
        border: 0;
        width: 100%
    }

    section.s_it_services.v4 ul.s-consulting-out2-ul li {
        width: 48%
    }

    .s_cases_archive_1_item_logo {
        height: 78px;
        min-height: 78px;
        min-width: 78px;
        padding: 15px;
        width: 78px
    }

    ul.we_provide_long_ul li img {
        margin-bottom: 15px;
        margin-right: 35px;
        max-width: 64px
    }

    .we_provide_long_title {
        left: 85px;
        position: absolute;
        top: 20px
    }

    .ecommerce_companies_weve_already_transformed_ul_out ul li a img {
        max-width: 115px
    }

    section.ecommerce_companies_weve_already_transformed.v5 ul li a img {
        max-width: 140px
    }

    ul.who_will_be_engaged_ul li {
        width: 100%
    }

    .your_options_to_start_ul1-t5-1 {
        max-width: 75%
    }

    .page-id-1228 section.ecommerce_companies_weve_already_transformed.v5.v8 ul li a img {
        max-height: 30px;
        max-width: 85px
    }

    .page-id-1230 .we_provide_long_title {
        left: 105px;
        position: absolute;
        top: 60px
    }

    .page-id-1230 section.s_we_optimize_your_business_process.v11 .s_we_optimize_your_business_process_li_text {
        margin-top: 0
    }

    .page-id-1230 .acordion-item__content-out.v5.v10 .acordion-item {
        max-width: 100%;
        width: 100%
    }

    .page-id-1230 section.ecommerce_companies_weve_already_transformed.v5.v8 {
        margin: 25px auto
    }

    .page-id-1233 section.s_we_optimize_your_business_process.v11 .s_we_optimize_your_business_process_ul_out ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr)
    }

    .page-id-1460 section.ecommerce_companies_weve_already_transformed.v5 ul li a img {
        max-height: 9px;
        max-width: 100px
    }

    .page-id-1222 ul.who_will_be_engaged_ul li:nth-child(3) {
        border-bottom: 0
    }

    .page-id-1230 .we_provide_long_title {
        top: 25px
    }

    .page-id-1233 section.s_we_optimize_your_business_process.v11 .s_we_optimize_your_business_process_li_text {
        min-height: 25px
    }

    .page-id-1233 section.we_provide_long.v9.v12_2 ul.we_provide_long_ul.v11 li {
        max-width: 100%;
        min-height: 180px;
        width: 100%
    }

    .page-id-1233 section.we_provide_long.v9.v12_2 ul.we_provide_long_ul.v11 li .we_provide_long_desc {
        left: 0;
        position: absolute;
        top: 100px
    }

    .page-id-1460 section.ecommerce_companies_weve_already_transformed.v5 ul li a img {
        max-height: 30px
    }

    .page-id-1460 section.ecommerce_companies_weve_already_transformed.v5 .ecommerce_companies_weve_already_transformed_ul_out ul li:nth-child(3) {
        display: none
    }

    .page-id-1239 section.we_provide_long.v9.v12_2 .we_provide_long_desc {
        top: 105px
    }

    .page-id-1239 section.we_provide_long.v9.v12_2 ul.we_provide_long_ul.v11 li {
        min-height: 205px
    }

    section.ecommerce_companies_weve_already_transformed.v5 .ecommerce_companies_weve_already_transformed_ul_out ul li:last-child {
        display: none !important
    }

    .page-id-1226 section.ecommerce_companies_weve_already_transformed.v5 .ecommerce_companies_weve_already_transformed_ul_out ul li:last-child, .page-id-1239 section.ecommerce_companies_weve_already_transformed.v5 .ecommerce_companies_weve_already_transformed_ul_out ul li:last-child {
        display: flex !important
    }

    section.ecommerce_companies_weve_already_transformed.v5 .ecommerce_companies_weve_already_transformed_ul_out ul li:nth-child(3) {
        border-right: 0
    }

    .page-id-1220 section.ecommerce_companies_weve_already_transformed.v5 ul li a img {
        max-width: 100px
    }

    .page-id-1230 .we_provide_long_title {
        left: 75px
    }

    .page-id-1230 .we_provide_long_desc {
        margin: 0 auto;
        max-width: 95%
    }

    ul.footer-logos-ul li {
        margin: 0 20px;
        max-width: 150px
    }

    .footer-logos-ul-li-n3 a img {
        border-radius: 5px;
        max-height: 63px;
        max-width: 150px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .footer-logos-ul-li-n4 img {
        border-radius: 5px;
        max-height: 63px;
        max-width: 150px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .page-id-1224 section.we_provide_long.v8 ul.we_provide_long_ul li {
        flex-flow: row nowrap;
        min-height: 215px;
        position: relative
    }

    .page-id-1224 section.we_provide_long.v8 .we_provide_long_desc {
        left: 0;
        position: absolute
    }

    .page-id-1239 section.ecommerce_companies_weve_already_transformed.v5.v8 .ecommerce_companies_weve_already_transformed_in {
        align-content: center;
        align-items: center;
        flex-flow: row wrap;
        justify-content: center;
        margin-top: 5px
    }

    .page-id-1237 section.ecommerce_companies_weve_already_transformed.v5 .ecommerce_companies_weve_already_transformed_ul_out ul li:last-child {
        display: flex !important
    }

    .map_notification-message:before {
        content: "";
        left: auto;
        right: 0;
        top: -75px
    }

    .map_notification-message {
        padding-left: 0;
        padding-top: 50px;
        width: 80% !important;
        width: 100% !important
    }

    .map_notification-message h3 {
        font-size: 16px;
        margin: 0 auto 15px
    }

    .page-id-1241 section.s_we_optimize_your_business_process.v11 .s_we_optimize_your_business_process_ul_out ul, .page-id-6058 section.s_we_optimize_your_business_process.v11 .s_we_optimize_your_business_process_ul_out ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (max-width:480px) {
    .repopup-in.popupimg {
        display: none
    }

    .repopup-in.popupimgmob {
        display: block
    }

    ul.s-consulting-out2-ul {
        align-content: flex-start;
        align-items: flex-start;
        flex-flow: column wrap
    }

    ul.s-consulting-out2-ul li {
        border-bottom: 1px solid #e5e5e5;
        width: 100%
    }

    ul.s-consulting-out2-ul li:last-child {
        border-bottom: 0
    }

    .s_consulting-out1 {
        display: flex
    }

    .s-consulting-out1-in2 {
        zoom: .75;
        margin-left: 3%;
        order: -1
    }

    .s_changes_item_in2 {
        zoom: .5;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: flex-start;
        -moz-transform: scale(.5)
    }

    .s_changes_item_body {
        color: #1e2346;
        max-width: 75%
    }

    .s_changes_item_logo {
        margin-right: 25px
    }

    .footer-copyright-out {
        padding-top: 0
    }

    ul.footer-logos-ul li {
        width: 12%
    }

    section.s1 {
        zoom: 1;
        margin-top: -29%;
        min-height: 620px
    }

    .page-template-reabout section.s1 {
        margin-top: -28%
    }

    .s_case_block6_2_out, .s_case_block8_out, .s_case_block_3_out2, .ui-tabs-vertical .ui-tabs-panel {
        padding: 25px
    }

    .s_case_block_2_out2 {
        margin: 0 auto 0 30px;
        max-width: 90%
    }

    h2.s_case_block_2_title {
        line-height: 1.2
    }

    .s_case_block_2_in2 {
        margin: 0 auto;
        order: 1;
        text-align: center
    }

    h2.s_case_block_3_title {
        font-size: 17px;
        line-height: 1.2
    }

    .s_case_block_3_desc {
        font-size: 18px;
        line-height: 1.2
    }

    .s_case_block8_in2_t2 {
        flex-flow: row nowrap
    }

    .s_case_block8_in2_big_img img {
        height: 85px;
        margin-right: 20px;
        min-width: 85px;
        width: 85px
    }

    ul.s_case_block6-ul li {
        margin-bottom: 10px;
        max-width: 320px;
        min-width: 95%
    }

    ul.s_case_block6-ul li:hover .s_case_block6-ul-li-t1 img {
        display: block;
        margin: 0 auto;
        text-align: center;
        transform: rotateX(45deg);
        transition: .3s ease-in-out
    }

    .single-cases .s1-h-blur {
        min-height: inherit
    }

    .single-cases .s1-f2-in {
        margin: 0 32px;
        max-width: 90%;
        text-align: left
    }

    section.s_case_block6 h2.s3-main-title {
        color: #faf7ff;
        font-size: 18px;
        line-height: 1.2;
        margin: 0 auto;
        max-width: 350px;
        padding-top: 45px;
        text-align: center
    }

    .s_cases_archive_1_item_logo {
        display: flex !important
    }

    .s1-in {
        margin-top: 85px
    }

    h2 {
        line-height: 1.2
    }

    ::-webkit-input-placeholder, :placeholder-shown {
        line-height: 1.2
    }

    .ui-tabs-vertical .ui-tabs-nav {
        max-width: 95%
    }

    .s1-in {
        margin-bottom: 60px;
        margin-top: 55px
    }

    .page-id-1222 .s1-in {
        margin: -25px 30px 0
    }

    .s1-in {
        margin-top: -25px
    }

    .we_create_improve_business_platforms_ul_out ul li:first-child .we_create_improve_business_platforms_li_text, .we_create_improve_business_platforms_ul_out ul li:last-child .we_create_improve_business_platforms_li_text {
        font-size: 16px;
        max-width: 345px
    }

    .our-story-t3-out25 ul.our-story-ul {
        zoom: .75;
        padding: 25px 0
    }

    section.s1 {
        align-content: flex-start;
        align-items: flex-start;
        justify-content: flex-start
    }

    .s-consulting-out2 {
        background: #faf5ff;
        padding: 5%
    }

    .s_changes_item_in2 {
        zoom: .9;
        -moz-transform: scale(.9)
    }

    .s_changes_item_logo {
        height: 128px;
        max-height: 115px;
        max-width: 115px;
        min-height: 115px;
        min-width: 115px;
        width: 128px
    }

    .s_changes_item_in1 img {
        max-height: 140px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    ul.footer-logos-ul li {
        width: 35%
    }

    section.s_it_services.v4 ul.s-consulting-out2-ul {
        align-content: center;
        align-items: center;
        flex-flow: column wrap
    }

    section.s_appreciate.v4-2 {
        margin: 0 auto;
        max-width: 85%
    }

    .s_balance_in {
        max-width: 83%;
        padding: 50px 0 42px
    }

    .footer-copyright-t1 {
        margin-left: 6%
    }

    .footer-copyright-out .footer-copyright-in {
        margin-top: 15px
    }

    h1.s1-t1 {
        font-size: 23px;
        line-height: 33px
    }

    .we_create_improve_business_platforms_ul_out ul li:first-child {
        height: 320px;
        width: 320px
    }

    .we_create_improve_business_platforms_ul_out ul li:last-child {
        height: 320px;
        margin: -103px auto 25px;
        width: 320px
    }

    .we_create_improve_business_platforms_ul_out ul li:last-child:before {
        font-size: 20px;
        left: 39%;
        top: -70px
    }

    .we_create_improve_business_platforms_ul_out ul li:last-child .we_create_improve_business_platforms_li_text {
        font-size: 15px;
        margin-top: 35px;
        max-width: 285px
    }

    .we_create_improve_business_platforms_ul_out ul li img {
        margin-left: -40px;
        max-width: 75px;
        padding-right: 40px
    }

    .we_create_improve_business_platforms_ul_out ul li .we_create_improve_business_platforms_li_text {
        font-size: 15px;
        margin-bottom: 65px
    }

    .we_create_improve_business_platforms_ul_out ul li:last-child:before {
        height: 215px;
        width: 77px
    }

    .we_create_improve_business_platforms_ul_out ul li:first-child img, .we_create_improve_business_platforms_ul_out ul li:last-child img {
        max-width: 75px
    }

    .we_create_improve_business_platforms_ul_out ul li:first-child .we_create_improve_business_platforms_li_text {
        font-size: 15px;
        margin-bottom: 25px;
        max-width: 285px
    }

    .s-consulting-out1-in2, .s_consulting-out1-in {
        margin-left: 30px
    }

    .s_consulting-out2-block {
        background: #faf5ff;
        margin: 0;
        max-width: 100%;
        padding: 5%
    }

    .s-consulting-out3-ul .btn_more-icon {
        margin-right: 20px
    }

    .our-story-ul-li-t3 {
        font-size: 14px;
        margin-right: 25px;
        text-align: left
    }

    #spu-1769 .spu-container {
        height: 100%;
        padding: 25px !important
    }

    section.s_it_services.v6 ul.s-consulting-out2-ul {
        align-content: center;
        align-items: center;
        margin: 0 auto;
        max-width: 95%
    }

    body.page-template-default.page.page-id-1220 section.ecommerce_companies_weve_already_transformed.v5 .ecommerce_companies_weve_already_transformed_ul_out ul li a img {
        max-width: 105px;
        max-width: 65px
    }

    body.page-template-default.page.page-id-1220 .we_create_improve_business_platforms_ul_out ul li:last-child:before {
        left: 38%;
        top: -67px
    }

    body.page-template-default.page.page-id-1220 .we_create_improve_business_platforms_ul_out.v6 ul li:last-child:before {
        content: "maintenance";
        height: 215px;
        left: 39%;
        top: -70px;
        width: 77px
    }

    body.page-template-default.page.page-id-1220 .we_create_improve_business_platforms_ul_out ul li .we_create_improve_business_platforms_li_text {
        font-size: 12px;
        margin-bottom: 25px;
        max-width: 285px
    }

    body.page-template-default.page.page-id-1220 .we_create_improve_business_platforms_ul_out.v6 ul li:last-child {
        margin-top: -103px
    }

    .reblog-content ul li, .reblog-content ul li:nth-child(1n+1) {
        margin-right: 0
    }

    .s_sync .container, .we_always_start_t2, section.we_always_start.v6 h3 {
        margin-left: 0
    }

    section.s_proposition_and_communication.v2.v6 {
        padding: 10px 0
    }

    section.ecommerce_companies_weve_already_transformed.v5 {
        margin-bottom: 5px
    }

    section.ecommerce_companies_weve_already_transformed.v5 ul {
        margin-bottom: 0;
        margin-top: 0
    }

    .any_great_transformation_out1 {
        margin-left: 35px;
        margin-right: 35px;
        max-width: 80%
    }

    .page-id-1027 .s_it_services ul.s-consulting-out2-ul {
        margin-right: 25px;
        max-width: 88%
    }

    .we_create_improve_business_platforms_ul_out.v8 ul li:last-child:before {
        font-size: 20px;
        left: 38%;
        top: -71px;
        width: 80px
    }

    .s_consulting-out1 {
        padding: 40px 0
    }

    ul.s-consulting-out2-ul {
        border-top: 0 solid #ccc;
        padding-top: 0
    }

    ul.s-consulting-out3-ul>li h3 {
        margin: 0
    }

    ul.s-consulting-out3-ul {
        padding-bottom: 25px
    }

    .s_changes_all_cases {
        margin: 65px auto
    }

    .s_balance_out {
        position: relative
    }

    .s_balance_out:after {
        background: rgba(16, 16, 37, .6);
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%
    }

    .s_balance_in_in {
        position: relative;
        z-index: 1
    }

    .s_companions {
        padding: 50px 0
    }

    h2.s_companions-main-title {
        margin-bottom: -10px
    }

    .s_companions-slider .swiper-pagination {
        padding-bottom: 35px
    }

    .spu-box h5 {
        margin-bottom: -10px
    }

    .s5-in2 {
        margin: 0;
        max-width: 100%
    }

    .s5-in2 img {
        margin-top: 0;
        width: 100%
    }

    ul.s-how-it-works-ul {
        padding: 35px 0 0
    }

    .reuser-date-post {
        margin-bottom: 15px;
        min-width: -moz-max-content;
        min-width: max-content
    }

    .reuser-name {
        min-width: 215px
    }

    .s_it_services_in_out {
        padding: 50px 0
    }

    .s_it_services ul.s-consulting-out2-ul {
        padding-top: 15px
    }

    section.s_consulting.v4 .s_consulting-out1-block {
        margin-bottom: 0
    }

    .s_consulting-out2-block {
        padding: 1% 5%
    }

    section.s_it_services.v4 .s_it_services_in_out {
        padding: 60px 0 15px
    }

    section.s_it_services.v4 ul.s-consulting-out2-ul {
        background: none
    }

    section.s_it_services.v4 .s_case_click_div {
        min-height: 15px
    }

    section.s_appreciate.v4-2 .s_appreciate_out.v4 .s_appreciate_desc, section.s_appreciate.v4-2 .s_appreciate_out.v4 h3 {
        padding-left: 25px
    }

    section.s_appreciate.v4-2 .s_appreciate_in:before {
        left: -20px;
        top: 20px
    }

    .page-id-1216 section.s_appreciate {
        padding-bottom: 25px
    }

    .page-id-1216 .s7-in.v4-2 h3.s7-t1 {
        font-size: 20px
    }

    .page-id-1216 .s7-in.v4-2 {
        max-width: 95%;
        padding: 60px 0;
        padding: 60px 0 30px
    }

    .page-id-1216 section.s_proposition_and_communication.v2 .s_proposition_and_communication_out {
        margin: 0 auto;
        max-width: 90%
    }

    .page-id-1216 .s_proposition_and_communication_in_faq2_main_title.v4 {
        font-size: 20px;
        margin-bottom: 45px
    }

    .page-id-1216 section.s7.v4 {
        background-position: center 290px !important;
        background-repeat: no-repeat !important;
        background-size: 300px !important;
        padding-top: 40px
    }

    .dys-file-and-link-out22 {
        margin-bottom: 5px
    }

    .s_post_positions_content_in_form .accept-and-send {
        margin-bottom: 15px
    }

    .page-id-1224 ul.s-how-it-works-ul {
        padding: 35px 0 25px
    }

    .page-id-1460 section.ecommerce_companies_weve_already_transformed.v5 ul li a img {
        max-width: 95px
    }

    .page-id-1228 .we_create_improve_business_platforms_ul_out.v10 ul li:last-child:before {
        font-size: 20px;
        left: 38%;
        top: -71px;
        width: 80px
    }

    .page-id-1228 .we_provide_services_for_online_stores_main_subtitle {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px
    }

    .page-id-1228 .we_encourage_retailers_to_go_online_out {
        display: none
    }

    .page-id-1228 .s_balance_out.v9 .s_balance_in {
        padding: 50px 0
    }

    .page-id-1228 h2.s2-main-title.v6, .page-id-1228 section.two_solutions_for_our_clients_b3.v8.v9.v10 .we_provide_services_for_online_stores_main_subtitle, .page-id-1228 section.two_solutions_for_our_clients_b3.v8.v9.v10 h3 {
        text-align: center
    }

    .page-id-1228 ul.s-how-it-works-ul li {
        margin-bottom: 12px
    }

    .page-id-1228 ul.s-how-it-works-ul {
        padding: 5px 0 50px
    }

    .page-id-1233 section.we_always_start.v12 {
        background-position: center 460px !important;
        background-repeat: no-repeat !important;
        background-size: 320px !important
    }

    .page-id-1237 section.we_always_start.v8.v9.v11.v14_7 .we_always_start_out {
        min-height: 970px
    }

    section.s_advantages_join.v15 a.s7-button {
        text-align: left
    }

    section.s_advantages_join.v15 a.s7-button .btn_more-icon:before {
        width: 34px
    }

    .page-id-1239 .s_advantages_join_out {
        grid-gap: 20px 70px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding-bottom: 50px
    }

    .page-id-1239 section.we_always_start.v8.v9.v11 a.s7-button {
        text-align: left
    }

    .page-id-1239 section.we_always_start.v8.v9.v11 a.s7-button .btn_more-icon:before {
        width: 34px
    }

    .page-id-1239 section.two_solutions_for_our_clients_b3.v8.v9.v10 {
        padding: 55px 5px 40px
    }

    section.two_solutions_for_our_clients_b3.v8.v9.v10.v11.v15 .two_solutions_for_our_clients_second_titles {
        display: none
    }

    section.s_proposition_and_communication.v8.v9.v15 .s_proposition_and_communication_out {
        margin-bottom: 0
    }

    .home .s_consulting-out2-block {
        background: #fff
    }

    .page-id-1216 .acordion-item__content-out.v4 {
        margin-left: 0;
        margin-right: 0
    }

    .we_create_improve_business_platforms_ul_out.v8 ul li:last-child:before {
        height: 215px;
        left: 39%;
        top: -70px;
        width: 77px
    }

    .page-id-1220 section.s_it_services.v6 ul.s-consulting-out2-ul {
        background: #fff;
        margin-bottom: 0
    }

    .page-id-1222 section.ecommerce_companies_weve_already_transformed.v5 ul li a img {
        max-height: 40px;
        max-width: 70px
    }

    .page-id-1222 .you_need_the_right_way_main_title h3, .page-id-1222 .you_need_the_right_way_main_title h6 {
        max-width: 70%
    }

    .page-id-1027 .s1-in {
        margin-top: 0
    }

    .page-id-1226 .ecommerce_companies_weve_already_transformed_out {
        margin: 0 auto;
        padding: 20px 0
    }

    .page-id-1226 section.we_create_improve_business_platforms.v8.v9 ul li:first-child .we_create_improve_business_platforms_li_text {
        max-width: 255px
    }

    .page-id-1226 section.we_create_improve_business_platforms.v8 h2.we_provide_services_for_online_stores_main_title {
        max-width: 90%
    }

    ul.footer-logos-ul li {
        width: auto
    }

    .page-id-1228 .we_create_improve_business_platforms_ul_out.v10 ul li:last-child:before {
        height: 215px;
        left: 39%;
        top: -70px;
        width: 77px
    }

    .page-id-1228 section.we_create_improve_business_platforms.v8.v9 ul li .we_create_improve_business_platforms_li_text {
        height: 200px;
        margin-bottom: 50px;
        max-width: 255px;
        overflow: hidden
    }

    .page-id-1230 section.ecommerce_companies_weve_already_transformed.v5.v8 .ecommerce_companies_weve_already_transformed_ul_out ul li:first-child {
        display: none
    }

    .page-id-1230 section.two_solutions_for_our_clients_b3.v8.v9.v10 .two_solutions_for_our_clients_main_title {
        margin: 0 auto;
        max-width: 90%
    }

    .page-id-1230 section.two_solutions_for_our_clients_b3.v8.v9.v10 {
        padding: 45px 5px 40px
    }

    .page-id-1230 ul.we_provide_long_ul.v11 li {
        min-height: auto
    }

    .page-id-1230 ul.we_provide_long_ul.v11 li .we_provide_long_title {
        top: 10px
    }

    .page-id-1230 .s_proposition_and_communication_out {
        margin: 25px auto 15px
    }

    .page-id-1237 .two_solutions_for_our_clients_b3_ul_out.v8.v10.v11 ul {
        grid-template-columns: repeat(1, 1fr)
    }

    .page-id-1237 section.ecommerce_companies_weve_already_transformed.v5.v8 .ecommerce_companies_weve_already_transformed_ul_out ul li:first-child {
        display: none
    }

    .page-id-1237 section.two_solutions_for_our_clients_b3.v14 .two_solutions_for_our_clients_main_title h3 {
        max-width: 215px
    }

    .page-id-1239 section.we_provide_long.v9.v12_2 ul.we_provide_long_ul.v11 li {
        min-height: 285px
    }

    .acordion-item__content-out.v4.v8.v221 .acordion-item__title2 {
        padding: 25px 32px 25px 0
    }

    .acordion-item__content-out.v4.v8.v222 .acordion-item__title2 {
        padding: 25px 27px 25px 0
    }

    section.ecommerce_companies_weve_already_transformed.v5 {
        margin-bottom: 25px
    }

    section.s_we_optimize_your_business_process.v11 .s_we_optimize_your_business_process_ul_out ul {
        padding-bottom: 45px
    }

    .page-id-1460 section.ecommerce_companies_weve_already_transformed.v5 ul li a img {
        max-width: 65px
    }

    ul.footer-logos-ul {
        grid-gap: 10px 10px;
        grid-template-columns: repeat(1, 1fr)
    }

    ul.footer-logos-ul li {
        margin: 0 20px
    }

    ul.footer-logos-ul li a img, ul.footer-logos-ul li img {
        max-width: 205px
    }

    .footer-logos-ul-li-n1 {
        max-height: 125px
    }

    .page-id-1224 section.we_provide_long.v8 ul.we_provide_long_ul li {
        min-height: 255px
    }

    ul.footer-logos-ul li p a {
        align-content: center;
        align-items: center;
        display: flex;
        justify-content: center;
        margin: 0 auto
    }

    section.s1 {
        margin-top: -32%
    }

    .s-doyoursolo-form-in ::-webkit-input-placeholder, .s-doyoursolo-form-in :placeholder-shown {
        line-height: 42px
    }

    .s-doyoursolo-form-in ::-webkit-input-placeholder, .s-doyoursolo-form-in :placeholder-shown {
        line-height: 1.4;
        padding-top: 8px
    }

    ul.footer-logos-ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    ul.footer-logos-ul li {
        margin: 0;
        max-width: 205px
    }

    h1.s_blog_archive_main_title {
        margin-bottom: 15px
    }

    .s_case_block_2_out {
        padding: 35px 0 0
    }

    section.s_case_block_7 {
        background: #faf5ff;
        padding-top: 210px
    }

    .single.single-cases .s-doyoursolo-form-out {
        padding: 35px 0 50px
    }

    .page-id-1241 ul.our-story-ul2 li .our-story-ul-li-t3, .page-id-6058 ul.our-story-ul2 li .our-story-ul-li-t3 {
        font-size: 14px !important;
        max-width: 250px !important
    }

    .reblog-search-out {
        align-content: space-between;
        align-items: flex-start;
        display: flex;
        flex-flow: column wrap;
        justify-content: space-between
    }

    #ajaxsearchpro1_1 {
        height: 40px !important;
        padding: 0 !important;
        width: 100%
    }

    .reblog-search-out {
        display: block
    }

    div#ajaxsearchpro1_1 {
        width: inherit
    }

    .reblog-search {
        display: block;
        margin-bottom: 15px
    }
}

@media (max-width:415px) {
    .s_changes_item_body {
        max-width: 65%
    }

    h3.s_changes_item_title {
        font-size: 17px;
        line-height: 1.2
    }

    ins, mark {
        display: inline-block;
        margin-left: 5px
    }

    ul.s-consulting-out3-ul>li h3 {
        font-size: 16px
    }

    ul.our-story-ul {
        flex-flow: column wrap
    }

    .s3-2-out {
        min-height: auto
    }

    h3.s3-2-t1 {
        font-size: 18px
    }

    ul.s6-ul li {
        margin-bottom: 15px
    }

    .s7-in {
        margin-bottom: 25px
    }

    h2.s2-main-title {
        line-height: 1.2
    }

    ul.s4-ul {
        max-width: 95%
    }

    h3.s3-2-t1 {
        font-size: 17px;
        line-height: 1.2
    }

    .s3-2-in2 {
        margin: 25px auto;
        max-width: 625px;
        max-width: 85%;
        position: relative
    }

    .ecommerce_companies_weve_already_transformed_title {
        font-size: 12px;
        font-size: 14px;
        line-height: 26px
    }

    .s-how-it-works-ul-number {
        height: 46px;
        width: 50px
    }

    div#popmake-1016 {
        max-width: 335px
    }

    html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
        margin: 0 auto;
        max-width: 100%
    }

    .reblog-search {
        display: none
    }

    .ecommerce_companies_weve_already_transformed_ul_out ul li a img {
        max-width: 85px
    }

    section.s_post_positions_content .dys-file-and-link-out22 .dys-file-and-link1 span:last-child {
        display: block;
        width: 255px
    }

    .page-id-1237 section.we_always_start.v8.v9.v11.v14_7 .we_always_start_out {
        min-height: 990px
    }

    .home h1.s1-t1 {
        font-size: 22px;
        line-height: 33px;
        max-width: 450px
    }

    div#wpcf7-f636-o1 form.wpcf7-form.init i.fa.fa-upload {
        margin-left: 0
    }

    .accept-and-send1 strong {
        font-size: 15px
    }

    section.ecommerce_companies_weve_already_transformed.v5.v8 ul li a img {
        max-height: 30px;
        max-width: 90px
    }

    .s_it_services_in_li1_out.v6 li:first-child .s_it_services_in_bg_i.dat-block-1 {
        left: -90px
    }

    .s_it_services_in_li1_out.v6 li:last-child .s_it_services_in_bg_i.dat-block-2 {
        left: -200px
    }

    .s_it_services_in_li3_out.v6 li:first-child .s_it_services_in_bg_i.dat-block-4 {
        left: -90px
    }

    .s_it_services_in_li3_out.v6 li:last-child .s_it_services_in_bg_i.dat-block-5 {
        left: auto;
        right: -90px
    }

    .s_it_services_in_li3_out.v6 li:first-child .s_it_services_in_bg_i.dat-block-5 {
        left: -90px
    }

    .s_it_services_in_li3_out.v6 li:last-child .s_it_services_in_bg_i.dat-block-6 {
        left: -200px
    }

    .s_it_services_in_li3_out.v6 li:first-child .s_it_services_in_bg_i.dat-block-7 {
        left: -90px
    }

    .s_it_services_in_li2_out.v6 li:last-child .s_it_services_in_bg_i.dat-block-4, .s_it_services_in_li3_out.v6 li:last-child .s_it_services_in_bg_i.dat-block-8 {
        left: auto;
        right: -90px
    }

    .s_it_services_in_bg_i.dat-block-3 {
        left: -90px
    }

    .page-id-12 li.rewatch-link-1.restar-item .our-story-ul-li-text {
        max-width: 80%
    }

    .page-id-1237 li.check_out_our_case_li {
        height: 87px;
        width: 87px
    }

    .two_buttons_with_calendly_out {
        grid-gap: 5px 15px;
        display: grid;
        grid-template-columns: repeat(1, 1fr)
    }

    .single-cases ul.s_case_block_4_ul {
        padding: 10px
    }

    h3.s_case_block8_in2_t1 {
        color: #fff !important;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px
    }

    div#breadcrumbs {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 10px;
        max-width: 95%
    }

    .s_case_block6-ul-li-t1 img {
        display: none
    }

    .s1-out {
        margin-right: 20px
    }

    .s1-out, .s_case_block_2_out2 {
        margin-left: 20px
    }

    .s_case_block6_2_out {
        padding: 20px
    }

    .ui-tabs-vertical .ui-tabs-panel {
        padding: 5px
    }

    .s_case_block8_out {
        padding: 20px
    }

    .single-cases .s-doyoursolo-form-in {
        margin-left: 20px;
        margin-right: 20px
    }

    .s_case_block6-ul-li-t3 {
        font-size: 14px
    }

    .s_case_block_3_desc p, .s_case_click_div {
        margin-bottom: 5px
    }

    .reblog-search {
        display: block;
        margin-bottom: 15px
    }

    section.s_cases_archive_1 div#breadcrumbs {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px
    }

    .post-type-archive-cases .rebreadcrumbs {
        margin-bottom: 15px
    }
}

@media (max-width:360px) {
    .page-id-1241 ul.our-story-ul2 li .our-story-ul-li-t3, .page-id-6058 ul.our-story-ul2 li .our-story-ul-li-t3 {
        max-width: 200px !important
    }

    .page-id-1241 .our-story-ul-li-text .our-story-ul-li-text-t2 img, .page-id-6058 .our-story-ul-li-text .our-story-ul-li-text-t2 img {
        display: block;
        width: 95%
    }
}

@media (max-width:340px) {
    section.s1 {
        margin-top: -40%
    }

    .home h1.s1-t1 {
        font-size: 18px
    }

    .page-template-reabout section.s1 {
        margin-top: -40%
    }

    ul.s-consulting-out3-ul>li img {
        height: 40px;
        margin-right: 10px;
        width: 40px
    }

    ul.s-consulting-out3-ul>li h3 {
        font-size: 14px
    }

    .s_sync-heading {
        font-size: 17px
    }

    .s_changes_item_tag {
        color: #ab51d5;
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 5px
    }

    .s_balance_in h3, .s_companions-slide_content {
        font-size: 14px
    }

    .s-doyoursolo-form-in ::-webkit-input-placeholder, .s-doyoursolo-form-in :placeholder-shown {
        line-height: 1.4;
        padding-top: 8px
    }

    .our-story-ul-li-t3, .s5-t2 {
        font-size: 12px
    }

    h3.s7-t1 {
        font-size: 14px;
        line-height: 1.5
    }

    .s1-f2-out {
        bottom: 0
    }

    h3.s_case_block6_2_t1 {
        font-size: 14px;
        line-height: 1.5
    }

    .refilenew-file-subtitle {
        max-width: 310px
    }

    .two_solutions_for_our_clients_b3_ul_li_text {
        min-height: auto
    }

    section.we_always_start.v8.v9.v11.v14_7 span.btn-text {
        font-size: 9px
    }

    .ecommerce_companies_weve_already_transformed_ul_out ul li {
        padding: 5px 10px
    }

    section.s_appreciate.v4-2 .s_appreciate_out.v4 h3 {
        font-size: 14px;
        line-height: 1.5
    }

    section.ecommerce_companies_weve_already_transformed.v5 .ecommerce_companies_weve_already_transformed_ul_out ul li {
        padding: 5px 10px
    }

    .s1-h-blur.s1-h-blur-case .s1-f2-out {
        bottom: 35px
    }
}

.page-container {
    margin: 0 auto;
    padding-inline: var(--page-gutter-x);
    width: 100%
}

@media (min-width:768px) {
    .page-container {
        max-width: calc(1290px + var(--page-gutter-x)*2)
    }
}

@media (max-width:767.8px) {
    .owl-mobile>.owl-mobile-card:not(:first-of-type) {
        display: none
    }
}

.owl-mobile .owl-stage {
    display: flex
}

.owl-mobile .owl-item {
    display: flex;
    flex: 1 0 auto
}

.owl-mobile .owl-dots {
    flex-wrap: wrap;
    gap: 5px;
    padding-top: 24px
}

.owl-mobile .owl-dot span, .owl-mobile .owl-dots {
    align-items: center;
    display: flex;
    justify-content: center
}

.owl-mobile .owl-dot span {
    border-radius: 50%;
    height: 24px;
    width: 24px
}

.owl-mobile .owl-dot span:before {
    background-color: var(--dark-01-dark, #040e2a);
    border-radius: 50%;
    content: "";
    display: block;
    height: 4px;
    width: 4px
}

.owl-mobile .owl-dot.active span {
    border: 1px solid rgba(4, 14, 42, .15)
}

.owl-mobile .owl-dot.active span:before {
    background-color: #b4559b
}

.owl-mobile--light .owl-dot span:before {
    background-color: #fff
}

.owl-mobile--light .owl-dot.active span {
    border: 1px solid #dadbe1
}

.header {
    color: #fff !important;
    left: 0;
    position: fixed;
    top: 0;
    transition: all .3s;
    width: 100%;
    z-index: 999;
    background: #000 !important;
}

.header--bg {
    background: no-repeat 50%/cover url(/wp-content/uploads/2022/02/single-postions-bg.jpg) #fff
}

.header .header-container {
    align-items: center;
    display: flex;
    font-size: 19px;
    font-weight: 500;
    gap: 1rem;
    height: var(--header-height);
    line-height: 1;
    position: relative;
    
}

.header-toggle, .logo-color {
    display: none
}

.header-content {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center
}

.header.fix-head {
    background-color: #fff;
    background-image: none;
    box-shadow: 0 0 40px 0 rgba(1, 24, 46, .1)
}

.header.fix-head .logo-color {
    display: block !important
}

.header.fix-head .logo-white {
    display: none
}

.admin-bar .header, .admin-bar .header.fix-head {
    top: 32px
}

.header-nav {
    width: 100%
}

.header-nav nav {
    align-items: center;
    display: flex
}

.header-nav ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 100%
}

.header-nav ul li {
    display: block;
    font-weight: 500;
    padding: 5px 25px;
    position: relative;
    white-space: nowrap
}

.header-nav ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    outline: none;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.header-nav ul li:hover a {
    color: #d06ab5;
    transition: .3s ease-in-out
}

header.fix-head .header-nav ul li a {
    color: #1e2346
}

.header-nav .sub-menu {
    background-color: #fff;
    box-shadow: 0 12px 54px 0 hsla(0, 0%, 74%, .43);
    box-shadow: 0 0 40px 0 rgba(1, 24, 46, .1);
    display: block;
    display: none;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 25px;
    position: absolute;
    top: 25px;
    width: 256px
}

.header-nav ul li.menu-item-has-children ul li a {
    padding-bottom: 0;
    position: relative
}

.sub-menu li {
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    display: flex !important;
    height: 60px;
    position: relative
}

.sub-menu li img {
    height: 36px;
    width: auto
}

.sub-menu li a {
    color: #202422 !important;
    font-weight: 400 !important;
    letter-spacing: normal;
    line-height: 1.5 !important;
    text-transform: none
}

.sub-menu li a:hover {
    color: #bf975b !important
}

.sub-menu ul li a {
    color: rgba(32, 36, 34, .6) !important
}

.header-nav ul li .sub-menu li {
    border-bottom: 0 solid #ebebeb;
    height: 45px
}

.header-nav ul li .sub-menu li a:hover {
    color: #181c21 !important;
    transition: .3s ease-in-out
}

.header-nav ul li .sub-menu li a:before {
    background: #7a7a7c;
    color: #31dc8a;
    display: block;
    height: 1px;
    margin-top: 21px;
    position: absolute;
    right: 0;
    transition: width .2s ease;
    width: 0
}

.header-nav ul li.menu-item-has-children>a:after {
    background: url(/wp-content/uploads/2022/01/nav-sub-ul-i.png);
    background-repeat: no-repeat;
    color: #fff;
    content: "";
    display: inline-block;
    filter: invert(1);
    font-size: 8px;
    font-weight: 900;
    height: 6px;
    margin-left: 8px;
    margin-top: 0;
    min-height: 6px;
    padding-right: 6px;
    vertical-align: middle;
    width: 9px
}

header.fix-head .header-nav ul li.menu-item-has-children>a:after {
    filter: invert(0)
}

.sub-menu li a:hover {
    color: #32dc8a;
    transition: .3s ease-in-out
}

.header-nav ul li:hover .sub-menu {
    display: block;
    transition: .3s ease-in-out
}

.header-nav .sub-menu {
    width: 310px
}

.header-nav ul li .sub-menu li {
    padding: 5px 0
}

.header-nav ul li.menu-item-has-children ul li:hover a {
    color: #b4559b !important
}

.header-nav ul li .sub-menu li a:before {
    background: url(/wp-content/uploads/2022/03/services-arrow-iblack.svg) no-repeat;
    content: "";
    height: 15px;
    margin-right: 10px;
    width: 15px
}

.header-nav ul li .sub-menu li:hover a:before {
    background: url(/wp-content/uploads/2022/03/services-arrow-irose.svg) no-repeat
}

ul.nav.header__menu li#menu-item-10 ul.sub-menu li:first-child a:before {
    fill: #ab51d5;
    background: url(/wp-content/uploads/2022/03/solution-arrow-i1.svg) no-repeat
}

ul.nav.header__menu li#menu-item-10 ul.sub-menu li:hover:first-child a {
    color: #ab51d5 !important
}

ul.nav.header__menu li#menu-item-10 ul.sub-menu li:nth-child(2) a:before {
    fill: #6981c0;
    background: url(/wp-content/uploads/2022/03/solution-arrow-i2.svg) no-repeat
}

ul.nav.header__menu li#menu-item-10 ul.sub-menu li:hover:nth-child(2) a {
    color: #6981c0 !important
}

ul.nav.header__menu li#menu-item-10 ul.sub-menu li:nth-child(3) a:before {
    fill: #d04c34;
    background: url(/wp-content/uploads/2022/03/solution-arrow-i3.svg) no-repeat
}

ul.nav.header__menu li#menu-item-10 ul.sub-menu li:hover:nth-child(3) a {
    color: #d04c34 !important
}

ul.nav.header__menu li#menu-item-10 ul.sub-menu li:nth-child(4) a:before {
    fill: #50a0b6;
    background: url(/wp-content/uploads/2022/03/solution-arrow-i4.svg) no-repeat
}

ul.nav.header__menu li#menu-item-10 ul.sub-menu li:hover:nth-child(4) a {
    color: #50a0b6 !important
}

ul.nav.header__menu li#menu-item-10 ul.sub-menu li:nth-child(5) a:before {
    fill: #af347f;
    background: url(/wp-content/uploads/2022/03/solution-arrow-i5.svg) no-repeat
}

ul.nav.header__menu li#menu-item-10 ul.sub-menu li:hover:nth-child(5) a {
    color: #af347f !important
}

ul.nav.header__menu li#menu-item-10 ul.sub-menu li:nth-child(6) a:before {
    fill: #7ad7b2;
    background: url(/wp-content/uploads/2022/03/solution-arrow-i6.svg) no-repeat
}

ul.nav.header__menu li#menu-item-10 ul.sub-menu li:hover:nth-child(6) a {
    color: #7ad7b2 !important
}

.header-nav ul li .sub-menu li a:before {
    display: inline-block;
    margin: 0 10px 0 auto;
    position: relative;
    vertical-align: middle
}

.header-logo img {
    height: 48px
}

.header.page-header h1 {
    color: rgba(23, 18, 46, 0)
}

@media (max-width:960px) {
    .header-nav ul li {
        padding: 5px 8px
    }

    .header-nav ul li a {
        font-size: 14px
    }
}

@media (max-width:767.8px) {
    .header-logo {
        margin-right: auto
    }

    .header-toggle {
        background: url(/wp-content/uploads/2022/04/mob-nav-i3.svg) no-repeat 50%;
        cursor: pointer;
        display: flex;
        height: 20px;
        transition: all .3s;
        width: 20px;
        z-index: 10
    }

    .header-toggle.open {
        background: url(/wp-content/uploads/2022/02/menu-close.png) no-repeat 50%;
        background: url(/wp-content/uploads/2022/04/menu-close.svg) no-repeat 50%;
        height: 20px;
        transform: translate(0);
        width: 20px
    }

    .header-content {
        display: none
    }

    .header .header-toggle {
        filter: invert(1)
    }

    .header.fix-head .header-toggle {
        filter: invert(0)
    }

    .header {
        padding: 0
    }

    .header .header-container .s_contact_form .wpcf7-submit {
        width: 130px
    }

    .header .header-container .btn {
        min-width: 0;
        width: auto
    }

    .header-toggle {
        transform: translate(0)
    }
}

@media (max-width:415px) {
    .header-logo {
        max-width: 112px
    }

    .header {
        transition: all 0s
    }
}

.loader {
    --wings-speed: 0.7s;
    --bird-speed: 4s;
    --bird-up: -5px;
    --bird-down: 10px;
    --arc-speed: 4s;
    --arc-size: 544;
    align-items: center;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(3, 8, 22, .72);
    color: var(--light-violet, #faf6ff);
    display: none;
    flex-direction: column;
    font-size: 16px;
    font-weight: 300;
    gap: 32px;
    inset: 0;
    justify-content: center;
    letter-spacing: 2.56px;
    line-height: 1.2;
    padding: 16px;
    position: fixed;
    z-index: 1000000
}

.loader, .loader-active {
    overflow: hidden
}

.loader.active {
    display: flex
}

.loader-svg {
    display: block;
    flex-shrink: 0;
    height: 205px;
    width: 205px
}

.loader-svg-bird {
    animation: bird var(--bird-speed) ease-in-out infinite;
    transform: translateY(var(--bird-up))
}

.loader-svg-bird-1 {
    animation: wings1 var(--wings-speed) linear infinite;
    opacity: 0
}

.loader-svg-bird-2 {
    animation: wings2 var(--wings-speed) linear infinite;
    opacity: 1
}

.loader-svg-bird-3 {
    animation: wings3 var(--wings-speed) linear infinite;
    opacity: 0
}

.loader-svg-circle {
    fill: none;
    stroke-width: 10;
    stroke: #faf7ff;
    opacity: .1
}

.loader-svg-arc {
    fill: none;
    stroke-width: 10;
    stroke-linecap: round;
    stroke-dasharray: 612;
    stroke-dashoffset: var(--arc-size);
    animation: rotate var(--arc-speed) linear infinite;
    transform-origin: center center
}

@keyframes wings1 {
    0% {
        opacity: 0
    }

    25% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    74.99% {
        opacity: 0
    }

    75% {
        opacity: 1
    }

    99.99% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes wings2 {
    0% {
        opacity: 1
    }

    24.99% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    49.99% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    74.99% {
        opacity: 1
    }

    75% {
        opacity: 0
    }

    99.99% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes wings3 {
    0% {
        opacity: 0
    }

    24.99% {
        opacity: 0
    }

    25% {
        opacity: 1
    }

    49.99% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    75% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@keyframes rotate {
    0% {
        stroke: #2d3773;
        transform: rotate(0deg)
    }

    50% {
        stroke: #b4559b;
        transform: rotate(180deg)
    }

    to {
        stroke: #2d3773;
        transform: rotate(1turn)
    }
}

@keyframes bird {
    0% {
        transform: translateY(var(--bird-up))
    }

    50% {
        transform: translateY(var(--bird-down))
    }

    to {
        transform: translateY(var(--bird-up))
    }
}

.a-link {
    --color: var(--New-Main, #b4559b);
    fill: var(--color);
    align-items: center;
    color: var(--color);
    -moz-column-gap: 4px;
    column-gap: 4px;
    display: inline-flex;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content
}

.a-link:hover {
    text-decoration: underline
}

.a-link svg {
    flex-shrink: 0;
    height: 10px;
    transform-origin: center center;
    transition: .2s ease-in-out;
    width: 10px
}

@media (min-width:768px) {
    .a-link {
        font-size: 16px
    }
}

.a-more {
    --color: var(--New-Main, #b4559b);
    fill: var(--color);
    align-items: center;
    color: var(--color);
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: inline-flex;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content
}

.a-more:hover {
    text-decoration: underline
}

.a-more svg {
    flex-shrink: 0;
    height: 44px;
    transform-origin: center center;
    transition: .2s ease-in-out;
    width: 44px
}

@media (min-width:768px) {
    .a-more svg {
        height: 55px;
        width: 55px
    }

    .a-more {
        font-size: 16px
    }
}

.b-flat {
    --color: #fff;
    --opacity: 0;
    fill: var(--color);
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 24px;
    color: var(--color);
    display: flex;
    flex-shrink: 0;
    font-size: 15px;
    font-weight: 500;
    gap: 8px;
    height: 48px;
    justify-content: center;
    line-height: 1.2;
    outline: none;
    overflow: hidden;
    padding: 15px 22px;
    position: relative;
    text-decoration: none;
    transition: color .2s linear, fill .2s linear;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1
}

.b-flat:before {
    background: var(--New-Main-on-dark, #d06ab5);
    inset: 0
}

.b-flat:after, .b-flat:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -2
}

.b-flat:after {
    background: #fff;
    border-radius: 22px;
    inset: 2px;
    opacity: var(--opacity);
    transition: opacity .2s linear
}

.b-flat:hover {
    --color: var(--New-Main-on-dark, #d06ab5);
    --opacity: 1
}

.b-flat svg {
    flex-shrink: 0;
    height: 12px;
    width: 26px
}

.cases {
    background-color: #faf6ff;
    padding: 40px 0
}

.cases__body {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.cases__title {
    color: #040e2b;
    margin: 0 0 20px
}

.cases-filters {
    border-bottom: 1px solid #dedee5;
    border-top: 1px solid #dedee5
}

@media (min-width:768px) {
    .cases-filters {
        border: none
    }
}

.cases-filters__body {
    background-color: #fff;
    display: none;
    margin: 0 -12px
}

.cases-filters__body:after {
    content: "";
    display: block;
    padding-bottom: 12px
}

@media (min-width:768px) {
    .cases-filters__body:after {
        display: none
    }

    .cases-filters__body {
        align-items: flex-start;
        background-color: transparent;
        display: flex !important;
        gap: 1rem;
        margin: 0;
        padding: 0
    }
}

.cases-filters__title {
    align-items: center;
    color: #040e2b;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    gap: 10px;
    height: 60px;
    justify-content: center;
    line-height: normal;
    text-align: center
}

@media (min-width:768px) {
    .cases-filters__title {
        display: none
    }
}

.cases-filters__title:after {
    background: 50%/contain no-repeat url(/wp-content/uploads/2023/06/filter-arrow-i.svg);
    content: "";
    display: block;
    height: 10px;
    transform: rotate(180deg);
    transition: transform .3s ease-in-out;
    width: 10px
}

.cases-filters__title.opened:after {
    transform: rotate(180deg) scaleY(-1)
}

.cases-filters__list {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 8px;
    margin: 0;
    min-width: 0;
    padding: 12px 40px
}

@media (min-width:768px) {
    .cases-filters__list {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0
    }
}

.cases-filters__name {
    background: 100% no-repeat url(/wp-content/uploads/2023/06/check_marck.svg);
    color: #040e2b;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    line-height: normal;
    margin: 0;
    min-width: 0;
    padding: 10px 30px 10px 0;
    position: relative;
    transition: color .3s ease-in-out, background .3s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media (min-width:768px) {
    .cases-filters__name {
        background: #fff;
        font-size: 14px;
        padding: 10px
    }
}

.cases-filters__name>span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cases-filters__name.selected {
    background-image: url(/wp-content/uploads/2023/06/check_marck_hover.svg)
}

@media (min-width:768px) {
    .cases-filters__name.selected {
        background: #040e2b;
        color: #fff
    }
}

@media (hover:hover) and (min-width:768px) {
    .cases-filters__name:hover {
        background-color: #040e2b;
        color: #fff
    }
}

.cases-filters__clear {
    align-items: center;
    background: transparent;
    border: none;
    color: rgba(4, 14, 43, .5);
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    font-size: 14px;
    justify-content: center;
    line-height: normal;
    margin: 0 auto;
    outline: none;
    padding: 10px 0;
    text-decoration: underline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content
}

.cases-list {
    display: flex;
    flex-direction: column;
    gap: 24px 0
}

@media (min-width:992px) {
    .cases-list {
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(2, 1fr)
    }
}

.cases-pagination {
    padding: 30px 0 20px
}

@media (min-width:992px) {
    .cases-pagination {
        grid-column-end: span 2;
        padding: 50px 0 40px
    }
}

.case {
    justify-content: stretch
}

.case, .case__body {
    display: flex;
    min-width: 0
}

.case__body {
    border-bottom: 1px solid #dedee5;
    cursor: pointer;
    flex-direction: column;
    flex-grow: 1;
    outline: none;
    padding: 0 0 24px;
    text-decoration: none
}

@media (min-width:768px) {
    .case__body {
        border: 1px solid rgba(208, 106, 181, .15);
        padding: 40px;
        transition: background-color .3s ease-in-out
    }

    .case__body:hover {
        background-color: #fff
    }
}

.case_coming_soon .case__body {
    cursor: default
}

.case__pic {
    background-color: #d3d3d3;
    margin-bottom: 20px;
    position: relative
}

@media (min-width:768px) {
    .case__pic {
        margin-bottom: 30px
    }
}

.case__img {
    aspect-ratio: 10/5.7;
    display: block;
    height: 100%;
    max-height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media (min-width:768px) {
    .case__img {
        max-height: 320px
    }
}

.case__label {
    align-items: flex-start;
    background: #b4559b;
    border-radius: 6px 0 0 6px;
    color: #faf7ff;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    padding: 6px 12px;
    right: 0;
    text-transform: uppercase;
    top: 16px;
    white-space: nowrap
}

.case__label, .case__overlay {
    display: flex;
    position: absolute
}

.case__overlay {
    align-items: center;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(4, 14, 42, .7);
    color: #fff;
    flex-direction: column;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 20px;
    text-align: center;
    transition: opacity .3s ease-in-out
}

.case__overlay-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase
}

@media (min-width:768px) {
    .case__overlay-title {
        font-size: 18px
    }
}

.case__overlay-title span {
    color: #d06ab5;
    white-space: nowrap
}

.case__overlay-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px
}

@media (min-width:768px) {
    .case__overlay {
        font-size: 14px
    }
}

.case_coming_soon:hover .case__overlay {
    opacity: 1
}

.case__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 78px;
    padding-left: 98px;
    position: relative
}

@media (min-width:768px) {
    .case__content {
        min-height: unset;
        padding-left: unset;
        position: static
    }
}

.case__tags {
    color: #ab51d5;
    font-size: 12px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (min-width:768px) {
    .case__tags {
        font-size: 14px
    }
}

.case__tags>span:not(:last-child):after {
    content: "|";
    padding: 0 10px
}

@media (min-width:768px) {
    .case__info {
        align-items: center;
        display: flex;
        gap: 0 20px
    }
}

.case__title {
    color: var(--dark-01-dark, #040e2a);
    flex-grow: 1;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    transition: color .3s ease-in-out
}

@media (min-width:768px) {
    .case__title {
        font-size: 25px;
        line-height: 32px
    }

    .case:hover .case__title {
        color: #d06ab5
    }
}

.case__logo {
    align-items: center;
    align-self: flex-start;
    border: 1px solid rgba(4, 14, 42, .15);
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    height: 78px;
    justify-content: center;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 78px
}

@media (min-width:768px) {
    .case__logo {
        height: 118px;
        position: static;
        width: 118px
    }
}

.case__more {
    align-items: center;
    color: #040e2b;
    display: flex;
    font-size: 14px;
    gap: 0 10px;
    line-height: 26px;
    margin-top: auto;
    padding-top: 20px
}

@media (min-width:768px) {
    .case__more {
        padding-top: 4px
    }
}

.case__more-icon {
    fill: #d06ab5;
    height: 15px;
    width: 15px
}

.similar-articles {
    background-color: #faf6ff;
    padding: 60px 0
}

.similar-articles__title {
    color: #040e2b;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 15px
}

@media (min-width:768px) {
    .similar-articles__title {
        font-size: 24px;
        margin: 0 0 20px
    }
}

.similar-articles__list {
    -ms-overflow-style: none;
    display: flex;
    gap: 12px;
    margin: 0 -12px;
    overflow: auto;
    padding: 0 12px;
    scrollbar-width: none
}

.similar-articles__list::-webkit-scrollbar {
    display: none
}

@media (min-width:768px) {
    .similar-articles__list {
        gap: 30px;
        margin: 0 -15px;
        padding: 0 15px
    }
}

@media (min-width:1320px) {
    .similar-articles__list {
        margin: 0;
        overflow: unset;
        padding: 0
    }
}

.similar-article {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    min-width: 0;
    width: 290px
}

@media (min-width:768px) {
    .similar-article {
        width: 300px
    }
}

@media (min-width:1320px) {
    .similar-article {
        flex-grow: 1;
        max-width: 300px;
        width: auto
    }
}

.similar-article__pic {
    background-color: #d3d3d3;
    height: 170px;
    margin-bottom: 12px;
    overflow: hidden
}

@media (min-width:768px) {
    .similar-article__pic {
        margin-bottom: 14px
    }
}

.similar-article__img {
    border: none;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: transform .3s ease-in-out;
    width: 100%
}

.similar-article:hover .similar-article__img {
    transform: scale(1.25)
}

.similar-article__category {
    color: rgba(4, 14, 43, .5);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    min-width: 0;
    overflow: hidden;
    text-decoration: none;
    transition: color .3s ease-in-out
}

@media (min-width:768px) {
    .similar-article__category {
        font-size: 16px;
        margin-bottom: 4px
    }
}

.similar-article__category>span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.similar-article__title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #040e2b;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    overflow: hidden
}

@media (min-width:768px) {
    .similar-article__title {
        font-size: 16px
    }
}

.similar-article__link {
    color: inherit;
    text-decoration: none;
    transition: color .3s ease-in-out
}

.similar-article:hover .similar-article__link, .similar-article__link:hover {
    color: #b4559b
}

.heroslide {
    background: top/cover no-repeat fixed #0d0e12;
    display: flex;
    flex-direction: column;
    margin-top: calc(var(--header-height)*-1);
    min-height: min(100vh, 1080px)
}

@supports (-webkit-touch-callout:none) {
    .heroslide {
        background-attachment: unset
    }
}

.heroslide__blur {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(4, 14, 42, .2);
    min-height: 400px;
    padding-top: var(--header-height)
}

@media (min-width:768px) {
    .heroslide__blur {
        min-height: 500px
    }
}

.heroslide__body {
    padding: 90px 16px 80px
}

@media (min-width:768px) {
    .heroslide__body {
        grid-gap: 30px;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        padding: 110px 0 80px
    }
}

.heroslide__content {
    display: flex;
    flex-direction: column;
    gap: 12px
}

@media (min-width:768px) {
    .heroslide__content {
        gap: 20px;
        grid-column: 2/span 8
    }
}

.heroslide__title {
    color: #f2f2f2;
    font-size: 25px;
    font-weight: 700;
    line-height: 33px;
    margin: 0
}

@media (min-width:768px) {
    .heroslide__title {
        font-size: 48px;
        line-height: 53px
    }
}

.heroslide__mark {
    color: #d06ab5
}

.heroslide__mark:empty {
    display: none
}

.heroslide__text {
    color: hsla(0, 0%, 95%, .8);
    font-size: 18px;
    line-height: 30px
}

.heroslide__btns {
    grid-gap: 8px 16px;
    display: flex;
    flex-wrap: wrap
}

.home-take {
    margin-top: auto;
    padding: 20px 0
}

@media (min-width:768px) {
    .home-take {
        padding: 30px 0
    }
}

.home-take__body {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.home-take__slider {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: hsla(0, 0%, 100%, .05);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 10px;
    justify-content: space-between;
    max-width: 440px;
    opacity: 0;
    padding: 20px 0;
    transition: opacity .3s ease-in-out;
    width: 100%
}

@media (min-width:768px) {
    .home-take__slider {
        padding-top: 32px
    }
}

.home-take__slider.active {
    opacity: 1
}

.home-take__slider {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px
}

@media (min-width:768px) {
    .home-take__slider {
        font-size: 16px;
        line-height: 26px
    }
}

.home-take__slide {
    max-height: 182px;
    overflow: auto;
    padding: 0 24px
}

.home-take__controls {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 24px
}

.home-take__dots {
    align-items: center;
    display: flex;
    gap: 7px
}

.home-take__dots .owl-dot {
    background: transparent;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .3);
    cursor: pointer;
    height: 4px;
    padding: 0;
    width: 4px
}

.home-take__dots .owl-dot.active {
    background: #fff;
    box-shadow: none
}

.home-take__nav {
    align-items: center;
    display: flex;
    gap: 16px
}

.home-take__nav .owl-next, .home-take__nav .owl-prev {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    outline: none;
    padding: 0;
    text-decoration: underline
}

.home-take__nav .owl-next.disabled, .home-take__nav .owl-prev.disabled {
    opacity: .5
}

.home-take__btn {
    align-items: center;
    align-self: flex-start;
    color: #faf6ff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    gap: 15px;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content
}

@media (min-width:768px) {
    .home-take__btn {
        align-self: flex-end;
        font-size: 16px;
        line-height: 24px;
        margin-left: auto
    }
}

.home-take__btn:hover .home-take__btn-img {
    background: #000;
    filter: invert(1)
}

.home-take__btn-img {
    animation: pulse 2s infinite;
    border: 1px solid hsla(0, 0%, 100%, .15);
    border-radius: 50%;
    display: block;
    height: 46px;
    padding: 12px;
    transition: .3s ease-in-out;
    width: 46px
}

@media (min-width:768px) {
    .home-take__btn-img {
        order: 2
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .7)
    }

    70% {
        box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0)
    }

    to {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0)
    }
}

.apps-benefit {
    background-color: #faf6ff;
    padding: 48px 0
}

@media (min-width:768px) {
    .apps-benefit {
        padding: 100px 0
    }

    .apps-benefit__header {
        grid-gap: 0 30px;
        display: grid;
        grid-template-columns: repeat(12, 1fr)
    }
}

.apps-benefit__title {
    color: #130629;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 4px;
    text-align: center
}

@media (min-width:768px) {
    .apps-benefit__title {
        font-size: 30px;
        grid-column: 2/span 10;
        line-height: 45px;
        margin: 0 0 8px;
        text-align: left
    }
}

.apps-benefit__text {
    color: var(--dark-01-dark, #040e2a);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 32px;
    text-align: center
}

@media (min-width:768px) {
    .apps-benefit__text {
        font-size: 16px;
        grid-column: 2/span 10;
        line-height: 26px;
        margin: 0 0 48px;
        text-align: left
    }

    .apps-benefit__content {
        grid-gap: 0 30px;
        display: grid;
        grid-template-columns: repeat(12, 1fr)
    }
}

.apps-benefit__card {
    border-bottom: 1px solid #dadbe1;
    border-top: 1px solid #dadbe1;
    padding: 32px 0
}

@media (min-width:768px) {
    .apps-benefit__card {
        border-bottom: none;
        grid-column: 2/span 5;
        max-width: 480px;
        padding: 40px 0
    }

    .apps-benefit__card:last-child, .apps-benefit__card:nth-last-child(2) {
        border-bottom: 1px solid #dadbe1
    }

    .apps-benefit__card:nth-child(2n) {
        grid-column-start: 7
    }
}

.apps-benefit__subtitle {
    color: var(--dark-01-dark, #040e2a);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 16px
}

@media (min-width:768px) {
    .apps-benefit__subtitle {
        font-size: 25px;
        line-height: 32px
    }
}

.apps-benefit__desc {
    color: var(--dark-01-dark, #040e2a);
    font-size: 15px;
    line-height: 24px
}

@media (min-width:768px) {
    .apps-benefit__desc {
        font-size: 16px;
        line-height: 26px
    }
}

.core-principles {
    background-color: #faf6ff;
    padding: 48px 0
}

@media (min-width:768px) {
    .core-principles {
        padding: 100px 0
    }
}

.core-principles__title {
    color: var(--dark-01-dark, #040e2a);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 32px;
    text-align: center
}

@media (min-width:768px) {
    .core-principles__title {
        font-size: 30px;
        line-height: 45px;
        margin: 0 auto 48px;
        max-width: 635px
    }
}

.core-principles__body {
    border-bottom: 1px solid #dadbe1
}

@media (min-width:768px) {
    .core-principles__body {
        border-top: 1px solid #dadbe1;
        display: flex;
        gap: 0 30px
    }
}

.core-principles__card {
    border-top: 1px solid #dadbe1;
    padding: 20px 0
}

@media (min-width:768px) {
    .core-principles__card {
        border-top: none;
        flex: 1 0 0;
        padding: 56px 0 48px
    }

    .core-principles__card-body {
        max-width: 350px
    }
}

.core-principles__pic {
    display: block;
    height: 64px;
    margin: 0 0 12px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 64px
}

@media (min-width:768px) {
    .core-principles__pic {
        height: 96px;
        margin: 0 0 24px;
        width: 96px
    }
}

.core-principles__text {
    color: var(--dark-01-dark, #040e2a);
    font-size: 15px;
    line-height: 26px
}

@media (min-width:768px) {
    .core-principles__text {
        font-size: 16px
    }
}

.core-principles__text p {
    margin: 0
}

.core-principles__text p+p {
    margin-top: 26px
}

.core-principles__text b, .core-principles__text strong {
    color: #b4559b
}

.legacy-software {
    background-color: #faf6ff;
    padding: 48px 0
}

@media (min-width:768px) {
    .legacy-software {
        padding: 100px 0
    }
}

.legacy-software__title {
    color: #130629;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 24px;
    text-align: center
}

@media (min-width:768px) {
    .legacy-software__title {
        font-size: 30px;
        line-height: 45px;
        margin: 0 auto 48px;
        max-width: 850px
    }
}

.legacy-software__pic {
    display: block;
    margin: 0 0 24px;
    max-height: 158px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    transform: scaleX(-1);
    width: 100%
}

@media (min-width:768px) {
    .legacy-software__pic {
        margin: 0 0 48px;
        max-height: 380px
    }

    .legacy-software__body {
        border-bottom: 1px solid #dadbe1;
        border-top: 1px solid #dadbe1;
        display: flex;
        gap: 0 30px
    }
}

.legacy-software__card {
    border-bottom: 1px solid #dadbe1;
    border-top: 1px solid #dadbe1;
    color: var(--dark-01-dark, #040e2a);
    flex: 1 0 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 32px 0
}

@media (min-width:768px) {
    .legacy-software__card {
        border-bottom: none;
        border-top: none;
        font-size: 16px;
        line-height: 26px;
        padding: 56px 0;
        text-align: left
    }

    .legacy-software__text {
        max-width: 348px
    }
}

.choose-soloway {
    background-color: #051235;
    padding: 48px 0
}

@media (min-width:768px) {
    .choose-soloway {
        padding: 100px 0
    }

    .choose-soloway__header {
        grid-gap: 0 30px;
        display: grid;
        grid-template-columns: repeat(12, 1fr)
    }
}

.choose-soloway__title {
    color: #faf6ff;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 24px;
    text-align: center
}

@media (min-width:768px) {
    .choose-soloway__title {
        font-size: 30px;
        line-height: 45px;
        margin: 0 0 48px;
        max-width: 740px;
        text-align: left
    }

    .choose-soloway__body {
        border-bottom: 1px solid #dadbe1;
        border-top: 1px solid #dadbe1;
        display: flex;
        gap: 0 30px
    }
}

.choose-soloway__card {
    border-bottom: 1px solid #dadbe1;
    border-top: 1px solid #dadbe1;
    padding: 32px 0
}

@media (min-width:768px) {
    .choose-soloway__card {
        border-bottom: none;
        border-top: none;
        flex: 1 0 0;
        padding: 56px 0 30px
    }

    .choose-soloway__card-body {
        max-width: 350px
    }
}

.choose-soloway__subtitle {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 16px
}

@media (min-width:768px) {
    .choose-soloway__subtitle {
        margin: 0 0 24px
    }
}

.choose-soloway__descr {
    color: #fff;
    font-size: 15px;
    line-height: 24px
}

@media (min-width:768px) {
    .choose-soloway__descr {
        font-size: 16px;
        line-height: 26px
    }
}

.our-fundamentals {
    background-color: #fff;
    padding: 48px 0
}

@media (min-width:768px) {
    .our-fundamentals {
        /* padding: 100px 0 */
    }
}

.our-fundamentals__title {
    color: var(--dark-01-dark, #040e2a);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 24px;
    text-align: center
}

@media (min-width:768px) {
    .our-fundamentals__title {
        font-size: 30px;
        line-height: 45px;
        margin: 0 0 48px
    }

    .our-fundamentals__body {
        border-bottom: 1px solid #dadbe1;
        border-top: 1px solid #dadbe1;
        display: flex;
        gap: 0 30px
    }
}

.our-fundamentals__card {
    border-bottom: 1px solid #dadbe1;
    border-top: 1px solid #dadbe1;
    padding: 32px 0
}

@media (min-width:768px) {
    .our-fundamentals__card {
        border-bottom: none;
        border-top: none;
        flex: 1 0 0;
        padding: 56px 0 30px
    }

    .our-fundamentals__card-body {
        max-width: 350px
    }
}

.our-fundamentals__subtitle {
    color: #b4559b;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 12px
}

@media (min-width:768px) {
    .our-fundamentals__subtitle {
        font-size: 25px;
        line-height: 32px;
        margin: 0 0 18px
    }
}

.our-fundamentals__descr {
    color: var(--dark-01-dark, #040e2a);
    font-size: 15px;
    line-height: 24px
}

@media (min-width:768px) {
    .our-fundamentals__descr {
        font-size: 16px;
        line-height: 26px
    }
}

.we-appreciate {
    background-color: #fff;
    padding: 48px 0
}

@media (min-width:768px) {
    .we-appreciate {
        padding: 100px 0
    }

    .we-appreciate__header {
        grid-gap: 0 30px;
        display: grid;
        grid-template-columns: repeat(12, 1fr)
    }
}

.we-appreciate__title {
    color: var(--dark-01-dark, #040e2a);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 24px;
    text-align: center
}

@media (min-width:768px) {
    .we-appreciate__title {
        font-size: 30px;
        grid-column: 2/span 10;
        line-height: 45px;
        margin: 0 0 48px;
        text-align: left
    }
}

.we-appreciate__text {
    color: var(--dark-01-dark, #040e2a);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 32px;
    text-align: center
}

@media (min-width:768px) {
    .we-appreciate__text {
        font-size: 16px;
        grid-column: 2/span 10;
        line-height: 26px;
        margin: 0 0 48px;
        text-align: left
    }

    .we-appreciate__content {
        grid-gap: 0 30px;
        display: grid;
        grid-template-columns: repeat(12, 1fr)
    }
}

.we-appreciate__card {
    border-bottom: 1px solid #dadbe1;
    border-top: 1px solid #dadbe1;
    padding: 32px 0
}

@media (min-width:768px) {
    .we-appreciate__card {
        border-bottom: none;
        grid-column: 2/span 5;
        max-width: 480px;
        padding: 40px 0
    }

    .we-appreciate__card:last-child, .we-appreciate__card:nth-last-child(2) {
        border-bottom: 1px solid #dadbe1
    }

    .we-appreciate__card:nth-child(2n) {
        grid-column-start: 7
    }
}

.we-appreciate__subtitle {
    color: var(--dark-01-dark, #040e2a);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 16px
}

@media (min-width:768px) {
    .we-appreciate__subtitle {
        font-size: 25px;
        line-height: 32px
    }
}

.we-appreciate__desc {
    color: var(--dark-01-dark, #040e2a);
    font-size: 15px;
    line-height: 24px
}

@media (min-width:768px) {
    .we-appreciate__desc {
        font-size: 16px;
        line-height: 26px
    }
}

.work-with {
    background-color: #fbf6ff;
    padding: 48px 0
}

@media (min-width:768px) {
    .work-with {
        padding: 100px 0
    }

    .work-with__body {
        display: flex;
        flex-direction: column;
        gap: 30px
    }
}

@media (min-width:992px) {
    .work-with__body {
        flex-direction: row
    }
}

.work-with__card {
    grid-gap: 20px;
    display: grid;
    grid-template-areas: "p w""d d";
    grid-template-columns: 85px auto
}

@media (min-width:992px) {
    .work-with__card {
        display: block;
        flex: 1 0 0
    }
}

.work-with__worker {
    align-self: center;
    grid-area: w
}

.work-with__pic {
    border-radius: 50%;
    display: block;
    grid-area: p;
    height: 85px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 85px
}

@media (min-width:992px) {
    .work-with__pic {
        height: 124px;
        margin-bottom: 36px;
        width: 124px
    }
}

.work-with__name {
    color: #b4559b;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin: 0
}

@media (min-width:768px) {
    .work-with__name {
        font-size: 16px
    }
}

.work-with__position {
    color: rgna(#040e2a, .5);
    font-size: 14px;
    font-weight: 300;
    line-height: 26px
}

.work-with__descr {
    color: var(--dark-01-dark, #040e2a);
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    grid-area: d;
    line-height: 24px
}

@media (min-width:768px) {
    .work-with__descr {
        font-size: 18px;
        line-height: 31px
    }
}

@media (min-width:992px) {
    .work-with__descr {
        margin-bottom: 16px
    }
}

.complex-services {
    background-color: #fff;
    padding: 48px 0
}

@media (min-width:768px) {
    .complex-services {
        padding: 100px 0
    }

    .complex-services__header {
        grid-gap: 0 30px;
        display: grid;
        grid-template-columns: repeat(12, 1fr)
    }
}

.complex-services__title {
    color: #130629;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 4px;
    text-align: center
}

@media (min-width:768px) {
    .complex-services__title {
        font-size: 30px;
        grid-column: 2/span 8;
        line-height: 45px;
        margin: 0 0 8px;
        text-align: left
    }
}

.complex-services__text {
    color: var(--dark-01-dark, #040e2a);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 32px;
    text-align: center
}

@media (min-width:768px) {
    .complex-services__text {
        font-size: 16px;
        grid-column: 2/span 6;
        line-height: 26px;
        margin: 0 0 48px;
        text-align: left
    }

    .complex-services__content {
        grid-gap: 0 30px;
        display: grid;
        grid-template-columns: repeat(12, 1fr)
    }
}

.complex-services__card {
    border-bottom: 1px solid #dadbe1;
    border-top: 1px solid #dadbe1;
    padding: 32px 0
}

@media (min-width:768px) {
    .complex-services__card {
        border-bottom: none;
        grid-column: 2/span 5;
        max-width: 480px;
        padding: 40px 0
    }

    .complex-services__card:last-child, .complex-services__card:nth-last-child(2) {
        border-bottom: 1px solid #dadbe1
    }

    .complex-services__card:nth-child(2n) {
        grid-column-start: 7
    }
}

.complex-services__subtitle {
    color: var(--dark-01-dark, #040e2a);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 16px
}

@media (min-width:768px) {
    .complex-services__subtitle {
        font-size: 25px;
        line-height: 32px
    }
}

.complex-services__desc {
    color: var(--dark-01-dark, #040e2a);
    font-size: 15px;
    line-height: 24px
}

@media (min-width:768px) {
    .complex-services__desc {
        font-size: 16px;
        line-height: 26px
    }
}

.strong-principles {
    background-color: #faf6ff;
    padding: 48px 0
}

@media (min-width:768px) {
    .strong-principles {
        padding: 100px 0
    }
}

.strong-principles__title {
    color: var(--dark-01-dark, #040e2a);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 24px;
    text-align: center
}

@media (min-width:768px) {
    .strong-principles__title {
        font-size: 30px;
        line-height: 45px;
        margin: 0 auto 48px;
        max-width: 750px
    }

    .strong-principles__body {
        border-bottom: 1px solid #dadbe1;
        border-top: 1px solid #dadbe1;
        display: flex;
        gap: 0 30px
    }
}

.strong-principles__card {
    border-bottom: 1px solid #dadbe1;
    border-top: 1px solid #dadbe1;
    padding: 32px 0
}

@media (min-width:768px) {
    .strong-principles__card {
        border-bottom: none;
        border-top: none;
        flex: 1 0 0;
        padding: 56px 0
    }

    .strong-principles__card-body {
        max-width: 350px
    }
}

.strong-principles__subtitle {
    color: #b4559b;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 12px
}

@media (min-width:768px) {
    .strong-principles__subtitle {
        font-size: 25px;
        line-height: 32px;
        margin: 0 0 18px
    }
}

.strong-principles__descr {
    color: var(--dark-01-dark, #040e2a);
    font-size: 15px;
    line-height: 24px
}

@media (min-width:768px) {
    .strong-principles__descr {
        font-size: 16px;
        line-height: 26px
    }
}

.reliable-partner {
    background-color: #faf6ff;
    padding: 48px 0
}

@media (min-width:768px) {
    .reliable-partner {
        padding: 100px 0
    }
}

.reliable-partner__title {
    color: var(--dark-01-dark, #040e2a);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 4px;
    text-align: center
}

@media (min-width:768px) {
    .reliable-partner__title {
        font-size: 30px;
        line-height: 45px;
        margin: 0 0 8px
    }
}

.reliable-partner__text {
    color: var(--dark-01-dark, #040e2a);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 32px;
    text-align: center
}

@media (min-width:768px) {
    .reliable-partner__text {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 48px
    }

    .reliable-partner__body {
        border-bottom: 1px solid #dadbe1;
        border-top: 1px solid #dadbe1;
        display: flex;
        gap: 0 30px
    }
}

.reliable-partner__card {
    border-bottom: 1px solid #dadbe1;
    border-top: 1px solid #dadbe1;
    padding: 32px 0
}

@media (min-width:768px) {
    .reliable-partner__card {
        border-bottom: none;
        border-top: none;
        flex: 1 0 0;
        padding: 56px 0
    }

    .reliable-partner__card-body {
        max-width: 350px
    }
}

.reliable-partner__subtitle {
    color: var(--dark-01-dark, #040e2a);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 12px
}

@media (min-width:768px) {
    .reliable-partner__subtitle {
        font-size: 25px;
        line-height: 32px;
        margin: 0 0 18px
    }
}

.reliable-partner__descr {
    color: var(--dark-01-dark, #040e2a);
    font-size: 15px;
    line-height: 24px
}

@media (min-width:768px) {
    .reliable-partner__descr {
        font-size: 16px;
        line-height: 26px
    }
}

.reliable-partner__descr strong {
    color: #b4559b
}

.case-studies {
    background: 50%/cover no-repeat #040e2a
}

@media (min-width:992px) {
    .case-studies__body {
        display: grid;
        gap: 0 30px;
        grid-template-columns: repeat(12, 1fr)
    }
}

.case-studies__content {
    padding: 48px 0 56px
}

@media (min-width:992px) {
    .case-studies__content {
        grid-column: 2/span 5;
        padding: 100px 0
    }
}

.case-studies__header {
    margin: 0 0 24px;
    padding: 0 20px
}

@media (min-width:992px) {
    .case-studies__header {
        margin: 0 0 40px;
        padding: 0
    }
}

.case-studies__title {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 16px
}

@media (min-width:992px) {
    .case-studies__title {
        font-size: 30px;
        line-height: 45px;
        margin: 0 0 10px
    }
}

.case-studies__text {
    color: #fff;
    font-size: 15px;
    line-height: 24px
}

@media (min-width:992px) {
    .case-studies__text {
        font-size: 16px;
        line-height: 26px
    }
}

.case-studies__cases {
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    border-top: 1px solid hsla(0, 0%, 100%, .3);
    display: flex;
    flex-wrap: wrap;
    gap: 42px;
    justify-content: center;
    margin: 0 0 24px;
    padding: 32px 24px
}

@media (min-width:992px) {
    .case-studies__cases {
        gap: 56px 66px;
        justify-content: flex-start;
        margin: 0 0 40px;
        padding: 56px 0 48px
    }
}

.case-studies__case {
    align-items: center;
    background: #cecfd6;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 71px;
    justify-content: center;
    outline: none;
    padding: 10px;
    transition: transform .3s ease-in-out, background-color .3s ease-in-out;
    width: 71px
}

@media (min-width:992px) {
    .case-studies__case {
        height: 106px;
        width: 106px
    }
}

.case-studies__case.active, .case-studies__case:hover {
    background-color: #fff;
    transform: scale(1.2)
}

.case-studies__btn {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content
}

@media (min-width:992px) {
    .case-studies__btn {
        margin: 0
    }
}

@media (max-width:424.8px) {
    .case-studies__btn .btn-text {
        font-size: 10px
    }
}

.case-studies__logo {
    max-width: 100%
}

.case-studies__layouts {
    align-items: flex-end;
    display: grid;
    grid-template-areas: "l";
    justify-content: center;
    max-height: 214px
}

@media (min-width:992px) {
    .case-studies__layouts {
        align-self: flex-end;
        grid-column-end: span 6;
        height: 440px;
        max-height: unset
    }
}

.case-studies__layout {
    grid-area: l;
    height: 100%;
    min-height: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.case-studies__layout.active {
    opacity: 1
}

.case-studies__pic {
    display: block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom center;
    object-position: bottom center;
    width: 100%
}

.statistic {
    background: var(--light-violet, #faf6ff);
    padding: 24px 0
}

@media (min-width:768px) {
    .statistic {
        padding: 56px 0
    }
}

@media (max-width:767.8px) {
    .statistic--last {
        padding-bottom: 0
    }
}

.statistic__body {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 0;
    margin-inline: -4px
}

@media (min-width:992px) {
    .statistic__body {
        gap: 24px 0;
        margin-inline: -15px
    }
}

@media (max-width:767.8px) {
    .statistic--large .statistic__card {
        flex-basis: 50%;
        max-width: 50%
    }
}

.statistic__card {
    color: var(--dark-01-dark, #040e2a);
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    font-size: 25px;
    font-weight: 700;
    gap: 4px;
    line-height: 33px;
    margin: 0;
    padding-inline: 4px;
    text-align: center
}

@media (min-width:992px) {
    .statistic__card {
        font-size: 45px;
        line-height: 53px;
        padding-inline: 15px
    }
}

@media (max-width:767.8px) {
    .statistic__card:nth-child(5) {
        align-items: center;
        background: #b4559b;
        color: #fff;
        flex-basis: 100%;
        flex-direction: row;
        justify-content: center;
        margin: 0 -8px;
        max-width: unset;
        padding: 16px 12px
    }
}

.statistic__card-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

@media (min-width:992px) {
    .statistic__card-text {
        font-size: 16px;
        line-height: 26px
    }
}

.ecompanies {
    padding: 24px 0
}

@media (min-width:768px) {
    .ecompanies {
        padding: 56px 0
    }
}

.ecompanies__body {
    grid-gap: 16px;
    display: grid
}

@media (min-width:992px) {
    .ecompanies__body {
        grid-gap: 30px;
        grid-template-columns: repeat(12, 1fr)
    }
}

.ecompanies__title {
    color: var(--dark-01-dark, #040e2a);
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: center
}

@media (min-width:768px) {
    .ecompanies__title {
        font-size: 16px
    }
}

@media (min-width:992px) {
    .ecompanies__title {
        grid-column: span 3;
        text-align: left
    }
}

.ecompanies__list {
    grid-gap: 24px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr))
}

@media (min-width:992px) {
    .ecompanies__list {
        grid-column: span 9
    }
}

.ecompanies__card {
    align-items: center;
    border-right: 1px solid rgba(4, 14, 42, .2);
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 0 16px
}

.ecompanies__card:last-of-type {
    border-right: none
}

@media (min-width:992px) {
    .ecompanies__card {
        height: 58px;
        padding: 0 24px
    }
}

.ecompanies__card-link {
    align-items: center;
    display: flex;
    justify-content: center
}

.ecompanies__card-img {
    display: block;
    max-height: 40px
}

@media (min-width:992px) {
    .ecompanies__card-img {
        max-height: 58px
    }
}

.info {
    background: no-repeat 50%/cover #1e2346;
    color: var(--white-02-white, #fff);
    padding-block: 48px
}

@media (min-width:768px) {
    .info {
        padding-block: 104px
    }

    .info__body {
        display: grid;
        grid-template-columns: repeat(12, 1fr)
    }
}

.info__content {
    padding-inline: 20px
}

@media (min-width:768px) {
    .info__content {
        grid-column: 2/span 8;
        padding-inline: 0
    }
}

.info__title {
    color: var(--white-02-white, #fff);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 16px
}

.info__title:last-child {
    margin: 0
}

@media (min-width:768px) {
    .info__title {
        font-size: 25px;
        line-height: 32px
    }
}

.info__text {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 24px;
    max-width: 675px
}

.info__text:last-child {
    margin: 0
}

@media (min-width:768px) {
    .info__text {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 32px
    }
}

.info__text p {
    margin: 0
}

.info__text p+p {
    margin-top: 24px
}

@media (min-width:768px) {
    .info__text p+p {
        margin-top: 26px
    }
}

.info__btn {
    display: flex;
    margin-top: 24px
}

@media (min-width:768px) {
    .info__btn {
        margin-top: 32px
    }
}

.dev-services {
    background: #fff;
    padding: 48px 0
}

.dev-services--color {
    background: var(--light-violet, #faf6ff)
}

@media (min-width:768px) {
    .dev-services {
        padding: 104px 0
    }
}

.dev-services__head {
    margin: 0 auto 24px;
    max-width: 960px
}

@media (min-width:768px) {
    .dev-services__head {
        margin: 0 auto 48px
    }
}

.dev-services__title {
    color: var(--dark-01-dark, #040e2a);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
    text-align: center
}

@media (min-width:768px) {
    .dev-services__title {
        font-size: 30px;
        line-height: 40px
    }
}

.dev-services__subtitle {
    color: rgba(4, 14, 42, .7);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 8px 0 0;
    text-align: center
}

@media (min-width:768px) {
    .dev-services__subtitle {
        font-size: 16px;
        line-height: 26px
    }
}

.dev-services__supertitle {
    color: rgba(4, 14, 42, .7);
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 10px;
    text-align: center
}

@media (min-width:768px) {
    .dev-services__supertitle {
        font-size: 16px;
        line-height: 26px
    }
}

.dev-services__info {
    border-top: 1px solid #dadbe1;
    padding: 28px 0
}

@media (min-width:768px) {
    .dev-services__info {
        padding: 56px 0
    }
}

.dev-services__info-body {
    margin-inline: auto;
    max-width: 960px
}

.dev-services__info-title {
    color: var(--dark-02, rgba(4, 14, 42, .8));
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    text-align: center
}

@media (min-width:768px) {
    .dev-services__info-title {
        font-size: 18px;
        line-height: 32px
    }
}

.dev-services__info-subtitle {
    color: var(--dark-02, rgba(4, 14, 42, .8));
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    text-align: center
}

@media (min-width:768px) {
    .dev-services__info-subtitle {
        font-size: 16px;
        line-height: 26px
    }
}

.dev-services__info-title+.dev-services__info-subtitle {
    margin-top: 8px
}

.dev-services__list {
    grid-gap: 8px 0;
    display: grid
}

@media (min-width:768px) {
    .dev-services__list {
        grid-gap: 30px;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:1200px) {
    .dev-services__list {
        grid-template-columns: repeat(4, 1fr)
    }
}

.dev-services__list+.dev-services__list {
    margin-top: 8px
}

@media (min-width:768px) {
    .dev-services__list+.dev-services__list {
        margin-top: 30px
    }
}

.dev-services__card {
    border: 1px solid #dadbe1;
    padding: 32px 20px
}

.dev-services__card-title {
    color: var(--dark-01-dark, #040e2a);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 10px
}

@media (min-width:768px) {
    .dev-services__card-title {
        font-size: 18px;
        line-height: 26px
    }
}

.dev-services__card-text {
    color: rgba(4, 14, 42, .8);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px
}

@media (min-width:768px) {
    .dev-services__card-text {
        font-size: 16px;
        line-height: 26px
    }
}

.dev-services__card-text p {
    margin: 0
}

.dev-services__card-text p+p {
    margin-top: 24px
}

@media (min-width:768px) {
    .dev-services__card-text p+p {
        margin-top: 26px
    }
}

.dev-services__card-brands {
    display: flex;
    flex-wrap: wrap;
    margin: 24px 0 0;
    padding: 0
}

@media (min-width:768px) {
    .dev-services__card-brands {
        margin: 32px 0 0
    }
}

.dev-services__card-brand {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 10px
}

@media (max-width:767.8px) {
    .dev-services__card-brand {
        border-right: 1px solid #dedee5;
        height: 60px;
        width: 25%
    }

    .dev-services__card-brand:nth-child(n+5) {
        border-top: 1px solid #dedee5
    }

    .dev-services__card-brand:nth-child(4n) {
        border-right: transparent
    }
}

@media (min-width:768px) {
    .dev-services__card-brand {
        height: 72px;
        width: 50%
    }

    .dev-services__card-brand:nth-child(odd) {
        border-right: 1px solid #dedee5
    }

    .dev-services__card-brand:nth-child(n+3) {
        border-top: 1px solid #dedee5
    }
}

.dev-services__card-brand-img {
    display: block;
    max-height: 100%
}

.eticketing-benefits {
    background: var(--light-violet, #faf6ff);
    padding: 48px 0
}

@media (min-width:768px) {
    .eticketing-benefits {
        padding: 104px 0
    }
}

.eticketing-benefits__head {
    margin: 0 0 32px
}

@media (min-width:768px) {
    .eticketing-benefits__head {
        grid-gap: 30px;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        margin: 0 0 64px
    }
}

.eticketing-benefits__title {
    color: var(--dark-01-dark, #040e2a);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
    text-align: left
}

@media (min-width:768px) {
    .eticketing-benefits__title {
        font-size: 30px;
        grid-column: 2/span 9;
        line-height: 45px;
        margin: 0
    }
}

.eticketing-benefits__list {
    grid-gap: 32px 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin: 0;
    padding: 0
}

@media (min-width:768px) {
    .eticketing-benefits__list {
        grid-template-columns: repeat(12, 1fr)
    }
}

.eticketing-benefits__list-item {
    align-items: flex-start;
    color: var(--dark-02, rgba(4, 14, 42, .8));
    display: flex;
    font-size: 15px;
    font-weight: 400;
    gap: 19px;
    line-height: 26px;
    list-style: none
}

@media (min-width:768px) {
    .eticketing-benefits__list-item {
        font-size: 16px;
        margin-left: -43px;
        padding-top: 2px
    }
}

.eticketing-benefits__list-item:before {
    background: no-repeat 50%/contain var(--marker);
    content: "";
    display: block;
    flex-shrink: 0;
    height: 24px;
    width: 24px
}

@media (min-width:768px) {
    .eticketing-benefits__list-item:nth-child(odd) {
        grid-column: 2/span 5
    }

    .eticketing-benefits__list-item:nth-child(2n) {
        grid-column: 8/span 5
    }
}

@media (min-width:992px) {
    .eticketing-benefits__list-item:nth-child(3n+1) {
        grid-column: 2/span 3
    }

    .eticketing-benefits__list-item:nth-child(3n+2) {
        grid-column: 6/span 3
    }

    .eticketing-benefits__list-item:nth-child(3n+3) {
        grid-column: 10/span 3
    }
}

.tabs {
    background: var(--light-violet, #faf6ff);
    padding-block: 48px
}

@media (min-width:768px) {
    .tabs {
        padding-block: 104px
    }
}

@media (min-width:992px) {
    .tabs {
        padding-block: 104px 0
    }
}

.tabs__head {
    margin: 0 0 32px
}

@media (min-width:768px) {
    .tabs__head {
        margin: 0 0 64px
    }
}

.tabs__title {
    color: var(--dark-01-dark, #040e2a);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
    text-align: center
}

@media (min-width:768px) {
    .tabs__title {
        font-size: 30px;
        line-height: 45px;
        text-align: center
    }
}

.tabs__subtitle {
    color: var(--dark-02, rgba(4, 14, 42, .8));
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 4px 0 0;
    text-align: center
}

@media (min-width:768px) {
    .tabs__subtitle {
        font-size: 18px;
        line-height: 28px;
        margin: 8px 0 0;
        text-align: center
    }
}

@media (min-width:992px) {
    .tabs__body {
        background: #fff;
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 50%, #fff 0, #fff)
    }

    .tabs__content {
        grid-gap: 30px;
        display: grid;
        grid-template-columns: repeat(12, 1fr)
    }
}

.tabs__panels {
    counter-reset: tabs
}

@media (min-width:992px) {
    .tabs__panels {
        background: #fff;
        display: grid;
        grid-column: 5/span 8;
        grid-template-areas: "a"
    }
}

@media (min-width:1200px) {
    .tabs__panels {
        grid-column: 4/span 9
    }
}

.tabs__panel {
    border-top: 1px solid #dedee5;
    padding: 32px 12px
}

@media (min-width:992px) {
    .tabs__panel {
        border: none;
        grid-area: a;
        margin: 0;
        opacity: 0;
        padding: 72px 54px;
        pointer-events: none
    }
}

@media (max-width:991.8px) {
    .tabs__panel:last-of-type {
        border-bottom: 1px solid #dedee5
    }
}

.tabs__panel.active {
    background: #fff;
    opacity: 1;
    pointer-events: auto
}

.tabs__panel-body {
    display: none;
    padding-top: 16px
}

.tabs__panel-body.active {
    display: block
}

@media (min-width:992px) {
    .tabs__panel-body {
        display: block;
        padding-top: 0
    }
}

.tabs__panel-content {
    border-top: 1px solid #dedee5;
    color: rgba(4, 14, 42, .7);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 24px 0
}

@media (min-width:992px) {
    .tabs__panel-content {
        border-top: none;
        font-size: 16px;
        line-height: 26px;
        padding: 0
    }
}

.tabs__panel-content h3 {
    color: var(--dark-01-dark, #040e2a);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 24px
}

@media (min-width:992px) {
    .tabs__panel-content h3 {
        color: #040e2a;
        font-size: 25px;
        font-weight: 700;
        line-height: 32px;
        margin: 0 0 32px
    }
}

.tabs__panel-content--list ol, .tabs__panel-content--list ul {
    margin: 0;
    padding: 0
}

.tabs__panel-content--list ul {
    list-style: none
}

.tabs__panel-content--list ul>li:before {
    background: no-repeat 50%/contain url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='12' fill='none'%3E%3Cpath stroke='%23B4559B' stroke-width='2' d='m1 1 8 5-8 5'/%3E%3C/svg%3E");
    content: "";
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 25px;
    width: 12px
}

@media (min-width:992px) {
    .tabs__panel-content--list ul>li:before {
        top: 38px
    }
}

.tabs__panel-content--list ol {
    list-style-position: inside
}

.tabs__panel-content--list li {
    border-top: 1px solid #dedee5;
    padding: 20px 0 20px 22px;
    position: relative
}

@media (min-width:992px) {
    .tabs__panel-content--list li {
        padding: 32px 32px 24px
    }
}

.tabs__panel-content--list strong {
    color: var(--dark-01-dark, #040e2a);
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    padding: 0 0 8px
}

@media (min-width:992px) {
    .tabs__panel-content--list strong {
        font-size: 18px;
        padding: 0 0 12px
    }
}

.tabs__panel-content--cols ul {
    grid-gap: 16px 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
}

.tabs__panel-content--cols ul>li {
    border-top: 0;
    padding: 0 0 0 22px
}

@media (min-width:992px) {
    .tabs__panel-content--cols ul>li {
        padding: 0 0 0 24px
    }
}

.tabs__panel-content--cols ul>li:before {
    top: 4px
}

@media (min-width:992px) {
    .tabs__panel-content--cols ul>li:before {
        top: 6px
    }
}

.tabs__items {
    counter-reset: tabs;
    display: none
}

@media (min-width:992px) {
    .tabs__items {
        display: flex;
        flex-direction: column;
        gap: 28px;
        grid-column: 1/span 4;
        order: -1;
        padding: 48px 0
    }
}

@media (min-width:1200px) {
    .tabs__items {
        grid-column: 1/span 3
    }
}

@media (min-width:992px) {
    .tabs__panel .tabs__item {
        display: none
    }
}

.tabs__item {
    align-items: flex-start;
    background: transparent;
    border: none;
    color: var(--dark-01-dark, #040e2a);
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    gap: 8px;
    line-height: 26px;
    outline: none;
    padding: 0;
    text-align: left;
    width: 100%
}

@media (min-width:992px) {
    .tabs__item {
        font-size: 18px;
        gap: 24px
    }
}

.tabs__item.active {
    color: var(--new-main, #b4559b);
    font-weight: 700
}

.tabs__item:before {
    color: rgba(4, 14, 42, .5);
    content: "0"counter(tabs) " /";
    counter-increment: tabs;
    display: block;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    width: 32px
}

.tabs__item:nth-of-type(n+11):before {
    content: counter(tabs) " /"
}

.tabs__item:after {
    background: no-repeat 50%/contain url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='none'%3E%3Cpath fill='%23040E2A' d='M5.47 12.53a.75.75 0 0 0 1.06 0l4.773-4.773a.75.75 0 1 0-1.06-1.06L6 10.939 1.757 6.697a.75.75 0 0 0-1.06 1.06L5.47 12.53ZM5.25 0v12h1.5V0h-1.5Z' opacity='.3'/%3E%3C/svg%3E");
    content: "";
    display: block;
    flex-shrink: 0;
    height: 13px;
    margin: 6px 0 0 auto;
    transform-origin: center center;
    width: 12px
}

@media (min-width:992px) {
    .tabs__item:after {
        display: none
    }
}

.tabs__item.active:after {
    transform: scaleY(-1)
}

.map {
    height: 400px
}

@media (min-width:992px) {
    .map {
        height: 800px
    }
}

.map__iframe {
    border: none;
    display: block;
    height: 100%;
    width: 100%
}

@media (min-width:992px) {
    .contacts {
        background: linear-gradient(90deg, #fff, #fff 50%, #faf5ff 0, #faf5ff);
        padding-bottom: 800px;
        position: relative
    }

    .contacts__body {
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(12, 1fr)
    }
}

.contacts-info {
    padding: 48px 20px
}

@media (min-width:992px) {
    .contacts-info {
        grid-column: span 4;
        padding: 104px 0
    }
}

.contacts-info__body {
    margin-inline: auto;
    max-width: 343px
}

.contacts-info__call {
    color: var(--dark-01-dark, #040e2a);
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    padding-inline: 23px
}

@media (min-width:992px) {
    .contacts-info__call {
        padding-inline: 21px
    }
}

.contacts-info__call-text {
    margin: 0 0 18px
}

.contacts-info__call-btn {
    height: 48px;
    justify-content: center;
    width: 100%
}

@media (min-width:992px) {
    .contacts-info__call-btn {
        width: 220px
    }
}

.contacts-info__call-btn span.btn-text22 {
    color: #b4559b
}

.contacts-info__title {
    color: var(--dark-01-dark, #040e2a);
    font-size: 25px;
    font-weight: 700;
    line-height: 33px;
    margin: 0 0 20px
}

@media (min-width:992px) {
    .contacts-info__title {
        font-size: 48px;
        line-height: 53px;
        margin: 0 0 22px
    }
}

.contacts-info__country {
    color: rgba(4, 14, 42, .46);
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
    margin: 0 0 18px
}

.contacts-info__list {
    border-bottom: 1px solid #dadbe1;
    color: #040e2a;
    color: var(--dark-01-dark, #040e2a);
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0 0 20px;
    padding: 0 0 20px 23px;
    row-gap: 14px
}

@media (min-width:992px) {
    .contacts-info__list {
        font-size: 18px;
        margin: 0 0 24px;
        padding: 0 0 24px 21px;
        row-gap: 10px
    }
}

.contacts-info__list-item::marker {
    color: #b4559b;
    font-size: 20px;
    line-height: 1
}

@media (min-width:992px) {
    .contacts-form {
        grid-column: span 8
    }
}

.contacts-form .s-doyoursolo-form {
    margin-inline: -12px;
    padding-inline: 12px
}

@media (min-width:768px) {
    .contacts-form .s-doyoursolo-form {
        margin-inline: -15px;
        padding-inline: 15px
    }
}

@media (min-width:992px) {
    .contacts-form .s-doyoursolo-form {
        margin-inline: 0;
        padding-inline: 0
    }
}

.contacts-map {
    margin-inline: -12px
}

@media (min-width:768px) {
    .contacts-map {
        margin-inline: -15px
    }
}

@media (min-width:992px) {
    .contacts-map {
        bottom: 0;
        height: 800px;
        left: 0;
        margin-inline: 0;
        padding-inline: 0;
        position: absolute;
        right: 0
    }
}

.edtech-heroslide {
    background: no-repeat 50%/100% 100% var(--bg-mobile);
    margin-top: calc(var(--header-height)*-1);
    overflow: hidden;
    padding-block: calc(var(--header-height) + 32px) 475px
}

@media (min-width:768px) {
    .edtech-heroslide {
        background-image: var(--bg);
        padding-block: calc(var(--header-height) + 64px) 412px
    }
}

.edtech-heroslide__body {
    grid-gap: 32px 30px;
    display: grid
}

@media (min-width:768px) {
    .edtech-heroslide__body {
        grid-template-columns: repeat(12, 1fr)
    }
}

.edtech-heroslide__content {
    position: relative
}

@media (min-width:768px) {
    .edtech-heroslide__content {
        grid-column: span 7
    }
}

@media (min-width:992px) {
    .edtech-heroslide__content {
        grid-column: 2/span 6
    }
}

.edtech-heroslide__content .b-flat {
    min-width: 180px
}

@media (min-width:768px) {
    .edtech-heroslide__side {
        grid-column: span 5
    }
}

@media (min-width:992px) {
    .edtech-heroslide__side {
        grid-column: span 4
    }
}

.edtech-heroslide__title {
    color: var(--White-02-White, #fff);
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0 20px;
    max-width: 335px;
    position: relative
}

@media (min-width:768px) {
    .edtech-heroslide__title {
        font-size: 44px;
        line-height: 1.1;
        margin: 0 0 18px;
        max-width: unset
    }
}

.edtech-heroslide__title:before {
    background: no-repeat 50%/contain url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 62 82'%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' opacity='.4'%3E%3Cpath fill='%23D06AB5' d='m7.043 32.922 4.596-4.597 2.121 2.122-4.596 4.596 4.596 4.596-2.121 2.121-4.596-4.596-4.597 4.596L.325 39.64l4.596-4.596-4.596-4.596 2.121-2.122 4.597 4.597Z'/%3E%3Cpath fill='%23A58EE2' d='M47.775 42.545a13.902 13.902 0 0 1 14.17 13.993 13.848 13.848 0 0 1-6.89 11.912v3.237a2.878 2.878 0 0 1-2.878 2.877h-8.268a2.878 2.878 0 0 1-2.878-2.877v-3.24a13.9 13.9 0 0 1 6.744-25.902Zm5.619 4.401A10.9 10.9 0 1 0 43.198 66.21l.833.414v4.941h8.023V66.62l.838-.413a10.847 10.847 0 0 0 6.052-9.684v-.004a10.901 10.901 0 0 0-5.55-9.573ZM41.031 78.454h14.023v3H41.031v-3ZM52 3.5H36v-3h16v3Z'/%3E%3C/g%3E%3C/svg%3E");
    content: "";
    display: block;
    height: 82px;
    position: absolute;
    right: 36px;
    top: 20px;
    width: 62px
}

@media (max-width:374.98px) or (min-width:768px) {
    .edtech-heroslide__title:before {
        display: none
    }
}

.edtech-heroslide__subtitle {
    color: var(--White-White, hsla(0, 0%, 100%, .8));
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 8px;
    max-width: 335px
}

@media (min-width:768px) {
    .edtech-heroslide__subtitle {
        margin: 0 0 12px;
        max-width: unset
    }
}

.edtech-heroslide__text {
    color: var(--White-White, hsla(0, 0%, 100%, .8));
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 24px
}

@media (min-width:768px) {
    .edtech-heroslide__text {
        margin: 0 0 32px
    }
}

.edtech-heroslide__stats {
    display: flex;
    flex-direction: column;
    row-gap: 16px
}

@media (min-width:768px) {
    .edtech-heroslide__stats {
        row-gap: 20px
    }
}

.edtech-heroslide__stats-item {
    max-width: 335px;
    position: relative;
    width: 100%
}

@media (min-width:768px) {
    .edtech-heroslide__stats-item:first-child:before {
        background: no-repeat 50%/contain url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='54' fill='none'%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' opacity='.4'%3E%3Cpath fill='%23D06AB5' d='M4.878 7 .282 2.404 2.404.282 7 4.88 11.596.283l2.121 2.12L9.121 7l4.596 4.596-2.121 2.121L7 9.121l-4.596 4.596-2.122-2.12L4.878 7Z'/%3E%3Cpath fill='%23A58EE2' d='M47.732 14.503a13.901 13.901 0 0 1 14.17 13.992 13.845 13.845 0 0 1-6.89 11.912v3.237a2.878 2.878 0 0 1-2.878 2.878h-8.268a2.878 2.878 0 0 1-2.877-2.878v-3.24a13.9 13.9 0 0 1 6.743-25.901Zm5.619 4.4a10.9 10.9 0 1 0-10.196 19.263l.834.414v4.942h8.023v-4.945l.837-.412A10.846 10.846 0 0 0 58.9 28.48v-.005a10.9 10.9 0 0 0-5.55-9.573ZM40.989 50.411h14.023v3H40.989v-3Z'/%3E%3C/g%3E%3C/svg%3E");
        content: "";
        display: block;
        height: 54px;
        position: absolute;
        right: -2px;
        top: -19px;
        transform: translateX(100%);
        width: 62px
    }
}

.edtech-heroslide__stats-item:nth-child(2) {
    margin-left: auto
}

@media (min-width:768px) {
    .edtech-heroslide__stats-item:nth-child(2):before {
        background: no-repeat 50%/contain url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='118' height='79' fill='none'%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' opacity='.4'%3E%3Cpath fill='%23A58EE2' d='M38.5 35.5V29h3v6.5H48v3h-6.5V45h-3v-6.5H32v-3h6.5Z'/%3E%3Cpath fill='%23D06AB5' d='M16 3.5H0v-3h16v3Zm76 39.75h21.25a3.999 3.999 0 0 1 4 4v20a3.997 3.997 0 0 1-4 4H92a2.25 2.25 0 1 0 0 4.5h23.75a1.5 1.5 0 0 1 0 3H92a5.25 5.25 0 0 1-5.25-5.35V48.36A5.25 5.25 0 0 1 92 43.25Zm-2.25 25.507A5.25 5.25 0 0 1 92 68.25h21.25a1 1 0 0 0 1-1v-20a.998.998 0 0 0-1-1H92a2.252 2.252 0 0 0-2.25 2.172v20.335Z'/%3E%3Cpath fill='%23D06AB5' d='M113.25 68.25a1.5 1.5 0 0 1 1.5 1.5v7.5a1.5 1.5 0 0 1-3 0v-7.5a1.5 1.5 0 0 1 1.5-1.5Z'/%3E%3C/g%3E%3C/svg%3E");
        content: "";
        display: block;
        height: 79px;
        left: -59px;
        position: absolute;
        top: -8px;
        transform: translateX(-100%);
        width: 118px
    }
}

.edtech-heroslide__stats-item:nth-child(3) {
    margin-inline: auto
}

@media (min-width:768px) {
    .edtech-heroslide__stats-item:nth-child(3):before {
        background: no-repeat 50%/contain url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 60.8 43'%3E%3Cpath fill='%23d06ab5' fill-rule='evenodd' d='M60.8 3h-16V0h16v3z' clip-rule='evenodd' opacity='.4'/%3E%3Cpath fill='%23a58ee2' d='M28.8 43H22c-.6 0-1.1-.1-1.6-.4-.5-.2-1-.6-1.3-1.1l-2.7-3.4-2.7 3.4c-.3.4-.8.8-1.3 1-.5.2-1.1.4-1.6.4h-7c-1 0-2-.4-2.7-1.1S0 40.3 0 39.3V27.9c0-.1 0-.3.1-.4s.1-.3.2-.4l6.2-10.2c.3-.6.8-1 1.4-1.3.4-.4 1.1-.6 1.7-.6H23c.7 0 1.3.2 1.9.5.6.3 1 .8 1.4 1.4l6.2 10.2c.1.1.1.2.1.3v.1c0 .1.1.3.1.4v11.4c0 1-.4 2-1.1 2.7-.9.6-1.8 1-2.8 1zm-12.5-8c.4 0 .8.1 1.1.3.4.2.7.4.9.7l3 3.7c.1.1.2.2.3.2.1 0 .2.1.3.1h6.8c.2 0 .4-.1.6-.2.1-.1.2-.3.2-.5v-9.9H3v9.9c0 .2.1.4.2.5.2.1.4.2.6.2h6.8c.1 0 .2 0 .3-.1.1-.1.2-.1.3-.2l3-3.7c.2-.3.6-.6.9-.7.4-.2.8-.3 1.2-.3zm-.3 2.9zm.5 0zM4.2 26.4h24.3l-4.8-8-.3-.3c-.2-.1-.3-.1-.4-.1H9.6c-.1 0-.3 0-.4.1-.1.1-.2.2-.2.3l-4.8 8z' opacity='.4'/%3E%3C/svg%3E");
        content: "";
        display: block;
        height: 43px;
        position: absolute;
        right: -16px;
        top: 8px;
        transform: translateX(100%);
        width: 61px
    }

    .edtech-heroslide__stats-item {
        width: -moz-fit-content;
        width: fit-content
    }
}

.edtech-heroslide__stats-item-body {
    align-items: center;
    animation: item3d 4s ease-in-out 0s infinite alternate;
    background: linear-gradient(95deg, hsla(0, 0%, 100%, .05) -9.09%, hsla(0, 0%, 100%, .02) 104.25%);
    border: 2px solid hsla(0, 0%, 100%, .15);
    border-radius: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: flex;
    padding: 16px 24px;
    transform-origin: center center
}

@media (min-width:768px) {
    .edtech-heroslide__stats-item-body {
        border-radius: 20px;
        max-width: unset;
        width: -moz-fit-content;
        width: fit-content
    }
}

.edtech-heroslide__stats-item:nth-child(2) .edtech-heroslide__stats-item-body {
    animation: item3d 4s ease-in-out 0s infinite alternate-reverse
}

.edtech-heroslide__stats-item-value {
    color: #db85ce;
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center
}

@media (min-width:768px) {
    .edtech-heroslide__stats-item-value {
        font-size: 38px
    }
}

.edtech-heroslide__stats-item-name {
    color: var(--New-light-pink-bg, #faf5ff);
    font-size: 16px;
    line-height: 1.2
}

@media (min-width:768px) {
    .edtech-heroslide__stats-item-name {
        width: -moz-min-content;
        width: min-content
    }
}

@keyframes item3d {
    0% {
        transform: perspective(400px) rotate3d(-1, 1, 0, 8deg)
    }

    to {
        transform: perspective(400px) rotate3d(-1, 1, 0, -8deg)
    }
}

@media (min-width:768px) {
    .edtech-cases {
        --page-gutter-x: 75px
    }
}

.edtech-heroslide+.edtech-cases {
    margin-top: -411px;
    position: relative
}

@media (min-width:768px) {
    .edtech-heroslide+.edtech-cases {
        margin-top: -324px
    }
}

.edtech-cases__slider {
    display: flex;
    flex-direction: column;
    row-gap: 24px
}

@media (min-width:768px) {
    .edtech-cases__slider {
        row-gap: 40px
    }
}

.edtech-cases__slider-body {
    position: relative
}

.edtech-cases__slider-btn {
    fill: #040e2a;
    align-items: center;
    background-color: rgba(250, 245, 255, .6);
    border: 1px solid rgba(4, 14, 42, .15);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 64px;
    justify-content: center;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    transition: border .2s linear, background-color .2s linear, fill .2s linear;
    width: 64px;
    z-index: 2
}

@media (max-width:991.8px) {
    .edtech-cases__slider-btn {
        display: none
    }
}

.edtech-cases__slider-btn:hover {
    fill: var(--New-Main-on-dark, #d06ab5);
    background-color: rgba(255, 241, 251, .8);
    border-color: #b4559b
}

.edtech-cases__slider-btn svg {
    height: 16px;
    width: 16px
}

.edtech-cases__slider-btn.swiper-button-disabled {
    fill: rgba(4, 14, 42, .15);
    pointer-events: none
}

.edtech-cases__slider-prev {
    left: 0;
    transform: translate(-50%, -50%)
}

.edtech-cases__slider-next {
    right: 0;
    transform: translate(50%, -50%)
}

.edtech-cases__slider-pagination {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: center;
    position: relative
}

.edtech-cases__slider-pagination.swiper-pagination-lock {
    display: none
}

.edtech-cases__slider-pagination .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 0;
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
    --swiper-pagination-bullet-inactive-color: #1e2346
}

@media (min-width:768px) {
    .edtech-cases__slider-pagination .swiper-pagination-bullet {
        --swiper-pagination-bullet-width: 12px;
        --swiper-pagination-bullet-height: 12px
    }
}

.edtech-cases__slider-pagination .swiper-pagination-bullet-active {
    --swiper-pagination-color: var(--New-Main-on-dark, #d06ab5)
}

.edtech-cases__slider .swiper-slide {
    border-radius: 24px;
    height: auto;
    overflow: hidden
}

.edtech-cases__slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0
}

.edtech-cases__card {
    grid-row-gap: 24px;
    background: var(--White-02-White, #fff);
    border-radius: 24px;
    display: grid;
    height: 100%;
    padding: 40px 24px 24px
}

@media (min-width:992px) {
    .edtech-cases__card {
        align-items: center;
        gap: 24px 40px;
        grid-template-areas: "body pic""case pic";
        grid-template-columns: 55fr 62fr;
        padding: 40px
    }

    .edtech-cases__card-body {
        align-self: flex-end;
        grid-area: body
    }

    .edtech-cases__card-content {
        margin: auto;
        max-width: 410px
    }
}

.edtech-cases__card-header {
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: flex;
    margin: 0 0 10px
}

.edtech-cases__card-header:before {
    background: #e2ddec;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 14px;
    width: 1px
}

@media (min-width:768px) {
    .edtech-cases__card-header:before {
        height: 16px
    }

    .edtech-cases__card-header {
        margin: 0 0 8px
    }
}

.edtech-cases__card-header-text {
    color: var(--New-Main-on-dark, #d06ab5);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    order: -1
}

@media (min-width:768px) {
    .edtech-cases__card-header-text {
        font-size: 16px
    }
}

.edtech-cases__card-title {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 16px
}

@media (min-width:768px) {
    .edtech-cases__card-title {
        font-size: 22px
    }
}

.edtech-cases__card-descr {
    color: var(--Dark-02, rgba(4, 14, 42, .8));
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 12px
}

@media (min-width:768px) {
    .edtech-cases__card-descr {
        margin: 0 0 18px
    }
}

.edtech-cases__card-labels {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.edtech-cases__card-label {
    background: #f1f2ff;
    border-radius: 6px;
    color: #959aef;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    padding: 6px 8px
}

.edtech-cases__card-label--cat {
    background: #fff1fb;
    color: var(--New-Main-on-dark, #d06ab5)
}

.edtech-cases__card-pic {
    aspect-ratio: 16/9;
    background: var(--light-violet, #faf6ff);
    border-radius: 20px;
    flex-shrink: 0;
    margin: 0;
    min-width: 0
}

@media (min-width:768px) {
    .edtech-cases__card-pic {
        border-radius: 24px
    }
}

@media (min-width:992px) {
    .edtech-cases__card-pic {
        grid-area: pic
    }
}

.edtech-cases__card-pic-img {
    aspect-ratio: inherit;
    border-radius: inherit;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media (min-width:992px) {
    .edtech-cases__card-case {
        align-self: flex-start;
        grid-area: case
    }

    .edtech-cases__card-case-body {
        margin: auto;
        max-width: 410px
    }
}

.edtech-services {
    padding-top: 48px;
    position: relative;
    z-index: 2
}

@media (min-width:768px) {
    .edtech-services {
        padding-block: 96px 72px
    }
}

.edtech-services__subtitle {
    color: #8a7f97;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 20px
}

@media (min-width:768px) {
    .edtech-services__subtitle {
        margin: 0 0 28px
    }
}

.edtech-services__list {
    display: flex;
    flex-direction: column;
    row-gap: 40px
}

.edtech-services__block {
    display: flex;
    flex-direction: column;
    row-gap: 8px
}

@media (min-width:768px) {
    .edtech-services__block {
        background: var(--White-02-White, #fff);
        border-radius: 32px;
        gap: 52px;
        padding: 40px
    }

    .edtech-services__block:before {
        background: #dadbe1;
        content: "";
        display: block;
        flex-shrink: 0 0 1px;
        height: 1px
    }
}

@media (min-width:992px) {
    .edtech-services__block {
        flex-direction: row
    }

    .edtech-services__block:before {
        height: auto;
        width: 1px
    }
}

.edtech-services__item {
    grid-gap: 20px 16px;
    background: var(--White-02-White, #fff);
    display: grid;
    grid-template-areas: "img title""descr descr";
    grid-template-columns: 64px 1fr;
    margin-inline: calc(var(--page-gutter-x)*-1);
    padding: 24px 20px 32px
}

@media (min-width:768px) {
    .edtech-services__item {
        grid-gap: 16px 28px;
        background: unset;
        flex: 1 0 0;
        grid-template-areas: "img title""img descr";
        grid-template-columns: 72px 1fr;
        margin-inline: 0;
        padding: 0
    }

    .edtech-services__item:first-child {
        order: -1
    }
}

.edtech-services__item-img {
    grid-area: img
}

.edtech-services__item-title {
    align-self: center;
    color: var(--New-Dark, #1e2346);
    font-size: 18px;
    grid-area: title;
    line-height: 24px;
    margin: 0;
    min-width: 0;
    overflow-wrap: break-word;
    text-align: left
}

@media (min-width:768px) {
    .edtech-services__item-title {
        font-size: 20px
    }
}

.edtech-services__item-descr {
    color: var(--Dark-02, rgba(4, 14, 42, .8));
    font-size: 16px;
    grid-area: descr;
    line-height: 1.4
}

.edtech-wrap-idea {
    position: relative;
    z-index: 1
}

.edtech-wrap-idea:before {
    background: no-repeat 50%/100% 100% var(--bg-mobile);
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1
}

@media (min-width:768px) {
    .edtech-wrap-idea:before {
        background-image: var(--bg);
        inset: -385px 0 0 0
    }

    .edtech-idea__body:before {
        background: linear-gradient(90deg, rgba(218, 106, 188, .4) -1.05%, rgba(125, 169, 255, .4) 96.35%);
        content: "";
        display: block;
        height: 3px
    }
}

.edtech-idea__body:after {
    background: linear-gradient(90deg, rgba(218, 106, 188, .4) -1.05%, rgba(125, 169, 255, .4) 96.35%);
    content: "";
    display: block;
    height: 3px;
    margin-inline: calc(var(--page-gutter-x)*-1)
}

@media (min-width:768px) {
    .edtech-idea__body:after {
        margin-inline: 0
    }
}

.edtech-idea__content {
    padding-block: 64px 48px
}

@media (min-width:768px) {
    .edtech-idea__content {
        padding-block: 56px
    }
}

.edtech-idea__title {
    color: var(--light-violet, #faf6ff);
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 12px;
    text-align: center
}

@media (min-width:768px) {
    .edtech-idea__title {
        font-size: 26px;
        margin: 0 0 4px
    }
}

.edtech-idea__subtitle {
    color: var(--light-violet, #faf6ff);
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 32px;
    text-align: center
}

.edtech-idea__form {
    margin-inline: auto;
    max-width: 470px
}

.edtech-idea__form-group {
    display: flex;
    margin-inline: auto
}

.edtech-idea__form-group>span {
    flex-grow: 1;
    margin-right: -48px;
    min-width: 0
}

.edtech-idea__form-group .wpcf7-not-valid-tip, .edtech-idea__form-group br {
    display: none
}

.edtech-idea__form-group .b-flat {
    min-width: 116px
}

@media (min-width:768px) {
    .edtech-idea__form-group .b-flat {
        min-width: 140px
    }
}

.edtech-idea__form-field {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 24px;
    display: block;
    flex-grow: 1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 48px;
    line-height: 120%;
    min-width: 0;
    outline: none;
    padding: 0 72px 0 24px;
    width: 100%
}

.edtech-idea__form-field::-moz-placeholder {
    color: rgba(4, 14, 42, .46)
}

.edtech-idea__form-field::placeholder {
    color: rgba(4, 14, 42, .46)
}

.edtech-idea__form .wpcf7 form .wpcf7-response-output {
    border-radius: 24px;
    color: var(--light-violet, #faf6ff);
    margin: 16px 0 0;
    padding: 15px 22px
}

.edtech-reviews {
    padding-block: 40px 48px
}

@media (min-width:768px) {
    .edtech-reviews {
        --page-gutter-x: 75px;
        padding-block: 96px 32px
    }
}

.edtech-reviews__slider {
    display: flex;
    flex-direction: column;
    row-gap: 24px
}

@media (min-width:768px) {
    .edtech-reviews__slider {
        row-gap: 40px
    }
}

.edtech-reviews__slider-body {
    position: relative
}

.edtech-reviews__slider-btn {
    fill: #fff;
    align-items: center;
    background-color: transparent;
    border: 1px solid rgba(4, 14, 42, .15);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 64px;
    justify-content: center;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    transition: border .2s linear, background-color .2s linear, fill .2s linear;
    width: 64px;
    z-index: 2
}

@media (max-width:991.8px) {
    .edtech-reviews__slider-btn {
        display: none
    }
}

.edtech-reviews__slider-btn:not(.swiper-button-disabled):hover {
    fill: var(--New-Main-on-dark, #d06ab5);
    background-color: rgba(255, 241, 251, .8);
    border-color: #b4559b
}

.edtech-reviews__slider-btn svg {
    height: 16px;
    width: 16px
}

.edtech-reviews__slider-btn.swiper-button-disabled {
    fill: rgba(4, 14, 42, .15);
    cursor: default
}

.edtech-reviews__slider-prev {
    left: 0;
    transform: translate(-50%, -50%)
}

.edtech-reviews__slider-next {
    right: 0;
    transform: translate(50%, -50%)
}

.edtech-reviews__slider-pagination {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: center;
    position: relative
}

.edtech-reviews__slider-pagination.swiper-pagination-lock {
    display: none
}

.edtech-reviews__slider-pagination .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 0;
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: .2
}

@media (min-width:768px) {
    .edtech-reviews__slider-pagination .swiper-pagination-bullet {
        --swiper-pagination-bullet-width: 12px;
        --swiper-pagination-bullet-height: 12px
    }
}

.edtech-reviews__slider-pagination .swiper-pagination-bullet-active {
    --swiper-pagination-color: var(--New-Main-on-dark, #d06ab5)
}

.edtech-reviews__slider .swiper-slide {
    height: auto
}

.edtech-reviews__slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0
}

.edtech-reviews__title {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 24px;
    text-align: left
}

@media (min-width:768px) {
    .edtech-reviews__title {
        font-size: 30px;
        line-height: 1.5
    }
}

@media (min-width:992px) {
    .edtech-reviews__title {
        grid-column-gap: 30px;
        display: grid;
        grid-template-columns: repeat(12, 1fr)
    }

    .edtech-reviews__title span {
        grid-column: 2/span 11
    }
}

.edtech-reviews__card {
    grid-row-gap: 40px;
    display: grid
}

@media (min-width:992px) {
    .edtech-reviews__card {
        grid-column-gap: 30px;
        grid-template-columns: repeat(12, 1fr)
    }
}

.edtech-reviews__card-info {
    display: flex;
    flex-direction: column;
    row-gap: 18px
}

@media (min-width:992px) {
    .edtech-reviews__card-info {
        align-self: center;
        grid-column: 2/span 5
    }
}

.edtech-reviews__card-info:before {
    background: rgba(250, 246, 255, .1);
    content: "";
    display: block;
    flex-shrink: 0;
    height: 2px
}

.edtech-reviews__card-review {
    display: flex;
    flex-direction: column;
    order: -1;
    row-gap: 20px
}

.edtech-reviews__card-title {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px
}

.edtech-reviews__card-title-mark {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 4px
}

.edtech-reviews__card-title-mark img {
    height: 44px
}

.edtech-reviews__card-title-value {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2
}

.edtech-reviews__card-title-block {
    align-items: center;
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: flex
}

.edtech-reviews__card-title-bar {
    background-color: rgba(250, 246, 255, .5);
    -webkit-clip-path: path("M12,17.3l6.2,3.7l-1.6-7L22,9.2l-7.2-0.6L12,2L9.2,8.6L2,9.2L7.5,14l-1.6,7L12,17.3z M36,17.3l6.2,3.7l-1.6-7L46,9.2	l-7.2-0.6L36,2l-2.8,6.6L26,9.2l5.5,4.7l-1.6,7L36,17.3z M60,17.3l6.2,3.7l-1.6-7L70,9.2l-7.2-0.6L60,2l-2.8,6.6L50,9.2l5.5,4.7	l-1.6,7L60,17.3z M84,17.3l6.2,3.7l-1.6-7L94,9.2l-7.2-0.6L84,2l-2.8,6.6L74,9.2l5.5,4.7l-1.6,7L84,17.3z M108,17.3l6.2,3.7l-1.6-7 l5.5-4.7l-7.2-0.6L108,2l-2.8,6.6L98,9.2l5.5,4.7l-1.6,7L108,17.3z");
    clip-path: path("M12,17.3l6.2,3.7l-1.6-7L22,9.2l-7.2-0.6L12,2L9.2,8.6L2,9.2L7.5,14l-1.6,7L12,17.3z M36,17.3l6.2,3.7l-1.6-7L46,9.2	l-7.2-0.6L36,2l-2.8,6.6L26,9.2l5.5,4.7l-1.6,7L36,17.3z M60,17.3l6.2,3.7l-1.6-7L70,9.2l-7.2-0.6L60,2l-2.8,6.6L50,9.2l5.5,4.7	l-1.6,7L60,17.3z M84,17.3l6.2,3.7l-1.6-7L94,9.2l-7.2-0.6L84,2l-2.8,6.6L74,9.2l5.5,4.7l-1.6,7L84,17.3z M108,17.3l6.2,3.7l-1.6-7 l5.5-4.7l-7.2-0.6L108,2l-2.8,6.6L98,9.2l5.5,4.7l-1.6,7L108,17.3z");
    flex-shrink: 0;
    height: 24px;
    overflow: hidden;
    width: 120px
}

.edtech-reviews__card-title-bar:before {
    background-color: var(--New-Main-on-dark, #d06ab5);
    content: "";
    display: block;
    height: 100%;
    width: calc(var(--width)*20%)
}

.edtech-reviews__card-title-approved {
    align-items: center;
    color: rgba(250, 246, 255, .7);
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2
}

.edtech-reviews__card-title-approved svg {
    fill: var(--New-Main, #b4559b);
    display: block;
    height: 24px;
    width: 24px
}

.edtech-reviews__card-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.4
}

@media (min-width:768px) {
    .edtech-reviews__card-text {
        font-size: 18px
    }
}

.edtech-reviews__card-text p {
    display: inline
}

.edtech-reviews__card-overview {
    display: flex;
    flex-direction: column;
    row-gap: 6px
}

.edtech-reviews__card-overview-heading {
    color: rgba(250, 246, 255, .5);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase
}

.edtech-reviews__card-overview-info {
    display: flex;
    flex-direction: column;
    row-gap: 10px
}

.edtech-reviews__card-overview-text {
    color: #fff;
    font-size: 14px;
    line-height: 1.4
}

@media (min-width:768px) {
    .edtech-reviews__card-overview-text {
        font-size: 16px;
        line-height: 26px
    }
}

.edtech-reviews__card-overview-details {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.edtech-reviews__card-overview-details:after, .edtech-reviews__card-overview-details:before {
    background: #fff;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 16px;
    width: 1px
}

.edtech-reviews__card-overview-details:not(:has(.a-link)):after {
    display: none
}

.edtech-reviews__card-overview-details-label {
    fill: rgba(250, 246, 255, .5);
    align-items: center;
    color: rgba(250, 246, 255, .5);
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: flex;
    font-size: 16px;
    line-height: 26px
}

.edtech-reviews__card-overview-details-label:first-of-type {
    order: -1
}

.edtech-reviews__card-overview-details-label svg {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 14px;
    justify-content: center;
    width: 14px
}

.edtech-reviews__card-overview-details .a-link {
    order: 2
}

@media (min-width:992px) {
    .edtech-reviews__card-side {
        grid-column: span 6
    }
}

.edtech-reviews__card-object {
    background: hsla(0, 0%, 100%, .15);
    border: 2px solid hsla(0, 0%, 100%, .15);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    padding: 8px 8px 20px;
    row-gap: 12px
}

@media (min-width:768px) {
    .edtech-reviews__card-object {
        border-radius: 32px;
        padding: 40px 40px 20px
    }
}

.edtech-reviews__card-object-content {
    aspect-ratio: 16/9;
    border-radius: 24px;
    min-width: 0;
    overflow: hidden
}

.edtech-reviews__card-object-content iframe, .edtech-reviews__card-object-content img {
    aspect-ratio: inherit;
    display: block;
    height: 100%;
    width: 100%
}

.edtech-reviews__card-object-content img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.edtech-reviews__card-object-info {
    display: flex;
    flex-direction: column;
    row-gap: 2px
}

.edtech-reviews__card-object-info-name {
    align-items: center;
    color: hsla(0, 0%, 100%, .8);
    -moz-column-gap: 4px;
    column-gap: 4px;
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2
}

@media (min-width:768px) {
    .edtech-reviews__card-object-info-name {
        font-size: 16px;
        line-height: 1.875
    }
}

.edtech-reviews__card-object-info-name svg {
    fill: var(--New-Main-on-dark, #d06ab5);
    height: 20px;
    width: 20px
}

.edtech-reviews__card-object-info-position {
    color: rgba(250, 246, 255, .6);
    font-size: 12px;
    font-weight: 500;
    line-height: 1
}

.edtech-technologies {
    background: #fff;
    padding-block: 48px
}

@media (min-width:768px) {
    .edtech-technologies {
        padding-block: 96px
    }
}

.edtech-technologies__tab-buttons {
    --left: 0;
    --width: 0;
    -ms-overflow-style: none;
    display: flex;
    margin-bottom: -2px;
    overflow: auto;
    padding: 0 var(--page-gutter-x) 16px;
    scrollbar-width: none
}

.edtech-technologies__tab-buttons::-webkit-scrollbar {
    display: none
}

@media (min-width:768px) {
    .edtech-technologies__tab-buttons {
        padding-bottom: 30px
    }
}

.edtech-technologies__tab-buttons-body {
    align-items: center;
    -moz-column-gap: 18px;
    column-gap: 18px;
    display: flex;
    margin-inline: auto;
    position: relative
}

@media (min-width:768px) {
    .edtech-technologies__tab-buttons-body {
        -moz-column-gap: 32px;
        column-gap: 32px
    }
}

.edtech-technologies__tab-buttons-body:after {
    background: linear-gradient(90deg, #da6abc, #7da9ff);
    border-radius: 2px;
    bottom: -14px;
    content: "";
    display: block;
    height: 2px;
    left: var(--left);
    pointer-events: none;
    position: absolute;
    transform: translateY(100%);
    transition: .2s linear;
    width: var(--width)
}

@media (min-width:768px) {
    .edtech-technologies__tab-buttons-body:after {
        bottom: -28px
    }
}

.edtech-technologies__tab-button {
    background: transparent;
    border: none;
    color: rgba(4, 14, 42, .7);
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    outline: none;
    padding: 0;
    position: relative;
    white-space: nowrap
}

@media (min-width:768px) {
    .edtech-technologies__tab-button {
        font-size: 16px
    }
}

.edtech-technologies__tab-button:hover {
    color: var(--New-Main, #b4559b)
}

.edtech-technologies__tab-button.active {
    color: var(--New-Main, #b4559b);
    font-weight: 700
}

.edtech-technologies__lists {
    border-top: 2px solid #faf6ff;
    padding-top: 28px
}

@media (min-width:768px) {
    .edtech-technologies__lists {
        padding-top: 48px
    }
}

.edtech-technologies__list {
    grid-gap: 8px 30px;
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(min(330px, 100%), 1fr))
}

.edtech-technologies__list.active {
    display: grid
}

.edtech-technologies__card {
    align-items: center;
    background: var(--White-02-White, #fff);
    border: 1px solid var(--light-violet, #faf6ff);
    border-radius: 12px;
    color: var(--Dark-02, rgba(4, 14, 42, .8));
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex;
    padding: 20px;
    transition: box-shadow .2s linear, border .2s linear, color .2s linear
}

.edtech-technologies__card:hover {
    border-color: transparent;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .08), 0 4px 4px 0 rgba(0, 0, 0, .04);
    color: var(--New-Main, #b4559b);
    position: relative
}

.edtech-technologies__card:before {
    align-self: stretch;
    background: var(--light-violet, #faf6ff);
    content: "";
    display: block;
    flex-shrink: 0;
    width: 2px
}

.edtech-technologies__card-logo {
    align-items: center;
    display: flex;
    flex-basis: 0;
    flex-grow: 6;
    flex-shrink: 0;
    justify-content: center;
    min-width: 0;
    order: -1
}

.edtech-technologies__card-logo-img {
    max-height: 40px
}

.edtech-technologies__card-title {
    align-items: center;
    display: flex;
    flex-basis: 0;
    flex-grow: 4;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.5;
    min-width: 0;
    text-align: center
}

.edtech-benefits {
    padding-block: 48px 32px
}

@media (min-width:768px) {
    .edtech-benefits {
        padding-block: 96px
    }
}

.edtech-benefits__list {
    grid-row-gap: 8px;
    display: grid;
    flex-direction: column;
    margin-inline: calc(var(--page-gutter-x)*-1)
}

@media (min-width:768px) {
    .edtech-benefits__list {
        grid-gap: 30px;
        grid-template-columns: repeat(2, 1fr);
        margin-inline: 0
    }
}

.edtech-benefits__card {
    align-items: flex-start;
    background: #fff;
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: flex;
    padding: 24px 20px
}

@media (min-width:768px) {
    .edtech-benefits__card {
        border-radius: 16px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        padding: 28px 40px
    }
}

.edtech-benefits__card-body {
    flex-grow: 1
}

.edtech-benefits__card-icon {
    flex-shrink: 0;
    height: 24px;
    width: 24px
}

.edtech-benefits__card-title {
    color: var(--Dark-02, rgba(4, 14, 42, .8));
    font-size: 16px;
    font-weight: 700;
    line-height: 1.625;
    margin: 0 0 8px
}

@media (min-width:768px) {
    .edtech-benefits__card-title {
        font-size: 18px;
        line-height: 1.29;
        margin: 0 0 12px
    }
}

.edtech-benefits__card-descr {
    color: var(--Dark-02, rgba(4, 14, 42, .8));
    font-size: 16px;
    line-height: 1.4
}

.edtech-contact {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 50%, #fff 0, #fff);
    margin-top: 40px
}

.edtech-contact__body {
    background: var(--New-style-Main-gradient, linear-gradient(82deg, #342450 3.33%, #392964 32.51%, #120c59 83.18%));
    margin-inline: calc(var(--page-gutter-x)*-1);
    padding: 72px 20px 48px;
    position: relative
}

@media (min-width:768px) {
    .edtech-contact__body {
        border-radius: 32px;
        margin-inline: 0;
        padding: 96px 185px 56px
    }
}

.edtech-contact__body .b-flat {
    margin-inline: auto
}

.edtech-contact__persons {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: -40px;
    transform: translateX(-50%)
}

.edtech-contact__persons-img {
    border: 3px solid #291d60;
    border-radius: 50%;
    flex-shrink: 0;
    height: 96px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 96px
}

@media (min-width:768px) {
    .edtech-contact__persons-img {
        border-width: 4px;
        height: 104px;
        width: 104px
    }
}

.edtech-contact__persons-img+.edtech-contact__persons-img {
    margin-right: -30px
}

.edtech-contact__title {
    color: var(--light-violet, #faf6ff);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 auto 20px;
    text-align: center
}

@media (min-width:768px) {
    .edtech-contact__title {
        font-size: 24px;
        margin: 0 auto 24px;
        max-width: 566px
    }
}

.edtech-tabs {
    background: #fff;
    padding-block: 48px
}

@media (min-width:768px) {
    .edtech-tabs {
        padding-block: 96px
    }
}

.edtech-tabs__title {
    color: var(--Dark-01-Dark, #040e2a);
    font-size: 20px;
    line-height: 1.2;
    margin: 0 auto 28px;
    text-align: center
}

@media (min-width:768px) {
    .edtech-tabs__title {
        font-size: 30px;
        line-height: 1.5;
        margin: 0 auto 56px;
        max-width: 600px
    }
}

@media (min-width:992px) {
    .edtech-tabs__content {
        grid-gap: 30px;
        display: grid;
        grid-template-columns: repeat(12, 1fr)
    }
}

.edtech-tabs__panels {
    counter-reset: tabs;
    display: flex;
    flex-direction: column;
    padding-left: 28px;
    row-gap: 20px
}

@media (min-width:992px) {
    .edtech-tabs__panels {
        display: grid;
        grid-column: 8/span 4;
        grid-template-areas: "a"
    }
}

.edtech-tabs__panel {
    background: var(--White-02-White, #fff);
    border: 2px solid var(--light-violet, #faf6ff);
    border-radius: 12px;
    padding: 16px 16px 16px 35px;
    position: relative
}

@media (min-width:992px) {
    .edtech-tabs__panel {
        background: transparent;
        border: none;
        grid-area: a;
        opacity: 0;
        padding: 0;
        pointer-events: none;
        position: static
    }
}

.edtech-tabs__panel.active {
    opacity: 1;
    pointer-events: auto
}

.edtech-tabs__panel-body {
    display: none
}

.edtech-tabs__panel-body.active {
    display: block
}

@media (min-width:992px) {
    .edtech-tabs__panel-body {
        display: block
    }
}

.edtech-tabs__panel-content {
    padding-block: 12px 8px
}

@media (min-width:992px) {
    .edtech-tabs__panel-content {
        padding-block: 0
    }
}

.edtech-tabs__panel-content>p {
    margin: 0
}

.edtech-tabs__panel-content>p+p {
    margin-top: 1em
}

.edtech-tabs__items {
    counter-reset: tabs;
    display: none
}

@media (min-width:992px) {
    .edtech-tabs__items {
        display: flex;
        flex-direction: column;
        grid-column: 2/span 5;
        order: -1;
        padding-left: 29px;
        row-gap: 20px
    }

    .edtech-tabs__panel .edtech-tabs__item {
        display: none
    }
}

.edtech-tabs__item {
    background: transparent;
    border: none;
    color: var(--Dark-02, rgba(4, 14, 42, .8));
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    outline: none;
    padding: 0;
    text-align: left;
    transition: color .2s linear
}

@media (min-width:992px) {
    .edtech-tabs__item {
        background: var(--White-02-White, #fff);
        border: 2px solid var(--light-violet, #faf6ff);
        border-radius: 12px;
        padding: 14px 16px 14px 35px;
        position: relative
    }
}

.edtech-tabs__item.active, .edtech-tabs__item:hover {
    color: var(--new-main, #b4559b)
}

@media (min-width:992px) {
    .edtech-tabs__item.active {
        border-color: transparent;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .08), 0 4px 4px 0 rgba(0, 0, 0, .04)
    }
}

.edtech-tabs__item:before {
    align-items: center;
    background: #1e2346;
    border-radius: 50%;
    color: var(--White-02-White, #fff);
    content: counter(tabs);
    counter-increment: tabs;
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    left: -29px;
    line-height: 1.2;
    position: absolute;
    text-align: center;
    top: 4px;
    width: 48px
}

@media (min-width:992px) {
    .edtech-tabs__item:before {
        top: 0
    }
}

.edtech-tabs__items .edtech-tabs__item:first-child:before, .edtech-tabs__panel:first-child .edtech-tabs__item:before {
    background: #1e2346
}

.edtech-tabs__items .edtech-tabs__item:nth-child(2):before, .edtech-tabs__panel:nth-child(2) .edtech-tabs__item:before {
    background: #2c356e
}

.edtech-tabs__items .edtech-tabs__item:nth-child(3):before, .edtech-tabs__panel:nth-child(3) .edtech-tabs__item:before {
    background: #4d3f7d
}

.edtech-tabs__items .edtech-tabs__item:nth-child(4):before, .edtech-tabs__panel:nth-child(4) .edtech-tabs__item:before {
    background: #7c498b
}

.edtech-tabs__items .edtech-tabs__item:nth-child(5):before, .edtech-tabs__panel:nth-child(5) .edtech-tabs__item:before {
    background: #b3559a
}

.edtech-stories {
    padding-block: 48px
}

@media (min-width:768px) {
    .edtech-stories {
        --page-gutter-x: 75px;
        padding-block: 96px
    }
}

.edtech-stories__title {
    color: var(--Dark-01-Dark, #040e2a);
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 28px;
    text-align: center
}

@media (min-width:768px) {
    .edtech-stories__title {
        font-size: 30px;
        line-height: 1.5;
        margin: 0 0 56px
    }
}

.edtech-stories__slider {
    display: flex;
    flex-direction: column;
    row-gap: 24px
}

@media (min-width:768px) {
    .edtech-stories__slider {
        row-gap: 40px
    }
}

.edtech-stories__slider-body {
    position: relative
}

.edtech-stories__slider-btn {
    fill: #040e2a;
    align-items: center;
    background-color: rgba(250, 245, 255, .6);
    border: 1px solid rgba(4, 14, 42, .15);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 64px;
    justify-content: center;
    outline: none;
    padding: 0;
    position: absolute;
    top: 96px;
    transition: border .2s linear, background-color .2s linear, fill .2s linear;
    width: 64px;
    z-index: 2
}

@media (max-width:991.8px) {
    .edtech-stories__slider-btn {
        display: none
    }
}

.edtech-stories__slider-btn:not(.swiper-button-disabled):hover {
    fill: var(--New-Main-on-dark, #d06ab5);
    background-color: rgba(255, 241, 251, .8);
    border-color: #b4559b
}

.edtech-stories__slider-btn svg {
    height: 16px;
    width: 16px
}

.edtech-stories__slider-btn.swiper-button-disabled {
    fill: rgba(4, 14, 42, .15);
    cursor: default
}

.edtech-stories__slider-prev {
    left: 0;
    transform: translate(-50%)
}

.edtech-stories__slider-next {
    right: 0;
    transform: translate(50%)
}

.edtech-stories__slider-pagination {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: center;
    position: relative
}

.edtech-stories__slider-pagination.swiper-pagination-lock {
    display: none
}

.edtech-stories__slider-pagination .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 0;
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
    --swiper-pagination-bullet-inactive-color: #1e2346
}

@media (min-width:768px) {
    .edtech-stories__slider-pagination .swiper-pagination-bullet {
        --swiper-pagination-bullet-width: 12px;
        --swiper-pagination-bullet-height: 12px
    }
}

.edtech-stories__slider-pagination .swiper-pagination-bullet-active {
    --swiper-pagination-color: var(--New-Main-on-dark, #d06ab5)
}

.edtech-stories__slider .swiper-slide {
    height: auto
}

@media (min-width:375px) {
    .edtech-stories__slider .swiper-slide {
        width: 335px
    }
}

@media (min-width:768px) {
    .edtech-stories__slider .swiper-slide {
        width: 410px
    }
}

.edtech-stories__slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0
}

.edtech-stories__card {
    --title-color: var(--Dark-01-Dark, #040e2a);
    display: flex;
    flex-direction: column;
    height: 100%;
    row-gap: 24px;
    text-decoration: none
}

.edtech-stories__card:hover {
    --title-color: var(--New-Main, #b4559b)
}

.edtech-stories__card-pic {
    aspect-ratio: 16/9;
    background: #fff;
    border-radius: 12px;
    flex-shrink: 0;
    margin: 0;
    min-width: 0
}

@media (min-width:768px) {
    .edtech-stories__card-pic {
        border-radius: 16px
    }
}

.edtech-stories__card-pic-img {
    aspect-ratio: inherit;
    border-radius: inherit;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.edtech-stories__card-body {
    display: flex;
    flex-direction: column;
    row-gap: 12px
}

.edtech-stories__card-title {
    color: var(--title-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    transition: color .2s linear
}

@media (min-width:768px) {
    .edtech-stories__card-title {
        font-size: 20px
    }
}

.edtech-stories__card-descr {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--Dark-02, rgba(4, 14, 42, .8));
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis
}

.edtech-stories__card-descr:empty {
    display: none
}

.edtech-stories__card-descr p {
    margin: 0
}

.edtech-stories__card-labels {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.edtech-stories__card-label {
    background: #f1f2ff;
    border-radius: 6px;
    color: #959aef;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    padding: 6px 8px
}

.edtech-stories__card-label--cat {
    background: #fff1fb;
    color: var(--New-Main-on-dark, #d06ab5)
}

.edtech-stories .b-flat {
    margin-inline: auto
}

.edtech-awards {
    background: #fff;
    border-bottom: 1px solid rgba(218, 219, 225, .5);
    padding-block: 48px
}

@media (min-width:768px) {
    .edtech-awards {
        padding-top: 96px
    }
}

.edtech-awards__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 28px;
    text-align: center
}

@media (min-width:768px) {
    .edtech-awards__title {
        font-size: 30px;
        line-height: 1.5;
        margin: 0 0 32px
    }
}

.edtech-awards__list {
    grid-gap: 8px 16px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(160px, 100%), 1fr))
}

@media (min-width:768px) {
    .edtech-awards__list {
        grid-gap: 30px;
        grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr))
    }
}

.edtech-awards__card {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-top: 12px;
    row-gap: 12px
}

@media (min-width:768px) {
    .edtech-awards__card {
        padding-top: 0;
        row-gap: 0
    }
}

.edtech-awards__card-img {
    display: block;
    height: 64px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 64px
}

@media (min-width:768px) {
    .edtech-awards__card-img {
        height: 155px;
        width: 100px
    }
}

.edtech-awards__card-title {
    color: rgba(4, 14, 42, .5);
    font-size: 14px;
    line-height: 1.4;
    text-align: center
}

@media (min-width:768px) {
    .edtech-awards__card-title {
        font-size: 15px
    }
}

.faq {
    background: #fff;
    padding-block: 48px
}

@media (min-width:768px) {
    .faq {
        padding-block: 96px
    }
}

.faq__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 28px
}

@media (min-width:768px) {
    .faq__title {
        font-size: 30px;
        font-weight: 600;
        margin: 0 0 40px
    }

    .faq__body {
        grid-column-gap: 30px;
        display: grid;
        grid-template-columns: repeat(12, 1fr)
    }

    .faq__content {
        grid-column: 3/span 8
    }
}

.faq__acordion {
    display: flex;
    flex-direction: column;
    row-gap: 20px
}

@media (min-width:768px) {
    .faq__acordion {
        row-gap: 32px
    }
}

.faq__acordion-item {
    border-bottom: 1px solid rgba(218, 219, 225, .5);
    padding-bottom: 20px
}

@media (min-width:768px) {
    .faq__acordion-item {
        padding-bottom: 32px
    }
}

.faq__acordion-item-question {
    align-items: center;
    color: var(--Dark-02, rgba(4, 14, 42, .8));
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.625;
    margin: 0
}

@media (min-width:768px) {
    .faq__acordion-item-question {
        font-size: 18px;
        line-height: 26px
    }
}

.faq__acordion-item-question span {
    flex-grow: 1
}

.faq__acordion-item-question svg {
    flex-shrink: 0;
    height: 28px;
    width: 28px
}

.faq__acordion-item-question .icon-minus {
    display: none
}

.faq__acordion-item-question.open .icon-minus {
    display: revert
}

.faq__acordion-item-question.open .icon-plus {
    display: none
}

.faq__acordion-item-answer {
    color: rgba(4, 14, 42, .8);
    display: none;
    font-size: 15px;
    line-height: 1.6;
    padding-top: 16px
}

.faq__acordion-item-answer.open {
    display: block
}

@media (min-width:768px) {
    .faq__acordion-item-answer {
        font-size: 16px;
        line-height: 1.625
    }
}

.edtech-articles {
    padding-block: 48px
}

@media (min-width:768px) {
    .edtech-articles {
        --page-gutter-x: 75px;
        padding-block: 80px
    }
}

.edtech-articles__title {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 28px;
    text-align: center
}

@media (min-width:768px) {
    .edtech-articles__title {
        font-size: 32px;
        margin: 0 0 56px
    }
}

.edtech-articles__slider {
    display: flex;
    flex-direction: column;
    row-gap: 24px
}

@media (min-width:768px) {
    .edtech-articles__slider {
        row-gap: 40px
    }
}

.edtech-articles__slider-body {
    position: relative
}

.edtech-articles__slider-btn {
    fill: #040e2a;
    align-items: center;
    background-color: rgba(250, 245, 255, .6);
    border: 1px solid rgba(4, 14, 42, .15);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 64px;
    justify-content: center;
    outline: none;
    padding: 0;
    position: absolute;
    top: 84px;
    transition: border .2s linear, background-color .2s linear, fill .2s linear;
    width: 64px;
    z-index: 2
}

@media (max-width:991.8px) {
    .edtech-articles__slider-btn {
        display: none
    }
}

.edtech-articles__slider-btn:not(.swiper-button-disabled):hover {
    fill: var(--New-Main-on-dark, #d06ab5);
    background-color: rgba(255, 241, 251, .8);
    border-color: #b4559b
}

.edtech-articles__slider-btn svg {
    height: 16px;
    width: 16px
}

.edtech-articles__slider-btn.swiper-button-disabled {
    fill: rgba(4, 14, 42, .15);
    cursor: default
}

.edtech-articles__slider-prev {
    left: 0;
    transform: translate(-50%, -50%)
}

.edtech-articles__slider-next {
    right: 0;
    transform: translate(50%, -50%)
}

.edtech-articles__slider-pagination {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: center;
    position: relative
}

.edtech-articles__slider-pagination.swiper-pagination-lock {
    display: none
}

.edtech-articles__slider-pagination .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 0;
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
    --swiper-pagination-bullet-inactive-color: #1e2346
}

@media (min-width:768px) {
    .edtech-articles__slider-pagination .swiper-pagination-bullet {
        --swiper-pagination-bullet-width: 12px;
        --swiper-pagination-bullet-height: 12px
    }
}

.edtech-articles__slider-pagination .swiper-pagination-bullet-active {
    --swiper-pagination-color: var(--New-Main-on-dark, #d06ab5)
}

.edtech-articles__slider .swiper-slide {
    height: auto
}

@media (min-width:375px) {
    .edtech-articles__slider .swiper-slide {
        width: 292px
    }
}

@media (min-width:768px) {
    .edtech-articles__slider .swiper-slide {
        width: 300px
    }
}

.edtech-articles__slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0
}

.edtech-articles__card {
    --title-color: var(--Dark-01-Dark, #040e2a);
    display: flex;
    flex-direction: column;
    height: 100%;
    row-gap: 12px;
    text-decoration: none
}

@media (min-width:768px) {
    .edtech-articles__card {
        row-gap: 14px
    }
}

.edtech-articles__card:hover {
    --title-color: var(--New-Main, #b4559b)
}

.edtech-articles__card-pic {
    aspect-ratio: 16/9;
    background: #fff;
    border-radius: 10px;
    flex-shrink: 0;
    margin: 0;
    min-width: 0
}

@media (min-width:768px) {
    .edtech-articles__card-pic {
        border-radius: 16px
    }
}

.edtech-articles__card-pic-img {
    aspect-ratio: inherit;
    border-radius: inherit;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.edtech-articles__card-body {
    display: flex;
    flex-direction: column;
    row-gap: 4px
}

.edtech-articles__card-cat {
    color: rgba(4, 14, 43, .5);
    font-size: 14px;
    font-weight: 600;
    line-height: 2
}

@media (min-width:768px) {
    .edtech-articles__card-cat {
        font-size: 16px;
        line-height: 1.75
    }
}

.edtech-articles__card-title {
    color: var(--title-color);
    font-family: Gilroy, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
    transition: color .2s linear
}

@media (min-width:768px) {
    .edtech-articles__card-title {
        font-size: 16px;
        line-height: 1.5
    }
}

.edtech-contacts {
    padding-block: 40px
}

@media (min-width:768px) {
    .edtech-contacts {
        padding-block: 40px 80px
    }
}

.edtech-contacts__list {
    grid-gap: 16px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr))
}

@media (min-width:768px) {
    .edtech-contacts__list {
        grid-gap: 30px
    }
}

.edtech-contacts__card {
    background: var(--White-02-White, #fff);
    border-radius: 16px;
    color: rgba(4, 14, 42, .8);
    font-size: 16px;
    line-height: 1.625;
    padding: 24px 16px
}

@media (min-width:768px) {
    .edtech-contacts__card {
        padding: 32px 56px 28px
    }
}

.edtech-contacts__card-city {
    align-items: center;
    -moz-column-gap: 12px;
    column-gap: 12px;
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 20px
}

.edtech-contacts__card-city svg {
    fill: var(--dark-blue, #130629);
    flex-shrink: 0;
    height: 20px;
    width: 20px
}

.edtech-contacts__card-street+.edtech-contacts__card-phone {
    margin-top: 8px
}

.what-01{
    text-align: center;
}