

/* fonts */

@font-face {
  font-family: Inter;
  src: url(/fonts/inter/Inter-Thin.woff2);
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url(/fonts/inter/Inter-Light.woff2);
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url(/fonts/inter/Inter-Regular.woff2);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url(/fonts/inter/Inter-Medium.woff2);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url(/fonts/inter/Inter-Bold.woff2);
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url(/fonts/inter/Inter-Black.woff2);
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "September W00 Bold";
  src: url(/fonts/september/SeptemberW00Bold.woff2);
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}



/* fonts end */

/* reset CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  font-family: Inter;
  touch-action: manipulation;
  font-size: 15px;
}

input:focus {outline: none;}

::selection {
  color: #fff;
  background: #333; /* Цвет фона */
}







html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}



.mmb-input {display: none;}

html.on {overflow-y: hidden;}



b {font-weight: bold;}

/* reset CSS end */