*, :before, :after {
  padding: 0;
  border: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font: 400 16px/1.56 Montserrat, tahoma, sans-serif;
  color: #1e4748;
  background: #fff;
}

table {
  border-collapse: collapse;
}

td {
  vertical-align: top;
}

p {
  margin: 1em 0;
}

a {
  color: #25494a;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #000;
}

ul {
  list-style: none;
}

hr {
  height: 1px;
  background: #eee;
  margin: 1em 0;
}

h1, .h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: 400;
  color: #25494a;
  margin: 1.5em 0 0;
}

h1, .h1 {
  font-size: 72px;
  margin: 0 0 1em;
}
@media only screen and (max-width: 1600px) {
  h1, .h1 {
    font-size: 55px;
    line-height: 119.9%;
  }
}
@media only screen and (max-width: 1000px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 51px;
  font-weight: 300;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

input, select, textarea {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e6e6e6;
  padding: 0 20px;
  font: 14px/1.2 Montserrat, tahoma, sans-serif;
  color: #25494a;
  background: #f7f7f7;
  outline: none;
  margin: 0 0 15px;
}

select {
  cursor: pointer;
  background: url(/assets/img/sel.svg) no-repeat 100% 51%, #f7f7f7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
  height: 120px;
  padding: 10px 20px;
}

::-webkit-input-placeholder {
  color: #555;
  opacity: 0.8;
}

::-moz-placeholder {
  color: #555;
  opacity: 0.8;
}

:-ms-input-placeholder {
  color: #555;
  opacity: 0.8;
}

::-ms-input-placeholder {
  color: #555;
  opacity: 0.8;
}

::placeholder {
  color: #555;
  opacity: 0.8;
}

:-ms-input-placeholder {
  color: #555;
  opacity: 0.8;
}

::-ms-input-placeholder {
  color: #555;
  opacity: 0.8;
}

.error {
  border-color: #f00 !important;
}

input[type=radio], input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  width: auto !important;
  height: auto !important;
  cursor: pointer;
  vertical-align: middle;
}

button, input[type=submit], input[type=button], .button {
  display: inline-block;
  width: auto;
  height: 68px;
  padding: 0 55px;
  background: #00a1df;
  border: 0;
  border-radius: 34px;
  color: #fff;
  font: 500 21px/68px Montserrat, tahoma, sans-serif;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  margin: 20px 0 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

button:hover, input[type=submit]:hover, input[type=button]:hover, .button:hover {
  background: #0060a3;
}

button:focus, input[type=submit]:focus, input[type=button]:focus, .button:focus {
  background: #0060a3;
}

button:disabled, input[type=submit]:disabled, input[type=button]:disabled, .button:disabled {
  background: #ccc;
  opacity: 0.6;
}

label {
  display: block;
  margin: 0 0 5px;
}

/*label input[type=radio], label input[type=checkbox] {display:none;}
label input[type=radio]+i, label input[type=checkbox]+i {display:inline-block;vertical-align:middle;width:20px;height:20px;border:1px solid #e6e6e6;background:#f7f7f7;box-shadow: 0 -1px 0 #bfbfbf;cursor:pointer;margin:-2px 5px 0 0;position:relative;border-radius:3px;}
label input[type=radio]+i {border-radius:50%;}
label input[type=radio]:checked+i:after, label input[type=checkbox]:checked+i:after {content:'';width:12px;height:12px;background:#000;position:absolute;top:3px;left:3px;border-radius:3px;}
label input[type=radio]:checked+i:after {border-radius:50%;}*/