/* ============ GLOBAL STYLES========= */
a {
  text-decoration: none;
}
ul,
ol {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
h1,h2,h3,h4,h5,h6,p{
    margin-top: 0;
    margin-bottom: 0;
}
img{
    display:block;
}
button{
    cursor: pointer;
}
.vissualy-hidden{
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
/* ================ /GLOBAL STYLES=================== */
body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: -0.02em;
  background-color: #fafafa;
}
.accent-color{
  color: #FD9222;
}
.container{
    width: 1168px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

/* ===============HEADER===== */
.logo {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 11.1; /* 111.111% */
  letter-spacing: -0.03em;
}
.menu-list{
  display: none;
}