html {
  overflow-x: hidden;
}

body {
  position: relative;
  background: rgba(255, 255, 255, 1);
  font-family: CeraPro;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: rgba(50, 50, 50, 1);
  text-align: left;
  word-break: break-word;
  overflow-x: hidden;
}

p {
  font-family: CeraPro;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: rgba(50, 50, 50, 1);
  text-align: left;
  margin-top: 25px;
}

ul {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  list-style: none;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a {
  display: inline-block;
  position: relative;
  font-weight: 700;
  line-height: 25px;
  text-align: inherit;
  text-decoration: none;
  font-size: 13px;
  font-family: 'Rubik';
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
}

/* Contents Type */

.content {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1170px;
  text-align: center;
  margin: 0px auto;
  padding: 0px 30px;
}

.semi-content__wrap {
  width: calc(100% + 30px);
  margin-right: -30px;
}

.semi-content {
  flex: 1 calc(50% - 30px);
  width: 100%;
  padding-right: 30px;
}

.semi-content.smallest {
  padding-top: 50px;
  padding-bottom: 50px;
}

.third-wrap-content {
  display: block;
  position: relative;
  width: calc(100% + 25px);
  text-align: center;
  margin-left: -25px;
  margin-bottom: 25px;
}

.third-content {
  display: inline-block;
  width: 32.9%;
  margin-bottom: 25px;
}

.third-content:nth-child(n) {
  padding-left: 25px;
}

.flex-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.section-dark {
  background: rgba(50, 50, 50, 1);
}

.section-color {
  background: linear-gradient(
    90deg,
    rgb(35, 155, 180) 0%,
    rgb(40, 190, 190) 100%
  );
}

h1,
h2,
h3,
h4,
.title {
  display: block;
  position: relative;
  width: 100%;
  font-family: 'Gilroy';
  text-align: left;
}

h1,
.title.general {
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  text-shadow: 5px 8.66px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
}

h2,
.title.high {
  font-size: 30px;
  line-height: 50px;
  font-weight: 300;
  color: rgba(100, 100, 100, 1);
  padding: 0px;
}

h3,
.title.middle {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: rgba(100, 100, 100, 1);
}

h4,
.title.lower {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: rgba(50, 50, 50, 1);
}

.title.light {
  color: rgba(255, 255, 255, 1);
}

.text {
  position: relative;
  font-family: 'Rubik';
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: rgba(50, 50, 50, 1);
  text-shadow: 2.5px 4.33px 10px rgba(0, 0, 0, 0.25);
  text-align: left;
}

.text.light {
  color: rgba(255, 255, 255, 1);
}

/* Button */

.button {
  position: relative;
  display: block;
  width: auto;
  max-width: 255px;
  width: 100%;
  height: 100%;
  max-height: 50px;
  border: none;
  border-radius: 5px;
  background-color: rgb(20, 150, 60);
  box-shadow: 7.5px 12.99px 30px 0px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  font-size: 13px;
  font-family: 'Rubik';
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  cursor: pointer;
  padding: 0px 30px;
  margin-top: 25px;
  transition: all 0.5s;
  letter-spacing: 5px;
}

.button:hover {
  background-color: rgb(50, 60, 110);
  text-decoration: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(25, 25, 25);
  z-index: 0;
  opacity: 0;
}

.scrolled {
  opacity: 1 !important;
  z-index: 100;
}

.header__logo,
.main-logo__img {
  transition: 0.3s;
  max-height: 30px;
}

.header__logo:hover,
.main__logo:hover .main-logo__img {
  opacity: 0.5;
}

.menu__list {
  margin-right: -30px;
  display: flex;
}

.menu__list li {
  margin-right: 15px;
  display: inline;
}

.menu__list li a {
  padding: 20px 15px;
  font-weight: normal;
  letter-spacing: 3px;
  z-index: 1;
  white-space: nowrap;
}

.menu__list li a:after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(35, 35, 35);
  transition: 0.5s;
  z-index: -1;
  opacity: 0;
}

.menu__list li a:hover:after {
  top: 0;
  opacity: 1;
}

.header-menu__list {
  align-items: center;
}

.main {
  background-image: url('../img/header__bg.png');
  background-size: cover;
  background-position: center;
  height: 500px;
  padding-top: 10px;
  padding-bottom: 20px;
  z-index: -3;
}

.main-menu__list {
  flex-direction: column;
  justify-content: space-between;
  height: 470px;
}

.main-menu__item {
  width: 100%;
  align-items: center;
}

.main__logo {
  max-height: 30px;
}

.main-menu__item .arrow.menu {
  margin: -10px -10px;
  letter-spacing: 3px;
  font-weight: normal;
  z-index: 4;
}

.main-menu__item .arrow.menu span:after,
.main-menu__item .arrow.menu span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  transform-origin: right;
  transition: transform 400ms ease;
  z-index: -1;
  transform: scaleX(0);
}

.main-menu__item .arrow.menu span:hover:after,
.main-menu__item .arrow.menu span:hover:before {
  transform-origin: left;
  transform: scaleX(1);
}

.main-menu__item .arrow.menu span:after {
  z-index: -1;
}

.arrow.right {
  position: relative;
}

.main-menu__item .arrow.menu span {
  padding: 10px 10px;
  transition: 0.3s;
}

.main-menu__item .arrow.menu span:hover {
  color: rgb(50, 50, 50);
}

.arrow.right:after {
  content: '';
  position: absolute;
  right: -60px;
  top: 50%;
  height: 1px;
  width: 30px;
  background: rgba(255, 255, 255, 0.5);
}

.arrow.left {
  position: relative;
}

.arrow.left:after {
  content: '';
  position: absolute;
  left: -62px;
  top: 50%;
  height: 1px;
  width: 30px;
  background: rgba(255, 255, 255, 0.5);
}

.main-menu__item .line.left {
  position: relative;
}

.main__info {
  padding: 0px 20px;
  width: 100%;
  position: relative;
}

.main__info:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
}

.main__info:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
}

.main__button {
  max-width: 254px;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
}

.main__text {
  text-align: center;
  width: 40%;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
}

.services {
  padding-bottom: 42px;
}

.services__item.arrow,
.services__item {
  position: relative;
  width: 100%;
  max-height: 425px !important;
  padding: 25px 25px;
  overflow: hidden;
}

.services__item {
  max-height: 200px;
  margin-top: 25px;
}

.services__item.top {
  margin-top: 18px;
}

.services-item__bg {
  position: absolute;
  top: 0;
  left: -9999px;
  right: -9999px;
  width: auto;
  height: 100%;
  max-width: none;
  margin: auto;
  z-index: -1;
  min-width: 100%;
}

.services-item-bg__color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 50, 0);
  transition: 0.5s;
  z-index: 0;
}

.services__item:hover .services-item-bg__color {
  background-color: rgba(50, 50, 50, 0.6);
}

.services__item.arrow .services-item__info {
  flex-direction: column;
  height: 375px !important;
}

.services__item .services-item__info {
  flex-direction: column;
  height: 150px;
}

.services-item__info li {
  width: 100%;
}

.services__item {
  position: relative;
}

.services__item.arrow:after,
.services__item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 150px solid rgb(50, 60, 110);
  border-right: 150px solid transparent;
  transition: all 0.7s;
  z-index: 1;
}

.services__item.arrow:before,
.services__item:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 0px solid rgb(225, 225, 225);
  border-left: 0px solid transparent;
  transition: all 0.7s;
  z-index: 1;
}

.services__item.arrow:hover:before,
.services__item:hover:before {
  border-top: 100px solid rgb(225, 225, 225);
  border-left: 100px solid transparent;
}

.services__item.arrow:hover:after {
  border-bottom: 300px solid rgb(50, 60, 110);
  border-right: 300px solid transparent;
}

.services__item:hover:after {
  border-bottom: 175px solid rgb(50, 60, 110);
  border-right: 175px solid transparent;
}

.services-item__title {
  text-transform: capitalize;
  z-index: 5;
}

.services-item__text {
  margin-top: 0px;
  z-index: 5;
  text-transform: capitalize;
}

.services-item__mouse {
  position: absolute;
  right: -5px;
  top: -5px;
  opacity: 0;
  z-index: 5;
  transition: all 1s;
}

.services-item__line {
  position: absolute;
  top: 0;
  left: -30px;
  opacity: 0;
  transition: all 0.5s;
}

.services__item:hover .services-item__line {
  left: 0px;
  opacity: 1;
}

.services__item:hover .services-item__mouse {
  opacity: 1;
}

.about-company {
  position: relative;
  background-color: rgb(25, 25, 25);
  padding-top: 50px;
  padding-bottom: 75px;
  overflow: hidden;
  /*
  background-image: url('../img/about-company__bg.png');
  background-position: center;
  background-size: cover;
  */
}

.about-company:after {
  content: '';
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 130%;
  background-image: url('../img/bg-logo-dark.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  z-index: 0;
}

.about-company__text {
  padding: 0px 50px;
  z-index: 1;
}

.about-company__title {
  z-index: 1;
}

.industries__item {
  position: relative;
  width: 100%;
  max-width: 350px;
  height: 250px;
  border: 1px solid rgb(200, 200, 200);
  padding: 25px 25px;
  padding-left: 0px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  margin-top: 25px;
  margin-left: 20px;
}

.industries__text {
  margin: 0px;
}

.industries__title {
  padding: 0px;
  margin: 0px;
}

.industries-item__text {
  margin-top: 0px;
  font-weight: bold;
  text-shadow: none;
}

.industries__item.arrow {
  flex-direction: column;
  justify-content: center;
  padding-left: 25px;
}

.industries__item.line {
  position: relative;
}

.industries__item.line:after {
  content: '';
  position: absolute;
  top: 62px;
  left: 25px;
  height: 1px;
  width: 175px;
  transform: rotate(45deg);
  background: rgb(200, 200, 200);
  z-index: -1;
}

.industries__item.line:before {
  content: '';
  position: absolute;
  bottom: 61px;
  left: 25px;
  height: 1px;
  width: 175px;
  transform: rotate(-45deg);
  background: rgb(200, 200, 200);
  z-index: -1;
}

.industries {
  padding-top: 25px;
  padding-bottom: 75px;
}

.industries__list {
  justify-content: center;
  margin-left: -20px;
  width: calc(100% + 20px);
  padding: 0px;
}

.footer {
  background-color: rgb(25, 25, 25);
}

.footer-services {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid rgb(35, 35, 35);
  width: 100%;
}

.footer-services__list {
  flex-wrap: nowrap;
}

.footer-services__list li {
  position: relative;
}

.footer-services__list li:not(:first-child) {
  border-left: 2px solid rgb(75, 75, 75);
}

.footer-services__list li a {
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 3px;
  padding: 0px 30px;
  line-height: 5px;
  transition: all 0.5s;
  white-space: nowrap;
}

.footer-services__list li a:hover {
  color: rgb(20, 150, 60);
}

.footer-services__list li:first-child a {
  padding-left: 0px;
}

.footer-services__list li:last-child a {
  padding-right: 0px;
}

.footer__contacts {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer__logo {
  display: block;
  height: 50px;
}

.footer__text {
  color: rgba(255, 255, 255, 0.25);
  margin-top: 0px;
}

.footer-contacts__form {
  margin-left: -30px;
  justify-content: flex-start;
}

.footer-contact__name,
.footer-contact__email {
  border: 2px solid rgba(255, 255, 255, 0.102);
  border-radius: 5px;
  background: transparent;
  font-size: 15px;
  font-family: 'Rubik';
  color: rgba(255, 255, 255, 0.251);
  line-height: 1.333;
  text-align: left;
  width: 255px;
  height: 50px;
  box-sizing: border-box;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 25px;
  margin-left: 30px;
}

.footer-contact__name:focus,
.footer-contact__email:focus {
  border: 2px solid rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}

.footer__button {
  max-width: 255px;
  width: 100%;
  letter-spacing: 3px;
  margin-left: 30px;
}

.footer-contacts__title {
  text-transform: uppercase;
}

.footer-second__module {
  border-bottom: 2px solid rgb(35, 35, 35);
}

.footer-third__module {
  padding-bottom: 25px;
}

.footer-third__text {
  opacity: 0.25;
}

.mobile-menu {
  position: absolute;
  right: 20px;
  top: 15px;
  display: none;
  cursor: pointer;
  z-index: 100;
}

.mobile-menu__button {
  display: block;
  position: relative;
  z-index: 101;
  width: 35px;
  cursor: pointer;
}

.mobile-menu__button span,
.mobile-menu__button span:before,
.mobile-menu__button span:after {
  display: block;
  width: 35px;
  height: 4px;
  background: rgb(255, 255, 255);
  position: absolute;
  border-radius: 5px;
  top: calc(50% - 1px);
  left: calc(50% - 17.5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mobile-menu__button span:before,
.mobile-menu__button span:after {
  content: '';
}

.mobile-menu__button span:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.mobile-menu__button span:after {
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}

@media only screen and (max-width: 1000px) {
  .footer-second__module .semi-content {
    flex: 1 100%;
  }
  .footer__text {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

@media only screen and (max-width: 1150px) {
  .footer-services__list {
    width: 100%;
    display: block;
    text-align: center;
  }
  .footer-services__list li a {
    padding: 0px;
  }
  .footer-services__list li:not(:first-child) {
    border-left: none;
  }
}

@media only screen and (max-width: 400px) {
  .main__info:after,
  .main__info:before {
    display: none;
  }
  .main__info {
    padding: 0px 0px;
    width: 100%;
    position: relative;
  }
}

@media only screen and (max-width: 550px) {
  .main-menu__list {
    height: auto;
  }
  .main {
    height: auto;
  }
  .main__title {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 600px) {
  section.services .semi-content {
    flex: 1 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .main__logo.arrow.right:after {
    display: none;
  }
  .header {
    display: block;
    opacity: 1;
    z-index: 100;
  }
  .header.others-header {
    position: fixed;
    width: 100%;
    height: 50px;
    background-color: rgb(25, 25, 25) !important;
    padding-top: 10px;
  }
  .header.others-header .header-mobile {
    display: block;
  }
  .header.others-header .header__logo {
    display: block;
    z-index: 101;
  }
  nav.header-mobile {
    top: 14px;
    display: none;
  }
  .header.scrolled nav.header-mobile {
    display: block;
  }
  .header.scrolled {
    position: fixed;
    width: 100%;
    height: 50px;
    background-color: rgb(25, 25, 25) !important;
    padding-top: 10px;
  }
  .header.scrolled .header__logo {
    display: block;
    z-index: 101;
  }
  .header__logo {
    display: none;
  }
  .main__logo {
    z-index: 101;
  }
  .main-menu__item .arrow.menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .menu__list.active {
    display: block;
  }
  .menu__list {
    display: none;
    position: absolute;
    top: 0px;
    left: -45px;
    width: calc(100vw + 45px);
    height: 100vh;
    background-color: rgb(25, 25, 25);
    padding-top: 65px;
    padding-bottom: 25px;
    z-index: 100;
  }
  .active {
    display: block;
  }
  .menu__list li:last-child {
    height: auto;
  }
  .menu__list li {
    display: block;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
  }
  .menu__list li {
    margin-left: 0px;
  }
  .menu__list li a:after {
    display: none;
  }
  .menu__list li a:before {
    content: '';
    background-color: rgb(35, 35, 35);
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    transform: scaleX(0);
    -webkit-transform: scale(0);
    animation: 1s forwards no-hover-v linear;
    -webkit-animation: 1s forwards no-hover-v linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    z-index: -1;
  }
  .menu__list li a:hover:before,
  .menu__list li a:focus:before {
    animation: 0.5s forwards hover-v linear;
    -webkit-animation: 0.5s forwards hover-v linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
  }
  @keyframes hover-v {
    0% {
      transform: scaleX(0);
      -webkit-transform: scale(0);
      height: 5px;
    }
    45% {
      transform: scaleX(1);
      -webkit-transform: scale(1);
      height: 5px;
    }
    55% {
      height: 5px;
    }
    100% {
      transform: scaleX(1);
      -webkit-transform: scale(1);
      height: 100%;
    }
  }
  @-webkit-keyframes hover-v {
    0% {
      transform: scaleX(0);
      -webkit-transform: scale(0);
      height: 5px;
    }
    45% {
      transform: scaleX(1);
      -webkit-transform: scale(1);
      height: 5px;
    }
    55% {
      height: 5px;
    }
    100% {
      transform: scaleX(1);
      -webkit-transform: scale(1);
      height: 55px;
    }
  }
  @keyframes no-hover-v {
    0% {
      transform: scaleX(1);
      -webkit-transform: scale(1);
      height: 55px;
    }
    45% {
      height: 5px;
    }
    55% {
      transform: scaleX(1);
      -webkit-transform: scale(1);
      height: 5px;
      opacity: 1;
    }
    100% {
      transform: scaleX(0);
      height: 5px;
      opacity: 0.02;
    }
  }
  @-webkit-keyframes no-hover-v {
    0% {
      transform: scaleX(1);
      -webkit-transform: scale(1);
      height: 55px;
    }
    45% {
      height: 5px;
    }
    55% {
      transform: scaleX(1);
      -webkit-transform: scale(1);
      height: 5px;
      opacity: 1;
    }
    100% {
      transform: scaleX(0);
      height: 5px;
      opacity: 0.02;
    }
  }
}

@media only screen and (max-width: 900px) {
  .services .semi-content {
    flex: 1 70%;
    max-width: 70%;
  }
  .services__item.arrow,
  .services__item {
    max-width: 100%;
  }
  .services__list {
    justify-content: center;
  }
  .about-company:after {
    background-position-y: 0px;
  }
  .about-company__text {
    padding: 0px 0px;
  }
  .main__text {
    width: 100%;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 200;
  padding: 0px 30px;
  display: none;
}

.popup__content {
  position: absolute;
  top: 50%;
  left: calc(50% - 30px);
  transform: translate(-50%, -50%);
  background-color: rgb(25, 25, 25);
  box-shadow: 25px 43.301px 100px 0px rgba(0, 0, 0, 0.75);
  max-width: 600px;
  width: calc(100% - 60px);
  padding: 50px 32px;
  z-index: 203;
  margin-left: 30px;
  margin-right: 30px;
}

.popup__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/bg-logo-dark.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-x: left;
  background-position-y: center;
  z-index: -1;
}

.popup__text {
  text-transform: uppercase;
}

.active {
  display: block !important;
}

.footer-contact__name.errorField,
.footer-contact__email.errorField {
  border: 2px solid rgb(200, 50, 50) !important;
}

.errorField {
  border: 2px solid rgb(200, 50, 50) !important;
}

/*
@-webkit-keyframes anim {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.15,0,1,1);
    animation-timing-function: cubic-bezier(0.15,0,1,1);
    d:path('M3.000,25.000 C3.000,37.150 12.850,47.000 25.000,47.000 L25.000,50.000 C11.193,50.000 0.000,38.807 0.000,25.000 C0.000,11.193 11.193,0.000 25.000,0.000 L25.000,3.000 C12.850,3.000 3.000,12.850 3.000,25.000 Z');
  }
  50% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    d:path('M27.000,25.000 C27.000,37.150 26.000,48.000 26.000,48.000 L24.000,48.000 C24.000,48.000 23.000,38.807 23.000,25.000 C23.000,11.193 24.000,2.000 24.000,2.000 L26.000,2.000 C26.000,2.000 27.000,12.850 27.000,25.000 Z');
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(1,1,0,0.15);
    animation-timing-function: cubic-bezier(1,1,0,0.15);
    d:path('M50.000,25.000 C50.000,37.150 39.000,50.000 25.000,50.000 L25.000,47.000 C37.000,47.000 47.000,38.807 47.000,25.000 C47.000,11.193 37.000,3.000 25.000,3.000 L25.000,0.000 C39.000,0.000 50.000,12.850 50.000,25.000 Z');
  }
}

@-moz-keyframes anim {
  0% {
    -moz-animation-timing-function: cubic-bezier(0.15,0,1,1);
    animation-timing-function: cubic-bezier(0.15,0,1,1);
    d:path('M3.000,25.000 C3.000,37.150 12.850,47.000 25.000,47.000 L25.000,50.000 C11.193,50.000 0.000,38.807 0.000,25.000 C0.000,11.193 11.193,0.000 25.000,0.000 L25.000,3.000 C12.850,3.000 3.000,12.850 3.000,25.000 Z');
  }
  50% {
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    d:path('M27.000,25.000 C27.000,37.150 26.000,48.000 26.000,48.000 L24.000,48.000 C24.000,48.000 23.000,38.807 23.000,25.000 C23.000,11.193 24.000,2.000 24.000,2.000 L26.000,2.000 C26.000,2.000 27.000,12.850 27.000,25.000 Z');
  }
  100% {
    -moz-animation-timing-function: cubic-bezier(1,1,0,0.15);
    animation-timing-function: cubic-bezier(1,1,0,0.15);
    d:path('M50.000,25.000 C50.000,37.150 39.000,50.000 25.000,50.000 L25.000,47.000 C37.000,47.000 47.000,38.807 47.000,25.000 C47.000,11.193 37.000,3.000 25.000,3.000 L25.000,0.000 C39.000,0.000 50.000,12.850 50.000,25.000 Z');
  }
}

@-o-keyframes anim {
  0% {
    -o-animation-timing-function: cubic-bezier(0.15,0,1,1);
    animation-timing-function: cubic-bezier(0.15,0,1,1);
    d:path('M3.000,25.000 C3.000,37.150 12.850,47.000 25.000,47.000 L25.000,50.000 C11.193,50.000 0.000,38.807 0.000,25.000 C0.000,11.193 11.193,0.000 25.000,0.000 L25.000,3.000 C12.850,3.000 3.000,12.850 3.000,25.000 Z');
  }
  50% {
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    d:path('M27.000,25.000 C27.000,37.150 26.000,48.000 26.000,48.000 L24.000,48.000 C24.000,48.000 23.000,38.807 23.000,25.000 C23.000,11.193 24.000,2.000 24.000,2.000 L26.000,2.000 C26.000,2.000 27.000,12.850 27.000,25.000 Z');
  }
  100% {
    -o-animation-timing-function: cubic-bezier(1,1,0,0.15);
    animation-timing-function: cubic-bezier(1,1,0,0.15);
    d:path('M50.000,25.000 C50.000,37.150 39.000,50.000 25.000,50.000 L25.000,47.000 C37.000,47.000 47.000,38.807 47.000,25.000 C47.000,11.193 37.000,3.000 25.000,3.000 L25.000,0.000 C39.000,0.000 50.000,12.850 50.000,25.000 Z');
  }
}

@keyframes anim {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.15,0,1,1);
    -moz-animation-timing-function: cubic-bezier(0.15,0,1,1);
    -o-animation-timing-function: cubic-bezier(0.15,0,1,1);
    animation-timing-function: cubic-bezier(0.15,0,1,1);
    d:path('M3.000,25.000 C3.000,37.150 12.850,47.000 25.000,47.000 L25.000,50.000 C11.193,50.000 0.000,38.807 0.000,25.000 C0.000,11.193 11.193,0.000 25.000,0.000 L25.000,3.000 C12.850,3.000 3.000,12.850 3.000,25.000 Z');
  }
  50% {
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    d:path('M27.000,25.000 C27.000,37.150 26.000,48.000 26.000,48.000 L24.000,48.000 C24.000,48.000 23.000,38.807 23.000,25.000 C23.000,11.193 24.000,2.000 24.000,2.000 L26.000,2.000 C26.000,2.000 27.000,12.850 27.000,25.000 Z');
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(1,1,0,0.15);
    -moz-animation-timing-function: cubic-bezier(1,1,0,0.15);
    -o-animation-timing-function: cubic-bezier(1,1,0,0.15);
    animation-timing-function: cubic-bezier(1,1,0,0.15);
    d:path('M50.000,25.000 C50.000,37.150 39.000,50.000 25.000,50.000 L25.000,47.000 C37.000,47.000 47.000,38.807 47.000,25.000 C47.000,11.193 37.000,3.000 25.000,3.000 L25.000,0.000 C39.000,0.000 50.000,12.850 50.000,25.000 Z');
  }
}

#item {
  -webkit-transform-origin: 25px 25px;
  -moz-transform-origin: 25px 25px;
  -ms-transform-origin: 25px 25px;
  -o-transform-origin: 25px 25px;
  transform-origin: 25px 25px;
  -webkit-animation: 4s anim 0s infinite;
  -moz-animation: 4s anim 0s infinite;
  -o-animation: 4s anim 0s infinite;
  animation: 4s anim 0s infinite;
}

#item2 {
  -webkit-transform-origin: 25px 25px;
  -moz-transform-origin: 25px 25px;
  -ms-transform-origin: 25px 25px;
  -o-transform-origin: 25px 25px;
  transform-origin: 25px 25px;
  -webkit-animation: 4s anim -1s infinite;
  -moz-animation: 4s anim -1s infinite;
  -o-animation: 4s anim -1s infinite;
  animation: 4s anim -1s infinite;
}

#item3 {
  -webkit-transform-origin: 25px 25px;
  -moz-transform-origin: 25px 25px;
  -ms-transform-origin: 25px 25px;
  -o-transform-origin: 25px 25px;
  transform-origin: 25px 25px;
  -webkit-animation: 4s anim -2s infinite;
  -moz-animation: 4s anim -2s infinite;
  -o-animation: 4s anim -2s infinite;
  animation: 4s anim -2s infinite;
}

#item4 {
  -webkit-transform-origin: 25px 25px;
  -moz-transform-origin: 25px 25px;
  -ms-transform-origin: 25px 25px;
  -o-transform-origin: 25px 25px;
  transform-origin: 25px 25px;
  -webkit-animation: 4s anim -3s infinite;
  -moz-animation: 4s anim -3s infinite;
  -o-animation: 4s anim -3s infinite;
  animation: 4s anim -3s infinite;
}*/

.svg-icon {
  background-image: url('../img/industries__third.png');
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% 30%;
  animation-name: rotation;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@media only screen and (max-width: 400px) {
  .svg-icon {
    background-size: 50% calc(24% + 6 * (100vw / 1270));
  }
}

@media only screen and (max-width: 370px) {
  .svg-icon {
    background-size: 50% calc(24% + (6 + 6 * 0.7) * ((100vw - 320px) / 1270));
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.others-header.header {
  display: block;
  opacity: 1;
  z-index: 1000;
}

.main-others {
  background-image: url('../img/main-others.png');
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 25px;
}

.main-others__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.main-others__button {
  transform: translateY(50%);
  margin-top: 0px;
  z-index: 10;
  box-shadow: 7.5px 12.99px 30px 0px rgba(0, 0, 0, 0.25);
}

.main-others__text {
  font-weight: bold;
  font-size: 45px;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
}

.main-others__title.title.general {
  font-weight: 100;
}

.main-others__link {
  text-align: center;
  margin-left: -20px;
  margin-top: 25px;
}

.main-others__link li.line {
  color: rgb(200, 200, 200);
  font-family: Rubik;
  font-weight: 300;
  font-size: 15px;
}

.main-others__link li a {
  font-family: Rubik;
  font-weight: 300;
  font-size: 15px;
  text-transform: capitalize;
}

.main-others__link li.current a {
  color: rgb(100, 100, 100);
}

.main-others__link li.last a {
  color: rgb(200, 200, 200);
  transition: 0.3s;
}

.main-others__link li {
  margin-left: 20px;
  display: inline-block;
}

.about-module {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-module__titleHigh,
.about-module__titleLittle {
  margin-top: 50px;
}

.about-module__text {
  text-shadow: none;
}

.about-module__titleHigh {
  color: rgb(50, 50, 50) !important;
}

.about-module__titleLittle {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  color: rgb(50, 50, 50);
}

.about-module__list {
  margin-top: 25px;
}

.about-module__list li {
  position: relative;
  padding-left: 22px;
}

.about-module__list li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 3px;
  width: 10px;
  background: rgb(20, 150, 60);
  transform: translateY(-50%);
}

.contacts-module {
  padding-top: 75px;
  padding-bottom: 50px;
}

.contacts-module .maps iframe {
  width: 100%;
  height: 325px;
}

.contact-us__form input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 2px solid rgba(50, 50, 50, 0.251);
  padding: 0 20px;
  font-size: 15px;
  font-family: 'Rubik';
  color: rgba(50, 50, 50, 0.502);
  line-height: 50px;
  outline: none;
  transition: 0.3s;
  margin-top: 25px;
}

.contact-us__module {
  padding-top: 0px;
  padding-bottom: 50px;
}

.contact-us__form input:focus {
  border: 2px solid rgba(50, 50, 50, 1);
  color: rgba(50, 50, 50, 1);
}

.contact-us__title a {
  font-size: 30px;
  line-height: 50px;
  font-weight: 300;
  color: rgba(0, 0, 0, 1);
}

@media only screen and (max-width: 600px) {
  .contact-us__module .semi-content {
    flex: 1 100%;
  }
}

.services-others {
  padding-top: 20px;
  padding-bottom: 25px;
}

.item-others {
  padding-top: 100px;
  padding-bottom: 50px;
}

.item-others__bg {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.item-others__bg img {
  position: absolute;
  top: 0;
  left: -9999px;
  right: -9999px;
  width: auto;
  height: 100%;
  max-width: none;
  margin: auto;
  z-index: -1;
  min-width: 100%;
}

.item-first__title.title.lower {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: calc(100% - 40px);
  font-size: 71px;
  font-family: 'Gilroy';
  color: rgb(255, 255, 255);
  line-height: 50px;
  font-weight: 300;
}

.item-others__list {
  width: 100%;
  padding: 50px 22px;
  background-color: rgb(240, 240, 240);
  margin-top: 25px;
}
.item-others__list:first-child {
  margin-top: 0;
}

.item-others__list li {
  position: relative;
}

.item-others__number {
  position: absolute;
  font-size: 70px;
  font-family: 'Rubik';
  color: rgb(255, 255, 255);
  line-height: 50px;
  font-weight: 900;
}

.item-oters-item__title.title.lower {
  font-size: 20px;
  font-family: 'Gilroy';
  color: rgb(50, 50, 50);
  font-weight: normal;
  line-height: 25px;
  padding-left: 20px;
  text-transform: capitalize;
  transition: all 0.5s;
}

.item-others-item__text.text {
  margin-top: 0px;
  font-size: 12px;
  font-family: 'Rubik';
  color: rgb(50, 50, 50);
  line-height: 25px;
  font-weight: 300;
  padding-left: 20px;
  transition: all 0.5s;
  text-transform: capitalize;
  text-shadow: none;
}

.item-others__list a:not(:first-child) {
  margin-top: 25px;
}

.item-others__list a:hover .item-oters-item__title,
.item-others__list a:hover .item-others-item__text {
  padding-left: 30px;
}

.item-others__list a:hover .item-oters-item__title.title.lower {
  color: rgb(20, 150, 60);
}

.item-others__text {
  text-shadow: none;
}

.item-about {
  padding-bottom: 50px;
}

.item-about__list {
  position: relative;
}

.item-about__left {
  padding: 40px 30px 50px 30px;
}

.item-about__right {
  padding: 40px 30px 50px 30px;
}

.item-about__list:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  background-color: rgb(240, 240, 240);
  z-index: -1;
}

.item-about__list:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-color: rgb(50, 60, 110);
  z-index: -1;
}

.right-module__info {
  position: relative;
  width: calc(100% - 85px);
  margin-left: 25px;
}

.right-module__info:after {
  content: '';
  position: absolute;
  top: 0;
  left: -26px;
  width: 2px;
  height: 100%;
}

.item-about__left .right-module__info:after {
  background-color: rgba(50, 50, 50, 0.251);
}

.item-about__right .right-module__info:after {
  background-color: rgba(255, 255, 255, 0.251);
}

.item-about__list img {
  padding-top: 20px;
}

.right-module__title.title.middle {
  font-size: 20px;
  font-family: 'Gilroy';
  color: rgb(50, 50, 50);
  padding-top: 32px;
  font-weight: normal;
}

.item-about__right .right-module__title.title.middle {
  color: rgb(255, 255, 255);
}

.right-module__text {
  padding-bottom: 32px;
  text-shadow: none;
  color: rgb(50, 50, 50);
  font-family: 'Rubik';
  font-weight: normal !important;
}

@media only screen and (max-width: 925px) {
  .item-about__left {
    flex: 1 100%;
  }
  .item-about__list:after {
    width: 100%;
  }
  .item-about__right {
    background-color: rgb(250, 175, 0);
  }
}

@media only screen and (max-width: 920px) {
  .item-others__content.flex-block {
    justify-content: center;
  }
  .item-others .item-others__info.semi-content {
    flex: 1 100%;
  }
  .item-others .item-others__links.semi-content {
    flex: 0.4 50%;
  }
  .item-others__links {
    margin-top: 30px;
  }

  .menu__list li {
    margin-right: 0;
  }

  .menu__list li a {
    padding: 16px 10px;
  }
}

.item-others__list.flex-block {
  flex-direction: column;
}

@media only screen and (max-width: 700px) {
  .item-others .item-others__links.semi-content {
    flex: 0.8 50%;
  }
}

@media only screen and (max-width: 520px) {
  .item-others .item-others__links.semi-content {
    flex: 1 100%;
  }
  .item-first__title.title.lower {
    font-size: calc(44px + 27 * (100vw / 1170));
  }
}

@media only screen and (max-width: 420px) {
  .item-first__title.title.lower {
    font-size: calc(44px + (27 + 27 * 0.7) * ((100vw - 320px) / 1170));
  }
}

@media only screen and (max-width: 820px) {
  .services-others .services__item .services-item__info,
  .services-others .services__item.arrow .services-item__info {
    height: auto !important;
  }
  .services-others .services__item {
    max-height: 100%;
    height: auto;
  }
}

.main-services,
.main-about,
.main-contacts {
  padding-bottom: 25px;
}

.item-others__info li.text {
  text-shadow: none;
}

/*COOKIE*/
.__cookie .text + .text {
  margin-top: 5px;
}
.__cookie * + .about-module__list {
  margin-top: 5px;
}
.__cookie .about-module__list + .text {
  margin-top: 5px;
}
.__cookie .about-module__list li:after {
  top: 12px;
}

.cookie_footer {
  opacity: 0.5;
  text-transform: none;
  font-weight: normal;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cookie_footer:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

* {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cookie {
  position: fixed;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 9999;
}
.cookie__content {
  background: url(../img/cookie_bg.png) 0 center no-repeat, #14963c;
  width: 540px;
  float: left;
  text-align: left;
  -webkit-box-shadow: 0 50px 100px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 50px 100px rgba(0, 0, 0, 0.5);
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.5);
}
.cookie__w50 {
  padding: 25px 30px;
}
.cookie__w50 p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.cookie__w50 p:last-of-type {
  margin-bottom: 22px;
}
.cookie__w50 p > a {
  font-size: 18px;
  font-weight: 600;
  color: #323232;
  text-transform: none;
  text-decoration: underline;
}
.cookie__w50 p > a:hover {
  text-decoration: none;
}
.cookie__button {
  border: 3px solid #fff;
  background: #fff;
  color: #323232;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 5px;
  width: 255px;
  height: 50px;
  cursor: pointer;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  -webkit-transition: background 0.25s ease, color 0.25s ease;
  -moz-transition: background 0.25s ease, color 0.25s ease;
  transition: background 0.25s ease, color 0.25s ease;
}
.cookie__button:hover {
  background: transparent;
  color: #fff;
  -webkit-transition: background 0.25s ease, color 0.25s ease;
  -moz-transition: background 0.25s ease, color 0.25s ease;
  transition: background 0.25s ease, color 0.25s ease;
}

@media (max-width: 730px) {
  .cookie {
    bottom: 0;
  }
  .cookie__content {
    width: 100%;
    background-size: cover;
  }
  .cookie > .content {
    overflow: hidden;
    padding: 0;
  }
  .cookie__logo {
    padding: 15px 0;
  }
  .cookie__w50 {
    padding: 15px;
    width: auto;
    float: none;
  }
  .cookie__w50 p {
    display: inline-block;
    font-size: 14px;
  }
  .cookie__w50 p:last-of-type {
    margin-bottom: 12px;
  }
  .cookie__w50 p br {
    display: none;
  }
  .cookie__button {
    width: 200px;
    height: 40px;
  }
  .cookie__button:hover {
    background: #fff;
    color: #323232;
  }
}
