/*Для Десктопа*/	
	body {font-size: 1.15rem;}
	main { min-height: 76vh;}

	h1,.h1 {font-size: 3rem;}
	h2,.h2 {font-size: 2.7rem;}
	h3,.h3 {font-size: 2.2rem;}
	h4,.h4 {font-size: 1.7rem;}
	h5,.h5 {font-size: 1.2rem;}


	/*Шапка*/
	header nav {background-color:transparent}
	header .logo,footer .logo{font-size: 25px}
	header nav {display: flex; flex: auto}
	header nav>ul {display: flex !important;}
	header .right {position: relative;display: flex; order:3}
	header .menu-item>a {color: var(--color-text);line-height: 2.5rem;}
	header .sub-menu>a {line-height: 2rem;}
	header .menu-item-has-children{position: relative;}
	header .menu-item-has-children>a:before, header .menu-item-has-children>a:after {background:#424242;top: 1.5rem;}
	header li:hover a,header .current-menu-item a{color: var(--color-dark);}
	header .menu {overflow-x: unset; overflow-y: unset}
	header .sub-menu {background-color: white; top: 150%; width: 300px;pointer-events: none;}
	header .menu-item-has-children:hover>ul {border-top: 2px solid var(--color-light);pointer-events: unset;transition:all 0.3s 0s; opacity: 1; display: inline-block;top:100%;    border-radius: 0 0 0.5rem 0.5rem;}
	header .sub-menu li {display: block}
	header .menu>li {margin: auto;}	
	header .menu>li:hover { background-color: var(--color-light);}
	header li:hover {background-color: whitesmoke;}
	 
	/*Блок поиска*/
	#search.show {position: unset;top: unset;height: unset; background-color: unset;}
	#search form{padding:0.5rem}

	/*Инфо о посте*/
	#post-meta {border-bottom:1px solid transparent; transition: all 0.5s 0s;  margin-bottom: 1rem; background-color: white;z-index: 99}
	#post-meta>.d-flex {max-height: 70px; display: flex !important; display: -ms-flexbox !important; justify-content: space-between !important;-ms-flex-pack: justify!important;}
	#post-meta .autor{margin-bottom: 0; width: 70%;    display: -ms-flexbox !important; display: flex !important;justify-content: space-between;-ms-flex-pack: justify!important;}
	#post-meta .read-time{ padding: 0;}


	/*Содержание*/
	#chapters a{font-size: 1.2rem;}

	/*Контент поста*/
	.content-post img[class*='wp-image'], .content-post figcaption { margin-left: 0 !important; margin-right: 0 !important; width: auto !important; max-width: 100% !important; }
	.content-post img[class*='wp-image'] {margin:0 auto !important;}
	.content-post iframe[src*=youtub] {height: 480px;}

	/**/
	a.scroll.show {bottom: 60px;}
	.scroll.show:hover{bottom: 65px;}

	/**/
	#fix-share {position: relative; opacity: 0;pointer-events: none; z-index: 990;transition: all 0.6s 0s;}
	@media (min-width: 1320px) {
		#fix-share.show {opacity: 1;pointer-events: unset}
		#fix-share .ya-share2 { position: fixed; background-color: white; margin-left: -100px;top: -600px; transition:all 0.6s 0s;padding: 10px; border-radius: 1rem; border: 1px solid #eaeaea;}
		#fix-share.show .ya-share2 { top: 50px; transition: all 0.6s 0s;  }
		#fix-share .ya-share2__list {display: block;width: 50px;}
		#fix-share .ya-share2__item { opacity: 0.5;  margin-bottom: 0.2rem; }
		#fix-share .ya-share2__item:hover {opacity: 1; }
		.ya-share2__popup {position: relative !important; zoom: 0.8; top: 0!important;}
		#fix-share .ya-share2__popup .ya-share2__list {width: auto;left: 0;top: 0 !important;}
		#fix-share .ya-share2__popup .ya-share2__item {opacity: 1}
		#fix-share .prepend { color: var(--color-second-text); font-size: 0.55rem; text-align: center; display: block;}
		#fix-share .count {display: block; font-size: 1rem; color: var(--main-color-1); font-weight: bold;margin: 0.5rem 0;}
	}

/*////////////БЛОКИ КОНТЕНТА/////////////////*/
	/*Текст - фото*/
	.content-block .title * {font-size: 1.7rem;}
	.content-block .title p {font-size: 4rem;}
	.content-block .img {margin: auto;text-align: center;}
	.content-block .img img { border-radius: 0.7rem;}


	/*Видео блок*/
	.video-block iframe {height: 480px; border:none; border-radius: 0.7rem; }


/*Комментарии*/
.com-list-main .user_description {display: block;} 