@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-color: #133979;
}

.contactform__tittle {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}

.contactform__form {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 30px 50px;
  border-radius: 10px;
  background-color: #fff;
}

.form__item {
  width: 90%;
  max-width: 470px;
  margin: 0 auto 20px;
  position: relative;
}

.form__item div::before {
  content: "";
  position: absolute;
  top: 60%;
  right: 40px;
  transform: translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #333;
  border-radius: 10px;
  z-index: 10;
}

.form__item div ::after {
  content: "▼";
  position: absolute;
  top: 30px;
  right: 15px;
  font-size: 14px;
}

.form__item-input {
  width: 100%;
  background-color: #F2F2F2;
  height: 40px;
  border-width: 0;
  border-radius: 5px;
  padding-left: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.formsub {
  width: 100%;
  height: 40px;
  border-width: 0;
  background-color: #F2F2F2;
  border-radius: 5px;
  padding-left: 15px;
  box-sizing: border-box;
}

.form-item-textarea {
  width: 100%;
  height: 200px;
  border-width: 0;
  background-color: #F2F2F2;
  border-radius: 5px;
  padding-left: 15px;
  padding-top: 15px;
  box-sizing: border-box;
}

.form__item-pvc {
  display: block;
  text-align: center;
}

.send {
  display: block;
  text-align: center;
  width: 90%;
  max-width: 470px;
  height: 50px;
  margin: 0 auto;
  margin-top: 15px;
  color: #fff;
  border-radius: 5px;
  background-color: #133979;
}/*# sourceMappingURL=style.css.map */