* { margin: 0; padding: 0; box-sizing: border-box; }

body {
	color: #444;
	font-family: 'PT Sans Caption', sans-serif;
	}

a {
	border-bottom: 1px solid #d9dde8;
	color: #38569a;
	text-decoration: none;
	transition: all 0.3s;
	}

h1,
h2,
h3 {
	color: #111;
	font-family: 'Playfair Display', serif;
	margin-bottom: 20px;
	}

h1 { font-size: 42px; }
h2 { font-size: 36px; }
h3 { font-size: 36px; }
h4 {
	color: #333;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 23px;
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 20px;
	}

p { line-height: 1.4; }

table { border-collapse: collapse; }

.row:after { clear: both; }
.row:before,
.row:after {
	clear: both;
	content: ' ';
	display: table;
	}

.grey { color: #999; }

.file.file-pdf { background: url('/i/file-pdf.png') 0 0 no-repeat; }

.file.file-zip,
.file.file-rar { background: url('/i/file-archive.png') 0 0 no-repeat; }

.file.file-doc,
.file.file-docx { background: url('/i/file-doc.png') 0 0 no-repeat; }

.file {
	color: #777;
	font-size: 14px;
	padding-left: 45px;
}

.file a {
	font-size: 19px;
	position: relative;
	top: -4px;
	}

.file.file-important {
	border: 3px solid #f8b774;
	background: url('/i/2018-otchet-cover.jpg') 0 35px no-repeat;
	display: inline-block;
	min-height: 300px;
	padding: 50px 30px 25px 280px;
}

.file.file-important a {
	font-size: 32px;
	top: -15px;
}

.container {
	margin: 0 auto;
	width: 1200px;
	}

section.container {
	margin: 60px auto;
	}

header { padding: 20px 0 25px; }
header {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

header .logo {
	background-image: url(/i/logo.png);
	background-repeat: no-repeat;
	height: 104px;
	font-size: 14px;
	padding-left: 115px;
	padding-top: 15px;
	width: 350px;
	}
header .logo a { border: none; color: #333; }
header .phone { font-size: 14px; }

header .phone p { font-size: 20px; }

header .social a {
	background: url(/i/sc-icons.png) no-repeat;
	border: none;
	display: inline-block;
	height: 30px;
	margin-right: 5px;
	width: 30px;
	}

header .social a.fb { background-position: -30px 0; }
header .social a.ok { background-position: -60px 0; }
header .social a.tw { background-position: -90px 0; }
header .social a.ig { background-position: -120px 0; }
header .social a.yt { background-position: -150px 0; }
header .social a.tg { background-position: -180px 0; }
header .social a.dg { background-position: -210px 0; }
header .social a.rt { background-position: -240px 0; }

header .help {  }

header .help a {
	background-image: linear-gradient(to bottom, #fff, #fdefe0);
	border: 1px dashed #ff6e40;
	border-radius: 30px;
	color: #41658b;
	display: inline-block;
	font-family: 'Playfair Display', serif;
	font-size: 23px;
	line-height: 1;
	padding: 12px 25px 15px 65px;
	position: relative;
	}

header .help a:after {
	background: url(/i/hearts.png);
	content: ' ';
	display: block;
	height: 21px;
	left: 25px;
	position: absolute;
	top: 15px;
	width: 29px;
	}

header .help a:hover { color: #324e6b; }

nav {
	font-family: 'Playfair Display', serif;
	font-size: 21px;
	font-weight: 900;
	letter-spacing: 0.04em;
	}

nav a,
nav span {
	border-bottom: none;
	color: #fff;
	display: inline-block;
	margin-right: 50px;
	position: relative;
	}

nav span { color: #f8b774; }

nav a:hover { color: #fff5c5; }
nav a:before,
nav a:after {
	background: #fff;
	height: 2px;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.3s, transform 0.3s;
	width: 100%;
	}

nav a:after { top: 5px; }

nav a:before {
	height: 1px;
	opacity: .2;
	top: 1.5em;
	}

nav a:hover:before,
nav a:focus:before,
nav a:hover:after,
nav a:focus:after { opacity: 1; }

nav a:hover:before,
nav a:focus:before { transform: translateY(8px); }

nav a:hover:after,
nav a:focus:after { transform: translateY(-10px); }

.h-subnav nav {
	font-size: 20px;
	margin: -1em 0 1em;
}
.h-subnav nav a {
	border-bottom: 1px solid #d9dde8;
	color: #38569a;
	margin-right: 30px;
}
.h-subnav nav a::before, nav a::after { content: none; }
.h-subnav nav a.active { border-bottom: none; color: #111; }



.home-index nav { margin-bottom: 60px; }
.home.home-index { padding-bottom: 70px; }

.home {
	background: #513d30 url('/i/home-bg.jpg') no-repeat;
	background-size: cover;
	color: #fff;
	padding: 20px 0 28px;
	}
.home-left { float: left; width: 63%; }
.home-left p { font-size: 19px; }
.home-left p.lead {
	font-family: 'Playfair Display', serif;
	font-size: 27px;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin: 40px 0 50px;
	}


.home-left .counter {
	font-family: 'Playfair Display', serif;
	font-size: 21px;
	float: right;
	line-height: 1;
	margin: 0 -30px 30px 30px;
	padding-left: 10em;
	position: relative;
}
.home-left .counter strong {
	color: #e73e21;
    font-size: 110px;
    left: 0;
    position: absolute;
    top: -35px;
    z-index: 0;
}
.home-left .counter span { position: relative; z-index: 2; }
.home-left p.lead { font-size: 25px; margin: 25px 0 35px; }

.regulations {
	background: rgba(249,184,117,.1);
	border: 1px solid rgba(255,255,255,.2);
	color: rgba(255,255,255,.8);
	font-size: 13px;
	line-height: 1.5;
	position: relative;
	padding: 20px 170px;
	}

.regulations a { color: #fff; }
.regulations a:hover {
	color: #fff5c5;
	}

.regulations div.file {
	color: rgba(255,255,255,.6);
	left: 30px;
	position: absolute;
	}
.regulations div.file a { border-bottom-color: rgba(255,255,255,.2); }
.regulations div.file span { display: block; }

.regulations div.more {
	border-left: 1px solid rgba(255,255,255,.2);
	height: 100%;
	right: 0;
	padding: 20px 20px 10px 32px;
	position: absolute;
	top: 0;
	width: 140px;
	}

.regulations div.more a { border-bottom-color: rgba(255,255,255,.2); }

.home-right {
	float: right;
	width: 30%;
	}

.home-right .counter {
	color: #e73e21;
	font-family: 'Playfair Display', serif;
	font-size: 100px;
	left: 45px;
	position: relative;
	top: -30px;
	}

.home-right .counter em {
	color: #fff;
	font-size: 24px;
	left: 130px;
	line-height: 1.2;
	position: absolute;
	top: 50px;
	}

.home-right .banners > div {
	border: 1px solid rgba(255,255,255,0.2);
	font-family: 'Playfair Display', serif;
	font-size: 29px;
	height: 120px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 350px;
	}

.home-right .banners > div a {
	background-size: cover;
	background-position: center;
	border: none;
	color: #fff;
	height: 100%;
	padding-top: 10px;
	position: absolute;
	left: 0;
	line-height: 1;
	top: 0;
	width: 100%;
	transition: all 0.5s;
	}

.home-right .banners > div small {
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
	font-size: 17px;
}

.home-right .banners > div a:hover { transform: scale(1.05); }
.home-right .banners div.banner-law a { background-image: url(/i/bn-jurist.jpg); }
.home-right .banners div.banner-conf a { background-image: url(/i/bn-conf.jpg); }
.home-right .banners div.banner-sapo a { background-image: url(/i/bn-sapo.jpg); }
.home-right .banners div.banner-rasp a { background-image: url(/i/bn-rasp.jpg); }

.home-right .banners div em {
	border: 1px solid #f8b774;
	border-radius: 5px;
	color: #f8b774;
	display: inline-block;
	font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    opacity: .75;
    padding: .3em .7em;
}

.projects {
	border: 1px solid #eee;
	border-right: none;
	border-bottom: none;
	display: flex;
	flex-wrap: wrap; 
	}
.projects .projects-item {
	border: 1px solid #eee;
	border-top: none;
	border-left: none;
	display: flex;
	padding: 30px 40px 20px 30px;
	vertical-align: middle;
	width: 50%;
	}

.projects h4 {
	font-family: 'Playfair Display', serif;
	font-size: 23px;
	margin: 0 0 .5em 0;
	}
.projects p {
	font-size: 14px;
	line-height: 1.6;
	}
.projects p + p { margin-top: .5em; }

.projects .projects-logo {
	flex: 1 0 200px;
	margin-right: 20px;
	}
.projects .projects-logo img { max-width: 100%; }
.projects .projects-logo a { border: none; }

.news .row > div {
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	border-left: 1px solid #fff;
	float: left;
	height: 200px;
	position: relative;
	width: 33.333333%;
	}

.news a {
	background: rgba(65,45,25,.7);
	height: 100%;
	display: block;
	position: absolute;
	width: 100%;
	}

.news a:hover { background: rgba(0,0,0,.75); }

.news a:hover h4,
.news a:hover .date {
	opacity: 0;
	transform: translateY(10px);
	}

.news a:hover p { opacity: 1; transform: translateY(10px); }

.news .date {
	color: rgba(255,255,255,.7);
	font-size: 12px;
	left: 27px;
	letter-spacing: 2px;
	position: absolute;
	text-transform: uppercase;
	top: 20px;
	transition: all .5s;
	}

.news h4 {
	bottom: 20px;
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 23px;
	font-weight: 900;
	line-height: 1.25;
	margin-bottom: 0;
	max-height: 145px;
	overflow: hidden;
	padding: 2px;
	position: absolute;
	left: 25px;
	transition: all .5s;
	}

.news h4 span { border-bottom: 1px solid rgba(255,255,255,.2); }

.news p {
	color: #fff;
	opacity: 0;
	font-size: 15px;
	height: 100%;
	max-height: 160px;
	overflow: hidden;
	padding: 10px 85px 20px 30px;
	position: absolute;
	transition: all .5s;
	top: 5px;
	}

.news p:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 50px;
	border-color: #fff;
	border-width: 2px;
	border-style: solid solid none none;
	width: 35px;
	height: 35px;
	transform: rotate(45deg) scale(0.5);
	transition: all .3s;
	}

.news a:hover p:after { right: 40px; transform: rotate(45deg) scale(1); }

.awards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.awards li {
	list-style: none;
	margin-bottom: 40px;
	width: 18%;
	}

.awards li a { border: 1px solid #eee; display: block; }
.awards li img { display: block; width: 100%; }

.digest > div { margin-bottom: 50px; }
.digest > div:after {
	clear: both;
	content: ' ';
	display: table;
	float: none;
	width: 100%;
}



.digest h4 {
	font-family: 'Playfair Display', serif;
	font-size: 23px;
	margin-bottom: 10px;
}

.digest p {
	font-size: 15px;
	line-height: 1.5;
	margin: 15px 0;
}

.digest .cover {
	border: none;
	display: block;
	float: left;
	margin: 0 40px 40px 0;
	position: relative;
}

.digest .cover img { display: block; }
.digest .cover span {
	background: rgba(0, 0, 0, .7);
	color: #fff;
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 23px;
	height: 100%;
	opacity: 0;
	padding-top: 50%;
	position: absolute;
	text-align: center;
	top: 0;
	transition: .2s opacity;
	width: 100%;
}

.digest .cover:hover span { opacity: 1; }
.digest .isbn span { color: #777; margin-right: 20px; }
.digest .file { margin: 20px 0 0 240px; }

.digest .no-download { color: #ea571e; margin: 20px 0 0 240px; }
.digest .no-download p { font-size: 17px; font-weight: bold; line-height: 1.3; }
.digest .no-download small {
	color: #777;
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-top: .4em;
}


.reports-year {  }
.reports-year > div {
	background-position: 0 10px;
	background-repeat: no-repeat;
	margin-left: -40px;
	max-width: 780px;
	min-height: 240px;
	padding: 20px 30px 20px 280px;
}
.reports-year > div:after {
	clear: both;
	content: ' ';
	display: table;
	float: none;
	width: 100%;
}

.reports-year h4 {
	font-family: 'Playfair Display', serif;
	font-size: 27px;
	margin-top: 0;
}


footer {
	background: #2b3d44 url(/i/footer.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 13px;
	margin-top: 120px;
	padding: 40px 0;
	}
footer .container { display: flex; justify-content: space-between; align-items: flex-start; }
footer p { margin-bottom: 10px; }

footer div.address {
	margin-right: 80px;
	width: 200px;
	}

footer div.address p:first-child { color: #c1c2c3; }

footer div.with-help {
	color: #c1c2c3;
	width: 50%;
	}

footer div.with-help .fpg { align-items: center; display: flex; }
footer div.with-help .fpg img { margin-right: 1em; }

footer div.graphite {
	color: #c1c2c3;
	font-size: 12px;
	text-align: right;
	width: 200px;
	}

footer div.graphite a {
	border-bottom: 1px solid rgba(255,255,255,.2);
	color: #fff;
	}


.paging { margin-top: 30px; }

.paging li {
	display: inline-block;
	font-size: 19px;
	list-style: none;
	margin-right: 10px;
	}
.paging li.active a {
	border: none;
	color: #aaa;
	cursor: default;
	}


.content a:hover { color: #0067d4; }

.content p { margin-bottom: 20px; }

.content ul,
.content ol { margin-left: 40px; margin-bottom: 20px; }

.content ul li,
.content ol li { margin: 5px 0; }

.content ol.list-stages {
	counter-reset: item; 
	font-size: 17px;
	margin-left: 55px;
}

.content ol.list-stages li {
	display: block;
	list-style: none;
	margin: 20px 0;
}
.content ol.list-stages li:before {
	content: counter(item) " — ";
	counter-increment: item;
	color: #ff6e40;
	display: block;
	font-size: 14px;
	position: absolute;
	margin-left: -30px;
	margin-top: 2px;
}

.content blockquote {
	font-size: 90%;
	line-height: 1.8;
	margin: 30px 0 30px 70px;
	position: relative;
}

.content blockquote:before {
	content: '“';
	color: #ccc;
	font-size: 90px;
	font-family: 'Playfair Display', serif;
	left: -60px;
	position: absolute;
	top: -50px;
	z-index: -1;
}

.content .file { margin-bottom: 20px; }

.seminars .date,
.content .date {
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.content .date + h4 { margin-top: 10px; }

.content .awards a { }

.seminars > div { margin-bottom: 40px; }

.seminars h4 {
	font-family: 'Playfair Display', serif;
	font-size: 23px;
	font-weight: 900;
	line-height: 1.25;
	margin: 10px 0;
}

.content table { margin: 20px 0; width: 100%; }
.content table td {
	border: 1px solid #eee;
	padding: 8px 10px;
}

.content .important {
	background: #e9f6f2;
	background-image: linear-gradient(to right, #e9f6f2, #f1ead3);
	border-left: 2px solid #e73e21;
	color: #000;
	line-height: 1.5;
	padding: 30px 40px;
}

.content .share { margin: 20px 0; }
.content .share ul {
	margin-left: 0;
}

.content .greeting {
	background: #fff;
	box-shadow: 0 8px 16px #f5f5f5;
	float: right;
	font-size: 15px;
	margin: -15px 0 70px 60px;
	padding: 20px;
	position: relative;
	width: 540px;
}
.content .greeting img {
	float: left;
	margin: 0 20px 40px 0;
}
.content .greeting p:last-child {
	color: #8aa3d2;
	left: 20px;
	line-height: 1.2;
	position: absolute;
	top: 280px;
}
.content .greeting em {
	color: #999;
	font-style: normal;
	font-size: 13px;
}


.content .side {
	float: right;
	margin: -15px 0 70px 60px;
	padding: 20px;
	width: 29%;
}

.content .side h6 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

.content .side p { margin: 5px 0; }

.content .side p + h6,
.content .side div + h6 { margin-top: 25px; }

.content .side .video {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

.content .side .video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

input { font-family: 'PS Sans Caption', sans-serif; }

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
select,
textarea {
	border: 1px solid #aaa;
	font-size: 16px;
	margin: 2px 0 10px 0;
	outline: none;
	padding: 8px 5px 6px;
	width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus { border-color: #777; }

input[type=submit] {
	background: #ed6a1d;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 10px 20px;
}

.helpus-form {
	background: #fef4ea;
	box-shadow: 0 4px 32px #eee;
	border: 4px solid #f8b774;
	float: right;
	margin: 60px 0 40px 70px;
	padding: 30px 40px;
	width: 60%;
}

.helpus-form select { width: 60%; }
.helpus-form textarea { height: 75px; }
.helpus-form input[type=submit] {
	background: url(/i/hearts.png) 20px center, linear-gradient(to right, #fbbc7b, #e94921);
	background-repeat: no-repeat;
	border-radius: 30px;
	font-size: 18px;
	margin-top: 10px;
	padding: 15px 30px 14px 60px;
}

.helpus-form .row > div { width: 48%; }
.helpus-form .row > div:first-child { float: left; }
.helpus-form .row > div:last-child { float: right; }

.helpus-form .list p { margin-bottom: 5px; }
.helpus-form .list label {
	display: inline-block;
	margin: 4px 0 4px 10px;
}

.helpus-form .list label input { margin-right: 5px; }





.donate-form { max-width: 800px; }
.donate-form > div { margin-bottom: 1em; }
.donate-form .payment-type > div,
.donate-form .payment-sum > div {
	display: flex;
	margin: .4em 0;
}

.donate-form .payment-sum div label,
.donate-form .payment-type div label {
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	color: #777;
	cursor: pointer;
	font-size: 17px;
	margin-right: 5px;
	padding: 0.75em 1em;
	position: relative;
	transition: .3s all;
}
.donate-form .payment-sum div label:hover,
.donate-form .payment-type div label:hover { border-color: #ccc; }
.donate-form .payment-sum div label.active,
.donate-form .payment-type div label.active {
	background: #f0821c;
	border-color: #f0821c;
	box-shadow: 0 4px 8px #ffcf9d;
	color: #fff;
	cursor: default;
}

.donate-form .payment-type input[type=radio],
.donate-form .payment-sum input[type=radio] {
	cursor: pointer;
	opacity: 0;
	position: absolute;
}


.donate-form input[type=text],
.donate-form input[type=email],
.donate-form input[type=tel],
.donate-form select {
	font-size: 17px;
	max-width: 300px;
	padding: .65em .75em .5em;
}

.donate-form .er { color: #e36f6f; margin-left: .5em; }

.donate-form .payment-sum input[type=number] {
	border: none;
	background: none;
	font-size: 17px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.donate-form .payment-sum #custom_sum_label { width: 160px; }
.donate-form .payment-sum #custom_sum_label span { white-space: nowrap; }
.donate-form .payment-sum #custom_sum_input { color: #777; margin: 0; padding-left: 1em; }
.donate-form .payment-sum #custom_sum_label.active span,
.donate-form .payment-sum #custom_sum_label.active #custom_sum_input { color: #fff; }

.donate-form .monthly { margin: 2em 0; }
.donate-form .monthly label { font-size: 18px; }
.donate-form .monthly p { color: #666; display: none; }