html, body {
    color: #000;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    height: 100%;
    line-height: normal;
}


input, textarea {font-family: 'Manrope', sans-serif;  outline: medium none;}

textarea {resize:none;}

img {max-width:100%;}

a img {
  border: 0 none;
  outline: medium none;
}
a {
  color: #000;
  outline: medium none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a:hover img {opacity:0.7;}

p, form, div, ul, li, ol, h1, h2, h3, h4, body {
  margin: 0;
  padding: 0;
}

h1, h2, h3 {font-weight:800;color:#F22455;font-size:38px;}

.button {display:block;margin:0 auto;max-width:375px;color:#fff;font-weight:800;text-align:center;padding:15px 0;font-size:18px;}
.button:hover {color:#fff;opacity:0.7;}

.button.button-red {background:#F22455;}
.button.button-blue {background:#24C0F2;}

footer {background:#343434;font-size:11px;color:#E6EDF3;line-height:16px;}
footer a, footer a:hover {color:#E6EDF3;}
.btn-h {
    background-color: black;
    border: none;
    color: #23bcf0;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
}
.btn-h:hover {
    background-color: #23bcf0;
    color: white;
}

@media screen and (max-width: 767px) {
    .header_soc {text-align:center;}
    .header_soc a {margin:0 15px;}
}
