
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,
 caption,
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%;
  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 {
  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;
}
button{
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  border-color: rgb(26 26 26  / .12);
  background-color: transparent;
  color: inherit; 
}
a{
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
:before, :after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    border-color: rgb(var(--text-color) / .12);
}

html {
  font-family: 'Inter', sans-serif;
}

input[type=number] {
  -moz-appearance: textfield;   /* Firefox */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;     /* Chrome / Edge */
  margin: 0;
}

@font-face{font-family:Poppins-Bold;
  src:url(../../font/Poppins-Bold.woff);
}
@font-face{font-family:Poppins-SemiBold;
  src:url(../../font/Poppins-SemiBold.woff);
}
@font-face{font-family:Poppins-Medium;
  src:url(../../font/Poppins-Medium.woff);
}

@font-face{font-family:Poppins-Regular;
  src:url(../../font/Poppins-Regular.woff);
}
.wrapper{
  width:1600px;
  margin:0 auto;
  max-width: 90%;
}


@media (max-width: 1024px) {
  .wrapper{width: 100%;padding:0 15px;max-width: 100%;}
 
}
