* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}

a {
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
a:hover {
  color: #00a4e5;
  font-weight: 700;
}
a::after {
  content: attr(data-text);
  content: attr(data-text)/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  font-weight: 700;
}

.center {
  padding-left: calc(50% - 470px);
  padding-right: calc(50% - 470px);
}

.header {
  height: 768px;
  box-sizing: border-box;
  border: 1px solid rgb(151, 151, 151);
  background: rgb(216, 216, 216);
  background-image: url(./img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__logo {
  margin-top: 41px;
  width: 101.62px;
  height: 23px;
}
.header__title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  color: #ffffff;
  font-family: Bebas Neue;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 5.71px;
  text-align: center;
  margin-top: 317px;
}
.header__subtitle {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
}
.header__greetings {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 221px;
}

.navbar {
  box-sizing: border-box;
  border: 1px solid rgb(230, 230, 230);
  background: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
}
.navbar__logo {
  width: 79.53px;
  height: 18px;
}
.navbar__links {
  display: flex;
  width: 410px;
  justify-content: space-between;
}
.navbar__link {
  color: rgb(72, 85, 91);
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.09px;
  text-align: center;
}
.navbar__link:hover {
  color: rgb(0, 164, 229);
  font-weight: 700;
}

.about {
  height: 334px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 58px;
}
.about__title, .servises__title {
  color: rgb(72, 85, 91);
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.31px;
  text-align: center;
  position: relative;
}
.about__title::after, .servises__title::after {
  content: " ";
  background: rgb(0, 164, 229);
  height: 2px;
  width: 50px;
  bottom: -10px;
  right: calc(50% - 25px);
  position: absolute;
}
.about__box {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
}
.about__text {
  max-width: 405px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about__history {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.19px;
  text-align: left;
  color: #48555b;
}
.about__history-highlight {
  color: #16ace8;
}
.about__information {
  color: rgb(72, 85, 91);
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.19px;
  text-align: left;
}
.about__wedos {
  display: flex;
  gap: 20px;
}
.about__wedo {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.19px;
  text-align: left;
  height: 224px;
  width: 140px;
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.3);
  background: rgb(216, 216, 216);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15px;
  padding-left: 14px;
  padding-right: 16px;
  box-sizing: border-box;
}
.about__wedo-plan {
  background-image: url(./img/plan.png);
  padding-right: 58px;
}
.about__wedo-manage {
  background-image: url(./img/manage.png);
}
.about__wedo-build {
  background-image: url(./img/deliver.png);
  padding-right: 50px;
}

.servises {
  margin-top: 118px;
}
.servises__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.servises__title::after {
  left: 0px;
}
.servises__top {
  display: flex;
  flex-direction: row;
  gap: 31px;
}
.servises__text {
  width: 396px;
  color: rgb(72, 85, 91);
  font-size: 11px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.2px;
  text-align: left;
}
.servises__button, .contact__button, .subscribe__button {
  width: 150px;
  height: 40px;
  background: rgb(0, 164, 229);
  border: none;
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.2px;
  text-align: center;
  cursor: pointer;
}
.servises__box {
  display: flex;
  flex-direction: row;
  gap: 28px;
  margin-top: 76px;
}

.servise {
  width: 295px;
  padding: 38px 23px;
  box-sizing: border-box;
  border: 1px solid rgb(230, 230, 230);
  background: rgb(255, 255, 255);
}
.servise__title {
  margin-top: 25px;
  margin-bottom: 13px;
  color: rgb(72, 85, 91);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.43px;
  text-align: left;
}
.servise__description {
  color: rgb(72, 85, 91);
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.19px;
  text-align: left;
}

.contact {
  height: 500px;
  background-image: url(./img/contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact__title {
  margin-top: 120px;
  margin-bottom: 35px;
  width: 350px;
  color: rgb(72, 85, 91);
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.15px;
  text-align: center;
}
.contact__button, .subscribe__button {
  letter-spacing: 0.5px;
}

.subscribe {
  height: 100px;
  display: flex;
  background: #171819;
  flex-direction: row;
  gap: 70px;
  justify-content: center;
  align-items: center;
}
.subscribe__text {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.85px;
  text-align: center;
}
.subscribe__form {
  display: flex;
}
.subscribe__input {
  width: 250px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid rgb(151, 151, 151);
  background: rgb(255, 255, 255);
  padding: 10px 16px;
}
.footer {
  padding-top: 42px;
  background: #141a20;
}
.footer__box {
  display: flex;
  height: 240px;
  color: #ffffff;
  justify-content: space-between;
}
.footer__company {
  width: 253px;
}
.footer__title {
  font-size: 11px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.85px;
  text-align: left;
}
.footer__logo {
  height: 23px;
  margin-top: 19px;
  margin-bottom: 15px;
}
.footer__text {
  font-size: 11px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.85px;
  text-align: left;
}
.footer__text-short {
  line-height: 16px;
}
.footer__nav {
  width: 263px;
}
.footer__navbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 36px;
  margin-top: 10px;
}
.footer__navlist {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.85px;
  text-align: left;
}
.footer__link {
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.85px;
  align-items: start;
}
.footer__contact {
  width: 140px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__social {
  display: flex;
  gap: 24px;
  margin-top: 30px;
}
.footer__copyright {
  height: 60px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.85px;
  display: flex;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=style.css.map */