header {
	/*position: relative;*/
	padding-top: 60px;
}




.globalInfo {
	padding-bottom: 13px;
	padding-top: 10px;
	background: #fff;
	border-bottom: 3px solid #f7f7f7;
	-webkit-box-shadow: inset 0 -3px 0 0 #e8e8e8;
	-moz-box-shadow: inset 0 -3px 0 0 #e8e8e8;
	box-shadow: inset 0 -3px 0 0 #e8e8e8;
}
@media screen and (max-width: 1040px) {
	.globalInfo {
		display: none;
	}
}


.floatingInfo {
	height: 80px;
	position: relative;
	min-width: 768px;
	background: #fff;
	border-bottom: 1px solid #eee;
}

.floatingInfo__wrapper {
	background: #fff;
	height: 80px
}

.floatingInfo.view_scrolling {
	position: fixed;
	top: 0;
	z-index: 99999;
}
.floatingInfo.view_opacity {
	opacity: .6;
    -webkit-transition: opacity .15s ease-out;
    -moz-transition: 	opacity .15s ease-out;
    transition: 		opacity .15s ease-out;
}
.floatingInfo.view_opacity:hover {
	opacity: 1;
}

.floatingInfo {
	height: 56px;
}
.floatingInfo .mainLogo {
	overflow: hidden;
	width: 0;
	opacity: 0;
	transition: all 500ms ease-out;
}
/*@media screen and (min-width: 1280px) {*/
	.floatingInfo.view_scrolling .mainLogo {
        margin-right:  32px;
		width: 100px;
		opacity: 1;
		transition: all 200ms 1s ease-out;
	}

    .floatingInfo.view_scrolling .mainLogo-slow {
        transition: all 500ms 1s ease-out;
    }
/*}*/
@media screen and (max-width: 870px) {
	.floatingInfo.view_scrolling .mainLogo,
	.floatingInfo.view_scrolling .view_sideBorder {
		margin-right: 10px;
	}

	.floatingInfo.view_scrolling .ya-share2__item .ya-share2__icon {
		padding: 0 12px;
	}
}
.floatingInfo .yellowButton.view_backButton {
	height: 56px;
	width: 46px;
	font-size: 45px;
	padding: 0 8px 9px 18px;
}
.floatingInfo .yellowButton.view_backButton .corner {
	height: 46px;
}
.floatingInfo .articleSocials,
.floatingInfo .saveButton {
	margin-top: 5px;
	margin-bottom: 5px;
}

.floatingInfo.view_opacity {
	opacity: 1;
}

/*.floatingInfo.view_hidden {*/
    /*top: -80px;*/
/*}*/
.floatingInfo .articleSocials {
	margin-top: 5px;
}
@media screen and (max-width: 1040px) {
	.floatingInfo .hint {
		display: none;
	}
}

@media screen and (min-width: 1041px) and (max-width: 1279px) {
	.floatingInfo .hint {
		float: left;
	    width: 200px;
		margin-top: 17px;
		margin-left: 30px;
	}
}
@media screen and (min-width: 1280px) {
	.floatingInfo .hint {
		float: left;
		margin-top: 31px;
		margin-left: 30px;
	}
}










/* РґР»СЏ СЃР»СѓС‡Р°СЏ РёСЃРїРѕР»СЊР·РѕРІР°РЅРёСЏ РІ globalinfo */
.dayInfo {
	float: left;
	margin: -10px 0;
    font-family: 'Roboto Slab', serif;
}
.dayInfo a {
	text-decoration: none;
	color: #333;
}
/*.dayInfo a:hover {
    color: #c64a1b;
}*/
.dayInfo li {
	float: left;
	font-size: 14px;
	padding: 0 0 0 14px;
}
.dayInfo.with_popover li {
	position: relative;
	padding: 10px 5px 10px 14px;
}
@media screen and (min-width: 1024px) {
	.dayInfo.with_popover .b-rate_eur:hover,
	.dayInfo.with_popover .b-rate_usd:hover {
		-webkit-box-shadow: inset 0 3px 0 0px #ffd051, 0 3px 0 3px #ffd051;
		box-shadow: inset 0 3px 0 0px #ffd051, 0 3px 0 3px #ffd051;
	}
	.dayInfo.with_popover .b-rate_eur:hover:after,
	.dayInfo.with_popover .b-rate_usd:hover:after {
		content: '';
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		height: 6px;
		background: #fff;
		z-index: 101;
	}
	.headerPanel .dayInfo.with_popover .b-rate_eur:hover,
	.headerPanel .dayInfo.with_popover .b-rate_usd:hover {
		background: #ffd051;
	}
	.headerPanel .dayInfo.with_popover .b-rate_eur:hover:after,
	.headerPanel .dayInfo.with_popover .b-rate_usd:hover:after {
		display: none;
	}
}
@media screen and (max-width: 1023px) {
	.dayInfo.with_popover .b-rate_eur.state_open,
	.dayInfo.with_popover .b-rate_usd.state_open {
		-webkit-box-shadow: inset 0 3px 0 0px #ffd051, 0 3px 0 3px #ffd051;
		box-shadow: inset 0 3px 0 0px #ffd051, 0 3px 0 3px #ffd051;
	}
	.dayInfo.with_popover .b-rate_eur.state_open:after,
	.dayInfo.with_popover .b-rate_usd.state_open:after {
		content: '';
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		height: 6px;
		background: #fff;
		z-index: 101;
	}
	.headerPanel .dayInfo.with_popover .b-rate_eur.state_open,
	.headerPanel .dayInfo.with_popover .b-rate_usd.state_open {
		background: #ffd051;
	}
	.headerPanel .dayInfo.with_popover .b-rate_eur.state_open:after,
	.headerPanel .dayInfo.with_popover .b-rate_usd.state_open:after {
		display: none;
	}
}

.dayInfo sup {
	color: #ea5429;
}
.dayInfo b {
	display: block;
	color: #333;
}


/* РїРµСЂРІС‹Р№ РїСѓРЅРєС‚ */
.dayInfo .b-date {
	border-right: 1px solid #e8e8e8;
	padding: 0 12px 0 0;
}
.dayInfo.with_popover .b-date {
	border-right: none;
	padding: 10px 12px 10px 0;
}
.dayInfo.with_popover .b-date:after {
	content: '';
	position: absolute;
	right: 1px;
	top: 10px;
	display: block;
	height: 32px;
	width: 1px;
	background: #e8e8e8;
}
.headerPanel .dayInfo.with_popover .b-date:after {
	display: none;
}
.dayInfo .b-date span {
	text-transform: uppercase;
	font-size: 12px;
}

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

	.dayInfo li {
		padding: 0 6px 0 16px;
	}
	.dayInfo .b-date {
		padding: 0 16px 0 0;
	}
}

/* РґР»СЏ СЃР»СѓС‡Р°СЏ РёСЃРїРѕР»СЊР·РѕРІР°РЅРёСЏ РІ РїР°РЅРµР»Рё */
@media screen and (min-width: 1041px) and (max-width: 1279px) {
	.globalInfo .dayInfo .b-weather {
		display: none;
	}
}






/* РґР»СЏ СЃР»СѓС‡Р°СЏ РёСЃРїРѕР»СЊР·РѕРІР°РЅРёСЏ РІ РјРµРЅСЋ */
.headerPanel .dayInfo {
	display: none;
}
.headerPanel .dayInfo .b-weather {
	display: none;
}
.headerPanel .dayInfo a {
	color: #fff;
}
@media screen and (max-width: 1023px) {
	.headerPanel .dayInfo {
		display: block;
		float: right;
		margin: 0;
	}

	.headerPanel .dayInfo b {
		color: #fff;
		font-weight: normal;
	}

	.headerPanel .dayInfo li {
		padding: 15px 0 15px 10px;
		font-size: 13px;
	}

	.headerPanel .dayInfo .b-date {
		margin-top: 15px;
		border-right: 1px solid #fff;
		padding: 0 10px 0 0;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1040px) {

	.headerPanel .dayInfo {
		display: block;
		float: right;
		margin: 0 12px;
	}
	.headerPanel .dayInfo b {
		color: #fff;
		font-weight: normal;
	}

	.headerPanel .dayInfo li {
	    padding: 15px 0 15px 30px;
		font-size: 13px;
   	}

	.headerPanel .dayInfo .b-date {
		margin-top: 15px;
		border-right: 1px solid #fff;
		padding: 0 33px 0 0;
	}
}

.page_home .b-rate_brent {
	display: none;
}

.page_home .globalInfo .socials__wrapper {
	float: none;
}
@media screen and (min-width: 1280px) {
	.page_home .globalInfo .socials__wrapper .headerSocials {
		margin-left: 20px;
	}
}

@media screen and (min-width: 1040px) and (max-width: 1279px) {
	.page_home header .floatingPanel .paddings_side,
	.page_chapter header .floatingPanel .paddings_side,
	.page_my-profile header .floatingPanel .paddings_side,
	.page_block header .floatingPanel .paddings_side,
	.page_authors header .floatingPanel .paddings_side,
	.page_news header .floatingPanel .paddings_side,
	.page_search header .floatingPanel .paddings_side,
	.page_signup header .floatingPanel .paddings_side,
	.page_section header .floatingPanel .paddings_side {
		padding-left: 20px;
		padding-right: 20px;

	}
}

/*header .header__loading {
    display: block;
}*/
.header__loading__wrapper {
	overflow: hidden;
    position: relative;
    height: 2px;
    width: calc(100% + 40px);
    top: -5px;
    left: -40px;
}

@media screen and (min-width: 1280px) {
	.header__loading__wrapper {
		left: -17px;
		width: calc(100% + 17px);
	}
}

.header__loading {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffd051;
    transform: translate(-100%);
    transition: transform 0.2s ease-out;
}