div.page.openpeople>.page2 {
	max-width: 1440px;
	margin-top: 100px;
}
div.page.openpeople>.page2 h1 {
	text-align: left;
	margin:0;
}
div.page.openpeople>.page2 h1 span {
	font-weight: 400;
	color: rgba(0,0,0,0.4);
}
div.page.openpeople>.page2 div.btn {
	margin: 0;
}
div.page.experts>.page2 {
	max-width: 1440px;
	margin-top: 100px;
}
div.page.experts>.page2 .experts-title {
	text-transform: uppercase;
	margin-bottom: 30px;
}
.page.experts .experts-items a {
	text-decoration: none;
}
.page.experts .experts-items .title {
	color: #1d1d1b;
	font-weight: 600;
	max-width: 200px;
	margin: 0 auto;
}
.page.experts .experts-items .descr {
	color: #7c7c7b;
	text-transform: lowercase;
	max-width: 200px;
	margin: 0 auto;
}
.page.experts .experts-items .img {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}
.page.experts .experts-items .img img {
	max-width: 100px;
	height: auto;
}
div.page.experts>.page2 .experts-btns {
	margin-top: 30px;
}
div.page.experts>.page2 .experts-btns>div {
	background: rgba(196, 196, 196, 0.44);
	padding: 10px;
}
div.page.experts>.page2 .experts-btns>div:hover {
	background: rgba(99, 207, 227, 0.4)
}
div.page.experts>.page2 .experts-btns>div>span {
	color: #0e8fa7;
	font-size: 20px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	display: block;	
	width: max-content;
	margin: 10px auto;
	padding: 0px;
}
div.page.experts>.page2 .experts-btns>div>a {
	color: #1D1D1B;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	display: block;
	width: max-content;
	max-width: 100%;
	margin: 0px auto 10px auto;
	padding: 0px;
}
div.page.experts>.page2 .experts-btns>div>a:hover {
	text-decoration: underline;
}
div.page.experts>.page2 .experts-btns>div>a.disable {
	color: #7c7c7b;
}
div.page.experts>.page2 .experts-btns>div>a.disable:hover {
	color: #7c7c7b;
	text-decoration: none;
	cursor: default;
}
div.page.pday>.page2 {
	max-width: 1440px;
	margin-top: 100px;
	margin-bottom: 100px;
}
div.page.pday>.page2 p {
	line-height: 160%;
}
div.page.pday>.page2 .pday-items {
	margin-top: 50px;
}
div.page.pday>.page2 .pday-items .text {
	padding: 0 20px 0 0;
}
div.page.pday>.page2 .pday-items .title {
	font-size: 28px;
	font-weight: 700;
	font-style: italic;
}
div.page.pday>.page2 .img {
	overflow: hidden;
	border-radius: 40px 0 0 40px;
	max-width: 100%;
}
div.page.pday>.page2 .pday-items .btn {
	margin-top: 40px;
}
div.page.pday>.page2 .img+a.btn-black-2 {
	margin-top: 60px;
}
.page.page-cosm>.page2 {
	padding-bottom: 150px;
}
.page.page-cosm .text {
	margin-top: 60px;
	padding-left: 60px;
	position: relative;
}
.page.page-cosm .text:after {
	content: '';
	width: 100px;
	height: 100px;
	background: url(/ext/OpenPeople/files/plus.svg) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	left: -45px;
	bottom: -95px;
	
}
.page.page-cosm .text p {
	color: #507278;
	font-size: 22px;
	line-height: 140%;
	margin-bottom: 30px;	
}
.page.page-cosm .text a {
	margin-top: 15px
}
div.page.page-vreports>.page2 {
	max-width: 1440px;
	margin-top: 100px;
	margin-bottom: 100px;
}
div.page.page-vreports h2 {
	margin-bottom: 10px
}
div.page.page-vreports h2+.note {
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
}
div.page.page-vreports .page-vreports-items {
	margin-top: 60px;
}
div.page.page-vreports .img {
	overflow: hidden;
	border-radius: 40px 0 0 40px;
}
div.page.page-vreports .text {
	padding-left: 30px;
}
div.page.page-vreports .text p {
	font-style: italic;
	line-height: 160%;
}
div.page.page-remque {
	background: rgba(196, 196, 196, 0.16);
}
div.page.page-remque>.page2 {
	max-width: 1440px;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 60px;
}
div.page.page-remque .title {
	font-size: 28px;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 20px;
}
div.page.page-remque .text p {
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
div.page.page-remque .socials {
	margin-top: 20px;
}
div.page.page-remque .socials a {
	display: block;
	padding: 0 20px;
}
@media screen and (max-width: 810px) {
	div.page.experts > .page2 .experts-btns > div > a {
	    font-size: 16px;
	    line-height: 100%;
	}
}
@media screen and (max-width: 480px) {
	div.page.pday > .page2 .pday-items .text {
	    padding: 0;
	}
	div.page.pday > .page2 .img {
	    border-radius: 40px 40px 0 0;
	}
	div.page.pday > .page2 .img + a.btn-black-2 {
		text-align: center;
	    margin-top: 30px;
	    width: 100%;
	}
	.page.page-promt .img>img:nth-child(2) {
		max-width: 100px;
		height: auto;
	}
	.page.page-promt .text a {
		text-align: center;
	    width: 100%;
	}
	.page.page-cosm .text {
	    margin-top: 0px;
	    padding-left: 0px;
	}
	.page.page-cosm .text p {
	    font-size: 18px;
	}
	.page.page-cosm .text::after {
		margin-left: -50px;
	    left: 50%;
	    bottom: -115px;
	}
	div.page.page-vreports > .page2 {
	    margin-top: 50px;
	    margin-bottom: 50px;
	}
	div.page.page-vreports .page-vreports-items {
	    margin-top: 30px;
	}
	div.page.page-vreports .img {
	    border-radius: 40px 40px 0 0;
	}
	div.page.page-vreports .text {
	    padding-left: 0px;
	}
	div.page.page-vreports .text p {
	    font-style: italic;
	    line-height: 140%;
	}
	div.page.page-vreports .text a {
		width: 100%;
		text-align: center;
	}
	div.page.page-remque .socials a {
	    padding: 0 10px;
	}
	div.page.page-remque .socials a img {
	    width: 50px;
	    height: auto;
	}
}