a, img, span, svg {
  display: block;
}

a {
  text-decoration: none;
}

svg {
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  min-width: 700px;
  width: 100%;
}
@media (max-width: 700px) {
  body {
    padding: 0;
  }
}

.logo {
  height: 100px;
  width: 130px;
}
.logo img {
  height: 100%;
  width: 100%;
}

.main {
  max-width: 720px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background-color: #F5F5F4;
  overflow: hidden;
  box-shadow: 0 0 50px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 700px) {
  .main {
    max-width: none;
    border-radius: 0;
  }
}

.banner {
  background-image: url("assets/images/img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 690px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .banner {
    padding-top: 35px;
  }
}

.black {
  color: #0C0C0C;
}

.white {
  color: #FFFFFF;
}

.title {
  font-size: 40px;
}

p {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
p span {
  font-weight: bold;
}

.content {
  padding: 40px 50px 80px;
}

.buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 35px;
}
.buttons .button {
  flex-basis: 21%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D3E8F5;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 3px 4px 0 rgba(14, 14, 14, 0.15);
}

.button--telegram .icon, .button--instagram .icon, .button--tiktok .icon {
  height: 39px;
}

.button--vk .icon {
  height: 29px;
}

.full-width {
  width: 100%;
}

.button--dzen, .button--youtube {
  background-color: #2F2E2E;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 10px;
  box-shadow: 3px 4px 0 rgba(14, 14, 14, 0.15);
  margin-top: 30px;
  height: 90px;
}
.button--dzen *, .button--youtube * {
  color: #ffffff;
}
.button--dzen .icon, .button--youtube .icon {
  height: 60px;
  width: 60px;
  min-width: 60px;
}
.button--dzen span, .button--youtube span {
  font-size: 20px;
}

.button--dzen .icon {
  min-width: 55px;
  width: 55px;
}
.button--dzen .text {
  max-width: 110px;
}

.button--youtube .text {
  max-width: 125px;
}

.text--site {
  margin-top: 40px;
  margin-bottom: 30px;
}

.button--site, .button--marketplace {
  background-color: #D3E8F5;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  box-shadow: 3px 4px 0 rgba(14, 14, 14, 0.15);
}
.button--site .icon, .button--marketplace .icon {
  height: 50px;
}

.button--marketplace {
  background-color: #5D6778;
  color: white;
  font-size: 31px;
  font-weight: bold;
}

.button--wb {
  margin-bottom: 25px;
}

.socials {
  display: flex;
  gap: 40px;
}

/*# sourceMappingURL=styles.css.map */
