/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/*==========  Desktop First Method  ==========*/

@media only screen and (max-width : 1699px) {
  .logos__item {
    padding: 2vw 1.5vw;
  }
}

@media only screen and (max-width : 1023px) {
  .d-mb-none {display: none !important;}

  body {
    font-weight: normal;
  }

  .title h4, .title__h4, h4 {
    line-height: 1.1;
  }

  .btn {
    max-width: 100%;
  }
  .btn--tertiary {
    max-width: initial;
  }
  .title__ani {
    display: inline;
  }
  .section-title {
    display: block;
    position: static;
  }
  @-webkit-keyframes title {
    from {
      opacity: 0;
      -webkit-transform: matrix(1, -0.1, 0, 1, 0, 50);
              transform: matrix(1, -0.1, 0, 1, 0, 50);
    }
    to {
      opacity: 1;
      -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
              transform: matrix(1, 0, 0, 1, 0, 0);
    }
  }
  @keyframes title {
    from {
      opacity: 0;
      -webkit-transform: matrix(1, -0.1, 0, 1, 0, 50);
              transform: matrix(1, -0.1, 0, 1, 0, 50);
    }
    to {
      opacity: 1;
      -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
              transform: matrix(1, 0, 0, 1, 0, 0);
    }
  }
  .swiper-button-arrow {
    display: none !important;
  }
  .swiper-pagination-bullet {
    width: 5.555vw;height: 1.111vw;
  }
  .header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav {
    opacity: 0;
    z-index: -1;
    position: fixed;
    overflow-y: auto;
    background: #fff;
    visibility: hidden;
    pointer-events: none;
    top: 0;left: 0;right: 0;bottom: 2.777vw;
    -webkit-box-shadow: 0px 0.208vw 0.369vw rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0.208vw 0.369vw rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .nav__item {
    text-align: center;
  }
  .nav__link {
    padding: 0;
    font-weight: bold;
    letter-spacing: -0.04em;;
    text-transform: uppercase;
    background: transparent !important;
  }
  .hero .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__text {
    font-weight: 600;
  }
  .hero .title {
    margin-top: auto;
  }
  .hero .title h1 b {
    margin: 0;
  }
  .hero .row {
    display: none;
  }
  .services__item {
    min-height: initial;
  }
  .services__name {
    display: block;
    line-height: 1.1;
    font-weight: 600;
  }
  .services__info {
    width: 100%;
  }
  .services__item .btn {
    opacity: 1;
    margin-left: auto;
  }
  .products {
    border-top: 0;
  }
  .products__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .products__row:before {
    display: none;
  }
  .products__item:not(:first-child) .products__inner {
    border-top: 0;
  }
  .products__title {
    line-height: 1.1;
  }
  .products__links {
    margin-top: auto;
  }
  .products__item .btn {
    position: absolute;
  }
  .products__item .btn svg {
    margin-left: 0;
  }
  .company {
    padding-bottom: 0;
  }
  .company__row {
    display: block;
  }
  .company__body {
    width: 100%;
    margin-left: 0;
  }
  .company__body .title,
  .company__subtitle p {
    max-width: 100%;
  }
  .company__body .title h4 {
    font-weight: 600;
  }
  .company__subtitle {
    display: block;
  }
  .company__btn {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .company__body .row [class*='col-'] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .company__item > span:nth-child(1),
  .company__item > span:nth-child(2) {
    border: 0;
    color: #FFD900;
    line-height: 1;
    font-weight: bold;
  }
  .company__item > span:nth-child(1) span {
    opacity: 1;
    -webkit-animation: initial !important;
            animation: initial !important;
    -webkit-transform: initial !important;
        -ms-transform: initial !important;
            transform: initial !important;
  }
  .company__item p {
    border-top: 1px solid #313131;
  }
  .company__img {
    display: block;
    width: initial;
  }
  .projects__data {
    width: 100%;
    padding: 0;
  }
  .projects__info {
    display: block;
  }
  .projects__info-item,
  .projects__info-item * {
    display: block;
  }
  .news .title {
    text-transform: capitalize;
  }
  .news__item {
    display: block;
  }
  .news .title .title__row span,
  .news__item figure {
    display: none;
  }
  .news__date,
  .news__info,
  .news__title {
    display: block;
  }
  .news__date,
  .news__info,
  .news__title,
  .news__text {
    max-width: 100%;width: 100%;
  }
  .news__title {
    font-weight: 600;
  }
  .news__item .btn {
    display: none;
  }
  .footer__head,
  .footer__body,
  .footer__data {
    display: block;
  }
  .footer__logo {
    margin: 0 auto;
  }
  .footer__nav, .footer__data {
    width: 100%;
    margin-left: 0;
  }
  .footer__nav li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__info {
    border-top: 1px solid #313131;
  }
  .footer__title {
    display: block;
  }
  .footer__title span {
    margin: 0;
  }
  .fullScreen {
    padding: 0;
  }
  .modal__box {
    width: 100%;
  }
  .modal__close {
    background: #E6E6E6;
  }
  .modal__close svg path {
    fill: #000;
  }
  .modal .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* ============== SIZEs ==================== */

@media only screen and (max-width : 1023px) {
  body {
    font-size: 3.611vw;
  }
  h1, .title__h1 {
    font-size: 17.777vw;
  }
  h3, .title__h3,
  h2, .title__h2 {
    font-size: 6.666vw;
  }
  h4, .title__h4 {
    font-size: 5vw;
  }
  .title--mb {
    margin-bottom: 8.333vw;
  }
  .btn {
    height: 10.277vw;
    font-size: 2.777vw;
    border-radius: 1.111vw;
  }
  .btn--tertiary {
    height: 6.666vw;
  }
  .btn svg {
    margin-left: 2.777vw;
    width: 6.666vw;height: 6.666vw;
  }
  .section-title {
    margin-bottom: 5.555vw;
  }
  .form__field:not(:last-child) {
    margin-bottom: 5.555vw;
  }
  .form__name {
    margin-bottom: 2.222vw;
  }
  .form__error {
    margin-top: 0.555vw;
  }
  .form__field input, .form__field textarea, .nice-select {
    font-size: 3.611vw;
    padding-left: 2.777vw;
    border-radius: 2.222vw;
    padding-right: 2.777vw;
  }
  .form__field input, .nice-select {
    height: 10.833vw;
    line-height: 10.833vw;
  }
  .form__field textarea {
    height: 43.055vw;
    padding-top: 2.777vw;
    padding-bottom: 2.777vw;
  }
  .nice-select {
    padding-right: 10vw;
  }
  .nice-select:after {
    right: 2.777vw;
    width: 4.444vw;height: 4.444vw;
  }
  .check__mark {
    margin-right: 2.222vw;
    width: 5vw;height: 5vw;
    border-radius: 0.555vw;
  }
  .header {
    top: 2.777vw;
  }
  .header .container {
    padding: 0 2.777vw;
  }
  .header__inner {
    padding: 2.777vw;
    min-height: 16.666vw;
    border-radius: 2.222vw;
    -webkit-box-shadow: 0px 0px 2.777vw rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0px 2.777vw rgba(0, 0, 0, 0.08);
  }
  .logo {
    width: 20.833vw;
  }
  .nav {
    margin-top: 21.666vw;
    border-radius: 4.444vw;
    left: 2.777vw;right: 2.777vw;
    padding: 11.111vw 5.555vw 5.555vw;
    min-height: calc(100vh - 24.442vw);
  }
  .nav__item:not(:last-child) {
    margin-bottom: 7.22vw;
  }
  .nav__link {
    font-size: 2.777vw;
  }
  .nav__btns {
    margin-top: 6.944vw;
  }
  .nav__btns .btn:not(:last-child) {
    margin-bottom: 2.777vw;
  }
  .hero {
    padding: 25vw 0 13.888vw;
  }
  .hero__text p {
    max-width: 75.833vw;
  }
  .hero .title h1 b svg {
    width: 12.777vw;
  }
  .services {
    padding: 27.777vw 0 0;
    border-radius: 4.444vw 4.444vw 0 0;
  }
  .services__item {
    padding: 7.222vw 0;
  }
  .services__icon {
    border-radius: 2.222vw;
    margin-bottom: 5.555vw;
    width: 13.333vw;height: 13.333vw;
  }
  .services__name {
    font-size: 5vw;
    margin-bottom: 4.166vw;
  }
  .services__item .btn {
    width: 26.666vw;
    margin-top: 5.555vw;
  }
  .services__btn {
    margin-top: 8.333vw;
  }
  .products {
    padding: 33.333vw 0 11.111vw;
  }
  .products__row {
    margin: 7.222vw -2.777vw 0;
  }
  .products__inner {
    min-height: 50vw;
    padding: 5.555vw 4.166vw;
  }
  .products__title {
    font-size: 5vw;
    margin-bottom: 5.555vw;
  }
  .products__links span:not(:last-child) {
    margin-bottom: 3.055vw;
  }
  .products__item .btn {
    top: 5.555vw;right: 4.166vw;
    width: 6.666vw;height: 6.666vw;
  }
  .company__bg {
    height: 166.388vw;
    background-position: 23.6% 0 !important;
  }
  .company .container {
    margin-top: -44.166vw;
  }
  .company .container > .title {
    margin-bottom: 13.888vw;
  }
  .company__body .title {
    margin-bottom: 5.555vw;
  }
  .company__btn {
    margin-top: 5.555vw;
  }
  .company__body .row {
    margin-top: 13.888vw;
  }
  .company__body .row [class*='col-']:not(:last-child) {
    margin-bottom: 11.111vw;
  }
  .company__item > span:nth-child(1),
  .company__item > span:nth-child(2) {
    font-size: 6.666vw;
  }
  .company__item > span:nth-child(2) {
    margin-left: 0.4vw;
  }
  .company__item p {
    margin-top: 2.777vw;
    padding-top: 2.777vw;
  }
  .company__img {
    height: 103.055vw;
    margin: 13.888vw -5.555vw 0;
    background-position: 90% center !important;
  }
  .logos__item {
    padding: 6vw;
    width: 33.333vw;height: 33.333vw;
  }
  .projects {
    padding-top: 33.333vw;
  }
  .projects__slider {
    margin: 5.555vw -2.777vw 0;
  }
  .projects__sl {
    padding-bottom: 3.888vw;
  }
  .projects__item {
    height: 150vw;
    padding: 5.555vw 5.555vw 8.333vw;
  }
  .projects__info-item:not(:last-child) {
    margin-bottom: 2.777vw;
  }
  .projects__info-item {
    font-size: 3.611vw;
  }
  .projects__info-item span:nth-child(2) {
    margin-top: 1.388vw;
  }
  .news {
    padding-top: 33.333vw;
  }
  .news__list {
    margin-top: 5.555vw;
  }
  .news__item {
    padding: 4.166vw 0;
  }
  .news__date {
    margin-bottom: 5.166vw;
  }
  .news__title {
    font-size: 5vw;
  }
  .news__text {
    margin-top: 4.166vw;
  }
  .footer {
    padding-top: 7.777vw;
  }
  .footer .container {
    padding: 0 2.777vw;
  }
  .footer__wrap {
    padding: 13.333vw 0 59.722vw;
    border-radius: 4.444vw 4.444vw 0 0;
  }
  .footer__logo {
    width: 49.166vw;
  }
  .footer__nav {
    margin-top: 11.111vw;
  }
  .footer__nav li:not(:last-child) {
    margin-bottom: 5.3vw;
  }
  .footer__nav a {
    height: 3.611vw;
    font-size: 2.777vw;
  }
  .footer__body {
    margin-top: 8.333vw;
    padding-top: 5.833vw;
  }
  .footer__data-item:not(:last-child) {
    margin-bottom: 5.555vw;
  }
  .footer__data-item p {
    font-size: 3.611vw;
    margin-top: 1.388vw;
  }
  .social {
    margin-top: 5.555vw;
  }
  .social__item {
    border-radius: 2.222vw;
    width: 11.111vw;height: 11.111vw;
  }
  .social__item:not(:last-child) {
    margin-right: 1.388vw;
  }
  .footer__info {
    font-size: 3.611vw;
    margin-top: 8.333vw;
    padding-top: 8.333vw;
  }
  .footer__info p:not(:last-child) {
    margin-bottom: 2.777vw;
  }
  .footer__title span svg {
    width: 12.777vw;height: 13.611vw;
  }
  .modal__box {
    padding: 5.555vw 5.555vw 11.944vw;
  }
  .modal__close {
    border-radius: 2.222vw;
    top: 5.555vw;right: 5.555vw;
    width: 11.111vw;height: 11.111vw;
  }
  .modal__close svg {
    width: 6.666vw;height: 6.666vw;
  }
  .modal .title {
    min-height: 11.111vw;
    margin-bottom: 5.555vw;
  }
  .modal .title h4 {
    font-size: 6.666vw;
  }
  .modal__form .check {
    margin-bottom: 12vw;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 320px) {
  
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 1024px) {
  .container, .width-block {padding: 0 2.083vw;}
  .container--small, .width-block {max-width: 51.562vw;}
  .width-block {width: 100%;margin-left: auto;margin-right: auto;display: block;}

  .d-pc-none {display: none !important;}

  .no-scroll .header,
  .no-scroll .wrapper {padding-right: 0.78125vw;}


  .form__field:not(:last-child) {
    margin-bottom: 1.041vw;
  }
  .nice-select {
    padding-right: 2vw;
  }

  .nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;width: 100%;
  }
  .nav:before {
    content: " ";
    background: #D8D8D8;
    margin-right: 0.520vw;
    width: 0.104vw;height: 1.354vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .nav__btns .btn:not(:last-child) {
    margin-right: 0.520vw;
  }
  .navbar-toggle {
    display: none;
  }
  .hero {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .hero .title h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .services .title h3 {
    width: 52.083vw;
  }
  .services__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .services__icon,
  .services__info,
  .services__item .btn {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .services__name.services__name {
    padding-right: 5.208vw;
  }
  .services__item .btn {
    font-size: 0;
  }
  .services__item .btn svg {
    margin-left: 0;
  }
  .services__item:hover {
    background: #E6E6E6;
  }
  .services__item:hover .services__icon {
    background: #FAFAFA;
  }
  .services__item:hover .services__name {
    -webkit-transform: translateX(-1.562vw);
        -ms-transform: translateX(-1.562vw);
            transform: translateX(-1.562vw);
  }
  .services__item:hover .services__info {
    -webkit-transform: translate(-1.562vw, -50%);
        -ms-transform: translate(-1.562vw, -50%);
            transform: translate(-1.562vw, -50%);
  }
  .services__item:hover .btn {
    opacity: 1;
    -webkit-transform: translate(-0.520vw, -50%);
        -ms-transform: translate(-0.520vw, -50%);
            transform: translate(-0.520vw, -50%);
  }
  .products__item:nth-child(1) {
    -webkit-transform: translateY(3.072vw);
        -ms-transform: translateY(3.072vw);
            transform: translateY(3.072vw);
  }
  .products__item:nth-child(2) {
    left: -1px;
    -webkit-transform: translateY(9.375vw);
        -ms-transform: translateY(9.375vw);
            transform: translateY(9.375vw);
  }
  .products__item:nth-child(3) {
    left: -2px;
    -webkit-transform: translateY(19.270vw);
        -ms-transform: translateY(19.270vw);
            transform: translateY(19.270vw);
  }
  .products__item:nth-child(4) {
    left: -3px;
    -webkit-transform: translateY(28.645vw);
        -ms-transform: translateY(28.645vw);
            transform: translateY(28.645vw);
  }
  .products__item .btn {
    display: none;
  }
  .company__item span {
    display: block;
  }
  .company .title .title__ani:first-child span {
    width: 50%;
    display: block;
    margin-left: auto;
  }
  .company .title .title__ani:last-child span {
    margin-left: 5.416vw;
  }
  .company__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .company__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .projects__sl .swiper-pagination {
    display: none;
  }
  .projects__info-item:not(:last-child) {
    margin-right: 2.656vw;
  }
  .news__item,
  .news__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news__item:hover {
    background: #D8D8D8;
  }
  .news__item:hover figure {
    -webkit-transform: translateX(1.562vw);
        -ms-transform: translateX(1.562vw);
            transform: translateX(1.562vw);
  }
  .news__item:hover .btn {
    opacity: 1;
    -webkit-transform: translateX(-1.562vw);
        -ms-transform: translateX(-1.562vw);
            transform: translateX(-1.562vw);
  }
  .footer__data {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__nav ul {
    padding-right: 10.416vw;
  }
  .footer__nav li:not(:last-child) {
    margin-bottom: 0.520vw;
  }
  .footer__data-item:not(:last-child) {
    margin-bottom: 2.083vw;
  }
  .social {
    z-index: 1;
    position: absolute;
    top: 0;right: 2.083vw;
  }
  .social__item:not(:last-child) {
    margin-right: 0.260vw;
  }
  .footer__info p:not(:last-child) {
    margin-bottom: 0.520vw;
  }
}