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: museo sans cyrl;
  font-style: normal;
  font-weight: 400;
  src: local('Museo Sans Cyrl'), url(../fonts/museosanscyrl-500.woff) format('woff')
}
@font-face {
  font-family: museo sans cyrl;
  font-style: italic;
  font-weight: 400;
  src: local('Museo Sans Cyrl'), url(../fonts/museosanscyrl-500italic.woff) format('woff')
}
@font-face {
  font-family: museo sans cyrl;
  font-style: normal;
  font-weight: 250;
  src: local('Museo Sans Cyrl'), url(../fonts/MuseoSansCyrl.woff.woff) format('woff')
}
@font-face {
  font-family: museo sans cyrl;
  font-style: italic;
  font-weight: 250;
  src: local('Museo Sans Cyrl'), url(../fonts/museosanscyrl_100_italic.woff) format('woff')
}
@font-face {
  font-family: museo sans cyrl;
  font-style: normal;
  font-weight: 300;
  src: local('Museo Sans Cyrl'), url(../fonts/museosanscyrl-300.woff.woff) format('woff')
}
@font-face {
  font-family: museo sans cyrl;
  font-style: italic;
  font-weight: 300;
  src: local('Museo Sans Cyrl'), url(../fonts/museosanscyrl-300italic.woff.woff) format('woff')
}
@font-face {
  font-family: museo sans cyrl;
  font-style: normal;
  font-weight: 600;
  src: local('Museo Sans Cyrl'), url(../fonts/museosanscyrl-700.woff) format('woff')
}
@font-face {
  font-family: museo sans cyrl;
  font-style: italic;
  font-weight: 600;
  src: local('Museo Sans Cyrl'), url(../fonts/museosanscyrl-700italic.woff) format('woff')
}
@font-face {
  font-family: museo sans cyrl;
  font-style: normal;
  font-weight: 700;
  src: local('Museo Sans Cyrl'), url('../fonts/MuseoSansCyrl.woff.woff') format('woff')
}
@font-face {
  font-family: museo sans cyrl;
  font-style: italic;
  font-weight: 700;
  src: local('Museo Sans Cyrl'), url(../fonts/MuseoSansBlackItalic.woff.woff) format('woff')
}


body {font-family: 'Museo Sans Cyrl', sans-serif; font-weight: 400; background: #2573ff; padding: 20px;}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #1a1a1a;
}

.adsbygoogle {margin: 20px 0;}

.header {background: #fff; padding: 5px; margin-bottom: 20px;}

.block_top_logo {background: #fff; padding: 5px; margin-bottom: 20px; padding: 50px;}

.block_top_logo img {margin-left: auto; margin-right: auto; display: block; width: 100%; height: auto; max-width: 1423px;}

.block_top_article_logo {background: #fff; padding: 5px; padding: 30px 50px;}

.block_top_article_logo img {margin-left: auto; margin-right: auto; display: block; width: 100%; height: auto; max-width: 1423px;}

.block_about {background: #fff; padding: 5px; margin-bottom: 20px; padding: 30px 20px 60px 20px;} 

.layout_main {max-width: 1423px; margin-left: auto;	margin-right: auto;}

.block_about_wrapper {display: flex; margin-left: -10px; margin-right: -10px; width: calc(100% + 20px); }

.block_about_item {padding: 10px; font-size: 18px; font-family: 'Museo Sans Cyrl', sans-serif;}

.block_about_item p {padding-bottom: 15px; line-height: 1.4em;}

.block_about_wrapper .block_about_item:nth-child(1) {width: calc(33.333333%);}
.block_about_wrapper .block_about_item:nth-child(2) {width: calc(66.666666%);}

.project_title {font-size: 38px; font-weight: bold; text-transform: uppercase; padding: 10px 0 20px 0;}

.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;}

.block_grid_item {width: calc(33.333333% - 20px); margin-left: 10px; margin-right: 10px; text-align: center; position: relative; padding-bottom: 40px;}


.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: #204bff; font-weight: bold; font-size: 20px; line-height: 1.1em; padding: 18px 20px 5px 20px;}

.block_grid_item .t_2 {color: #111; font-weight: bold; font-size: 36px; line-height: 1.1em; margin: 0; padding: 5px 20px 5px 20px;}

.block_grid_item .t_3 {font-size: 12px; padding: 10px 20px 5px 20px; text-transform: uppercase;}

.t_4 {font-size: 12px; padding: 5px 25px;}

.block_grid_item_b img {margin-top: 40px;}

.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 {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 40px;
}


.block_footer_wrapper .block_footer_item {
    width: calc(50%);
	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;}
.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: 30px 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);
	margin-bottom: 60px;
}

.post_wrapper .post_wrapper_about {
    width: calc(33.333333%);
	padding: 10px;
}

.post_wrapper .post_article {
    width: calc(66.666666%);
	padding: 10px;
}

.layout_wide .post_content_article .post_title .c_title {    font-family: 'Museo Sans Cyrl', sans-serif; display: block; font-size: 78px; line-height: 1em; 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 {font-family: 'Museo Sans Cyrl', sans-serif; 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;
	font-family: 'Museo Sans Cyrl Extra Condensed', sans-serif;
	max-width: 1280px;
	margin-left: auto; 
	margin-right: auto;
    position: relative;
    text-align: center;
}

.block_grid_item:hover .t_2 a {color: #204bff;}

@media screen and (max-width: 1024px) {
.block_about_wrapper, .block_footer_wrapper {
    flex-wrap: wrap;
}
.block_about_wrapper .block_about_item:nth-child(1) {
    width: 100%; padding-right: 10px; padding-bottom: 20px;
}
.block_about_wrapper .block_about_item:nth-child(2) {
    width: 100%;
}
	
.block_grid_item {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
}
	
.block_footer_wrapper .block_footer_item {
    width: 100%;
    padding: 10px;
}
	
.block_top_logo {
    padding: 30px 20px;
}
	
.footer {
    padding: 30px 20px;
}
	
.block_top_article_logo {
    padding: 30px 20px;
}
	
	.post_wrapper {flex-wrap: wrap;}
	
	.post_wrapper .post_wrapper_about {width: 100%;}
	.post_wrapper .post_article {width: 100%; padding: 10px;}
	
}


@media screen and (max-width: 980px) {
	
.block_grid_item {
    width: 100%;
}
.project_title {
    font-size: 28px;
    padding: 10px 0 20px 0;
}
.block_about_bold {
    font-size: 20px;
}
.block_about {background: #fff; padding: 5px; margin-bottom: 20px; padding: 30px 20px 20px 20px;} 
	
.block_grid_item .t_2 {
    padding: 5px 0 5px 0;
}
	
	.layout_wide .post_content_article {padding: 0;}
	
}

@media screen and (max-width: 560px) {
	
.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: 279px;}
	
	.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: 220px;}
}

.menu_wrapper {position: relative;}

.post {padding: 12px 24px; width: 100%;}

.post_title {font-family: 'Museo Sans Cyrl', sans-serif; font-size: 40px; line-height: 1.1em; padding: 0 0 10px; font-weight: 700;}


.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_content_article  .post_title {
    font-family: 'Museo Sans Cyrl', sans-serif;
    font-size: 32px;
    line-height: 1.0em;
    padding: 0 0 10px;
    font-weight: 700;
}

.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 #204bff;
    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;
    

}












