* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a, button {
  cursor: pointer;
}

input, button {
  border: none;
  padding: 0;
  background: none;
}

p, ul, h1, h2, h3, h4, h5, h6, ol {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

ul, ol {
  list-style: non;
}

button, input {
  display: inline-block;
}

body {
  font-family: 'FuturaTP', Arial,sans-serif;
  background-color: #fff;
  margin: 0;
}

[hidden] {
  display: none;
}

.header {
  margin: 0;
  padding-bottom: 70px;
  background-color: #000;
  color: #fff;
}

.header-top {
  padding-top: 7px;
  padding-right: 30px;
  padding-bottom: 7px;
  padding-left: 30px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  background-color: #000000;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
}

.header-top-link__img {
  max-width: 80px;
  width: 80px;
  height: auto;
  display: inline-block;
}

.header-top-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 200px;
  list-style: none;
}

.header-top-menu-list-link__desc {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.8s ease 0.0s;
  transition: all 0.8s ease 0.0s;
}

.header-top-menu-list-link__desc:hover {
  color: #d6d6d6;
  text-decoration: underline;
  -webkit-transition: all 0.8s ease 0.0s;
  transition: all 0.8s ease 0.0s;
}

.header-top-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top-contact-link__svg {
  display: inline-block;
  width: 35px;
  height: 35px;
}

.header-top-contact-num {
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  margin-left: 30px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.8s ease 0.0s;
  transition: all 0.8s ease 0.0s;
}

.header-top-contact-num:hover {
  -webkit-transition: all 0.8s ease 0.0s;
  transition: all 0.8s ease 0.0s;
  background-color: #dfdfdf;
}

.header-bottom {
  padding-top: 135px;
}

.header-bottom-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.header-bottom-card-link__img {
  display: inline-block;
  width: 250px;
  margin-bottom: 20px;
}

.header-bottom-card__title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.23;
  font-weight: 600;
}

.header-bottom-card__subtitle {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
}

.header-bottom-card__btn {
  margin-top: 20px;
  padding-right: 34px;
  padding-left: 34px;
  color: #fff;
  border: 3px solid #ffffff;
  border-radius: 30px;
  font-size: 14px;
  height: 50px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.8s ease 0.0s;
  transition: all 0.8s ease 0.0s;
}

.header-bottom-card__btn:hover {
  border-radius: 10px;
  -webkit-transition: all 0.8s ease 0.0s;
  transition: all 0.8s ease 0.0s;
  -webkit-box-shadow: 0 0 40px rgba(150, 174, 255, 0.6);
  box-shadow: 0 0 40px rgba(150, 174, 255, 0.6);
}

.header-bottom-card__btn:active {
  -webkit-transition: all 0.8s ease 0.0s;
  transition: all 0.8s ease 0.0s;
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.722);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.722);
}

.features {
  padding-top: 35px;
  padding-bottom: 35px;
}

.features__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 42px;
  line-height: 1.23;
  font-weight: 600;
  margin-bottom: 40px;
}

.features__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 90px;
}

.features-one-list {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.features-one-list__img {
  display: inline-block;
  width: 65px;
}

.features-one-list-wrap {
  margin-left: 30px;
}

.features-one-list-wrap__title {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 14px;
}

.features-one-list-wrap__subtitle {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 300;
}

.features-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.features-two-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-right: 50px;
  margin-left: 50px;
  position: relative;
}

.features-two-list::before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  border-bottom: 3.8px solid #000000;
  top: 130px;
  left: 265px;
  display: none;
}

.features-two-list::before:nth-child(2) {
  left: 300px;
}

.features-two-list::before::last-child {
  border: none;
}

.features-two-list__img {
  display: inline-block;
  height: 250px;
  margin-bottom: 10px;
}

.features-two-list__btn {
  width: 200px;
  height: 55px;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Arial';
  line-height: 1.55;
  font-weight: 600;
  border-width: 1px;
  border-radius: 30px;
  background-color: #000000;
  background-position: center center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.features-two-list__desc {
  color: #000000;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
  margin-top: 10px;
}

.blank {
  padding-top: 40px;
  padding-bottom: 35px;
  background-color: #000;
  color: #fff;
}

.blank-true {
  text-align: center;
  font-size: 14px;
  color: #8fff57;
  display: none;
}

.blank__title {
  font-size: 42px;
  line-height: 1.23;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.blank__title-faq {
  font-size: 30px;
  line-height: 1.23;
  font-weight: 600;
  text-align: center;
  margin-top: 75px;
}

.blank__subtitle {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  margin-bottom: 75px;
}

.blank-form {
  padding-right: 200px;
  padding-left: 200px;
}

.blank-form-inform {
  margin-bottom: 25px;
}

.blank-form-inform__title {
  font-size: 20px;
  line-height: 1.55;
  font-weight: 300;
  margin-bottom: 10px;
}

.blank-form-inform__subtitle {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 300;
  color: #a8a8a8;
  margin-bottom: 15px;
}

.blank-form-inform__input {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  width: 100%;
  display: block;
  color: #000000;
  font-size: 16px;
  line-height: 1.33;
  border: 1px solid #ffffff;
  border-radius: 30px;
  background-color: #fff;
}

.blank-form-inform__input--range {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  height: 40px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  margin: 0;
  background: transparent;
}

.blank-form-inform__input--range::-webkit-slider-runnable-track {
  border-radius: 50px;
  height: 3px;
  border: 1px solid #fff;
  background-color: #fff;
}

.blank-form-inform__input--range::-webkit-slider-thumb {
  background: #ecf0f1;
  border: 1px solid #fff;
  border-radius: 50px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  margin-top: -10px;
}

.blank-form-inform__input--range::-moz-range-track {
  border-radius: 50px;
  height: 3px;
  border: 1px solid #fff;
  background-color: #fff;
}

.blank-form-inform__input--range::-moz-range-thumb {
  background: #ecf0f1;
  border: 1px solid #fff;
  border-radius: 50px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  margin-top: -10px;
}

.blank-form-inform-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blank-form-inform-range__wrap {
  font-size: 16px;
}

.blank-form-inform-wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.blank-form-inform-wrap1__checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 20px;
  width: 20px;
  border: 2px solid #a0a0a0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.blank-form-inform-wrap1__checkbox-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.blank-form-inform-wrap1__checkbox::after {
  position: absolute;
  content: '';
  display: inline-block;
  background-color: #a0a0a0;
  width: 12px;
  height: 12px;
  border-radius: 1px;
  opacity: 0;
}

.blank-form-inform-wrap1__checkbox-hidden:checked + .blank-form-inform-wrap1__checkbox::after {
  opacity: 1;
}

.blank-form-inform-wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.blank-form-inform-wrap2__checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 20px;
  width: 20px;
  border: 2px solid #a0a0a0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.blank-form-inform-wrap2__checkbox-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.blank-form-inform-wrap2__checkbox::after {
  position: absolute;
  content: '';
  display: inline-block;
  background-color: #e4e4e4;
  width: 12px;
  height: 12px;
  border-radius: 1px;
  opacity: 0;
}

.blank-form-inform-wrap2__checkbox-hidden:checked + .blank-form-inform-wrap2__checkbox::after {
  opacity: 1;
}

.blank-form-desc {
  margin-bottom: 25px;
}

.blank-form-desc__title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 300;
}

.blank-form-desc__subtitle {
  margin-bottom: 15px;
}

.blank-form-price__desc {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 25px;
}

.blank-form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blank-form-button__btn {
  color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 30px;
  width: 280px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.blank-form-button__btn:hover {
  border-radius: 10px;
  -webkit-transition: all 0.8s ease 0.0s;
  transition: all 0.8s ease 0.0s;
  -webkit-box-shadow: 0 0 40px rgba(150, 174, 255, 0.6);
  box-shadow: 0 0 40px rgba(150, 174, 255, 0.6);
}

.blank-form-button__btn:active {
  -webkit-transition: all 0.8s ease 0.0s;
  transition: all 0.8s ease 0.0s;
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.722);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.722);
}

.faq {
  padding-top: 30px;
}

.faq-list {
  padding-left: 200px;
  padding-right: 200px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-list-wrapper-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 28px;
  padding-right: 40px;
  padding-bottom: 28px;
  padding-left: 40px;
  background-color: #000000;
  color: #fff;
  margin-bottom: 40px;
  border-radius: 40px;
  position: relative;
  z-index: 2;
}

.faq-list-wrapper-question-name {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 300;
  margin-right: 54px;
}

.faq-list-wrapper-question-text {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 300;
}

.faq-list-wrapper-question-tail {
  position: absolute;
  left: 17px;
  bottom: -20px;
}

.faq-list-wrapper-question-tail__svg {
  width: 33px;
  height: 24px;
}

.faq-list-wrapper-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 28px;
  padding-right: 40px;
  padding-bottom: 28px;
  padding-left: 40px;
  background: #eee;
  margin-bottom: 40px;
  border-radius: 40px;
  position: relative;
  z-index: 2;
}

.faq-list-wrapper-answer-name {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 300;
  margin-right: 30px;
}

.faq-list-wrapper-answer-text {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 300;
}

.faq-list-wrapper-answer-text--orange-link {
  color: #ff8562;
  text-decoration: none;
  -webkit-transition: all 0.9s ease 0.0s;
  transition: all 0.9s ease 0.0s;
}

.faq-list-wrapper-answer-text--orange-link:hover {
  color: #df7355;
  text-decoration: underline;
  -webkit-transition: all 0.9s ease 0.0s;
  transition: all 0.9s ease 0.0s;
}

.counterpart {
  padding-top: 30px;
  padding-bottom: 40px;
}

.counterpart-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.counterpart-card__img {
  display: inline-block;
  width: 280px;
  height: 280px;
}

.counterpart-card-wrap {
  text-align: center;
}

.counterpart-card-wrap__title {
  font-size: 24px;
  margin-bottom: 10px;
}

.counterpart-card-wrap__title--orange-link {
  color: #ff8562;
  text-decoration: none;
  -webkit-transition: all 0.9s ease 0.0s;
  transition: all 0.9s ease 0.0s;
}

.counterpart-card-wrap__title--orange-link:hover {
  color: #d37960;
  text-decoration: underline;
  -webkit-transition: all 0.9s ease 0.0s;
  transition: all 0.9s ease 0.0s;
}

.counterpart-card-wrap__desc {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 10px;
}

.counterpart-card-wrap__quote {
  font-size: 24px;
  font-style: italic;
}

.footer {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #000;
  color: #fff;
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.footer-wrap-link {
  margin-bottom: 50px;
}

.footer-wrap-link__svg {
  display: inline-block;
  width: 48px;
  height: 48px;
  -webkit-transition: all 0.8s ease 0.05s;
  transition: all 0.8s ease 0.05s;
}

.footer-wrap-link__svg:hover {
  border-radius: 990px;
  -webkit-transition: all 0.8s ease 0.05s;
  transition: all 0.8s ease 0.05s;
  -webkit-box-shadow: 0 0 50px rgba(182, 199, 255, 0.729);
          box-shadow: 0 0 50px rgba(182, 199, 255, 0.729);
}

.footer-wrap__desc {
  font-size: 26px;
  line-height: 1.23;
  font-weight: 600;
  margin-bottom: 50px;
}

.footer-wrap-contact__wrap {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 300;
}

.footer-wrap-contact__wrap-num {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.9s ease 0.0s;
  transition: all 0.9s ease 0.0s;
}

.footer-wrap-contact__wrap-num:hover {
  color: #f79f86;
  text-decoration: none;
  -webkit-transition: all 0.9s ease 0.0s;
  transition: all 0.9s ease 0.0s;
}

.footer-wrap-contact__wrap-mail {
  color: #ff8562;
  text-decoration: none;
  -webkit-transition: all 0.9s ease 0.0s;
  transition: all 0.9s ease 0.0s;
}

.footer-wrap-contact__wrap-mail:hover {
  color: #f7ae9a;
  -webkit-transition: all 0.9s ease 0.0s;
  transition: all 0.9s ease 0.0s;
}

@media (max-width: 1400px) {
  .header-top-menu-list {
    padding-left: 30px;
  }
}

@media (max-width: 1200px) {
  .header {
    padding-bottom: 50px;
  }
  .header-bottom {
    padding-top: 80px;
  }
  .header-bottom-card-link__img {
    width: 230px;
  }
  .header-bottom-card__title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .header-bottom-card__subtitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .features__title {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .features__subtitle {
    font-size: 20px;
    margin-bottom: 45px;
  }
  .features-one-list {
    padding-left: 20px;
    margin-bottom: 45px;
  }
  .features-two-list {
    margin-right: 30px;
    margin-left: 30px;
  }
  .features-two-list__img {
    height: 185px;
  }
  .features-two-list__btn {
    width: 180px;
    height: 50px;
  }
  .features-two-list__desc {
    font-size: 18px;
  }
  .blank__title {
    font-size: 36px;
  }
  .blank__subtitle {
    font-size: 20px;
    margin-bottom: 45px;
  }
  .blank-form {
    padding-right: 150px;
    padding-left: 150px;
  }
  .blank__title-faq {
    font-size: 30px;
    margin-top: 60px;
  }
  .faq-list {
    padding-left: 150px;
    padding-right: 150px;
  }
  .counterpart-card-wrap__title {
    font-size: 20px;
  }
  .counterpart-card-wrap__desc {
    font-size: 16px;
  }
  .counterpart-card-wrap__quote {
    font-size: 18px;
  }
  .footer-wrap-link {
    margin-bottom: 30px;
  }
  .footer-wrap__desc {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .header {
    padding-bottom: 35px;
  }
  .header-top-link__img {
    width: 65px;
  }
  .header-top-menu-list {
    padding-left: 0px;
  }
  .header-top-menu-list-link__desc {
    font-size: 14px;
  }
  .header-top-contact-link__svg {
    width: 30px;
    height: 30px;
  }
  .header-top-contact-num {
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
    margin-left: 20px;
  }
  .header-bottom-card-link__img {
    width: 200px;
  }
  .features__subtitle {
    margin-bottom: 35px;
  }
  .features-one-list-wrap__title {
    font-size: 18px;
  }
  .features-one-list-wrap__subtitle {
    font-size: 16px;
  }
  .features-one-list__img {
    width: 50px;
  }
  .features-two-list {
    margin-right: 10px;
    margin-left: 10px;
  }
  .features-two-list__img {
    height: 150px;
  }
  .features-two-list__btn {
    width: 165px;
    height: 40px;
  }
  .features-two-list__desc {
    font-size: 16px;
  }
  .features-two-list__desc br {
    display: none;
  }
  .blank__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .blank__subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .blank-form {
    padding-right: 0;
    padding-left: 0;
  }
  .blank-form-inform__title {
    font-size: 18px;
  }
  .faq-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .header-top-link__img {
    width: 55px;
  }
  .header-top-menu-list {
    display: none;
  }
  .header-top-contact-num {
    padding-top: 5px;
    padding-right: 7px;
    padding-bottom: 5px;
    padding-left: 7px;
    margin-left: 12px;
    margin-right: -15px;
  }
  .header-bottom-card-link__img {
    width: 180px;
  }
  .header-bottom-card__title {
    font-size: 25px;
    margin-bottom: 2px;
  }
  .header-bottom-card__subtitle {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 2px;
  }
  .header-bottom-card__btn {
    margin-top: 15px;
    height: 40px;
  }
  .features__title {
    font-size: 24px;
  }
  .features__subtitle {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .features-one-list {
    margin-bottom: 25px;
  }
  .features-one-list-wrap__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .features-one-list-wrap__subtitle {
    font-size: 14px;
  }
  .features-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .features-two-list {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .features-two-list__img {
    height: 115px;
  }
  .blank {
    padding-bottom: 25px;
  }
  .blank__title {
    font-size: 25px;
  }
  .blank__subtitle br {
    display: none;
  }
  .blank-form-inform__title {
    font-size: 16px;
  }
  .blank-form-inform-range__wrap {
    font-size: 15px;
  }
  .blank-form__desc {
    font-size: 14px;
  }
  .blank-form-button__btn {
    width: 200px;
    height: 45px;
  }
  .blank__title-faq {
    font-size: 20px;
    margin-top: 35px;
  }
  .faq-list-wrapper-question, .faq-list-wrapper-answer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq-list-wrapper-question-name, .faq-list-wrapper-answer-name {
    font-size: 15px;
  }
  .faq-list-wrapper-question-text, .faq-list-wrapper-answer-text {
    font-size: 14px;
  }
  .faq-list-wrapper-question-text br, .faq-list-wrapper-answer-text br {
    display: none;
  }
  .counterpart {
    padding-top: 5px;
    padding-bottom: 30px;
  }
  .counterpart-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .counterpart-card__img {
    height: 220px;
  }
  .counterpart-card-wrap__title {
    font-size: 20px;
  }
  .counterpart-card-wrap__title br {
    display: none;
  }
  .counterpart-card-wrap__desc {
    font-size: 14px;
  }
  .counterpart-card-wrap__desc br {
    display: none;
  }
  .footer-wrap-link {
    margin-bottom: 20px;
  }
  .footer-wrap__desc {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .footer-wrap__desc br {
    display: none;
  }
  .footer-wrap-contact__wrap {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .header-bottom-card-link__img {
    width: 150px;
  }
  .header-bottom-card__title {
    font-size: 20px;
    margin-top: 0px;
  }
  .header-bottom-card__title br {
    display: none;
  }
  .header-bottom-card__subtitle {
    font-size: 14px;
  }
}
/*# sourceMappingURL=index.css.map */