/************************0 fonts 0****************/

/*-------------Lexend--------------*/

@font-face {
  font-family: "LexendBlack";
  src: url("../fonts/Lexend/eot/Lexend-Black.eot");
  src: url("../fonts/Lexend/eot/Lexend-Black.eot") format("embedded-opentype"),
    url("../fonts/Lexend/woff2/Lexend-Black.woff2") format("woff2"),
    url("../fonts/Lexend/woff/Lexend-Black.woff") format("woff"),
    url("../fonts/Lexend/ttf/Lexend-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "LexendExtraBold";
  src: url("../fonts/Lexend/eot/Lexend-ExtraBold.eot");
  src: url("../fonts/Lexend/eot/Lexend-ExtraBold.eot")
      format("embedded-opentype"),
    url("../fonts/Lexend/woff2/Lexend-ExtraBold.woff2") format("woff2"),
    url("../fonts/Lexend/woff/Lexend-ExtraBold.woff") format("woff"),
    url("../fonts/Lexend/ttf/Lexend-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "LexendBold";
  src: url("../fonts/Lexend/eot/Lexend-Bold.eot");
  src: url("../fonts/Lexend/eot/Lexend-Bold.eot") format("embedded-opentype"),
    url("../fonts/Lexend/woff2/Lexend-Bold.woff2") format("woff2"),
    url("../fonts/Lexend/woff/Lexend-Bold.woff") format("woff"),
    url("../fonts/Lexend/ttf/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "LexendExLight";
  src: url("../fonts/Lexend/eot/Lexend-ExtraLight.eot");
  src: url("../fonts/Lexend/eot/Lexend-ExtraLight.eot")
      format("embedded-opentype"),
    url("../fonts/Lexend/woff2/Lexend-ExtraLight.woff2") format("woff2"),
    url("../fonts/Lexend/woff/Lexend-ExtraLight.woff") format("woff"),
    url("../fonts/Lexend/ttf/Lexend-ExtraLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "LexendLight";
  src: url("../fonts/Lexend/eot/Lexend-Light.eot");
  src: url("../fonts/Lexend/eot/Lexend-Light.eot") format("embedded-opentype"),
    url("../fonts/Lexend/woff2/Lexend-Light.woff2") format("woff2"),
    url("../fonts/Lexend/woff/Lexend-Light.woff") format("woff"),
    url("../fonts/Lexend/ttf/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "LexendMedium";
  src: url("../fonts/Lexend/eot/Lexend-Medium.eot");
  src: url("../fonts/Lexend/eot/Lexend-Medium.eot") format("embedded-opentype"),
    url("../fonts/Lexend/woff2/Lexend-Medium.woff2") format("woff2"),
    url("../fonts/Lexend/woff/Lexend-Medium.woff") format("woff"),
    url("../fonts/Lexend/ttf/Lexend-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "LexendRegular";
  src: url("../fonts/Lexend/eot/Lexend-Regular.eot");
  src: url("../fonts/Lexend/eot/Lexend-Regular.eot") format("embedded-opentype"),
    url("../fonts/Lexend/woff2/Lexend-Regular.woff2") format("woff2"),
    url("../fonts/Lexend/woff/Lexend-Regular.woff") format("woff"),
    url("../fonts/Lexend/ttf/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "LexendSemiBold";
  src: url("../fonts/Lexend/eot/Lexend-SemiBold.eot");
  src: url("../fonts/Lexend/eot/Lexend-SemiBold.eot")
      format("embedded-opentype"),
    url("../fonts/Lexend/woff2/Lexend-SemiBold.woff2") format("woff2"),
    url("../fonts/Lexend/woff/Lexend-SemiBold.woff") format("woff"),
    url("../fonts/Lexend/ttf/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "LexendThin";
  src: url("../fonts/Lexend/eot/Lexend-Thin.eot");
  src: url("../fonts/Lexend/eot/Lexend-Thin.eot") format("embedded-opentype"),
    url("../fonts/Lexend/woff2/Lexend-Thin.woff2") format("woff2"),
    url("../fonts/Lexend/woff/Lexend-Thin.woff") format("woff"),
    url("../fonts/Lexend/ttf/Lexend-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

/*--------------------------body---------------------*/
html,
body,
ul {
  margin: 0;
  padding: 0;
  font-family: "LexendRegular";
}
ul {
  list-style: none;
}
button:focus,
button:active {
  outline: none !important;
  box-shadow: none;
}
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}
i {
  font-style: normal;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  display: none;
}
