body {
  font-family: "Inter", sans-serif;
  background: #0e1823;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
button {
  font-family: inherit;
  cursor: pointer;
}
ul,
ol {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.container {
  width: 1210px;
  padding: 0 15px;
  margin: 0 auto;
}

.main-header {
  background: #fbfbfb;
  border: 1px solid #fbfbfb;
  border-radius: 8px;
  width: 1080px;
  height: 48px;
  margin: 0 auto;
  padding: 4px 4px;
}

.header-container {
  display: flex;
  width: 1080px;
  justify-content: space-between;
  align-items: center;
}
.header-nav {
  display: flex;
  align-items: center;
  gap: 296px;
}
.main-logo {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.03em;
  color: #1b414b;
}
.nav-list {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-list-item {
}
.nav-item-link {
  font-weight: 400;
  font-size: 9px;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  color: #fbfbfb;
  border-radius: 8px;
  width: 91px;
  height: 40px;
  background: rgba(27, 65, 75, 0.5);
  padding: 15px 25px;
  display: block;
}
.header-social-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.social-list-item {
}
.header-social-link {
  background-color: #1b414b;
  color: #fbfbfb;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 10px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-section {
  height: 350px;
  margin: 0 auto;
  padding-top: 253px;
  padding-bottom: 405px;
}

.main-container {
  display: flex;
  width: 1080px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.main-title {
  display: flex;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fbfbfb;
}
.main-text {
  display: flex;
  margin-bottom: 48px;
  width: 597px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: rgba(251, 251, 251, 0.7);
}
.main-nav {
  display: flex;
  background: #1b414b;
  border-radius: 15px;
  padding: 16px 40px;
  width: 179px;
  height: 52px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fbfbfb;
}

.about {
  /*border-radius: 24px;
  width: 1180px;
  height: 675px;
  background: #fbfbfb;*/
}

.about-jachtfleet {
  display: flex;
  justify-content: space-between;
  border-radius: 24px;
  background: #fbfbfb;
  padding: 50px 50px;
}
.yachtfleet-wrap {
  width: 354px;
}
.yachtfleet {
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #1b414b;
  width: 537px;
}
.yachtfleet-subtitle {
  font-weight: 400;
  font-size: 23px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #1b414b;
  margin-bottom: 20px;
}
.yachtfleet-descr {
  opacity: 0.4;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #040306;
}
.yachts {
}

.yachtluxury-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.yachtluxury-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fbfbfb;
  width: 714px;
}

.yachtluxury-list {
  display: flex;
  width: 1181px;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.yachtluxury-list-item {
  display: flex;
  justify-content: space-between;
  background: #fbfbfb;
  width: 377px;
  height: 508px;
  border-radius: 24px;
  padding: 15px;
}

.yachtluxury-subtitle {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #1b414b;
}
.yachtluxury-descr {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.18;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #040306;
  opacity: 0.4;
  padding: 32px 16px;
}
.yachtluxury-accent {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.18;
  letter-spacing: 0.03em;
  color: #040306;
}

.yachtluxury-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(251, 251, 251, 0.35);
  border-radius: 15px;
  padding: 16px 40px;
  width: 179px;
  height: 52px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fbfbfb;
}
