/*
Theme Name: Win7-faq.info theme
Version: 1.00
Description: Дизайн сайта 4tech.info
Author: 4Tech.info
Author URI: https://4tech.info/
*/

/*Обнуляющие стили*/
*{padding: 0;margin: 0;border: 0;}
*,*:before,*:after{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
nav,footer,header,aside,article, main{display: block;}
html,body{height:100%;width:100%;font-size:100%;font-family: system-ui;line-height:18px;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display: none;}
input {cursor:pointer;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a,a:visited{text-decoration: none;}
a {color:#44a044;}
a:hover{text-decoration: none; color:#000;}
ul li{list-style: none;}
img{vertical-align: top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: inherit;}
/*--------------------*/

body {
	background: #efefef;
font-family: 'Fira Sans Condensed', sans-serif;
	display: flex;
	flex-direction: column;
}
p {
    margin: 0 0 15px 0;
}
/*Хедер*/
.header {
	background:#4f9c52;
	width: 100%;
	height: auto;
	padding: 0 15px 0 15px;
    box-shadow: 0 0 5px 1px rgb(99 99 99 / 19%);
	-webkit-box-shadow: 0 0 5px 2x rgb(99 99 99 / 19%);
}

.header-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.logotype-block {
	width: 175px;
	height: 55px;
}

.logo {
    width: 77%;
    height: 100%;
}

.menu-block {
	font-size: 15px;
}

.menu-block-ul {
	line-height: 27px;
	height: 100%;
}

.menu-block-ul li {
	display: inline-block;
	padding: 0 10px 0 10px;
	height: 100%;
}
.menu-block-ul a {
	color: #fff;
}
.menu-block-ul li a span {
	    width: 100%;
	    height: 100%;
    padding: 13px 5px 0 5px;
    display: inline-block;
}
.menu-block-ul li a span:hover {
	background: #67ab6a;
    padding: 13px 5px 0 5px;
    display: inline-block;
	}
.menu-block-ul li a span:active {
	background: #418844;
    padding: 13px 5px 0 5px;
    display: inline-block;
}
.home-nav-link::before {
		content: "";
		background: url('img/home-icon.png') no-repeat;
		width: 20px;
		height: 20px;
	top: 4px;
	position: relative;
	color: #f3f3f3;
	display: inline-block;
	margin: 0 5px 0 0;
}

.search-block {
	position: relative;
	margin: 10px 0 0 0;
}

.search-form {
background: #47824a;
    width: 220px;
    height: 40px;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px;
    cursor: text;
    border: 1px solid #67ab6a;
}
.search-form::-webkit-input-placeholder {
	color:#fff;
}
.search-form:focus {
	border:1px solid #f7f7f7;
	opacity:0.9;
	border-radius:5px;
}
.search-loop {
    position: absolute;
    right: 14px;
    top: 9px;
    background: url(img/search-loop.png) no-repeat;
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    width: 24px;
    height: 23px;
}
/*Конец Хедер*/

/*Враппер*/
.wrapper {
	width: 100%;
	margin: 0 auto;
	flex: 1 0 auto;
}
.wrapper-inner {
display: flex;
    justify-content: flex-end;
}
/*Конец Враппер*/

/*Сортировка*/
.sort-block {
	width: 100%;
	height: auto;
	background: #dcdcdc;
	border-radius: 4px;
	padding: 10px 10px 10px 10px;
	margin: 0 0 20px 0;
}
.sort-block-title {
	display: inline-block;
	font-size: 20px;
	padding: 0 20px 0 0;
	color: #6b6b6b;
}
.sort-block-content {
		display: inline-block;
		font-size: 12px;
}
.sort-block-content span {
background: #ffffff;
    padding: 7px 10px 7px 10px;
    border-radius: 4px;
    color: #000000;
    display: inline-block;
    font-weight: 500;
    margin: 0 0 0 15px;
    text-decoration: underline;
	}
/*Конец Сортировка*/

/*Основной контент*/
.main-container {
    width: 100%;
    max-width: 75%;
    padding: 30px 11px 0 10px;
	margin: 0 auto;
}
.content-wrap {
margin: 0;
}
.block-content {
	background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px 1x rgb(99 99 99 / 19%);
    box-shadow: 0 0 5px 1px rgb(99 99 99 / 19%);
	margin: 0 0 20px 0;
}
.block-content-title {
	font-size: 22px;
	margin: 0 0 0 13px;
	line-height: 42px;
}
.block-content-wrap {
	display: flex;
		    padding: 10px;
}
.block-content-wrap-img {
	margin: 0 15px 0 0;
		width: auto;
	height: auto;
}
.block-content-wrap-img img {
	width: 300px;
	height: auto;
	}
.block-content-wrap-description {
	padding: 15px 0 0 0;
}
.block-content-infobar {
	display: flex;
	justify-content: space-between;
	background: #efefef;
    padding: 10px;
}
.block-content-infobar-info {
}
.block-content-infobar-info-date {
	display: inline-block;
	margin: 0 20px 0 0;
	color: #969696;
	font-size: 13px;
}
.block-content-infobar-info-date::before {
	content: "";
	background: url(img/date-icon.png) no-repeat;
	width: 18px;
	height: 16px;
    left: 2px;
    top: 2px;
    position: relative;
    color: #0b76ba;
    display: inline-block;
    margin: 0 5px 0 0;
	}
.block-content-infobar-info-comments {
	display: inline-block;
	margin: 0 20px 0 0;
}
.block-content-infobar-info-comments a {
	color: green;
	text-decoration: underline;
	}
	.block-content-infobar-info-comments a:hover {
text-decoration: none;
color: grey;
	}
.block-content-infobar-info-comments::before {
		content: "";
	background: url(img/comment-icon.png) no-repeat;
	width: 20px;
	height: 19px;
    left: 2px;
    top: 5px;
    position: relative;
    color: #0b76ba;
    display: inline-block;
    margin: 0 5px 0 0;
	}
.block-content-infobar-info-views {
	display: inline-block;
	color: #969696;
	font-size: 13px;
}
.block-content-infobar-info-views::before {
		content: "";
	background: url(img/views-icon.png) no-repeat;
	width: 20px;
	height: 16px;
    left: 2px;
    top: 2px;
    position: relative;
    color: #0b76ba;
    display: inline-block;
    margin: 0 5px 0 0;
	}
.bloc-content-infobar-rating {
	font-size: 12px;
    color: #a2a2a2;
}
/*Конец Основной контент*/

/*Пагинация*/
.pagination-block {
background: #fff;
    padding: 10px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 5px 1x rgb(99 99 99 / 19%);
    box-shadow: 0 0 3px 1px rgb(99 99 99 / 15%);
}
.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
a.page-numbers {
    width: 26px;
    height: 25px;
    background: #44a044;
    text-align: center;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    padding: 2px 0 0 0;
	margin: 0 5px 0 5px;
}
.page-numbers.current {
    width: 26px;
    height: 25px;
    background: #9a651d;
    text-align: center;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    padding: 2px 0 0 0;
}
.next.page-numbers {
width: 26px;
    height: 25px;
    background: #44a044;
    text-align: center;
    border-radius: 5px;
    font-size: 29px;
    color: #fff;
    padding: 0 0 0 1px;
    margin: 0 5px 0 5px;
}
.prev.page-numbers {
width: 26px;
    height: 25px;
    background: #44a044;
    text-align: center;
    border-radius: 3px;
    font-size: 29px;
    color: #fff;
    padding: 0 2px 0 0;
    margin: 0 5px 0 5px;
}
.page-numbers.dots {
	width: 26px;
    height: 25px;
    background: #9b9b9b;
    text-align: center;
    border-radius: 3px;
    font-size: 31px;
    color: #fff;
    padding: 0 2px 0 0;
    margin: 0 5px 0 5px;
}
.page-numbers:hover {
	background:#717171;
}
/*Пагинация КОНЕЦ*/

/*Страница материала*/
.block-content-single {
	background: #fff;
	border-radius: 3px;
	    -webkit-box-shadow: 0 0 5px 1x rgb(99 99 99 / 19%);
    box-shadow: 0 0 5px 1px rgb(99 99 99 / 19%);
    padding: 15px;
}
.block-content-single h1 {
    font-size: 27px;
    margin: 12px 0 12px 0;
    line-height: 33px;
	color:#616161;
	}
.content-single {
    line-height: 26px;
    margin: 30px auto;
}
.single-text {
	    font-size: 17px;
}
.single-text h2 {
	font-size: 27px;
    color: #6d6d6d;
    background: #f5f5f5;
    padding: 7px;
	margin: 30px 0 20px 0;
    border-radius: 4px;
	text-align: center;
}
.single-text h3 {
	font-size: 20px;
    color: #6d6d6d;
    background: #f5f5f5;
    padding: 7px;
	margin: 30px 0 20px 0;
    border-radius: 4px;
	text-align: center;
}
.single-text h4{
	font-size: 20px;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px 0px 5px;
    border-bottom: 2px solid #8bc34a;
}
.single-text ul {
    margin: 20px;
    list-style: none;
    font-size: 14px;
}
.single-text ul li {
    position: relative;
    margin: 0 0 12px 8px;
    padding: 4px 8px;
    background: #fff;
    border-radius: 7px;
    border: 1px dashed #a7a7a7;
}
.single-text ul li::before {
    position: absolute;
    content: '';
    top: 10px;
    left: -20px;
    padding: 4px 0;
    background: #86b387;
    width: 12px;
    height: 12px;
    border-radius: 50px;
}
.single-text ol {
    margin: 20px;
    counter-reset: li;
    list-style: none;
}
.single-text ol li {
    position: relative;
    margin: 0 0 12px 2em;
    padding: 4px 8px;
    background: #f9f9f9;
    border: 1px solid #ececec;
    border-radius: 7px;
}
.single-text ol li::before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 1px;
    left: -39px;
    width: 32px;
    padding: 4px 0;
    border: 2px solid #FF9800;
    color: #000;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, sans-serif;
    text-align: center;
    border-radius: 50px;
}
.i-class {
    background: #ffe598;
    padding: 10px;
    border-radius: 4px;
    color: #000000;
}
.single-content-block {
	width: 100%;
	max-width: 74%;
	margin: 30px 19px 0 0;
}
.single_thumbnail {
    margin: 0 0 30px 0;
	width: 100%;
}
.single_thumbnail img {
	display:block;
	width: auto;
	margin: 0 auto;
}
.wp-block-image {margin: 0 a}
.wp-block-image img {
	    box-shadow: 0 0 5px 1px rgb(99 99 99 / 19%);
    -webkit-box-shadow: 0 0 5px 1x rgb(99 99 99 / 19%);
	border-radius:5px !important;
}
.single-date {
	font-size: 12px;
	color:#636363;
}
.single-comment {
	font-size:13px;
}
.breadcrumbs {
    padding: 0 0 13px 0;
    border-bottom: 1px solid #f1f1f1;
}
.share-rait_block {
display: flex;
    border-top: 1px solid #eaeaea;
    padding: 10px 0 7px 0px;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #e8e8e8;
}
.share-block {
	flex-basis: 37%;
}
.single-views {
    flex-basis: 44%;
	    color: #717171;
	    font-size: 17px;
}
.single-views::before {
	content: "";
    background: url(img/views-icon.png) no-repeat;
    width: 20px;
    height: 16px;
    left: 2px;
    top: 2px;
    position: relative;
    color: #0b76ba;
    display: inline-block;
    margin: 0 5px 0 0;
}
.block-single-rating {
    font-size: 12px;
    color: #b1b1b1;
	    flex-basis: 17%
}
.related-block {
    margin: 50px 0 30px 0;
}
.related-block span {
	    font-size: 20px;
	color:#464646;
}
.related-block-item {
	    display: flex;
	    margin: 10px 0 0 0;
}
.related-single-block {
	background: #fff;
    margin: 0 10px 0 0;
	padding: 10px;
	-webkit-box-shadow: 0 0 5px 1x rgb(99 99 99 / 19%);
    box-shadow: 0 0 5px 1px rgb(99 99 99 / 19%);
	border-radius: 4px;
}
.related-single-block:last-child {
	margin:0;
}
.related-single-block-img img {
	display:block;
}
.related-single-block-rating {}

.related-single-block-title {
	font-size: 17px;
    margin: 10px 0 0 0;
	text-align: center;
}
.read-other {
    color: #5d5d5d;
    border-left: 4px solid #9e9e9e;
    padding: 1px 0 1px 8px;
	margin: 30px 0 30px 0;
    font-size: 18px;
}

.block-content {	
}

.to-comment {
    text-align: center;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
	font-size: 15px;
}
a.to-comments-link:hover {
	text-decoration:underline;
}
.to-article-block {
    text-align: center;
}
a.to-article-link:hover {
	text-decoration:underline;
}
span.add-comment-rules {
    display: block;
    font-size: 14px;
    margin: 0 0 20px 0;
}
a.add-comment-rules-link {
    color: #6f6f6f;
    text-decoration: underline;
}
a.add-comment-rules-link:hover {
	text-decoration:none;
	color:#000000;
}
/*Конец Страница материала*/

/*Комментарии*/
.h2comments {
    font-size: 19px;
    text-transform: uppercase;
    color: #636363;
    background: #fff;
    padding: 10px;
    margin: 10px 0 30px 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px 1x rgb(99 99 99 / 19%);
    box-shadow: 0 0 5px 1px rgb(99 99 99 / 19%);
}
a.addComment {
    float: right;
}
.comment {
    padding: 15px;
	    background: #fff;
    border-radius: 4px;
	margin: 0 0 25px 0;
	-webkit-box-shadow: 0 0 5px 1x rgb(99 99 99 / 19%); 
	box-shadow: 0 0 5px 1px rgb(99 99 99 / 19%);
}
.comment span {
    font-size: 13px;
    color: #929292;
}
.commentss-text {
    clear: both;
    margin: 20px 0 20px 0;
}
ul.commentlist {
    font-size: 17px;
	clear:both;
}
.commentlist > [class*=max_depth-] {
	margin: 0 0 0 20px;
}
/*Конец Комментариев*/

/*Форма Комментариев*/
#respond {
    background: #fff;
    padding: 10px;
	margin: 40px 0 0 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px 1x rgb(99 99 99 / 19%);
    box-shadow: 0 0 5px 1px rgb(99 99 99 / 19%);
}
.commenth {
    font-size: 22px;
    color: #696969;
    margin: 10px 0 20px 0;
	    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 10px 0;
}

input#author {
    border: 1px solid #d8d8d8;
    padding: 10px;
    font-size: 19px;
    border-radius: 4px;
	cursor: text;
}
textarea#comment {
    width: 100%;
    margin: 10px 0 0 0;
    border: 1px solid #e6e6e6;
    padding: 10px;
    border-radius: 4px;
    font-size: 15px;
}
input#submit {
    background: #4caf50;
    padding: 10px;
    font-size: 21px;
    margin: 10px 0 0 0;
    border-radius: 4px;
    color: #fff;
}
input#submit:hover {
     background:#6b6b6b;
}
/*Конец Формы Комментариев*/

/*Сайдбар*/
.sidebar-container {
width: 285px;
    background: #fff;
    padding: 30px 10px 0 10px;
	    box-shadow: 0 0 5px 1px rgb(99 99 99 / 19%);
	-webkit-box-shadow: 0 0 5px 1x rgb(99 99 99 / 19%);
}

.related-posts {
max-width: 285px;
}

.related-posts-h1 {
font-size: 19px;
    margin: 0 0 20px 0;
    text-align: center;
    background: #ffffff;
    padding: 10px;
    border-radius: 3px;
    color: #737373;
    border-bottom: 1px solid #ececec;
}

.related-posts-title {
	font-size: 19px;
    margin: 0 0 10px 0;
}
.related-posts-content {
padding: 5px 0 0 0;
    border: 1px solid #e2e2e2;
    height: auto;
    border-radius: 2px;
    margin: 0 0 10px 0;
	box-shadow: 0 0 8px 0px rgb(99 99 99 / 11%);
    -webkit-box-shadow: 0 0 8px 0px rgb(99 99 99 / 11%);
}


.related-posts-content-title {
    margin: 0 1px 0 72px;
    font-size: 16px;
    display: block;
}
.related-posts-content-title a {
	color:#636363;
}
.related-posts-content-title a:hover {
	color:#4caf50;
}
.related-posts-content-img {
    width: auto;
    float: left;
	margin: 0 0 6px 6px;
}

.related-posts-content-img img {
	width: auto;
}
.related-posts-content-info {
	    clear: both;
display: flex;
    justify-content: center;
    padding: 2px 8px 0 0;
    background: #ffffff;
	border-top:1px solid #ececec;
}
.related-posts-content-info-views {
    font-size: 12px;
    color: #757575;
}
.related-posts-content-info-views::before {
    content: "";
    background: url(img/views-related-icon.png) no-repeat;
    width: 16px;
    height: 13px;
    left: 2px;
    top: 2px;
    position: relative;
    color: #0b76ba;
    display: inline-block;
    margin: 0 5px 0 0;
}
/*Конец Сайдбар*/

/*Футер*/
.footer {
	    background: black;
    color: #fff;
        flex: 0 0 auto;
padding: 10px 0 10px;
	margin: 20px 0 0 0;
}
.footer-top {
	display: flex;
	justify-content: space-between;
	    margin: 0 0 30px 0;
	    padding: 10px 10px 0 10px;
}
.footer-description {
	flex-basis: 25%;
	font-size: 13px;
}
.footer-related {
	flex-basis: 33.3333%;
}
.footer-related-title {
	color: #b1b1b1;
	font-size: 17px;
}
.footer-related-body {
	font-size: 13px;
	margin: 10px 0 0 0;
}
.footer-related-body ul li {
	padding: 3px 5px 3px 5px;
}
.footer-related-body a {
color: #44a044;;
}
.footer-related-body a:hover {
	text-decoration: underline;
	}
.footer-social {
margin: 40px 40px 0 0;
}

.social-twitter {
	display: inline-block;
    margin: 0 10px 0 0;
}

.social-vk {
	display: inline-block;
    margin: 0 10px 0 0;
}

.social-facebook {
		display: inline-block;
}

.footer-bottom {
	border-top: 1px solid #232323;
	padding: 10px;
}
.contact-footer {
	margin: 0 10px 0 0;
}
.sitemap-footer {}
/*Конец Футер*/

/*Адаптив*/
@media screen and (max-width: 1024px) {
.wrapper-inner {
	flex-wrap: wrap;
}
.main-container {width: 100%; max-width: 100%;    margin: 0;}
.sidebar-container {width: 100%;}
.related-posts {max-width: 100%;    margin: 20px 0 0 0;}
.footer-top {flex-wrap: wrap;}
.single-content-block {width: 100%; max-width: 100%; margin: 0;}
}
@media screen and (max-width: 380px) {
}

@media screen and (max-width: 890px) {
.sort-block-title {
    display: block;
    padding: 0 20px 20px 0;
    text-align: center;
}
}

@media screen and (max-width: 771px) {
.menu-block-ul {height: auto;}
.block-content-wrap {flex-wrap: wrap;}
.block-content-wrap-img {margin: 0 auto;}
.block-content-wrap-img img {width: 250px;}
}
@media screen and (max-width: 1200px) {
.wrapper-inner {margin: 0 20px 0 20px;}
}

@media screen and (max-width: 771px) {
.sort-block-content span {margin: 0 0 12px 15px;}
}

@media screen and (max-width: 850px) {
}
/*Конец Адаптив*/

/*TOC*/
div#toc_container {
    border: 2px dashed #ececec;
    padding: 10px 0 10px 30px;
    border-radius: 6px;
	    background: #ffffff;
    margin: 0 0 20px 0;
    width: 100%;
	display:block;
}
#toc_container p.toc_title {
	text-align:left !important;
    font-weight: 500 !important;
	font-size: 21px;
    color: #5d5857;
}
.toc_list li {
    background: #ffffff !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px;
	border: none !important;
}
.toc_list li::before {
    content: none !important;
}
.toc_list li a {
    margin: 5px 0 5px 0;
}

/*Конец TOC*/