*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #727272;
}

body.lock {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.container {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 10px;
}

.header {
  background: #eeeff1;
}

.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 57px;
  margin-bottom: 140px;
}

.menu__icon {
  display: none;
}

.menu__list {
  display: flex;
}

.menu__item {
  margin-left: 42px;
}

.menu__link {
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  transition: all 0.5s;
}

.menu__item:hover .menu__link {
  color: #34547a;
}

.header__inner {
  display: flex;
  padding-bottom: 146px;
  justify-content: space-between;
}

.header__img {
  margin-left: 78px;
}

.header__content {
  max-width: 540px;
}

.header__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 79px;
  color: #000000;
  margin-bottom: 30px;
}

.header__text {
  margin-bottom: 60px;
}

.send-button {
  color: #ffffff;
  padding: 15px 31px;
  background: #34547a;
}

.about__inner {
  padding: 120px 0 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title {
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  color: #000000;
  margin-bottom: 50px;
}

.about__text {
  max-width: 540px;
  text-align: center;
}

.projects {
  background: #34547a;
}

.projects__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  min-height: 250px;
}

.projects__item {
  display: flex;
}

.projects__img {
  margin-right: 20px;
}

.projects__content {
  color: #fff;
}

.projects__name {
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
}

.skills {
  padding: 102px 0 129px 0;
}

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

.skills__list {
  list-style: none;
}

.skills__name {
  font-weight: 400;
}

.skills__bar {
  max-width: 445px;
}

.bar__img {
  width: 100%;
}

.skills__img {
  max-width: 555px;
  max-height: 450px;
}

.skills__img img {
  max-width: 100%;
  height: auto;
}

.work {
  background: #eeeff1;
}

.work__inner {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.work__text {
  max-width: 540px;
  text-align: center;
  margin-bottom: 57px;
}

.work__video {
  height: 600px;
  width: 100%;
}

.gallery__inner {
  display: flex;
  flex-wrap: wrap;
}

.gallery__item {
  width: 25%;
  position: relative;
  cursor: pointer;
}

.gallery__img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      0deg,
      rgba(52, 84, 122, 0.8),
      rgba(52, 84, 122, 0.8)
    ),
    url(photo-1454165804606-c3d57bc86b40.jpg);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.gallery__item:hover .hover {
  opacity: 1;
}

.company__inner {
  padding: 72px 0 100px 0;
  display: flex;
  justify-content: space-between;
}

.contact {
  padding: 100px 0;
  background: #eeeff1;
}

.contact__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 540px;
  margin: 0 auto;
}

.contact__text {
  text-align: center;
  margin-bottom: 65px;
}

.contact__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact__row {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.contact__input {
  padding: 18px 0 18px 20px;
  width: 50%;
  border: none;
}

.contact__input:last-child {
  margin-left: 30px;
}

.contact__input::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #5f5d5d;
}

.contact__textarea {
  width: 100%;
  min-height: 175px;
  padding: 17px 0 0 20px;
  margin-bottom: 50px;
  resize: none;
  border: none;
}

.contact__textarea::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #5f5d5d;
}

.contact__btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  background: #34547a;
  padding: 15px 50px;
}

.footer {
  background: #34547a;
}

.footer__inner {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__content {
  color: #fff;
}

.footer__name {
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 20px;
}

.footer__copy {
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
}

.socials__img:not(:last-child) {
  margin-right: 20px;
}
