.index {
	padding: 60px 0;
}

.wp_content {
	font-family: "Lato",sans-serif;
	font-size: 19px;
	line-height: 110%;
	color: #1d1d1d;
}

/* captions for some blocks */
.wp_content figcaption {
	text-align: center;
	font-style: italic;
	color: #808080;
	font-size: 15px;
}

.wp_content .skolkovo-link {
	width: 120px;
}

.blog__content .wp_content {
	padding: 20px 0;
}

.blog-item__content .wp_content {
	max-width: 900px;
	margin: auto;
}

.blog__content .wp_content a {
	text-decoration: none;
	color: white; 
}

@media (max-width:781px){
	.blog__content .wp_content h5 {
		text-align: center;
		max-width: 360px;
		margin: auto;
	}
}

.wp_content .blog-item__subtitle {
    font-size: 16px;
    line-height: 1.03;
    letter-spacing: 2.2px;
    margin: 0 0 25px;
}

@media only screen and (min-width: 992px) {
	.wp_content .blog-item__subtitle {
		font-size: 30px;
		line-height: 96%;
		margin: 45px 0;
	}
}

/* -- pagination bar begin -- */
.wp_content .post-nav-links {
	margin-top: 50px;
	text-align: center;
}

.wp_content p.post-nav-links .post-page-numbers {
	display: inline-block;
	border-radius: 6px;
	padding: 4px 10px;
	color: black;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
}

.wp_content p.post-nav-links a:hover {
	color: #62af75;
}

.wp_content p.post-nav-links .post-page-numbers.current {
	background-color: #62af75;
	color: white;
}
/* -- pagination bar end -- */

/* -- paragraph begin -- */
.wp_content p {
	margin: 30px 0;
}
/* -- paragraph end -- */

/* -- heading begin -- */
.wp_content h1 {
	color: #62af75;
	margin: 0 0 30px;
	font-family: "Fd",sans-serif;
	font-size: 96px;
	line-height: .95;
	letter-spacing: 10px;
}

.wp_content h2 {
	color: #62af75;
	margin: 0 0 30px;
	font-family: "Fd",sans-serif;
	font-size: 67px;
	line-height: .95;
	letter-spacing: 10px;
}

.wp_content h3 {
	color: #62af75;
	margin: 0 0 30px;
	font-family: "Fd",sans-serif;
	font-size: 48px;
	line-height: .95;
	letter-spacing: 10px;
}

.wp_content h4 {
	color: #62af75;
	margin: 0 0 30px;
	font-family: "Fd",sans-serif;
	font-size: 30px;
	line-height: 1;
}

.wp_content h5 {
	color: #62af75;
	margin: 0 0 30px;
	font-family: "Fd",sans-serif;
	font-size: 20px;
	line-height: 1;
}

.wp_content h6 {
	color: #62af75;
	margin: 0 0 30px;
	font-family: "Fd",sans-serif;
	font-size: 15px;
	line-height: 1;
}

.blog__content .wp_content h1 {
	color: white;
}

.blog__content .wp_content h2 {
	color: white;
}

.blog__content .wp_content h3 {
	color: white;
}

.blog__content .wp_content h4 {
	color: white;
}

.blog__content .wp_content h5 {
	color: white;
}

.blog__content .wp_content h6 {
	color: white;
}
/* -- heading end -- */

/* -- pullquote begin -- */
.wp_content .wp-block-pullquote {
	max-width: 100%;
}

.wp_content .wp-block-pullquote p {
	color: #62af75;
	font-family: "Fd",sans-serif;
	font-size: 30px;
	line-height: 1;
	margin: 0px;
}

.wp_content .wp-block-pullquote blockquote {
	margin: 30px 0;
	padding: 40px 0;
	border-top: 1px #62af75 solid;
    border-bottom: 1px #62af75 solid;
}

.wp_content blockquote cite {
	color: #808080;
}

.blog__content .wp_content .wp-block-pullquote p, .blog__content blockquote cite {
	color: white;
}

.blog__content .wp_content .wp-block-pullquote blockquote {
	border-color: white;
}

.wp_content .wp-block-pullquote {
    margin: 0px;
    padding: 0px;
}
/* -- pullquote end -- */

/* -- quote begin -- */
.wp_content .wp-block-quote {
	border-left: 1px #62af75 solid;
	padding: 10px 20px;
}

.wp_content .wp-block-quote p {
	color: #62af75;
	font-family: "Fd",sans-serif;
	font-size: 30px;
	line-height: 1;
	margin: 0px;
}

.blog__content .wp_content .wp-block-quote p {
	color: white;
}

.blog__content .wp_content .wp-block-quote {
	border-color: white;
}
/* -- quote end -- */

/* code */
.wp_content .wp-block-code code {
    padding: 20px;
    border: 1px solid;
    border-radius: 4px;
    border-color: #ccc;
}

/* list begin */
.wp_content ul {
	margin: 30px 0px;
	padding-left: 40px;
}

.wp_content ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #62af75; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.wp_content ul ul {
	margin: 0px;
}

.wp_content ul ul li::before {
	content: "\25E6";
}
/* list end */

/* table begin */
.wp_content .wp-block-table table td{
	padding: 15px 5px;
}

.wp_content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #E3E6E5;
}

.wp_content .wp-block-table.is-style-stripes {
	border-bottom: 0px;
}
/* table end */

/* button */
.wp_content .wp-block-button a.wp-block-button__link {
	font-family: "Fd",sans-serif;
	font-size: 18px;
	letter-spacing: 1.6px;
	line-height: 1.5;
	vertical-align: middle;
	padding: 3px 20px;
	border: 1px solid transparent;
	border-radius: 24px;
	background-color: #f65125;
	min-width: 140px;
}



