@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{outline: none !important;margin:0;box-sizing: border-box;}
h1,h2,h3,h4,h5,h6,p{margin:0;}
figure{margin: 0;}
a,a:hover,a:focus{text-decoration: none;}
a {
  color: #0087ff;
  font-weight: 400;
  cursor: pointer;
}
ul,ol{margin:0 0 20px;padding:0;}
li{list-style: none;}
li:last-child{margin-bottom:0;}
img{max-width:100%;}
body{ font-family: "Montserrat", serif;margin:0;}
html{scroll-behavior: smooth;}

.mn_hdn h1{font-size:30px;line-height: normal;font-weight:700;color:#101010}
.conta_iner {
  max-width: 1170px;
  margin: 0 auto;
  width: 90%;
}
.logo {
  padding: 30px 0px;text-align:center;
}
.mn_hdn {
  margin-bottom: 40px;
}
.inr_cont {
  margin-bottom: 50px;
}
.mn_hdn p {
  font-size: 14px;
  font-weight: 500;
  color: #797979;
}
p strong {
  color: #101010;
}
p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #585858;
}
ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  height: 8px;
  width: 8px;
  background: #101010;
}
ul li {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 17px;
  padding-left: 25px;
  position: relative;
  z-index: 1;
}
h2 {
  font-size: 20px;
  margin-bottom: 15px;
}

.toc_lsts li {
  padding: 0;
}
.toc_lsts li:before{content:unset;}
table {
  width: 100%;
  border: solid 1px #ddd;
  border-collapse: collapse;
  margin-bottom: 30px;
}
h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
table {
  width: 100%;
  border: solid 1px #ddd;
  border-collapse: collapse;
  margin-bottom: 30px;
}
th, td {
  font-size: 16px;
  line-height: normal;
  padding: 10px;
  border: solid 1px #ddd;
  text-align: left;
}
.logo img {
  max-width: 225px;
}
@media(max-width:1300px){
  p {
    font-size: 15px;
}
ul li {
  font-size: 15px;}
  p a {
    font-size: 15px;
  }
  h3 {
    font-size: 16px;
}
h2 {
  font-size: 18px;}
  th, td {
    font-size: 14px;
}
}