@media (max-width: 1919px) {
  /*header-style-1919*/
  #header .logo {
    left: 20px;
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .portfolio-case-rich-text,
  .portfolio-case-challenge {
    padding: 70px 0;
  }
  .s-portfolio-mid-cta {
    padding: 40px 0;
  }
  .s-portfolio-mid-cta .portfolio-mid-cta-inner,
  .s-portfolio-mid-cta.is-full-width .portfolio-mid-cta-inner {
    padding: 30px;
  }
  .portfolio-case-split.has-image {
    display: block;
  }
  .portfolio-case-split.has-image .portfolio-case-split-content,
  .portfolio-case-split.has-image .portfolio-case-split-media {
    width: 100%;
  }
  .portfolio-case-split.has-image .portfolio-case-split-media {
    margin-top: 30px;
  }
  .portfolio-case-rich-text.variant-solution-list .section-content ul > li {
    float: none;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .portfolio-case-rich-text,
  .portfolio-case-challenge {
    padding: 50px 0;
  }
  .s-portfolio-mid-cta .portfolio-mid-cta-inner,
  .s-portfolio-mid-cta.is-full-width .portfolio-mid-cta-inner {
    padding: 24px;
  }
  .s-portfolio-mid-cta.is-full-width .portfolio-mid-cta-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .portfolio-case-split.has-image .portfolio-case-split-media {
    margin-top: 24px;
  }
  .portfolio-case-rich-text.variant-solution-list .section-content ul > li {
    padding-left: 42px;
  }
}
@media (max-width: 1679px) {
  /*header-style-1679*/
  #header .logo {
    position: relative;
    left: auto;
    float: left;
    margin-right: 30px;
  }
  #header .menu {
    width: 660px;
    margin-right: 30px;
  }
  #header .languages-toggle {
    position: relative;
    right: auto;
    top: auto;
    float: right;
    margin-left: 40px;
  }
  #header .phones {
    line-height: 1;
    padding: 14px 0;
  }
  #header.sticky .phones {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px;
    border-top: 4px solid #000;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  #header .phones li {
    display: block;
    margin: 0;
    white-space: nowrap;
    line-height: 26px;
  }
  #header .phones li:last-child {
    margin-bottom: 0;
  }
  #header .phones li b:nth-child(1) {
    display: none;
  }
  #header .phones li b:nth-child(2) {
    display: inline-block;
  }
  #header .phones li a {
    display: inline-block;
  }
  #header.sticky .phones-toggle {
    display: inline-block;
  }
  /*s-placeholder-style-1679*/
  .s-placeholder.type-b.type-ten-icons .section-icon {
    width: 52px;
    min-width: 52px;
  }
}
/* 1679 */
@media (max-width: 1279px) {
  .container-fluid .container {
    width: 940px;
  }
  .h0 {
    font-size: 50px;
    line-height: 60px;
  }
  .h1,
  .section-content h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .h2,
  .section-content h2 {
    font-size: 34px;
    line-height: 46px;
  }
  /*header-style-1279*/
  #header .menu {
    position: fixed;
    right: 0;
    top: var(--wp-admin--admin-bar--height, 0px);
    height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
    overflow-y: auto;
    background-color: #000;
    margin-right: 0;
    width: 360px;
    max-width: 100%;
    z-index: 9;
    padding: 59px 0 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
  }
  #header .menu:before {
    content: "\e804";
    font-family: "fontello";
    position: absolute;
    width: 40px;
    height: 60px;
    right: 0;
    top: 0;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
  }
  #header.open .menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #header .menu > li {
    float: none;
    width: auto;
  }
  #header .menu > li:last-child:after,
  #header .menu > li:before {
    display: none;
  }
  #header .menu li.menu-item-has-children:before {
    content: "\e801";
    font-family: "fontello";
    display: block;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    width: 40px;
    height: 59px;
    line-height: 59px;
    font-size: 14px;
    text-align: center;
    background-color: transparent;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 9;
    color: #fff;
    cursor: pointer;
  }
  #header .menu li.menu-item-has-children li.menu-item-has-children:before {
    color: #000;
  }
  #header .menu > li > a {
    height: 59px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 20px;
  }
  #header.sticky .menu > li > a {
    height: 59px;
  }
  #header .menu > li > a > span {
    color: #fff;
    text-align: left;
  }
  #header .menu > li.current-menu-item > a > span {
    color: #578fff;
  }
  #header .sub-menu,
  #header .sub-menu .sub-menu {
    position: relative;
    width: auto;
    left: auto;
    top: auto;
    border-top: none;
  }
  #header li:hover > .sub-menu {
    display: none;
  }
  #header li.open > .sub-menu {
    display: block;
  }
  #header .sub-menu li > a {
    padding-left: 22px;
  }
  #header li > .sub-menu > li:hover > .sub-menu {
    display: none;
  }
  #header li > .sub-menu > li.open > .sub-menu {
    display: block;
    max-height: initial;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  #header li > .sub-menu > li.open > .sub-menu a {
    padding: 0 16px 0 36px;
    height: 36px;
    color: #555;
  }
  #header li > .sub-menu > li.open > .sub-menu a:hover {
    color: #3265ff;
  }
  #header li > .sub-menu > li.open > .sub-menu a span {
    line-height: 1;
    font-weight: normal;
  }

  #header .logo {
    margin-right: 60px;
  }
  #header .languages-toggle {
    margin-left: 15px;
  }
  .hamburger {
    margin-left: 5px;
  }
  .hamburger {
    display: block;
  }
  #header .phones {
    display: none;
  }
  #header .phones-toggle {
    display: inline-block;
  }
  #header .phones-wrap.open .phones {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px 30px;
    border-top: 4px solid #000;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  /*s-placeholder-style-1279*/
  .s-placeholder {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  /*s-services-style-1279*/
  .s-services.type-b,
  .s-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /*s-projects-style-1279*/
  .s-projects.type-b,
  .s-projects {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .s-projects.type-b .section-title {
    margin-bottom: 25px;
  }
  .s-projects.type-b .button {
    width: auto;
  }
  /*s-advantages-style-1279*/
  .s-advantages.type-b,
  .s-advantages {
    padding-top: 60px;
  }
  /*s-reviews-style-1279*/
  .s-reviews {
    padding-bottom: 60px;
  }
  .s-reviews.type-b {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .s-reviews.type-b.type-with-descr .section-title,
  .s-reviews.type-b .section-title {
    margin-bottom: 20px;
  }
  .s-reviews .section-descr {
    margin-bottom: 20px;
  }
  .s-reviews .item-area {
    width: 800px;
  }
  .s-reviews .owl-nav {
    width: 940px;
  }
  /*s-featured-style-1279*/
  .s-featured .item {
    padding-left: 40%;
  }
  .s-featured .item-img {
    width: 40%;
  }
  /*s-other-services-style-1279*/
  .s-other-services {
    padding-bottom: 60px;
  }
  .s-other-services .item {
    padding: 25px 25px;
  }
  /*s-consultation-style-1279*/
  .s-consultation.type-b,
  .s-consultation {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .m-contact-us .s-consultation {
    padding: 0;
  }
  .s-consultation.type-b .section-title {
    margin-bottom: 30px;
  }
  /*s-web-application-style-1279*/
  .s-web-application {
    padding-top: 60px;
  }
  /*footer-style-1279*/
  #footer {
    padding-top: 60px;
  }
  /*s-placeholder-p-style-1279*/
  .s-placeholder-p .section-body {
    height: 360px;
  }
  .s-placeholder-p .section-body .cell {
    margin-top: 0;
  }
  /*s-challenge-style-1279*/
  .s-challenge {
    padding-bottom: 60px;
  }
  /*s-preview-project-style-1279*/
  .s-preview-project {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .s-preview-project .item-img:before {
    width: 170px;
  }
  /*s-solution-style-1279*/
  .s-solution {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /*s-placeholder-t-style-1279*/
  .s-placeholder-t .section-img {
    height: 360px;
    overflow: visible;
  }
  /*s-text-style-1279*/
  .s-text {
    padding-bottom: 60px;
  }
  /*s-logos-style-1279*/
  .s-logos.type-b {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-logos .row-first {
    height: 45px;
  }
  .s-logos.type-b .row-first img,
  .s-logos .row-first img {
    max-height: 45px;
  }
  /* s-advance-business-style-1279 */
  .s-advance-business {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .s-advance-business .section-title {
    margin-bottom: 30px;
  }
  /* s-our-stack-style-1279 */
  .s-our-stack .section-header {
    margin-bottom: 40px;
  }
  .s-our-stack .section-title {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .s-our-stack .item {
    padding: 60px;
    min-height: 0;
  }
  .s-our-stack .item-descr {
    min-height: 0;
  }
  /* s-values-style-1279 */
  .s-values {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* s-202004211230-style-1279 */
  .s-202004211230 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* s-202004221245-style-1279 */
  .s-202004221245 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* s-202004221255-style-1279 */
  .s-202004221255 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .s-202004221255 .section-descr {
    margin-bottom: 40px;
  }
  .s-202004221255 .item-area {
    margin: -20px;
  }
  .s-202004221255 .item-image {
    margin: 20px;
  }
  /* s-202004221300-style-1279 */
  .s-202004221300 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* s-placeholder-s-style-1279 */
  .s-placeholder-s.type-b .section-body {
    margin: 0;
    padding-bottom: 60px;
  }
  .s-placeholder-s.type-b .section-body:before {
    display: none;
  }
  .s-placeholder-s.type-b .section-img img {
    object-position: 50% 50%;
  }
  .s-placeholder-s.type-b .section-sidebar {
    width: 50%;
  }
  .s-placeholder-s.type-b .section-img {
    width: 50%;
  }
  /* s-development-process-style-1279 */
  .s-development-process {
    padding: 80px 0;
  }
  .dev-process-wrapper {
    gap: 50px;
  }
  .s-development-process .step-number {
    font-size: 48px;
    min-width: 80px;
  }
  /* s-case-studies-style-1279 */
  .s-case-studies {
    padding: 80px 0 120px;
  }
  .case-study-card {
    padding: 32px;
    gap: 32px;
  }
  .case-study-card .card-image {
    width: 280px;
  }
  .case-study-card .card-title {
    font-size: 24px;
  }
  .case-study-card .kpi-value {
    font-size: 28px;
  }
}
/* 1279 */
@media (max-width: 991px) {
  .container-fluid .container {
    width: 720px;
  }
  .hidden-br-on-adaptive br,
  .section-title br {
    display: none;
  }
  /*header-style-991*/
  #header .phones {
    display: none;
  }
  #header .phones-toggle:hover i {
    color: inherit;
  }
  /*footer-style-991*/
  #footer .row-first > .col.fifth,
  #footer .row-first > .col.fourth,
  #footer .row-first > .col.third,
  #footer .row-first > .col.second,
  #footer .row-first > .col.first {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  #footer .logo {
    margin-bottom: 15px;
  }
  #footer .phones {
    /*text-align: justify;*/
    height: 20px;
    margin-bottom: 10px;
  }
  #footer .phones:after {
    content: "";
    width: 100%;
    display: inline-block;
  }
  #footer .phones li {
    display: inline-block;
    /*margin: 0;*/
    margin: 0 20px 0 0;
  }
  #footer .phones li b {
    width: auto;
  }
  #footer .address {
    margin-bottom: 0;
  }
  #footer .address br {
    display: none;
  }
  #footer .soc {
    margin-bottom: 10px;
  }
  #footer .copyright {
    margin-bottom: 10px;
  }
  #footer .copyright br {
    display: none;
  }
  #footer .col-title {
    margin-bottom: 10px;
  }
  #footer .menu {
    margin: -2px -10px;
  }
  #footer .menu li {
    position: relative;
    display: inline-block;
    padding: 2px 10px;
    margin: 0;
  }
  #footer .menu li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    top: 50%;
    right: -2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #000;
  }
  #footer .menu li:last-child:before {
    display: none;
  }
  #footer .row-first > .col.sixth {
    display: block;
  }
  /*s-placeholder-style-991*/
  .s-placeholder .section-descr {
    min-height: 0;
  }
  .s-placeholder.type-ten-icons .section-list li,
  .s-placeholder .section-list li {
    flex-basis: 50%;
  }
  .s-placeholder.type-b.type-ten-icons .section-icon {
    width: 65px;
    min-width: 65px;
  }
  /*s-logos-style-991*/
  .s-logos {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .s-logos .row-first {
    height: 40px;
  }
  .s-logos.type-b .row-first img,
  .s-logos .row-first img {
    max-height: 40px;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
  }
  /* s-our-stack-style-991 */
  .s-our-stack.type-invert .item-wrap:nth-of-type(2n) .item-bg.first img,
	.s-our-stack.type-invert .item-wrap:nth-of-type(2n-1) .item-bg.second img,
	.s-our-stack.type-normal .item-wrap:nth-of-type(2n) .item-bg.second img,
	.s-our-stack.type-normal .item-wrap:nth-of-type(2n-1) .item-bg.first img {
    opacity: 0.25;
    filter: blur(25px);
  }
  /*s-services-style-991*/
  .s-services .item-wrap {
    width: 50%;
  }
  .s-services .item-wrap:nth-of-type(3n + 1) {
    clear: none;
  }
  .s-services .item-wrap:nth-of-type(2n + 1) {
    clear: left;
  }
  /*s-projects-style-991*/
  .s-projects .col.first {
    width: 55%;
  }
  .s-projects .section-carousel.second {
    left: 55%;
  }
  .s-projects .section-carousel.second .owl-stage-outer {
    right: -25px;
    /*padding: 25px;*/
    padding: 25px 25px 50px 25px;
  }
  .s-projects .section-carousel.second .owl-carousel {
    height: 0;
    padding-top: 130%;
  }
  /*s-advantages-style-991*/
  .s-advantages .item-wrap {
    width: 50%;
  }
  .s-advantages .item-wrap:nth-of-type(3n + 1) {
    clear: none;
  }
  .s-advantages .item-wrap:nth-of-type(2n + 1) {
    clear: left;
  }
  /*s-reviews-style-991*/
  .s-reviews .owl-nav {
    margin-top: 70px;
    width: 720px;
    z-index: 9;
  }
  /*s-placeholder-s-style-991*/
  .s-placeholder-s .section-img {
    display: none;
  }
  .s-placeholder-s .section-sidebar {
    width: auto;
    padding-right: 0;
  }
  .s-placeholder-s.type-b .section-sidebar {
    width: 100%;
  }
  /*s-web-application-style-991*/
  .s-web-application .item-wrap {
    float: none;
    width: auto;
  }
  .s-web-application .item:hover {
    border-color: transparent;
  }
  .s-web-application .item:hover .item-title {
    color: inherit;
  }
  /*s-showcase-style-991*/
  /* Wide card responsive - 991px */
  .s-web-application .item-wrap--wide {
    width: 100%;
  }

  .s-web-application .item-wrap--wide .item {
    padding: 30px 240px 30px 30px;
  }

  .s-showcase ul li {
    width: 50%;
  }
  .s-showcase ul li a:hover img {
    opacity: 1;
  }
  .s-showcase ul li a p {
    display: table;
    height: 115px;
    opacity: 1;
    background-color: rgba(0, 46, 138, 0.8);
  }
  .s-showcase ul li a p span {
    display: table-cell;
    vertical-align: middle;
  }
  /*s-questions-style-991*/
  .s-questions .item {
    padding-left: 50px;
    padding-right: 50px;
  }
  /*s-other-services-style-991*/
  .s-other-services .item-wrap {
    width: 50%;
  }
  /*s-challenge-style-991*/
  .s-challenge .row-first > .col {
    float: none;
    width: auto;
  }
  .s-challenge .row-first > .col:first-child {
    margin-bottom: 30px;
  }
  .s-challenge .col-title {
    margin-bottom: 20px;
  }
  .s-challenge .section-descr {
    margin-top: 20px;
  }
  .s-challenge .section-list li {
    height: 70px;
  }
  .s-challenge .section-list li img {
    border-width: 15px 15px;
  }
  /*s-response-style-991*/
  .s-response .item-wrap {
    width: 33.33%;
  }
  /* s-202004211230-style-991 */
  .s-202004211230 .row-first {
    display: block;
  }
  .s-202004211230 .row-first > .col.first {
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .s-202004211230 .section-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .s-202004211230 .section-descr {
    text-align: center;
  }
  .s-202004211230 .section-descr br {
    display: none;
  }
  .s-202004211230 .section-image {
    text-align: center;
  }
  /* s-202004221245-style-991 */
  .s-202004221245 .item-wrap:nth-of-type(2n) .item-body,
  .s-202004221245 .item-body {
    padding: 15px;
  }
  /* s-202004221255-style-991 */
  .s-202004221255 .item-area {
    justify-content: center;
  }
  /* s-development-process-style-991 */
  .dev-process-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .dev-process-left {
    width: 100%;
    position: static;
    text-align: center;
  }
  .dev-process-right {
    width: 100%;
  }
  .dev-process-title {
    font-size: 32px;
    line-height: 1.3;
  }
  .dev-process-descr {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .dev-process-cta {
    margin: 0 auto;
  }
  .step-inner {
    gap: 24px;
  }
  .step-number {
    font-size: 40px;
    min-width: 60px;
  }
  .dev-process-step {
    padding: 36px 0;
  }
  /* s-case-studies-style-991 */
  .s-case-studies {
    padding: 60px 0 100px;
  }
  .case-studies-header {
    top: 80px;
    padding-bottom: 40px;
  }
  .case-study-card {
    flex-direction: column;
    top: 140px;
    --stack-offset: calc((var(--card-index, 1) - 1) * 16px);
    padding: 28px;
    gap: 24px;
    min-height: auto;
  }
  .case-study-card .card-image {
    width: 100%;
    max-height: 240px;
  }
  .case-study-card .card-image img {
    min-height: 200px;
  }
  .case-study-card .card-title {
    font-size: 22px;
  }
  .case-study-card .card-kpis {
    gap: 24px;
  }
  .case-study-card .kpi-value {
    font-size: 26px;
  }
}
/* 991 */
@media (max-width: 767px) {
  .button.type-border.type-light {
    border-color: #fff;
  }
  .button.transparent.type-light {
    color: #fff;
  }
  body {
    font-size: 16px;
  }
  #wpadminbar {
    position: fixed;
  }
  .container-fluid .container {
    width: 500px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .h0 {
    font-size: 32px;
    line-height: 42px;
  }
  .h1,
  .section-content h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .h2,
  .section-content h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .section-content hr {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .table {
    display: block;
    overflow-x: auto;
  }
  .table tbody {
    display: table;
  }
  .blue-gradient:before {
    animation-name: none;
  }
  /*header-style-767*/
  #header .languages-toggle li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  #header .languages-toggle li.current a {
    width: 36px;
  }
  .hamburger {
    width: 40px;
  }
  #header .logo {
    margin-right: 20px;
  }
  #header .buttons li:nth-child(1) {
    display: none;
  }
  #header .buttons li:nth-child(2) {
    display: inline-block;
  }
  /*footer-style-767*/
  #footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #footer .phones {
    height: auto;
    text-align: left;
  }
  #footer .phones:after {
    display: none;
  }
  #footer .phones li {
    display: block;
    margin-bottom: 10px;
  }
  #header .phones-toggle {
    width: 45px;
    line-height: 76px;
    height: 80px;
  }
  #header.sticky .phones-toggle {
    height: 60px;
    line-height: 56px;
  }
  /*s-text-style*/
  .s-text {
    padding-bottom: 40px;
  }
  /*s-placeholder-style-767*/
  .s-placeholder {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .s-placeholder .section-bg img {
    display: none;
  }
  .s-placeholder .section-descr {
    margin-bottom: 30px;
  }
  .s-placeholder .section-title + .section-list {
    margin-top: 40px;
  }
  /*s-logos-style-767*/
  .s-logos .row-first {
    height: auto;
    text-align: center;
    margin: -10px;
  }
  .s-logos .row-first:after {
    display: none;
  }
  .s-logos.type-b .row-first {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .s-logos .row-first img {
    max-height: 50px;
    margin: 10px;
  }
  /*s-services-style-767*/
  .s-services.type-b,
  .s-services {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-services.type-b .section-title {
    margin-bottom: 30px;
  }
  .s-services .item-area {
    margin: -25px -15px;
  }
  .s-services .item-wrap {
    float: none;
    width: auto;
  }
  .s-services .item {
    padding: 25px 15px;
  }
  /*s-projects-style-767*/
  .s-projects.type-b,
  .s-projects {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-projects .col.first {
    width: auto;
    float: none;
    padding-right: 0;
  }
  .s-projects .section-carousel.second {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin-bottom: 40px;
  }
  .s-projects .section-carousel.second .owl-carousel {
    padding-top: 0;
    height: 300px;
  }
  .s-projects .section-body {
    min-height: 0;
    margin-bottom: 30px;
  }
  .s-projects .owl-nav {
    position: static;
    right: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .s-projects .owl-nav > div {
    position: absolute;
    top: 150px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .s-projects .owl-prev {
    margin-bottom: 0;
    left: 0;
  }
  .s-projects .owl-next {
    right: 0;
  }
  .s-projects .owl-nav > div {
    background-color: transparent;
    color: #000;
    font-size: 30px;
    width: 30px;
  }
  .s-projects .owl-nav > div:hover {
    background-color: transparent;
    color: #256dff;
  }
  /*s-advantages-style-767*/
  .s-advantages.type-b,
  .s-advantages {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-advantages .item-wrap {
    float: none;
    width: auto;
  }
  .s-advantages .item {
    padding: 35px 20px;
  }
  /*s-reviews-style-767*/
  .s-reviews {
    padding-bottom: 40px;
  }
  .s-reviews.type-b {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-reviews.type-b .item-area {
    padding: 0 80px;
  }
  .s-reviews .owl-nav {
    width: 100%;
  }
  /*s-technology-style-767*/
  .s-technology ul li {
    height: 80px;
  }
  .s-technology ul li img {
    border-width: 0 10px;
  }
  /*s-web-application-style-767*/
  .s-web-application {
    padding-top: 40px;
  }
  .s-web-application .section-title {
    margin-bottom: 30px;
  }
  .s-web-application .item {
    padding: 25px 210px 25px 15px;
  }
  .s-web-application .item-title {
    text-align: center;
  }
  /*s-showcase-style-767*/
  /* Wide card responsive - 767px */
  .s-web-application .item-wrap--wide .item {
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .s-web-application .item-wrap--wide .item-body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .s-web-application .item-wrap--wide .item-img {
    display: none;
  }

  /* Center icon on mobile */
  .s-web-application .item-wrap--wide .item-icon {
    margin-right: 0;
    margin-bottom: 15px;
    justify-content: center;
  }

  .s-web-application .item-wrap--wide .item-title {
    justify-content: center;
    text-align: center;
  }

  /*s-technology-stack-style-767*/
  .s-technology-stack ul li {
    height: 120px;
    width: 33.33%;
  }
  /*s-featured-style-767*/
  .s-featured .item-area {
    padding-right: 0;
  }
  .s-featured .item {
    padding-left: 0;
  }
  .s-featured .item-img {
    position: relative;
    width: auto;
    height: 300px;
    left: auto;
    top: auto;
  }
  .s-featured .owl-nav {
    position: static;
    right: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .s-featured .owl-nav > div {
    position: absolute;
    /*top: 50%;*/
    top: 150px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    color: #000;
    font-size: 30px;
    width: 30px;
  }
  .s-featured .owl-nav > div:hover {
    background-color: transparent;
    color: #256dff;
  }
  .s-featured .owl-prev {
    margin-bottom: 0;
    left: 0;
  }
  .s-featured .owl-next {
    right: 0;
  }
  .s-featured .item-body {
    padding: 30px 20px;
  }
  /*s-questions-style-767*/
  .s-questions .item {
    padding-left: 21px;
    padding-right: 20px;
  }
  /*s-other-services-style-767*/
  .s-other-services {
    padding-bottom: 40px;
  }
  .s-other-services .item-wrap {
    float: none;
    width: auto;
  }
  .s-other-services .item {
    margin: 0 auto;
    width: 100%;
    max-width: 340px;
  }
  /*s-consultation-style-767*/
  .s-consultation.type-b,
  .s-consultation {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-consultation.type-b .section-title {
    margin-bottom: 20px;
  }
  .s-consultation.type-b span:first-child .input {
    margin-bottom: 24px;
  }
  .s-consultation .col {
    float: none;
    width: auto;
    margin-bottom: 24px;
  }
  .s-consultation .col:last-child {
    margin-bottom: 0;
  }
  .s-consultation .submit {
    margin-top: 20px;
  }
  /*s-placeholder-p-style-767*/
  .s-placeholder-p {
    padding-top: 60px;
  }
  .s-placeholder-p .section-body {
    height: 260px;
  }
  /*s-challenge-style-767*/
  .s-challenge {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /*s-preview-project-style-767*/
  .s-preview-project {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-preview-project .owl-nav > div {
    background-color: transparent;
    color: #000;
    font-size: 30px;
    width: 30px;
  }
  .s-preview-project .owl-nav > div:hover {
    background-color: transparent;
    color: #256dff;
  }
  /*s-solution-style-767*/
  .s-solution {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-solution .section-list li {
    float: none;
    width: auto;
  }
  .s-solution .section-subtitle {
    margin-bottom: 40px;
  }
  /*s-placeholder-t-style-767*/
  .s-placeholder-t .section-title {
    margin-bottom: 30px;
  }
  .s-placeholder-t .section-img {
    height: 260px;
  }
  /*m-contact-us-style-767*/
  .m-contact-us {
    width: 460px;
    padding: 30px;
  }
  .m-contact-us .s-consultation .input {
    height: 45px;
    font-size: 16px;
  }
  .m-contact-us .s-consultation .col,
	.s-consultation span .input {
    margin-bottom: 15px;
  }
  /*m-sending-style-767*/
  .m-sending {
    padding: 54px 30px 60px;
  }
  /*s-response-style-767*/
  .s-response {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-response .section-title {
    margin-bottom: 30px;
  }
  .s-response .item-wrap {
    width: 50%;
  }
  /*s-contacts-style-767*/
  .s-contacts {
    display: block;
    width: auto;
  }
  .s-contacts > .m-contact-us {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 50px;
  }
  .s-contacts > .ss-offices {
    min-width: 0;
    display: block;
    padding-left: 0;
    width: auto;
  }
  /*s-careers-style-767*/
  .s-careers {
    display: block;
    width: auto;
  }
  .s-careers > .ss-jobs {
    width: auto;
    display: block;
    padding: 0;
    margin-bottom: 30px;
  }
  .s-careers > .m-contact-us {
    display: block;
    width: auto;
    padding: 0;
  }
  /*s-blog-style-767*/
  .s-blog {
    padding-bottom: 35px;
  }
  .s-blog .item {
    display: block;
    width: auto;
  }
  .s-blog .item-image-wrap {
    display: block;
    padding-right: 0;
    width: 300px;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .s-blog .item-sidebar {
    display: block;
  }
  .s-navigation {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /*s-similar-posts-style*/
  .s-similar-posts {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-similar-posts .item-wrap {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  .s-similar-posts .item-wrap:last-child {
    margin-bottom: 0;
  }
  /* s-advance-business-style-767 */
  .s-advance-business {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-advance-business .section-title {
    margin-bottom: 25px;
  }
  /* s-our-stack-style-767 */
  .s-our-stack .section-header {
    margin-bottom: 30px;
  }
  .s-our-stack .section-title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .s-our-stack .item {
    width: auto;
    padding: 40px 0;
  }
  .s-our-stack .item-body {
    margin-bottom: 30px;
  }
  .s-our-stack.type-invert .item-wrap:nth-of-type(2n) .item-bg.second,
	.s-our-stack.type-invert .item-wrap:nth-of-type(2n-1) .item-bg.first,
	.s-our-stack.type-normal .item-wrap:nth-of-type(2n) .item-bg.first,
	.s-our-stack.type-normal .item-wrap:nth-of-type(2n-1) .item-bg.second {
    display: none;
  }
  .s-our-stack .item-bg.second,
  .s-our-stack .item-bg.first {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .s-our-stack .item-bg.second img,
  .s-our-stack .item-bg.first img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .s-our-stack.type-invert .item-wrap:nth-of-type(2n):hover .item-bg.first img,
	.s-our-stack.type-invert .item-wrap:nth-of-type(2n-1):hover .item-bg.second img,
	.s-our-stack.type-invert .item-wrap:nth-of-type(2n) .item-bg.first img,
	.s-our-stack.type-invert .item-wrap:nth-of-type(2n-1) .item-bg.second img,
	.s-our-stack.type-normal .item-wrap:nth-of-type(2n):hover .item-bg.second img,
	.s-our-stack.type-normal .item-wrap:nth-of-type(2n-1):hover .item-bg.first img,
	.s-our-stack.type-normal .item-wrap:nth-of-type(2n) .item-bg.second img,
	.s-our-stack.type-normal .item-wrap:nth-of-type(2n-1) .item-bg.first img {
    opacity: 0.25;
    filter: blur(4px);
  }
  /* s-values-style-767 */
  .s-values {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-values .section-title {
    margin-bottom: 25px;
  }
  .s-values .item-area {
    padding: 0;
  }
  .s-values .owl-dots {
    margin-top: 25px;
  }
  /* s-202004211230-style-767 */
  .s-202004211230 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-202004211230 .section-title {
    margin-bottom: 25px;
  }
  .s-202004211230 .row-first > .col.first {
    margin-bottom: 20px;
  }
  /* s-202004221245-style-767 */
  .s-202004221245 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-202004221245 .item-icon {
    width: 85px;
    min-width: 85px;
    height: 65px;
  }
  .s-202004221245 .item-header {
    margin-bottom: 10px;
  }
  .s-202004221245 .item-descr p {
    margin: 10px 0;
  }
  /* s-202004221245-style-767 */
  .s-202004221245 .item {
    padding-left: 0;
  }
  .s-202004221245 .item-wrap:nth-of-type(2n) .item {
    padding-right: 0;
  }
  .s-202004221245 .item-image {
    display: none;
    position: relative;
    width: auto;
    height: 0;
    padding-top: 56.25%;
  }
  .s-202004221245 .item-image img {
    border-right: none;
  }
  .s-202004221245 .item-wrap:nth-of-type(2n) .item-image img {
    border-left: none;
  }
  .s-202004221245 .item-body {
    min-height: 0;
    padding: 40px 27px 33px;
  }
  /* s-202004221255-style-767 */
  .s-202004221255 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-202004221255 .section-title {
    margin-bottom: 25px;
  }
  .s-202004221255 .section-descr {
    margin-bottom: 30px;
  }
  .s-202004221255 .item-area {
    margin: -10px;
  }
  .s-202004221255 .item-image {
    margin: 10px;
    max-height: 32px;
  }
  .s-202004221255 .section-more {
    margin-top: 35px;
  }
  /* s-202004221300-style-767 */
  .s-202004221300 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-202004221300 .section-title {
    margin-bottom: 25px;
  }
  /* s-development-process-style-767 */
  .s-development-process {
    padding: 60px 0;
  }
  .dev-process-wrapper {
    gap: 30px;
  }
  .dev-process-label {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .dev-process-title {
    font-size: 26px;
  }
  .dev-process-descr {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .s-development-process .step-inner {
    gap: 20px;
  }
  .s-development-process .step-number {
    font-size: 32px;
    min-width: 50px;
  }
  .s-development-process .step-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .s-development-process .step-descr {
    font-size: 15px;
  }
  .dev-process-step {
    padding: 28px 0;
  }
  /* s-case-studies-style-767 */
  .s-case-studies {
    padding: 50px 0 80px;
  }
  .s-case-studies::before {
    width: 90vw;
  }
  .case-studies-header {
    position: relative;
    top: 0;
    padding-bottom: 30px;
  }
  .case-studies-label {
    font-size: 11px;
    letter-spacing: 2px;
  }
  .case-studies-title {
    font-size: 28px;
  }
  .case-studies-subtitle {
    font-size: 16px;
  }
  .case-study-card {
    top: 100px;
    --stack-offset: calc((var(--card-index, 1) - 1) * 12px);
    padding: 24px;
    border-radius: 16px;
  }
  .case-study-card .card-title {
    font-size: 20px;
  }
  .case-study-card .card-meta {
    font-size: 13px;
    margin-bottom: 16px;
  }
  .case-study-card .card-kpis {
    flex-wrap: wrap;
    gap: 16px;
  }
  .case-study-card .kpi-value {
    font-size: 24px;
  }
  .case-study-card .kpi-label {
    font-size: 13px;
  }
  .case-study-card .card-narrative {
    gap: 10px;
    margin-bottom: 20px;
  }
  .case-study-card .narrative-block {
    font-size: 14px;
  }
  .case-study-card .card-cta {
    font-size: 13px;
  }
  .case-studies-explore {
    margin-top: 120px;
  }
}
/* 767 */
@media (max-width: 479px) {
  .header-height {
    height: 116px;
  }
  #header .row-first {
    padding-top: 6px;
    padding-bottom: 10px;
  }
  #header.sticky .row-first {
    padding-top: 0;
    padding-bottom: 0;
  }
  #header .row-third {
    display: inline-block;
    float: left;
  }
  #header .logo {
    font-size: 22px;
    margin-right: 0;
    line-height: 50px;
  }
  #header.sticky .logo {
    font-size: 20px;
    margin-right: 6px;
    line-height: 50px;
  }
  #header.sticky .buttons li:nth-child(2) a {
    line-height: 50px;
  }
  #header.sticky .languages-toggle {
    display: none;
  }
  #header .phones-wrap {
    clear: left;
    line-height: 1;
    height: 50px;
  }
  #header.sticky .phones-wrap {
    clear: none;
    height: 50px;
  }
  #header.sticky .phones-toggle {
    height: 50px;
    line-height: 48px;
  }
  #header .languages-toggle {
    margin: 0 10px 0 0;
  }
  .hamburger {
    margin-left: 0;
    height: 50px;
  }
  #header.sticky .hamburger {
    height: 50px;
  }
  #header .phones-toggle {
    display: none;
  }
  #header .phones {
    display: block;
    padding: 0;
  }
  #header.sticky .buttons {
    margin-right: 10px;
    clear: none;
    line-height: 48px;
    height: 50px;
  }
  #header .buttons {
    clear: right;
    height: 50px;
    line-height: 48px;
  }
  #header .button {
    width: 120px;
    padding: 0 6px;
    height: 40px;
  }
  #header .buttons li:nth-child(2) {
    display: none;
  }
  #header.sticky .buttons li:nth-child(2) {
    display: inline-block;
  }
  #header .buttons li:nth-child(1) {
    display: block;
  }
  #header.sticky .buttons li:nth-child(1) {
    display: none;
  }
  #header .phones li {
    line-height: 22px;
  }
  #header .phones-wrap.open .phones {
    position: relative;
    left: auto;
    top: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    padding: 0;
    background-color: transparent;
  }
  #header.sticky .phones-wrap.open .phones {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 20px 30px;
    border-top: 4px solid #000;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  /*s-projects-style-479*/
  .s-projects .section-buttons li {
    margin: 0 0 10px;
    display: block;
  }
  .s-projects.type-b .button,
  .s-projects .button {
    width: 100%;
  }
  .s-projects .section-buttons li:last-child {
    margin-bottom: 0;
  }
  /*s-reviews-style-479*/
  .s-reviews.type-b .item-area {
    padding: 0;
  }
  .s-reviews .active .item-img {
    -webkit-box-shadow: 0 15px 20px 0 rgba(84, 110, 122, 0.3);
    box-shadow: 0 15px 20px 0 rgba(84, 110, 122, 0.3);
  }
  .s-reviews .active .item-title {
    color: #252935;
  }
  .s-reviews .active .item-title:before {
    background-color: #256dff;
  }
  .s-reviews .active .item-pos {
    opacity: 1;
  }
  /*s-technology-style-479*/
  .s-technology {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .s-technology ul {
    white-space: normal;
  }
  .s-technology ul li {
    display: inline-block;
    height: 65px;
    width: 30%;
    border-right: none;
    float: none;
  }
  .s-technology ul li:first-child {
    border-left: none;
  }
  .s-technology ul li img {
    border-width: 10px 15px;
  }
  /*s-web-application-style-479*/
  .s-web-application .item {
    padding: 15px 20px;
  }
  .s-web-application .item-body {
    margin-bottom: 20px;
  }
  .s-web-application .item-img {
    position: relative;
    width: auto;
    height: 200px;
  }
  .page-template-template-service .s-web-application .item-img img {
    font-family: "object-fit: contain; object-position: 50% 50%;"; /*временно*/
    object-position: 50% 50%; /*временно*/
    object-fit: scale-down; /*временно*/
  }
  /*s-showcase-style-479*/
  .s-showcase ul li {
    float: none;
    width: auto;
  }
  /*s-technology-stack-style-479*/
  .s-technology-stack .section-title {
    margin-bottom: 30px;
  }
  .s-technology-stack ul li {
    height: 70px;
  }
  /*s-featured-style-479*/
  .s-featured .item-footer {
    white-space: normal;
  }
  .s-featured .item-footer li {
    display: block;
  }
  .s-featured .item-footer li:first-child {
    margin-bottom: 10px;
  }
  .s-featured .button {
    width: 100%;
  }
  .s-featured .slider-pag {
    margin-left: 0;
    text-align: center;
  }
  .s-challenge .section-list li {
    width: 33.33%;
  }
  .s-challenge .section-list li img {
    border: 15px solid transparent;
  }
  /*s-placeholder-style-479*/
  .s-placeholder .section-list {
    display: table;
    margin: -20px auto;
  }
  .s-placeholder.type-b .section-list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  /* .s-placeholder.type-b .section-list li{ */
  .s-placeholder.type-b .section-list li > * {
    display: block;
    padding: 10px 5px;
  }
  .s-placeholder.type-b .section-icon {
    margin: 0 auto 10px;
  }
  .s-placeholder.type-b .section-icon img {
    object-position: 50% 50%;
    font-family: "object-fit: contain; object-position: 50% 50%;";
  }
  .s-placeholder.type-b .section-subtitle {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
  }
  /*s-response-style-479*/
  .s-response .item-wrap {
    float: none;
    width: auto;
  }
  /* s-logos-style-479 */
  .s-logos .row-first img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .s-logos.type-b .row-first {
    display: block;
  }
  .s-logos.type-b .row-first img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
