@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1225px; }

  section .container {
    max-width: 1160px; } }
@media (max-width: 1400px) {
  h2 {
    font-size: 46px; }

  .home-banner h1, .banner-contact h1 {
    font-size: 52px; }

  .home-banner p, .banner-contact .content p {
    font-size: 20px; }

  body {
    font-size: 16px; }

  .big-cta h2 {
    font-size: 72px; }

  .big-cta h2 img {
    width: 62px; }

  .section-bg .title {
    font-size: 40px; }

  .icon-title .title {
    font-size: 34px; }

  .product-slider .swiper-slide .text .title {
    font-size: 22px; }

  footer .title {
    font-size: 32px; }

  footer .logo-wrap img {
    width: 100px; }

  .top-line .logo-wrap {
    width: 120px; }

  .sticky-wrapper {
    min-height: 110px; }

  .product-slider .swiper-slide {
    padding: 15px 0;
    width: 350px; }

  .product-slider .swiper-slide figure {
    height: 300px; } }
@media (max-width: 1199px) {
  .top-menu {
    display: none !important; }

  .top-line .row {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }

  .menu-bar {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    height: 80px;
    width: 100%;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 25px;
    border-radius: 0; }
    .menu-bar .btn-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      grid-gap: 15px; }
      .menu-bar .btn-wrap .btn-header a {
        width: 40px;
        height: 40px;
        background-color: #f7f7f7;
        border-radius: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 18px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #292929; }
    .menu-bar .wrap-btn {
      width: 100%;
      position: relative;
      z-index: 99;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .menu-bar .wrap-btn .open-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 40px;
        grid-gap: 6px;
        border-radius: 0 0 0;
        padding: 4px 0 0; }
        .menu-bar .wrap-btn .open-menu span {
          display: block;
          width: 100%;
          height: 2px;
          background: #edeae3;
          position: relative;
          -webkit-transition: all .4s ease;
          transition: all .4s ease; }
        .menu-bar .wrap-btn .open-menu span + span {
          margin-top: 2px; }
      .menu-bar .wrap-btn p {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: 2.4px;
        text-align: center;
        color: #edeae3;
        margin-top: 0; }
    .menu-bar .open-menu.is-active span:first-child {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 10px; }
    .menu-bar .open-menu.is-active span:nth-child(2) {
      opacity: 0; }
    .menu-bar .open-menu.is-active span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: -10px; }

  .menu-responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    -webkit-transform: scale(0) translate(-50%, 0);
            transform: scale(0) translate(-50%, 0);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: rgba(41, 41, 41, 0.99);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left; }
    .menu-responsive .btn-wrap {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      grid-gap: 15px;
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #0C2929; }
    .menu-responsive .mob-menu-wrap ul.mob-menu > li > a {
      font-size: 22px;
      width: 100%;
      display: block;
      line-height: 40px;
      position: relative;
      color: #edeae3;
      padding-right: 50px;
      font-family: "Anton SC", sans-serif;
      text-transform: uppercase; }
      .menu-responsive .mob-menu-wrap ul.mob-menu > li > a span {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 40px; }
        .menu-responsive .mob-menu-wrap ul.mob-menu > li > a span:after {
          content: '\f054';
          font-family: "Font Awesome 5 Pro";
          font-weight: 400;
          color: #edeae3;
          font-size: 18px;
          line-height: 1;
          position: absolute;
          top: 50%;
          right: 10px;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          -webkit-transition: all .4s ease;
          transition: all .4s ease; }
    .menu-responsive .mob-menu-wrap ul.mob-menu > li .sub-menu {
      display: none;
      padding: 0;
      position: relative;
      opacity: 1 !important;
      background: transparent !important;
      -webkit-transition: none;
      transition: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .menu-responsive .mob-menu-wrap ul.mob-menu > li .sub-menu a {
        font-size: 16px;
        width: 100%;
        display: block;
        line-height: 30px;
        position: relative;
        color: #0C2929; }
        .menu-responsive .mob-menu-wrap ul.mob-menu > li .sub-menu a i {
          position: relative;
          margin-right: 10px;
          color: #913624; }
    .menu-responsive .mob-menu-wrap ul.mob-menu li a span.is-open:after {
      -webkit-transform: rotate(90deg) translate(-50%, 0);
              transform: rotate(90deg) translate(-50%, 0); }
    .menu-responsive .wrap {
      opacity: 0;
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      width: 400px;
      max-width: 100%;
      padding: 80px 20px 150px;
      margin: 0 auto; }
    .menu-responsive .logo-wrap {
      position: absolute;
      top: 0;
      left: 50%;
      width: 100px;
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 10;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
      .menu-responsive .logo-wrap a {
        width: 100%; }
        .menu-responsive .logo-wrap a img {
          width: 100%; }
    .menu-responsive .lang-btn {
      position: relative;
      margin: 20px 0 70px; }
      .menu-responsive .lang-btn:after {
        position: absolute;
        top: 95%;
        height: 30px;
        content: '';
        width: 100%;
        left: 0; }
      .menu-responsive .lang-btn > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 23px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.35;
        letter-spacing: normal;
        text-align: left;
        color: #292929;
        pointer-events: none; }
        .menu-responsive .lang-btn > a img {
          width: 24px;
          height: 24px;
          margin-right: 5px;
          border-radius: 100%;
          -o-object-position: center;
             object-position: center;
          -o-object-fit: cover;
             object-fit: cover; }
        .menu-responsive .lang-btn > a i {
          color: #292929;
          font-size: 16px;
          line-height: 1;
          -webkit-transition: all .4s ease;
          transition: all .4s ease; }
      .menu-responsive .lang-btn ul {
        -webkit-box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
                box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 50px;
        -webkit-transform-origin: 50% 0;
                transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
        border-radius: 3px; }
        .menu-responsive .lang-btn ul li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          color: #fff;
          font-size: 16px;
          line-height: 30px;
          background: #292929;
          padding: 10px 15px;
          width: 55px;
          text-align: center; }
          .menu-responsive .lang-btn ul li a img {
            width: 25px;
            height: 25px;
            border-radius: 100%;
            -o-object-position: center;
               object-position: center;
            -o-object-fit: cover;
               object-fit: cover; }
          .menu-responsive .lang-btn ul li a:hover {
            background: #efe6dd; }

  .menu-responsive.is-open {
    -webkit-transform: scale(1) translate(-50%, 0);
            transform: scale(1) translate(-50%, 0); }

  .menu-responsive .is-show {
    opacity: 1; }

  .menu-bar.is-open {
    background: rgba(255, 255, 255, 0.5) !important; }

  .top-line .logo-wrap {
    width: 90px;
    margin: 0; }

  .home-banner .content {
    min-height: 450px; }

  .home-banner h1, .banner-contact h1 {
    font-size: 40px; }

  h2 {
    font-size: 32px; }

  footer {
    padding-bottom: 100px; }

  .menu-responsive .mob-menu-wrap ul.mob-menu > li > a {
    padding: 0;
    text-align: center;
    margin-bottom: 10px; }

  .menu-responsive .mob-menu-wrap ul.mob-menu > .current-menu-item > a {
    color: #913624; }

  .banner-contact .form-wrap .left {
    width: 300px; }

  .banner-contact .form-wrap .right {
    width: calc(100% - 330px); } }
@media (max-width: 991px) {
  .text-form {
    margin-top: -60px; }

  .home-banner .bottom ul li a {
    font-size: 18px;
    padding-left: 20px; }

  .home-banner .bottom ul li img {
    width: 14px;
    top: 2px; }

  .home-banner .bg-bottom img {
    width: 1000px;
    top: -10px; }

  .big-cta h2 {
    font-size: 50px; }

  .big-cta h2 img {
    width: 40px; }

  .section-bg {
    padding: 50px 0; }

  .product-slider .swiper-slide a {
    padding: 15px; }

  .text-img-50 {
    padding: 50px 0; }

  footer .bg img {
    width: 1000px;
    height: 120px;
    top: 45px; }

  footer .content {
    grid-gap: 30px 30px; }

  footer .item {
    width: calc(33.33% - 20px); }

  footer .title {
    font-size: 24px; }

  .title-text-img figure {
    grid-gap: 20px; }
    .title-text-img figure picture {
      width: calc(50% - 10px); }

  .title-text-img figure .big {
    width: 100%; }

  .seo-block figure {
    padding: 0;
    position: relative;
    left: 0;
    width: 10%; }
    .seo-block figure img {
      position: absolute;
      top: 0;
      right: 0;
      min-width: 300px; }

  .seo-block .text {
    width: 80%; }

  .product {
    padding: 70px 0; }

  .item-3x .row {
    grid-gap: 15px;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }

  .item-3x .item {
    width: calc(50% - 8px); }

  .banner-contact .form-wrap .left {
    width: 100%;
    border-right: 0;
    border-bottom: solid 1px rgba(248, 245, 240, 0.23);
    padding: 0 0 30px; }

  .banner-contact .form-wrap .right {
    width: 100%;
    padding-top: 30px; }

  .vacancies .item .title {
    font-size: 30px; }

  .vacancies .item {
    padding: 30px 30px 100px; } }
@media (max-width: 767px) {
  .pt-150 {
    padding-top: 75px !important; }

  .pb-150 {
    padding-bottom: 75px !important; }

  .text-form {
    width: 100%;
    margin-top: 23px; }
    .text-form p {
      text-align: center; }

  .form-contact .input-wrap-submit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .home-banner.bg-video-youtube .bg iframe {
    display: none; }

  .home-banner.bg-video .bg video {
    display: none; }

  .home-banner.bg-video-youtube .bg .mob-video-iframe {
    display: block !important; }

  .home-banner.bg-video .bg .mob-video {
    display: block !important; }

  .home-banner .content {
    min-height: 350px;
    padding-bottom: 50px; }

  .home-banner .bottom ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 10px 15px; }

  .home-banner .bg-bottom img {
    top: -5px; }

  .img-2-col {
    padding: 100px 0 50px; }

  .img-2-col .item {
    width: 100%;
    margin-bottom: 25px; }

  .img-2-col h2 {
    margin-bottom: 20px; }

  .text-img-50 .bg img {
    display: none; }

  .text-img-50 .text {
    width: 100%; }

  .text-img-50 figure {
    display: block;
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin-bottom: 30px; }

  .title-img figure img {
    width: 500px; }

  .title-img figure {
    height: 50px; }

  .title-img {
    padding: 70px 0 70px; }

  .title-text-img .left {
    width: 100%;
    margin-bottom: 20px; }

  .title-text-img .right {
    width: 100%;
    margin-bottom: 20px; }

  .title-text-img .row {
    grid-gap: 10px; }

  .seo-block {
    padding: 70px 0; }

  .article-block .bottom-links {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    grid-gap: 15px; } }
@media (max-width: 575px) {
  section .container {
    padding: 0 25px; }

  .home-banner {
    padding-top: 40px; }

  .home-banner .content {
    min-height: 60vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .img-2-col .label {
    bottom: 15px;
    right: 15px;
    font-size: 16px; }

  .big-cta h2 {
    font-size: 30px; }

  .big-cta h2 img {
    width: 25px; }

  .section-bg .title {
    font-size: 28px; }

  .section-bg .content {
    padding: 20px; }

  .section-bg .content p {
    font-size: 16px; }

  .icon-title .title {
    font-size: 28px; }

  .btn-slider {
    display: none !important; }

  .product-slider .swiper-slide {
    width: 300px; }

  .product-slider .swiper-slide figure {
    height: 250px; }

  .product-slider .swiper-slide .text .title {
    font-size: 18px; }

  footer .item {
    width: calc(50% - 15px); }

  footer .content {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }

  .title-text-img figure img {
    height: 200px; }

  .item-3x .item {
    width: 100%; }

  .item-3x .item .title {
    font-size: 22px; }

  .banner-contact .form-wrap {
    margin-top: 50px; }

  .banner-contact {
    padding: 70px 0; }

  .banner-contact .content p {
    font-size: 16px; }

  .banner-contact .form-wrap {
    padding: 20px; }

  .form-contact .input-wrap {
    width: 100%; }
    .form-contact .input-wrap input {
      height: 44px;
      line-height: 44px; }

  .form-contact .nice-select {
    height: 44px;
    line-height: 44px; }

  .vacancies .item {
    width: 100%; }

  .vacancies .title-block {
    margin-bottom: 30px; }

  .vacancies .item .title {
    font-size: 24px; }

  .article-block h2 {
    font-size: 30px; }

  .article-block h3 {
    font-size: 28px; }
  .article-block h4 {
    font-size: 26px; }

  .form-contact .input-wrap-file p {
    height: 44px;
    line-height: 44px; }

  .form-contact .input-wrap-file i {
    top: 12px; }

  .article-block .form-wrap {
    padding: 25px 20px;
    margin: 30px 0; }

  .article-block .bottom-links .soc li:first-child {
    width: 100%;
    margin: 0 0 10px;
    text-align: center; }

  .article-block .bottom-links .soc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

/*# sourceMappingURL=responsive.css.map */