#policy {
  max-width: 1617px;
  padding: 0px 18px;
  box-sizing: border-box;
  margin: 0px auto;
  padding-top: 154px;
}
#policy .location {
  margin-top: 28px;
}
#policy .location span {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #2d5c10;
}
#policy .page-name h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  color: #3d655f;
  margin-top: 24px;
  margin-bottom: 25px;
}
#policy .page-name h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #3d655f;
  padding: 2px 0px;
  background: rgba(123, 179, 87, 0.25);
  border-radius: 4px;
  width: 125px;
  text-align: center;
}
#policy .last-update h4 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: black;
}
#policy .title h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: black;
  margin-bottom: 36px;
}
#policy .content {
  margin-bottom: 61px;
}
#policy .content .contracts-menu .tab-menu {
  display: flex;
  gap: 21px;
  flex-wrap: wrap;
  justify-content: start;
}
#policy .content .contracts-menu .tab-menu span {
  background: #1b1b1b;
  border-radius: 10px;
  padding: 11px 18px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  cursor: pointer;
}
#policy .content .contracts-menu .tab-menu .active {
  background: #598f37;
}
#policy .content .sections #privacy-policy,
#policy .content .sections #illumination-text,
#policy .content .sections #cookie-policy {
  display: none;
  cursor: pointer;
}
#policy .content .sections #privacy-policy .text,
#policy .content .sections #illumination-text .text,
#policy .content .sections #cookie-policy .text {
  margin-top: 19px;
  max-width: 1199px;
  width: 100%;
}
#policy .content .sections #privacy-policy .text h3,
#policy .content .sections #illumination-text .text h3,
#policy .content .sections #cookie-policy .text h3 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: black;
}
#policy .content .sections #privacy-policy .text p,
#policy .content .sections #illumination-text .text p,
#policy .content .sections #cookie-policy .text p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  /* or 188% */
  color: black;
}
#policy .content .sections .active {
  display: block !important;
}

@media (max-width: 1400px) {
  #policy {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  #policy {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  #policy {
    max-width: 768px;
  }
}
@media (max-width: 576px) {
  body {
    background-color: #101010;
  }
  #policy {
    padding-top: 144px;
  }
  #policy .location {
    margin-top: 28px;
  }
  #policy .location span {
    color: white;
  }
  #policy .page-name h3 {
    color: white;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }
  #policy .page-name h4 {
    font-size: 24px;
    line-height: 28px;
    color: white;
    display: none;
  }
  #policy .last-update {
    display: none;
  }
  #policy .title h3 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    display: none;
  }
  #policy .title h4 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    width: 322px;
    margin: 0px auto;
  }
  #policy .content .contracts-menu .tab-menu {
    justify-content: center;
    margin-top: 20px;
    row-gap: 16px;
    margin-bottom: 30px;
  }
  #policy .content .contracts-menu .tab-menu span {
    padding: 6px 10px;
  }
  #policy .content .sections #privacy-policy .text h3,
  #policy .content .sections #illumination-text .text h3,
  #policy .content .sections #cookie-policy .text h3 {
    color: white;
  }
  #policy .content .sections #privacy-policy .text p,
  #policy .content .sections #illumination-text .text p,
  #policy .content .sections #cookie-policy .text p {
    color: white;
  }
}/*# sourceMappingURL=policys.css.map */