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;
}

/* 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 {
  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;
}

input[type=text]::-ms-clear {
  display: none;
}

input[type=password]::-ms-reveal {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .2s;
  position: relative;
  background: transparent;
  border: none;
}

.btn span {
  transition: .2s;
}

.btn:before {
  transition: .2s;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
}

body .poppins {
  font-family: "Poppins", sans-serif;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
  transition: .2s;
  color: inherit;
}

.btn {
  cursor: pointer;
  transition: .2s;
  padding: 0;
}

input,
textarea {
  outline: none !important;
  width: 100%;
  border: none;
}

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

.df {
  display: flex;
}

.cont {
  width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 992px) {
  .cont {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.content {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

path {
  transition: .2s;
}

svg {
  width: 100%;
  display: block;
}

input::-webkit-input-placeholder {
  color: #9F9FA2;
}

input::-moz-placeholder {
  color: #9F9FA2;
}

input:-ms-input-placeholder {
  color: #9F9FA2;
}

input:-moz-placeholder {
  color: #9F9FA2;
}

.btn_sl:after {
  display: none;
}
