

/* Start:/local/templates/itls/assets/css/info.css?17746193211211*/
.politic {
  margin-top: 60px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1180px) {
  .politic {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 991px) {
  .politic {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .politic {
    padding-bottom: 80px;
    margin-top: 40px;
  }
}
.politic p {
  margin-top: 20px;
  color: var(--black-80);
  font-family: var(--second-family);
}
@media screen and (max-width: 767px) {
  .politic p {
    margin-top: 15px;
  }
}
.politic p span {
  color: var(--black);
}
.politic h3 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .politic h3 {
    margin-top: 30px;
  }
}
.politic ul {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .politic ul {
    margin-top: 15px;
  }
}
.politic ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  font-family: var(--second-family);
  color: var(--black-80);
}
.politic ul li:last-child {
  margin-bottom: 0;
}
.politic ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background: var(--primary);
}

/* End */
/* /local/templates/itls/assets/css/info.css?17746193211211 */
