* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

@font-face {
  font-weight: 800;
  font-family: "SF Pro Display";
  src: url("./fonts/SF-Pro-Display-Heavy.otf");
}
@font-face {
  font-weight: 700;
  font-family: "SF Pro Display";
  src: url("./fonts/SF-Pro-Display-Bold.otf");
}
@font-face {
  font-weight: 600;
  font-family: "SF Pro Display";
  src: url("./fonts/SF-Pro-Display-Semibold.otf");
}
a {
  text-decoration: none;
  color: inherit;
}

html,
body {
  background-color: #181818;
  font-family: "SF Pro Display";
  height: 100%;
  width: 100%;
  color: white;
}

.nav {
  display: flex;
  justify-content: center;
  background-color: #222222;
  height: 83px;
  width: 100%;
}
.nav__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 33.3333333333%;
}
.nav__items a,
.nav__items p {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.02em;
  font-variant: all-small-caps;
}
@media screen and (max-width: 1024px) {
  .nav__items a {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .nav__items img {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .nav__items {
    justify-content: center;
  }
}

.main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 61px 8px;
}
.main:nth-child(2) .main__items {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .main:nth-child(2) .main__items {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .main:nth-child(2) .main__items {
    width: 100%;
    margin: 0 1rem;
  }
}
.main:nth-child(2) .main__items p {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  letter-spacing: 0.02em;
  margin-right: 117px;
}
.main:nth-child(2) .main__items p span {
  text-transform: uppercase;
  background: radial-gradient(27.49% 27.66% at 18.64% 68.54%, #8D72E1 69.79%, #8D9EFF 100%, #8D9EFF 100%), radial-gradient(34.45% 81.86% at 70.27% 50%, #8D72E1 60.94%, #8D9EFF 100%), radial-gradient(25.69% 73.49% at 63.06% 63.96%, #8D72E1 57.81%, #8D9EFF 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (min-width: 2300px) {
  .main:nth-child(2) .main__items p {
    font-size: 32px;
    width: 40%;
  }
}
@media screen and (max-width: 1600px) {
  .main:nth-child(2) .main__items p {
    font-size: 28px;
  }
}
@media screen and (max-width: 1440px) {
  .main:nth-child(2) .main__items p {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .main:nth-child(2) .main__items p {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .main:nth-child(2) .main__items p {
    line-height: 29px;
  }
}
@media screen and (max-width: 1600px) {
  .main:nth-child(2) .main__items img {
    height: 400px;
  }
}
@media screen and (max-width: 1440px) {
  .main:nth-child(2) .main__items img {
    height: 350px;
  }
}
@media screen and (max-width: 1200px) {
  .main:nth-child(2) .main__items img {
    display: none;
  }
}
.main:nth-child(3) {
  background-color: #2D211B;
}
.main:nth-child(3) .main__items {
  width: 60%;
}
@media screen and (min-width: 2300px) {
  .main:nth-child(3) .main__items {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .main:nth-child(3) .main__items {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .main:nth-child(3) .main__items {
    width: 100%;
    margin: 0 1rem;
  }
}
.main:nth-child(3) .main__items p {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  margin: 56px 8px;
}
@media screen and (min-width: 2300px) {
  .main:nth-child(3) .main__items p {
    font-size: 32px;
    width: 80%;
  }
}
@media screen and (max-width: 1600px) {
  .main:nth-child(3) .main__items p {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .main:nth-child(3) .main__items p {
    font-size: 22px;
  }
}
.main:nth-child(4) .main__containers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.main:nth-child(4) .main__containers .main__container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  background-color: #222222;
  border-radius: 30px;
  margin: 0 15px 40px;
  padding: 28px;
  width: 400px;
}
@media screen and (max-width: 400px) {
  .main:nth-child(4) .main__containers .main__container {
    width: 100%;
  }
}
.main:nth-child(4) .main__containers .main__container div p {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 16px 18px;
}
@media screen and (max-width: 1600px) {
  .main:nth-child(4) .main__containers .main__container div p {
    font-size: 28px;
  }
}
.main:nth-child(4) .main__containers .main__container div span {
  display: flex;
  color: #C6C6C6;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 0 12px;
}
@media screen and (max-width: 1600px) {
  .main:nth-child(4) .main__containers .main__container div span {
    font-size: 16px;
  }
}
.main:nth-child(4) .main__containers .main__container a {
  background-color: #A77258;
  border-radius: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.02em;
  font-variant: all-small-caps;
  padding: 5px 70px;
  margin-top: 53px;
}
@media screen and (max-width: 1600px) {
  .main:nth-child(4) .main__containers .main__container a {
    font-size: 20px;
  }
}
.main:nth-child(5) {
  background-color: #2C2447;
}
.main:nth-child(5) .main__items {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .main:nth-child(5) .main__items {
    padding: 120px 0;
  }
}
.main:nth-child(5) .main__items img {
  margin: 31px 0;
}
@media screen and (max-width: 930px) {
  .main:nth-child(5) .main__items img {
    height: 500px;
  }
}
@media screen and (max-width: 820px) {
  .main:nth-child(5) .main__items img {
    height: 400px;
  }
}
@media screen and (max-width: 700px) {
  .main:nth-child(5) .main__items img {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .main:nth-child(5) .main__items img {
    height: 200px;
  }
}
@media screen and (max-width: 525px) {
  .main:nth-child(5) .main__items img {
    height: 150px;
  }
}
@media screen and (max-width: 480px) {
  .main:nth-child(5) .main__items img {
    display: none;
  }
}
.main:nth-child(5) .main__items div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 480px) {
  .main:nth-child(5) .main__items div {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .main:nth-child(5) .main__items div {
    margin: 0 0.5rem;
  }
}
.main:nth-child(5) .main__items div p {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 930px) {
  .main:nth-child(5) .main__items div p {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .main:nth-child(5) .main__items div p {
    font-size: 28px;
  }
}
@media screen and (max-width: 525px) {
  .main:nth-child(5) .main__items div p {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .main:nth-child(5) .main__items div p {
    font-size: 36px;
  }
}
.main:nth-child(5) .main__items div span {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #C6C6C6;
  margin: 20px 0;
}
@media screen and (max-width: 930px) {
  .main:nth-child(5) .main__items div span {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .main:nth-child(5) .main__items div span {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .main:nth-child(5) .main__items div span {
    font-size: 24px;
  }
}
.main:nth-child(5) .main__items div a {
  background-color: #A77258;
  border-radius: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.02em;
  font-variant: all-small-caps;
  padding: 5px 70px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .main:nth-child(5) .main__items div a {
    font-size: 20px;
  }
}
.main:nth-child(6) {
  background-color: #222222;
}
.main:nth-child(6) .main__items {
  display: flex;
  justify-content: space-between;
  margin: 33px 0;
  width: 60%;
}
.main:nth-child(6) .main__items div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #C6C6C6;
  width: 30%;
}
.main:nth-child(6) .main__items div p {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  margin: 0 0 17px 0;
}
@media screen and (max-width: 768px) {
  .main:nth-child(6) .main__items div p {
    text-align: center;
  }
}
.main:nth-child(6) .main__items div a {
  text-align: right;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .main:nth-child(6) .main__items div a {
    margin: 0 4.5px;
  }
}
@media screen and (max-width: 768px) {
  .main:nth-child(6) .main__items div {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .main:nth-child(6) .main__items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .div-footer {
    align-items: center !important;
    flex-direction: row !important;
  }
}

.items-margin {
  margin: 61px 0 40px;
}
