* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@font-face {
	font-family: MullerRegular;
	src: url("assets/MullerRegular.ttf");
}

@font-face {
	font-family: MullerBold;
	src: url("assets/MullerBold.ttf");
}

@font-face {
	font-family: MullerMedium;
	src: url("assets/MullerMedium.ttf");
}

@font-face {
	font-family: AvenirNextLTPro;
	src: url("assets/avenirnext.ttf");
}

body {
	background-color: #fff;
	color: #382828;
	font-family: MullerRegular;
	overflow-x: hidden;
}

.post__meta{
	display:none;
}

.hamburger_menu {
	display: none;
}

	.navbar_main {
		width: 100vw;
		height: 92px;
		display: flex;
		align-items: center;
		background-color: #e6e6e6;
		font-size: 0.9rem;
	}

	.navbar_main__left {
		display: flex;
		align-items: center;
		width: 100%;
	}

	.navbar_blue_bg {
		background: linear-gradient(
			257.61deg,
			#3093ef 3.62%,
			#403cc5 100%
		);
		width: 482px;
		height: 92px;
		display: flex;
		-webkit-clip-path: polygon(
			0 0,
			100% 0,
			92% 100%,
			0% 100%
		);
		clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
	}

	.navbar_blue_bg img {
		max-width: 100%;
		padding-left: 15rem;
		padding-top: 1rem;
		max-width: 100%;
	}

	.navbar_main__right {
		display: flex;
		align-items: center;
		padding-right: 15%;
	}

	.navbar_items {
		margin-left: 3rem;
	}

	.navbar_items a {
		text-decoration: none;
		color: #382828;
		font-family: AvenirNextLTPro;
		padding-right: 0.7rem;
		margin-right: 0.7rem;
		font-weight: 900;
		font-size: 14px;
		text-transform:uppercase;
	}

	.navbar_items a:hover{
		text-decoration: underline;
	}
	.navbar_items a:last-child {
		border-right: none;
		color:#1240e2;
	}

	.hamburger {
		display: none;
	}

	.section_main {
		width: 788px;
		position: relative;
		left: 230px;

		margin-top: 2rem;
		background-color: #fff;
		border-radius: 20px;
	}

	.section_main img {
		/* border-radius: 15px; */
		max-width: 100%;
	}

	.adver_top {
		display: flex;
		gap: 20px;
		width: 788px;
		position: relative;
		left: 230px;
		margin-top: 2rem;
	}

	.adver_inner {
		margin: 0 auto;
		margin-top: 0rem;
	}

	.adver_inner_content {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		gap: 1rem;
	}

	.adver_inner_content img {
		width: 350px;
		max-width: 100%;
	}

	.main_title {
		padding-top: 2rem;
		padding-right: 1rem;
		padding-bottom: 1rem;
	}

	.main_title h1 {
		font-family: AvenirNextLTPro;
		font-style: normal;
		font-weight: 600;
		font-size: 40px;
		line-height: 45px;
	}

	.main_title_text h2 {
	}

	.main_title p {
		color: #b3b3b3;
		font-style: normal;
		font-weight: 600;
		font-size: 12px;
		line-height: 16px;
		margin-top: 1rem;
	}

	.relative_buttons {
		margin-left: 3rem;
		padding-top: 1rem;
		padding-bottom: 1.3rem;
		display: flex;
		gap: 0.5rem;
		align-items: center;
	}

	.relative_buttons a {
		border: 1px solid #0073e6;
		color: #0073e6;
		border-radius: 20px;
		background-color: transparent;
		font-family: AvenirNextLTPro;
		font-style: normal;
		font-weight: 600;
		font-size: 12px;
		line-height: 20px;
		text-align: center;
		padding: 1px 10px;
	}

	.news_title {
		display: flex;
		flex-direction: column;
		margin-top: 1.6rem;
		position: relative;
		font-size: 20px;
		line-height: 27px;
	}

	.news_title h2 {
		padding-left: 1rem;
	}

	.news_title_text {
		padding: 0 2rem 0 0;
		margin-top: 0.5rem;
		margin-left: auto;
	}

	.news_title_pic {
		margin-bottom: 1rem;
		position: relative;
	}

	.adver_in_image {
		position: absolute;
		top: 90%;
		left: 4%;
		color: #fff;
		z-index: 5;
		font-size:12px;
	}

	.news_title_text h2 {
		font-family: AvenirNextLTPro;
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		line-height: 33px;
	}

	.details_text {
		width: 94%;
		margin: 2rem 3rem 0 3rem;
		padding: 0 1.2rem;
	}

	.details_text p {
		font-family: AvenirNextLTPro;
		font-style: normal;
		font-weight: 500;
		font-size: 20px;
		line-height: 27px;
		margin-left: auto;
	}

	.citate_blog {
		display: flex;
		width: 100%;
		margin: 2rem auto 0 auto;
		padding: 0 2rem;
		justify-content: space-evenly;
		align-items: center;
		color: #3f41c7;
		border-left: 8px solid #3f41c7;
		font-style: normal;
		font-size: 14px;
		line-height: 33px;
		font-family: AvenirNextLTPro;
	}

	.adver_corner {
		position: fixed;
		left: 1050px;
		top: 150px;
	}

	.adver_corner img {
		width: auto;
		max-width: 100%;
	}

	.unk {
		display: flex;
		border-bottom: #3f3fc6 2px solid;
	}

	.cell {
		display: flex;
		width: 140px;
		text-align: center;
		height: 40px;
		background-color: #0073e6;
		justify-content: center;
	}

	.cell p {
		position: relative;
		top: 12px;
		font-style: normal;
		font-weight: 600;
		font-size: 12px;
		line-height: 16px;
		color: #3f3cc5;
		font-family: AvenirNextLTPro;
	}

	.cell:first-child:before {
		display: block;
		position: absolute;
		left: 125px;
		content: "";
		width: 40px;
		height: 40px;
		background-color: #0073e6;
		clip-path: polygon(0 0, 82% 0%, 38% 103%, 0 100%);
	}

	.cell:nth-child(2) {
		background-color: #e4e4e4;
		color: black;
	}

	.cell:nth-child(2) p {
		background-color: #e4e4e4;
		text-align: center;
		overflow-x: hidden;
		height: 20px;
		margin: 0 auto;
		left: 10px;
	}
	.cell:nth-child(3) {
		background-color: #f2f2f2;
	}
	.cell:nth-child(3) p {
		background-color: #f2f2f2;
		position: relative;
		overflow-x: hidden;
		height: 20px;
		margin: 0 auto;
		left: 20px;
	}

	.cell:nth-child(2):before {
		display: block;
		position: absolute;
		left: 270px;
		content: "";
		width: 40px;
		height: 40px;
		background-color: #e4e4e4;
		clip-path: polygon(0 0, 82% 0%, 34% 98%, 0 99%);
	}
	.cell:nth-child(3):after {
		display: block;
		position: absolute;
		left: 420px;
		content: "";
		width: 40px;
		height: 40px;
		background-color: #f2f2f2;
		clip-path: polygon(0 0, 82% 0%, 34% 98%, 0 99%);
	}

.news_title_pic_post{
	margin-top:2rem;
}
.news_title_pic_post img,.news_title_pic_link img{
	height:auto;
}
.news_title_pic,.news_title_pic_link{
	position:relative;
}
.news_title_pic:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:120px;
	background:linear-gradient(360deg, rgba(0, 0, 0, 0.7225) 13.6%, rgba(0, 0, 0, 0) 100%);
}
.cell p.date{
	color:#fff;
}
.cell a.link{
	color:rgba(63, 60, 197, 1);
	text-decoration:none;
	text-transform:uppercase;
	font:12px/40px 'AvenirNextLTPro';
	font-weight:600;
}
.news_title_pic_link{
	margin-top:2rem;	
}
.news_title_pic_link .cap-desc{
	width:100%;
	height:250px;
	bottom:0;
	left:0;
	position:absolute;
	padding:30px;
	color:#fff;
	z-index:1;
	background:linear-gradient(360deg, rgba(0, 0, 0, 0.9225) 13.6%, rgba(0, 0, 0, 0) 100%);
}

.news_title_pic_link .cap-desc-title{
	font:30px/35px AvenirNextLTPro;
	font-weight: 600;
}

.news_title_pic_link .cap-desc-preview{
	display:block;
	margin-top:10px;
	font-size:20px;
	line-height:26px;
	color:#e4e4e4;
}

.news_title_pic_link .more-link{
	position:absolute;
	background-color: #0073e6;
	padding:10px;
	bottom:20px;
	right:30px;
}

@media screen and (max-width: 400px) {
	.main_title_text {
		font-size: 22px;
		line-height: 24px;
	}
	news_title_pic {
		max-height: 150px;
		overflow: hidden;
	}
	.news_title {
		margin-top: 1rem;
	}
	.main_title p,
	.relative_buttons {
		margin-top: 0.5rem;
	}
	.unk {
		display: none;
	}
	.cell {
		display: flex;
		width: 120px;
		text-align: center;
		height: 40px;
		background-color: #0073e6;
		justify-content: center;
	}

	.cell p {
		position: relative;
		top: 12px;
		font-style: normal;
		font-weight: 600;
		font-size: 10px;
		line-height: 16px;
		color: #3f3cc5;
		font-family: AvenirNextLTPro;
	}

	.cell:first-child:before {
		display: block;
		position: absolute;
		left: 105px;
		content: "";
		width: 40px;
		height: 40px;
		background-color: #0073e6;
		clip-path: polygon(0 0, 82% 0%, 38% 103%, 0 100%);
	}

	.cell:nth-child(2) {
		background-color: #e4e4e4;
		color: black;
	}

	.cell:nth-child(2) p {
		background-color: #e4e4e4;
		text-align: center;
		overflow-x: hidden;
		height: 20px;
		margin: 0 auto;
		left: 10px;
	}
	.cell:nth-child(3) {
		background-color: #f2f2f2;
	}
	.cell:nth-child(3) p {
		background-color: #f2f2f2;
		position: relative;
		overflow-x: hidden;
		height: 20px;
		margin: 0 auto;
		left: 15px;
	}

	.cell:nth-child(2):before {
		display: block;
		position: absolute;
		left: 230px;
		content: "";
		width: 40px;
		height: 40px;
		background-color: #e4e4e4;
		clip-path: polygon(0 0, 82% 0%, 34% 98%, 0 99%);
	}
	.cell:nth-child(3):after {
		display: block;
		position: absolute;
		left: 360px;
		content: "";
		width: 40px;
		height: 40px;
		background-color: #f2f2f2;
		clip-path: polygon(0 0, 82% 0%, 34% 98%, 0 99%);
	}
	.adver_corner {
		display: none;
	}

	.hamburger_menu {
		flex-direction: column;
		background-color: #fff;
		height: 450px;
		position: absolute;
		z-index: 5;
		width: 100vw;
		align-items: center;
		box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	}

	.hamburger_hidden {
		height: 0;
		opacity: 0;
		transition: opacity 0.1s ease-out;
	}

	.hamburger_visible {
		display: flex;
		transition: opacity 0.2s ease-out;
		opacity: 1;
		height: 450px;
	}

	@keyframes conditionalOpen {
		from {
			height: 0;
		}

		to {
			transform: scaleY(1);
		}
	}

	@keyframes conditionalClose {
		from {
			transform: scaleY(1);
		}

		to {
			height: 0;
		}
	}

	.hamburger_menu nav {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 1rem;
	}

	.hamburger_menu nav a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 1.4rem;
		padding: 1.2rem;
		color: black;
	}

	.navbar_main {
		width: 100vw;
		height: 54px;
		display: flex;
		align-items: center;
		background-color: #e6e6e6;
		font-size: 0.9rem;
	}

	.navbar_main__left {
		display: flex;
		align-items: center;
		width: 100%;
	}

	.navbar_main__left img {
		width: 60%;
		max-width: 100%;
	}

	.navbar_blue_bg {
		background: linear-gradient(
			257.61deg,
			#3093ef 3.62%,
			#403cc5 100%
		);
		width: 12rem;
		height: 54px;
		display: flex;
		-webkit-clip-path: polygon(
			0 0,
			100% 0,
			92% 100%,
			0% 100%
		);
		clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
	}

	.navbar_blue_bg img {
		max-width: 100%;
		position: relative;
		left: 60px;
		top: 10px;
	}

	.navbar_items {
		display: none;
	}

	.navbar_main__right {
		display: flex;
		align-items: center;
		padding-right: 10%;
		gap: 12px;
	}

	.navbar_main__right img {
		width: 90%;
		max-width: 100%;
	}

	.author {
		width: 60%;
	}

	.author img {
		width: 120px;
		max-width: 100%;
	}

	.navbar_items {
		margin-left: 4rem;
	}

	.navbar_items a {
		text-decoration: none;
		color: #382828;
		font-family: AvenirNextLTPro;
		border-right: 2px solid #00bbff;
		padding-right: 0.8rem;
		margin-right: 0.8rem;
		font-weight: 700;
	}

	.hamburger {
		display: block;
	}

	.section_main {
		width: 95vw;
		position: relative;
		margin-top: 2rem;
		background-color: #fff;
		border-radius: 20px;
	}

	.main_title {
		margin-left: 1rem;
		/* padding-top: 1.3rem; */
	}

	.main_title_text {
		font-style: normal;
		font-weight: 700;
		font-size: 24px;
		line-height: 30px;
		padding-right: 1rem;
	}

	.main_title p {
		color: #b3b3b3;
		font-style: normal;
		font-weight: 600;
		font-size: 12px;
		line-height: 16px;
		margin-top: 1rem;
	}

	.relative_buttons {
		margin-left: 1.4rem;
		padding-top: 1rem;
		display: flex;
		align-items: center;
	}

	.relative_buttons a {
		border: 1px solid #0073e6;
		color: #0073e6;
		border-radius: 20px;
		background-color: transparent;
		font-family: AvenirNextLTPro;
		font-style: normal;
		font-weight: 600;
		font-size: 12px;
		line-height: 20px;
		text-align: center;
		padding: 1px 10px;
	}

	.relative_buttons a:nth-child(2) {
		margin-left: 0.5rem;
	}

	.news_title {
		display: flex;
		flex-direction: column;
		margin-top: 1.6rem;
	}

	.news_title_text {
		padding: 0 1rem;
	}

	.news_title_text h2 {
		font-family: AvenirNextLTPro;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
	}

	.news_title_pic img {
		width: 100vw;
		max-width: 100%;
	}

	.news_title_pic {
		margin-bottom: 1rem;
		position: relative;
	}	

	.details_text {
		width: 100%;
		margin: 2rem 0;
		padding: 0 1.2rem;
	}

	.details_text p {
		font-family: AvenirNextLTPro;
		font-style: normal;
		font-weight: 500;
		font-size: 20px;
		line-height: 27px;
		margin-left: auto;
	}

	.adver_top {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 1rem;
	}

	.adver_top_first {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.adver_top img {
		width: 80%;
		max-width: 100%;
	}

	.adver_sec {
		display: none;
	}

	.adver_inner {
		margin: 0 auto;
	}

	.adver_inner_content {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
	}

	.adver_inner_content img {
		width: 95%;
		max-width: 100%;
	}

	.citate_blog {
		display: flex;
		width: 100%;
		margin-left: 5px;
		padding: 0 2rem;
		justify-content: space-evenly;
		align-items: center;
		color: #3f41c7;
		border-left: 8px solid #3f41c7;
		font-style: normal;
		font-size: 12px;
		font-family: AvenirNextLTPro;
		margin-top: 2rem;
		line-height: 24px;
	}	
	.main_title_text {
		font-size: 22px;
		line-height: 24px;
	}
	news_title_pic {
		max-height: 150px;
		overflow: hidden;
	}
	.news_title {
		margin-top: 1rem;
	}
	.main_title p,
	.relative_buttons {
		margin-top: 0.5rem;
	}
	.main_title_text {
		font-size: 22px;
		line-height: 24px;
	}
	news_title_pic {
		max-height: 150px;
		overflow: hidden;
	}
	.news_title {
		margin-top: 1rem;
	}
	.main_title p,
	.relative_buttons {
		margin-top: 0.5rem;
	}
}

@media screen and (max-width: 767px) {
	.unk {
		display: flex;
		border-bottom: #3f3fc6 2px solid;
	}

	.cell {
		display: flex;
		width: 120px;
		text-align: center;
		height: 40px;
		background-color: #0073e6;
		justify-content: center;
	}

	.cell p {
		position: relative;
		top: 12px;
		font-style: normal;
		font-weight: 600;
		font-size: 12px;
		line-height: 16px;
		color: #3f3cc5;
		font-family: AvenirNextLTPro;
	}

	.cell:first-child:before {
		display: block;
		position: absolute;
		left: 105px;
		content: "";
		width: 40px;
		height: 40px;
		background-color: #0073e6;
		clip-path: polygon(0 0, 82% 0%, 38% 103%, 0 100%);
	}

	.cell:nth-child(2) {
		background-color: #e4e4e4;
		color: black;
	}

	.cell:nth-child(2) p {
		background-color: #e4e4e4;
		text-align: center;
		overflow-x: hidden;
		height: 20px;
		margin: 0 auto;
		left: 10px;
	}
	.cell:nth-child(3) {
		background-color: #f2f2f2;
	}
	.cell:nth-child(3) p {
		background-color: #f2f2f2;
		position: relative;
		overflow-x: hidden;
		height: 20px;
		margin: 0 auto;
		left: 15px;
	}

	.cell:nth-child(2):before {
		display: block;
		position: absolute;
		left: 230px;
		content: "";
		width: 40px;
		height: 40px;
		background-color: #e4e4e4;
		clip-path: polygon(0 0, 82% 0%, 34% 98%, 0 99%);
	}
	.cell:nth-child(3):after {
		display: block;
		position: absolute;
		left: 360px;
		content: "";
		width: 40px;
		height: 40px;
		background-color: #f2f2f2;
		clip-path: polygon(0 0, 82% 0%, 34% 98%, 0 99%);
	}
	.adver_corner {
		display: none;
	}

	.hamburger_menu {
		flex-direction: column;
		background-color: #fff;
		height: 450px;
		position: absolute;
		z-index: 5;
		width: 100vw;
		align-items: center;
		box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	}

	.hamburger_hidden {
		height: 0;
		opacity: 0;
		transition: opacity 0.1s ease-out;
	}

	.hamburger_visible {
		display: flex;
		transition: opacity 0.2s ease-out;
		opacity: 1;
		height: 450px;
		z-index:1;
	}

	@keyframes conditionalOpen {
		from {
			height: 0;
		}

		to {
			transform: scaleY(1);
		}
	}

	@keyframes conditionalClose {
		from {
			transform: scaleY(1);
		}

		to {
			height: 0;
		}
	}

	.hamburger_menu nav {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 1rem;
	}

	.hamburger_menu nav a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 1.4rem;
		padding: 1.2rem;
		color: black;
	}

	.navbar_main {
		width: 100vw;
		height: 54px;
		display: flex;
		align-items: center;
		background-color: #e6e6e6;
		font-size: 0.9rem;
	}

	.navbar_main__left {
		display: flex;
		align-items: center;
		width: 100%;
	}

	.navbar_main__left img {
		width: 60%;
		max-width: 100%;
	}

	.navbar_blue_bg {
		background: linear-gradient(
			257.61deg,
			#3093ef 3.62%,
			#403cc5 100%
		);
		width: 12rem;
		height: 54px;
		display: flex;
		-webkit-clip-path: polygon(
			0 0,
			100% 0,
			92% 100%,
			0% 100%
		);
		clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
	}

	.navbar_blue_bg img {
		max-width: 100%;
		position: relative;
		left: 60px;
		top: 10px;
	}

	.navbar_items {
		display: none;
	}

	.navbar_main__right {
		display: flex;
		align-items: center;
		padding-right: 10%;
		gap: 12px;
	}

	.navbar_main__right img {
		width: 90%;
		max-width: 100%;
	}

	.author {
		width: 60%;
	}

	.author img {
		width: 120px;
		max-width: 100%;
	}

	.navbar_items {
		margin-left: 4rem;
	}

	.navbar_items a {
		text-decoration: none;
		color: #382828;
		font-family: AvenirNextLTPro;
		border-right: 2px solid #00bbff;
		padding-right: 0.8rem;
		margin-right: 0.8rem;
		font-weight: 700;
	}

	.hamburger {
		display: block;
	}

	.section_main {
		width: 95vw;
		position: relative;
		margin-top: 2rem;
		background-color: #fff;
		border-radius: 20px;
	}

	.main_title {
		margin-left: 1.3rem;
		padding-top: 1.5rem;
	}

	.main_title_text {
		font-style: normal;
		font-weight: 700;
		font-size: 24px;
		line-height: 30px;
		padding-right: 1rem;
	}

	.main_title p {
		color: #b3b3b3;
		font-style: normal;
		font-weight: 600;
		font-size: 12px;
		line-height: 16px;
		margin-top: 1rem;
	}

	.relative_buttons {
		margin-left: 1.4rem;
		padding-top: 1rem;
		display: flex;
		align-items: center;
	}

	.relative_buttons a {
		border: 1px solid #0073e6;
		color: #0073e6;
		border-radius: 20px;
		background-color: transparent;
		font-family: AvenirNextLTPro;
		font-style: normal;
		font-weight: 600;
		font-size: 12px;
		line-height: 20px;
		text-align: center;
		padding: 1px 10px;
	}

	.relative_buttons a:nth-child(2) {
		margin-left: 0.5rem;
	}

	.news_title {
		display: flex;
		flex-direction: column;
		margin-top: 1.6rem;
	}

	.news_title_text {
		padding: 0 1rem 0 1.2rem;
	}	
	
	.main_title h1{
		font-size: 30px;
		line-height: 35px;
	}

	.news_title_pic img {
		width: 100vw;
		max-width: 100%;
	}

	.news_title_pic {
		margin-bottom: 1rem;
		position: relative;
	}
	
	.news_title_pic_link .cap-desc{
		height: 220px;
	}

	.news_title_pic_link .more-link {
		padding: 5px 10px;
		font-size: 12px;
	}
	.navbar_blue_bg img{
		padding:0;
	}
	
	.details_text {
		width: 100%;
		margin: 2rem 0 0;
		padding: 0 1.2rem;
	}

	.details_text p {
		font-family: AvenirNextLTPro;
		font-style: normal;
		font-weight: 500;
		font-size: 20px;
		line-height: 27px;
		margin-left: auto;
	}

	.adver_top {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 1rem;
	}

	.adver_top_first {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.adver_top img {
		width: 80%;
		max-width: 100%;
	}

	.adver_sec {
		display: none;
	}

	.adver_inner {
		margin: 0 auto;
	}

	.adver_inner_content {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
	}

	.adver_inner_content img {
		width: 95%;
		max-width: 100%;
	}

	.citate_blog {
		display: flex;
		width: 100%;
		margin-left: 5px;
		padding: 0 2rem;
		justify-content: space-evenly;
		align-items: center;
		color: #3f41c7;
		border-left: 8px solid #3f41c7;
		font-style: normal;
		font-size: 12px;
		font-family: AvenirNextLTPro;
		margin-top: 2rem;
		line-height: 24px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.unk {
		display: flex;
		border-bottom: #3f3fc6 2px solid;
	}
	
	.adver_corner {
		display: none;
	}

	.hamburger_menu {
		flex-direction: column;
		background-color: #fff;
		height: 450px;
		position: absolute;
		z-index: 5;
		width: 100vw;
		align-items: center;
		box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	}

	.hamburger_hidden {
		height: 0;
		opacity: 0;
		transition: opacity 0.1s ease-out;
	}

	.hamburger_visible {
		display: flex;
		transition: opacity 0.2s ease-out;
		opacity: 1;
		height: 450px;
	}

	@keyframes conditionalOpen {
		from {
			height: 0;
		}

		to {
			transform: scaleY(1);
		}
	}

	@keyframes conditionalClose {
		from {
			transform: scaleY(1);
		}

		to {
			height: 0;
		}
	}

	.hamburger_menu nav {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 1rem;
	}

	.hamburger_menu nav a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 1.4rem;
		padding: 1.2rem;
		color: black;
	}

	.navbar_main {
		width: 100vw;
		height: 70px;
		display: flex;
		align-items: center;
		background-color: #e6e6e6;
		font-size: 0.9rem;
	}

	.navbar_main__left {
		display: flex;
		align-items: center;
		width: 100%;
	}

	.navbar_main__left img {
		width: 100%;
	}

	.navbar_blue_bg {
		background: linear-gradient(
			257.61deg,
			#3093ef 3.62%,
			#403cc5 100%
		);
		width: 22rem;
		height: 70px;
		display: flex;
		align-items: center;
		-webkit-clip-path: polygon(
			0 0,
			100% 0,
			92% 100%,
			0% 100%
		);
		clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
	}

	.navbar_blue_bg img {
		position: relative;
		left: -50px;
		top:-10px;
		max-width: 100%;
	}

	.navbar_items {
		display: none;
	}

	.navbar_main__right {
		display: flex;
		align-items: center;
		padding-right: 10%;
		gap: 12px;
	}

	.navbar_main__right img {
		width: 90%;
		max-width: 100%;
	}

	.author {
		width: 60%;
	}

	.author img {
		max-width: 100%;
	}

	.navbar_items {
		display: none;
	}

	.navbar_items a {
		text-decoration: none;
		color: #382828;
		font-family: AvenirNextLTPro;
		padding-right: 0.8rem;
		margin-right: 0.8rem;
		font-weight: 700;
	}
	

	.hamburger {
		display: block;
	}

	
}

@media screen and (min-width: 1025px) and (max-width: 1500px) {
	
	.adver_corner {
		display: none;
	}

	.hamburger_menu nav {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 1rem;
	}

	.navbar_items {
		display: none;
	}

	.hamburger_menu nav a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 1.4rem;
		padding: 1.2rem;
		color: black;
	}

	.hamburger_menu {
		flex-direction: column;
		background-color: #fff;
		height: 450px;
		position: absolute;
		z-index: 5;
		width: 100vw;
		align-items: center;
		box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	}

	.hamburger_hidden {
		height: 0;
		opacity: 0;
		transition: opacity 0.1s ease-out;
		display: none;
	}

	.hamburger_visible {
		display: flex;
		transition: opacity 0.2s ease-out;
		opacity: 1;
		height: 450px;
	}

	.adver_corner {
		display: none;
	}

	.navbar_main {
		width: 100vw;
		height: 92px;
		display: flex;
		align-items: center;
		background-color: #e6e6e6;
		font-size: 0.9rem;
	}

	.navbar_main__left {
		display: flex;
		align-items: center;
		width: 100%;
	}

	.navbar_blue_bg {
		background: linear-gradient(
			257.61deg,
			#3093ef 3.62%,
			#403cc5 100%
		);
		width: 482px;
		height: 92px;
		display: flex;
		-webkit-clip-path: polygon(
			0 0,
			100% 0,
			92% 100%,
			0% 100%
		);
		clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
	}

	.navbar_blue_bg img {
		padding-left: 15rem;
		padding-top: 1rem;
		max-width: 100%;
	}

	.navbar_main__right {
		display: flex;
		align-items: center;
		padding-right: 10%;
		gap: 20px;
	}

	.navbar_items {
		margin-left: 3rem;
	}

	.navbar_items a {
		text-decoration: none;
		color: #382828;
		font-family: AvenirNextLTPro;
		padding-right: 0.7rem;
		margin-right: 0.7rem;
		font-weight: 900;
		font-size: 14px;
	}

	.navbar_items a:last-child {
		border-right: none;
	}

	.hamburger {
		display: block;
	}

	
}

@media screen and (max-width: 1200px) {
	.section_main{
		left:auto;
		margin-left:auto;
		margin-right:auto;
		width: 80%;
	}
}

@media screen and (max-width: 900px) {
	.section_main{
		width: 90%;
	}
	.news_title_pic_link .cap-desc-title {
		font: 25px/30px AvenirNextLTPro;
	}
	.news_title_pic_link .cap-desc-preview {
		font-size: 18px;
		line-height: 22px;
	}
}

@media screen and (max-width: 670px) {
	.news_title_pic_link .cap-desc-preview {
		font-size: 14px;
		line-height: 18px;
	}
	.news_title_pic_link .cap-desc-title {
		font: 22px/26px AvenirNextLTPro;
	}
	.news_title_pic_link .more-link{
		right:auto;
		left:30px;
		bottom:10px;
	}
}

.bottom-meta{
	margin:2rem 0;
	padding:1rem 0;
	border-top: #3f3fc6 2px solid;
	line-height:1.3em;
}

.adver_corner{
	position:absolute !important;
	top:0 !important;
	left:880px !important;
	right:auto !important;
}

.adver_corner .ads-block {
	max-width:300px;
    max-height: 300px;
    min-height: 215px;
	margin-bottom:20px;
}

.post-rtb {
    margin: 30px 30px 0 0;
    display: inline-block;
    max-height: 310px;
    min-height: 230px;
	max-width:300px;
    vertical-align: top;
}

.rtb{
	width: 92%;
    margin-left: auto;
}

@media screen and (max-width: 500px) {
	.news_title_pic_link .cap-desc-preview{
		display:none;
	}
	.news_title_pic_link .cap-desc {
		height: 150px;
	}
	.news_title_pic_link .cap-desc-title {
		font: 18px/22px AvenirNextLTPro;
	}
	.section_main {
		width: 100%;
	}
	.details_text p {
		font-size: 18px;
		line-height: 25px;
	}
	.news_title_text h2 {
		font-size: 22px;
		line-height: 26px;
	}
	.main_title h1 {
		font-size: 26px;
		line-height: 30px;
	}
	.cell-two{
		display:none;
	}
	.cell:nth-child(3):after{
		left:240px;
	}
	.adver_in_image {    
		top: 84%;
		left: 4%;    
	}
	.cell a.link,.cell p{
		font-size:10px;
	}
	.bottom-meta{
		padding-left:1rem;
	}
	html,body{
		overflow-x:hidden !important;
	}
}

@media screen and (max-width: 400px) {
	.news_title_pic_link .cap-desc {
		height: 120px;
		padding: 10px
	}	
	.news_title_pic_link .more-link{
		left:10px;
	}
	.news_title_pic_link .cap-desc-title {
		font: 16px/18px AvenirNextLTPro;
	}
}

.nlc-ads-side-content .it-grid-news {
    margin-bottom: 20px;
    width: 345px;
}

.nlc-ads-block .it-grid-news {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    width: 100%;
    min-height: 200px;
    max-height: 200px;
}

@media only screen and (min-width: 800px) {
	.nlc-ads-block .it-grid-news {
		width: 360px;
		height: 200px;
	}
	.video_box iframe{
		min-height:445px;
	}
}

.yandex_title{
	font-family: AvenirNextLTPro;
    font-style: normal;   
    margin: 5px 0 20px 0;
    padding: 10px 15px;
    background-color: #e4e4e4;   
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;  
}
@media screen and (max-width: 767px){
	.yandex_title{
		margin-left: 1.3rem;
		margin-right:1.3rem;
	}
}

@media screen and (max-width: 500px){
	.yandex_title {
		font-size: 22px;
		line-height: 26px;
	}
	.video_box iframe{
		min-height:210px;
		height:210px;
	}
}

.video_box{
	margin:30px 0;
}