html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

body {
  font-size: 12px;
  line-height: 20px;
  color: #777;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

.wrapper {
  overflow-x: hidden;
}

.container {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1010px;
}

h2 {
  font-size: 24px;
  line-height: 30px;
  color: #009DFF;
  margin: 0px 0 5px 0;
  font-weight: normal;
}

h1 {
  font-size: 40px;
  line-height: 100%;
  font-weight: normal;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  color: #555;
  font-weight: normal;
}

a {
  color: inherit;
}

p a {
  color: #009DFF;
}

.header {
  padding-top: 20px;
  margin-bottom: 30px;
}

.form {
  padding-bottom: 30px;
}

.form__inner {
  margin-bottom: 20px;
}

.form__form {
  background-color: #dcecf1;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
}

.form__label {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.form__label-textarea {
  max-width: 100%;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.form__row {
  display: none;
  width: 100%;
}

.form__textarea {
  padding: 10px;
  min-width: 100%;
  width: 100%;
  border: solid 1px #656565;
  border-radius: 10px;
  height: 195px;
  font-size: 18px;
}

.form__textarea::-webkit-input-placeholder {
  font-size: 18px;
}

.form__textarea::-moz-placeholder {
  font-size: 18px;
}

.form__textarea:-ms-input-placeholder {
  font-size: 18px;
}

.form__textarea::-ms-input-placeholder {
  font-size: 18px;
}

.form__textarea::placeholder {
  font-size: 18px;
}

.form__message {
  font-size: 18px;
  color: #000;
  display: none;
  text-align: center;
  padding-top: 10px;
}

.form #btn-fake {
  color: #fff;
  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;
  display: block;
  width: 240px;
  height: 60px;
  border-radius: 10px;
  padding: 0;
  border: none;
  background-color: #6b6b6b;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 auto;
}

.form__input {
  display: block;
  width: 100%;
  height: 30px;
  border-radius: 10px;
  padding: 0 8px;
  font-size: 18px;
  color: #000;
  border: solid 1px #656565;
  margin-bottom: 25px;
}

.form__input2 {
  display: none;
}

.form__btn {
  width: 100%;
  height: 30px;
  color: #fff;
  text-transform: uppercase;
  background-color: #6b6b6b;
  font-size: 18px;
  padding: 0;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.video {
  padding-bottom: 30px;
}

.video h2 {
  padding-bottom: 20px;
}

.video iframe {
  padding-bottom: 10px;
}

.content__item {
  padding: 30px 0;
}

.content p {
  padding: 5px 0;
}

.content h3 {
  padding-top: 5px;
}

.footer {
  color: #222;
  padding-bottom: 60px;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.footer__post:hover {
  color: #009DFF;
}

.footer__copy {
  color: #000;
  font-size: 18px;
}

@media (max-width: 980px) {
  h1 {
    font-size: 35px;
  }
  .form__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form iframe {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .form__form {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__inner {
    display: block;
  }
  .footer__post {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 25px;
  }
  .form__input {
    font-size: 16px;
  }
  .form__input::-webkit-input-placeholder {
    font-size: 15px;
  }
  .form__input::-moz-placeholder {
    font-size: 15px;
  }
  .form__input:-ms-input-placeholder {
    font-size: 15px;
  }
  .form__input::-ms-input-placeholder {
    font-size: 15px;
  }
  .form__input::placeholder {
    font-size: 15px;
  }
  .video iframe {
    height: 300px;
  }
}

@media (max-width: 549px) {
  h2, h3 {
    font-size: 20px;
    line-height: 100%;
  }
  .container {
    padding: 0 15px;
  }
  .form__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__textarea {
    width: 100%;
    max-width: 100%;
  }
  .form__textarea::-webkit-input-placeholder {
    font-size: 15px;
  }
  .form__textarea::-moz-placeholder {
    font-size: 15px;
  }
  .form__textarea:-ms-input-placeholder {
    font-size: 15px;
  }
  .form__textarea::-ms-input-placeholder {
    font-size: 15px;
  }
  .form__textarea::placeholder {
    font-size: 15px;
  }
  .form__label {
    font-size: 17px;
  }
  .form #btn-fake {
    width: 100%;
  }
  .form__input {
    margin-bottom: 20px;
  }
  .footer__copy {
    font-size: 15px;
  }
  .content__item {
    padding: 15px 0;
  }
  .footer {
    padding-bottom: 30px;
  }
}

@media (max-width: 413px) {
  h1 {
    font-size: 20px;
  }
}
