@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 {
  font-family: "Noto Sans", sans-serif;
}
.wrapper .main .container {
  max-width: 776px;
}
.wrapper .main .blog-page {
  padding: 70px 0;
}
.wrapper .main .blog-page__info {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.wrapper .main .blog-page__time {
  color: #A4AEB9;
  font-size: 13px;
  font-weight: 400;
}
.wrapper .main .blog-page__text {
  margin-top: 10px;
}
.wrapper .main .blog-page__text h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 39px;
}
.wrapper .main .blog-page__text p {
  margin-top: 30px;
  color: #131B24;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}
.wrapper .main .main-image {
  width: 100%;
}
.wrapper .main .tags {
  display: flex;
  gap: 10px;
}
.wrapper .main .tag {
  background: #DEE5ED;
  color: #6C7784;
  padding: 6px 12px;
  min-height: 29px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .main .image-with-text {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  align-items: center;
}
.wrapper .main .image-with-text p {
  margin: 0;
}
.wrapper .main .red {
  color: #E94746;
  text-decoration: underline;
}
.wrapper .main blockquote {
  margin-top: 30px;
  padding: 20px;
  color: #34414E;
  font-size: 16px;
  font-weight: 400;
  background: #EEF2F6;
  border-radius: 10px;
  line-height: 22.4px;
}
.wrapper .main .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.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;
}