@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --font-family: 'Montserrat', sans-serif;

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: var(--font-family);
  background-color: #ffffff;
  background: #ffffff;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul{
  list-style: none;
}

h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 38px;
  color: #000096;
}


.max-1280 {
  max-width: 1061px; /* 1021px контент + 40px паддинги */
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.text-xl {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 113%;
  color: #000096;
}

.text-lg {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #000096;
}

.mobile-br {
  display: none;
}
