@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  font-family: "Inter", sans-serif;
}

h1 {
  font-family: math;
  font-weight: 700;
}

hr {
  opacity: 0.15;
}

.color-red {
  color: #C41A23;
}

.color-gray {
  color: #888;
}

.header {
  background: #171717;
  color: #fff;
}
.header .nav-link {
  font-size: 14px;
}

.intro {
  background: black;
  color: #fff;
}

.mw-900 {
  max-width: 900px !important;
}

.offer-link {
  font-weight: 500;
  color: #C41A23;
  text-decoration: none;
}
.offer-link:hover {
  cursor: pointer;
}

.link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.link:hover {
  cursor: pointer;
}

.video {
  width: 100%;
}

.quote {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.quote .quote-1 {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -5px;
}
.quote .quote-2 {
  font-size: 24px;
  position: absolute;
  right: 0;
  bottom: -5px;
}

.main p, .main ul {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .main p, .main ul {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .main p, .main ul {
    font-size: 18px;
  }
}

.start {
  padding-left: 65px;
  position: relative;
}
.start:before {
  content: "Ю";
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 992px) {
  .start {
    padding-left: 100px;
  }
  .start:before {
    content: "Ю";
    font-size: 82px;
    line-height: 82px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.banner {
  display: block;
  width: 100%;
}

.form {
  padding: 30px;
  border-radius: 8px;
  max-width: 550px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.form .form-control {
  background: #F7F7F7;
  padding: 10px 15px;
}

.btn {
  font-weight: 500;
  padding: 10px 25px;
}

.btn-order {
  padding: 10px 50px;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .btn-order {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .btn-order {
    font-size: 18px;
  }
}

.footer {
  background: #F0F0F0;
}
.footer .footer-link {
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
}
.footer .footer-link:hover {
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .footer .footer-link {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-link {
    font-size: 16px;
  }
}

.fs-14 {
  font-size: 14px !important;
}

.iti {
  width: 100%;
}

.art {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-top: 1px solid #121212;
  border-bottom: 1px solid #121212;
  align-items: center;
}
.art .data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 15px;
}
.art .data .title {
  font-family: math;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .art img {
    max-width: 96px;
  }
}

.forum .message {
  display: grid;
  grid-template-columns: 32px auto;
  padding: 15px 0;
  gap: 10px;
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (min-width: 992px) {
  .forum .message {
    grid-template-columns: 64px auto;
    gap: 20px;
  }
}
.forum .message .avatar {
  width: 32px;
  border-radius: 4px;
}
@media screen and (min-width: 992px) {
  .forum .message .avatar {
    width: 64px;
    border-radius: 6px;
  }
}
.forum .message .data .wrap-name {
  margin-top: 0;
  margin-bottom: 10px;
}
.forum .message .data .name {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  margin-right: 15px;
}
.forum .message .data .date {
  color: #A1A1A1;
  font-size: 14px;
  white-space: nowrap;
}
.forum .message .data .likes {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
}
.forum .message .data .likes span:hover {
  cursor: pointer;
}
.forum .message .data .text {
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 10px;
}
.forum .message .comments {
  margin-top: 15px;
  border-left: 1px solid #e1e1e1;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.forum .message .comments .comment {
  display: grid;
  grid-template-columns: 32px auto;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .forum .message .comments .comment {
    grid-template-columns: 64px auto;
    gap: 20px;
  }
}
.forum .message .comments .comment:not(:last-child) {
  margin-bottom: 15px;
}/*# sourceMappingURL=app.css.map */