h1,
.h1 {
  font-size: 42px;
  line-height: 1.2;
}
@media (max-width: 1022.98px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}
h2,
.h2 {
  font-size: 28px;
  line-height: 1.32;
}
@media (max-width: 1022.98px) {
  h2,
  .h2 {
    font-size: 22px;
  }
}
.link {
  font-size: 16px;
  color: #f8604a;
}
@media (min-width: 1023px) {
  .link:hover {
    color: rgba(231, 167, 81, 0.3);
  }
}
.loader {
  overflow: hidden;
  position: relative;
}
.loader:after {
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: radial-gradient(rgba(253, 202, 165, 0.2), rgba(253, 202, 165, 0.1));
  z-index: 10;
}
.loader:before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  position: fixed;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  border: 10px solid #333;
  border-color: #fdcaa5;
  border-right-color: transparent;
  border-radius: 50%;
  z-index: 11;
  -webkit-animation: 0.9s ease-in-out infinite rotate;
          animation: 0.9s ease-in-out infinite rotate;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Mulish", sans-serif;
  line-height: 1.4;
}
body {
  background-color: #fff;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  min-height: 100dvh;
  overflow: hidden auto;
}
body.scroll-blocked {
  overflow: hidden!important;
  max-height: 100vh;
  -ms-touch-action: none;
      touch-action: none;
}
.header {
  width: 100%;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (min-width: 1023px) {
  .header {
    margin-bottom: 30px;
  }
}
.header__wrap {
  padding: 15px 0;
}
.header__logo {
  width: auto;
  height: 150px;
}
@media (min-width: 1023px) {
  .header__logo {
    height: 150px;
  }
}
.footer {
  width: 100%;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.footer__wrap {
  padding: 15px 0;
}
.container {
  width: 100%;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}
.container h1 {
  margin-bottom: 20px;
}
input,
label,
button {
  border: none;
  outline: none;
}
input[type="file"] {
  display: none;
}
.form-textarea {
  width: 100%;
  border-radius: 10px;
  resize: none;
  border: 2px solid #e7e7e7;
  padding: 15px 20px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-textarea:focus {
  outline: none;
  border-color: #fdcaa5;
}
.form-textarea.error {
  border-color: red;
}
.btn {
  display: block;
  font-size: 18px;
  background-color: #fdcaa5;
  color: #fff;
  text-align: center;
  padding: 10px 30px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1023px) {
  .btn:hover {
    background-color: #fdcaa5;
  }
}
.hide {
  display: none;
}
@media (max-width: 1022.98px) {
  .hide-mobile {
    display: none;
  }
}
#error {
  color: #ff725a;
  text-align: center;
}
.plane {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.plane.show {
  max-height: 800px;
  opacity: 1;
  pointer-events: auto;
}
.content-block {
  margin-top: 50px;
}
.content-block h2 {
  margin-bottom: 20px;
}
.content-block__item {
  margin-top: 30px;
}
.main-block__btn {
  min-width: 200px;
}
.main-block__textarea {
  margin-bottom: 10px;
}
.main-block__how {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-style: dashed;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration-color: #fdcaa5;
}
@media (min-width: 1023px) {
  .main-block__how:hover {
    color: rgba(51, 51, 51, 0.8);
  }
}
.main-block .plane.show {
  margin-top: 15px;
}
.main-block__collapse {
  margin-bottom: 20px;
}
.result p {
  font-size: 18px;
  margin-bottom: 30px;
}
.result p span {
  font-weight: 600;
}
.sub-text {
  margin-bottom: 30px;
}
