h1,h2,h3,h4,h5,h6 {
	line-height: 1.3;
	margin: 48px 0 24px;
}
h1:first-child {
	margin-top: 0;
}
.content {
	background-color: #ffffff;
	border-radius: 0px 120px 0px 0px;
	background-image: url("/resources/background.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 300px;
	padding-top: 65px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #464553;
}
.content_home {
	margin-top: -120px;
	margin-bottom: 80px;
}
.content_post {
	background-color: transparent;
	padding-bottom: 100px;
	margin: 0 10px;
}
.content_post .content__container {
	background-color: #ffffff;
	border-radius: 0px 120px 40px 40px;
	padding: 50px;
}
@media (max-width: 860px) {
	.content_post .content__container {
		padding: 30px;
	}
}
@media (max-width: 570px) {
	.content_post .content__container {
		padding: 15px;
	}
}
.post {
	background: linear-gradient(
		180deg,
		rgba(196, 196, 196, 0) 0%,
		rgba(255, 255, 255, 0) 0.01%,
		rgba(196, 201, 221, 0.3) 100%
	);
}
.content h2,
h1 {
	font-weight: 700;
	font-size: 48px;
	margin-bottom: 24px;
}
.content h2{
	font-size: 39px;
}
.content h3 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 24px;
}
.content ul {
	list-style: disc;
	margin-left: 20px;
}
.content ul li::marker {
	color: #029de0;
	font-size: 18px;
}
.content ul li {
	margin-bottom: 16px;
}
.content p {
	margin: 0 0 20px;
}
.content strong,
.content b {
	font-weight: 700;
}
.margin-top-48 {
	margin-top: 48px;
}
.content .first-h3 {
	margin-top: 45px;
	margin-bottom: 50px;
}
.content .first-desc {
	margin-bottom: 50px;
}
ul.like-list {
	list-style: none;
}
.like-list li {
	display: flex;
	align-items: flex-start;
}
.like-list li::before {
	content: "";
	display: inline-block;
	height: 24px;
	flex: 0 0 24px;
	background-image: url("/resources/like.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: -20px;
	margin-right: 24px;
}
.header__nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
@media (max-width: 960px) {
	h1 {
		font-size: 35px;
	}
	.content h2{
		font-size: 29px;	
	}
	.content .first-h3 {
		margin-top: 16px;
		margin-bottom: 30px;
	}
	.content h3 {
		font-size: 20px;
	}
}
@media (max-width: 840px) {
	.wp-block-columns {
		flex-wrap: wrap;
		display: flex;
		flex-direction: column;
		gap: 0;
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile)
		> .wp-block-column:not(:first-child) {
		margin-left: 0;
	}
}
@media (min-width: 1001px) {
	.header__menu>li>a{
		line-height: 40px;
	}
	.menu-item-has-children {
		position: relative;
	}
	ul.sub-menu {
		position: absolute;
	    top: 100%;
	    left: 0;
	    z-index: 1000;
	    padding: 30px;
	    min-width: 250px;
	    opacity: 0;
	    visibility: hidden;
	    background-color: hsla(0,0%,100%,.95);
	    -webkit-transform: translateY(20px);
	    -ms-transform: translateY(20px);
	    transform: translateY(20px);
	    -webkit-transition: .2s ease-in-out;
	    -o-transition: .2s ease-in-out;
	    transition: .2s ease-in-out;
	}
	.menu-item-has-children:hover ul.sub-menu {
	    opacity: 1;
	    visibility: visible;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	}
	ul.sub-menu>li:not(:last-child) {
	    margin-bottom: 20px;
	}
	ul.sub-menu>li>a {
	    white-space: nowrap;
	    padding-right: 0;
	}
}
@media (max-width: 1000px) {
	ul.sub-menu {
	    margin-left: 20px;
	}
}
@media (max-width: 650px) {
	
	h1 {
		font-size: 27px;
	}
	.content h2{
		font-size: 24px;	
	}
	.content {
		border-radius: 0px 70px 0px 0px;
	}
}
@media (max-width: 500px) {
	.margin-top-48 {
		margin-top: 18px;
	}
	.content .first-desc {
		margin-bottom: 25px;
	}
}
