@charset "UTF-8";
.slick-slide, .slick-slide *, .slider * {
  outline: none !important; }

html body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #323844; }
  html body.menu-collapsed {
    position: absolute;
    overflow: hidden;
    right: 205px; }
    @media (min-width: 768px) {
      html body.menu-collapsed {
        right: 477px; } }
    @media (min-width: 1200px) {
      html body.menu-collapsed {
        right: auto;
        position: relative;
        overflow: auto; } }
  html body .components {
    background: #323844; }
    html body .components#component1, html body .components.component-com_carousel {
      background-color: initial; }
    @media (max-width: 420px) {
      html body .components#component0 {
        padding-top: 30px; } }

.column-large {
  max-width: 1290px; }

@media (min-width: 768px) {
  .col-sm-20 {
    float: left !important;
    width: 20% !important; } }

.d-flex {
  display: flex !important; }

.align-items-center {
  align-items: center !important; }

.main-description {
  font-size: 18px;
  line-height: 24px; }
  .main-description ul {
    margin: 0;
    padding: 0; }
  .main-description.padding-left-list ul {
    padding-left: 25px; }
  @media (max-width: 1199px) {
    .main-description {
      animation-name: unset !important; } }

.text-capitalize {
  text-transform: capitalize !important; }

.secondary-title, .component-com_editor h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25; }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .secondary-title, .component-com_editor h3 {
      font-size: 18px; } }

.slick-dots li {
  margin: 0 4px; }

.slick-dots li button:before {
  opacity: 1;
  color: transparent;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  width: 10px;
  height: 10px; }

.slick-dots li.slick-active button:before {
  background: #FFFFFF;
  width: 10px;
  height: 10px;
  opacity: 1;
  color: transparent; }

@keyframes click {
  0% {
    box-shadow: 0px 0px 0px 2px #f39b26; }
  66% {
    box-shadow: 0px 0px 0px 4px #f39b26; }
  100% {
    box-shadow: 0px 0px 0px 2px #f39b26; } }

.cta-btn-outline, .cta-btn, .component-com_contact_form .inner .contact-form input[type="submit"], .cta-btn-icon {
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  box-shadow: inset 0px 0px 0px 2px #F58220;
  cursor: pointer;
  padding: 17.5px 36px;
  background: #F58220;
  font-size: 18px;
  border: 0;
  outline: none; }
  .cta-btn-outline:active, .cta-btn:active, .component-com_contact_form .inner .contact-form input:active[type="submit"], .cta-btn-icon:active, .cta-btn-outline:focus, .cta-btn:focus, .component-com_contact_form .inner .contact-form input:focus[type="submit"], .cta-btn-icon:focus, .cta-btn-outline:hover, .cta-btn:hover, .component-com_contact_form .inner .contact-form input:hover[type="submit"], .cta-btn-icon:hover {
    color: currentColor;
    text-decoration: none; }

.cta-btn-outline {
  background: transparent;
  box-shadow: inset 0px 0px 0px 2px #43495b;
  padding: 17.5px 36px; }
  .cta-btn-outline:hover, .cta-btn-outline.active {
    background: #F58220;
    box-shadow: inset 0px 0px 0px 2px #F58220; }

.cta-btn, .component-com_contact_form .inner .contact-form input[type="submit"] {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition: 300ms all; }
  .cta-btn:hover, .component-com_contact_form .inner .contact-form input:hover[type="submit"] {
    background: #f39b26;
    box-shadow: inset 0px 0px 0px 2px #f39b26; }
  .cta-btn:after, .component-com_contact_form .inner .contact-form input[type="submit"]:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s; }
  .cta-btn:active:after, .component-com_contact_form .inner .contact-form input[type="submit"]:active:after {
    transform: scale(0, 0);
    opacity: .2;
    transition: 0s; }

.cta-btn-icon {
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
  box-shadow: inset 0px 0px 0px 2px #F58220;
  cursor: pointer;
  min-height: 60px;
  min-width: 255px;
  background: transparent;
  font-size: 18px;
  border: 0;
  outline: none;
  position: relative;
  padding: 0 36px 0 0;
  transition: padding 300ms;
  z-index: 2;
  overflow: hidden; }
  .cta-btn-icon:before {
    content: '';
    display: inline-block;
    background: url("../img/play.svg") no-repeat center;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background-size: contain;
    transition: width 300ms, margin 300ms;
    margin: 0 46px 0 20px; }
  .cta-btn-icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    transition: width 300ms, margin 300ms;
    height: 100%;
    background: #F58220;
    opacity: 1;
    z-index: -1; }
  .cta-btn-icon:hover {
    padding-right: 46px;
    box-shadow: inset 0px 0px 0px 2px #f39b26; }
    .cta-btn-icon:hover:after {
      width: 100%; }
    .cta-btn-icon:hover:before {
      margin: 0 10px 0 46px; }
  .cta-btn-icon.contact {
    font-size: 14px;
    min-height: 40px;
    padding: 0 18px 0 0;
    min-width: 165px;
    border-radius: 5px; }
    @media (max-width: 1199px) {
      .cta-btn-icon.contact {
        font-size: 10px;
        min-width: 110px;
        min-height: 30px;
        padding: 0 13px 0 0; } }
    .cta-btn-icon.contact:before {
      background: url("../img/letter.svg") no-repeat center;
      width: 25px;
      height: 17px;
      margin: 0 24px 0 8px; }
      @media (max-width: 1199px) {
        .cta-btn-icon.contact:before {
          width: 19px;
          height: 13px;
          margin: 0 15px 0 6px; } }
    .cta-btn-icon.contact:after {
      width: 40px; }
      @media (max-width: 1199px) {
        .cta-btn-icon.contact:after {
          width: 30px; } }
    @media (min-width: 1200px) {
      .cta-btn-icon.contact:hover {
        padding-right: 23px; }
        .cta-btn-icon.contact:hover:after {
          width: 100%; }
        .cta-btn-icon.contact:hover:before {
          margin: 0 5px 0 23px; } }

.main-title, .component-com_editor h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: initial;
  margin-bottom: 30px;
  text-align: center;
  color: #ffffff; }
  @media (max-width: 1199px) {
    .main-title, .component-com_editor h1 {
      animation-name: unset !important; } }
  @media (max-width: 1199px) {
    .main-title, .component-com_editor h1 {
      font-size: 32px;
      text-align: center; } }
  @media screen and (min-width: 767px) and (max-width: 1199px) {
    .main-title, .component-com_editor h1 {
      max-width: 100%;
      width: 100%; } }
  .main-title span, .component-com_editor h1 span {
    color: #FFFFFF; }

.underline:after, .component-com_editor h3:after {
  content: "";
  width: 150px;
  height: 3px;
  background: #F58220;
  display: block;
  margin-top: 10px;
  margin-left: 15px; }
  @media (max-width: 1199px) {
    .underline:after, .component-com_editor h3:after {
      margin: 20px auto 0; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .underline:after, .component-com_editor h3:after {
      margin: 20px; } }

button.slick-arrow {
  width: 14px;
  height: 24px;
  position: absolute;
  top: 50%;
  z-index: 1;
  background: transparent;
  background-size: contain;
  border: none; }
  button.slick-arrow:before {
    display: none; }
  button.slick-arrow.slick-prev {
    background-image: url("../../../components/assets/img/arrow1.png");
    background-repeat: no-repeat;
    left: -5px; }
    @media (min-width: 1200px) {
      button.slick-arrow.slick-prev {
        left: 0; } }
  button.slick-arrow.slick-next {
    background-image: url("../../../components/assets/img/arrow2.png");
    background-repeat: no-repeat;
    right: -5px; }
    @media (min-width: 1200px) {
      button.slick-arrow.slick-next {
        right: 0; } }

.menuOverflow {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

.multimedia__list {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .multimedia__list .multimedia__item {
    max-width: 30%;
    min-width: 320px;
    margin: 15px; }
    .multimedia__list .multimedia__item-inner {
      max-width: 100%;
      overflow: hidden;
      margin-bottom: 0;
      padding: 0;
      margin: 0;
      line-height: 1;
      border-radius: 10px; }
      .multimedia__list .multimedia__item-inner iframe {
        width: 100%;
        margin: 0;
        line-height: 1;
        border-radius: 10px;
        overflow: hidden; }

.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 500px) {
    .logos {
      justify-content: space-around; } }
  .logos.full {
    border: 1px solid #F58220;
    border-radius: 10px;
    padding-top: 35px;
    margin: 0 10px; }
    .logos.full .logo {
      flex-basis: 20%; }
      @media screen and (max-width: 500px) {
        .logos.full .logo {
          flex-basis: 40%; } }
  .logos .logo {
    flex-basis: 25%;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 500px) {
      .logos .logo {
        flex-basis: 40%; } }
    .logos .logo img {
      max-width: 60%; }
      .logos .logo img.full {
        max-width: 100%; }
      .logos .logo img.big {
        max-width: 90%; }
      @media screen and (max-width: 500px) {
        .logos .logo img {
          max-width: 100%; } }
  .logos.columns-6 .logo {
    flex-basis: 16%; }
    .logos.columns-6 .logo img {
      max-width: 185px; }
  .logos.columns-5 .logo {
    flex-basis: 20%; }
    .logos.columns-5 .logo img {
      max-width: 185px;
      margin: 0 auto; }
  .logos.columns-4 .logo {
    flex-basis: 25%; }
  .logos.columns-3 .logo {
    flex-basis: 33%; }

ul.brand-bullets {
  list-style-type: none; }
  ul.brand-bullets.space-left {
    padding-left: 20px; }
  ul.brand-bullets li {
    position: relative; }
    ul.brand-bullets li::before {
      content: '';
      position: absolute;
      left: -15px;
      top: 8px;
      border-radius: 50%;
      height: 7px;
      width: 7px;
      background-color: #f58220; }

.component-com_editor .inner {
  max-width: initial; }

.custom-text-content h4 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.44;
  font-weight: 700; }

.custom-text-content p {
  line-height: 1.44;
  font-size: 18px; }

.custom-text-content .row-wrap {
  display: flex;
  flex-wrap: wrap; }

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

.flex-align-center {
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    .flex-align-center {
      display: block; } }

.case-gallery.title .main-title, .case-gallery.title .component-com_editor h1, .component-com_editor .case-gallery.title h1 {
  margin-bottom: 50px; }

.case-gallery.title .project-items .left-project-sidebar {
  display: none; }

.case-gallery.title .project-items .right-project-sidebar {
  width: 100%; }
  .case-gallery.title .project-items .right-project-sidebar .load-more {
    display: none; }

.home .logos .logo img {
  max-width: initial; }

.custom-component.reverse > .row {
  display: flex;
  flex-direction: row-reverse;
  align-items: center; }
  .custom-component.reverse > .row .title-wrapper {
    flex-basis: 70%; }

.custom-component.reverse .logos .logo {
  flex-basis: 33%; }
  .custom-component.reverse .logos .logo img {
    max-width: 90%; }

@media (max-width: 768px) {
  .custom-component.reverse .row {
    display: block; }
    .custom-component.reverse .row .text-right {
      text-align: center; } }

@media (max-width: 480px) {
  #component0 .cta-btn, #component0 .component-com_contact_form .inner .contact-form input[type="submit"], .component-com_contact_form .inner .contact-form #component0 input[type="submit"],
  #component0 .cta-btn-icon {
    width: 270px; } }

.mfp-gallery .mfp-container {
  height: calc(100% - 60px);
  margin-top: 60px; }
  .mfp-gallery .mfp-container .mfp-arrow-left {
    -webkit-transform-origin: 0; }

.component-com_banner {
  overflow-y: hidden;
  text-align: left; }
  .component-com_banner .banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    font-weight: 300; }
    .component-com_banner .banner .mouse-icon {
      width: 25px;
      height: 70px;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      display: none;
      margin: auto; }
    .component-com_banner .banner .content {
      padding: 40px 10px;
      margin-left: 0;
      border-radius: 10px;
      background-color: rgba(0, 0, 0, 0.7);
      text-align: center;
      will-change: opacity;
      animation-delay: 2.25s; }
      @media screen and (min-width: 767px) and (max-width: 1200px) {
        .component-com_banner .banner .content {
          padding: 40px 12%; } }
      @media (max-width: 1199px) {
        .component-com_banner .banner .content {
          margin: 0 auto;
          animation: none !important; } }
      @media (min-width: 1200px) {
        .component-com_banner .banner .content {
          max-width: 770px;
          padding: 50px 100px;
          margin-left: -100px;
          text-align: left; } }
    .component-com_banner .banner.layout-default {
      height: 507px;
      margin-top: 150px; }
      .component-com_banner .banner.layout-default div.content {
        max-width: initial;
        min-height: initial;
        display: block;
        margin-left: initial;
        padding: 0;
        text-align: center;
        background-color: transparent; }
      .component-com_banner .banner.layout-default .inner {
        top: -130px;
        bottom: initial;
        transform: none; }
        @media screen and (max-width: 800px) {
          .component-com_banner .banner.layout-default .inner {
            top: -140px; } }
        @media screen and (min-width: 767px) and (max-width: 1199px) {
          .component-com_banner .banner.layout-default .inner .main-description {
            max-width: 970px;
            text-align: center;
            margin: 0; } }
      @media (min-width: 1440px) {
        .component-com_banner .banner.layout-default {
          height: 0;
          padding-bottom: 33%; } }
    @media (min-width: 1200px) {
      .component-com_banner .banner.layout-large {
        min-height: 768px;
        height: 50vmax; } }
    @media (max-width: 1199px) {
      .component-com_banner .banner.layout-large {
        height: 750px; }
        body.home.page .component-com_banner .banner.layout-large {
          height: 690px; } }
    .component-com_banner .banner.layout-large .main-title, .component-com_banner .banner.layout-large .component-com_editor h1, .component-com_editor .component-com_banner .banner.layout-large h1 {
      text-align: left; }
      @media (min-width: 1200px) {
        .component-com_banner .banner.layout-large .main-title, .component-com_banner .banner.layout-large .component-com_editor h1, .component-com_editor .component-com_banner .banner.layout-large h1 {
          max-width: 525px; } }
    @media (min-width: 1200px) {
      .component-com_banner .banner.layout-large .main-description {
        max-width: 100%;
        text-align: justify; } }
    .component-com_banner .banner.layout-large .mouse-icon {
      display: block;
      cursor: pointer;
      animation-duration: 4s;
      animation-delay: 2s;
      will-change: transform; }
      @media (max-width: 1199px) {
        .component-com_banner .banner.layout-large .mouse-icon {
          display: none; } }
    .component-com_banner .banner .main-title, .component-com_banner .banner .component-com_editor h1, .component-com_editor .component-com_banner .banner h1 {
      margin: 0 0 20px;
      text-transform: uppercase;
      will-change: transform, opacity;
      animation-delay: 1.5s; }
      @media (max-width: 1199px) {
        .component-com_banner .banner .main-title, .component-com_banner .banner .component-com_editor h1, .component-com_editor .component-com_banner .banner h1 {
          animation: none !important; } }
    .component-com_banner .banner .main-description {
      will-change: transform, opacity;
      animation-delay: 1.5s;
      font-weight: 400; }
      @media (max-width: 1199px) {
        .component-com_banner .banner .main-description {
          margin: 0 auto;
          animation: none !important; } }
      @media screen and (min-width: 767px) and (max-width: 1199px) {
        .component-com_banner .banner .main-description {
          max-width: 413px;
          text-align: left;
          margin: 0; } }
    .component-com_banner .banner .info {
      display: flex;
      height: 35px;
      padding-bottom: 14px;
      align-items: flex-end; }
      @media (max-width: 1199px) {
        .component-com_banner .banner .info {
          height: 0; } }
    @media (max-width: 1199px) {
      .component-com_banner .banner .buttons-container {
        max-width: 320px;
        margin: 0 auto; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .component-com_banner .banner .buttons-container {
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .component-com_banner .banner .buttons-container .button {
          display: inline-block; } }
    .component-com_banner .banner .buttons-container .button {
      margin-bottom: 10px; }
      @media (min-width: 1200px) {
        .component-com_banner .banner .buttons-container .button {
          margin-right: 30px; } }
    @media (min-width: 1200px) {
      .component-com_banner .banner .buttons-container {
        display: flex; } }
    .component-com_banner .banner .store-links {
      margin: 40px -7px 0 -7px; }
      .component-com_banner .banner .store-links a {
        width: 134px;
        height: 46px;
        display: inline-block;
        margin: 0 7px 15px; }
        .component-com_banner .banner .store-links a.gplay {
          background: url("../img/gplay.png"); }
        .component-com_banner .banner .store-links a.appstore {
          background: url("../img/appstore.png"); }
    .component-com_banner .banner .platforms {
      margin: 20px -12px 0 -12px; }
      .component-com_banner .banner .platforms .platform {
        margin: 0 12px 15px;
        display: inline-block;
        max-width: 70px;
        max-height: 50px; }
        .component-com_banner .banner .platforms .platform img {
          width: 100%;
          height: auto; }
    .component-com_banner .banner .inner {
      max-width: 1140px;
      margin: 0 auto;
      position: absolute;
      bottom: 45%;
      transform: translateY(50%);
      left: 0;
      right: 0; }
      @media (max-width: 1199px) {
        .component-com_banner .banner .inner {
          padding: 15px; } }
    .component-com_banner .banner .video-bg-inner {
      position: absolute;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background: #000; }
      .component-com_banner .banner .video-bg-inner .videoWrapperBanner {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 100px;
        height: 0;
        margin-top: -16%; }
        .component-com_banner .banner .video-bg-inner .videoWrapperBanner video {
          position: absolute;
          top: 0;
          left: 0;
          min-width: 100%;
          min-height: 100%;
          background-size: cover;
          overflow: hidden; }
    .component-com_banner .banner.layout-large .video-bg-inner {
      padding-bottom: 61%; }
      .component-com_banner .banner.layout-large .video-bg-inner .videoWrapperBanner {
        padding-bottom: 61%; }

#component5.component-com_banner .banner.layout-default,
body.home.page .component-com_banner .banner.layout-default {
  will-change: background-position; }

@media (max-width: 1199px) {
  #component5.component-com_banner,
  body.home.page .component-com_banner {
    min-height: 420px; }
    #component5.component-com_banner .banner.layout-default,
    body.home.page .component-com_banner .banner.layout-default {
      position: relative; }
      #component5.component-com_banner .banner.layout-default .inner,
      body.home.page .component-com_banner .banner.layout-default .inner {
        bottom: 200px;
        transform: none; } }
      @media screen and (max-width: 1199px) and (min-width: 767px) and (max-width: 1200px) {
        #component5.component-com_banner .banner.layout-default .inner,
        body.home.page .component-com_banner .banner.layout-default .inner {
          padding: 40px 11%; } }

@keyframes bannerAnimation {
  0% {
    opacity: 0; }
  80% {
    opacity: 1; }
  100% {
    opacity: .7; } }

@keyframes teamAnimation {
  0% {
    background-position: center; }
  25% {
    background-position: left; }
  75% {
    background-position: right; }
  100% {
    background-position: center; } }

@media (max-width: 576px) {
  .page-id-2 #component0.component-com_banner .banner {
    background-image: url("../img/banner/main.jpg"); }
  .page-id-70 #component0.component-com_banner .banner {
    background-image: url("../img/banner/development.jpg"); }
  .page-id-112 #component0.component-com_banner .banner {
    background-image: url("../img/banner/art-outsourcing.jpg"); }
  .page-id-112 #component2.component-com_banner .banner {
    background-image: url("../img/banner/art-outsourcing-(OUR-COMPETENCES).jpg"); }
  .page-id-110 #component0.component-com_banner .banner {
    background-image: url("../img/banner/case.jpg"); }
  .page-id-642 #component3.component-com_banner .banner {
    background-image: url("../img/banner/our-interactive.jpg"); }
  .page-id-642 #component0.component-com_banner .banner {
    background-image: url("../img/banner/vr.jpg"); }
  .page-id-783 #component0.component-com_banner .banner {
    background-image: url("../img/banner/portfolio-3d.jpg"); }
  .page-id-783 #component2.component-com_banner .banner {
    background-image: url("../img/banner/portfolio-illustration.jpg"); }
  .page-id-783 #component4.component-com_banner .banner {
    background-image: url("../img/banner/portfolio-concept.jpg"); }
  .page-id-783 #component6.component-com_banner .banner {
    background-image: url("../img/banner/portfolio-ui.jpg"); }
  .page-id-783 #component8.component-com_banner .banner {
    background-image: url("../img/banner/portfolio-vfx.jpg"); } }

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .page-id-112 #component2 .main-title, .page-id-112 #component2 .component-com_editor h1, .component-com_editor .page-id-112 #component2 h1 {
    text-align: center; } }

.component-com_stats {
  box-shadow: 0 18px 30px 0 rgba(0, 0, 0, 0.3);
  background: #272c39;
  z-index: 1;
  position: relative;
  padding: 30px 0 60px; }
  @media (max-width: 1199px) {
    .component-com_stats {
      padding: 30px 0 80px; } }
  .component-com_stats .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .component-com_stats .stats {
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    color: #FFFFFF; }
    @media (max-width: 1199px) {
      .component-com_stats .stats {
        padding: 0;
        margin: 0 -15px; } }
    .component-com_stats .stats .slick-dots {
      bottom: -50px; }
    @media (min-width: 1200px) {
      .component-com_stats .stats .slider {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .component-com_stats .stats .slider .col {
          width: 33%; }
        .component-com_stats .stats .slider .spacing {
          margin: 0 30px; } }
    .component-com_stats .stats .border {
      position: absolute;
      border: solid 2px #F58220;
      width: 295px;
      height: 280px;
      border-radius: 10px;
      margin: 0 auto;
      padding: 0 25px;
      left: 0;
      right: 0;
      top: 30px;
      z-index: -1; }
      @media (min-width: 1199px) {
        .component-com_stats .stats .border {
          display: none; } }
      @media (max-width: 576px) {
        .component-com_stats .stats .border {
          width: 192px;
          height: 190px; } }
    .component-com_stats .stats .arrows .slick-arrow {
      position: absolute;
      top: 150px; }
      @media (max-width: 576px) {
        .component-com_stats .stats .arrows .slick-arrow {
          top: 100px;
          transform: scale(0.8); } }
      .component-com_stats .stats .arrows .slick-arrow.arrow-prev {
        left: calc(50vw - 125px); }
        @media (max-width: 576px) {
          .component-com_stats .stats .arrows .slick-arrow.arrow-prev {
            left: calc(50vw - 80px); } }
      .component-com_stats .stats .arrows .slick-arrow.arrow-next {
        right: calc(50vw - 125px); }
        @media (max-width: 576px) {
          .component-com_stats .stats .arrows .slick-arrow.arrow-next {
            right: calc(50vw - 80px); } }
    @media (min-width: 1200px) {
      .component-com_stats .stats .arrows {
        display: none; } }
    .component-com_stats .stats .slick-slide {
      width: 295px;
      padding: 20px 0; }
      @media (max-width: 1199px) {
        .component-com_stats .stats .slick-slide {
          padding-bottom: 0; } }
      @media (max-width: 576px) {
        .component-com_stats .stats .slick-slide {
          width: 150px;
          padding-top: 0; } }
      .component-com_stats .stats .slick-slide:not(.slick-center) {
        opacity: .2; }
    @media (min-width: 1199px) {
      .component-com_stats .stats {
        padding: 60px 100px;
        border: solid 2px #F58220; } }
    .component-com_stats .stats .icon {
      min-height: 110px; }
      @media (max-width: 576px) {
        .component-com_stats .stats .icon {
          transform: scale(0.7);
          margin: 0 auto;
          display: flex;
          justify-content: center;
          align-items: center; } }
    .component-com_stats .stats .cap {
      font-size: 48px;
      font-weight: 900;
      margin-bottom: 10px; }
      @media (max-width: 576px) {
        .component-com_stats .stats .cap {
          font-size: 33px;
          line-height: 1; } }
    .component-com_stats .stats .txt {
      text-transform: uppercase; }
      @media (max-width: 576px) {
        .component-com_stats .stats .txt {
          font-size: 11px; } }

.component-com_services {
  overflow: hidden; }
  .component-com_services .small-padding > .row {
    margin-left: 5px; }
  .component-com_services .content {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #323844;
    color: #fff;
    position: relative; }
    .component-com_services .content.with-description {
      box-shadow: 0 18px 30px 0 rgba(0, 0, 0, 0.3);
      background: #272c39; }
      .component-com_services .content.with-description .description {
        color: white;
        font-size: 18px;
        line-height: 1.67;
        font-weight: 400;
        text-align: center;
        max-width: 970px;
        margin: 0 auto 50px; }
    @media (min-width: 1200px) {
      .component-com_services .content {
        padding-top: 70px; } }
    @media (max-width: 768px) {
      .component-com_services .content {
        padding-top: 40px;
        padding-bottom: 40px; } }
    .component-com_services .content a, .component-com_services .content a:hover, .component-com_services .content a:active, .component-com_services .content a:focus {
      color: #F58220;
      text-decoration: underline; }
    .component-com_services .content .secondary-title, .component-com_services .content .component-com_editor h3, .component-com_editor .component-com_services .content h3 {
      margin-bottom: 5px;
      font-size: 22px;
      font-weight: 700;
      line-height: 1.2; }
    .component-com_services .content .description {
      margin-bottom: 30px; }
    .component-com_services .content .item {
      display: block; }
      .component-com_services .content .item:not(.small-padding) > .row {
        align-items: center; }
      .component-com_services .content .item.small-padding {
        margin-top: 20px; }
      .component-com_services .content .item .image {
        text-align: center;
        max-width: 70px; }
        @media (max-width: 1199px) {
          .component-com_services .content .item .image {
            float: right; } }
        .component-com_services .content .item .image img {
          width: 100%;
          height: auto; }
          .component-com_services .content .item .image img.attachment-thumbnail {
            max-width: 40px;
            margin: 10px 0; }
      .component-com_services .content .item .description {
        font-size: 18px; }
        @media screen and (min-width: 767px) and (max-width: 1200px) {
          .component-com_services .content .item .description {
            font-size: 14px; } }
      .component-com_services .content .item .counter {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 44px;
        flex: 44px 0 0;
        height: 43px;
        font-size: 22px;
        font-weight: 900;
        color: #F58220;
        text-align: center;
        border: 2px solid #F58220;
        border-radius: 10px;
        float: left; }
        @media (max-width: 1199px) {
          .component-com_services .content .item .counter {
            margin-left: 15px; } }
    .component-com_services .content .business-models {
      max-width: 280px;
      padding: 25px 30px;
      margin: auto;
      border: 2px solid #F58220;
      border-radius: 10px; }
      @media (max-width: 1199px) {
        .component-com_services .content .business-models {
          margin: inherit;
          padding: 25px 9px;
          background: rgba(0, 0, 0, 0.5); } }
      @media screen and (min-width: 767px) and (max-width: 1200px) {
        .component-com_services .content .business-models {
          background: transparent;
          padding: 29px 31px; } }
      .component-com_services .content .business-models .title {
        font-size: 25px;
        margin-bottom: 50px; }
        @media (min-width: 768px) {
          .component-com_services .content .business-models .title {
            margin-bottom: 18px; } }
        @media (min-width: 1200px) {
          .component-com_services .content .business-models .title {
            margin-bottom: 50px; } }
      .component-com_services .content .business-models .item {
        font-size: 16px;
        color: #ffffff;
        background-repeat: no-repeat;
        margin-bottom: 5px;
        background-position-y: center;
        padding: 10px 0 10px 40px; }
        .component-com_services .content .business-models .item:last-child {
          margin-bottom: 0; }
        @media (min-width: 768px) {
          .component-com_services .content .business-models .item {
            margin-bottom: 0; } }
        .component-com_services .content .business-models .item.price {
          background-image: url("../img/icon_for_b_models1.png");
          background-size: auto 25px; }
        .component-com_services .content .business-models .item.time {
          background-image: url("../img/icon_for_b_models2.png");
          background-size: 25px; }
        .component-com_services .content .business-models .item.team {
          background-image: url("../img/icon_for_b_models3.png");
          background-size: 25px; }
    .component-com_services .content .platforms {
      margin: 0px -12px 20px -12px;
      text-align: center; }
      @media (min-width: 768px) {
        .component-com_services .content .platforms {
          text-align: left; } }
      .component-com_services .content .platforms .platform {
        margin: 20px 23px;
        display: inline-block;
        max-width: 115px;
        max-height: 50px; }
        .component-com_services .content .platforms .platform img {
          width: 100%;
          height: auto; }

@media (min-width: 1200px) {
  body.page-id-70 #component2.component-com_logos {
    background: #323844; } }

.service-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  height: 100%; }
  .page-id-2 .service-img {
    width: 506px;
    background-image: url("../img/service_img.png");
    margin-left: -150px; }
    @media (max-width: 1199px) {
      .page-id-2 .service-img {
        margin-left: -175px;
        bottom: 0;
        max-width: 370px;
        background-position: bottom; } }
    @media screen and (min-width: 767px) and (max-width: 1200px) {
      .page-id-2 .service-img {
        margin-left: -140px;
        bottom: 30px;
        max-width: 430px; } }
  .page-id-112 .service-img {
    width: 800px;
    margin-left: -325px;
    background-image: url("../img/ork.png"); }
    @media (max-width: 1199px) {
      .page-id-112 .service-img {
        margin-left: -225px;
        bottom: 0;
        width: 400px;
        background-position: bottom; } }
    @media screen and (min-width: 767px) and (max-width: 1200px) {
      .page-id-112 .service-img {
        width: 750px;
        margin-left: -335px; } }

body.page-id-112 .component-com_services .content {
  background: #272c39; }

@media screen and (min-width: 767px) and (max-width: 1200px) {
  #component1 .col-sm-4 {
    width: 100% !important; }
    #component1 .col-sm-4 .main-title, #component1 .col-sm-4 .component-com_editor h1, .component-com_editor #component1 .col-sm-4 h1 {
      text-align: center; }
      #component1 .col-sm-4 .main-title:after, #component1 .col-sm-4 .component-com_editor h1:after, .component-com_editor #component1 .col-sm-4 h1:after {
        margin: 20px auto; }
  #component1 .col-sm-8 {
    width: 100%;
    margin: 0 auto;
    display: block;
    clear: both; }
    #component1 .col-sm-8 .row {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 auto; } }

.component-com_logos {
  background: url("../img/b1.jpeg");
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px; }
  .component-com_logos .inner-row {
    border: 2px solid #F58220;
    border-radius: 10px; }
  .component-com_logos .client-slider {
    margin-bottom: 0 !important; }
    @media (min-width: 1200px) {
      .component-com_logos .client-slider {
        padding: 0 100px; } }
    .component-com_logos .client-slider .slide {
      display: flex;
      flex-wrap: wrap; }
      .component-com_logos .client-slider .slide .slide-item {
        width: 20%;
        display: block;
        text-align: center;
        height: 170px;
        line-height: 170px;
        padding: 0 10px; }
        @media (max-width: 1199px) {
          .component-com_logos .client-slider .slide .slide-item {
            height: 100px;
            line-height: 100px; } }
        @media (max-width: 1199px) {
          .component-com_logos .client-slider .slide .slide-item {
            width: 50%; } }
        .component-com_logos .client-slider .slide .slide-item img {
          display: inline-block; }
          @media (max-width: 420px) {
            .component-com_logos .client-slider .slide .slide-item img {
              transform: scale(0.7); } }
    .component-com_logos .client-slider .slick-dots {
      left: 0;
      bottom: -50px; }
    .component-com_logos .client-slider .slick-arrow {
      background-size: contain; }
      .component-com_logos .client-slider .slick-arrow.slick-prev {
        left: 50px; }
      .component-com_logos .client-slider .slick-arrow.slick-next {
        right: 50px; }
  .component-com_logos .client-row {
    border-spacing: 0;
    border-collapse: collapse;
    margin: -3px; }
    @media (min-width: 992px) {
      .component-com_logos .client-row {
        border-width: 0 0 1px 1px; } }
    .component-com_logos .client-row .title {
      color: #fff;
      margin-top: -145px; }
  .component-com_logos .client-col {
    display: block;
    text-align: center;
    height: 170px;
    line-height: 170px;
    padding: 0 10px; }
    @media (min-width: 992px) {
      .component-com_logos .client-col {
        border-width: 1px 1px 0 0; } }
    @media (min-width: 768px) {
      .component-com_logos .client-col {
        display: table-cell; } }
    .component-com_logos .client-col.is-title {
      margin-top: -35px; }
    .component-com_logos .client-col img {
      display: inline-block;
      max-height: 50px;
      max-width: 100px;
      width: auto;
      height: auto; }

.component-com_inline_logos {
  box-shadow: 0 18px 30px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1; }
  .component-com_inline_logos .bg-inner {
    background: linear-gradient(to bottom, #2f3544 0%, #272C39 100%);
    background: #272c39;
    padding: 50px 0;
    color: #fff; }
    @media (min-width: 768px) {
      .component-com_inline_logos .bg-inner {
        padding: 80px 0 60px; } }
    @media (min-width: 992px) {
      .component-com_inline_logos .bg-inner {
        padding: 120px 0 100px; } }
    .component-com_inline_logos .bg-inner .logos-container {
      text-align: center; }
      @media (min-width: 1200px) {
        .component-com_inline_logos .bg-inner .logos-container {
          display: flex;
          align-items: center; } }
      .component-com_inline_logos .bg-inner .logos-container .main-title, .component-com_inline_logos .bg-inner .logos-container .component-com_editor h1, .component-com_editor .component-com_inline_logos .bg-inner .logos-container h1 {
        white-space: nowrap; }
        @media screen and (min-width: 767px) and (max-width: 1200px) {
          .component-com_inline_logos .bg-inner .logos-container .main-title, .component-com_inline_logos .bg-inner .logos-container .component-com_editor h1, .component-com_editor .component-com_inline_logos .bg-inner .logos-container h1 {
            white-space: normal; } }
        @media (min-width: 1200px) {
          .component-com_inline_logos .bg-inner .logos-container .main-title, .component-com_inline_logos .bg-inner .logos-container .component-com_editor h1, .component-com_editor .component-com_inline_logos .bg-inner .logos-container h1 {
            margin-bottom: 0; } }
      .component-com_inline_logos .bg-inner .logos-container .logos {
        width: 100%;
        display: inline-block;
        text-align: center; }
        @media screen and (min-width: 767px) and (max-width: 1200px) {
          .component-com_inline_logos .bg-inner .logos-container .logos {
            width: 75%; } }
        @media (min-width: 1200px) {
          .component-com_inline_logos .bg-inner .logos-container .logos {
            margin-left: 80px;
            text-align: left; } }
        .component-com_inline_logos .bg-inner .logos-container .logos .logo {
          display: inline-block;
          height: 100px;
          line-height: 100px;
          padding: 0 10px; }
          @media (min-width: 768px) {
            .component-com_inline_logos .bg-inner .logos-container .logos .logo {
              margin-right: 30px; } }

.component-com_case_logos {
  background: url("../img/b2.jpeg") no-repeat;
  background-size: cover; }
  .component-com_case_logos .white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto; }
  .component-com_case_logos .case-gallery {
    color: #fff;
    padding: 80px 0 50px; }
    .component-com_case_logos .case-gallery.navtop, .component-com_case_logos .case-gallery.navleft {
      padding: 110px 0 50px; }
      .component-com_case_logos .case-gallery.navtop .items .item img, .component-com_case_logos .case-gallery.navleft .items .item img {
        width: 100%;
        height: 100%; }
    @media (max-width: 1199px) {
      .component-com_case_logos .case-gallery .filter {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0 auto 30px;
        grid-gap: 15px; } }
  @media screen and (max-width: 1199px) and (min-width: 767px) and (max-width: 1200px) {
    .component-com_case_logos .case-gallery .filter {
      display: block; } }
    .component-com_case_logos .case-gallery .filter .cta-btn-outline {
      display: block;
      margin-bottom: 30px; }
      @media (max-width: 1199px) {
        .component-com_case_logos .case-gallery .filter .cta-btn-outline {
          font-size: 12px;
          padding: 15px 0px;
          margin-bottom: 0px;
          text-align: center; } }
      @media screen and (min-width: 767px) and (max-width: 1200px) {
        .component-com_case_logos .case-gallery .filter .cta-btn-outline {
          display: block;
          margin-bottom: 16px; } }
    .component-com_case_logos .case-gallery .items {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-gap: 30px; }
      @media (max-width: 1199px) {
        .component-com_case_logos .case-gallery .items {
          grid-gap: 20px;
          grid-template-columns: 1fr 1fr; } }
      @media screen and (min-width: 767px) and (max-width: 1200px) {
        .component-com_case_logos .case-gallery .items {
          grid-template-columns: 1fr 1fr 1fr; } }
      .component-com_case_logos .case-gallery .items .item {
        overflow: hidden;
        position: relative;
        display: none;
        border-radius: 10px; }
        .component-com_case_logos .case-gallery .items .item img:not(.icon-vr) {
          border: 2px solid transparent;
          border-radius: 10px;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: top; }
        @media (min-width: 1200px) {
          .component-com_case_logos .case-gallery .items .item:hover img:not(.icon-vr) {
            border: 2px solid #F58220;
            border-radius: 10px;
            border: 2px solid #F58220; } }
        .component-com_case_logos .case-gallery .items .item a {
          color: #fff;
          width: 100%;
          height: 100%;
          display: block; }
          .component-com_case_logos .case-gallery .items .item a .icon-vr {
            position: absolute;
            width: 21%;
            height: auto;
            top: 40%;
            left: 40%; }
            .component-com_case_logos .case-gallery .items .item a .icon-vr:hover {
              opacity: 1; }
        .component-com_case_logos .case-gallery .items .item .outer-info {
          display: none;
          position: absolute;
          bottom: 0;
          background: linear-gradient(to bottom, transparent 0%, #F58220 50%);
          text-align: left;
          padding: 60px 15px 10px; }
          .component-com_case_logos .case-gallery .items .item .outer-info .content {
            position: relative;
            font-weight: bold; }
            .component-com_case_logos .case-gallery .items .item .outer-info .content .title {
              text-transform: uppercase;
              font-size: 18px; }
            .component-com_case_logos .case-gallery .items .item .outer-info .content .divider {
              font-size: 25px;
              margin: 10px auto; }
          .component-com_case_logos .case-gallery .items .item .outer-info img {
            max-width: 45px;
            max-height: 35px;
            width: auto;
            height: auto;
            margin: 0 5px; }
        @media (min-width: 1200px) {
          .component-com_case_logos .case-gallery .items .item:hover .outer-info {
            display: block; } }
    .component-com_case_logos .case-gallery .load-more .trigger {
      display: none; }
    .component-com_case_logos .case-gallery .load-more,
    .component-com_case_logos .case-gallery .link-button {
      text-align: center;
      margin-top: 30px; }
    .component-com_case_logos .case-gallery.navtop {
      padding: 100px 0 50px; }
    .component-com_case_logos .case-gallery.all .filter,
    .component-com_case_logos .case-gallery.all .main-title,
    .component-com_case_logos .case-gallery.all .component-com_editor h1,
    .component-com_editor .component-com_case_logos .case-gallery.all h1 {
      display: none; }
    .component-com_case_logos .case-gallery.title .filter {
      display: none; }
  .component-com_case_logos .portfolio {
    padding: 20px 0;
    text-align: center; }

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .page-id-112 #component1 .case-gallery .main-title, .page-id-112 #component1 .case-gallery .component-com_editor h1, .component-com_editor .page-id-112 #component1 .case-gallery h1 {
    text-align: center; }
    .page-id-112 #component1 .case-gallery .main-title:after, .page-id-112 #component1 .case-gallery .component-com_editor h1:after, .component-com_editor .page-id-112 #component1 .case-gallery h1:after {
      margin: 20px auto; }
  .page-id-112 #component1 .case-gallery .col-sm-9 {
    width: 100% !important; }
    .page-id-112 #component1 .case-gallery .col-sm-9 .outer-info {
      display: block;
      background: rgba(0, 0, 0, 0.5);
      padding: 0; }
      .page-id-112 #component1 .case-gallery .col-sm-9 .outer-info .predefined__title {
        font-family: Lato;
        font-size: 14px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 4.29;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff; } }

.multi-inner {
  overflow-y: auto;
  max-height: 90vh; }
  @media (min-width: 768px) {
    .multi-inner {
      width: 103%;
      padding-right: 30px; } }
  .multi-inner img, .multi-inner .embed-wrapper {
    width: 100%;
    display: block;
    max-height: none !important;
    margin: auto auto 30px;
    height: auto; }
  .multi-inner .embed-wrapper {
    position: relative;
    padding-bottom: 60%;
    padding-top: 25px;
    height: 0; }
    .multi-inner .embed-wrapper iframe, .multi-inner .embed-wrapper object, .multi-inner .embed-wrapper embed {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 1px;
      min-width: 100%;
      *width: 100%; }
  .multi-inner .mfp-close {
    right: 25px; }

body .mfp-content .mfp-close {
  color: #fff; }

body .mfp-inline-holder .mfp-content {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 90%;
  overflow: hidden; }
  @media (min-width: 768px) {
    body .mfp-inline-holder .mfp-content {
      max-width: 70%; } }

.single-case_study header + div {
  padding-top: 100px; }

@media (max-width: 576px) {
  .single-case_study.postid-1865 #component0 .banner {
    background-image: url("../img/case/page-for-case.jpg"); }
  .single-case_study.postid-287 #component0 .banner {
    background-image: url("../img/case/xenko.jpg"); }
  .single-case_study.postid-377 #component0 .banner {
    background-image: url("../img/case/AFRICA-SLUMS.jpg"); }
  .single-case_study.postid-413 #component0 .banner {
    background-image: url("../img/case/arena.jpg"); }
  .single-case_study.postid-2026 #component0 .banner {
    background-image: url("../img/case/MINDARK.jpg"); }
  .single-case_study.postid-2056 #component0 .banner {
    background-image: url("../img/case/WORDO.jpg"); }
  .single-case_study.postid-2041 #component0 .banner {
    background-image: url("../img/case/QBSIM.jpg"); }
  .single-case_study.postid-1921 #component0 .banner {
    background-image: url("../img/case/chess.jpg"); }
  .single-case_study.postid-2639 #component0 .banner {
    background-image: url("../img/case/GAMEMAKER-STUDIO-2.jpg"); }
  .single-case_study.postid-436 #component0 .banner {
    background-image: url("../img/case/LOHKO.jpg"); }
  .single-case_study.postid-433 #component0 .banner {
    background-image: url("../img/case/virtec.jpg"); }
  .single-case_study.postid-429 #component0 .banner {
    background-image: url("../img/case/page-for-case-1-320@2x.png"); } }

#predefined__list .outer-info {
  width: 100%;
  text-align: center; }

.component-com_info_blocks {
  background: url("../img/b3.jpeg");
  background-size: cover; }
  .component-com_info_blocks .bg-inner {
    text-align: right;
    padding-top: 70px;
    padding-bottom: 20px;
    background-color: #F4F3F3; }
    .component-com_info_blocks .bg-inner.bg-light {
      background: transparent; }
    @media (min-width: 1200px) {
      .component-com_info_blocks .bg-inner .row-wrap {
        display: flex;
        align-items: center; }
        .component-com_info_blocks .bg-inner .row-wrap .img-right {
          order: 2; } }
    .component-com_info_blocks .bg-inner .info-block {
      background-color: transparent;
      margin-bottom: 50px;
      text-align: left; }
      @media (max-width: 1199px) {
        .component-com_info_blocks .bg-inner .info-block {
          margin-bottom: 35px; } }
      .component-com_info_blocks .bg-inner .info-block img {
        max-width: 100%;
        width: 100%;
        border: 2px solid #F58220;
        border-radius: 10px; }
        @media (max-width: 1199px) {
          .component-com_info_blocks .bg-inner .info-block img {
            margin: 0 0 15px; } }
      .component-com_info_blocks .bg-inner .info-block .inner {
        margin: 0;
        font-size: 13px;
        color: #818181; }
        .component-com_info_blocks .bg-inner .info-block .inner .counter {
          color: #000;
          font-size: 33px;
          font-weight: bold;
          margin-bottom: 5px;
          margin-top: 20px; }
          .component-com_info_blocks .bg-inner .info-block .inner .counter .left-line {
            width: 100%;
            height: 35px;
            border-left: 3px #000 solid; }
          @media (min-width: 768px) {
            .component-com_info_blocks .bg-inner .info-block .inner .counter {
              font-size: 44px;
              margin-bottom: 20px;
              margin-top: 0; } }
          @media (min-width: 992px) {
            .component-com_info_blocks .bg-inner .info-block .inner .counter {
              font-size: 70px; }
              .component-com_info_blocks .bg-inner .info-block .inner .counter .left-line {
                height: 55px; } }
        .component-com_info_blocks .bg-inner .info-block .inner a {
          color: #F58220;
          text-decoration: underline; }
      .component-com_info_blocks .bg-inner .info-block .description {
        font-size: 18px; }
      .component-com_info_blocks .bg-inner .info-block .main-title, .component-com_info_blocks .bg-inner .info-block .component-com_editor h1, .component-com_editor .component-com_info_blocks .bg-inner .info-block h1 {
        text-transform: uppercase; }
        @media (max-width: 1199px) {
          .component-com_info_blocks .bg-inner .info-block .main-title, .component-com_info_blocks .bg-inner .info-block .component-com_editor h1, .component-com_editor .component-com_info_blocks .bg-inner .info-block h1 {
            text-align: left;
            margin-bottom: 10px; } }
      .component-com_info_blocks .bg-inner .info-block .text-right {
        text-align: right; }
        @media (max-width: 1199px) {
          .component-com_info_blocks .bg-inner .info-block .text-right {
            text-align: left; } }
        .component-com_info_blocks .bg-inner .info-block .text-right .main-title, .component-com_info_blocks .bg-inner .info-block .text-right .component-com_editor h1, .component-com_editor .component-com_info_blocks .bg-inner .info-block .text-right h1 {
          text-align: left; }
          @media (max-width: 1199px) {
            .component-com_info_blocks .bg-inner .info-block .text-right .main-title, .component-com_info_blocks .bg-inner .info-block .text-right .component-com_editor h1, .component-com_editor .component-com_info_blocks .bg-inner .info-block .text-right h1 {
              text-align: left; } }
      @media (min-width: 768px) {
        .component-com_info_blocks .bg-inner .info-block .img-right {
          float: right; } }
      .component-com_info_blocks .bg-inner .info-block.layout-light {
        background: transparent; }
        .component-com_info_blocks .bg-inner .info-block.layout-light .inner {
          color: #FFFFFF; }
          .component-com_info_blocks .bg-inner .info-block.layout-light .inner .main-title, .component-com_info_blocks .bg-inner .info-block.layout-light .inner .component-com_editor h1, .component-com_editor .component-com_info_blocks .bg-inner .info-block.layout-light .inner h1 {
            color: #fff; }
        .component-com_info_blocks .bg-inner .info-block.layout-light .counter {
          color: #fff; }
          .component-com_info_blocks .bg-inner .info-block.layout-light .counter .left-line {
            border-color: #fff; }

.component-com_contact_form {
  color: #fff; }
  .component-com_contact_form .country-name {
    color: #455368; }
  .component-com_contact_form .main-title, .component-com_contact_form .component-com_editor h1, .component-com_editor .component-com_contact_form h1 {
    text-align: left; }
  @media (max-width: 1199px) {
    .component-com_contact_form .main-description {
      margin-bottom: 50px; } }
  .component-com_contact_form .jFiler-row {
    margin-top: 20px;
    text-align: left; }
  .component-com_contact_form .intl-tel-input .flag-container .selected-flag {
    padding-left: 0;
    border-radius: 5px 0 0 5px;
    overflow: hidden; }
    .component-com_contact_form .intl-tel-input .flag-container .selected-flag .iti-flag {
      display: none; }
    .component-com_contact_form .intl-tel-input .flag-container .selected-flag .selected-dial-code {
      color: #FFFFFF;
      background: #43495b;
      padding-left: 15px;
      border-radius: 10px 0 0 10px; }
    .component-com_contact_form .intl-tel-input .flag-container .selected-flag .iti-arrow {
      right: 15px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 6px solid #7e88a5; }
  .component-com_contact_form .intl-tel-input .country-list .flag-box {
    display: none; }
  .component-com_contact_form .inner {
    padding: 50px 0 30px;
    color: #fff;
    background: linear-gradient(to bottom, #1A1F2A 0%, #202533 55%, #121823 100%);
    position: relative; }
    .component-com_contact_form .inner .description {
      color: rgba(255, 255, 255, 0.7);
      margin-top: 30px;
      display: none; }
      @media (min-width: 768px) {
        .component-com_contact_form .inner .description {
          display: block; } }
    .component-com_contact_form .inner .contact-form {
      max-width: 575px;
      margin: auto;
      font-size: 16px; }
      .component-com_contact_form .inner .contact-form a {
        text-decoration: underline; }
      @media (min-width: 768px) {
        .component-com_contact_form .inner .contact-form {
          max-width: none; } }
      @media (min-width: 992px) {
        .component-com_contact_form .inner .contact-form {
          max-width: 575px; } }
      .component-com_contact_form .inner .contact-form form p {
        margin: 0; }
      .component-com_contact_form .inner .contact-form form .separate-dial-code {
        width: 100%; }
      .component-com_contact_form .inner .contact-form form .phone-code {
        display: none; }
      .component-com_contact_form .inner .contact-form form input[type="text"], .component-com_contact_form .inner .contact-form form input[type="email"], .component-com_contact_form .inner .contact-form form input[type="tel"], .component-com_contact_form .inner .contact-form form textarea {
        padding: 15px;
        border: 1px solid #43495b;
        border-radius: 10px;
        width: 100%;
        margin: 15px 0;
        outline: none;
        height: auto;
        background-color: transparent;
        color: #FFFFFF !important; }
        .component-com_contact_form .inner .contact-form form input[type="text"]::placeholder, .component-com_contact_form .inner .contact-form form input[type="email"]::placeholder, .component-com_contact_form .inner .contact-form form input[type="tel"]::placeholder, .component-com_contact_form .inner .contact-form form textarea::placeholder {
          color: #7e88a5;
          opacity: 1;
          /* Firefox */ }
        .component-com_contact_form .inner .contact-form form input[type="text"]:-ms-input-placeholder, .component-com_contact_form .inner .contact-form form input[type="email"]:-ms-input-placeholder, .component-com_contact_form .inner .contact-form form input[type="tel"]:-ms-input-placeholder, .component-com_contact_form .inner .contact-form form textarea:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #7e88a5; }
        .component-com_contact_form .inner .contact-form form input[type="text"]::-ms-input-placeholder, .component-com_contact_form .inner .contact-form form input[type="email"]::-ms-input-placeholder, .component-com_contact_form .inner .contact-form form input[type="tel"]::-ms-input-placeholder, .component-com_contact_form .inner .contact-form form textarea::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #7e88a5; }
        .component-com_contact_form .inner .contact-form form input[type="text"]:active, .component-com_contact_form .inner .contact-form form input[type="text"]:focus, .component-com_contact_form .inner .contact-form form input[type="email"]:active, .component-com_contact_form .inner .contact-form form input[type="email"]:focus, .component-com_contact_form .inner .contact-form form input[type="tel"]:active, .component-com_contact_form .inner .contact-form form input[type="tel"]:focus, .component-com_contact_form .inner .contact-form form textarea:active, .component-com_contact_form .inner .contact-form form textarea:focus {
          border-color: #F58220; }
        @media (min-width: 768px) {
          .component-com_contact_form .inner .contact-form form input[type="text"], .component-com_contact_form .inner .contact-form form input[type="email"], .component-com_contact_form .inner .contact-form form input[type="tel"], .component-com_contact_form .inner .contact-form form textarea {
            margin: 0;
            margin-bottom: 20px;
            padding: 10px 15px; } }
        @media (min-width: 992px) {
          .component-com_contact_form .inner .contact-form form input[type="text"], .component-com_contact_form .inner .contact-form form input[type="email"], .component-com_contact_form .inner .contact-form form input[type="tel"], .component-com_contact_form .inner .contact-form form textarea {
            margin: 15px 0;
            padding: 15px; } }
        .component-com_contact_form .inner .contact-form form input[type="text"]:focus, .component-com_contact_form .inner .contact-form form input[type="email"]:focus, .component-com_contact_form .inner .contact-form form input[type="tel"]:focus, .component-com_contact_form .inner .contact-form form textarea:focus {
          border-color: #F58220; }
          .component-com_contact_form .inner .contact-form form input[type="text"]:focus::-webkit-input-placeholder, .component-com_contact_form .inner .contact-form form input[type="email"]:focus::-webkit-input-placeholder, .component-com_contact_form .inner .contact-form form input[type="tel"]:focus::-webkit-input-placeholder, .component-com_contact_form .inner .contact-form form textarea:focus::-webkit-input-placeholder {
            text-align: right; }
          .component-com_contact_form .inner .contact-form form input[type="text"]:focus::-moz-placeholder, .component-com_contact_form .inner .contact-form form input[type="email"]:focus::-moz-placeholder, .component-com_contact_form .inner .contact-form form input[type="tel"]:focus::-moz-placeholder, .component-com_contact_form .inner .contact-form form textarea:focus::-moz-placeholder {
            text-align: right; }
        .component-com_contact_form .inner .contact-form form input[type="text"].wpcf7-not-valid, .component-com_contact_form .inner .contact-form form input[type="email"].wpcf7-not-valid, .component-com_contact_form .inner .contact-form form input[type="tel"].wpcf7-not-valid, .component-com_contact_form .inner .contact-form form textarea.wpcf7-not-valid {
          border: solid 1px #FF4B63;
          padding-left: 50px;
          background-image: url(../img/warn.svg);
          background-repeat: no-repeat;
          background-position: 12px center; }
      .component-com_contact_form .inner .contact-form form .wpcf7-form-control-wrap input[type="tel"] {
        padding-left: 95px !important; }
        .component-com_contact_form .inner .contact-form form .wpcf7-form-control-wrap input[type="tel"].wpcf7-not-valid {
          background: none; }
      .component-com_contact_form .inner .contact-form form textarea.wpcf7-not-valid {
        background-position: 12px 14px; }
      .component-com_contact_form .inner .contact-form form .wpcf7-not-valid-tip {
        color: #F57250;
        font-weight: 300;
        margin-bottom: 10px; }
      .component-com_contact_form .inner .contact-form form .separate-dial-code {
        margin: 15px 0; }
        @media (min-width: 768px) {
          .component-com_contact_form .inner .contact-form form .separate-dial-code {
            margin: 0;
            margin-bottom: 20px; } }
        @media (min-width: 992px) {
          .component-com_contact_form .inner .contact-form form .separate-dial-code {
            margin: 15px 0; } }
      .component-com_contact_form .inner .contact-form form textarea {
        resize: none; }
        @media (min-width: 768px) {
          .component-com_contact_form .inner .contact-form form textarea {
            height: 146px; } }
        @media (min-width: 992px) {
          .component-com_contact_form .inner .contact-form form textarea {
            height: 200px; } }
      .component-com_contact_form .inner .contact-form img.ajax-loader:focus {
        outline: none;
        border: none; }
      .component-com_contact_form .inner .contact-form .nav-form-container {
        padding: 15px 0;
        text-align: center;
        display: flex;
        flex-direction: column; }
        @media (min-width: 1200px) {
          .component-com_contact_form .inner .contact-form .nav-form-container {
            flex-direction: row-reverse;
            justify-content: space-between;
            flex-wrap: wrap;
            align-items: flex-start; } }
      .component-com_contact_form .inner .contact-form .jFiler-input {
        display: none; }
      .component-com_contact_form .inner .contact-form .jFiler div.jFiler-input {
        -moz-user-select: none;
        -webkit-user-select: none; }
      .component-com_contact_form .inner .contact-form .jFiler-items-list {
        list-style: none;
        padding-left: 0; }
        .component-com_contact_form .inner .contact-form .jFiler-items-list .jFiler-item {
          line-height: 15px;
          font-size: 13px;
          display: inline-table;
          margin-right: 10px;
          margin-bottom: 10px; }
          @media (max-width: 1199px) {
            .component-com_contact_form .inner .contact-form .jFiler-items-list .jFiler-item {
              width: 100%; } }
          .component-com_contact_form .inner .contact-form .jFiler-items-list .jFiler-item .jFiler-item-others {
            display: none; }
          .component-com_contact_form .inner .contact-form .jFiler-items-list .jFiler-item .jFiler-item-info {
            display: flex;
            align-items: center; }
            @media (max-width: 1199px) {
              .component-com_contact_form .inner .contact-form .jFiler-items-list .jFiler-item .jFiler-item-info {
                width: 100%; } }
          .component-com_contact_form .inner .contact-form .jFiler-items-list .jFiler-item .jFiler-item-assets {
            padding: 8px 0;
            width: 30px;
            background: #43495b;
            border-radius: 0 5px 5px 0;
            text-align: center; }
            .component-com_contact_form .inner .contact-form .jFiler-items-list .jFiler-item .jFiler-item-assets .list-inline {
              margin-left: 0;
              line-height: 1; }
            .component-com_contact_form .inner .contact-form .jFiler-items-list .jFiler-item .jFiler-item-assets li:before {
              display: none; }
            .component-com_contact_form .inner .contact-form .jFiler-items-list .jFiler-item .jFiler-item-assets .jFiler-item-trash-action {
              background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAJFBMVEX///9+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKUAAAC/sThcAAAACnRSTlMAmPiMAY/8nvuXOyGBpQAAAAFiS0dECx/XxMAAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfiCw4NOybmMK+dAAAATUlEQVQI12MQMmFgYHBNZ+ha6cDAMmsZQ9SqKQyeq5YC8UqXWUA2y6xVM1cB5YACq4BcBpAAiAunoeIwdTB9MHOywOauYCgLAap1VgQAUNgmQcpWp5EAAAAASUVORK5CYII=");
              width: 14px;
              height: 14px;
              display: block;
              cursor: pointer;
              background-size: contain;
              background-repeat: no-repeat; }
          .component-com_contact_form .inner .contact-form .jFiler-items-list .jFiler-item .jFiler-item-title {
            float: left;
            width: 125px;
            text-align: left;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap; }
            @media (max-width: 1199px) {
              .component-com_contact_form .inner .contact-form .jFiler-items-list .jFiler-item .jFiler-item-title {
                width: 100%; } }
          .component-com_contact_form .inner .contact-form .jFiler-items-list .jFiler-item .jFiler-item-container {
            float: left;
            box-shadow: inset 0px 0px 0px 2px #43495b;
            border-radius: 5px; }
            @media (max-width: 1199px) {
              .component-com_contact_form .inner .contact-form .jFiler-items-list .jFiler-item .jFiler-item-container {
                display: table;
                float: none;
                width: 100%;
                max-width: 300px;
                margin: 0 auto; } }
            .component-com_contact_form .inner .contact-form .jFiler-items-list .jFiler-item .jFiler-item-container .jFiler-item-title {
              padding: 8px 15px; }
      .component-com_contact_form .inner .contact-form .wpcf7-multifile {
        float: left; }
      .component-com_contact_form .inner .contact-form h2 {
        font-weight: 400;
        font-size: 17px;
        line-height: 23px;
        color: #F58220;
        text-align: center;
        text-transform: uppercase;
        margin: 30px 0 15px; }
        @media (min-width: 768px) {
          .component-com_contact_form .inner .contact-form h2 {
            font-size: 20px; } }
        @media (min-width: 992px) {
          .component-com_contact_form .inner .contact-form h2 {
            font-size: 30px;
            line-height: 33px; } }
      .component-com_contact_form .inner .contact-form .upload-button {
        width: 200px;
        height: 50px;
        border: 1px red solid; }
      .component-com_contact_form .inner .contact-form input[type="file"] {
        display: none;
        width: 0;
        height: 0; }
      .component-com_contact_form .inner .contact-form .custom-selector {
        font-size: 13px;
        color: #fff;
        cursor: pointer;
        font-weight: inherit;
        position: relative;
        display: inline-flex;
        align-items: center;
        border-radius: 5px;
        padding-right: 15px;
        box-shadow: inset 0px 0px 0px 2px #43495b; }
        @media (max-width: 1199px) {
          .component-com_contact_form .inner .contact-form .custom-selector {
            margin-bottom: 20px;
            width: 100%; } }
        .component-com_contact_form .inner .contact-form .custom-selector:before {
          content: "";
          display: block;
          width: 38px;
          height: 40px;
          border-radius: 5px 0 0 5px;
          margin-right: 15px;
          background: #43495b url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAZCAMAAADt/kXiAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA9lBMVEV+iKX///9+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKV+iKUAAAB7vYfRAAAAUHRSTlMAABWMws6zZQFF/tcEV8p3lvTkA3MFSVgWIN26ac/xOjkr0/nty9o3Vu5xJLcC6eslW/wQKC3y9/2hYqSH+3i/ez49ecjHNEeUxNull4B+MrouOqIAAAABYktHRFGUaXwqAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH4gsODTsm5jCvnQAAAORJREFUKM910tlWwkAQBNDuGIwOKIKAoBhc0IAKyCa4o7iguNT/f42EmYyZ4dCP96VOdTdRfJwVN7HqrTGzwesC4SRTpm8Am2lvK4PsNpucyxd2iqVd7LHBZWcf8CsHwKHJRziu4oRP4VnsBzXU2cWZzedZXDSaqC1y67KNTldzL6O4H1whx5oHGFYk+7ie9+pLFjcR36o93JWdqsWy1yzy3mRWHEVGzEuYFdODYtL+GDLRSLL2J4jnebhk7WO8xFn7CK9x1v4G8T67bMT/uROID7fzOSXL6Sv8gQktOAXfP79k+R+yYDhVkwDmDQAAAABJRU5ErkJggg==") no-repeat 50%; }
        @media (min-width: 768px) {
          .component-com_contact_form .inner .contact-form .custom-selector {
            width: auto;
            background-position: 0 center;
            background-size: 14px; } }
      .component-com_contact_form .inner .contact-form .file-selector {
        display: block;
        width: 100%;
        order: 1; }
      .component-com_contact_form .inner .contact-form div.jFiler-input {
        display: block;
        width: 82px;
        color: transparent;
        cursor: pointer;
        margin-bottom: 20px;
        height: 57px;
        margin-top: -70px;
        position: absolute;
        right: 0; }
        @media (min-width: 768px) {
          .component-com_contact_form .inner .contact-form div.jFiler-input {
            width: 180px; } }
      .component-com_contact_form .inner .contact-form .file-list {
        margin-top: 10px; }
        .component-com_contact_form .inner .contact-form .file-list ul {
          list-style: none;
          padding-left: 0; }
          .component-com_contact_form .inner .contact-form .file-list ul li {
            line-height: 15px;
            font-size: 13px; }
            .component-com_contact_form .inner .contact-form .file-list ul li:before {
              display: inline-block;
              vertical-align: middle;
              content: url("../img/attached-file.svg");
              padding-right: 5px; }
      .component-com_contact_form .inner .contact-form .success, .component-com_contact_form .inner .contact-form .error-block {
        color: #fff;
        display: none; }
        .component-com_contact_form .inner .contact-form .success button, .component-com_contact_form .inner .contact-form .error-block button {
          width: 46px;
          height: 46px;
          border: 0;
          float: left;
          margin-right: 20px; }
        .component-com_contact_form .inner .contact-form .success div, .component-com_contact_form .inner .contact-form .error-block div {
          font-size: 16px;
          line-height: 18px;
          padding-top: 5px; }
      .component-com_contact_form .inner .contact-form .success button {
        cursor: default;
        background: url("../img/success-hover.svg") no-repeat; }
      .component-com_contact_form .inner .contact-form .error-block .err-text {
        text-align: center;
        margin-top: 10px; }
        @media (min-width: 768px) {
          .component-com_contact_form .inner .contact-form .error-block .err-text {
            text-align: left;
            font-size: 13px;
            width: 59%;
            margin-top: 0; } }
        @media (min-width: 992px) {
          .component-com_contact_form .inner .contact-form .error-block .err-text {
            width: 50%;
            font-size: 16px; } }
      .component-com_contact_form .inner .contact-form .error-block div {
        padding-top: 0; }
      .component-com_contact_form .inner .contact-form .error-block button {
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iNDRweCIgaGVpZ2h0PSI0NHB4IiB2aWV3Qm94PSIwIDAgNDQgNDQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+R3JvdXAgMjwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImNvbnRhY3QtZm9ybS0yLWVycm9yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDQ0LjAwMDAwMCwgLTEzMDguMDAwMDAwKSI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ0NC4wMDAwMDAsIDEzMDguMDAwMDAwKSI+ICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwtNjMxIiBmaWxsPSIjRTM1OTM1IiBjeD0iMjIiIGN5PSIyMiIgcj0iMjIiPjwvY2lyY2xlPiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjIsMjkgTDIyLDgiIGlkPSJQYXRoLTY1NDQiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48L3BhdGg+ICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMiwzNyBMMjIsMzMiIGlkPSJQYXRoLTY1NDQtQ29weSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat; }
      .component-com_contact_form .inner .contact-form .info-text .first {
        font-size: 14px !important; }
      .component-com_contact_form .inner .contact-form .info-text .second {
        font-size: 16px !important; }
      .component-com_contact_form .inner .contact-form .privacy {
        margin: 20px 0;
        padding: 20px 0;
        border-top: solid 1px #ecedf1;
        border-bottom: solid 1px #ecedf1;
        font-size: 13px; }
        @media (min-width: 768px) {
          .component-com_contact_form .inner .contact-form .privacy {
            font-size: 14px; } }
        @media (min-width: 992px) {
          .component-com_contact_form .inner .contact-form .privacy {
            max-width: 575px;
            border: none;
            margin: 0;
            padding: 0;
            font-size: 12px;
            margin-top: 30px; } }
        .component-com_contact_form .inner .contact-form .privacy .title {
          text-align: center;
          font-size: 18px;
          margin-bottom: 10px; }
          @media (min-width: 992px) {
            .component-com_contact_form .inner .contact-form .privacy .title {
              text-align: inherit;
              font-size: 14px;
              margin: 0; } }
    .component-com_contact_form .inner .locations .container {
      width: auto; }
    .component-com_contact_form .inner .locations .component-com_offices {
      padding: 0; }
    .component-com_contact_form .inner .locations .col-sm-6, .component-com_contact_form .inner .locations .col-md-20 {
      width: 100%; }
      .component-com_contact_form .inner .locations .col-sm-6 .title, .component-com_contact_form .inner .locations .col-md-20 .title {
        font-size: 16px; }
      .component-com_contact_form .inner .locations .col-sm-6 .address, .component-com_contact_form .inner .locations .col-md-20 .address {
        font-size: 14px; }
    .component-com_contact_form .inner .wpcf7-response-output.wpcf7-validation-errors {
      margin: 0;
      visibility: hidden; }
  .component-com_contact_form .err-text a {
    color: #F58220;
    text-decoration: underline; }
  .component-com_contact_form .footer {
    border-top: 2px rgba(255, 255, 255, 0.2) solid;
    color: #7e88a5;
    margin-top: 40px;
    font-size: 18px;
    padding-top: 25px;
    text-align: center;
    position: relative; }
    @media (min-width: 768px) {
      .component-com_contact_form .footer {
        text-align: left; } }
    .component-com_contact_form .footer a {
      color: #7e88a5;
      text-transform: uppercase;
      display: block;
      margin-top: 15px;
      text-decoration: underline; }
      @media (max-width: 1199px) {
        .component-com_contact_form .footer a {
          text-decoration: underline;
          font-size: 14px; } }
      @media (min-width: 768px) {
        .component-com_contact_form .footer a {
          display: inline-block;
          margin-top: 0;
          float: right;
          margin-left: 50px; } }
  .component-com_contact_form .footer-img {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    pointer-events: none; }
    @media (max-width: 1199px) {
      .component-com_contact_form .footer-img {
        display: none; } }
    .component-com_contact_form .footer-img img {
      max-width: 450px; }
  @media (max-width: 1199px) {
    .component-com_contact_form .ajax-loader {
      display: block !important; } }

.component-com_text_blocks .item {
  margin-bottom: 40px;
  text-align: center; }
  @media (min-width: 768px) {
    .component-com_text_blocks .item {
      text-align: left; } }

.component-com_text_blocks .title {
  color: #fff;
  font-size: 21px;
  margin-bottom: 35px;
  text-align: center; }
  @media (min-width: 768px) {
    .component-com_text_blocks .title {
      text-align: left;
      display: none; } }
  .component-com_text_blocks .title span {
    font-size: 40px;
    font-weight: bold;
    display: block; }

.component-com_text_blocks .sub-title {
  color: #000;
  font-size: 21px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .component-com_text_blocks .sub-title {
      font-size: 29px; } }

.component-com_text_blocks .description {
  color: #818181; }

.component-com_text_blocks .inner-left .divided-container {
  max-width: 585px;
  padding: 0 15px;
  margin: auto; }
  @media (min-width: 768px) {
    .component-com_text_blocks .inner-left .divided-container {
      padding: 0 40px;
      float: right; } }
  .component-com_text_blocks .inner-left .divided-container .sub-title {
    color: #fff; }

.component-com_text_blocks .inner-left .bg-inner {
  background: #000;
  padding: 40px 0; }

.component-com_text_blocks .inner-right .divided-container {
  max-width: 585px;
  padding: 0 15px;
  margin: auto; }
  @media (min-width: 768px) {
    .component-com_text_blocks .inner-right .divided-container {
      padding: 0 40px;
      float: left; } }

.component-com_text_blocks .inner-right .title {
  color: #000; }

.component-com_text_blocks .inner-right .bg-inner {
  background: #fff;
  padding: 40px 0; }

.component-com_case_info {
  color: #FFFFFF;
  padding: 50px 0;
  background: url("../img/case_Info_bg.png");
  background-size: cover;
  font-size: 18px; }
  .component-com_case_info .description {
    margin-bottom: 35px; }
  .component-com_case_info .points {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .component-com_case_info .points {
        margin: 0; } }
    @media screen and (min-width: 767px) and (max-width: 1200px) {
      .component-com_case_info .points .item.col-sm-6 {
        width: 50%; } }
    .component-com_case_info .points .item {
      display: flex;
      align-items: center;
      min-height: 28px;
      line-height: 28px;
      width: 100%;
      margin-bottom: 25px; }
      @media (min-width: 1200px) {
        .component-com_case_info .points .item {
          width: 50%;
          padding-left: 20px;
          float: left; } }
      .component-com_case_info .points .item:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        flex: 45px 0 0;
        width: 45px;
        height: 45px;
        margin-right: 30px;
        background-repeat: no-repeat; }
      .component-com_case_info .points .item.industry:before {
        background-image: url("../img/info-industry.png"); }
      .component-com_case_info .points .item.location:before {
        background-image: url("../img/info-location.png"); }
      .component-com_case_info .points .item.technologies:before {
        background-image: url("../img/info-concept.png"); }
      .component-com_case_info .points .item.date:before {
        background-image: url("../img/info-calendar.png"); }
      .component-com_case_info .points .item.technology:before {
        background-image: url("../img/info-tech.png"); }
  .component-com_case_info .features {
    color: #fff;
    counter-reset: section;
    padding: 25px;
    border: 2px solid #F58220;
    border-radius: 10px; }
    .component-com_case_info .features .title {
      margin-bottom: 20px;
      font-size: 24px;
      font-weight: 900; }
    .component-com_case_info .features .feature {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      padding-left: 0; }
      .component-com_case_info .features .feature:last-child {
        margin-bottom: 0; }
      .component-com_case_info .features .feature:before {
        counter-increment: section;
        content: counter(section);
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 44px;
        flex: 44px 0 0;
        height: 43px;
        font-size: 22px;
        font-weight: 900;
        color: #F58220;
        text-align: center;
        border: 2px solid #F58220;
        border-radius: 10px;
        margin-right: 30px; }
      @media screen and (min-width: 767px) and (max-width: 1200px) {
        .component-com_case_info .features .feature.col-sm-6 {
          width: 50%; } }

.component-com_vr_cases {
  padding: 40px 0; }
  .component-com_vr_cases .gallery-inner {
    position: relative;
    display: block; }
  .component-com_vr_cases .item .inner {
    display: block;
    position: relative; }
  .component-com_vr_cases .item .gallery-item {
    margin: 10px 0; }
  .component-com_vr_cases .item a {
    color: #fff; }
  .component-com_vr_cases .item .outer-info {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(245, 130, 32, 0.9);
    text-align: center;
    padding: 15px; }
    .component-com_vr_cases .item .outer-info .content {
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      position: relative;
      top: 50%; }
      .component-com_vr_cases .item .outer-info .content .title {
        text-transform: uppercase;
        font-size: 18px; }
      .component-com_vr_cases .item .outer-info .content .sub-title {
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.8);
        font-size: 13px;
        margin-top: 3px;
        font-weight: bold; }
      .component-com_vr_cases .item .outer-info .content .divider {
        font-size: 25px;
        margin: 10px auto; }
    .component-com_vr_cases .item .outer-info img {
      max-width: 45px;
      max-height: 35px;
      width: auto;
      height: auto;
      margin: 0 5px; }
  @media (min-width: 1200px) {
    .component-com_vr_cases .item:hover .outer-info {
      display: block; } }
  .component-com_vr_cases .load-button {
    text-align: center; }
    .component-com_vr_cases .load-button button {
      color: #fff;
      background: transparent;
      border: 1px #fff solid;
      border-radius: 4px;
      text-transform: uppercase;
      padding: 13px 50px;
      margin-top: 10px; }

.component-com_editor {
  padding: 80px 0 50px;
  font-size: 18px;
  color: #fff;
  background: #272c38; }
  @media (max-width: 1199px) {
    .component-com_editor {
      padding: 70px 0; } }
  .component-com_editor .inner {
    max-width: 940px;
    margin: 0 auto; }
  .component-com_editor a {
    text-decoration: underline; }
  .component-com_editor p {
    margin-bottom: 30px; }
  .component-com_editor h1 {
    text-align: left !important;
    text-transform: inherit; }
  .component-com_editor h3 {
    font-size: 36px;
    padding-bottom: 15px; }
    @media (max-width: 1199px) {
      .component-com_editor h3 {
        font-size: 24px; } }
    .component-com_editor h3:after {
      margin-left: 0; }
  .component-com_editor a,
  .component-com_editor a:hover,
  .component-com_editor a:active,
  .component-com_editor a:focus {
    color: #F58220; }

.component-com_divided_rows_text {
  color: #fff;
  padding: 40px 0; }
  .component-com_divided_rows_text .features {
    color: #fff;
    margin-bottom: 20px; }
    .component-com_divided_rows_text .features .title {
      font-size: 17px;
      margin-bottom: 20px; }
    .component-com_divided_rows_text .features .feature {
      margin-bottom: 12px;
      padding-left: 25px;
      background-image: url("../img/dot.svg");
      background-repeat: no-repeat;
      background-size: 13px;
      background-position-y: 2px; }

.component-com_why_technology {
  padding: 80px 0 40px; }
  .component-com_why_technology .why-technology {
    color: #ffffff; }
    .component-com_why_technology .why-technology img.icon {
      max-width: 55px;
      max-height: 55px; }
    .component-com_why_technology .why-technology .content {
      margin: 0 0 50px 45px; }
      .component-com_why_technology .why-technology .content .title {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.44;
        margin-bottom: 10px; }
      .component-com_why_technology .why-technology .content .description {
        font-size: 18px;
        line-height: 1.44; }
  .component-com_why_technology .equal-columns-height {
    display: flex;
    flex-wrap: wrap; }

.component-com_three_column_items {
  padding: 80px 0 40px; }
  .component-com_three_column_items .why-technology {
    color: #ffffff; }
    .component-com_three_column_items .why-technology img.icon {
      max-width: 55px;
      max-height: 55px; }
    .component-com_three_column_items .why-technology .content {
      margin: 0 0 60px 40px; }
      .component-com_three_column_items .why-technology .content .title {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.44;
        margin-bottom: 10px; }
      .component-com_three_column_items .why-technology .content .description {
        font-size: 18px;
        line-height: 1.44; }
  .component-com_three_column_items .main-title, .component-com_three_column_items .component-com_editor h1, .component-com_editor .component-com_three_column_items h1 {
    margin-bottom: 50px; }

.component-com_title_image_repeater {
  padding: 80px 0 40px; }
  .component-com_title_image_repeater .main-title, .component-com_title_image_repeater .component-com_editor h1, .component-com_editor .component-com_title_image_repeater h1 {
    margin-bottom: 50px; }

.technologies-and-tools h4 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.44;
  color: #ffffff; }

.technologies-and-tools ul {
  margin-bottom: 30px; }

.technologies-and-tools .main-title, .technologies-and-tools .component-com_editor h1, .component-com_editor .technologies-and-tools h1 {
  margin-bottom: 50px; }

body > div.components {
  background-color: #323944 !important; }
  body > div.components:nth-child(2n) {
    background: #272d39 !important; }

.mfp-gallery .mfp-container {
  height: calc(100% - 60px);
  margin-top: 60px; }
  .mfp-gallery .mfp-container .mfp-arrow-left {
    -webkit-transform-origin: 0; }

.com_carousel_layout-gallery {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 70px 0;
  background: linear-gradient(to bottom, #2f3544 0%, #272C39 100%);
  position: relative;
  z-index: 1;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.3); }
  .com_carousel_layout-gallery .slick-dots {
    bottom: -35px; }
    @media (max-width: 1199px) {
      .com_carousel_layout-gallery .slick-dots {
        bottom: -60px; } }
  .com_carousel_layout-gallery .slick-slider .slick-prev {
    width: 21px;
    height: 35px;
    left: 40px; }
  .com_carousel_layout-gallery .slick-slider .slick-next {
    width: 21px;
    height: 35px;
    right: 40px; }
  .com_carousel_layout-gallery .slick-slider .slick-slide {
    margin: 0 15px;
    overflow: hidden; }
    .com_carousel_layout-gallery .slick-slider .slick-slide a {
      display: block;
      position: relative;
      overflow: hidden; }
      .com_carousel_layout-gallery .slick-slider .slick-slide a.video-thumb:before {
        content: "►";
        color: #fff;
        text-align: center;
        line-height: 44px;
        font-size: 20px;
        width: 50px;
        height: 50px;
        border-radius: 45px;
        border: 3px #fff solid;
        background-color: #F58220;
        position: absolute;
        left: 43%;
        top: 41%;
        opacity: .5;
        padding-left: 3px; }
        .com_carousel_layout-gallery .slick-slider .slick-slide a.video-thumb:before:hover {
          opacity: 1; }
      .com_carousel_layout-gallery .slick-slider .slick-slide a:hover {
        opacity: .3; }
      .com_carousel_layout-gallery .slick-slider .slick-slide a.video-thumb:hover {
        opacity: 1; }
        .com_carousel_layout-gallery .slick-slider .slick-slide a.video-thumb:hover:before {
          opacity: 1; }
      .com_carousel_layout-gallery .slick-slider .slick-slide a img {
        width: 100%;
        height: auto;
        margin: auto;
        border-radius: 10px;
        min-height: 270px;
        object-fit: cover; }
  @media (min-width: 480px) {
    .com_carousel_layout-gallery .slick-slider .slide-bg {
      background: #F58220 url("../img/x_bg.png") no-repeat center;
      border-radius: 10px; } }
  .com_carousel_layout-gallery .slick-track {
    margin: auto; }

.com_carousel_layout-testimonial {
  padding: 50px 0;
  color: #fff; }
  @media (min-width: 768px) {
    .com_carousel_layout-testimonial {
      padding-top: 80px; } }
  .com_carousel_layout-testimonial .underline::after, .com_carousel_layout-testimonial .component-com_editor h3::after, .component-com_editor .com_carousel_layout-testimonial h3::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0; }
  .com_carousel_layout-testimonial .items {
    max-width: 750px;
    position: relative; }
    @media (max-width: 1199px) {
      .com_carousel_layout-testimonial .items {
        margin: 0 auto; } }
    .com_carousel_layout-testimonial .items .item {
      padding: 15px 50px; }
      @media (max-width: 1199px) {
        .com_carousel_layout-testimonial .items .item {
          padding: 15px 20px; } }
      .com_carousel_layout-testimonial .items .item .logo {
        max-height: 85px;
        margin-bottom: 45px; }
      .com_carousel_layout-testimonial .items .item .client-logo {
        max-width: 100%;
        max-height: 85px;
        height: auto;
        width: auto; }
        @media (min-width: 1200px) {
          .com_carousel_layout-testimonial .items .item .client-logo {
            max-height: 100%; } }
        @media (max-width: 1199px) {
          .com_carousel_layout-testimonial .items .item .client-logo {
            margin: 0 auto; } }
      .com_carousel_layout-testimonial .items .item .testimonial {
        text-align: center;
        font-size: 18px;
        font-style: italic; }
        @media (min-width: 1200px) {
          .com_carousel_layout-testimonial .items .item .testimonial {
            text-align: left; } }
        .com_carousel_layout-testimonial .items .item .testimonial .sub-title {
          margin-top: 40px;
          font-style: normal; }
  .com_carousel_layout-testimonial .slick-nav {
    width: 22px;
    height: 47px;
    position: absolute;
    top: 50%;
    z-index: 1;
    background: transparent;
    border: none; }
    .com_carousel_layout-testimonial .slick-nav:before {
      display: none; }
    .com_carousel_layout-testimonial .slick-nav.slick-prev {
      background-image: url("../img/arrow1.png");
      background-repeat: no-repeat;
      left: -5px; }
      @media (min-width: 1200px) {
        .com_carousel_layout-testimonial .slick-nav.slick-prev {
          left: 0; } }
    .com_carousel_layout-testimonial .slick-nav.slick-next {
      background-image: url("../img/arrow2.png");
      background-repeat: no-repeat;
      right: -5px; }
      @media (min-width: 1200px) {
        .com_carousel_layout-testimonial .slick-nav.slick-next {
          right: 0; } }

body.page-id-70 #component3 .com_carousel_layout-testimonial {
  background: url(../img/b1.jpeg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 1199px) {
    body.page-id-70 #component3 .com_carousel_layout-testimonial {
      background: linear-gradient(to bottom, #2f3544 0%, #272C39 100%); } }

.com_production_layout-art {
  height: auto;
  padding: 0 0 50px; }
  .com_production_layout-art .main-title, .com_production_layout-art .component-com_editor h1, .component-com_editor .com_production_layout-art h1 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
    max-width: 295px; }
    @media (min-width: 768px) {
      .com_production_layout-art .main-title, .com_production_layout-art .component-com_editor h1, .component-com_editor .com_production_layout-art h1 {
        max-width: 330px;
        font-size: 30px;
        line-height: 35px;
        text-align: left;
        margin: 0;
        margin-bottom: 30px;
        font-weight: bold; } }
    @media (min-width: 992px) {
      .com_production_layout-art .main-title, .com_production_layout-art .component-com_editor h1, .component-com_editor .com_production_layout-art h1 {
        font-size: 39px;
        line-height: 47px; } }
    @media (min-width: 1200px) {
      .com_production_layout-art .main-title, .com_production_layout-art .component-com_editor h1, .component-com_editor .com_production_layout-art h1 {
        font-size: 47px;
        line-height: 50px; } }
  .com_production_layout-art .inner {
    max-width: 100%;
    background: url("../img/art_bg.png") no-repeat top center;
    background-size: cover;
    padding-bottom: 105%; }
    .com_production_layout-art .inner .item {
      color: rgba(255, 255, 255, 0.5);
      font-size: 15px; }
      @media (min-width: 768px) {
        .com_production_layout-art .inner .item {
          max-width: 65%; }
          .com_production_layout-art .inner .item:first-child {
            max-width: 38%; } }
      @media (min-width: 1200px) {
        .com_production_layout-art .inner .item {
          max-width: 38%; } }
      .com_production_layout-art .inner .item.first {
        position: absolute;
        right: 5%;
        top: 11.5%; }
      .com_production_layout-art .inner .item.second {
        position: absolute;
        top: 39%;
        left: 13%; }
      .com_production_layout-art .inner .item.third {
        position: absolute;
        top: 66%;
        right: 15%; }
      .com_production_layout-art .inner .item.fourth {
        position: absolute;
        top: 93%;
        left: 13%; }
      .com_production_layout-art .inner .item span {
        color: #fff;
        display: block;
        font-size: 18px;
        margin-bottom: 10px; }
        @media (min-width: 992px) {
          .com_production_layout-art .inner .item span {
            font-size: 22px; } }
      .com_production_layout-art .inner .item .description {
        padding-left: 25px;
        background-size: 16px;
        background-position-y: 6px;
        font-size: 12px; }
        @media (min-width: 992px) {
          .com_production_layout-art .inner .item .description {
            font-size: 15px; } }

.component-com_production {
  background: linear-gradient(to bottom, #2f3544 0%, #272C39 100%); }
  @media (min-width: 1200px) {
    .component-com_production {
      padding: 20px 0 0; } }

.com_production_layout-production {
  height: auto; }
  @media (max-width: 1199px) {
    .com_production_layout-production {
      padding-top: 40px; } }
  @media (min-width: 1200px) {
    .com_production_layout-production {
      max-width: 100%;
      margin: 0; } }
  .com_production_layout-production .h-line {
    width: 6px;
    background: #fff;
    position: absolute;
    z-index: 1;
    margin-left: -6px;
    margin-top: 96px;
    height: 90%; }
  .com_production_layout-production .inner {
    counter-reset: section; }
    @media (min-width: 1200px) {
      .com_production_layout-production .inner {
        min-height: 2100px; } }
    @media (max-width: 1199px) {
      .com_production_layout-production .inner {
        padding-left: 35px; }
        .com_production_layout-production .inner:before {
          content: "";
          border-left: 10px solid #F58220;
          padding-left: 20px;
          height: 98%;
          position: absolute;
          left: 20px;
          margin-top: 10px; }
        .com_production_layout-production .inner:after {
          content: "";
          width: 30px;
          height: 30px;
          border-radius: 50%;
          background: #F58220;
          position: absolute;
          bottom: 20px;
          left: 10px; } }
    .com_production_layout-production .inner .item {
      color: white;
      position: relative;
      padding: 20px 0;
      z-index: 1;
      font-size: 18px;
      counter-increment: section; }
      @media (min-width: 1200px) {
        .com_production_layout-production .inner .item {
          padding: 40px 0; } }
      @media (max-width: 1199px) {
        .com_production_layout-production .inner .item:first-child {
          padding-top: 0; }
        .com_production_layout-production .inner .item:last-child {
          padding-bottom: 10px; } }
      .com_production_layout-production .inner .item .main-title, .com_production_layout-production .inner .item .component-com_editor h1, .component-com_editor .com_production_layout-production .inner .item h1 {
        font-size: 33px;
        margin-bottom: 20px;
        text-transform: capitalize;
        font-weight: 700; }
        .com_production_layout-production .inner .item .main-title.underline:after, .com_production_layout-production .inner .item .component-com_editor h1.underline:after, .component-com_editor .com_production_layout-production .inner .item h1.underline:after, .com_production_layout-production .inner .item .component-com_editor h3.main-title:after, .component-com_editor .com_production_layout-production .inner .item h3.main-title:after {
          margin-left: 0; }
        .com_production_layout-production .inner .item .main-title:before, .com_production_layout-production .inner .item .component-com_editor h1:before, .component-com_editor .com_production_layout-production .inner .item h1:before {
          content: counter(section);
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          width: 50px;
          height: 50px;
          background: #272c39;
          text-align: center;
          left: 50%;
          top: 0;
          border-radius: 50%;
          color: #F58220;
          border: 5px solid #F58220;
          font-weight: bold;
          font-size: 21px; }
        @media (max-width: 1199px) {
          .com_production_layout-production .inner .item .main-title, .com_production_layout-production .inner .item .component-com_editor h1, .component-com_editor .com_production_layout-production .inner .item h1 {
            text-align: left;
            position: relative; }
            .com_production_layout-production .inner .item .main-title:before, .com_production_layout-production .inner .item .component-com_editor h1:before, .component-com_editor .com_production_layout-production .inner .item h1:before {
              border: 3px solid #F58220;
              left: -40px;
              width: 30px;
              height: 30px;
              font-size: 15px;
              top: 5px; }
            .com_production_layout-production .inner .item .main-title.underline:after, .com_production_layout-production .inner .item .component-com_editor h1.underline:after, .component-com_editor .com_production_layout-production .inner .item h1.underline:after, .com_production_layout-production .inner .item .component-com_editor h3.main-title:after, .component-com_editor .com_production_layout-production .inner .item h3.main-title:after {
              margin: 10px 0 0; } }
      @media (min-width: 1200px) {
        .com_production_layout-production .inner .item {
          padding: 10px 0 0 0; }
          .com_production_layout-production .inner .item:nth-child(even) {
            padding-left: 50%; }
          .com_production_layout-production .inner .item:nth-child(odd) {
            padding-right: 50%; }
          .com_production_layout-production .inner .item.production_1 {
            position: relative;
            margin: 25px 35px;
            padding: 30px 50% 0 64px; }
            .com_production_layout-production .inner .item.production_1:before {
              content: " ";
              display: inline-block;
              position: absolute;
              left: 0;
              top: 0;
              border-radius: 50%;
              width: 30px;
              height: 30px;
              background: #F58220; }
            .com_production_layout-production .inner .item.production_1 .top_line {
              height: 10px;
              width: 729px;
              position: absolute;
              left: 5px;
              top: 10px;
              background: #F58220; }
            .com_production_layout-production .inner .item.production_1 .right_line {
              height: 447px;
              width: 10px;
              position: absolute;
              right: 33px;
              bottom: -35px;
              background: #F58220; }
            .com_production_layout-production .inner .item.production_1 .image {
              width: 433px;
              height: 505px;
              background: url(../img/production_1.png);
              position: absolute;
              top: -23px;
              right: -32px; }
            .com_production_layout-production .inner .item.production_1 .main-title:before, .com_production_layout-production .inner .item.production_1 .component-com_editor h1:before, .component-com_editor .com_production_layout-production .inner .item.production_1 h1:before {
              left: 335px;
              top: -10px; }
          .com_production_layout-production .inner .item.production_2 {
            position: relative;
            margin: 25px 35px;
            padding: 28px 64px 0 41%; }
            .com_production_layout-production .inner .item.production_2 .top_line {
              height: 10px;
              width: 770px;
              position: absolute;
              right: 33px;
              top: 10px;
              background: #F58220; }
            .com_production_layout-production .inner .item.production_2 .left_line {
              height: 311px;
              width: 10px;
              position: absolute;
              left: 66px;
              bottom: -45px;
              background: #F58220; }
            .com_production_layout-production .inner .item.production_2 .image {
              width: 373px;
              height: 435px;
              background: url(../img/production_2.png);
              position: absolute;
              left: 67px;
              top: 0;
              background-repeat: no-repeat;
              background-size: 100% 100%; }
            .com_production_layout-production .inner .item.production_2 .main-title:before, .com_production_layout-production .inner .item.production_2 .component-com_editor h1:before, .component-com_editor .com_production_layout-production .inner .item.production_2 h1:before {
              left: auto;
              right: 284px;
              top: -10px; }
          .com_production_layout-production .inner .item.production_3 {
            position: relative;
            margin: 25px 35px;
            padding: 30px 50% 0 84px; }
            .com_production_layout-production .inner .item.production_3 .top_line {
              height: 10px;
              width: 745px;
              position: absolute;
              left: 67px;
              top: 10px;
              background: #F58220; }
            .com_production_layout-production .inner .item.production_3 .right_line {
              height: 375px;
              width: 10px;
              position: absolute;
              right: 15px;
              bottom: -45px;
              background: #F58220; }
            .com_production_layout-production .inner .item.production_3 .image {
              width: 427px;
              height: 324px;
              background: url(../img/production_3.png);
              position: absolute;
              top: 10px;
              right: -32px; }
            .com_production_layout-production .inner .item.production_3 .main-title:before, .com_production_layout-production .inner .item.production_3 .component-com_editor h1:before, .component-com_editor .com_production_layout-production .inner .item.production_3 h1:before {
              left: 353px;
              top: -10px; }
          .com_production_layout-production .inner .item.production_4 {
            position: relative;
            margin: 25px 35px;
            padding: 29px 64px 0 39%; }
            .com_production_layout-production .inner .item.production_4 .top_line {
              height: 10px;
              width: 778px;
              position: absolute;
              right: 25px;
              top: 10px;
              background: #F58220; }
            .com_production_layout-production .inner .item.production_4 .left_line {
              height: 311px;
              width: 10px;
              position: absolute;
              left: 66px;
              bottom: -45px;
              background: #F58220; }
            .com_production_layout-production .inner .item.production_4 .image {
              width: 373px;
              height: 435px;
              background: url(../img/production_4.png);
              position: absolute;
              left: 16px;
              top: 10px;
              background-repeat: no-repeat;
              background-size: 100% 100%; }
            .com_production_layout-production .inner .item.production_4 .main-title:before, .com_production_layout-production .inner .item.production_4 .component-com_editor h1:before, .component-com_editor .com_production_layout-production .inner .item.production_4 h1:before {
              left: auto;
              right: 300px;
              top: -10px; } }
      .com_production_layout-production .inner .item a {
        color: #F58220; }
      .com_production_layout-production .inner .item .description {
        margin-bottom: 35px;
        line-height: normal; }
        .com_production_layout-production .inner .item .description:last-child {
          margin-bottom: 0; }
        .com_production_layout-production .inner .item .description span {
          font-size: 24px;
          font-weight: bold;
          color: #fff;
          display: block;
          margin-bottom: 15px; }

.sound__design {
  color: #fff;
  padding: 71px 0 31px 0;
  background: url(../img/soundCloud/decorative_rays.jpg);
  background-size: 100% 100%; }
  .sound__design .description {
    color: #fff;
    font-size: 18px;
    line-height: 1.67; }
    @media screen and (max-width: 1200px) {
      .sound__design .description {
        text-align: center;
        padding: 0 15%; } }
    @media screen and (max-width: 992px) {
      .sound__design .description {
        text-align: center;
        padding: 0 10px; } }
  .sound__design .item.small-padding {
    margin-top: 50px; }
    @media screen and (max-width: 992px) {
      .sound__design .item.small-padding {
        margin-top: 15px; } }
  .sound__design .d-flex {
    align-items: center; }
    .sound__design .d-flex svg + div {
      margin-right: 0;
      padding-right: 0; }
  .sound__design .secondary-title, .sound__design .component-com_editor h3, .component-com_editor .sound__design h3 {
    padding-left: 15px; }
  .sound__design .image__row {
    overflow: hidden;
    margin-top: 55px;
    max-width: 750px;
    width: 100%; }
    @media screen and (max-width: 1200px) {
      .sound__design .image__row {
        margin: 55px auto 0 auto; } }
    .sound__design .image__row img {
      border: 2px solid #F58220;
      border-radius: 10px;
      max-width: 750px;
      max-height: 408px;
      width: 100%;
      display: block; }
    .sound__design .image__row .orchestra__name {
      display: block;
      font-size: 18px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.67;
      letter-spacing: normal;
      text-align: right;
      color: #f38230;
      margin-top: 14px; }
  .sound__design .underline::after, .sound__design .component-com_editor h3::after, .component-com_editor .sound__design h3::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    margin-right: 0; }

.soundcloud__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 262px;
  height: 60px;
  border-radius: 10px;
  border: solid 2px #f38230;
  padding-left: 70px;
  position: relative;
  overflow: hidden;
  margin-top: 46px;
  margin-left: 15px; }
  .soundcloud__button:hover, .soundcloud__button:focus, .soundcloud__button:active {
    color: #fff;
    text-decoration: none;
    opacity: 0.7; }
  .soundcloud__button:before {
    content: " ";
    display: inline-block;
    width: 70px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #F58220;
    background-image: url(../img/soundCloud/SoundCloud.png);
    background-position: center;
    background-repeat: no-repeat; }
  @media screen and (max-width: 1200px) {
    .soundcloud__button {
      margin: 10px auto; } }
  .soundcloud__button span {
    display: inline-block;
    width: 140px;
    height: 39px;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: -5px; }

@media screen and (max-width: 1200px) {
  .sound__items-row {
    width: 75%;
    margin: 0 auto !important; } }

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .sound__items-row {
    padding: 0 10%; } }

@media screen and (max-width: 992px) {
  .sound__items-row {
    width: 100%; } }

.com_production_layout-works {
  height: auto;
  padding: 50px 0; }
  .com_production_layout-works .main-title, .com_production_layout-works .component-com_editor h1, .component-com_editor .com_production_layout-works h1 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
    max-width: 295px; }
    @media (min-width: 768px) {
      .com_production_layout-works .main-title, .com_production_layout-works .component-com_editor h1, .component-com_editor .com_production_layout-works h1 {
        max-width: 330px;
        font-size: 30px;
        line-height: 35px;
        text-align: left;
        margin: 0;
        margin-bottom: 30px;
        font-weight: bold; } }
    @media (min-width: 992px) {
      .com_production_layout-works .main-title, .com_production_layout-works .component-com_editor h1, .component-com_editor .com_production_layout-works h1 {
        font-size: 39px;
        line-height: 47px; } }
    @media (min-width: 1200px) {
      .com_production_layout-works .main-title, .com_production_layout-works .component-com_editor h1, .component-com_editor .com_production_layout-works h1 {
        font-size: 47px;
        line-height: 50px; } }
  .com_production_layout-works .inner {
    max-width: 100%;
    background: url("../img/works_bg.png") no-repeat top center;
    background-size: cover;
    padding-bottom: 118%; }
    .com_production_layout-works .inner .item {
      max-width: 38%;
      color: rgba(255, 255, 255, 0.5);
      font-size: 15px; }
      @media (min-width: 768px) {
        .com_production_layout-works .inner .item {
          max-width: 65%; }
          .com_production_layout-works .inner .item:first-child, .com_production_layout-works .inner .item:nth-child(5) {
            max-width: 38%; } }
      @media (min-width: 1200px) {
        .com_production_layout-works .inner .item {
          max-width: 38%; } }
      .com_production_layout-works .inner .item.first {
        position: absolute;
        right: 5%;
        top: 4%; }
      .com_production_layout-works .inner .item.second {
        position: absolute;
        top: 27%;
        left: 13%; }
      .com_production_layout-works .inner .item.third {
        position: absolute;
        top: 49%;
        right: 15%; }
      .com_production_layout-works .inner .item.fourth {
        position: absolute;
        top: 71.5%;
        left: 13%; }
      .com_production_layout-works .inner .item.fifth {
        position: absolute;
        top: 94%;
        right: 6%; }
      .com_production_layout-works .inner .item span {
        color: #fff;
        display: block;
        font-size: 18px;
        margin-bottom: 10px; }
        @media (min-width: 992px) {
          .com_production_layout-works .inner .item span {
            font-size: 22px; } }
      .com_production_layout-works .inner .item .description {
        padding-left: 25px;
        background-size: 16px;
        background-position-y: 6px;
        font-size: 12px; }
        @media (min-width: 992px) {
          .com_production_layout-works .inner .item .description {
            font-size: 15px; } }

ul.menu ul.sub-menu {
  display: none;
  position: absolute;
  min-width: 258px;
  padding-top: 30px;
  left: 0; }
  ul.menu ul.sub-menu li {
    background: rgba(14, 17, 24, 0.9);
    display: block;
    position: relative;
    overflow: hidden; }
    ul.menu ul.sub-menu li a {
      transition: .3s all ease; }
      ul.menu ul.sub-menu li a:hover {
        color: #F58220; }
      ul.menu ul.sub-menu li a::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }

ul.menu ul.toggle-menu {
  display: block; }

ul.menu li.menu-item-has-children {
  padding-right: 15px; }
  ul.menu li.menu-item-has-children::after {
    content: '';
    right: 0;
    top: calc(50% - 3px);
    position: absolute;
    cursor: pointer;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff; }
  ul.menu li.menu-item-has-children:hover ul.sub-menu {
    display: block; }
  ul.menu li.menu-item-has-children:hover::after {
    border-bottom: 5px solid #fff;
    border-top: initial; }

nav.menu-active {
  min-width: 200px; }
  nav.menu-active ul.menu li.menu-item-has-children {
    padding: 0; }
    nav.menu-active ul.menu li.menu-item-has-children::after {
      display: none; }
    nav.menu-active ul.menu li.menu-item-has-children > a {
      display: none; }
  nav.menu-active ul.menu ul.sub-menu {
    display: block;
    top: 95px;
    margin-top: 0;
    position: relative; }
    nav.menu-active ul.menu ul.sub-menu li {
      background-color: transparent; }

.page-id-110 .banner.layout-large {
  display: none; }

header .container {
  position: relative; }
  header .container .socials {
    margin: 0 15px 0 auto; }
    header .container .socials a {
      padding: 6px 10px;
      position: relative;
      display: inline-flex; }
      header .container .socials a:hover img.prod {
        display: none; }
      header .container .socials a:hover img.hover {
        display: block; }
      header .container .socials a img {
        height: 22px;
        width: 22px; }
        header .container .socials a img.hover {
          display: none; }
    @media (max-width: 600px) {
      header .container .socials {
        display: none !important; } }
  header .container .socials.burger {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 20px;
    opacity: 0;
    background-color: #313C4D;
    padding: 10px;
    text-align: right; }
    @media screen and (max-width: 600px) {
      header .container .socials.burger {
        display: block !important;
        right: -15px;
        padding: 7px; }
        header .container .socials.burger a {
          padding: 6px 7px;
          display: inline-flex;
          z-index: 100; } }
  header .container .menu-active + .socials.burger {
    display: block;
    opacity: 1;
    margin: 0;
    min-width: 206px;
    right: 0;
    justify-content: flex-end; }

/*# sourceMappingURL=front.css.map */
