html, body, div, span, h1, h2, p, a, img, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

*, *:after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
font-family: 'UA Army Labels Regular';
src: url('../fonts/UAArmyLabels.eot');
src: url('../fonts/UAArmyLabels.eot?#iefix') format('embedded-opentype'),
url('../fonts/UAArmyLabels.woff') format('woff'),
url('../fonts/UAArmyLabels.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}


body {font-family: 'Fira Sans', sans-serif; font-weight: 400;}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #1a1a1a;
}

.adsbygoogle {margin: 20px 0;}

.header {background: #fff; padding: 5px;}

.block_top_logo {background: #fff; padding: 5px;/* margin-bottom: 20px;*/ padding: 20px 50px;}

.block_top_logo img {margin-left: auto; margin-right: auto; display: block; width: 100%; height: auto; max-width: 1423px;}

.block_top_article_logo {padding: 5px; padding: 5px 30px; font-family: UA Army Labels Regular, "sans-serif"; text-align: center; text-transform: uppercase; font-size: 54px; color: #111;}

.block_top_article_logo span {color: #f02326;}
.block_top_article_logo a {color: #111;}

.block_about {background: #fff; padding: 5px; margin-bottom: 20px; padding: 30px 20px 0 20px;} 

.layout_main {max-width: 1423px; margin-left: auto;	margin-right: auto;}

.block_about_wrapper {display: flex; }

.block_about_item {padding: 10px 15px 10px 20px;; font-size: 16px; font-weight: bold;}

.block_about_item p {padding-bottom: 14px; line-height: 1.4em;}

.block_about_wrapper .block_about_item {position: relative;  border-right: 1px solid rgba(0,0,0,.12); margin-right: 15px;}
.block_about_wrapper .block_about_item:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #f02326;
    position: absolute;
    left: 0;
    top: 16px;
	border-radius: 5px;
}

.block_about_wrapper {padding: 0 20px;}

.block_about_wrapper .block_about_item:last-child {border: none; margin-top: 0;}

.block_about_wrapper .block_about_item a:hover {opacity: 0.8;}

.project_title {font-family: UA Army Labels Regular, "sans-serif"; text-transform: uppercase; font-size: 54px; color: #111; padding: 10px 0 20px 0; text-align: center;}

.block_about_bold {font-size: 22px; font-weight: bold; padding-right: 50px; line-height: 1.4em;}


.block_grid {background: #fff; padding: 5px; margin-bottom: 20px; padding: 30px 20px 80px 20px;}

.block_grid_wrapper {display: flex; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; justify-content: center;}

.block_grid_item {width: 33.333333%; padding-left: 10px; padding-right: 10px; text-align: center; position: relative; margin-bottom: 40px; border-right: #f02326 1px solid;}

.block_grid_wrapper .block_grid_item:after {
    border-bottom: 1px solid #f02326;
    border-top: 20px solid #fff;
    bottom: auto;
    content: "";
    height: 21px;
    left: 0px;
    position: absolute;
    top: auto;
    width: calc(100% + 1px);
    bottom: -20px;
}

/*.block_grid_wrapper .block_grid_item:nth-child(3n+3) {border-right: none;}*/

/*.block_grid_wrapper .block_grid_item:nth-child(7) {border-left: #f02326 1px solid;}

.block_grid_wrapper .block_grid_item:nth-child(7):after {
    border: none;
}*/


.post_wrapper_about .block_grid_item {width: calc(100% - 20px); padding-bottom: 10px;}

.block_grid_item a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 1;
}

.block_grid_item .t_1 {color: #2d5ffc; font-weight: bold; font-size: 20px; line-height: 1.1em; padding: 5px 20px 5px 20px;}

.block_grid_item .t_2 {color: #f02326; font-weight: bold; font-size: 32px; line-height: 1.1em; margin: 0; padding: 5px 20px 5px 20px;}

.block_grid_item .t_2 a {color: #f02326;}

.block_grid_item .t_3 {font-size: 12px; padding: 10px 20px 20px 20px;}

.t_4 {font-size: 12px; padding: 5px 25px;}

.block_grid_item img {margin-top: 20px; max-width: 160px; height: auto;}

.block_grid_item_b .t_1 {color: #111;}

.footer {background: #fff; padding: 50px; margin-bottom: 0;}

.footer picture img {width: 100%; height: auto;}


.article_layout .layout_main {width: 100%; max-width: 1423px;}


.main_content {display: flex; flex-direction: column; flex-wrap: nowrap;}

.container_article {display: flex; flex-direction: row; flex-wrap: nowrap; margin-bottom: 50px; margin-top: 25px;}

.block_footer_wrapper {
	font-size: 12px;
	padding-top: 40px;
	padding-bottom: 40px;
	max-width: 1593px;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	margin-bottom: 40px;
}


.block_footer_wrapper .block_footer_item {
    
	padding: 10px;
}

.block_supprot {display: flex; align-items: center;}

.highlight {
    background: #fad703;
    padding: 2px 6px;
}


.header_wrapper {height: 87px; position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    background: 0 0;}


.article_layout .header_wrapper {height: 62px;}
.header { padding: 12px 0; margin-top: 35px;}
.main_logo {text-align: center;}
.main_logo_link {display: block; width: 308px; margin: 4px auto 0 auto;}


.footer_copy {text-align: center; padding: 20px 0; font-size: 14px; font-weight: 300;}


*, *:before, *:after {
    box-sizing: border-box;
    outline: none;
}

.container_article {
	background: #fff;
    margin-bottom: 20px;
    padding: 25px 20px 60px 20px;
}

.post {
    width: 100%;
    max-width: 1423px;
	margin-left: auto;
	margin-right: auto;
}

.post_wrapper {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
	
}



.post_wrapper .post_article {
    width: 100%;
	max-width: 800px;
	padding: 10px;
}

.layout_wide .post_content_article .post_title .c_title {display: block; font-size: 68px; line-height: 1.12em; padding-bottom: 10px;}
.layout_wide .post_content_article .post_title .c_description {display: block; text-transform: uppercase; font-size: 42px; color: #f14949; max-width: 650px; margin: 0 auto; line-height: 1.2em; padding-bottom: 12px;}
.layout_wide .post_content_article .post_title .c_author {display: block; font-size: 18px; max-width: 650px; margin: 0 auto; line-height: 1.1em; text-transform: uppercase; font-weight: 400;}


.post_article h2 {font-size: 32px; line-height: 1.1em; padding: 20px 0 10px 0;}

.c_title_2 {font-size: 80%;}

.post_article ul {
    list-style: none;
    display: block;
    margin-block-start: 0;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
}

.post_article ul li {
    position: relative;
    padding: 10px 0 10px 10px;
}

.post_article ul li:before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #111;
    position: absolute;
    left: -18px;
    top: 18px;
    z-index: 2;
}


.post_photo_sm {padding: 15px 0; }

.post_photo_sm img {width: 100%; height: auto;}

.post_photo_description {font-weight: 300; font-size: 13px;}

.layout_wide .post_content_article {
    display: flex;
    flex-shrink: 0;
    padding: 0 42px 0 42px;
    align-items: center;
	align-content: center;
    position: relative;

}

.layout_wide .post_content_article .post_title {
    color: #111;
	max-width: 1280px;
	margin-left: auto; 
	margin-right: auto;
    position: relative;
    text-align: center;
	padding: 28px 0;
}

.block_grid_item:hover .t_2 a {opacity: 0.8;}

.author_header_img {max-width: 1593px; margin-left: auto; margin-right: auto;  background-image: url("../img/bg1.png"); background-repeat: no-repeat;  background-position: 50% bottom; position: relative; background-size: contain;}

.author_header_img .r {position: absolute; bottom: 0; right: 0; background: #fff; width: 45px; height: 50px;}

.author_header_info {max-width: 1593px; margin-left: auto; margin-right: auto;}

.author_header_img img {display: block; vertical-align: bottom; max-width: 360px; width: 100%; height: auto; margin-left: auto; margin-right: auto;}

.author_header_info > div { margin-left: 50px; margin-right: 45px; text-align: center; padding: 30px 20px 40px 20px; line-height: 1.1em;}

.author_header_info > div h2 {/*font-family: UA Army Labels Regular, "sans-serif"; */font-weight: 800; font-size: 64px; line-height: 1.1em; /*text-transform: uppercase;*/ padding-bottom: 20px;}

.block_top_logo_header h1 {font-family: UA Army Labels Regular, "sans-serif"; text-transform: uppercase; font-size: 148px; line-height: 1em; font-weight: 800; text-align: center; margin-bottom: 40px;}

.block_top_logo_header h1 span {color: #f02326;}

.block_top_logo_header h2 {
	font-family: UA Army Labels Regular, "sans-serif";
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    color: #2d5ffc;	
	margin-bottom: 50px;
}

.block_about .layout_main {max-width: 800px;}

@media screen and (min-width: 1024px) {.block_grid_wrapper .block_grid_item:nth-child(3n+3) {border-right: none;}}



@media screen and (max-width: 1024px) {
	
	.author_header {/*margin-left: 10px; margin-right: 10px;*/}
.block_about_wrapper, .block_footer_wrapper {
    flex-wrap: wrap;
}

	

	.block_grid_item {width: 50%; padding-left: 10px; padding-right: 10px; text-align: center; position: relative; margin-bottom: 40px; border-right: #f02326 1px solid;}
	
	
	
.block_footer_wrapper .block_footer_item {
    width: 100%;
    padding: 10px;
}
	
.block_top_logo {
    padding: 30px 20px;
}
	
.footer {
    padding: 30px 10px;
}
	
.block_top_article_logo {
 
}
	
	.post_wrapper {flex-wrap: wrap;}
	
	.post_wrapper .post_wrapper_about {width: 100%;}
	.post_wrapper .post_article {width: 100%; padding: 10px;}
	
	.block_about_wrapper .block_about_item {width: 100%;}
	.block_about_wrapper .block_about_item {border: none;}
	
	.block_about_wrapper {
    padding: 0 10px 0 10px;
}
	
}

@media screen and (min-width: 980px) and (max-width: 1024px) {.block_grid_wrapper .block_grid_item:nth-child(2n+2) {border-right: none;}}


@media screen and (max-width: 980px) {
	
.block_grid_item {
    width: 100%;
}
.project_title {
    font-size: 38px;
    padding: 10px 0 20px 0;
}
.block_about_bold {
    font-size: 20px;
}
.block_about {background: #fff; padding: 5px; margin-bottom: 20px; padding: 30px 20px 0 20px;} 
	
.block_grid_item .t_2 {
    padding: 5px 0 5px 0;
}
	
	.layout_wide .post_content_article {padding: 0;}
	
	.block_grid_wrapper .block_grid_item {border-left: none !important; border-right: none;}
	
	.block_top_logo_header h1 {font-size: 52px;}
	
	.block_top_logo_header h2 {font-size: 24px;}
	
	.author_header_img {
    max-width: 1593px;
    /*background-image: url(../img/bg1m.png);*/
    background-size: cover;
}
	
	.author_header_img img {
    max-width: 260px;
}
	
}

@media screen and (max-width: 560px) {
	
	.block_top_article_logo {font-size: 48px;}
	
	.author_header_info > div h2 {font-size: 30px; padding-bottom: 10px;}
	
	.author_header_info > div {
    margin-left: 30px;
    margin-right: 20px;
    text-align: center;
    padding: 20px 20px 30px 20px;
    line-height: 1.1em;
}
	

	
.block_grid_item .t_2 {
    font-size: 32px;
}
	
	.block_supprot img {width: 130px; height: auto;}
	
.block_about_item {
    font-size: 17px; 
}
	
	
	.block_grid_item img {width: 100%; height: auto; max-width: 190px;}
	
	.layout_wide .post_content_article {padding: 0;}
	
	.layout_wide .post_content_article .post_title .c_title {font-size: 42px;}
	
	.post_description_article {font-size: 19px;}
	
}

@media screen and (max-width: 360px) {
.main_logo_link {
    width: 160px;
}
	.post_content_article .post_title {font-size: 28px;}
}



@media screen and (min-width: 360px) {
	
.header.header_small .main_logo_link {width: 200px;}
}

.menu_wrapper {position: relative;}

.post {padding: 12px 24px; width: 100%;}

.post_title {font-size: 40px; line-height: 1.1em; padding: 0 0 10px; font-weight: 800;}


.layout_wide .post_photo_article {
    display: flex;
	margin-left: auto; margin-right: auto; max-width: 1800px;

}
.post_photo_article img {width: 100%; max-width: 1800px; height: auto; vertical-align: bottom; margin-left: auto; margin-right: auto;}

.container_article .post {padding: 12px 12px; width: 100%;}

.post_content_article {max-width: 1200px; margin: 0 auto; top: 0; left: 0; bottom: 0; right: 0; margin: auto;}


.post_photo_article {position: relative;}

.layout_wide .container_article.layout_main {width: 100%; max-width: 100%;}

.layout_wide .container_article {margin-top: 0;}

.layout_wide .container_article .post {padding: 0;}

.post_description_article {
   
    /*max-width: 800px;*/
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.4em;
	padding-bottom: 40px;
}

.post_description_article p {
    padding: 12px 0;
}

.block_post_description .contents {border-top: #f14949 1px solid; margin: 30px 0 60px 0;}

.block_post_description .contents a,  .block_post_description .contents a:hover {
    box-shadow: none;

}

.block_post_description .contents a:hover {opacity: 0.8; color: #f14949;}

.block_post_description .contents a {display: block; padding: 11px 30px 11px 0px; border-bottom: #f14949 1px solid; color: #f14949;}

.post_description_article a {
    color: inherit;
    box-shadow: inset 0 -2px #2d5ffc;
    border-bottom: none;
}

.block_post_description .contents > div {position: relative;}

.block_post_description .contents > div > span {position: absolute; right: 0; top: 15px; font-size: 14px; color: #f14949; font-weight: normal;} 



.layout_wide .post_header {
    flex-wrap: wrap;   

}


.about_text {font-size: 17px; line-height: 1.3em;}

.about_text p {padding: 10px 0;}

