* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  list-style: none;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 40px 0px 40px;
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

header {
  width: 100vw;
  background-image: url(./../../images/icons/Bitmap.jpg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 780px;
}

.nav-bar__menu {
  padding-left: 64px;
}

.nav-menu {
  padding-top: 45px;
}

.nav-bar {
  display: flex;
  align-items: center;
}

.bar__menu__ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bar__menu__ul__left {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.nav-bar__menu {
  width: 80%;
}

.bar__menu__ul_remuve {
  display: none;
}

.bar__menu__ul__left__btn {
  width: 173px;
  height: 47px;
  background: #BA4270;
  box-shadow: 10px 10px 25px -10px rgba(54, 83, 107, 0.25);
  border-radius: 24px;
  border: none;
  color: #FBFCFE;
}

.nav-bar__menu__ul__li {
  font-family: "Public Sans";
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #36536B;
}

input[type=checkbox] {
  display: none;
}

.nav-bar__menu-btn {
  background-color: none;
  border: none;
  display: none;
}

.bar__menu__ul {
  position: relative;
}

.hero {
  display: flex;
  align-items: center;
  -moz-column-gap: 200px;
       column-gap: 200px;
  padding-top: 74px;
}

form {
  margin-top: 20px;
}

.hero-img img {
  background-size: contain;
  max-width: 263px;
  max-height: 500px;
  border-radius: 35px;
}

.hero-tixt__title {
  min-height: 500px;
}

.hiro-text__label__btn {
  width: 173px;
  height: 47px;
  background: #BA4270;
  box-shadow: 10px 10px 25px -10px rgba(54, 83, 107, 0.25);
  border-radius: 24px;
  border: none;
  color: #FBFCFE;
}

.hiro-text__label__input {
  padding-left: 30px;
  width: 445px;
  height: 45px;
  outline: none;
  border: none;
  background: #FBFCFE;
  box-shadow: 10px 10px 25px -10px rgba(54, 83, 107, 0.25);
  border-radius: 24px;
}

.hiro-text__title-h1 {
  padding-top: 166px;
  max-width: 546px;
  font-family: "DM Serif Display";
  font-weight: 400;
  font-size: 72px;
  line-height: 72px;
  color: #36536B;
}

.products {
  margin-top: 150px;
}

.products__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.biznes-satrudnik {
  margin-top: 40px;
  background-color: #1B262F;
}

.work-with {
  display: flex;
  -moz-column-gap: 130px;
       column-gap: 130px;
  align-items: center;
}

.work-with-left {
  max-width: 445px;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
}
.work-with-left__title {
  font-family: "DM Serif Display";
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  color: #FBFCFE;
  padding-bottom: 24px;
}
.work-with-left__text {
  font-family: "Public Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #FBFCFE;
  opacity: 0.7;
  padding-bottom: 32px;
}
.work-with-left__btn {
  width: 129px;
  height: 48px;
  border: 2px solid #FBFCFE;
  border-radius: 24px;
  font-family: "Public Sans";
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #FBFCFE;
  background-color: #1B262F;
}

.work-with-right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 44px;
}

.products__main {
  -moz-column-gap: 200px;
       column-gap: 200px;
}

.products__main__img img {
  max-width: 400px;
  max-height: 250px;
}

.ui-ux {
  margin-top: 150px;
}

.ui-ux__main {
  flex-direction: column-reverse;
}

.ui-ux__main__text {
  text-align: center;
}

.ui-ux__main__img img {
  max-width: 363px;
  max-height: 320px;
}

.ui-ux__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cards {
  margin-top: 150px;
}

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

.card {
  max-width: 350px;
  max-height: 141px;
  text-align: center;
}

.register {
  margin-top: 100px;
}

form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer {
  margin-top: 100px;
  background-color: #1B262F;
  padding: 41px 0 41px 0;
}

.footer-img {
  display: flex;
  align-items: center;
  -moz-column-gap: 64px;
       column-gap: 64px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-menu {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.footer-add-img {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.footer-menu-a {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #FBFCFE;
}

@media screen and (max-width: 1000px) {
  .hero {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  header {
    background-image: url(./../../images/icons/Bitmap-tablet.jpg);
    background-repeat: no-repeat;
    background-position-y: top;
    background-size: 100%;
  }
  .work-with {
    padding-top: 100px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .work-with-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .work-with-left__text, .work-with-left__title {
    text-align: center;
  }
  .products__main {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .footer-img {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media screen and (max-width: 780px) {
  .nav-bar__menu {
    padding: 0;
  }
  .bar__menu__ul {
    justify-content: space-around;
  }
  .bar__menu__ul__left {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .hero {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .hiro-text__label__btn {
    margin-top: 40px;
  }
  .products__main {
    flex-direction: column;
    row-gap: 50px;
  }
  .products__main__text__h2 {
    text-align: center;
  }
  .products__main__text__p {
    text-align: center;
  }
  .ui-ux__main__img img {
    max-width: 363px;
    max-height: 320px;
  }
  form {
    flex-direction: column;
  }
  .register__reg {
    position: relative;
  }
  .register__reg__btn {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding: 0px 24px 0px 24px;
  }
  .inputCheckbox:checked ~ .navbar__menu {
    transform: translateY(0);
  }
  .nav-bar__menu {
    position: relative;
  }
  .nav-bar__menu-btn img {
    display: block;
  }
  .nav-bar__menu-btn {
    position: absolute;
    display: block;
    right: 30px;
  }
  .nav-bar__menu {
    flex-direction: column;
    background: #1B262F;
    position: absolute;
    z-index: 10;
    width: 80%;
    top: 0;
    right: -30px;
    height: 100vh;
    justify-content: center;
    row-gap: 32px;
    transform: translateY(-110%);
    transition: 0.5s;
  }
  .bar__menu__ul__left {
    padding-top: 128px;
    row-gap: 34px;
  }
  .bar__menu__ul__left,
  .bar__menu__ul {
    flex-direction: column;
    justify-content: center;
  }
  .inputCheckbox:checked ~ .nav-bar__menu {
    transform: translateY(0);
    display: block;
  }
  .bar__menu__ul_remuve {
    display: block;
    position: absolute;
    top: -250px;
    right: -88px;
  }
  .nav-bar__menu__ul__li {
    font-family: "Public Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FBFCFE;
  }
  .bar__menu__ul__left {
    -moz-column-gap: 11px;
         column-gap: 11px;
  }
  .hiro-text__title-h1 {
    text-align: center;
    padding-bottom: 20px;
  }
  .hiro-text__label__input {
    margin-bottom: 30px;
  }
  .hiro-text__label__btn,
  .hiro-text__label__input {
    width: 100%;
  }
  .hiro-text__label__btn {
    margin-top: 40px;
    width: 100%;
  }
  .work-with-right {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 10px;
  }
  .products__main {
    row-gap: 50px;
  }
  .ui-ux__main__img img {
    max-width: 382px;
  }
  .cards-main {
    flex-direction: column;
    row-gap: 100px;
  }
  .footer-img,
  .footer-menu,
  .footer {
    flex-direction: column;
    row-gap: 40px;
  }
}/*# sourceMappingURL=main.css.map */