body {
  background: #0c0c0d;
  position: relative;
}
.main {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-block: 75px;
}
.header {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: -2;
  max-height: 336px;
}
.footer {
  background: none;
}
.title {
  color: #fafafa;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 106px 0;
}
.bg {
  width: 100%;
  position: relative;
}
.bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/img/hero-bg.png");
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.spot1,
.spot2 {
  position: absolute;
  top: -200%;
  z-index: -3;
}
.spot1 {
  left: 0;
}
.spot2 {
  right: 0;
}

.trust {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.intro {
  width: 100%;
  margin-bottom: 16px;
}
.info1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-block: 16px;
}
.info2,
.info3,
.info4 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-block: 24px;
}
.info1 h2 {
  color: #fafafa;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  color: #fafafa;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.content {
  color: #eaeaec;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.quote .text {
  color: #fafafa;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 16px;
}
.quote .autor {
  color: #02ebfd;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.quote {
  border-radius: 7.5px;
  border-left: 1.6px solid #02ebfd;
  background: rgba(235, 235, 255, 0.05);
  backdrop-filter: blur(6px);
  padding: 24px 26px;
  margin-bottom: 24px;
}
.quote svg {
  margin-bottom: 24px;
}
ol {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 32px;
}
li span {
  font-weight: 600;
}
.pictures {
  width: 100%;
  display: flex;
  gap: 24px;
  margin-bottom: 30px;
}
.tags-share {
  padding-block: 12px;
  border-top: 1px solid #eaeaec;
  border-bottom: 1px solid #eaeaec;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 38px;
}
.share {
  display: flex;
  align-items: center;
  gap: 6px;
}
.share p {
  color: #fafafa;
  font-family: "Outfit";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.tags {
  display: flex;
  align-items: center;
  gap: 18px;
}
.tags p {
  color: #fafafa;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.tags a {
  color: #fafafa;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border-radius: 36px;
  background: #92949f;
  padding: 8px 16px;
}
.post-comment h2 {
  color: #fafafa;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 8px;
}
.post-comment p {
  color: #fafafa;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
.post-comment input[type="text"],
.post-comment textarea {
  border-radius: 3px;
  border: 1px solid #92949f;
  background: rgba(27, 27, 27, 0.2);
  backdrop-filter: blur(6px);
  color: #92949f;
  font-family: "Outfit";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  padding: 12px 12px 12px 48px;
}
.post-comment input[type="text"] {
  margin-bottom: 24px;
}
.post-comment textarea {
  margin-bottom: 16px;
  min-height: 90px;
}
.inp-pic {
  position: relative;
}
.inp-pic svg {
  position: absolute;
  left: 16px;
  top: 75%;
  transform: translateY(-185%);
}
label {
  color: #eaeaec;
  font-family: "Outfit";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.leave-comment {
  color: #fafafa;
  text-align: center;
  font-family: "Outfit";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border-radius: 36px;
  background: #005ed3;
  padding: 12px 18px;
  display: block;
  max-width: 136px;
  margin-bottom: 16px;
}
.comments h3 {
  color: #fafafa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 28px;
}

.comment,
.subcomment {
  display: flex;
  align-items: start;
  gap: 12px;
  margin-bottom: 24px;
}
.subcomment {
  padding-left: 62px;
}
.comment:last-child {
  margin-bottom: 95px;
}
.comment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.user-info .date {
  color: #eaeaec;
  font-family: "Outfit";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.user-info .name {
  color: #fafafa;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.comment-header a {
  border-radius: 3px;
  background: #1e1f20;
  padding: 8px 18px;
  color: #fafafa;
  font-family: "Outfit";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.comment-text {
  color: #eaeaec;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}
.autor {
  display: flex;
  gap: 8px;
  align-items: center;
}
.autor p {
  color: #92949f;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
/* Responsible design */

/* Tablet */
@media (max-width: 1439px) {
  .container {
    padding-inline: 114px;
  }
  .trust {
    padding: 60px 114px;
  }
  .header {
    padding: 20px 18px;
  }
  .pictures {
    flex-direction: column;
  }
  .info,
  .comments-block,
  .intro {
    padding-inline: 114px;
  }
  .quote .text {
    font-size: 18px;
  }
  .comment:last-child {
    margin-bottom: 0px;
  }
  .footer {
    padding-top: 0px;
  }
  .main {
    padding-bottom: 60px;
  }
}

/* Phone */
@media (max-width: 744px) {
  .spot1,
  .spot2 {
    display: none;
  }
  .container {
    padding-inline: 12px;
  }
  .trust {
    padding: 48px 14px;
  }
  .footer {
    padding-bottom: 30px;
  }
  .info,
  .comments-block,
  .intro {
    padding-inline: 14px;
  }
  .info1 h2 {
    font-size: 30px;
  }
  .tags-share {
    flex-direction: column;
    align-items: start;
    gap: 18px;
  }
  .post-comment h2 {
    font-size: 24px;
  }
  .post-comment p {
    font-size: 14px;
  }
  .comments h3 {
    font-size: 19px;
  }
  .subcomment {
    padding-left: 32px;
  }
  .main {
    padding-bottom: 0px;
    padding-top: 48px;
  }
  .title {
    font-size: 30px;
    padding-block: 80px;
  }
}
