@font-face {
  font-family: "Otoiwo";
  src: url("../fonts/otoiwogroteskextended-medium_w.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Otoiwo";
  src: url("../fonts/otoiwogroteskextended-sembd_w.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Otoiwo";
  src: url("../fonts/otoiwogroteskextended-bold_w.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Otoiwo", sans-serif;
  margin: 0;
  font-size: 28px;
  color: #221F20;
}
body *,
body *::after,
body *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body.lock {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

.text-block {
  font-size: 24px;
}
.text-block p {
  margin-bottom: 10px;
}
.text-block a {
  text-decoration: underline;
}

.container {
  padding-right: 60px;
  padding-left: 60px;
  max-width: 1800px;
  margin: 0 auto;
}

.img-block {
  width: 100%;
  display: block;
}

.header {
  padding-top: 60px;
}
.header__wrapper {
  display: flex;
  gap: 130px;
  justify-content: space-between;
  align-items: center;
}
.header__logo-wrapper {
  width: 240px;
}
.header__menu {
  width: calc(100% - 370px);
  border-bottom: 5px solid #221F20;
  position: relative;
  top: -28px;
}
.header__menu ul {
  width: 100%;
  display: flex;
  list-style: none;
}
.header__menu::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 30px;
  background-color: #221F20;
}
.header__menu::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5px;
  height: 30px;
  background-color: #221F20;
}
.header__menu-item {
  padding: 0 50px 15px 25px;
  position: relative;
}
.header__menu-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5px;
  height: 30px;
  background-color: #221F20;
}
.header__menu-item-active {
  flex: 1;
  padding: 0 15px 15px 15px;
  text-align: center;
}
.header__menu-mobile {
  display: none;
  cursor: pointer;
}

.main-about {
  padding-bottom: 100px;
}

.about__wrapper {
  padding: 0 40px 0 370px;
}
.about__content {
  padding-left: 40px;
  max-width: 800px;
}
.about__title {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 40px;
}
.about__images {
  display: flex;
  gap: 37px;
  margin-top: 80px;
}
.about__image-text {
  font-size: 16px;
  padding: 18px 0 0 20px;
}
.about__image {
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__image-block-1, .about__image-block-3 {
  flex: 2;
}
.about__image-block-2 {
  flex: 1;
}

.coming-soon {
  margin: 100px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 100px;
}

@media (min-width: 1024px) {
  body {
    font-size: 1.458vw;
  }
  .text-block {
    font-size: 1.25vw;
  }
  .text-block p {
    margin-bottom: 0.521vw;
  }
  .container {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
    max-width: 93.75vw;
  }
  .header {
    padding-top: 3.125vw;
  }
  .header__wrapper {
    gap: 6.771vw;
  }
  .header__logo-wrapper {
    width: 12.5vw;
  }
  .header__menu {
    width: calc(100% - 19.271vw);
    border-bottom: 0.26vw solid #221F20;
    top: -1.458vw;
  }
  .header__menu::before {
    width: 0.26vw;
    height: 1.563vw;
  }
  .header__menu::after {
    width: 0.26vw;
    height: 1.563vw;
  }
  .header__menu-item {
    padding: 0 2.604vw 0.781vw 1.302vw;
  }
  .header__menu-item::after {
    width: 0.26vw;
    height: 1.563vw;
  }
  .header__menu-item-active {
    padding: 0 0.781vw 0.781vw 0.781vw;
  }
  .main-about {
    padding-bottom: 5.208vw;
  }
  .about__wrapper {
    padding: 0 2.083vw 0 19.271vw;
  }
  .about__content {
    padding-left: 2.083vw;
    max-width: 41.667vw;
  }
  .about__title {
    font-size: 1.823vw;
    margin-bottom: 2.083vw;
  }
  .about__images {
    gap: 1.927vw;
    margin-top: 4.167vw;
  }
  .about__image-text {
    font-size: 0.833vw;
    padding: 0.938vw 0 0 1.042vw;
  }
  .about__image {
    height: 19.271vw;
  }
  .coming-soon {
    margin: 5.208vw 0;
    font-size: 5.208vw;
  }
}
@media (max-width: 1024px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__menu-mobile {
    width: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 2;
  }
  .header__menu-mobile span {
    height: 3px;
    width: 100%;
    background-color: #221F20;
  }
  .header__wrapper {
    align-items: flex-start;
  }
  .header__menu {
    display: none;
    border: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1;
    padding-top: 50px;
  }
  .header__menu-item::after {
    display: none;
  }
  .header__menu::before {
    display: none;
  }
  .header__menu::after {
    display: none;
  }
  .header__menu ul {
    display: block;
  }
  .header__menu-item-active {
    text-align: left;
  }
  .header__menu-item {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .header__menu-item-active {
    padding: 0 20px;
  }
  .header__logo-wrapper {
    width: 120px;
  }
  .about__wrapper {
    padding: 0;
  }
  .about__content {
    padding-left: 0;
  }
  .about {
    margin-top: 50px;
  }
  .about__images {
    display: block;
  }
  .about__image-block {
    margin-bottom: 30px;
  }
  .coming-soon {
    font-size: 30px;
  }
  .about__image {
    height: auto;
  }
}
@media (max-width: 768px) {
  .header {
    padding-top: 30px;
  }
  .about__title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .text-block {
    font-size: 15px;
  }
  .about__image-text {
    font-size: 12px;
    padding: 10px 0 0 10px;
  }
}/*# sourceMappingURL=styles.css.map */