/*fonts*/
@font-face {
	font-family: 'proxima_novasemibold';
	src: url(/static/assets/e740616b68e1891dd8af2c7041762700.woff2) format('woff2'),
		url(/static/assets/fdacf731bdb5fa6eb38f499a392fe7d8.woff) format('woff'),
		url(/static/assets/86cfb6cab802a9b63be3079fd244a62f.ttf) format('truetype'),
		url(/static/assets/7a19ca3f916396102f56abde53bdc415.svg#proxima_novasemibold) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_novabold';
	src: url(/static/assets/ee05489c389bd978d42e775d7a9737e5.woff2) format('woff2'),
		url(/static/assets/ffcdaee792e5528639c891c331d74d7e.woff) format('woff'),
		url(/static/assets/294824ff628ba097ca1377967b324982.ttf) format('truetype'),
		url(/static/assets/d5227411e8040238390a45e2ce0c365e.svg#proxima_novabold) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_novaregular';
	src: url(/static/assets/cd210f8d47e28f765b08a683bd9bfe91.woff2) format('woff2'),
		url(/static/assets/34504d2eda15a0c55cd1062cd52f9667.woff) format('woff'),
		url(/static/assets/c87385510fa3f7df0db35ed471cee066.ttf) format('truetype'),
		url(/static/assets/b76d922c602a0ee981093b1c3e1eb382.svg#proxima_novaregular) format('svg');
	font-weight: normal;
	font-style: normal;
}
/*reset*/
html, body{height:100%;}
body {
	margin:0;
	color:#333;
	font:16px/26px "proxima_novaregular", Arial, Helvetica, sans-serif;
	background:#f6f7f8;
	min-width:1280px;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
}
body, div, p, span, main, aside, select, h1, h2, h3{
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}
img {border-style:none;}
a {
	text-decoration:none;
	color:#07f;
	outline:none !important;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}
a:hover {text-decoration:underline;}
a:active {background-color: transparent;}
a:visited {background-color: transparent;}
strong{
	font-weight:normal;
	font-family:"proxima_novabold", Arial, Helvetica, sans-serif;
}
header, footer, article, section, nav, figure, aside { display: block; }
figure { margin:0; padding:0; }
button{outline:none !important;}
#wrapper{
	position:relative;
	width:100%;
}
.wrapper-holder{
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
	margin:0 auto;
	max-width:1280px;
	padding:0 30px;
	position:relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.flex,
.figure,  .figcaption{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
h1, h2, h3{
	font:22px/26px "proxima_novabold", Arial, Helvetica, sans-serif;
	margin:0 0 19px;
}
p,
span.text{margin:0 0 25px;}
/*Header*/
#header{
	padding:16px 30px 9px;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.logo a{text-decoration:none;}
#nav{
	top:-5px;
	position:relative;
	font:14px/16px "proxima_novasemibold", Arial, Helvetica, sans-serif;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav ul li{padding-left:39px;}
#nav ul a{color:#999;}
/*Main*/
#main{
	background:#fff;
	padding:30px 30px 0;
	border-radius:4px 4px 0 0;
	position:relative;
}
.main-holder{
	position:relative;
	margin:0 -20px;
}
.main-holder > *{
	width:50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:0 20px;
}
/*Content*/
.green{color:#82d100 !important;}
.post-picture{
	position:relative;
	margin:0 0 22px;
}
.post-picture .figure{
	position:relative;
	display:block;
	margin:0 0 8px;
	border-radius:4px;
	overflow:hidden;
}
img{
	display:inline-block;
	vertical-align:top;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}
.post-picture .figure .figcaption{
	color:#fff;
	position:absolute;
	margin:0;
	padding:0 15px 18px;
	bottom:0;
	left:0;
	right:0;
	font:32px/34px "proxima_novabold", Arial, Helvetica, sans-serif;
}
.info-post{
	position:relative;
	font-size:12px;
	line-height:17px;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.info-post .info:first-child{padding:0 10px 0 0;}
.info-post .info span{color:#999;}
.other-post:hover .button{
	color:#fff;
	background:#07f;
}
.other-post:hover{text-decoration:none;}
.other-post{
	margin:0 0 19px;
	padding:20px;
	border-radius:4px;
	background:#fffaeb;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	text-decoration:none;
	color:#333;
}
.other-post .text{margin:0 0 10px;}
.other-post .figure img{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.other-post:hover .figure img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.other-post .figure{
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	text-align:center;
	overflow:hidden;
	width:185px;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.first-post .figure{
	overflow:hidden;
	width:185px;
	height:150px;
	-webkit-order:2;
	-ms-order:2;
	order:2;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.other-post .figcaption{
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding:0 0 0 10px;
}
.first-post .figcaption{
	-webkit-order:1;
	-ms-order:1;
	order:1;
	padding:0 10px 0 0;
}
.mobile.button{display:none;}
.other-post .figcaption .text{
	top:-3px;
	position:relative;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.button{
	width:120px;
	height:36px;
	color:#07F;
	text-align:center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border:1px solid #07F;
	border-radius:6px;
	font-size:13px;
	line-height:16px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.section-post{margin:0 0 22px;}
.other-post .figcaption .button{
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
hr{
	display:block;
	margin:0;
	border:0;
	height:2px;
	background:#f4f4f4;
}
.other-second-post{
	background:none;
	padding:15px 0;
	color:#07f;
	font-size:16px;
	line-height:26px;
	margin:0;
}
.other-second-post .figure,
.other-third-post .figure{
	width:135px;
	height:110px;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.other-second-post .figcaption {padding:0 0 0 15px;}
.other-second-post:hover {text-decoration:underline;}
blockquote{
	display:block;
	margin:0 0 15px;
	border-left:3px solid #f4f4f4;
	padding:19px 0 15px 15px;
	font:20px/26px "proxima_novasemibold", Arial, Helvetica, sans-serif;
	color:#333;
}
q{quotes: none;}
q:before, q:after{content:"";}
.other-third-post{font-size:14px;line-height:22px;}
.other-third-post .figure{
	width:135px;
}
.other-third-post .figcaption{padding:0 0 0 15px;}
.container-post{
	border-radius:4px;
	background:#fffaeb;
	padding:22px 22px 11px;
	margin:0 0 22px;
}
.container-post h3{margin:0 0 18px;}
.container-post .box{
	margin:0 -12px 0 -10px;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.container-post .post:hover{
	background:#fce295;
	text-decoration:none;
}
.container-post .post{
	border-radius:6px;
	width:50%;
	color:#333;
	padding:10px;
	background:none;
	font:15px/20px "proxima_novasemibold", Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.container-post .post .figure{
	margin:0 0 10px;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	text-align:center;
	overflow:hidden;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	width:247px;
	height:185px;
	border-radius:8px;
}
.container-post .post .figure img{
	overflow:hidden;
	border-radius:8px;height:100%;
	max-width:1000px;
}
.container-post .post .text{margin:0;}
.social-container{
	border:1px solid #f4f4f4;
	border-width:1px 0;
	padding:10px 0;
	font-size:12px;
	line-height:17px;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin:0 0 30px;
}
.social-list{
	margin:0;
	padding:0 11px 0 0;
	list-style:none;
}
.social-list li{
	padding:0 4px 0 0;
}
.social-list a{
	width:45px;
	height:36px;
	border-radius:4px;
	background:#f4f4f4;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.social-list .vk:hover{background:#5a79aa;}
.social-list .od:hover{background:#e9790a;}
.social-list .tw:hover{background:#3aaae3;}
.social-list .fc:hover{background:#4665ac;}
.social-list a:hover svg path{fill:#fff !important;}
.social-list .od:hover svg path:last-child{fill:#e9790a !important;}
.social-list a path{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
/*Sidebar*/
.main-holder > #sidebar{position:relative;}
.main-holder > #sidebar > .holder{width:482px;}
.post-s{
	position:relative;
}
.post-s .other-post{
	overflow:hidden;
	border-radius:6px;
	background:#f6f2ef;
	font:15px/20px "proxima_novasemibold", Arial, Helvetica, sans-serif;
	padding:0;
	margin:0 0 20px;
}
.post-s .other-post .figure{
	width:220px;
	height:165px;
}
.post-s .other-post .figcaption {padding:15px;}
/*load*/
.load-box{
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	background: #f4f4f4;
	margin:0 0 33px;
	border-radius:4px;
	height:232px;
}
.load-box svg{
	width:40px !important;
	height:40px !important;
}
/*section-posts*/
.section-posts h2{
	font:32px/34px "proxima_novabold", Arial, Helvetica, sans-serif;
}
.section-posts .grey-container,
.section-posts_mobile .grey-container{
	background:#f4f4f4;
	border-radius:6px;
	padding:10px;
	margin:0 0 30px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.section-posts_mobile .grey-container{
	border-radius:0;
	margin:0 -12px 12px;
	background:#ECECEC;
	padding:0 0 10px;
}
.grey-container > *,
.section-posts_mobile .grey-container > *{
	width:25%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:10px;
	background:none;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin:0;
}
.section-posts_mobile .grey-container > *{width:100%;padding:10px 10px 0;}
.grey-container .figure,
.section-posts_mobile .grey-container .figure{
	width:100%;
	overflow:hidden;
	border-radius:6px 6px 0 0;
}
.grey-container .figure{width:265px;height:207px;}
.section-posts_mobile .grey-container .figure{height:auto;}
.section-posts_mobile .grey-container > .other-post:hover{background:none !important;}
.grey-container > .other-post:hover img,
.section-posts_mobile .grey-container > .other-post:hover .figure img{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.grey-container > .other-post img{
	width:100%;
	height:auto;
	max-height:1000px;
}
.section-posts_mobile .grey-container > .other-post{overflow:hidden;}
.grey-container .figcaption,
.section-posts_mobile .grey-container .figcaption{
	background:#fff;
	padding:10px;
	border-radius:0 0 6px 6px;
}
.section-posts_mobile .grey-container .figcaption{
	padding:10px 12px 14px;
}
.grey-container .figcaption .holder,
.section-posts_mobile .grey-container .figcaption  .holder{
	background:#fff;
	position:relative;
	z-index:2;
	margin-top:-53px;
	padding:12px 10px;
	min-height:101px;
	border-radius:2px;
	font:15px/20px "proxima_novasemibold", Arial, Helvetica, sans-serif;
}
.section-posts_mobile .grey-container .figcaption .holder{min-height:75px;margin-top:-68px;padding:20px 10px 15px;}
.grey-container .figcaption .button,
.section-posts_mobile .grey-container .button{
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height:36px;
}
.section-posts_mobile .grey-container .button{
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	background:#07f;
	color:#fff;
}
.section-posts .column{
	position:relative;
	margin:0 -15px;
}
.section-posts .column > *{
	width:50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.section-posts .column .post-s{padding:0 20px 0 15px;}
.section-posts .container-post{
	padding:0;
	top:-10px;
	position:relative;
	background:none;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.section-posts .container-post .post .holder:hover{background:#f6f2ef;}
.section-posts .container-post .post{
	width:50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:0 5px;
	background:none !important;
}
.section-posts .container-post .post .holder{
	display:block;
	padding:10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height:100%;
	border-radius:6px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.section-posts_mobile{display:none;}
.section-posts_mobile .white-container{padding:0 12px;}
.section-posts_mobile .first-post{background:none;padding:0;}
.section-posts_mobile .first-post .figure{width:110px;}
.section-posts_mobile .first-post .figcaption{padding-left:12px;}
.section-posts_mobile hr{
	display:block;
	margin:0 -12px 12px;
	height:2px;
	background: #F4F4F4;
}
.down{
	height:1px;
	width:100%;
	display:block;
}
.fixed {
	position: fixed;
	top: 10px;
	z-index: 9999;
}
.main-holder > #sidebar > .holder{width:560px;}
.post-s .other-post .figure{
	overflow:hidden;
	border-radius:6px 0 0 6px;
}
.section-posts .container-post .post .figure{width:270px;height:200px;}

/*
.post-s .other-post .figcaption{overflow:hidden;height:135px;}
.first-post .figcaption{overflow:hidden;height:150px;}
.other-second-post .figcaption,
.other-third-post .figcaption{overflow:hidden;height:110px;}
.container-post .post .figcaption{overflow:hidden;height:100px;}
.grey-container .figcaption .holder{overflow:hidden;height:101px;}
.column .container-post .post .figcaption{overflow:hidden;height:80px;}
*/

.other-post,
.grey-container .figcaption .holder{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow:hidden;
}
.post-s .other-post{height:165px;}
.first-post{height:190px;}
.other-second-post{height:140px;}
.other-third-post{height:150px;}
.container-post .post{overflow:hidden;height:315px;}
.grey-container .other-post{height:355px;}
.grey-container .figcaption .holder{height:125px;}
.section-posts .container-post .post{height:310px;overflow:hidden;}

/*Media*/
@media only screen and (max-width: 1279px){
	body{min-width:1024px;}
	.wrapper-holder{padding:12px 0 0;max-width:1024px;}
	#main{padding:30px 20px 0;}
	.main-holder {margin:0 -10px;}
	.main-holder > *{padding:0 10px;}
	#header{padding:16px 20px 9px;}
	.post-s .other-post .figure{width:165px;}
	.first-post .figure{width:150px;}
	.grey-container > *{width:33.33%;}
	.other-post .figure img{height:100%;max-width:1000px;}
	.load-box:last-child{margin:0 0 20px;}
	.main-holder > #sidebar > .holder{width:482px;}
	.first-post .figure img{width: auto;height:auto;max-height: 1000px;}
	.other-third-post .figure{width:110px;}
	/*.post-picture .figure{width:482px;}*/
	.post-picture .figure{width:100%;height:auto;}
	.post-s .other-post .figure{width:165px;height:165px;}
	.container-post .post .figure{overflow:hidden;width:211px;height:158px;}
	.grey-container .figure{width:304px;height:237px;}
	.section-posts .container-post .post .figure{width:231px;height:158px;}
	.section-posts .container-post .post .figure img{width: 100%;max-height: 1000px;height: auto;}
	.section-posts .container-post .post {padding:0;}

	.section-posts .column{-moz-align-items: flex-start;-webkit-align-items: flex-start;align-items: flex-start;}
	.container-post .post,
	.section-posts .container-post .post{height:288px;}
	.grey-container .other-post{height:385px;}
}

@media only screen and (max-width: 1023px){
	body{min-width:960px;}
	.wrapper-holder{max-width:960px;}
	.main-holder > #sidebar > .holder{width:450px;}
	/*.post-picture .figure{width:450px;}*/
	.container-post .post .figure{width:195px;height:158px;}
	.grey-container .figure{width:280px;height:218px;}
	.section-posts .container-post .post .figure{width:215px;height:162px;}

	.section-posts .container-post .post{height:292px;}
}

@media only screen and (max-width: 959px){
	body{min-width:840px;}
	.wrapper-holder{max-width:840px;}
	#sidebar .post-s .other-post{margin:-10px -10px 10px;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;background:none;padding:10px;border-radius:6px;}
	#sidebar .post-s .other-post:hover{background:#F6F2EF;}
	#sidebar .post-s .other-post .figure{width:100%;overflow:hidden;border-radius:8px;}
	#sidebar .post-s .other-post .figure img{max-height:1000px;border-radius:8px;overflow:hidden;}
	#sidebar .post-s .other-post .figcaption .text{margin:0;}
	#sidebar .post-s .other-post .figcaption .button{display:none;}
	#sidebar .post-s .other-post .figcaption{padding:10px 0 0;font:15px/20px "proxima_novasemibold", Arial, Helvetica, sans-serif;}
	.main-holder > #content{-webkit-flex: 1;-ms-flex: 1;flex: 1;width:802px;padding:0 40px 0 10px;}
	.main-holder > #sidebar{width:288px;}
	.main-holder > #sidebar > .holder{width:268px;}
	.section-posts .column .post-s{width:570px;padding:0 0 0 15px;}
	.section-posts .column .container-post{width:255px;}
	.section-posts .container-post .post{width:100%;}
	.section-posts .column{-webkit-justify-content: space-between;-ms-justify-content: space-between;justify-content: space-between;}
	.post-s .other-post .figure{width:220px;}
	#sidebar .post-s .other-post .figure img{width:100%;max-height:1000px;}
	/*.post-picture .figure{width:482px;}*/
	#sidebar .post-s .other-post .figure{width:268px;height:200px;}
	.container-post .post .figure{width:211px;height:158px;}
	.grey-container .figure{width:240px;height:200px;}
	.section-posts .container-post .post .figure{width:220px;height:162px;}
	.section-posts .container-post .post{padding:0 8px;}

	#sidebar .post-s .other-post{height:310px;}
	.grey-container .other-post{height:348px;}
	.grey-container .figcaption .holder{overflow:hidden;height:125px;}

}

@media only screen and (max-width: 839px){
	body{min-width:720px;}
	.wrapper-holder{max-width:720px;}
	.main-holder > #sidebar{width:230px;}
	.main-holder > #sidebar > .holder{width:210px;}
	.main-holder > #content{width:450px;padding:0 10px;}
	.section-posts .column .container-post{width:240px;}
	.section-posts .column .post-s{width:465px;}
	.section-posts .post-s .other-post .figure{width:165px;}
	.grey-container > *{width:50%;}
	.grey-container .other-post{background:none;}
	.grey-container .other-post:hover{background:#F6F2EF;border-radius:6px;}
	.grey-container .figcaption{padding:10px 0 0;background:none;}
	.grey-container .figcaption .button{display:none;}
	.grey-container .figure{height:auto;}
	.grey-container .figure,
	.grey-container .figure{border-radius:8px;}
	.grey-container .figcaption .holder{background:none;padding:0;margin-top:0;}
	.grey-container > *{width:33.33%;}
	/*.post-picture .figure{width:450px;}*/
	#sidebar .post-s .other-post .figure{width:210px;height:156px;}
	.container-post .post .figure{width:195px;height:158px;}
	.grey-container .figure{width:200px;height:158px;}
	.section-posts .post-s .other-post .figure{height:165px;}
	.section-posts .container-post .post .figure{width:210px;height:158px;}
	.section-posts .container-post .post{padding:0 5px;}

	#sidebar .post-s .other-post,
	.grey-container .other-post{height:286px;-ms-justify-content: flex-start;-webkit-justify-content: flex-start;justify-content: flex-start;-ms-flex-direction: column;-webkit-flex-direction: column;flex-direction: column;}
	.container-post .post{height:308px;}
	.section-posts .container-post .post{height:268px;}
}

@media only screen and (max-width: 719px){
	body{min-width:600px;}
	.wrapper-holder{max-width:600px;}
	#nav,
	.main-holder > #sidebar,
	.section-posts .column .container-post{display:none;}
	#header{-webkit-justify-content:center;-ms-justify-content: center;justify-content: center;}
	.main-holder > #content,
	.section-posts .column .post-s{width:100%;}
	.section-posts .column .post-s{padding:0 15px;}
	.section-posts .post-s .other-post .figure{width:220px;}
	.grey-container > *{width:50%;}
	.other-third-post .figure{width:135px;}
	.first-post .figure{width:185px;}
	/*.post-picture .figure{width:560px;}*/
	.container-post .post .figure{width:247px;height:185px;}
	.grey-container .figure{width:247px;height:185px;}
	.section-posts .post-s .other-post .figure{height:165px;}

	.container-post .post{height:335px;}
	.grey-container .other-post{height:340px;}

}

@media only screen and (max-width: 599px){
	body{min-width:480px;}
	.wrapper-holder{max-width:480px;}
	#main{padding:30px 15px 0;}
	.post-s .other-post,
	.load-box:last-child,
	.section-posts .grey-container{margin-bottom:15px;}
	.section-posts .post-s .other-post .figure{width:165px;overflow:hidden;}
	.first-post .figure{width:150px;}
	.other-third-post .figure{width:110px;}
	/*.post-picture .figure{width:450px;}*/
	.container-post .post .figure{width:195px;height:158px;}
	.grey-container .figure{width:195px;height:158px;}
	.section-posts .post-s .other-post .figure{height:165px;}

	.container-post .post{height:308px;}
	.grey-container .other-post{height:313px;}

}

@media only screen and (max-width: 479px){
	body{min-width:376px;font-size:14px;line-height:22px;}
	.wrapper-holder{max-width:max-content;}
	#header{padding-top:9px;}
	#main{padding:12px 12px 0;}
	.main-holder{margin:0;}
	.main-holder > #content{padding:0;}
	.post-picture .figure .figcaption{font-size:18px;line-height:20px;padding:0 12px 12px;}
	h1, h2, h3{font-size:18px;line-height:20px;margin:0 0 8px;}
	.info-post{-webkit-justify-content: flex-start;-ms-justify-content: flex-start;justify-content: flex-start;}
	.info.last{display:none;}
	.post-picture .figure{margin:0 0 12px;}
	.post-picture{margin:0 0 15px;}
	p{margin:0 0 15px;}
	.first-post,
	.other-third-post{-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;padding:12px;margin:0 -12px 12px;color:#0077FF;font-size:13px;line-height:17px;}
	.first-post .figure,
	.other-third-post .figure {width: 110px; -webkit-order: 0;-ms-order: 0;order: 0;}
	.first-post:hover .text,
	.other-third-post:hover .text{text-decoration:underline;}
	.first-post .figcaption,
	.other-third-post .figcaption{padding:0 0 0 10px;}
	.first-post .button,
	.other-third-post .button{display:none;}
	.button.mobile{-webkit-justify-content: center;-ms-justify-content: center;justify-content: center;-webkit-align-items: center;-ms-align-items: center;align-items: center;width:100%;display: -webkit-flex;display: -ms-flexbox;display: flex;margin-top:12px;}
	.other-second-post{color:#333;text-decoration:none !important;font-size:13px;line-height:17px;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
	.other-second-post .figure{width:110px;}
	.second-post-picture .info-post{-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
	blockquote{font-size:14px;line-height:22px;}
	.container-post h3{font-size:22px;line-height:26px;margin:0 0 10px;}
	.container-post{margin:0 -12px 12px;padding:20px 16px 10px;}
	.social-container{margin:0 -12px 12px;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: center;-ms-justify-content: center;justify-content: center;}
	.social-list{padding:0 0 12px;width:100%;-webkit-justify-content: center;-ms-justify-content: center;justify-content: center;}
	.section-posts{display:none;}
	.load-box{margin:0 0 12px;}
	.section-posts_mobile{display:block;}
	.load-box:last-child{margin-bottom:12px;}
	.load-box{height:168px;}
	.section-post{margin:0 0 12px;}
	.section-posts_mobile .other-post .figure img{height:100%;max-height:1000px;}
	.first-post .figure, .other-second-post .figure, .other-third-post .figure{width:110px;height:100px;-webkit-align-items: flex-start;-ms-align-items: flex-start;align-items: flex-start;}
	.post-picture .figure{width:auto;height:auto;}
	.container-post .post .figure{width:163px;height:122px;}
	.container-post .post .figure img{width:100%;height:auto;max-height:1000px;}
	.section-posts_mobile .grey-container .figure{width:356px;height:280px;overflow:hidden;}
	.section-posts_mobile .first-post .figure{height:110px;}

	.first-post,
	.other-third-post{height:172px;}
	.other-second-post{height:178px;}
	.grey-container .other-post{height:407px;}
	.section-posts_mobile .first-post{height:110px;}
	.section-posts_mobile .first-post{border-radius:0 !important;}
}

@media only screen and (max-width: 399px){
	body{min-width:320px;font-size:14px;line-height:22px;}
	.wrapper-holder{max-width:100%;}
	.container-post .post .text{font-size:12px;line-height:16px;}
	.container-post{padding:16px 12px 10px;}
	.container-post .post{padding:6px;}
	.container-post .box{margin:0 -6px;}
	.section-posts_mobile .grey-container .figcaption .holder{padding-top:16px;}
	.post-picture .figure{width:100%;height:auto;}
	.container-post .post .figure{width:auto;height:auto;}
	.section-posts_mobile .grey-container .figure{width:100%;height:auto;overflow:hidden;}

	.grey-container .other-post{min-height:362px;height:auto;}
	.container-post .post{height:auto;min-height:230px;}
}

.figure {
    position: relative;
}

.gr {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    background: linear-gradient(180deg, rgba(3, 3, 3, 0.0001) 38.12%, #000000 100%, #000000 100%);
}

.social-source {
    text-decoration: none;
    color: #333333;
}

.social-source:hover {
    text-decoration: none;
}

@media only screen and (min-width: 400px) {

    .crop-wrap {
        position: relative;
    }

    .crop {
        position: absolute;
        left: -50%;
        margin-left: 50%;
    }
}


@media only screen and (max-width: 399px) {
    .look-also h3 {
        width: 320px;
        margin: 0 auto;
        margin-bottom: 12px;
    }

    .look-also .box {
        width: 320px;
        margin: 0 auto;
    }

    .look-also .box .figure {
        width: 141px;
        height: 105px;
    }
}

#adfox_156707283088784355 {
    margin-bottom: 20px;
}

#adfox_156707225615778473 {
    margin-bottom: 20px;
}

#content figure {
    padding: 10px 0 20px 0;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    padding-bottom: 0px;
    padding-bottom: 0px;
    overflow: hidden;
}

.embed-responsive-item, .embed-responsive iframe, .embed-responsive object, .embed-responsive video, .embed-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}


.intext-simple {
    display: inline-block;
    background: #F6F7F8;
    border-radius: 4px 4px 0px 0px;
    padding: 15px;
    margin-bottom: 4px;
    box-sizing: border-box;
    width: 100%;
}

.intext-simple__wrapper {
    display: flex;
    align-items: center;
}

.intext-simple .intext-simple__img {
    flex-shrink: 0;
    border-radius: 4px;
    margin-right: 15px;
    width: 120px;
    height: 96px;
}

.intext-simple .intext-simple__title {
    color: #0B0806;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

.simple-teaser-list {
    margin-top: 15px;
    margin-bottom: 15px;
}

.adfox-wrapper-200 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.adfox-wrapper-250 {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 250px;
}

.adfox-wrapper-400 {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 400px;
}

.news-title-200 {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
}

.main-news-wrap {
    width: 100%;
    height: 185px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.main-news-wrap__blur {
    background-size: cover;
    background-position: center;
    filter: blur(25px);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.main-news-wrap__img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-news-img {
    margin: 0 auto;
}


.main-news-adfox {
    position: absolute;
    z-index: 11;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    width: 300px;
    height: 300px;

    display: flex;
    align-items: center;
}

.main-news-adfox__close {
    z-index: 1000;
    cursor: pointer;
    position: absolute;
    right: -5px;
    top: -5px;
    background-color: #fff;
    background-image: url(/static/assets/283827a1eae045ee27ec68a699b76b39.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 22px;
    border-radius: 20px;
}


.test-ad {
    color: #fff;
    width: 300px;
    height: 250px;
    border: 1px solid #fff;
}

.bottom-ad {
    position: fixed;
    bottom: 0px;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 9999;
    height: 200px;
}

.bottom-ad__closer {
    z-index: 1000;
    position: absolute;
    top: -10px;
    right: 10px;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    background-color: #5F5F5F;
    background-image: url(/static/assets/9bd143633bad4e198a173f2d6add062c.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.bottom-ad__wrap {
    position: relative;
    width: 100%;
}

.bottom-ad__test {
    border: 1px solid red;
    width: 320px;
    height: 50px;
}

._2_C0R2, .s3pe3P {
    z-index: 20 !important;
}

.news-content-inner__toggle {
    max-height: 300px;
    overflow: hidden;
}

.fadeNews {
    background: -webkit-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    bottom: 3.5rem;
    height: 18rem;
    position: absolute;
    width: 100%;
}

.toggleNews {
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}

.toggleNews .openButton {
    background-color: #0063b1;
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
    height: 3.5rem;
    width: 100%;
    border: none;
    display: block;
    line-height: 55px;
}

.hidden {
    display: none;
}

.newsDetail {
    font-size: 16px;
    line-height: 26px;
    font-family: Roboto, sans-serif;
}

.wrapper-holder {
    margin-top: 0px;
    padding-top: 0px;
}

.adfox-after-image {
    max-height: 300px;
    overflow: hidden;
}

.adfox {
    margin: 0 auto 10px;
}

.sticky-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    left: 0
}

.sticky-block-content {
    position: sticky;
    top: 56px;
    left: 0;
    width: 100%
}

.footer {
    z-index: 99999;
    margin-top: 144px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer_nomarg {
    margin-top: 0;
}

.footer_black {
    color: #979797;
}

.footer__bottom {
    padding: 10px 0 5px;
    background-color: #f6f8f9;
}

.footer_black .footer__bottom {
    padding-bottom: 5px;
    background-color: #131313;
}

.inner-xs {
    margin: 0 auto;
    padding: 0 33px;
    max-width: 1280px;
}

.footer__topic {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

.footer_nomarg .footer__topic:not(:last-child) {
    margin-bottom: 2px;
}

.footer__topic:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(207, 207, 217, .4);
}

.footer__info_mod {
    font-family: "OpenSans", Arial, sans-serif;
    font-weight: 600;
}

.footer__info {
    padding-left: 15px;
}

.footer__copy {
    color: #a9a9b2;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

.footer__copy p {
    margin: 0;
}

.footer__copy_sm {
    font-size: 12px;
    line-height: 1.33;
}

.text-center {
    text-align: center;
}

.document-links {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.document-links a {
    color: #CACACC;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .footer__topic {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 40px;
        grid-gap: 10px;
    }

    .footer__logo {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 1;
        grid-row-end: 1;
        margin: 0;
    }

    .document-links {
        grid-column-start: 2;
        grid-row-start: 1;
        grid-row-end: 3;
        flex-direction: column;
    }

    .footer__info_mod {
        grid-column-start: 1;
        grid-row-start: 2;
        grid-row-end: 2;
        text-align: left;
        font-size: 12px;
        width: 100%;
        margin: 0;
    }


    .footer_nomarg {
        margin-top: 0;
    }

    .footer__bottom {
        padding: 5px 0;
    }

    .inner-xs {
        padding: 0 20px;
    }

    .footer__info {
        padding-left: 0;
    }

    .footer__copy_sm {
        font-size: 10px;
    }
}

@media only screen and (max-width: 599px) {
    .document-links {
        gap: 4px;
        justify-content: space-between;
    }

    .document-links a {
        font-size: 11px;
        line-height: 16px;
    }

    .inner-xs {
        padding: 0 10px;
    }
}

.cookie-modal {
    display: flex;
    padding: 12px;
    gap: 12px;
    position: fixed;
    font-size: 12px;
    font-weight: 500;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
    height: auto;
    min-height: 40px;
    align-items: center;
    background-color: #2A2A2C;
    border-radius: 4px;
}

.btn-simple {
    padding: 14px 20px;
    min-width: 160px;
    color: #fff;
    font-family: montserrat, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    text-align: center;
    border-radius: 4px;
    background-color: #f15145;
    transition: background-color .3s;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
}

.cookie-modal .btn-simple {
    min-width: 100px;
    padding: 6px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border: 0;
}

.cookie-modal__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
}

.cookie-modal__link {
    color: currentColor;
    border-bottom: 1px solid #CFCFD9;
    transition: border-color .3s;

}

.cookie-modal__link:hover {
    border-color: transparent;
    text-decoration: none;
}

.cookie-modal__title {
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.cookie-modal__info {
    color: #D4D8DB;
}

@media (max-width: 480px) {
    .cookie-modal {
        min-height: 10px;
        gap: 5px;
    }

    .cookie-modal .btn-simple {
        min-width: 60px;
        padding: 6px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border: 0;
    }
}


/*# sourceMappingURL=template2001.5c3d5e08d5c7f268df74.css.map*/