@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  html, body {
    font-size: 15px; }

  .row {
    max-width: 1150px; } }
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  html, body {
    font-size: 14px; }

  .row {
    max-width: 1000px; }

  .popup-login .login-tab ul li {
    margin: 5px; } }
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .menu-wrapper {
    display: block;
    position: fixed;
    height: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 15;
    width: 50%;
    box-shadow: 0px 0px 4px;
    top: 0;
    padding: 0 20px;
    transition: 0.7s cubic-bezier(0.77, 0.4, 0.24, 0.87);
    -webkit-transform: translateX(-100%) translateZ(0);
    -moz-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    -o-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0); }
    .menu-wrapper ul {
      margin: 0;
      position: absolute;
      display: block;
      width: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 25px; }
      .menu-wrapper ul li {
        display: block;
        margin-bottom: 0.3em;
        padding-bottom: 0.3em;
        position: relative;
        opacity: 0;
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px);
        transition: 0.5s; }
        .menu-wrapper ul li:last-of-type:after {
          display: none; }
        .menu-wrapper ul li:after {
          content: "";
          display: block;
          width: 100px;
          height: 1px;
          background: rgba(0, 0, 0, 0.3);
          position: absolute;
          bottom: 0; }
    .menu-wrapper.active {
      -webkit-transform: translateX(0%) translateZ(0);
      -moz-transform: translateX(0%) translateZ(0);
      -ms-transform: translateX(0%) translateZ(0);
      -o-transform: translateX(0%) translateZ(0);
      transform: translateX(0%) translateZ(0); }
      .menu-wrapper.active ul li:nth-of-type(1) {
        opacity: 1;
        -webkit-transition-delay: 0.7s;
        -moz-transition-delay: 0.7s;
        -ms-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px); }
      .menu-wrapper.active ul li:nth-of-type(2) {
        opacity: 1;
        -webkit-transition-delay: 0.9s;
        -moz-transition-delay: 0.9s;
        -ms-transition-delay: 0.9s;
        -o-transition-delay: 0.9s;
        transition-delay: 0.9s;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px); }
      .menu-wrapper.active ul li:nth-of-type(3) {
        opacity: 1;
        -webkit-transition-delay: 1.1s;
        -moz-transition-delay: 1.1s;
        -ms-transition-delay: 1.1s;
        -o-transition-delay: 1.1s;
        transition-delay: 1.1s;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px); }
      .menu-wrapper.active ul li:nth-of-type(4) {
        opacity: 1;
        -webkit-transition-delay: 1.3s;
        -moz-transition-delay: 1.3s;
        -ms-transition-delay: 1.3s;
        -o-transition-delay: 1.3s;
        transition-delay: 1.3s;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px); }
      .menu-wrapper.active ul li:nth-of-type(5) {
        opacity: 1;
        -webkit-transition-delay: 1.5s;
        -moz-transition-delay: 1.5s;
        -ms-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
        transition-delay: 1.5s;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px); }
      .menu-wrapper.active ul li:nth-of-type(6) {
        opacity: 1;
        -webkit-transition-delay: 1.7s;
        -moz-transition-delay: 1.7s;
        -ms-transition-delay: 1.7s;
        -o-transition-delay: 1.7s;
        transition-delay: 1.7s;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px); }
    .menu-wrapper .nav-right-section {
      padding-top: 0;
      float: none; }
      .menu-wrapper .nav-right-section p {
        font-size: 17px; }

  .no-csstransforms3d .menu-wrapper {
    display: none; }
    .no-csstransforms3d .menu-wrapper.active {
      display: block; }

  nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px; }
    nav .row {
      max-width: 100%; }

  .responsive-menu-toggler {
    display: inline-block;
    vertical-align: bottom;
    left: 0;
    margin-right: 20px;
    margin-bottom: -3px; }

  .hide-for-mobile {
    display: none !important; }

  .inner-page-sidebar {
    padding-left: 0;
    padding-right: 0;
    margin-top: 3.125em; }

  body {
    padding-top: 4.0625em; }

  .menu-wraper_mobile-additional {
    display: block; }

  .popup-login .login-tab ul li {
    margin: 5px; }

  .popup-login .forms-wrapper {
    height: 18.375em; }
    .popup-login .forms-wrapper form {
      padding-top: 30px; }

  nav .nav-right-section .lang-selection:hover li {
    display: none; }
  nav .nav-right-section .lang-selection:hover li.active {
    display: block; }

  nav .nav-right-section .lang-selection-wrapper.open li {
    display: block; } }


@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html, body {
    font-size: 13px; }

  .row {
    max-width: 740px; }

  .hero-text-wrapper {
    height: 54.875em; }
    .hero-text-wrapper h1 {
      font-size: 38px; }

  .menu-overlay {
    display: block; }

  nav ul li {
    margin-left: 2.4em; } }
@media only screen and (min-width: 640px) and (max-width: 768px) {
  html, body {
    font-size: 13px; }

  .row {
    max-width: 600px; }

  .hero-text-wrapper {
    height: 54.875em; }
    .hero-text-wrapper h1 {
      font-size: 30px;
      margin-top: 4em; }

  .menu-wrapper {
    width: 70%; }

  footer {
    text-align: center; }
    footer ul {
      display: block;
      margin-top: 20px; }
    footer .copyright {
      float: none;
      display: block;
      text-align: center;
      margin-top: 20px;
      margin-bottom: 0; }

  .menu-overlay {
    display: block; }

  nav ul li {
    margin-left: 2.4em; } }
@media only screen and (min-width: 480px) and (max-width: 640px) {
  html, body {
    font-size: 13px; }

  .row {
    max-width: 450px; }

  .hero-text-wrapper {
    height: 37em; }
    .hero-text-wrapper h1 {
      font-size: 30px;
      margin-top: 4em; }

  .menu-wrapper {
    width: 70%; }

  footer {
    text-align: center; }
    footer ul {
      display: block;
      margin-top: 20px; }
    footer .copyright {
      float: none;
      display: block;
      text-align: center;
      margin-top: 20px;
      margin-bottom: 0; }

  .text-section li {
    padding-bottom: 30px; }

  .news-link img {
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 2.30769em; }

  .menu-overlay {
    display: block; }

  nav ul li {
    margin-left: 2.4em; } }
@media only screen and (min-width: 1px) and (max-width: 480px) {
  html, body {
    font-size: 13px;
    min-width: 250px;
    overflow: auto;
    min-height: 440px; }

  .row {
    max-width: 310px; }

  nav ul li {
    margin: 0 1.53846em;
    margin-left: 2.4em;
    margin-right: 0; }

  .hero-text-wrapper {
    height: 37em; }
    .hero-text-wrapper .hero-links {
      font-size: 10px; }
    .hero-text-wrapper h1 {
      font-size: 20px;
      margin-top: 4em; }

  .menu-wrapper {
    width: 100%; }

  footer {
    text-align: center; }
    footer ul {
      display: block;
      margin-top: 20px; }
      footer ul li a {
        margin: 0 10px; }
    footer .copyright {
      float: none;
      display: block;
      text-align: center;
      margin-top: 20px;
      margin-bottom: 0; }

  .text-section li {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px; }
    .text-section li:last-of-type {
      padding-bottom: 0; }

  .news-link img {
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 2.30769em; }

  .contacts-page h2 {
    margin-bottom: 0.71429em; }
  .contacts-page label {
    float: none;
    display: block;
    margin-top: 10px; }
  .contacts-page .submit-button {
    float: none;
    display: block;
    margin-top: 10px;
    width: 100%; }

  .single-feature {
    left: 0;
    padding-left: 2.30769em; }
    .single-feature:before {
      content: "";
      width: 15px;
      height: 15px;
      margin-top: -7px; }
    .single-feature:after {
      left: 5px; }

  .popup-login {
    width: 300px; }

  .our-clients .clients-link {
    margin-left: 0; }

  .text-section {
    padding-left: 20px;
    padding-right: 20px; }
    .text-section .small-block-grid-1 {
      margin: 0; }

  .menu-overlay {
    display: block; } }


