@import url(https://fonts.googleapis.com/css?family=Manrope:200,300,regular,500,600,700,800);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
.break {
  word-break: break-all;
}
a,
button {
  text-align: center;
  width: fit-content;
  cursor: pointer;
  background: transparent;
  transition: all 0.2s linear;
  border: none;
}
button:focus,
a:focus {
  outline: 4px solid #fff;
  filter: brightness(90%);
}
@media (hover: hover) {
  button:hover,
  a:hover {
    filter: brightness(80%);
  }
}

textarea,
input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}

main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
:root {
  scroll-behavior: smooth;
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
}
body {
  /* background: #000 url(../images/bg.png) center / cover no-repeat; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header {
  position: relative;
  background-color: #fff;
  padding-block: 24px;
}
.header__inner {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  display: block;
  color: #000;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header__nav a {
  display: block;
  color: #2f4550;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.close-img {
  display: none;
}

.header__menu {
  display: none;
  width: 50px;
  height: 50px;
  padding: 5px;
  flex-shrink: 0;
}

.home__title {
  color: #000;
  font-family: Manrope;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 61.6px */
  margin-bottom: 24px;
}
.home__text {
  color: #000;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.home__img img {
  object-fit: cover;
}
.b2 {
  background: #0d0d0d;
}
.b2__top {
  max-width: 590px;
  margin: 0 auto 60px;
}
.b2__title {
  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 24px;
}
.b2__subtitle {
  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}

.b2__item {
  text-align: center;
  padding: 70px 40px;
  border-radius: 30px;
  background: linear-gradient(0deg, #202020 0%, #202020 100%), #f2f2f2;
}
.b2__img {
  max-width: 80px;
  width: 100%;
  margin: 0 auto 20px;
}
.b2__label {
  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.b2__text {
  color: #fff;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.b1__item {
  padding: 20px;
  border-radius: 20px;
  background: #dfdfdf;
}
.b1__img {
  margin-bottom: 20px;
}
.b1__label {
  color: #2f4550;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  margin-bottom: 10px;
}
.b1__text {
  color: #2f4550;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}
.contact {
  background: #0d0d0d;
}
.contact__top {
  max-width: 734px;
  width: 100%;
  margin: 0 auto 40px;
}
.contact__title {
  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.contact__text {
  color: #99999a;
  text-align: center;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 426px;
  width: 100%;
  margin-inline: auto;
}
.form input::placeholder,
.form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form input,
.form textarea {
  display: block;
  width: 100%;
  color: rgb(255, 255, 255);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%; /* 16.24px */
  text-transform: capitalize;
  padding: 14px 24px;
  border-radius: 99px;
  border: 2px solid #fff;
  background: #000;
}
.form textarea {
  height: 100px;
}
.form button {
  display: block;
  width: 100%;
  padding: 14px;
  border-radius: 99px;
  background: #fff;
  text-align: center;
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.footer {
  padding-block: 40px;
}
.footer__s {
  max-width: 136px;
  width: 100%;
  margin: 0 auto 24px;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.footer__links {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
}

.footer__links a {
  display: block;
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.footer__copyright {
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
    transform: translateY(-100%);
  }
  .header__menu {
    display: block;
  }

  .show-menu .menu-img {
    display: none;
  }
  .show-menu .close-img {
    display: block;
  }
  .show-menu .header__nav {
    display: flex;
    position: absolute;
    bottom: 0;
    gap: 0;
    left: 0;
    width: 100%;
    right: 0;
    flex-direction: column;
    background-color: #fff;
    z-index: 10;
    gap: 0;
    transition: all 0.3s;
    opacity: 1;
    transform: translateY(98%);
  }
  .show-menu .header__nav a {
    padding-block: 20px;
    text-align: center;
    width: 100%;
    border-bottom: 2px solid rgb(98, 98, 98);
  }
  .show-menu .header__nav a:last-child {
    border-bottom: none;
  }
  h1,
  h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 420px) {
  h1,
  h2 {
    font-size: 28px !important;
  }
}

/* terms */
.terms {
  flex-grow: 1;
  padding-block: 50px;
}

.terms__title {
  color: #000;
  font-family: Manrope;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 46.2px */
  margin-bottom: 24px;
}
.terms p {
  color: #000;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
@media (max-width: 768px) {
  .terms__title {
    font-size: 32px;
  }
}
