/*** <1361 ***/
.wrapper {
	max-width: 1310px;
	min-width: 1270px;
	min-height: 100%;
}

.Page {
	margin-top: 81px;
	margin-left: 270px;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	height: 100%;
	z-index: 30;
}

.scrollPage {
	width: 100%;
	position: absolute;
	padding-right: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	z-index: 30;
}

.pagePad { padding-right: 15px; }

#wrapperFrame {
	max-width: 1270px;
	min-width: 1110px;
	width: 100%;
	position: absolute;
	height: 100%;
	z-index: 10;
	left: 0;
	top: 80px;
}

#wrapperFrame .boxFrame {
	width: 100%;
	right: -100%;
	height: 100%;
}

.main {
	width: calc(100% - 170px);
	position: absolute;
	height: 100%;
	z-index: 20;
	top: 0;
	left: 40px;
	max-width: 1270px;
	min-width: 1110px;
}

.advert-col {
	width: 130px;
	padding-top: 80px;
	height: auto;
	background-color: #efefef;
	min-height: calc(100% - 80px);
	position: absolute;
	right: 0;
	top: 0;
}

/*** Fonts ***/

/**digest***/

.articles .digest h1, .articles .digest h2 {
	font-size: 15px;
}

.articles .digest h1 {
	font-weight: 700;
	line-height: 25px;
}

.articles .digest h2 {
	font-weight: 400;
	line-height: 20px;
}

body.min .withImg > .digest:not(.no-img):first-child h1 {
	font-size: 22px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: 0.7px;
}

.withImg > .digest:not(.no-img):first-child h1 {
	font-size: 29px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.7px;
}

.withImg > .digest:not(.no-img):first-child h1.min {
	font-size: 24px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 0.7px;
}

.withImg > .digest:not(.no-img):first-child h2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
}

.count5:not(.withImg) .digest + .digest + .digest h1, .count6:not(.withImg) .digest + .digest + .digest + .digest h1 { text-transform: none; line-height: 20px; }
.count5:not(.withImg) .digest + .digest + .digest h2, .count6:not(.withImg) .digest + .digest + .digest + .digest h2 { font-size: 12px; line-height: 17px; padding-top: 12px; }







.columnists article h1 {
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.2px;
}

.columnists article.no-img h1 {
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
}

.externalBlock .left { width: 250px; }
.share-block span { margin: 0 10px 10px 0; }
.externalBlock .right { width: 295px; }
.blockSubscribe input[type="submit"] { margin-left: 15px; }

