@import url(../nullstyle/nullstyle.css);
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
.container {
  max-width: 1200px;
  margin: 0 auto;
}

.wrapper .main .blog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans", sans-serif;
  padding: 70px 0;
}
.wrapper .main .blog__title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 40px;
}
.wrapper .main .blog__main-card {
  display: flex;
  justify-content: space-between;
  background: #e94746;
  padding: 10px;
  border-radius: 10px;
}
.wrapper .main .main-card__image {
  flex: 50%;
}
.wrapper .main .main-card__image img {
  border-radius: 10px;
}
.wrapper .main .main-card__info {
  flex: 50%;
  padding: 30px 40px 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.wrapper .main .main-card__info h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 39px;
}
.wrapper .main .main-card__time {
  color: #ffa8a7;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}
.wrapper .main .main-card__read-more {
  color: #131b24;
  font-size: 16px;
  width: 150px;
  font-weight: 600;
  height: 50px;
  border-radius: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 80px;
  background: #fff;
}
.wrapper .main .main-card__tags {
  display: flex;
  margin-top: 20px;
  gap: 10px;
}
.wrapper .main .main-card__tag {
  background: #d12f2e;
  border-radius: 30px;
  padding: 6px 12px;
  min-height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: #ffe2e1;
}
.wrapper .main .cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  margin-top: 40px;
}
.wrapper .main .cards .card {
  flex: 30%;
  border-radius: 16px;
  max-width: 30%;
  background: #eef2f6;
}
.wrapper .main .cards .card_time {
  color: #89939f;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
}
.wrapper .main .image-block img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
}
.wrapper .main .info-block {
  padding: 20px;
}
.wrapper .main .info-block h3 {
  font-weight: 600;
  color: #131b24;
  font-size: 16px;
  min-height: 90px;
  line-height: 22.4px;
}
.wrapper .main .tags {
  display: flex;
  gap: 10px;
}
.wrapper .main .tags .tag {
  background: #DEE5ED;
  border-radius: 30px;
  padding: 6px 12px;
  min-height: 29px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6C7784;
}
.wrapper .main .tags .white-bg {
  background: #fff;
}
.wrapper .main .contact {
  background: linear-gradient(90deg, #ff5653 0%, #cf3535 100%);
  position: relative;
  height: 633px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .main .contact .contact__bg {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../src/img/download-bg.svg") 0 0/cover repeat;
  opacity: 0.15;
}
.wrapper .main .contact__form {
  z-index: 25;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: #fff;
  border-radius: 40px;
  font-family: "Noto Sans", sans-serif;
}
.wrapper .main .contact__title {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
}
.wrapper .main .contact__input, .wrapper .main .contact__textarea {
  margin: 10px 0;
  width: 440px;
  border: 1px solid #c0c9d3;
  padding: 14px 16px;
  border-radius: 20px;
}
.wrapper .main .contact__textarea {
  resize: none;
}
.wrapper .main .contact__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
  width: 100%;
}
.wrapper .main .contact__button {
  background: #e94746;
  color: #fff;
  padding: 16px 57px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  box-shadow: #e94746 0 0 6px;
}
.wrapper .main .contact__data {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrapper .main .contact__subtitle {
  color: #131b24;
  font-size: 14px;
}
.wrapper .main .contact a {
  color: #e94746;
  line-height: 130%;
  font-weight: 600;
  font-size: 17px;
}
.wrapper .footer {
  background: #d12f2e;
}
.wrapper .footer .container {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.wrapper .footer .container img {
  height: 27px;
  width: 169px;
}
.wrapper .footer .container span {
  font-size: 14px;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  display: flex;
  align-items: center;
}
.wrapper .footer .container a {
  display: flex;
  align-items: center;
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
}
.wrapper .footer .container ul {
  display: flex;
  gap: 20px;
}
.wrapper .footer .container ul li img {
  height: 20px;
  width: 20px;
}