@media (max-width: 767px) {
  html {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
  }
  body.menu-opened {
    overflow: hidden !important;
  }
  body.stop-animate #fullpage *:not(.stars),
  body.stop-animate #fullpage *:not(.stars):before,
  body.stop-animate #fullpage *:not(.stars):after {
    animation-duration: 0s !important;
  }
  .iScrollVerticalScrollbar {
    display: none;
  }
  .container-fluid {
    padding-left: calc(12 / 375 * 100vw);
    padding-right: calc(12 / 375 * 100vw);
  }
  .container {
    padding-left: calc(18 / 375 * 100vw);
    padding-right: calc(18 / 375 * 100vw);
  }

  .btn {
    font-size: calc(12 / 375 * 100vw);
    min-width: calc(140 / 375 * 100vw);
    min-height: calc(40 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
  }
  .btn-outline {
    border-width: calc(1 / 375 * 100vw);
    border-style: solid;
  }
  .btn-outline:before {
    left: calc(-1 / 375 * 100vw);
    top: calc(-1 / 375 * 100vw);
    border-left: calc(2 / 375 * 100vw) solid;
    border-top: calc(2 / 375 * 100vw) solid;
  }
  .btn-outline:after {
    right: calc(-1 / 375 * 100vw);
    bottom: calc(-1 / 375 * 100vw);
    border-right: calc(2 / 375 * 100vw) solid;
    border-bottom: calc(2 / 375 * 100vw) solid;
  }
  .btn-wide {
    width: 100%;
    min-height: calc(50 / 375 * 100vw);
  }
  .btn-black {
    border-width: calc(1.5 / 375 * 100vw);
  }

  .btn-filled {
    height: calc(64 / 375 * 100vw);
    margin-left: calc(7.5 / 375 * 100vw);
  }
  .btn-filled:first-child {
    margin-left: 0;
    margin-right: calc(7.5 / 375 * 100vw);
  }

  * {
    -webkit-tap-highlight-color: transparent;
  }
  /*
  [data-aos], [data-aos-duration], .aos-init {
    transition-delay: 0s !important;
    transition-duration: 0s !important;
    transform: none !important;
  }
 */
  .header-wrapper + .page-content,
  section[vs-anchor] > div.fp-tableCell {
    padding-top: calc(64 / 375 * 100vw);
    display: block;
  }
  header,
  body.smaller-header header {
    margin-top: calc(32 / 375 * 100vw);
  }
  header > .logo > svg,
  body.smaller-header header > .logo > svg {
    width: calc(40 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    transition: width 0.3s;
  }
  body.menu-opened .logo {
    visibility: hidden;
    transition: none;
  }
  header .menu-toggle > span {
    width: calc(22 / 375 * 100vw);
    border-top: calc(1 / 375 * 100vw) solid #fff;
    padding-bottom: calc(3 / 375 * 100vw);
    transform-origin: calc(5 / 375 * 100vw) calc(-4 / 375 * 100vw);
  }
  body.menu-opened header .menu-toggle > span {
    border-color: #242b35;
  }
  header .menu-toggle.opened > span:last-child {
    transform-origin: calc(5 / 375 * 100vw) calc(-4 / 375 * 100vw);
  }

  .screen-footer-wrapper {
    bottom: calc(94 / 375 * 100vw);
  }

  .screen-footer {
    font-size: calc(9 / 375 * 100vw);
    height: calc(65 / 375 * 100vw);
    align-items: flex-start;
  }
  .screen-footer > .scroll-down {
    margin-top: calc(10 / 375 * 100vw);
  }
  .scroll-arrow {
    top: 50%;
  }
  .scroll-arrow span{
      /*display: block;*/
      width: calc(12 / 375 * 100vw);
      height: calc(12 / 375 * 100vw);
      border-bottom: calc(2 / 375 * 100vw) solid #fff;
      border-right: calc(2 / 375 * 100vw) solid #fff;
      /*transform: rotate(45deg);*/
      margin: calc(-6 / 375 * 100vw);
      /*animation: animateArrow 1s infinite;*/
  }

  @-webkit-keyframes animateArrow {0%{opacity: 0;-webkit-transform: rotate(45deg) translate(calc(-8 / 375 * 100vw), calc(-8 / 375 * 100vw)); transform: rotate(45deg) translate(calc(-8 / 375 * 100vw), calc(-8 / 375 * 100vw));}50%{opacity: 1;}100%{opacity: 0;-webkit-transform: rotate(45deg) translate(calc(8 / 375 * 100vw), calc(8 / 375 * 100vw));transform: rotate(45deg) translate(calc(8 / 375 * 100vw), calc(8 / 375 * 100vw));}}
  @keyframes animateArrow {0%{opacity: 0;-webkit-transform: rotate(45deg) translate(calc(-8 / 375 * 100vw), calc(-8 / 375 * 100vw));transform: rotate(45deg) translate(calc(-8 / 375 * 100vw), calc(-8 / 375 * 100vw));}50%{opacity: 1;}100%{opacity: 0;-webkit-transform: rotate(45deg) translate(calc(8 / 375 * 100vw), calc(8 / 375 * 100vw)); transform: rotate(45deg) translate(calc(8 / 375 * 100vw), calc(8 / 375 * 100vw));}}

  .screen-footer > .scroll-down > .mouse {
    top: calc(-12 / 375 * 100vw);
    width: calc(16 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    border-radius: calc(24 / 375 * 100vw);
    background-size: 100% 200%;
    border-width: calc(1 / 375 * 100vw);
    border-style: solid;
  }
  .screen-footer > .scroll-down > .mouse:before {
    width: calc(16 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    border-radius: 50%;
  }
  .screen-footer > .scroll-down > .mouse:after {
    width: calc(4 / 375 * 100vw);
    height: calc(4 / 375 * 100vw);
    -webkit-animation: trackBallSlideMobile 6s linear infinite;
    animation: trackBallSlideMobile 6s linear infinite;
  }
  @-webkit-keyframes trackBallSlideMobile { 0% { opacity: 1; -webkit-transform: translateY(calc(-6 / 1920 * 100vw)); transform: translateY(calc(-6 / 1920 * 100vw)); } 6% { opacity: 1; -webkit-transform: translateY(calc(1.5 / 1920 * 100vw)); transform: translateY(calc(1.5 / 1920 * 100vw)); } 14% { opacity: 0; -webkit-transform: translateY(calc(12 / 1920 * 100vw)); transform: translateY(calc(12 / 1920 * 100vw)); } 15%, 19% { opacity: 0; -webkit-transform: translateY(calc(-6 / 1920 * 100vw)); transform: translateY(calc(-6 / 1920 * 100vw)); } 28%, 29.99% { opacity: 1; -webkit-transform: translateY(calc(-6 / 1920 * 100vw)); transform: translateY(calc(-6 / 1920 * 100vw)); } 30% { opacity: 1; -webkit-transform: translateY(calc(-6 / 1920 * 100vw)); transform: translateY(calc(-6 / 1920 * 100vw)); } 36% { opacity: 1; -webkit-transform: translateY(calc(1.5 / 1920 * 100vw)); transform: translateY(calc(1.5 / 1920 * 100vw)); } 44% { opacity: 0; -webkit-transform: translateY(calc(12 / 1920 * 100vw)); transform: translateY(calc(12 / 1920 * 100vw)); } 45%, 49% { opacity: 0; -webkit-transform: translateY(calc(-6 / 1920 * 100vw)); transform: translateY(calc(-6 / 1920 * 100vw)); } 58%, 59.99% { opacity: 1; -webkit-transform: translateY(calc(-6 / 1920 * 100vw)); transform: translateY(calc(-6 / 1920 * 100vw)); } 60% { opacity: 1; -webkit-transform: translateY(calc(-6 / 1920 * 100vw)); transform: translateY(calc(-6 / 1920 * 100vw)); } 66% { opacity: 1; -webkit-transform: translateY(calc(1.5 / 1920 * 100vw)); transform: translateY(calc(1.5 / 1920 * 100vw)); } 74% { opacity: 0; -webkit-transform: translateY(calc(12 / 1920 * 100vw)); transform: translateY(calc(12 / 1920 * 100vw)); } 75%, 79% { opacity: 0; -webkit-transform: translateY(calc(-6 / 1920 * 100vw)); transform: translateY(calc(-6 / 1920 * 100vw)); } 88%, 100% { opacity: 1; -webkit-transform: translateY(calc(-6 / 1920 * 100vw)); transform: translateY(calc(-6 / 1920 * 100vw)); } } @keyframes trackBallSlideMobile { 0% { opacity: 1; -webkit-transform: translateY(calc(-6 / 1920 * 100vw)); transform: translateY(calc(-6 / 1920 * 100vw)); } 6% { opacity: 1; -webkit-transform: translateY(calc(1.5 / 1920 * 100vw)); transform: translateY(calc(1.5 / 1920 * 100vw)); } 14% { opacity: 0; -webkit-transform: translateY(calc(12 / 1920 * 100vw)); transform: translateY(calc(12 / 1920 * 100vw)); } 15%, 19% { opacity: 0; -webkit-transform: translateY(calc(-6 / 1920 * 100vw)); transform: translateY(calc(-6 / 1920 * 100vw)); } 28%, 29.99% { opacity: 1; -webkit-transform: translateY(calc(-6 / 1920 * 100vw)); transform: translateY(calc(-6 / 1920 * 100vw)); } 30% { opacity: 1; -webkit-transform: translateY(calc(-6 / 1920 * 100vw)); transform: translateY(calc(-6 / 1920 * 100vw)); } 36% { opacity: 1; -webkit-transform: translateY(calc(1.5 / 1920 * 100vw)); transform: translateY(calc(1.5 / 1920 * 100vw)); } 44% { opacity: 0; -webkit-transform: translateY(calc(12 / 1920 * 100vw)); transform: translateY(calc(12 / 1920 * 100vw)); } 45%, 49% { opacity: 0; -webkit-transform: translateY(calc(-6 / 1920 * 100vw)); transform: translateY(calc(-6 / 1920 * 100vw)); } 58%, 59.99% { opacity: 1; -webkit-transform: translateY(calc(-6 / 1920 * 100vw)); transform: translateY(calc(-6 / 1920 * 100vw)); } 60% { opacity: 1; -webkit-transform: translateY(calc(-6 / 1920 * 100vw)); transform: translateY(calc(-6 / 1920 * 100vw)); } 66% { opacity: 1; -webkit-transform: translateY(calc(1.5 / 1920 * 100vw)); transform: translateY(calc(1.5 / 1920 * 100vw)); } 74% { opacity: 0; -webkit-transform: translateY(calc(12 / 1920 * 100vw)); transform: translateY(calc(12 / 1920 * 100vw)); } 75%, 79% { opacity: 0; -webkit-transform: translateY(calc(-6 / 1920 * 100vw)); transform: translateY(calc(-6 / 1920 * 100vw)); } 88%, 100% { opacity: 1; -webkit-transform: translateY(calc(-6 / 1920 * 100vw)); transform: translateY(calc(-6 / 1920 * 100vw)); } }



  /* Головна */
  section#intro #video_preloader {
    padding-bottom: calc(72 / 375 * 100vw);
  }
  #intro .cover {
    max-width: 100vw;
    transform: translateX(-50%) translateY(-50%);
    height: auto;
  }
  #intro .hero {
    width: 100%;
    padding: 0 calc(15 / 375 * 100vw);
    bottom: calc(15 / 375 * 100vw);
  }
  #intro .hero > .description {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
    letter-spacing: calc(4.3 / 375 * 100vw);
    margin-top: calc(12.5 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }
  #intro .hero > .title {
    font-size: calc(56 / 375 * 100vw);
    height: calc(76 / 375 * 100vw);
    line-height: calc(76 / 375 * 100vw);
  }
  #intro .hero > .title span.text-stroke {
    -webkit-text-stroke: calc(1 / 375 * 100vw) #fff;
  }
  #intro .hero > .title > .title_prefix {
    animation: changePrefixTitleMobile 6s;
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(0deg, #fff, #fff 50%, #242b35 50%); background-size: 100% 200%; background-position: 100% 100%; -webkit-text-stroke: calc(1 / 375 * 100vw) #fff; height: calc(76 / 375 * 100vw);
  }
  #intro .hero > .title > .title-block {
    animation: moveHeroTitleMobile 6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  #intro .hero > .title > .title-block,
  #intro .hero > .title span.text-stroke,
  #intro .hero > .title span.text-fill {
    height: calc(76 / 375 * 100vw);
  }
  @keyframes changePrefixTitleMobile {
    0%  { -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(0deg, #fff, #fff 50%, #242b35 50%); background-size: 100% 200%; background-position: 0% 0%; -webkit-text-stroke: calc(1 / 375 * 100vw) #fff; height: calc(76 / 375 * 100vw); }
    10% { -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(0deg, #fff, #fff 50%, #242b35 50%); background-size: 100% 200%; background-position: 0% 0%; -webkit-text-stroke: calc(1 / 375 * 100vw) #fff; height: calc(76 / 375 * 100vw); }
    20% { -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(0deg, #fff, #fff 50%, #242b35 50%); background-size: 100% 200%; background-position: 0% 0%; -webkit-text-stroke: calc(1 / 375 * 100vw) #fff; height: calc(76 / 375 * 100vw); }
    30% { -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(0deg, #fff, #fff 50%, #242b35 50%); background-size: 100% 200%; background-position: 0% 0%; -webkit-text-stroke: calc(1 / 375 * 100vw) #fff; height: calc(76 / 375 * 100vw); }
    40% { -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(0deg, #fff, #fff 50%, #242b35 50%); background-size: 100% 200%; background-position: 0% 0%; -webkit-text-stroke: calc(1 / 375 * 100vw) #fff; height: calc(76 / 375 * 100vw); }
    50% { -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(0deg, #fff, #fff 50%, #242b35 50%); background-size: 100% 200%; background-position: 0% 0%; -webkit-text-stroke: calc(1 / 375 * 100vw) #fff; height: calc(76 / 375 * 100vw); }
    60% { -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(0deg, #fff, #fff 50%, #242b35 50%); background-size: 100% 200%; background-position: 0% 0%; -webkit-text-stroke: calc(1 / 375 * 100vw) #fff; height: calc(76 / 375 * 100vw); }
    70% { -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(0deg, #fff, #fff 50%, #242b35 50%); background-size: 100% 200%; background-position: 0% 0%; -webkit-text-stroke: calc(1 / 375 * 100vw) #fff; height: calc(76 / 375 * 100vw); }
    80% { -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(0deg, #fff, #fff 50%, #242b35 50%); background-size: 100% 200%; background-position: 0% 0%; -webkit-text-stroke: calc(1 / 375 * 100vw) #fff; height: calc(76 / 375 * 100vw); }
    90% { -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(0deg, #fff, #fff 50%, #242b35 50%); background-size: 100% 200%; background-position: 0% 0%; -webkit-text-stroke: calc(1 / 375 * 100vw) #fff; height: calc(76 / 375 * 100vw); }
    100% { -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(0deg, #fff, #fff 50%, #242b35 50%); background-size: 100% 200%; background-position: 100% 100%; -webkit-text-stroke: calc(1 / 375 * 100vw) #fff; height: calc(76 / 375 * 100vw); }
  }
  @keyframes moveHeroTitleMobile {
    0%  { top: calc(0 / 375 * 100vw); }
    10% { top: calc(0 / 375 * 100vw); }
    20% { top: calc(0 / 375 * 100vw); }
    30% { top: calc(0 / 375 * 100vw); }
    40% { top: calc(0 / 375 * 100vw); }
    50% { top: calc(-76 / 375 * 100vw); }
    60% { top: calc(-76 / 375 * 100vw); }
    70% { top: calc(-76 / 375 * 100vw); }
    80% { top: calc(-76 / 375 * 100vw); }
    90% { top: calc(-76 / 375 * 100vw); }
    100% { top: calc(-152 / 375 * 100vw); }
  }

  section[vs-anchor="services"] {
    position: relative;
    padding-top: calc(32 / 375 * 100vw);
    padding-bottom: calc(20 / 375 * 100vw)
  }

  section[vs-anchor="services"] .services-title {
    font-size: calc(24 / 375 * 100vw);
  /*  font-weight: 800;
    line-height: 1.2;*/
    margin-bottom: calc(24 / 1920 * 100vw);
    text-align: center/*;
    width: 100%;*/
  }

  section[vs-anchor="services"] .container-fluid:before {
    content: none;
  }
  section[vs-anchor="services"].fp-section .home-services {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 calc(30 / 375 * 100vw);
    transform: translateY(-50%);
  }
  /*section[vs-anchor="services"] .home-services > .owl-dots {
    text-align: center;
  }
  section[vs-anchor="services"] .home-services > .owl-dots > .owl-dot {
    margin: 0 calc(2.5 / 375 * 100vw);
    width: calc(5 / 375 * 100vw);
    height: calc(5 / 375 * 100vw);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
  }
  section[vs-anchor="services"] .home-services > .owl-dots > .owl-dot.active {
    background: #fff;
  }*/
  section[vs-anchor="services"] .home-services .service {
    width: 50%;
    flex: 50%;
    margin-bottom: calc(12 / 375 * 100vw);
    margin-top: calc(12 / 375 * 100vw);
  }
  section[vs-anchor="services"] .home-services .service a.h4 {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.25;
    height: auto;

  }
  section[vs-anchor="services"] .home-services .service > .thumb {
    width: calc(90 / 375 * 100vw);
    height: calc(90 / 375 * 100vw);
    margin-bottom: calc(0 / 375 * 100vw);
  }
  section[vs-anchor="services"] .home-services .service > .thumb img {
    opacity: 0;
  }
  section[vs-anchor="services"] .home-services .service > .thumb img:last-child {
    opacity: 1;
  }

  section[vs-anchor="services"] .container-fluid > .container {
    padding-left: calc(3 / 375 * 100vw);
    padding-right: calc(3 / 375 * 100vw);
  }

  .home-case .container-fluid .container > div > h3 {
    font-size: calc(44 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
    overflow-x: hidden;
  }
  .mainbag > section.home-case .container-fluid > .container > div {
    margin-top: calc(-40 / 375 * 100vw);
  }
  .home-case .container-fluid .container > div:first-child {
    padding-bottom: calc(40 / 375 * 100vw);
  }
  .home-case .container-fluid .container > div > .buttons-wrap > .btn > .label_mobile {
    display: block;
  }
  .home-case .container-fluid .container > div > .buttons-wrap > .btn > .label_desktop {
    display: none;
  }
  .home-case .container-fluid .container > div > .buttons-wrap > .btn:not(:last-child) {
    margin-right: calc(15 / 375 * 100vw)
  }
  .home-case .container-fluid .container > div > .categories, .home-case .container-fluid .container > div > .categories a {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(14 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
  .overflow-section .about-text-wrap,
  .about-text-wrap > .container {
    padding: 0;
  }
  .mainbag > section.overflow-section .fp-scroller > .container-fluid {
    margin-top: 0;
    padding-bottom: calc(60 / 375 * 100vw);
  }

  section[vs-anchor]:not(.overflow-section) > div {
    padding-top: calc(48 / 375 * 100vw);
  }

  section.portfolio-section {
    padding-top: calc(16 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
    margin-left: 0;
    margin-right: 0;
  }

  section.portfolio-section .portfolio-section-container {
    padding-right: calc(3 / 375 * 100vw);
    padding-left: calc(3 / 375 * 100vw);
  }

  section.portfolio-section .portfolio-section-item {
    padding: 0 0 calc(52 / 375 * 100vw);
    flex: 0 0 100%;
  }

  section.portfolio-section .portfolio-section-item a {
    height: calc(345 / 375 * 100vw);
  }

  .portfolio-section-item-text-container {
    padding: 0 calc(16 / 375 * 100vw); 
  }

  section.portfolio-section .portfolio-section-item:nth-child(3n+1) .portfolio-section-item-text-container {
    flex: 0 0 100%;
    width: 100%;
    padding-right: calc(16 / 375 * 100vw);
  }

  .portfolio-section-item-text {
    height: calc(56 / 375 * 100vw);
    padding: 0 calc(16 / 375 * 100vw);
    min-width: 100%;
  }

  .portfolio-section-item-text svg {
    width: calc(16 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    right: calc(16 / 375 * 100vw);
    opacity: 1;
  }


  .home section.about-section > div {
    padding-bottom: 0;
  }

  section.about-section .full-img > h3 {
    height: calc(30 / 375 * 100vw);
    font-size: calc(44 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
  section.about-section .about-text-wrap {
    margin-top: calc(30 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .home section.about-section .about-text-wrap + .row {
    margin-left: calc(-10 / 375 * 100vw);
    margin-right: calc(-10 / 375 * 100vw);
  }
  .home section.about-section .about-text-wrap + .row > .col-1_2 {
    padding-left: calc(10 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
  }
  section.about-section .about-text-wrap p {
    margin-top: calc(15 / 375 * 100vw);
  }

  .home section.about-section .container-fluid > .container {
    padding-left: calc(3 / 375 * 100vw);
    padding-right: calc(3 / 375 * 100vw);
  }
  .scroll-down-text-mobile {
    display: block;
  }
  .scroll-down-text-desktop {
    display: none;
  }



  body.menu-opened .main-nav {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    z-index: 99;
  }
  .main-nav {
    flex-direction: column-reverse;
    background-color: #fff;
  }
  body.menu-opened .main-nav:before {
    content: none;
  }
  body.menu-opened .main-nav {
    padding: 0;
  }
  .main-nav > .menu-controls {
    position: initial;
    color: #242b35;
    background: none;
    height: auto;
    width: 100%;
    padding: 0;
    display: block;
    position: absolute;
    top: 0;
    left: calc(60 / 375 * 100vw);
    width: 100%;
    transition: all .6s;
  }
  body.menu-opened .main-nav > .menu-controls {
    box-shadow: none;
    box-shadow: none;
    height: calc(64 / 375 * 100vw);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: #fff;
  }
  .main-nav > .menu-controls > .wpm-language-switcher {
    transform: none;
  }
  .main-nav > .menu-controls > .wpm-language-switcher > li > * {
    color: #242b35 !important;
  }
  .main-nav > .menu-controls > .wpm-language-switcher > li:not(:last-child) {
    margin-right: calc(15 / 375 * 100vw);
  }
  .main-nav > .menu-controls > .wpm-language-switcher > li.active > span:before,
  .main-nav > .menu-controls > .wpm-language-switcher > li > a:before {
    content: attr(data-lang);
  }
  .main-nav > .menu-controls > .wpm-language-switcher > li.item-language-uk > a:before,
  .main-nav > .menu-controls > .wpm-language-switcher > li.item-language-uk > span:before {
    content: 'ua';
  }
  .main-nav > .menu-controls > .wpm-language-switcher > li > a > span,
  .main-nav > .menu-controls > .wpm-language-switcher > li > span > span {
    display: none;
  }
  .main-nav > .menu-controls > .social-icons {
    display: none;
  }
  .main-nav > .main-nav-inner {
    padding: 0;
    box-shadow: none;
  }
  .main-nav > .main-nav-inner > .main-menu-wrapper {
    flex: initial;
  }
  .main-nav > .main-nav-inner .submenu_title:not(.show_submenu) + .services-menu {
    display: none;
  }
  .main-nav > .main-nav-inner .services-menu {
    transition: all .6s;
  }
  .main-nav > .main-nav-inner .main-menu-item {
    font-size: calc(22 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .main-menu-item.submenu_title {
    position: relative;
    display: inline-block !important;
  }
  .main-menu-item.submenu_title:before {
    content: ' ';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(-15 / 375 * 100vw);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #242b35 transparent transparent transparent;
    transition: all .6s;
  }
  .main-menu-item.submenu_title.show_submenu:before {
    transform: rotate(180deg) translateY(50%);
  }
  .main-nav > .main-nav-inner > .main-menu-wrapper > nav .services-menu a.services-menu-item{
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .main-nav .contact-form-wrapper {
    margin-top: calc(60 / 375 * 100vw);
    margin-bottom: calc(60 / 375 * 100vw);
  }
  .main-nav .main-nav-inner .contact-form-wrapper > .main-menu-item {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .main-nav .contact-form-wrapper form > .row {
    flex-direction: column;
  }
  .main-nav .contact-form-wrapper form .col-1_3,
  .main-nav .contact-form-wrapper form .col-2_3 {
    width: 100%;
    flex: 1;
    padding: 0;
  }
  .main-nav > .main-nav-inner > .contact-form-wrapper > form > div input,
  .main-nav > .main-nav-inner > .contact-form-wrapper > form > div textarea {
    font-size: calc(12 / 375 * 100vw);
    height: calc(25 / 375 * 100vw);
    padding-bottom: calc(13 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
    border-width: calc(1 / 375 * 100vw);
  }
  .main-nav > .main-nav-inner > .contact-form-wrapper > form .your-attachment > svg {
    width: calc(17 / 375 * 100vw);
    height: calc(17 / 375 * 100vw);
    margin-right: calc(15 / 375 * 100vw);
  }
  .main-nav > .main-nav-inner > .contact-form-wrapper > form button {
    margin-top: calc(25 / 375 * 100vw);
  }
  .main-nav > .main-nav-inner > .contact-form-wrapper > form > div input:invalid + label:before,
  .main-nav > .main-nav-inner > .contact-form-wrapper > form > div textarea:invalid + label:before {
    top: calc(7.5 / 375 * 100vw);
    right: calc(-7.5 / 375 * 100vw);
    width: calc(4 / 375 * 100vw);
    height: calc(4 / 375 * 100vw);
  }
  .main-nav > .main-nav-inner > .contact-form-wrapper > form > div.row > div:not(:last-child) {
    padding: 0;
  }
  .page-form > form > div span.error-sign,
  .main-nav > .main-nav-inner > .contact-form-wrapper > form > div.row > div > span.error-sign {
    font-size: calc(12 / 375 * 100vw);
    height: calc(25 / 375 * 100vw);
    padding-bottom: calc(13 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
    border-width: calc(1 / 375 * 100vw);
  }
  body .main-nav > .main-nav-inner {
    overflow-y: auto;
    padding-top: calc(80 / 375 * 100vw);
    padding-left: calc(60 / 375 * 100vw);
    padding-right: calc(60 / 375 * 100vw);
    padding-bottom: 0;
    box-sizing: content-box;
  }
  .main-nav > .main-nav-inner > .main-menu-wrapper > nav a.main-menu-item:before {
    content: none;
  }

  footer {
    margin-top: calc(60 / 375 * 100vw);
    margin-bottom: calc(60 / 375 * 100vw);
  }
  footer .footer_mobile_social {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    padding-left: calc(30 / 375 * 100vw);
    z-index: 2;
  }
  footer .footer_mobile_social .social-icons > a {
    border-width: calc(1.5 / 375 * 100vw);
    border-style: solid;
    border-color: #242b35;
    margin-right: calc(15 / 375 * 100vw);
    width: calc(24 / 375 * 100vw);
    height: calc(24 / 375 * 100vw);
    transition: all .6s;
  }
  footer .footer_mobile_social .social-icons > a > svg {
    max-width: calc(16 / 375 * 100vw);
    max-height: calc(10 / 375 * 100vw);
  }
  footer .footer_mobile_social .social-icons > a svg * {
    transition: all .6s;
  }
  footer .footer_mobile_social .social-icons > a:hover {
    background-color: #242b35;
  }
  footer .footer_mobile_social .social-icons > a:hover svg * {
    fill: #fff;
  }
  footer .footer-menu > div {
    margin-right: 0;
    position: relative;
  }
  footer .footer-menu > div.footer_column_3 {
    order: 0;
    width: 50%;
    flex: 50%;
  }
  footer .footer-menu > div.footer_column_4 {
    order: 1;
    width: 50%;
    flex: 50%;
    padding-left: calc(30 / 375 * 100vw);
  }
  footer .footer-menu > div.footer_column_1 {
    order: 2;
    width: 100%;
    flex: 100%;
  }
  footer .footer-menu > div.footer_column_2 {
    order: 3;
    width: 100%;
    flex: 100%;
  }

  footer .footer-main,
  footer .footer-copyright {
    font-size: calc(12 / 375 * 100vw);
  }
  footer .footer-main {
    margin: calc(30 / 375 * 100vw) 0;
  }
  footer .footer-social .footer-email {
    width: 100%;
    flex: 1;
    font-size: calc(22 / 375 * 100vw);
    margin-bottom: 0;
  }
  .footer-social > div {
    border: none;
  }
  .footer-email:after {
    content: none;
  }
  footer .footer-social > p {
    margin-bottom: calc(15 / 375 * 100vw);
  }
  footer .footer-menu h6 {
    margin-top: calc(28 / 375 * 100vw);
    margin-bottom: 0;
    position: relative;
    display: inline-block;
  }
  footer .footer-menu h6 + * {
    margin-top: calc(15 / 375 * 100vw);
  }
  footer .footer-menu h6.submenu_title {
    padding-right: calc(15 / 375 * 100vw);
  }
  footer .footer-menu h6.submenu_title:before {
    content: ' ';
    position: absolute;
    top: 50%;
    right: calc(0 / 375 * 100vw);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
    transition: all .6s;
  }
  footer .footer-menu h6.submenu_title.show_submenu:before {
    transform: rotate(180deg) translateY(50%);
  }
  footer .footer-menu h6.submenu_title:not(.show_submenu) + div {
    display: none;
  }
  footer .footer-social .social-icons {
    display: none;
  }
  .footer-main {
    flex-direction: column-reverse;
  }
  footer .footer-menu ul > li,
  footer .footer-menu ul > p {
    margin-bottom: calc(5 / 375 * 100vw);
  }



  .page h1 {
    font-size: calc(36 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    line-height: 1;
  }
  .page h1 + p {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(24 / 375 * 100vw);
  }
  ul.filter {
    flex-direction: column;
    margin-bottom: calc(30 / 375 * 100vw);
    position: relative;
  }
  ul.filter:before {
    content: attr(data-filter);
    width: 100%;
    border-bottom: calc(1 / 375 * 100vw) solid;
    padding-bottom: calc(10 / 375 * 100vw);
  }
  ul.filter:after {
    content: '';
    position: absolute;
    right: 0;
    top: calc(2 / 375 * 100vw);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(5 / 375 * 100vw) calc(4 / 375 * 100vw) 0 calc(4 / 375 * 100vw);
    border-color: #242b35 transparent transparent transparent;
    transition: all .6s;
  }
  ul.filter:not(.hide_filter_mobile):after {
    transform: rotate(180deg);
  }
  ul.filter:not(.hide_filter_mobile) li:first-child {
    margin-top: calc(15 / 375 * 100vw);
  }
  ul.filter > li {
    display: inline-flex;
    flex: 100%;
    margin-right: 0;
  }
  ul.filter.hide_filter_mobile > li {
    /*display: none;*/
  }
  ul.filter > li > a {
    padding: 0;
    margin-bottom: calc(15 / 375 * 100vw);
  }
  ul.filter > li:last-child > a {
    margin-bottom: 0;
  }
  ul.filter > li > a:after {
    content: none;
  }

  .portfolio-filter-container {
    width: 100%;
    height: calc(36 / 375 * 100vw);
    position: relative;
    margin-bottom: calc(16 / 375 * 100vw);
  }

  .portfolio-filter-container:before {
    content: '';
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background-color: #242B35;
    opacity: .4;
    z-index: 90;
    transition: all .3s linear;
  }

  .portfolio-filter-container.hide_filter_mobile_container:before {
    opacity: 0;
    z-index: -1;
  }


  ul.filter.portfolio-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
    background-color: #FFF;
    max-height: calc(400 / 375 * 100vw);
    transition: max-height .3s linear;
    overflow: hidden;
    flex-wrap: nowrap;
    /*flex-direction: column;*/
    /*position: relative;*/
  }
  ul.filter.portfolio-filter:before {
    content: attr(data-filter);
    width: auto;
    border-bottom: none;
    padding: 0 calc(12 / 375 * 100vw);
    height: calc(36 / 375 * 100vw);
    min-height: calc(36 / 375 * 100vw);
    display: flex;
    align-items: center;
    color: #FFF;
  }
  ul.filter.portfolio-filter:after {
    content: '';
    position: absolute;
    right: calc(12 / 375 * 100vw);
    top: calc(14 / 375 * 100vw);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(5 / 375 * 100vw) calc(4 / 375 * 100vw) 0 calc(4 / 375 * 100vw);
    border-color: #FFF transparent transparent transparent;
    transition: all .3s;
  }
  ul.filter.portfolio-filter:not(.hide_filter_mobile):after {
    /*transform: rotate(180deg);*/
  }
  ul.filter.portfolio-filter:not(.hide_filter_mobile) li:first-child {
    margin-top: 0;
  }
  ul.filter.portfolio-filter > li {
    /*display: inline-flex;
    flex: 100%;
    margin-right: 0;*/
    width: 100%;
  }
  ul.filter.portfolio-filter.hide_filter_mobile {
    max-height: calc(36 / 375 * 100vw);
  }
  ul.filter.portfolio-filter.hide_filter_mobile > li {
    /*display: none;*/
  }
  ul.filter.portfolio-filter > li > a {
    /*display: inline-flex;
  align-items: center;*/
  justify-content: flex-start;
  padding: 0 calc(12 / 375 * 100vw);
  width: 100%;
  margin-top: 1px;
  margin-bottom: 0;
  font-size: calc(12 / 375 * 100vw);
  background-color: #E9E9EA;
  /*text-transform: uppercase;*/
  height: calc(36 / 375 * 100vw);
  /*color: #242b35;*/
  transition: all .3s ease-out;
    /*padding: 0;
    margin-bottom: calc(15 / 375 * 100vw);*/
  }
  ul.filter.portfolio-filter > li > a.active {
    display: none;
  }
  ul.filter.portfolio-filter > li:last-child > a {
    margin-bottom: 0;
  }
  ul.filter.portfolio-filter > li > a:after {
    content: none;
  }

  ul.pagination {
    margin: calc(15 / 375 * 100vw) auto 0;
  }
  ul.pagination > li,
  ul.pagination > li:last-child {
    margin-left: calc(15 / 375 * 100vw);
    padding-bottom: 0;
  }
  ul.pagination > li:first-child {
    margin-left: 0;
  }
  ul.pagination > li > a {
    padding-bottom: calc(5 / 375 * 100vw);
  }
  ul.pagination > li > a:after {
    height: calc(1 / 375 * 100vw);
  }
  ul.pagination > li > a.active:after {
    width: 100%;
  }
  ul.pagination > li > a svg {
    max-width: calc(6 / 375 * 100vw);
    max-height: calc(10 / 375 * 100vw);
    width: 100%;
  }

  /* Cторінка "Про нас" */
  .page-template-about .page-content .container > .container-fluid,
  .page-template-about .page-content .container > .container-fluid > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-about .page-content .col-1_2 {
    width: 100%;
    flex: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .page-template-about .page-content .col-1_4 {
    width: 50%;
    flex: 50%;
  }
  .page-template-about .page-content h1 {
    max-width: 80%;
  }
  .page-template-about .page-content .full-img > h3 {
    height: calc(30 / 375 * 100vw);
    font-size: calc(44 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
  .page-template-about .page-content .heading_text {
    padding: calc(60 / 375 * 100vw) 0;
  }
  .page-template-about .page-content .heading_text p {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
  }
  .page-template-about .page-content h4,
  .page-template-about .page-content .text_image h4 {
    font-size: calc(22 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
    line-height: 1.05;
    max-width: 75%;
  }
  .page-template-about .page-content .text_image {
    flex-direction: column-reverse !important;
    margin-bottom: calc(60 / 375 * 100vw);
  }
  .page-template-about .page-content .text_image p:not(:last-child) {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .page-template-about .page-content .text_image p:last-child {
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .page-template-about .page-content .text_image:nth-child(odd) > div:last-child {
    padding-left: 0;
  }
  .page-template-about .page-content .full-text {
    padding-bottom: calc(30 / 375 * 100vw);
  }
  .page-template-about .page-content .full-text p,
  .page-template-about .page-content .text_image p {
    padding-top: 0;
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
  }
  .page-template-about .page-content .team {
    margin: 0 calc(-5 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
  .team_member {
    width: 50%;
    flex: 0 0 50%;
    padding-left: calc(5 / 375 * 100vw);
    padding-right: calc(5 / 375 * 100vw);
  }
  .team_member > span.name {
    margin-top: calc(10 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
  .team_member > span.role {
    font-size: calc(12 / 375 * 100vw);
    margin-bottom: 0;
  }
  .team_member {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .about-gallery {
    margin-bottom: calc(60 / 375 * 100vw);
  }
  .about-gallery > div:last-child img {
    margin-top: calc(15 / 375 * 100vw);
  }

  .page-template-about .page-content .page-form h4 {
    margin-top: 0;
    margin-bottom: calc(30 / 375 * 100vw) !important;
  }
  .page-template-about .page-content .page-form > form > div {
    padding-right: 0;
  }
  .page-template-about .page-content .page-form > form > div:nth-child(5) {
    order: 2;
  }
  .page-template-about .page-content .page-form > form > div.col-1_2.your-attachment {
    order: 1;
  }

  .page-form-pic {
    display: none;
  }


  /* Сторінка "Портфоліо" */
  .portfolio-tiles {
    margin: 0;
  }
  .portfolio-item {
    width: 100%;
    flex: 100%;
    padding: 0;
    margin-bottom: calc(28 / 375 * 100vw);
    min-height: unset !important;
  }
  .project-name {
    margin: calc(10 / 375 * 100vw) 0 calc(5 / 375 * 100vw) 0;
  }
  .project-name a,
  .project-tags a,
  .project-tags {
    font-size: calc(12 / 375 * 100vw);
  }

  /* Сторінка "Блог" */
  .blog form#searchform,
  .category form#searchform,
  .search form#searchform {
    transform: none;
    max-width: unset;
    float: none;
    margin-top: 0;
    margin-bottom: calc(28 / 375 * 100vw);
  }
  .blog input[type="text"],
  .category input[type="text"],
  .search input[type="text"] {
    border: none;
    border-bottom: calc(1 / 375 * 100vw) solid;
    width: 100%;
    height: calc(30 / 375 * 100vw);
    padding-right: calc(30 / 375 * 100vw);
    padding-bottom: calc(8 / 375 * 100vw);
  }
  .blog form#searchform svg,
  .category form#searchform svg,
  .search form#searchform svg {
    max-width: calc(16 / 375 * 100vw);
    max-height: calc(16 / 375 * 100vw);
  }
  .trending-heading {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.2;
    margin-bottom: calc(12 / 375 * 100vw);
  }
  .blog-trending {
    margin-top: 0;
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .blog-trending > article,
  .blog-tiles > article {
    width: 100%;
    flex: 100%;
    margin-bottom: calc(28 / 375 * 100vw);
    min-height: unset;
  }
  article .article-meta {
    margin: calc(10 / 375 * 100vw) 0 calc(4 / 375 * 100vw)
  }
  .blog-tiles > article .article-meta,
  .blog-tiles > article .article-meta a {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.2;
  }
  .blog article .article-name a,
  .search article .article-name a,
  .blog-trending > article .article-name a,
  .blog-tiles > article .article-name a {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.625;
  }

  /* Сторінка статті */
  .single .container .container-fluid,
  .single .container .container-fluid .container {
    padding: 0;
  }
  .single.single-post h1,
  .single.single-vacancies h1 {
    font-size: calc(22 / 375 * 100vw);
    line-height: 1.091;
  }
  .single.single-post .social-sharing {
    float: none;
  }
  .single.single-post article.container h2,
  .single.single-post article.container h3,
  .single.single-post article.container h4,
  .single.single-post article.container h5,
  .single.single-post article.container h6,
  .single.single-vacancies article.container h2,
  .single.single-vacancies article.container h3,
  .single.single-vacancies article.container h4,
  .single.single-vacancies article.container h5,
  .single.single-vacancies article.container h6 {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(60 / 375 * 100vw);
    margin-bottom: calc(28 / 375 * 100vw);
  }
  .single.single-post article.container,
  .single.single-post article.container ul,
  .single.single-post article.container ol,
  .single.single-post article.container p,
  .single.single-vacancies article.container p {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .single.single-post article.container ul,
  .single.single-post article.container ol,
  .single.single-vacancies article.container ul,
  .single.single-vacancies article.container ol {
    padding-left: 1.25rem;
  }
  .single.single-post article.container ul > li,
  .single.single-post article.container ol > li,
  .single.single-vacancies article.container ul > li,
  .single.single-vacancies article.container ol > li {
    padding: 0;
    margin-left: 0;
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .single.single-post .social-sharing .social-icons {
    display: flex;
    position: initial;
  }
  .single.single-post .social-sharing .social-icons > a {
    width: auto;
    height: auto;
    margin-right: calc(5 / 375 * 100vw)
  }
  .single.single-post .social-sharing .social-icons > a > svg {
    max-width: calc(16 / 375 * 100vw);
    max-height: calc(12 / 375 * 100vw);
  }
  .single.single-post article.container hr,
  .single.single-vacancies article.container hr {

  }
  .single .page-content > .container-fluid > .container {
    display: flex;
    flex-direction: column;
  }
  .single .page-content > .container-fluid > .container > * {
    order: 99;
  }
  .single.single-post .page-content > .container-fluid > .container > .title-container {
    order: 0;
  }
  .single.single-post .page-content > .container-fluid > .container > .title-container .single-meta {
    line-height: 0.8;
    margin-bottom: calc(8 / 375 * 100vw);
  }
  .single.single-post .page-content > .container-fluid > .container > .single-categories {
    order: 1;
    margin-top: 0;
    margin-bottom: calc(28 / 375 * 100vw);
  }
  .single.single-post .page-content > .container-fluid > .container > .single-thumbnail {
    order: 2;
  }
  .single.single-post .page-content > .container-fluid > .container > .article-container {
    order: 3;
  }
  .single.single-post .page-content > .container-fluid > .container > .article-container > article.container {
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .single.single-post .page-content > .container-fluid > .container > .social-sharing {
    order: 4;
  }
  .single.single-post .page-content > .container-fluid > .container > .trending-heading {
    margin-top: calc(60 / 375 * 100vw);
  }
  .single.single-post .page-content > .container-fluid > .container > .blog-trending,
  .single.single-post .page-content > .container-fluid > .container > .blog-trending > article:last-child,
  .blog-tiles-wrapper .blog-tiles > article:last-child {
    margin-bottom: 0;
  }
  .blog-tiles-wrapper .btn-load_more {
    margin-top: calc(28 / 375 * 100vw);
  }
  .single.single-post article.container hr,
  .single.single-vacancies article.container hr {
    border-bottom-width: calc(1 / 375 * 100vw);
    padding: 0;
  }

  /* Сторінка "Вакансії" */
  .page-template-vacancies .vacancies-list,
  .page-template-vacancies .vacancies-list + div {
    width: 100%;
    flex: 100%;
  }
  .page-template-vacancies .vacancies-list {
    margin-top: calc(30 / 375 * 100vw);
  }
  .page-template-vacancies .vacancies-list {
    min-height: unset;
  }
  .page-template-vacancies .vacancies-list .vacancy:not(:last-child) {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .page-template-vacancies .vacancies-list .vacancy h4 a {
    font-size: calc(14 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    border-bottom: calc(1 / 375 * 100vw) solid;
  }
  .page-template-vacancies .vacancies-list .vacancy h4 {
    font-size: calc(14 / 375 * 100vw);
  }
  .page-template-vacancies .vacancies-list .vacancy h4 a:after {
    content: none;
  }
  .page-template-vacancies .contact-info {
    padding-left: 0;
    padding-top: calc(60 / 375 * 100vw);
    position: initial;
  }
  .page-template-vacancies .contact-info > .contact-group:not(:last-child) {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .page-template-vacancies .contact-info > .contact-group > h6 {
    margin-bottom: calc(10 / 375 * 100vw);
  }

  /* Сторінка вакансії */
  .single.single-vacancies .social-sharing > div {
    position: initial;
    /* display: none; */
  }
  .single.single-vacancies .social-sharing .apply-link {
    transform: none;
    border-bottom: calc(1 / 375 * 100vw) solid #242b35;
    padding-bottom: calc(10 / 375 * 100vw);
  }
  .single-vacancies.single .single-meta {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .single-vacancies.single .page-content > .container-fluid > .container > .social-sharing + .container-fluid {
    order: 0;
  }
  .single-vacancies.single .page-content > .container-fluid > .container > .social-sharing {
    order: 1;
    display: inline-flex;
    margin-bottom: calc(30 / 375 * 100vw);
    padding: 0;
    z-index: 1;
  }
  .single-vacancies article + #apply {
    padding-top: calc(60 / 375 * 100vw);
  }
  .single-vacancies #apply h2 {
    font-size: calc(22 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .single-vacancies #apply h2 + p.subheading {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .single-vacancies #apply .page-form {
    padding-top: calc(60 / 375 * 100vw);
  }
  .single-vacancies #apply .page-form #vacancy_form > div {
    width: 100%;
    flex: 100%;
    justify-content: flex-start;
  }
  .single-vacancies #apply .page-form #vacancy_form .form-submit {
    margin-top: 0;
  }


  /* Сторінка "Контакти" */
  .page.page-template-contacts h1 {
    font-size: calc(36 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    line-height: 1;
  }
  .page.page-template-contacts h1 + .row {
    flex-direction: column;
  }
  .page.page-template-contacts .contact-info {
    margin: 0;
    padding: 0;
  }
  .page-template-contacts .page-form,
  .page-template-contacts .contact-info {
    width: 100%;
    flex: 1;
  }
  .page-template-contacts .page-form {
    margin-top: calc(40 / 375 * 100vw);
    margin-bottom: calc(55 / 375 * 100vw);
  }
  .page-template-contacts .page-form > form {
    flex-direction: column;
  }
  .page-template-contacts .page-form > form > div {
    width: 100%;
    flex: 1;
    padding: 0;
  }
  .page-form > form > div input,
  .page-form > form > div textarea {
    font-size: calc(12 / 375 * 100vw);
    height: calc(25 / 375 * 100vw);
    padding-bottom: calc(13 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
    border-width: calc(1 / 375 * 100vw);
  }
  .page-form > form .your-attachment > svg,
  .page-form > form .your-attachment.attached svg:last-of-type {
    width: calc(17 / 375 * 100vw);
    height: calc(17 / 375 * 100vw);
    margin-right: calc(15 / 375 * 100vw);
  }
  .page-form > form button {
    margin-top: calc(25 / 375 * 100vw);
  }
  .page-form > form > div input:invalid + label:before,
  .page-form > form > div textarea:invalid + label:before {
    top: calc(7.5 / 375 * 100vw);
    right: calc(-7.5 / 375 * 100vw);
    width: calc(4 / 375 * 100vw);
    height: calc(4 / 375 * 100vw);
  }
  .page-form > form > div.row > div:not(:last-child) {
    padding: 0;
  }
  .page-form > form > div span.error-sign,
  .page-form > form > div.row > div > span.error-sign {
    font-size: calc(12 / 375 * 100vw);
    height: calc(25 / 375 * 100vw);
    padding-bottom: calc(13 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
    border-width: calc(1 / 375 * 100vw);
  }
  .page-template-contacts .page-form > form > div:nth-child(5) {
    order: 2;
  }
  .page-template-contacts .page-form > form > div.col-1_2.your-attachment {
    order: 1;
  }
  .contact-info > .contact-group > h6 {
    font-size: calc(12 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .contact-info > .contact-group > a,
  .contact-info > .contact-group > p {
    font-size: calc(14 / 375 * 100vw);
  }
  .contact-info > .contact-group > p {
    line-height: 1.5;
  }
  .contact-info > .contact-group:not(:last-child) {
    margin-bottom: calc(40 / 375 * 100vw);
  }
  .contact-info > .contact-group .social-icons > a {
    border-width: calc(1.5 / 375 * 100vw);
    border-style: solid;
    border-color: #242b35;
    margin-right: calc(15 / 375 * 100vw);
    width: calc(24 / 375 * 100vw);
    height: calc(24 / 375 * 100vw);
  }
  .social-icons > a > svg {
    max-width: calc(16 / 375 * 100vw);
    max-height: calc(10 / 375 * 100vw);
  }

  .map_wrapper {
    margin-top: calc(60 / 375 * 100vw);
    height: calc(315 / 375 * 100vw);
  }

  /* Сторінка послуг */
  .single-services .service_image {
    width: calc(100 / 375 * 100vw);
    height: calc(100 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
    position: initial;
  }
  .single-services .service_image svg {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
  }
  .single-services .next-service {
    top: calc(120 / 375 * 100vw);
    transform: translateY(-100%);
  }
  .single-services .next-service a svg {
    height: calc(10 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
    margin-left: calc(5 / 375 * 100vw);
    top: calc(-1.5 / 375 * 100vw);
  }
  .single-services .next-service a {
    padding-right: calc(15 / 375 * 100vw);
  }
  .next-service.text_info h5 {
    margin-top: calc(5 / 375 * 100vw);
  }
  .next-service.text_info h5:before {
    width: calc(30 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
    bottom: calc(-5 / 375 * 100vw);
  }

  .single-portfolio .project_heading h1,
  .single-portfolio .project_heading h2.h1,
  .single-services .service_heading h1,
  .single-services .service_heading h2.h1 {
    font-size: calc(22 / 375 * 100vw);
    line-height: 1.091;
  }
  .service_heading h1 + p {
    margin-top: calc(12 / 375 * 100vw);
    margin-bottom: calc(28 / 375 * 100vw);
  }
  .service_heading .buttons-wrap + p {
    margin-top: calc(60 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .single-portfolio .project_heading,
  .single-services .service_heading {
    margin-top: calc(-16 / 1920 * 100vw)
  }
  .single-portfolio .project_heading .project_heading_desc h2.h1 {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(16 / 375 * 100vw);
    text-align: left;
  }

  .single-portfolio section,
  .single-services section {
    padding-bottom: calc(30 / 375 * 100vw);
  }
  .single-portfolio section,
  .single-services section {
    padding-top: calc(30 / 375 * 100vw);
  }
  .single-portfolio section.pt_zero,
  .single-services section.pt_zero {
    padding-top: 0;
  }
  .single-portfolio section.pb_zero,
  .single-services section.pb_zero {
    padding-bottom: 0;
  }
  .single-portfolio section.pt_half,
  .single-services section.pt_half {
    padding-top: calc(15 / 375 * 100vw);
  }
  .single-portfolio section.pb_half,
  .single-services section.pb_half {
    padding-bottom: calc(15 / 375 * 100vw);
  }
  .single-portfolio section.pt_double,
  .single-services section.pt_double {
    padding-top: calc(60 / 375 * 100vw);
  }
  .single-portfolio section.pb_double,
  .single-services section.pb_double {
    padding-bottom: calc(60 / 375 * 100vw);
  }
  .single-portfolio footer,
  .single-services footer {
    margin-top: calc(30 / 375 * 100vw);
  }

  .single-services #order h2 {
    font-size: calc(22 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .single-services #order h2 + p.subheading {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .single-services #order .page-form {
    padding-top: calc(60 / 375 * 100vw);
  }
  .single-services #order .page-form form > div {
    width: 100%;
    flex: 100%;
    justify-content: flex-start;
  }
  .page-form > form .check-wrapper-heading {
    margin-bottom: calc(25 / 375 * 100vw);
  }
  .page-form > form > div.check-wrapper > label > span {
    margin-bottom: calc(5 / 375 * 100vw);
    margin-right: calc(5 / 375 * 100vw);
    padding: 0 calc(10 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
  }
  .page-form > form > div.check-wrapper {
    margin-bottom: calc(25 / 375 * 100vw);
  }
  .single-services #order .page-form > form > div > textarea + label + span.error-sign {
    margin-bottom: calc(30 / 375 * 100vw);
    bottom: 0;
  }
  .single-services .page-content .page-form > form > div {
    padding-right: 0;
  }
  .single-services .page-content .page-form > form > div:nth-child(11) {
    order: 2;
  }
  .single-services .page-content .page-form > form > div.col-1_2.your-attachment {
    order: 1;
  }

  /* Сторінка проекту */
  .single-portfolio .project_heading div.col-1_2,
  .single-portfolio .project_heading div.col-1_3,
  .single-portfolio .project_heading div.col-2_3,
  .single-portfolio .project_heading div.col-2_5,
  .single-portfolio .project_heading div.col-3_5 {
    width: 100%;
    flex: 100%;
  }
  .single-portfolio .project_heading h1 {
    margin-top: calc(20 / 375 * 100vw);
  }
  .single-portfolio .project_heading h2.h1 {
    margin-top: calc(15 / 375 * 100vw);
  }
  .single-portfolio .project_heading {
    padding-bottom: 0;
  }
  .single-portfolio .project_heading .project-tags {
    margin-top: calc(12 / 375 * 100vw);
    margin-bottom: calc(12 / 375 * 100vw);
    text-align: left;
    height: auto;
  }
  .single-portfolio .project_heading .project-tags a {
    font-size: calc(12 / 375 * 100vw);
    margin-left: 0;
    margin-right: calc(4 / 375 * 100vw);

    padding: 0 calc(12 / 375 * 100vw);
    margin-top: calc(2 / 375 * 100vw);
    margin-bottom: calc(2 / 375 * 100vw);
    height: calc(36 / 375 * 100vw);
  }
  .single-portfolio .project_heading .project-tags a.project-tag-icon {
    border-width: calc(1.5 / 375 * 100vw);
    border-style: solid;
    border-color: #242b35;
    margin-right: calc(15 / 375 * 100vw);
    width: calc(24 / 375 * 100vw);
    height: calc(24 / 375 * 100vw);
    transition: all .6s;
  }
  .single-portfolio .project_heading .project-tags a.project-tag-icon > svg {
    max-width: calc(19 / 375 * 100vw);
    max-height: calc(12 / 375 * 100vw);
  }
  
  .single-services .service_heading .project-tags a {
    font-size: calc(12 / 375 * 100vw);
    margin-right: calc(15 / 375 * 100vw);
  }
  .col-1_2.text_info,
  .col-1_3.text_info,
  .col-1_2.text_info + .col-1_2 {
    width: 100%;
    flex: 100%;
    padding-right: 0;
  }
  .col-1_2.text_info + .col-1_2:not(.our_cases-all):not(.text_info_empty):not(.text_info_image):not(.text_image_slider_image):not(.text_image_slider) {
    margin-top: calc(60 / 375 * 100vw);
  }
  .col-1_2.text_info + .col-1_2.text_info_image {
    margin-top: calc(10 / 375 * 100vw);
  }
  .col-1_2.text_info + .text_image_slider_image,
  .col-1_2.text_info + .col-1_2.text_image_slider {
    margin-top: calc(30 / 375 * 100vw);
  }
  .col-1_3.text_info + .col-1_3 {
    margin-top: calc(38 / 375 * 100vw);
  }
  .text_info h4 {
    font-size: calc(22 / 375 * 100vw);
    line-height: 1.091;
  }
  .text_info h4 + h5 {
    margin-top: calc(10 / 375 * 100vw);
  }
  .text_info .buttons-wrap {
    margin-top: calc(20 / 375 * 100vw);
  }
  .text_image_slider .diff_name {
    margin-top: calc(10 / 375 * 100vw);
  }



  /*Модуль "Слайдер"*/
  .single-portfolio section .slider_wrapper.owl-carousel .owl-dots,
  .single-services section .slider_wrapper.owl-carousel .owl-dots {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: static;
    height: calc(10 / 375 * 100vw);
  }
  .single-portfolio section .slider_wrapper.owl-carousel .owl-dots button.owl-dot,
  .single-services section .slider_wrapper.owl-carousel .owl-dots button.owl-dot {
    margin: 0 calc(2.5 / 375 * 100vw);
    width: calc(5 / 375 * 100vw);
    height: calc(5 / 375 * 100vw);
    background-color: rgba(36, 43, 53, 0.5);
  }
  .single-portfolio section .slider_wrapper.owl-carousel .owl-dots button.owl-dot.active,
  .single-services section .slider_wrapper.owl-carousel .owl-dots button.owl-dot.active {
    background-color: #242b35;
  }


  /* Загальне для модулів */
  .text_info h5 {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(16 / 375 * 100vw);
  }
  .text_info p {
    margin-top: calc(30 / 375 * 100vw);
  }
  .text_info.text_info_empty p {
    margin-top: 0;
  }


  .row.image_gif_video-row.px_half > div:not(:last-child) {
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .row.image_gif_video-row.px_standart > div:not(:last-child) {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .row.image_gif_video-row.px_double > div:not(:last-child) {
    margin-bottom: calc(60 / 375 * 100vw);
  }
  .row.image_gif_video-row > div {
    width: 100%;
    flex: 100%;
  }
  .row > div img,
  .row > div video {
    width: 100%;
  }


  /* Модуль До-Після */
  .text_info + .diff_wrapper {
    margin-top: calc(30 / 375 * 100vw);
  }
  .diff_wrapper {
    position: relative;
    margin-left: calc(-30 / 375 * 100vw);
    margin-right: calc(-30 / 375 * 100vw);
  }
  .diff_compare {
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .diff_slider .diff_name {
    text-align: left;
    padding: 0 calc(30 / 375 * 100vw);
  }
  .diff_slider + .diff_nav {
    right: calc(30 / 375 * 100vw);
  }
  .diff_nav a {
    min-width: calc(6 / 375 * 100vw);
  }
  .diff_nav a svg {
    max-width: calc(6 / 375 * 100vw);
    max-height: calc(10 / 375 * 100vw);
  }
  .diff_counter {
    font-size: calc(12 / 375 * 100vw);
    margin: 0 calc(20 / 375 * 100vw);
  }

  .twentytwenty-wrapper.twentytwenty-horizontal .diff_compare  .twentytwenty-handle:before,
  .twentytwenty-wrapper.twentytwenty-horizontal .diff_compare .twentytwenty-handle:after {
    width: calc(3 / 375 * 100vw);
    height: calc(9999 / 375 * 100vw);
    margin-left: calc(-1.5 / 375 * 100vw);
  }
  .twentytwenty-wrapper.twentytwenty-horizontal .diff_compare  .twentytwenty-handle:before {
    margin-bottom: calc(22 / 375 * 100vw);
  }
  .twentytwenty-wrapper.twentytwenty-horizontal .diff_compare  .twentytwenty-handle:after {
    margin-top: calc(22 / 375 * 100vw);
  }
  .twentytwenty-wrapper.twentytwenty-horizontal .diff_compare  .twentytwenty-handle .twentytwenty-left-arrow,
  .twentytwenty-wrapper.twentytwenty-horizontal .diff_compare  .twentytwenty-handle .twentytwenty-right-arrow,
  .twentytwenty-wrapper.twentytwenty-horizontal .diff_compare  .twentytwenty-handle .twentytwenty-up-arrow,
  .twentytwenty-wrapper.twentytwenty-horizontal .diff_compare  .twentytwenty-handle .twentytwenty-down-arrow {
    border-width: calc(6 / 375 * 100vw) !important;
    border-right-style: solid;
  }
  .twentytwenty-wrapper.twentytwenty-horizontal .diff_compare .twentytwenty-handle {
    width: calc(38 / 375 * 100vw);
    height: calc(38 / 375 * 100vw);
    margin-left: calc(-22 / 375 * 100vw);
    margin-top: calc(-22 / 375 * 100vw);
    border-width: calc(3 / 375 * 100vw);
  }
  .twentytwenty-wrapper.twentytwenty-horizontal .diff_compare .twentytwenty-left-arrow {
    border-right-width: calc(6 / 375 * 100vw);
    margin-left: calc(-17 / 375 * 100vw);
    margin-top: calc(-6 / 375 * 100vw);
  }
  .twentytwenty-wrapper.twentytwenty-horizontal .diff_compare .twentytwenty-right-arrow {
    border-left-width: calc(6 / 375 * 100vw);
    margin-right: calc(-17 / 375 * 100vw);
    margin-top: calc(-6 / 375 * 100vw);
  }

  /* Модуль "Наши кейсы" */
  .our_cases {
    position: relative;
    padding-bottom: calc(20 / 375 * 100vw);
  }
  .our_cases-heading {
    width: 100%;
    flex: 100%;
  }
  .our_cases-heading h5 {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .our_cases-all a {
    position: absolute;
    left: 0;
    bottom: 0;
    float: left;
    padding-bottom: calc(10 / 375 * 100vw);
    margin-bottom: 0;
    border-bottom: calc(1 / 375 * 100vw) solid;
  }
  .our_cases-all a:after {
    content: none;
  }
  .our_cases-all a:hover:after {
    width: 100%;
  }
  .our_cases .portfolio-item {
    padding-bottom: 0;
  }

  /* Модуль "Этапы разработки" */
  .stages .steps .col-1_2 {
    width: 100%;
    flex: 100%;
  }
  .stages .steps h5 {
    font-size: calc(14 / 375 * 100vw);
  }
  .stages .steps .row,
  .stages .steps .row > .col-1_2:last-child {
    margin-top: calc(30 / 375 * 100vw);
  }
  .stages .steps .row .step-count {
    top: calc(7 / 375 * 100vw);
  }
  .stages .steps .row .step-name {
    margin-left: calc(25 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }

  /* Как услуга влияет на имидж компании [модуль послуг] */
  .affects-row {
    margin-top: calc(30 / 375 * 100vw);
  }
  .affects-row > .column {
    width: 100%;
    flex: 100%;
  }
  .affects-row > .column:not(:last-child) {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .affects-row .column > div {
    padding: calc(30 / 375 * 100vw);
  }
  .affects-row .column > div h5 {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(17 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .characteristics:not(:last-child) {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .progress {
    margin-top: calc(12 / 375 * 100vw);
  }
  .progress span {
    height: calc(8 / 375 * 100vw);
  }
  .progress span:not(:last-child) {
    margin-right: calc(3 / 375 * 100vw)
  }

  .scroll-top {
    display: none !important;
  }

  .thanks_popup .thanks_message_wrapper svg {
    max-width: calc(150 / 375 * 100vw);
    max-height: calc(150 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .thanks_popup .thanks_message_wrapper .thanks_heading {
    font-size: calc(22 / 375 * 100vw);
    line-height: .8;
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .thanks_popup .thanks_message_wrapper .thanks_subheading {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }

}
