body {
  padding: 0;
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 75px;
  margin-bottom: 58px;
}

h3 {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 38px;
  margin-bottom: 19px;
}
p {
  margin: 0;
}

* {
  box-sizing: border-box;
}

section {
  padding-top: 113px;
}

ul,
li {
  display: block;
  padding: 0;
  margin: 0;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

.header {
  background: url("../img/header-bg.jpg") no-repeat center top / cover;
  padding-top: 57px;
  color: #fff;
  padding-bottom: 322px;
}

.logo {
  margin-right: 69px;
}

header a {
  color: #fff;
}

.menu {
  display: flex;
}

.menu li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.menu li {
  margin-right: 40px;
}

.tel {
  font-size: 17px;
  text-decoration: none;
  margin-left: auto;
  align-items: center;
  letter-spacing: 0.1em;
}

.nav {
  display: flex;
  align-items: center;
}

.offer {
  text-transform: uppercase;
  margin-top: 216px;
}

.offer p {
  font-size: 30px;
  letter-spacing: 0.1em;
}

.offer h1 {
  font-size: 100px;
  margin-bottom: 19px;
  margin-top: -9px;
  letter-spacing: 0.02em;
}

.btn {
  display: block;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 17px 47px;
  border: 1px solid #fff;
  width: 238px;
  text-decoration: none;
  transition: color 0.3s linear;
}

.btn:hover {
  color: #ffffffc5;
}

.description {
  display: flex;
  justify-content: space-between;
}

.description p {
  font-family: "Open Sans";
  font-weight: 400;
  text-align: justify;
  line-height: 1.62em;
}

.desc-left,
.desc-right {
  width: 567px;
}

.gallery {
  margin-top: 67px;
  display: flex;
  justify-content: space-between;
}

.footer-text {
  justify-content: space-between;
  display: flex;
  margin-top: 114px;
  margin-bottom: 80px;
}

.footer-text p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}
