body{
	background: #fafafa;
    word-break: break-word;
}
.page_content{
	background: white;
	padding: 40px 70px 50px;
	border-radius: 10px;
	max-width: 1170px;
	margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
}
.row{
	margin-right: 0px !important;
	margin-left: 0px !important;
}
.top_logo{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e2e2e2;
}
.navbar-name{
	font-weight: bold;
	font-size: 23px;
	color: #018c38;
}
.logo_img{
	height: 35px;
	margin-right: 10px
}
.navbar-name:hover{
	text-decoration: none;
	color: #05ab47;
}
#custom-navbar{
	border-top: 1px solid #ebebeb;
    box-shadow: 0 15px 10px -15px #1e204b2b;
    min-height: 48px;
    overflow: hidden;
}
#custom-navbar ul li a{
	color: black;
	font-weight: bold;
}
.article_block_short{
	padding: 30px 0;
	border-bottom: 1px solid #e2e2e2;
    margin-left: 1%;
}
.article_block_short .article_short_head a{
	line-height: 1.1;
    text-decoration: none;
    font-weight: 600;
    font-size: 14pt;
    color: #273239;
}
.article_block_short .article_short_desc{
	padding-top: 10px;
    letter-spacing: .01rem;
    color: #7b7a7a;
}
.article_block_short .article_short_desc a{
	color: #018c38;
}
.date_art{
	margin-top: 25px;
	color: #6d6d6d;
}
.text_art{
	margin-top: 30px;
    letter-spacing: .015rem;
    line-height: 1.67;
    font-family: "urw-din",sans-serif;
    font-size: 17px;
    color: #40424e;
}
.text_art img{
	max-width: 100%;
}
.code-gutter{
	display: none;
}
.noIdeBtnDiv .tabtitle{
	padding-top: 11px;
    background: #fff;
    border-color: #ddd;
    color: #ec4e20;
    padding-bottom: 11px;
    margin-top: 0;
    position: relative;
    top: 1px;
    font-size: 21px;
}
.noIdeBtnDiv code{
	background: white !important;
}
.noIdeBtnDiv .undefined.spaces{
	padding-left: 38px;
}
.code-block {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
.code-output-container{
	display: none;
}
.editor-buttons-container {
    bottom: 0;
    left: 0;
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
    width: 40px;
}
.editor-buttons {
    align-items: center;
    display: flex;
    flex-flow: column;
    padding-top: 6px;
    top: 0;
    width: 40px;
    z-index: 1;
}
.code-container {
	border-radius: 1px;
	border: 1px solid #ddd;
    flex: 1;
    min-width: 0;
    overflow-y: hidden;
    width: 100%;
    margin-bottom: 10px;
}
.syntaxhighlighter {
    background-color: #fff!important;
}
.syntaxhighlighter {
    width: 100%!important;
    margin: 1em 0 1em 0!important;
    position: relative!important;
    overflow: auto!important;
    font-size: 1em!important;
    margin-left: 5px;
}
.syntaxhighlighter table {
    width: 100%!important;
}
.syntaxhighlighter table td.code {
    width: 100%!important;
}
.syntaxhighlighter table td.code .container {
    position: relative!important;
    width: 100% !important;
}
.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
    padding-left: 0!important;
}
.syntaxhighlighter .keyword {
    font-weight: 700!important;
}
.syntaxhighlighter .keyword {
    color: #069!important;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
    color: #000!important;
}
.syntaxhighlighter .string, .syntaxhighlighter .string a {
    color: #00f!important;
}
.syntaxhighlighter .value {
    color: #090!important;
}
.syntaxhighlighter .functions {
    color: #ff1493!important;
}


.footer_block{
	border-top: 1px solid #dedede;
	font-family: Roboto,sans-serif;
    line-height: 1;
    background: white;
}
.footer_main{
	font-family: sofia-pro,sans-serif;
	padding: 25px 40px 20px 40px;
	max-width: 1170px;
	margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row;
}
.footer_rights{
	background: #018c38;
    font-family: sofia-pro,sans-serif;
    height: 40px;
    display: flex;
    padding-left: 40px;
    color: #fff;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    justify-content: center;
}
.footer_info{
	display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.footer_info .footer_name{
	font-weight: bold;
    font-size: 23px;
    color: #018c38;
}
.footer_info a:hover{
	text-decoration: none;
}
.footer_img{
	max-width: 70px;
	margin-bottom: 20px;
}
.footer_links{
	display: flex;
    flex-grow: 1;
    flex-direction: row;
    justify-content: space-around;
}
.footer_links_block{
	display: flex;
	list-style: none;
    flex-direction: column;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px;
}
.footer_links_block .flb_name{
	color: #018c38;
    font-size: 13.5pt;
    font-weight: 600;
    padding-bottom: 10px;
}
.footer_links_block li{
	padding-bottom: 6px;
    line-height: 1.67;
}
.footer_links_block li a{
	font-size: 11pt;
    text-decoration: none;
    color: #696969;
}
.pagination > li > a, .pagination > li > span{
	color: black !important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	color: white !important;
	font-weight: bold;
	background: #018c38;
}
.pagination_nav{
	margin-top: 20px;
	margin-bottom: 50px;
}
.mobile_menu_button{
	z-index: 1024!important;
    padding: 5px;
    font: normal normal normal 16px/1 Roboto;
    text-transform: uppercase;
    width: 20px;
}
.mob_menu_line{
	display: block;
    position: relative;
    width: 25px;
    height: 2px;
    border-radius: 30px;
    left: 0;
    margin-left: 15px;
    margin-right: 25px;
    background-color: #263238!important;
    -webkit-transition: .2s ease;
    -ms-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}
.mb_line_1{
	top: 7px;
}
.mb_line_2{
	top: 13px;
}
.mb_line_3{
	top: 20px;
}
#mobileMenu{
	display: none;
}
.mobile_menu_button{
	display: none;
}
#mobileMenu ul{
	padding-left: 29px;
}
#mobileMenu ul li{
	list-style: none;
	padding: 5px 6px;
}
table thead th{
	background: #6d6d6d;
    padding: 10px 10px;
    margin: 0;
    font-weight: 500;
    font-size: 14pt;
    color: white;
}
table tbody th {
	padding: 14px 10px;
    font-size: 12.5pt;
}
table tbody tr td {
    padding: 14px 10px;
    font-size: 12.5pt;
}
table tbody tr:nth-child(2n) {
    background-color: #ebebeb;
}
.article_tags{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 20px;
}
.tag_list_item a{
	margin-right: 15px;
	color: #2E8B44;
	text-decoration: none;
}
.rec_block{
	margin-top: 80px;
}
.rec_block h4{
	text-align: center;
	font-weight: bold;
	letter-spacing: .3rem;
	color: #018c38;
	margin-bottom: 30px;
}
.recomended{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    /*height: 100%;*/
    flex-basis: 100%;
}
.recomended_art{
	margin-top: 10px;
	padding-right: 15px;
	margin-bottom: 15px;
   	width: calc(50% - 15px);
}
.rec_head{
	font-size: 13pt;
    font-weight: bolder;
    color: black;
    line-height: 1.3;
}
.rec_head a{
	text-decoration: none;
	color:black;
}
.rec_meta{
	color:#8e8c8c;
	margin-top: 3px;
	font-style: italic;
}

.main_name_block{
    margin-left: 1%;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 4px solid #018c38;
    margin-right: 3%;
    margin-bottom: 15px;
}
.main_name_block.cl2{
    border-bottom: 4px solid #d59434;
}
.main_name_block.cl3{
    border-bottom: 4px solid #3d9682;
}
.blocks_main{
    display: flex;
    flex-wrap: wrap;
}
.blocks_main .bl_block{
    width: 32%;
    margin-right: 1%;
    padding: 10px;
    position: relative;
}
.blocks_main .bl_block a:hover{
    text-decoration: none;
}
.blocks_main .bl_block .block_inside{
    cursor: pointer;
    transition: box-shadow .3s,border-color .3s;
    border-radius: 5px;
    color: white;
    font-size: 23px;
    text-align: center;
    font-weight: bold;
    line-height: 70px;
    height: 70px;
    background-image: linear-gradient(to bottom right,#018c38,#41c173);
}
.blocks_main .bl_block .block_inside.cl2{
    background-image: linear-gradient(to bottom right,#d59434,#fabc4b) !important;
}
.blocks_main .bl_block .block_inside.cl3{
    background-image: linear-gradient(to bottom right,#3d9682,#57d0ba) !important;
}
.blocks_main .bl_block .block_inside:hover{
    box-shadow:0 1px 2px -2px #4b4b4b,0 3px 6px 0 #4b4b4b,0 3px 12px 2px #4b4b4b!important;
}


.art_img_blocks{
    display: flex;
    flex-wrap: wrap;
}
.article_block_big{
    width: 32%;
    margin-right: 1%;
    padding: 10px;
    position: relative;
}
.article_block_big .art_big_inside:hover{
    box-shadow:0 1px 2px -2px #4b4b4b,0 3px 6px 0 #4b4b4b,0 3px 12px 2px #4b4b4b!important;
    border: 0px;
}
.art_big_inside{
    cursor: pointer;
    transition: box-shadow .3s,border-color .3s;
    border: 1px solid #f0f0f0;
    border-radius: 10px!important;
}
.article_block_big .main_block_img img{
    max-width: 100%;
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 150px!important;
/*    min-height: 195px;
    max-height: 195px;*/
}
.article_block_big .article_big_head{
    height: 120px;
    overflow: hidden;
    padding: 15px;
    font-size: 18px;
    display: flex;
    flex-flow: row wrap;
    font-weight: 400;
    color:#273239;
}
.article_block_big a:hover{
    text-decoration: none;
    color:#273239;
}
.article_block_big .article_tags{
    padding: 15px;
}

.main_art_img{
    text-align: center;
}
.main_art_img img{
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px !important;
    max-width: 100%;
    max-height: 500px;
}

.article_img, .article_body{
    display: flex;
    flex-wrap: wrap;
}
.article_img{
    align-items: center;
    justify-content: center;
}
.article_img img{
    max-width: 300px;
    vertical-align: middle;
    margin-right: 20px;
    height: auto;
    border-radius: 7px;
}
.article_block_short{
    display: flex;
}
figure.wp-caption{
    max-width: 100% !important;
}
.categories_art{
    margin-top: 30px;
}
.cat_link{
    background: #018c38;
    color: white;
    padding: 7px;
    border-radius: 5px;
    margin-right: 10px;
}
.cat_link:hover{
    color: white;
    text-decoration: none;
    background: #017a31;
}
.cat_link .glyphicon{
    margin-right: 5px;
}


@media (max-width: 768px){
	#mobileMenu{
		margin-top: 26px;
	}
	.mobile_menu_button{
		position: relative;
		display: block;
	}
	#custom-navbar{
		position: relative;
	}
	.recomended_art{
		width: 100%;
	}
    .article_block_big{
        width: 49%;
    }
    .article_block_big .main_block_img img{
        height: 100px!important;
    }
    .article_img{
        width: 100%;
    }
    .article_block_short{
        display: block;
    }
    .article_img, .article_body{
        display: block;
    }
    .article_img{
        margin-bottom: 15px;
        text-align: center;
    }
    .article_img img{
        max-width: 500px;
    }
}
@media (max-width:550px){
	.footer_info{
		margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 20px;
	}
	.footer_main{
		flex-wrap: wrap;
	}
	.page_content{
		padding: 30px 25px 50px;
	}
    .blocks_main .bl_block{
        width: 49% !important;
        font-size: 20px;
    }
    .article_block_big{
        width: 98%;
    }
    .article_block_big .main_block_img img{
        height: auto !important;
    }
    .article_block_big .article_big_head{
        height: auto !important;
    }
    .article_img img{
        max-width: calc(100% - 20px);
    }
    .cat_link{
        display: inline-table;
        margin-bottom: 5px;
    }
}
@media (max-width:420px){
	.footer_links{
		flex-wrap: wrap;
	}
	.footer_links_block{
		align-items: center;
		flex-basis: 100%;
		padding-left: 0px !important;
	}
}
