/*@media (max-width: 1000px) { 
	.secblock__div {
		background:#444434;
	}
	.secblock__title {
		color:white;
	}
	.secblock__description  {
		color:white;
	}
	.secblock__title {
		color:white;
	}
}*/

.gp-article p {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}
.articles .articles__left ul,
.gp-article ul {
  padding-left: 20px;
}
.articles .articles__left ul li,
.gp-article ul li {
  list-style: disc;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}
.gp-link {
  border-bottom: 1px solid;
}
.read-more-state {
  display: none;
}

.read-more-target {
  display: none;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  display: block;
  visibility: visible;
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
  transition: visibility 0s, opacity 0.5s linear;
}

.read-more-state ~ .read-more-trigger:before {
  content: "Развернуть";
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: "Свернуть";
}

.read-more-trigger {
  cursor: pointer;
  display: block;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  color: #666;
  font-size: 14px;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 0.25em;
  position: relative;
}
.gp-m-0 {
  margin: 0 !important;
}
.gp-mb-30 {
  margin-bottom: 30px;
}
.gp-mt-60 {
  margin-top: 60px;
}