* {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  cursor: pointer;
}

a {
  text-decoration: none;
}

.header__box {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  padding-top: 35px;
  align-items: center;
}

.container {
  margin: 0 auto;
}

.logo {
  background: url("../img/logo.png") center no-repeat;
  width: 162px;
  height: 32px;
  margin-right: 32px;
}

.nav_menu {
  display: flex;
  justify-content: space-between;
  width: 74%;
  align-items: center;
}

.nav_menu__item {
  font-weight: 700;
  font-size: 18px;
  color: #2D3740;
  text-decoration: none;
}
.nav_menu__item:hover {
  color: #FF8B03;
}

@media (max-width: 1024px) {
  .nav_menu-mob {
    display: block;
  }
  .header__box {
    justify-content: flex-end;
  }
}
.title {
  font-size: 40px;
}

.hero {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  align-items: center;
  padding: 56px 0;
}

.hero-img {
  background: url("../img/worker.png") center no-repeat;
  width: 738px;
  height: 525px;
}

.hero-content {
  width: 31.1%;
}

.hero-title {
  font-size: 32px;
  margin-bottom: 56px;
}

.hero-text {
  font-size: 16px;
  display: flex;
  margin-bottom: 24px;
  width: 100%;
}
.hero-text .child:nth-child(1)::before {
  display: none;
}
.hero-text::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FEE600;
  margin-right: 8px;
  margin-top: 5px;
  border-radius: 50%;
  min-width: 8px;
}

.hero-button {
  width: 157px;
  padding: 8px 19px;
  height: 40px;
  background-color: #FEE600;
  border-radius: 4px;
  font-size: 14px;
}

.hero-telegram {
  background: url("../img/telegram.svg");
  width: 22px;
  height: 19px;
  margin-left: 24px;
}

.hero-button-box {
  display: flex;
  align-items: center;
  width: 100%;
}

.company__background {
  background-color: #EEEEEE;
}

.company {
  padding: 56px 80px;
  max-width: 1120px;
}

.company__title {
  margin-bottom: 24px;
}

.company__subtitle {
  font-size: 24px;
  width: 60%;
  margin-bottom: 24px;
}

.company__text {
  margin-bottom: 24px;
}
.company__text::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FEE600;
  margin-right: 8px;
  margin-top: 5px;
  border-radius: 50%;
  min-width: 8px;
}

.company__text-gray {
  color: #888888;
  width: 65%;
}

.benifits__background {
  background-color: #ECF6F9;
}

.benifits {
  padding: 56px 80px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1120px;
  justify-content: center;
}

.benifits__title {
  margin-bottom: 48px;
  width: 100%;
}

.benifits__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  width: 30%;
}

.benifits__img {
  width: 92px;
  height: 92px;
  margin-bottom: 32px;
}

.building {
  background: url("../img/building.svg") center no-repeat;
}

.benifits__text {
  font-size: 18px;
  max-width: 316px;
  text-align: center;
}

.five {
  background: url("../img/five.svg");
}

.tech {
  background: url("../img/tech.svg") center no-repeat;
}

.guide {
  background: url("../img/guide.svg") center no-repeat;
}

.law {
  background: url("../img/law.svg") center no-repeat;
}

.handshake {
  background: url("../img/handshake.svg") center no-repeat;
}

.benifits__container {
  display: flex;
  width: 89%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.benifits__text-gray {
  font-size: 18px;
  color: #888888;
  width: 100%;
}

.map {
  display: flex;
  flex-wrap: wrap;
  padding: 56px 80px;
  max-width: 1120px;
  align-items: center;
}

.map__title {
  margin-bottom: 24px;
  width: 100%;
}

.map__country {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  width: 10%;
}

.map__country-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 56px;
}

.map__country-img {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}

.germany {
  background: url("../img/germany.svg") center no-repeat;
}

.map__country-text {
  font-size: 14px;
  font-weight: bold;
}

.austria {
  background: url("../img/austria.svg") center no-repeat;
}

.belgium {
  background: url("../img/belgium.svg") center no-repeat;
}

.netherlands {
  background: url("../img/netherlands.svg") center no-repeat;
}

.france {
  background: url("../img/france.svg") center no-repeat;
}

.map__img {
  width: 900px;
  height: 600px;
  background: url("../img/map.svg") center no-repeat;
  background-size: contain;
}

.partnership__background {
  background-color: #EEEEEE;
}

.partnership {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1120px;
  padding: 56px 0;
}

.partnership__title {
  margin-bottom: 48px;
  width: 100%;
}

.partnership__steps {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.partnership__steps > .partnership__steps-box:nth-child(even) .partnership__steps-text {
  background-color: transparent;
}

.partnership__steps-box {
  display: flex;
  width: 30%;
  margin-bottom: 48px;
  align-items: center;
}

.partnership__steps-number {
  font-size: 48px;
  margin-right: 16px;
  color: #888888;
}

.partnership__steps-text {
  border-radius: 28px;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.1137254902);
  padding: 24px 16px;
  max-width: 190px;
  text-align: center;
}

.app {
  padding: 56px 0;
  max-width: 1280px;
}

.app__title {
  margin-bottom: 32px;
  margin-left: 96px;
}

.app__banner {
  border-radius: 32px;
  background-color: #0040FF;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 56px;
}

.app__banner-left {
  width: 52%;
}

.app__banner-title {
  font-size: 32px;
  color: #E2FEFF;
  margin-bottom: 96px;
}

.app__banner-text {
  margin-bottom: 24px;
  font-size: 28px;
  color: #E2FEFF;
}
.app__banner-text::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  margin-right: 8px;
  margin-top: 5px;
  border-radius: 50%;
  min-width: 8px;
  margin-right: 8px;
}

.app__banner-box {
  margin-top: 96px;
  display: flex;
  justify-content: space-between;
  width: 34%;
  min-width: 432px;
}

.app__banner-appstore {
  background: url("../img/Appstore.svg") center no-repeat;
  width: 216px;
  height: 78px;
  border-radius: 8px;
}

.app__banner-googleplay {
  background: url("../img/Googleplay.svg") center no-repeat;
  width: 216px;
  height: 78px;
  border-radius: 8px;
}

.app__banner-img {
  background: url("../img/phone.png") center no-repeat;
  width: 350px;
  height: 735px;
  border-radius: 24px;
  background-size: contain;
  z-index: 2;
}

.app__banner-absolut {
  background: url("../img/shield.svg") center no-repeat;
  width: 1000px;
  height: 1000px;
  position: absolute;
  background-size: contain;
}

.principals {
  display: flex;
  flex-wrap: wrap;
  padding: 56px 80px;
  max-width: 1280px;
}

.principals__title {
  width: 100%;
  margin-bottom: 48px;
}

.principals__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}

.principals__box-img {
  width: 121px;
  height: 121px;
  margin-bottom: 24px;
}

.professionality {
  background: url("../img/professionality.svg") center no-repeat;
}

.principals__box-text {
  font-size: 22px;
  text-align: center;
}

.support {
  background: url("../img/support.svg") center no-repeat;
}

.open {
  background: url("../img/open.svg") center no-repeat;
}

.responsibility {
  background: url("../img/responsibility.svg") center no-repeat;
}

.questions {
  padding: 56px 80px;
  max-width: 1280px;
}

.questions__title {
  margin-bottom: 56px;
}

.questions__box {
  margin-bottom: 40px;
}

.questions__box-subtitle {
  font-size: 32px;
}

.questions__box-text {
  font-size: 24px;
  color: #888888;
  width: 60%;
}

@media (max-width: 1024px) {
  .map__img {
    width: 750px;
  }
  .map__country-box {
    margin-bottom: 32px;
  }
  .nav_menu {
    display: none;
  }
  .hero {
    flex-direction: column;
  }
  .hero-content {
    width: 90%;
  }
  .map__country {
    flex-direction: row;
    justify-content: space-evenly;
    width: 90%;
    flex-wrap: wrap;
  }
  .map__country-box {
    width: 30%;
  }
  .company {
    padding: 56px 0px;
    width: 90%;
  }
  .benifits {
    padding: 56px 0px;
    width: 90%;
  }
  .map {
    padding: 56px 0px;
    width: 90%;
  }
  .partnership {
    width: 90%;
  }
  .app {
    width: 90%;
  }
  .principals {
    padding: 56px 0px;
    width: 90%;
  }
  .questions {
    padding: 56px 0px;
    width: 90%;
  }
  .info {
    padding: 56px 0px !important;
    width: 90%;
  }
  .copy {
    padding: 56px 0px !important;
    width: 90%;
  }
  .germany {
    background-size: contain;
    width: 64px;
    height: 64px;
  }
  .austria {
    background-size: contain;
    width: 64px;
    height: 64px;
  }
  .belgium {
    background-size: contain;
    width: 64px;
    height: 64px;
  }
  .netherlands {
    background-size: contain;
    width: 64px;
    height: 64px;
  }
  .france {
    background-size: contain;
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 990px) {
  .info__contacts-box {
    width: 25%;
  }
  .app__banner {
    flex-direction: column;
  }
  .app__banner-absolut {
    width: 1500px;
    height: 1500px;
  }
  .app__banner-img {
    order: -1;
    margin-bottom: 40px;
  }
  .partnership__steps-box {
    width: 100%;
  }
  .partnership__steps-text {
    max-width: none;
  }
  .hero-img {
    width: 100%;
  }
  .info {
    flex-direction: column;
  }
  .info__logo-box {
    width: 100% !important;
  }
  .info__column {
    width: 100% !important;
  }
  .info__contacts-box {
    width: 100% !important;
  }
  .benifits__box {
    width: 100%;
  }
  .app__banner-box {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .app__banner-appstore {
    margin-bottom: 10px;
  }
  .principals__box {
    width: 100%;
    margin-bottom: 40px;
  }
}
.info__background {
  background-color: #DEDEDE;
}

.info {
  display: flex;
  justify-content: space-between;
  padding: 56px 80px;
  max-width: 1280px;
}

.info__logo-box {
  width: 30%;
}

.info__logo-img {
  background: url("../img/logo-footer.png") center no-repeat;
  margin-bottom: 32px;
  width: 162px;
  height: 32px;
  filter: brightness(50%) saturate(20%);
}

.info__logo-text {
  font-size: 20px;
  color: #888888;
}

.info__column {
  width: 15%;
}

.info__column-title {
  margin-bottom: 40px;
  font-size: 22px;
  color: #888888;
  font-weight: 700;
}

.info__column-text {
  margin-bottom: 16px;
  color: #888888;
}

.info__contacts-box {
  width: 20%;
}

.info__contacts-title {
  font-size: 22px;
  color: #b5b5b5;
  margin-bottom: 40px;
}

.info__contacts-container {
  display: flex;
  margin-bottom: 22px;
}

.info__contacts-img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.mail {
  background: url("../img/Email.svg") center no-repeat;
}

.info__contacts-text {
  color: #888888;
}

.phone {
  background: url("../img/Phone.svg") center no-repeat;
}

.marker {
  background: url("../img/Mark.svg") center no-repeat;
}

.copy__background {
  background-color: #DEDEDE;
}

.copy {
  display: flex;
  padding: 24px 80px;
  max-width: 1280px;
}

.copy__c {
  color: #888888;
  font-size: 18px;
  width: 60%;
}

.copy__rights {
  font-size: 18px;
  color: rgba(138, 138, 138, 0.4078431373);
}

.nav_menu-mob {
  flex-direction: column;
  display: none;
  position: absolute;
  align-items: center;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0px 20px;
  max-height: 70px;
  transition: 0.3s;
  overflow: hidden;
  left: 5%;
  top: 25px;
}
.nav_menu-mob:hover {
  max-height: 500px;
}
.nav_menu-mob:hover .arrow-gray::after {
  transform: rotate(0deg);
}

.menu-mob {
  background: url("../img/nav__menu-mob.svg") center no-repeat;
  width: 48px;
  height: 48px;
  padding: 24px 0;
}

.nav_menu__item-box {
  padding: 24px 0;
  display: flex;
  position: relative;
  align-items: center;
}
.nav_menu__item-box::after {
  content: "";
  width: 100%;
  height: 2px;
  margin-top: 48px;
  position: absolute;
  background-color: #FF8B03;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.nav_menu__item-box:hover::after {
  opacity: 1;
}
.nav_menu__item-box:hover .nav_menu__item-link {
  color: #FF8B03;
}

.nav_menu__item-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: gray;
}
.arrow-gray::after {
  content: "";
  display: inline-block;
  background: url("../img/arrow__down-gray.svg") center no-repeat;
  width: 20px;
  height: 15px;
  position: absolute;
  left: 35%;
  transition: 0.3s;
  bottom: 0px;
  transform: rotate(180deg);
}

@media (max-width: 1024px) {
  .nav_menu-mob {
    display: flex;
  }
}/*# sourceMappingURL=styles.css.map */