@font-face {
    font-family: 'PFDinTextPro-Regular';
    src: url('../fonts/PFDinTextPro-Regular.eot');
    src: url('../fonts/PFDinTextPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFDinTextPro-Regular.svg#PFDinTextPro-Regular') format('svg'),
        url('../fonts/PFDinTextPro-Regular.ttf') format('truetype'),
        url('../fonts/PFDinTextPro-Regular.woff') format('woff'),
        url('../fonts/PFDinTextPro-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PFDinTextPro-Bold';
    src: url('../fonts/PFDinTextPro-Bold.eot');
    src: url('../fonts/PFDinTextPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFDinTextPro-Bold.svg#PFDinTextPro-Bold') format('svg'),
        url('../fonts/PFDinTextPro-Bold.ttf') format('truetype'),
        url('../fonts/PFDinTextPro-Bold.woff') format('woff'),
        url('../fonts/PFDinTextPro-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PFDinTextPro-Light';
    src: url('../fonts/PFDinTextPro-Light.eot');
    src: url('../fonts/PFDinTextPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFDinTextPro-Light.svg#PFDinTextPro-Light') format('svg'),
        url('../fonts/PFDinTextPro-Light.ttf') format('truetype'),
        url('../fonts/PFDinTextPro-Light.woff') format('woff'),
        url('../fonts/PFDinTextPro-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

html {
    min-height: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
body {
    font-family: 'PFDinTextPro-Regular' , Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #222;
    line-height: 1.2;
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
    height: 100%;
}
header {
    width: 100%;
    padding: 30px 0;
    position: fixed;
    z-index: 99;
    top: 0;
    background: #fff;
    flex: 0 0 auto;
    transition: all .3s ease;
}
header.out {
    transform: translateY(-100%);
}
main {
    margin-top: 161px;
    /*overflow: hidden;*/
    flex: 1 0 auto;
}
p {
    margin: 0 0 20px;
    font-size: 1em;
}
a {
    font-size: 1em;
    -moz-transition: 0.4s 0.05s ease;
    -o-transition: 0.4s 0.05s ease;
    -webkit-transition: 0.4s 0.05s ease;
    transition: 0.4s 0.05s ease;
}
a:hover {
    -moz-transition: 0.4s 0.05s ease;
    -o-transition: 0.4s 0.05s ease;
    -webkit-transition: 0.4s 0.05s ease;
    transition: 0.4s 0.05s ease;
}
ol {
    font-size: 1em;
    padding:0;
    margin:0;
}
ul {
    font-size: 1em;
    padding:0;
    margin:0;
}
h1, h2, h3, h4, h5, h6  { 
    font-family: 'PFDinTextPro-Light';
    color: #000;
    line-height: 1.2;
    padding: 0; 
    margin:0; 
    text-align:center;
    margin:0 0 40px 0;
}
h2 {
    margin:40px 0 40px 0;
}
h1 { font-size:2.6em; }
h2 { font-size:2.6em; }
h3 { font-size:2em; }
h4 { font-size:1.6em; }
h5 { font-size:1.4em; }
h6 { font-size:1.2em; }
::-webkit-input-placeholder {color:#222;}
::-moz-placeholder          {color:#222;}/* Firefox 19+ */
:-moz-placeholder           {color:#222;}/* Firefox 18- */
:-ms-input-placeholder      {color:#222;}
.block-indent {
    padding:0 3%;
}
.block-indent:after {
    content:'';
    display:table;
    width:100%;
}
header .logo img, footer .logo img {
    max-width: 100%;
}
header .logo, footer .logo {
    display: block;
    max-width: 150px;
}
.header-button {
    text-align:right;
}
.button {
    font-family: 'PFDinTextPro-Bold';
    height: 36px;
    margin: 9px 0 9px 20px;
    display: inline-block;
    padding: 5px 18px;
    text-align: center;
    text-decoration: none;
    border-radius: 24px;
    font-size: 1.2em;
    border: 3px solid #4674B8;
    background: #4674B8;
    color: #fff;
    box-shadow: 0 0 0 rgba(0,0,0,0.07);
    transition: all 0.4s ease;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}
.button:hover, .button:focus {
    background: #4674B8;
    color: #fff;
    box-shadow: 0 12px 24px rgba(0,0,0,0.07);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.button-white {
    color:#31353E;
    background:#fff;
}
.button-white:hover {
    box-shadow: 0 0 0 rgba(0,0,0,0.07);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
body.fixed {
    height: 100%;
    overflow: hidden;
    width: 100%;
    display: block;
}
.navbar-default .navbar-toggle {
    border: 3px solid rgb(70, 116, 184);
    width: 45px;
    height: 45px
}
.navbar-toggle .icon-bar {
    width: 17px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin:10px 0 0;
}
.navbar {
    position: relative;
    min-height: 10px;
    margin-bottom: 0;
    border: 1px solid transparent;
}
.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    transition: all 400ms ease;
    margin:10px 0 0 0;
}
.navbar-nav > li {
    float: none;
    display: inline-block;
    margin:0 25px;
}
.navbar-nav > li > a {
    font-size: 1em;
    color: #31353E;
    text-transform: uppercase;
    padding: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus , .navbar-default .navbar-nav > li > a:hover{
    color:#4674B8;
    background-color:transparent;
}
.navbar-collapse {
    padding: 0;
    height: 100vh;
}
.navbar-nav > li > a.selected {
    color:#4674B8;
    background-color:transparent;
}	
.navbar-default .navbar-nav > li > a {
    color: #31353E;
}
main {
    padding:60px 0;
}
.formula-block__content {
    display:flex;
}
.formula-block__content .interest {
    margin:0 40px 0 0;
}
.formula-block__content .text .text-block {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #D8D8D8;
}
.formula-block__content .interest p {
    border:10px solid #C1CFE4;
    width: 240px;
    height:240px;
    border-radius: 50%;
    box-shadow: 0 12px 24px rgba(0,0,0,0.07);
    font-size: 42px;
    background: #4674B8;
    text-align: center;
    color: #FFFFFF;
    line-height:215px;
    margin:0;
	position: relative;
}
.formula-block__content .interest p span {
	position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto;
    height: 219px;
}
.formula-block__content .text {
    width: 100%;
}
.formula-block__content .text img {
    margin:40px auto;
    display:block;
    max-width:100%;
}
.formula-block__content .text .text-block p {
    font-size: 1.6em;
    margin:0;    
    font-family: 'PFDinTextPro-Light';
}
.formula-block__content .text .text-block p span {
    font-size: 1.6em;
    font-family: 'PFDinTextPro-Light';
}
.formula-block__content .text .text-block p span.blue {
    color: #4674B8;
}
font.rouble {
    font-family: sans-serif;
}
.container {
    width: 950px;
}
.formula-block__content .text .text-block:before {
    content: '';
    position: absolute;
    background: #D8D8D8;
    height: 3px;
    width: 65px;
    left: -55px;
    bottom: -25px;
    transform: rotate(-45deg);
}
.formula-block__content .text a.more {
    color: #4674B8;
    font-size: 1.4em;
    float:right;
    text-decoration:underline;
}
.formula-block__content .text a.more:hover {
    text-decoration:none;
}
.block-work {
    margin:70px 0;
}
.block-work__content {
    display:flex;
}
.block-work__content .item {
    flex:1;
    position:relative;
}
.block-work__content .item p {
    font-family: 'PFDinTextPro-Bold';
    margin: 50px auto 0;
    font-size: 1em;
    text-align: center;
    position:relative;
    max-width: 155px;
}
.block-work__content .item p:before {
    content: '';
    position: absolute;
    background: #0070c0;
    height: 20px;
    width: 20px;
    left:calc(50% - 10px);
    top: -40px;
    border-radius:50%;
}
.block-work__content .item:before {
    content: '';
    position: absolute;
    background: #D8D8D8;
    height: 3px;
    width: 130px;
    right: -60px;
    top: 18px;
}
.block-work__content .item:after {
    content: '';
    position: absolute;
    border-top: 6px solid transparent;
    border-left: 10px solid #D8D8D8;
    border-bottom: 5px solid transparent;
    right: -70px;
    top: 14px;
}
.block-work__content .item:last-child:after {
    display:none;
}
.block-work__content .item:last-child:before {
    display:none;
}
ol.block-work__step {
    counter-reset: list-name;
    display: flex;
    margin: 40px 0;
}
ol.block-work__step li {
    font-family: 'PFDinTextPro-Bold';
    font-size: 1em;
    display: block;
    flex: 1;
    margin: 0 0 0 50px;
    position:relative;
}
ol.block-work__step li:before {
    counter-increment: list-name;
    content: counter(list-name) ". ";
    position:absolute;
    top:0;
    left:-25px;
    font-size:1.4em;	
}
.block-work a.button {
    display:block;
}
.company-block__supervisor {
    display:flex;
}
.company-block__supervisor .text {
    padding: 25px;
    background: #fff;
    transition: all 0.4s ease;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(0,0,0,0.07);
    width:100%;
    position:relative;
}
.company-block__supervisor .text:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    box-shadow: 0 24px 48px rgba(0,0,0,0.07);
}
.company-block__supervisor .image {
    margin: 5% 50px 0 0;
}
.company-block img {
    max-width:100%;
}
.company-block__supervisor .image img {
    border-radius:50%;
    max-width:200px;
}
.company-block__supervisor .text p {
    font-size: 1.6em;
    margin: 0;
    color: #31353E;
    line-height:1;
    font-family: 'PFDinTextPro-Light';
    margin:0 0 20px 0;
}
.company-block__supervisor .text:before {
    content: '';
    position: absolute;
    left: -15px;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #FFFFFF;
}
.company-block__supervisor .text p.note {
    text-align:right;
    margin:0;
    font-family: 'PFDinTextPro-Regular';
    font-size:1.4em;
}
.company-block__supervisor .text p.note strong {
    font-family: 'PFDinTextPro-Light';
    font-weight:normal;
    color:#979797;
}
.company-block .button {
    display:block;
    margin:50px 0 20px;
}
.news-block {
    margin:50px 0;
}
.news-block__item {
    display: flex;
    position: relative;
    width: 100%;
    margin: 35px 0;
    background: #fff;
    transition: all 0.4s ease;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(0,0,0,0.07);
}
.news-block__item:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}
.news-block__item .image {
    min-width:180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.news-block__item .image a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.news-block__item .text {
    padding:25px;
}
.news-block__item .text .text-content {
    display: inline-block;
    width: calc(100% - 165px);
    vertical-align: middle;
}
.news-block__item.event__item .text .text-content {
    width: calc(100% - 5px);
}
.news-block__item .text .text-date{
    display: inline-block;
    text-align:center;
    width: 160px;
    vertical-align: middle;
}
.news-block__item .text .text-date.mobile-shown {
    display: none;
}
.news-block__item .text .text-content p {
    font-size: 1.4em;
    margin: 0;
    color: #31353E;
    line-height:1.1;
    font-family: 'PFDinTextPro-Light';
}
.news-block__item .text .text-content a.link {
    color: #4674B8;
    font-size: 1.6em;
    line-height:1;
    font-family: 'PFDinTextPro-Light';
    display:inline-block;
    margin:0 0 20px 0;
    text-decoration:none;
}
.news-block__item .text  .text-content a.link:hover {
    text-decoration:none;
}
.news-block__item .text  .text-date p, .capitals-text .text-date p {
    font-size: 1.8em;
    margin: 0;
    color: #31353E;
    line-height:1.1;
    font-family: 'PFDinTextPro-Light';
}
.news-block__item .text  .text-date p strong, .capitals-text .text-date p strong {
    font-family: 'PFDinTextPro-Light';
    font-weight:normal;
    color: #4674B8;
    font-size: 1.2em;
}
.capitals-text h1 {
    text-align: left;
}
.capitals-text .text-date {
    margin-bottom: 20px;
}
.news-block .button {
    display:block;
    width:135px;
    margin:0 auto;
    background:transparent;
}
.news-block .button:hover {
    background:#4674B8;
}
.history-block {
    margin:70px 0;
}
.history-block__item {
    margin:50px 0;
}
.history-block__item .image {
    margin: 0 50px 0 0;
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}
.history-block__item .text {
    padding: 25px;
    background: #fff;
    transition: all 0.4s ease;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(0,0,0,0.07);
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 260px);
}
.history-block__item .text:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}
.history-block__item .text:before {
    content: '';
    position: absolute;
    left: -15px;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #FFFFFF;
}
.history-block__item .image img {
    border-radius: 50%;
    max-width: 200px;
}
.history-block__item .text a.link {
    font-size: 1.6em;
    margin: 0;
    color: #31353E;
    line-height: 1;
    font-family: 'PFDinTextPro-Light';
    margin: 0 0 20px 0;
    text-decoration:none;
}
.history-block__item .text p {
    margin: 25px 0 0 0;
    font-family: 'PFDinTextPro-Regular';
    font-size: 1.4em;
    color: #31353E;
}
.history-block__item .text p.quotes {
    margin: 0 0 50px 0;
}
.history-block__item .text p strong {
    font-family: 'PFDinTextPro-Light';
    font-weight: normal;
    color: #979797;
}
.history-block__item:nth-of-type(even) .image, .history-block__item.right-placement .image {
    margin: 0 0 0 50px;
}
.history-block__item:nth-of-type(even) .text:before, .history-block__item.right-placement .text:before {
    right: -15px;
    left:auto;
}
.history-block .button {
    display:block;
    width:135px;
    margin:0 auto;
    background:transparent;
}
.history-block .button:hover {
    background:#4674B8;
}
.capitals-text .partner-logo-block img {
    width: auto;
    display: inline-block;
    margin: 10px;
    filter: grayscale(1);
}
footer {
    background: #fff;
    padding:30px 0;
    flex: 0 0 auto;
}
.social-block {
    text-align:right;
    margin:10px 0 0;
}
.social-block a {
    color:#31353E;
    font-size:2em;
    display:inline-block;
    margin:0 0 0 30px;
}
.social-block a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    color:#4674B8;
}
.footer-contacts {
    margin:40px 15px 0;
    display:flex;
    justify-content: space-between
}
.footer-contacts__item p {
    font-size: 1.2em;
    margin: 0 0 8px 0;
}
.footer-contacts__item a.link {
    font-size: 1.2em;
    font-family: 'PFDinTextPro-Light';
    color:#31353E;
}
.footer-contacts__item a.link:hover {
    color:#4674B8;
    text-decoration:none;
}
.footer-contacts__item p.address {
    font-family: 'PFDinTextPro-Light';
    font-weight:normal;
    font-size: 1.2em;
}
.fund-list {
    background-color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    box-shadow: 0 12px 24px rgba(0,0,0,0.07);
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    overflow: hidden;
    border-radius: 21px;
    margin-bottom: 40px;
}
.capitals-text .fund-list a {
    text-decoration: none;
}
.fund-list:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    box-shadow: 0 0.25px 0.5px rgba(0,0,0,0.07);
}
.fund-list a {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    border-left: 1px solid rgba(0,0,0,0.07);
    padding: 10px 25px;
    display:block;
    text-decoration: none;
    background:#fff;
    color: #4674B8;
    cursor: pointer;
    font-size: 20px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    display:block;
}
.fund-list a:hover {
    background-color: rgba(0,0,0,0.07);
    text-decoration:none;
    color: #4674B8;
}
.fund-list a.selected {
    background-color: #4674B8;
    text-decoration:none;
    color: #fff;
}
.fund-block {
    margin:20px 0;
}
.fund-block p {
    line-height:1.6em;
    font-size:1.2em;
    color:#000;
}
.fund-block h2 {
    font-family: 'PFDinTextPro-Bold';
    font-size:1.4em;
    color:#000;
    text-align:left;
    margin:0 0 20px 0;
}
.fund-block strong {
    font-family: 'PFDinTextPro-Bold';
    font-weight:normal;
}
.fund-block img {
    width:100%;
    margin:20px 0 30px;
}
.fund-block .history-block__item .image {
    margin: 0 0 0 50px;
}
.fund-block .history-block__item .text p {
    margin: 20px 0 0 0;
    text-align: right;
}
.fund-block .history-block__item p.discription {
    font-size: 1.6em;
    margin: 0;
    color: #31353E;
    line-height: 1;
    font-family: 'PFDinTextPro-Light';
    margin: 0 0 20px 0;
    text-align:left;
}
.fund-block .history-block__item .text:before {
    right: -15px;
    left: auto;
}
.fund-block__control {
    margin:50px 0;
}
.fund-block__control h2 {
    font-size: 2.6em;
    font-family: 'PFDinTextPro-Light';
    text-align: center;
    margin: 0 0 40px 0;
}
.fund-block__control .item {
    margin:0;
    text-align:center;
}
.fund-block__control .item img {
    border-radius: 50%;
    box-shadow: 0 12px 24px rgba(0,0,0,0.07);
    max-width: 180px;
    margin: 0 auto 25px;
    display: block;
}
.fund-block__control .item strong {
    font-size: 1.8em;
    font-family: 'PFDinTextPro-Regular';
    color: #000;
}
.fund-block__control .item p {
    font-size: 1.4em;
    font-family: 'PFDinTextPro-Regular';
    color: #979797;
    margin: 15px -5px 0;
    line-height: 1.2;
}
.fund-block__opportunities {
    margin:50px 0;
    text-align:center;
}
.fund-block__opportunities h2 {
    font-size: 2.6em;
    font-family: 'PFDinTextPro-Light';
    text-align: center;
    margin: 0 0 40px 0;
}
.fund-block__opportunities .item {
    margin: 0 0 40px;
    text-align: center;
    display: inline-block;
    width: 24%;
    vertical-align: top;
    padding: 0 10px;
}
.fund-block__opportunities .item img {
    border-radius: 50%;
    box-shadow: 0 12px 24px rgba(0,0,0,0.07);
    max-width: 180px;
    margin: 0 auto 25px;
    display: block;
    background:#fff;
}
.fund-block__opportunities .item strong {
    font-size: 1.6em;
    font-family: 'PFDinTextPro-Regular';
    color: #000;
}
.fund-block__finance {
    margin:50px 0;
}
.fund-block__finance h2 {
    font-size:3em;
    font-family: 'PFDinTextPro-Bold';
    color: rgb(70, 116, 184);
    text-align:center;
    margin:0 0 50px 0;
}
.fund-block__finance h3 {
    font-size:2.4em;
    font-family: 'PFDinTextPro-Bold';
    color: rgb(70, 116, 184);
    text-align:center;
    margin:40px 0 30px 0;
}
.fund-block__finance p {
    font-size:1.2em;
    color: #000;
    margin:0 0 30px 0;
}
.fund-block__finance img {
    max-width:100%;
    width:auto;
    display:block;
    margin:20px auto;
}
.fund-block__contribution {
    margin:50px 0;
}
.fund-block__contribution .item {
    margin:0 0 40px 0;
}
.fund-block__contribution p {
    line-height: 1.6em;
    font-size: 1.2em;
    color: #000;
}
.fund-block__contribution .item .info {
    margin:0 0 40px 0;
}
.fund-block__contribution .item .info p {
    font-size: 1.4em;
    margin: 0;
    color: #31353E;
    line-height: 1.2;
    font-family: 'PFDinTextPro-Light';
}
.fund-block__contribution .item .info img {
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(0,0,0,0.07);
    max-width: 100%;
    margin: 0;
    display: block;
    background: #fff;
}
.fund-block__contribution .item .info strong {
    font-size: 1.8em;
    margin: -5px 0 7px 0;
    display: block;
    font-weight: normal;
    font-family: 'PFDinTextPro-Regular';
    color: rgb(70, 116, 184);
    line-height: 1.4;
}
.fund-block__contribution a {
    color: rgb(70, 116, 184);
    text-decoration:underline;
}
.fund-block__contribution a:hover{
    color: rgb(70, 116, 184);
    text-decoration:none;
}
.fund-block__contribution ul {
    display:block;
}
.fund-block__contribution ul li {
    display:block;
    margin:0 0 20px 0;
}
.fund-block__contribution ul li a {
    line-height: 1.6em;
    font-size: 1.2em;
    color: rgb(70, 116, 184);
    text-decoration:underline;
}
.fund-block__contribution ul li a:hover {
    color: rgb(70, 116, 184);
    text-decoration:none;
}
.fund-block__contribution .button {
    color: #fff;
    display:block;
    margin: 0 auto;
    width:160px;
    text-decoration:none;
}
.fund-block__contribution .button:hover {
    color: #fff;
    text-decoration:none;
}
.control-block {
    margin:50px 0;
    text-align: center;
}
.control-block .item {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin: 0 10px 30px;
}
.control-block .item img {
    border-radius: 50%;
    box-shadow: 0 12px 24px rgba(0,0,0,0.07);
    max-width: 180px;
    margin: 0 auto 25px;
    display: block;
}
.control-block .item strong {
    font-size: 1.6em;
    font-family: 'PFDinTextPro-Regular';
    color: #000;
    font-weight: normal;
}
.control-block .item p {
    font-size: 1.3em;
    font-family: 'PFDinTextPro-Regular';
    color: #979797;
    margin: 15px 0 0;
    line-height: 1.2;
}
.control-block .text {
    text-align: left;
    margin: -20px 0 0 0;
}
.control-block .text p {
    line-height: 1.6em;
    font-size: 1.2em;
    color: #000;
}
.control-block .text strong {
    font-family: 'PFDinTextPro-Bold';
    font-weight: normal;
}
.control-block .text ul {
    display:block;
}
.control-block .text ul li {
    display:block;
    margin:0 0 20px 0;
    line-height: 1.6em;
    font-size: 1.2em;
    color: #000;
    position:relative;
    padding:0 0 0 25px;
}
.control-block .text ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 7px;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
}
.reports-block {
    margin:50px 0;
}
.reports-block__tabs {
    background:#fff;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(0,0,0,0.07);
}
.nav-tabs {
    border-bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    background-color: #4674B8;
}
.nav-tabs > li {
    margin-bottom: -2px;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 1.4em;
    padding: 0;
    min-width: 100px;
    white-space: nowrap;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 8px 8px 0 0;
    text-align: center;
    flex:1;
    overflow: hidden;
    border:0px;
}
.nav-tabs > li > a {
    margin-right: 0;
    line-height: 1.2;
    border: 0px;
    border-radius: 8px 8px 0 0;
    color:#fff;
}
.nav-tabs li a:hover {
    background-color: #6b90c6;
    border: 0px;
}
.nav-tabs > li.active > a,  .nav-tabs > li.active > a:focus {
    color: #31353E;
    background-color: #ffffff;
    border: 0px;
}
.tab-content > .tab-pane {
    padding: 35px 35px 10px;
}
ul.reports-block__list {
    display:block;
}
ul.reports-block__list li {
    display: block;
    margin: 0 0 25px 0;
    padding: 0 0 0 50px;
}
ul.reports-block__list li a {
    position:relative;
    color: #31353E;
    text-decoration:underline;
    font-size: 1.4em;
}
ul.reports-block__list li a:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -50px;
    width: 36px;
    height: 20px;
    background: url(../images/bg.png) 0px 0px no-repeat;
}
.events-page h1 {
    text-align:left;
}
.events-page p {
    line-height: 1.6em;
    font-size: 1.2em;
    color: #000;
}
.events-page__item {
    display: flex;
    position: relative;
    width: 100%;
    margin: 35px 0;
    background: #fff;
    transition: all 0.4s ease;
    border-radius: 8px;
    overflow:hidden;
    box-shadow: 0 12px 24px rgba(0,0,0,0.07);
}
.events-page__item .image {
    min-width: 180px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.events-page__item .image a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.events-page__item .text {
    padding: 20px;
}
.events-page__item .text a.link {
    color: #4674B8;
    font-size: 1.6em;
    line-height: 1;
    font-family: 'PFDinTextPro-Light';
    display: inline-block;
    margin: 0 0 15px 0;
    text-decoration: none;
}
.events-page__item .text p {
    font-size: 1.3em;
    margin: 0;
    color: #31353E;
    line-height: 1.1;
    font-family: 'PFDinTextPro-Light';
}
.events-page__item:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}
.donors-page__color {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    color: #FFF;
    padding: 12px 0 10px;
    box-shadow: 0 12px 24px rgba(0,0,0,0.07);
    background-color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background: url(../images/color.png) top center no-repeat;
    background-size: cover;
    margin:40px 0;
}
.donors-page .control-block {
    margin: 0;
}
.donors-page__color p {
    font-size: 1.6em;
    text-shadow: 0 2px 4px rgba(0,0,0,0.30);
    margin: 23px 0;
}
.donors-page__border {    
    position:relative;
    padding:0 0 0 40px;
    overflow: hidden;
}
.donors-page__border:before {
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 16px;
    border-radius: 8px;
    bottom: 0;
}
p.navigation_brand strong {
    font-weight: normal;
}
.history-block__item .text p.quote {
    font-size: 1.6em;
    margin: 0;
    color: #31353E;
    line-height: 1;
    font-family: 'PFDinTextPro-Light';
    margin: 0 0 20px 0;
    text-decoration: none;
}
.donors-page__border .control-block .item {
    margin: 0 10px 20px;
}
.donors-page__border.border-dark-red:before {
    background-color: #a5173e;
}
.donors-page__border.border-red:before {
    background-color: #FD1505;
}
.donors-page__border.border-orange:before {
    background-color: #FB8507;
}
.donors-page__border.border-yellow:before {
    background-color: #F6E720;
}
.donors-page__border.border-green:before {
    background-color: #52ED40;
}
.donors-page__border.border-blue:before {
    background-color: #08D5EC;
}
.donors-page__border.border-darkblue:before {
    background-color: #0B58E3;
}
.donors-page__border.border-violet:before {
    background-color: #7A1D9B;
}
.donors-page__list p {
    font-size:1.2em;
    color:#000;
}

/* ------------------- */
.capitals-page__item:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    box-shadow: 0 24px 48px rgba(0,0,0,0.07);
}

.capitals-page__item strong a {
    margin: 0;
    font-size: 1.4em;
    font-weight: 600;
    display: block;
    text-decoration: none;
    color: #222;
    line-height: 1.3;
    margin-bottom: 10px;
}

.capitals-page__item p.description {
    font-size: 1.2em;
    font-style: italic;
    opacity: 0.8;
    line-height: 1.4;
}

.capitals-page__item > .row {
    display: flex;
    flex-wrap: wrap;
}

.capitals-page__item .col-md-8 > .row {
    display: block;
}
.capitals-page__item strong.category-elem-title {
    margin-top: 10px;
}
.capitals-page__item a.more {
    color: #4674B8;
    text-decoration: underline;
    font-size: 1.2em;
    font-family: 'PFDinTextPro-Light';
}
.capitals-page__item p {
    font-size: 1.4em;
    color: #31353E;
    margin:10px 0;
}
.capitals-page__item p span {    
    color: #4674B8;
}
.capitals-page__content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.capitals-page__content .more {
    margin: 0px 0 0px;
}

.capitals-page__item img {
    width: 100%;
    height: auto;
    max-height: 115px;
    object-fit: cover;
}

.capitals-page__item p.description.category-elem-desc {
    margin-top: 0;
}

.capitals-page__item {
    padding: 30px;
    background-color: #fff;
    transition: 0.2s ease;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(0,0,0,0.07);
    margin: 0 0 30px 0;
    height: 400px;
    width: 450px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.capitals-page__row {
    display: flex;
    {% comment %} flex-wrap: nowrap; {% endcomment %}
    margin: 0;
}

.capitals-page__content-col {
    flex: 1;
    min-width: 0;
}

.capitals-page__image {
    width: 115px;
    height: 115px;
    object-fit: cover;
    display: block;
}

.capitals-page__item .button {
    margin: 0;
    margin-top: auto;
    display: block;
    width: 100%;

    align-self: stretch;
    box-sizing: border-box;
    text-align: center;
}

.capitals-page__content {
    flex: 1;
    overflow-y: auto;
}

.capitals-page__item p.description {
    margin: 15px 0;
}

@media (max-width: 900px) {
    .capitals-page__item {
        min-height: initial;
        height: auto;
        width: auto;
        padding: 20px;
    }

    .capitals-page__content {
        display: block;
        height: auto;
        overflow: visible;
    }

    .capitals-page__item strong a {
        word-wrap: break-word;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        max-height: none !important;
        -webkit-line-clamp: initial !important;
    }

    .capitals-page__item p.description {
        word-wrap: break-word;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        display: block;
    }

    .capitals-page__row {
        align-items: flex-start;
    }

    .capitals-page__content-col {
        padding-left: 10px;
    }

    .capitals-page__row {
        display: flex;
        align-items: flex-start; /* Выравниваем по верхнему краю */
        flex-wrap: nowrap; /* Запрещаем перенос */
    }
    
    .capitals-page__image-col {
        flex: 0 0 auto; /* Не растягиваем и не сжимаем */
    }
    
    .capitals-page__content-col {
        flex: 1; /* Занимаем всё оставшееся пространство */
        min-width: 0; /* Важно для корректного переноса текста */
    }
    
    .capitals-page__row {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        height: fit-content;
    }

    .capitals-page__item .button {
        margin-left: 15px !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100%;
    }
}
/* ------------------- */

.company-page p {
    line-height: 1.6em;
    font-size: 1.2em;
    color: #000;
}
.company-page p a {
    color: #4674B8;
    text-decoration:underline;
}
.company-page p a:hover {
    color: #4674B8;
    text-decoration:none;
}
.company-page h2 {
    font-size:1.6em;
    margin:30px 0;
    font-family: 'PFDinTextPro-Bold';
    color: #4674B8;
}
.company-page img {
    margin:30px 0;
    width:100%;
}
.company-page p.note {
    text-align:center;
    font-style:italic;
}
.company-page__block {
    margin:50px 0;
}
.company-page__block .image {
    display:inline-block;
    vertical-align:middle;
    width:160px;
    margin:0 25px 0 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(0,0,0,0.07);
}
.company-page__block .image img {
    margin:0;
}
.company-page__block .text {
    display:inline-block;
    vertical-align:middle;
    width:calc(100% - 190px);
}
.company-page__block .text p {
    font-size: 1.4em;
    margin: 0;
    color: #31353E;
    line-height: 1;
    font-family: 'PFDinTextPro-Light';
    margin: 0 0 20px 0;
    text-decoration: none;
}
.company-page__block .text p.title {
    font-size: 2em;
    color: #4674B8;
}
.news-preview-text {
    line-height: 1.1em;
    font-size: 1.2em;
    border-bottom: 2px solid #4674B8;
    margin-bottom: 20px;
}
.faq-block {
    margin:0 0 30px 0;
}
.faq-block p {
    line-height: 1.6em;
    font-size: 1.2em;
    color: #000;
}
.faq-block blockquote {
    margin: 0 0 20px 20px;
}
.faq-block p.question {
    font-size:1.6em;
    font-family: 'PFDinTextPro-Bold';
    color: rgb(70, 116, 184);
    text-transform:uppercase;
    line-height:1.2;
}
.faq-block strong {
    font-family: 'PFDinTextPro-Bold';
    font-weight:normal;
}
.faq-block ol {
    margin:20px 0 20px 15px;
}
.faq-block ol li {
    line-height: 1.6em;
    font-size: 1.2em;
    color: #000;
    margin:0 0 20px 0;
}
.faq-block em {
    font-style:italic;
}
.faq-block a {
    color: #4674B8;
    text-decoration:underline;
}
.faq-block a:hover {
    color: #4674B8;
    text-decoration:none;
}
.faq-block ul {
    margin:20px 0 20px 15px;
}
.faq-block ul li {
    line-height: 1.6em;
    font-size: 1.2em;
    color: #000;
    margin:0 0 20px 0;
    position:relative;
    display:block;
}
.faq-block ul li ul li, .faq-block ol li ul li, .faq-block ul li ol li {
    font-size: 1em;
}
.faq-block ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -15px;
    background: #000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.capitals-text img:not(.slider-pic) {
    margin:15px 30px;
    width:calc(100% - 60px);
    max-width:100%;
}
.capitals-text:not(.reports-block) h2 {
    font-family: 'PFDinTextPro-Bold';
    text-transform:uppercase;
    color: rgb(70, 116, 184);
    text-align:left;
    margin:30px 0;
    font-size:2.2em;
}
.capitals-text p {
    line-height: 1.6em;
    font-size: 1.2em;
    color: #000;
}
.capitals-text ul:not(.ya-share2__list):not(.nav):not(.slides), .capitals-text ol:not(.flex-control-nav) {
    margin: 20px 0 20px 30px;
}
.capitals-text ul:not(.nav):not(.flex-direction-nav):not(.slides) li:not(.ya-share2__item), .capitals-text ol:not(.flex-control-nav) li {
    line-height: 1.6em;
    font-size: 1.2em;
    color: #000;
    margin: 0 0 20px 0;
    position: relative;
    display: block;
}
.capitals-text ol li ol li, .capitals-text ul li ol li, .capitals-text ol li ul li {
    font-size: 1em!important;
    line-height: 1em!important;
}
.capitals-text ul:not(.nav):not(.flex-direction-nav):not(.slides) li:not(.ya-share2__item):before {
    content: '';
    position: absolute;
    top: 10px;
    left: -20px;
    background: #000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.capitals-text ol:not(.flex-control-nav) {
    counter-reset: counter;
}
.capitals-text ol:not(.flex-control-nav) li:before {
    counter-increment: counter;
    content: counter(counter)'.';
    position: absolute;
    left: -20px;
    font-weight: bold;
}
.ya-share2__list {
    display: flex!important;
    flex-direction: row;
    justify-content: space-between;
}
.capitals-text .simple-links {
    margin-top: 20px;
}
.capitals-text .simple-links a {
    margin: 0 15px 15px 0;
    line-height: 1.2;
    border: 0px;
    border-radius: 0;
    color: #31353E;
    cursor: pointer;
    font-size: 19px;
    text-decoration: underline;
    padding: 0;
}
.capitals-text strong {
    font-family: 'PFDinTextPro-Bold';
    font-weight:normal;
}
.capitals-text a {
    color: rgb(70, 116, 184);
    text-decoration:underline;
}
.capitals-text a:hover {
    color: rgb(70, 116, 184);
    text-decoration:none;
}
.block-iframe {
    position: relative;
    padding-bottom: 55%;
    padding-top: 0;
    height: 0;
    margin:20px 30px;
}
.block-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.capitals-text__odds {
    margin:30px 0;
}
.capitals-text__odds .item {
    padding: 30px;
    margin: 0 0 30px 0;
    background: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(0,0,0,0.07);
}
.capitals-text__odds .item p {
    color: #31353E;
    font-size: 1.4em;
    margin:20px 0 0 0;
    font-family: 'PFDinTextPro-Light';
    line-height:1;
    height:60px;
}
.capitals-text__odds .item strong {
    color: #31353E;
    font-size: 1.4em;
    font-weight: normal;
    font-family: 'PFDinTextPro-Bold';
}
.capitals-text__projects {
    margin:30px 0;
    overflow:hidden;
}
.capitals-text__projects .item {
    padding: 20px;
    margin: 0 0 30px 0;
    background: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(0,0,0,0.07);
}
.capitals-text__projects .item img {
    width:calc(100% - 30px);
    margin:0;
    margin:15px;
}
.capitals-text__projects>div:nth-of-type(3n+1) {
    clear: left;
}
@media (max-width: 991px) {
    .capitals-text__projects>div:nth-of-type(3n+1) {
        clear: none;
    }
    .capitals-text__projects>div:nth-of-type(2n+1) {
        clear: left;
    }
}
.capitals-text em {
    font-style:italic;
    font-weight:normal;
}
.projects-implementation {
    margin:30px 0;
    text-align:center;
}
.projects-implementation p {
    text-align:left;
    color: rgb(49, 53, 62);
}
.projects-implementation img {
    margin:20px 0;
    max-width:300px;
}
.capitals-text__goals {
    margin:30px 0;
}
.capitals-text__goals h2 {
    font-family: 'PFDinTextPro-Light';
    color: #000;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    text-align: center;
    margin: 30px 0;
    text-transform:none;
}
.capitals-text__goals .fund-block__opportunities .item img {
    width: 100%;
}
.capitals-text .history-block__item .image img {
    width: 100%;
    margin: 0;
}
.capitals-text  .history-block__item .text p {
    margin: 25px 0 0 0;
}
.fund-block__opportunities .item p.description {
    color: #979797;
}
a.btn.button.big {
    width: 100%;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    margin-left: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
} 
a.btn.button.big.short {
    width: auto;
}
.centered {
    text-align: center;
}
a.btn.button.big:hover {
    transform: none;
}
a.btn.button.more {
    margin-top: 20px;
}
.capitals-text .fund-block__control h2 {
    font-family: 'PFDinTextPro-Light';
    color: #000;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    text-align: center;
    margin: 30px 0;
    text-transform:none;
}
.capitals-text .fund-block__control {
    text-align:center;
}
.capitals-text .fund-block__control .item {
    margin: 0 0 40px;
    text-align: center;
    display: inline-block;
    width: 24%;
    vertical-align: top;
    padding: 0 10px;
}
.capitals-text__donors {
    margin:30px 0;
}
.capitals-text__donors h2 {
    font-family: 'PFDinTextPro-Regular';
    color: #000;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    text-align: left;
    margin: 30px 0;
    text-transform:none;
    font-size:2.6em;
}
.capitals-text a.link {
    font-size:1.6em;
    font-family: 'PFDinTextPro-Light';
}
.capitals-text h3 {
    font-family: 'PFDinTextPro-Bold';
    font-size: 1.4em;
    margin:30px 0;
    text-align:left;
}
.capitals-text h3 strong {
    font-weight: normal;
    font-family: 'PFDinTextPro-Bold';
    background-color: rgb(70, 116, 184);
    padding: 3px 3px 2px;
}
.capitals-text .history-block__item p.quotes {
    font-size: 1.6em;
    margin: 0;
    color: #31353E;
    line-height: 1;
    font-family: 'PFDinTextPro-Light';
    margin: 0 0 20px 0;
    text-decoration: none;
}
.links-block {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(0,0,0,0.07);
    overflow:hidden;
    padding:25px;
}
.tab-content .links-block {
    box-shadow: none;
    padding: 0;
}
.links-block.anchor {
    background: none;
    box-shadow: none;
}
.links-block.anchor p a:before {
    display: none;
}
.links-block.anchor p {
    padding-left: 0;
}
.links-block.anchor p a span {
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-right: 15px;
}
.links-block.anchor p a span strong {
    position: relative;
    top: 17px;
    width: 30px;
    height: 5px;
    background-color: #1b75bc;
    left:0;
    display: block;
}
.links-block.anchor p a span strong::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 5px;
    top: -4px;
    right: -4px;
    background-color: #1b75bc;
    transform: rotate(45deg);
}
.links-block.anchor p a span strong::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 5px;
    top: 4px;
    right: -4px;
    background-color: #1b75bc;
    transform: rotate(-45deg);
}
.links-block strong {
    color: #31353E;
    font-size: 1.4em;
    font-weight:normal;
    display:block;
    margin:0 0 20px 0;
    text-align:center;
    font-family: 'PFDinTextPro-Regular';
}
.links-block p {
    padding:0 0 0 50px;
}
.links-block p a {
    position: relative;
    color: #31353E;
    text-decoration: underline;
    font-size: 1.2em;
    position:relative;
}
.links-block p a:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -50px;
    width: 36px;
    height: 20px;
    background: url(../images/bg.png) 0px 0px no-repeat;
}
.links-block p a:hover {
    color: #31353E;
    text-decoration: none;
}
.capitals-text .events-page__item .image img {
    width: 100%;
    margin: 0;
}
.capitals-text .fund-block__control .item img {
    width: 100%;
}
.projects-text .fund-list a {
    padding: 10px 20px;
}
.projects-text h1 {
    margin: 40px 0 30px;
    text-align: left;
    color: #4674B8;
    font-weight: 600;
}
ol.projects-text__list {
    margin:30px 0;
    counter-reset: list-name;
}
ol.projects-text__list li {
    margin:0 0 30px 0;
    display:block;
    position:relative;
}
ol.projects-text__list li:before {
    counter-increment: list-name;
    content: counter(list-name) ". ";
    color: #4674B8;
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 1.6em;
    font-weight: bold;
}
ol.projects-text__list li p {
    line-height: 1.6em;
    font-size: 1.2em;
    color: #000;
    display:block;
    position:relative;
}
ol.projects-text__list li p.name {
    font-size: 1.6em;
    font-weight: bold;
    color: rgb(70, 116, 184);
    margin:0 0 20px 20px;
}
.projects-text h2 {
    margin: 30px 0;
    text-align: left;
    color: #4674B8;
    font-weight: 600;
}
.projects-text h3 {
    margin: 30px 0;
    text-align: left;
    color: #4674B8;
    font-weight: 600;
}
.projects-text img {
    margin: 15px 30px;
    width: calc(100% - 60px);
    max-width: 100%;
}
.projects-text p {
    line-height: 1.6em;
    font-size: 1.2em;
    color: #000;
}
.projects-text a {
    color: rgb(70, 116, 184);
    text-decoration: underline;
}
.projects-text a:hover {
    color: rgb(70, 116, 184);
    text-decoration: none;
}
.projects-text ol.list {
    margin:20px 0 20px 15px;
}
.projects-text ol.list li {
    line-height: 1.6em;
    font-size: 1.2em;
    color: #000;
    margin:0 0 20px 0;
}
.projects-text__content a.link {
    font-size: 1.6em;
    font-weight: bold;
}
.projects-text__content h2 {
    color:#000;
    font-family: 'PFDinTextPro-Bold';
}
.projects-text__content .history-block__item .text p {
    margin: 20px 0 0 0;
    line-height: 1;
}
.projects-text__content .history-block__item .text p.quotes {
    margin: 0;
    font-size: 1.6em;
    color: #31353E;
    line-height: 1;
    font-family: 'PFDinTextPro-Light';
    text-decoration: none;
}
.projects-text__content .history-block__item .image img {
    border-radius: 50%;
    max-width: 200px;
    width: 100%;
    margin: 0;
}
.projects-text__content .history-block__item .image {
    margin: 0 0 0 50px !important;
}
.projects-text__content .history-block__item .text:before {
    left: auto !important;
    right:-15px !important;
}
.projects-text__content h3 {
    font-size:1.4em;
    font-family: 'PFDinTextPro-Bold';
}
.capitals-one p {
    line-height: 1.6em;
    font-size: 1.2em;
    color: #000;
}
.capitals-one a {
    color: rgb(70, 116, 184);
    text-decoration: underline;
}
.capitals-one a:hover {
    color: rgb(70, 116, 184);
    text-decoration: none;
}
.capitals-one .capital-content ul:not(.ya-share2__list):not(.nav):not(.slides), .capitals-one .capital-content ol {
    margin: 20px 0 20px 30px;
}
.capitals-one .capital-content ul:not(.nav):not(.slides) li:not(.ya-share2__item), .capitals-one .capital-content ol li {
    line-height: 1.6em;
    font-size: 1.2em;
    color: #000;
    margin: 0 0 20px 0;
    position: relative;
    display: block;
}
.capitals-one .capital-content ol li ol li, .capitals-one .capital-content ul li ol li, .capitals-one .capital-content ol li ul li {
    font-size: 1em!important;
    line-height: 1em!important;
}
.capitals-one .capital-content ul:not(.nav):not(.slides) li:not(.ya-share2__item):before {
    content: '';
    position: absolute;
    top: 10px;
    left: -20px;
    background: #000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.capitals-one__caption {
    margin:0 0 50px 0;
}
.capitals-one__caption img {
    margin:0;
    width:100%;
    max-width: 240px;
}
.capitals-one__caption h1 {
    text-align:left;
}
.capitals-one__caption p {
    font-size: 1.4em;
    font-family: 'PFDinTextPro-Light';
    margin: 0 0 50px 0;
    height: 60px;
}
.capitals-one__caption p.note {
    font-size: 1.6em;
    font-family: 'PFDinTextPro-Light';
    margin:0;
    height:auto;
}
.capitals-one__caption p.note span {
    font-size:1.4em;
    color: #4674B8;
}
.capitals-one__caption .button {
    float: right;
    margin: -5px 0 0 0;
    color:#fff;
    text-decoration:none;
}
.capitals-one__caption .button:hover {
    color:#fff;
    text-decoration:none;
}
.capitals-one .history-block__item .text p {
    margin: 25px 0 0 0;
    line-height:1;
}
.capitals-one .history-block__item p.quotes {
    font-size: 1.6em;
    margin: 0;
    color: #31353E;
    line-height: 1;
    font-family: 'PFDinTextPro-Light';
    margin: 0 0 20px 0;
    text-decoration: none;
}
ul.capitals-one__form-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 18px;
    overflow: hidden;
    background-color: #D8D8D8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
ul.capitals-one__form-list a {
    display:block;
    text-align: center;
    width: 50%;
    font-size: 1.4em;
    padding: 8px 12px 4px;
    color: #fff;
    font-family: 'PFDinTextPro-Regular';
    text-decoration:none;
}
ul.capitals-one__form-list a:hover, ul.capitals-one__form-list a.selected {
    color: #fff;
    text-decoration:none;
    background: #4674B8;
}
.capitals-one__form form {
    margin:50px 0;
    border-bottom:3px solid #4674B8;
}
.capitals-one__form form .row > div:nth-of-type(3n+1) {
    clear: left;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 1.6em;
    line-height: 1.2;
    color: #000;
    background-color: transparent;
    background-image: none;
    border: 3px solid #D8D8D8;
    font-family: 'PFDinTextPro-Light';
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition:all 400ms ease;
}
.form-control:hover {
    border: 3px solid #979797;
    transition:all 400ms ease;
}
.form-control:focus {
    border: 3px solid #4674B8;
    padding:  6px 24px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition:all 400ms ease;
}
.form-group label {
    font-family: 'PFDinTextPro-Light';
    font-size: 1.3em;
    font-weight:normal;
}
.form-group {
    margin:0 0 40px 0;
}
.form-chekbox {
    display: flex;
}
.form-chekbox input[type="radio"], .form-chekbox input[type="checkbox"] {
    margin-top: 0;
}
.form-chekbox span {
    font-family: 'PFDinTextPro-Light';
    font-size: 1.2em;
    display: inline-block;
    font-weight: normal;
    margin: -2px 10px 0 5px;
    vertical-align: text-top;
}
.form-chekbox span label {
    font-weight: normal;
    cursor: pointer;
}
.radiobox {
    width: 100%;
    margin: 40px 0 20px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    transition: all 400ms ease;
}
.radiobox p {
    margin: 0;
}
.radiobox input[type="radio"] {
    display: none;
    padding: 0;
}
.radiobox input[type="radio"] + label {
    cursor: pointer;
    padding: 7px 20px;
    font-weight: normal;
    font-size: 1.2em;
    font-family: 'PFDinTextPro-Regular';
    color: #fff;
    position: relative;
    cursor: pointer;
    background: #D8D8D8;
    border-radius:20px;
    transition: all 400ms ease;
}
.radiobox [type="radio"]:hover + label {
    color: #fff;
    background:#979797;
    transition: all 400ms ease;
}
.radiobox [type="radio"]:checked + label {
    color: #fff;
    background:#4674B8;
    transition: all 400ms ease;
}
.other-form-group .form-control {
    height: 36px;
    padding-bottom: 5px;
    border-radius: 18px;
    outline: none;
    background-color: transparent;
    color: #31353E;
    border: 3px dashed #D8D8D8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.4em;
    text-align: center;
    max-width:250px;
}
.other-form-group .form-control:hover {
    border-color: #979797;
}
.capitals-one__form .button {
    width: 100%;
    margin: 0;
}
.capitals-one__form .button:focus {
    color: #fff;
    transform: none;
}
.capitals-one__form .periodicity {
    width: 100%;
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    transition: all 400ms ease;
    background: #d8d8d8;
    border-radius: 20px;
}
.capitals-one__form .periodicity p {
    margin:0;
    flex:1;
}
.capitals-one__form .periodicity input[type="radio"] {
    display: none;
    padding: 0;
}
.capitals-one__form .periodicity label {
    display: inline-block;
    max-width: 100%;
    font-weight: normal;
    width: 100%;
    text-align: center;
    font-family: 'PFDinTextPro-Regular';
    color: #fff;
    padding: 5px 0;
    margin: 0;
    border-radius: 20px;
}
.capitals-one__form .periodicity [type="radio"]:hover + label {
    color: #fff;
    background:#979797;
    transition: all 400ms ease;
}
.capitals-one__form .periodicity [type="radio"]:checked + label {
    color: #fff;
    background:#4674B8;
    transition: all 400ms ease;
}
.capitals-one__tabs .nav-tabs {
    border-bottom: 0px;
    display: block !important;
    overflow: hidden;
    border-radius: 0;
    background-color: transparent;
}
.capitals-one__tabs .nav-tabs > li > a {
    margin-right: 0;
    line-height: 1.2;
    border: 0px;
    border-radius: 0;
    color: #31353E;
    cursor: pointer;
    font-size: 19px;
    text-decoration: underline;
    padding: 0;
}
.capitals-one__tabs .nav-tabs > li {
    margin:0 15px 15px 0;
}
.capitals-one__tabs .nav-tabs > li.active > a, .capitals-one__tabs .nav-tabs > li.active > a:hover, .capitals-one__tabs .nav-tabs > li.active > a:focus {
    color: #4674B8;
    background-color: transparent;
    border: 0px;
    border-bottom-color: transparent;
    cursor: default;
}
.capitals-one__tabs .nav-tabs li a:hover {
    background-color: transparent;
    border: 0px;
}
.capitals-one__tabs .tab-content > .tab-pane {
    padding: 20px 0;
}
.capitals-one__tabs .tab-content h2 {
    text-align: left;
    margin: 0 0 15px 0;
}
.capitals-one__tabs .tab-content p {
    font-family: 'PFDinTextPro-Light';
    font-size: 1.4em;
    line-height:1.1;
}
.capitals-one__tabs .tab-content p strong {
    font-family: 'PFDinTextPro-Regular';
    font-weight:normal;
}
.capitals-one__tabs .item {
    margin:0 0 40px 0;
}
.capitals-tabs__form .nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 18px;
    overflow: hidden;
    background-color: #D8D8D8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.capitals-tabs__form .nav-tabs > li {
    display: block;
    text-align: center;
    width: 50%;
    border-radius: 0;
}
.capitals-tabs__form .nav-tabs > li > a {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding: 6px 12px 8px;
    color: #fff;
    font-family: 'PFDinTextPro-Regular';
    text-decoration: none;
    border-radius: 0;
    border:0px;
}
.capitals-tabs__form .nav-tabs > li.active > a, .capitals-tabs__form .nav-tabs > li.active > a:focus {
    color: #fff;
    text-decoration: none;
    background: #4674B8;
}
.capitals-tabs__form  .nav-tabs > li > a:hover {
    color: #fff;
    background:#979797;
    text-decoration: none;
}
.capitals-tabs__form .nav-tabs > li.active > a, .capitals-tabs__form .nav-tabs > li.active > a:hover, .capitals-tabs__form .nav-tabs > li.active > a:focus {
    border: 0px;
}
.capitals-tabs__form .tab-content > .tab-pane {
    padding: 0;
}
.capitals-tabs__form input[type="checkbox"] {
    display: inline-block;
}
.form-block {
    display:block;
}
.form-block.active {
    display:flex;
}
.form-block.active .other-form-group.form-group {
    margin: 40px 0 40px 20px;
    width: 280px;
}
.form-block .other-form-group .form-control {
    padding: 6px 0 5px;
    height: auto;
}
.form-block.active .other-form-group .form-control {
    background: #4674B8;
    color: #FFFFFF;
    border:3px solid #4674B8;
    font-family: 'PFDinTextPro-Regular';
}
.form-block.active ::-webkit-input-placeholder {color:transparent;}
.form-block.active ::-moz-placeholder          {color:transparent;}/* Firefox 19+ */
.form-block.active :-moz-placeholder           {color:transparent;}/* Firefox 18- */
.form-block.active :-ms-input-placeholder      {color:transparent;}
.no-resize .button:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.capitals-page__item .button {
    transition:all 200ms ease;
}
.capitals-page__item .button:hover {
    transition:all 200ms ease;
}
ul.reports-block__list li a {
    transition:all 400ms ease;
}
ul.reports-block__list li a:hover {
    text-decoration: none;
    transition:all 400ms ease;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 0px;
}
.capitals-tabs__form .nav-tabs > li {
    margin-bottom:0;
}
.capitals-tabs__form .nav-tabs > li > a {
    border-radius: 25px;
}
.jq-selectbox {
    width: 100%;
}
select {
    max-width: 100%;
}
.jq-selectbox__select {
    height: 34px;
    padding: 4px 45px 4px 7px;
    border: 3px solid #D8D8D8;
    border-bottom-color: #D8D8D8;
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
    font-size: 1.4em;
    line-height: 1.2;
    color: #000;
    background-color: transparent;
    background-image: none;
    font-family: 'PFDinTextPro-Light';
    text-shadow: none;
    transition: all 400ms ease;
}
.jq-selectbox__select:active {
    background: transparent;
    box-shadow: none;
}
.jq-selectbox__select:hover {
    background: none;
    border: 3px solid #979797;
    transition: all 400ms ease;
}
.jq-selectbox.focused .jq-selectbox__select {
    border: 3px solid #D8D8D8;
}
.jq-selectbox__trigger {
    border-left: 0px;
}
.jq-selectbox__trigger-arrow {
    top: 12px;
    border-top: 5px solid #d8d8d8;
}
.jq-selectbox li {
    padding: 8px 10px 8px;
    color: #999;
    font-size: 1.2em;
}
.jq-selectbox li.selected {
    background-color: #cfd9e8;
    color: #000;
}
.jq-selectbox li:hover {
    background-color: #cfd9e8;
    color: #000;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #979797;
}
.error-page {
    margin:8.5% 0;
    text-align:center;
}
.error-page p {
    font-size: 3.4em;
    line-height: 1.1;
    margin:0 0 30px 0;
}
.error-page p.code {
    font-size:10em;
    margin:0;
}
.error-page p.code span {
    color: #4674B8;
}
iframe {
    text-align: center;
    margin: 0 auto 20px auto;
    display: block;
    width: 100%!important;
    max-width: 640px;
}
.tableauPlaceholder iframe {
    max-width: 100%;
}

.text-page p {
    line-height: 1.6em;
    font-size: 1.2em;
    color: #000;
}
.flex-control-thumbs li {
    margin: 6px 0;
}
.flex-control-thumbs {
    display: flex;
}
.flexslider {
    margin:30px 0;
}
.text-page a {
    text-decoration:underline;
    color: #4674B8;
}
.text-page a:hover {
    text-decoration:none;
    color: #4674B8;
}
.text-page ul {
    margin:20px 0;
}
.text-page ul li {
    margin: 0;
    line-height: 1.6em;
    font-size: 1.2em;
    color: #000;
    display:block;
}
.flex-control-thumbs img {
    opacity: .8;
}
.flexslider .slides, .flexslider .slides img, .flex-control-thumbs img {
    margin: 0;
}
.flex-control-nav img {
    width: 100%;
}
#scrolling {
    position: fixed;
    display: none;
    opacity: 0.9;
    left: 60px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    background: #4674b8 url(../images/arrow.png) no-repeat center 45%;
    cursor: pointer;
    z-index: 100;
    transition:all 400ms ease;
    border-radius:50%;
}
#scrolling:hover {
    opacity: 1;
    transition:all 400ms ease;
}
.pagination {
    margin:0 0 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.pagination ul li {
    display: inline-block;
    margin: 0 16px 0 0;
}
.pagination ul li a {
    font-size: 16px;
    color: rgb(34, 34, 34);
    font-family: 'PFDinTextPro-Bold';
}
.pagination ul li a.active , .pagination ul li a:hover {
    color: #4674B8;
    text-decoration: none;
}
.pagination span {
    color: #4674B8;
    font-size: 18px;
    font-family: 'PFDinTextPro-Bold';
    display: inline-block;
    margin: 0 25px 0 0;
}
.search {
    display: block;
    max-width: 50%;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.search form input {
    width: 100%;
    color: #000;
    padding: 2px 15px 2px 15px;
    border: 0px;
    border-bottom: 1px solid #eeeeee;
    border-radius: 0px;
    height: 40px;
    outline: none;
    background: #eeeeee;
    font-family: 'PFDinTextPro-Bold';
    border-radius: 20px;
    font-size: 14px;
    color: #31353E;
}
.search button {
    outline: none;
    background: transparent;
    cursor: pointer;
    position: absolute;
    border: none;
    right: 10px;
    top: 2px;
    bottom: 2px;
    width: 25px;
    padding: 0;
}
.search ::-webkit-input-placeholder {color: rgb(134, 134, 134);}
.search ::-moz-placeholder          {color: rgb(134, 134, 134);}/* Firefox 19+ */
.search :-moz-placeholder           {color: rgb(134, 134, 134);}/* Firefox 18- */
.search :-ms-input-placeholder      {color: rgb(134, 134, 134);}
.main-odss {
    margin:50px 40px;
    display:flex;
}
.main-odss .item {
    width:30%
}
.main-odss .item p{
    font-size: 14px;
    font-family: 'PFDinTextPro-Bold';
    color: rgb(34, 34, 34);
    font-weight: normal;
    margin:0;
}
.main-odss .item strong {
    font-family: 'PFDinTextPro-Bold';
    font-weight: normal;
    margin:0;
    font-size: 56px;
    color: rgb(70, 116, 184);
    display:block;
}
.main-odss .item:nth-of-type(2) {
    border-left:1px solid #d8d8d8;
    border-right:1px solid #d8d8d8;
    width:50%;
    padding: 0 0 0 10%;
    margin: 0 10% 0 0;
}
header {
    z-index: 990;
}
.modal-block {
    padding:50px 40px;
}
.modal-header {
    padding: 0;
    border-bottom: 0;
}
button.close {
    position: absolute;
    top: 15px;
    color: #ff004e;
    right: 20px;
    opacity: 0.7;
    font-size: 2em;
    outline:none;
}
button.close:hover {
    color: #ff004e;
    opacity: 1;
}
.modal-block p {
    font-size: 1.2em;
    color: #595e63;
}
.modal-body {
    position: relative;
    padding: 0;
}
.modal-block h3 {
    text-align:left;
}
.modal-block .radiobox {
    justify-content: flex-start;
}
.modal-block .radiobox p {
    margin: 0 15px 0 0;
    font-family: 'PFDinTextPro-Bold';
}
.modal-block .button {
    margin: 0;
}
.modal-footer {
    padding: 15px 0;
    text-align: left;
    border-top: 0;
}
.modal-page {
    min-height:440px;
}
.modal-thanks p {
    font-size:1.6em;
    color:#000;
}
.modal-thanks h3 {
    font-family: 'PFDinTextPro-Bold';
}
.modal-block .form-group label {
    font-size: 14px;
    color: #595e63;
}
.modal-block .form-control {
    background: #eeeeee;
    border-color: #eeeeee;
    font-size: 14px;
}
.modal-block .radiobox input[type="radio"] + label {
    color: #000;
    font-size: 16px;
    background:#eeeeee;
}
.modal-block .radiobox [type="radio"]:checked + label {
    color: #fff;
    background:#4674b8;
}
.info-block .radiobox {
    margin: 0;
}
.modal-block .form-control:focus {
    padding: 6px 12px;
}
.modal-block .form-group {
    margin: 0 0 20px 0;
}
.modal-block .info-block .radiobox p {
    margin: 0 10px 0 0;
    width: 44%;
}
.pass-block h3 {
    margin:0 0 20px 0;
}
.modal-block .form-group label sup {
    color: #ff004e;
    font-family: 'PFDinTextPro-Bold';
    font-size: 1.2em;
    top: 0;
}
.modal-block .form-chekbox span {
    margin: 0px 0 0 10px;
    font-size: 14px;
    color: #595e63;
}
.modal-block a.link {
    text-decoration:underline;
    color: #4674b8;
}
.modal-block a.link:hover {
    text-decoration:none;
    color: #4674b8;
}
.modal-block .modal-footer a.link {
    font-size: 16px;
    margin: 0 0 0 15px;
}
.lk-block .container {
    width:1140px;
}
.lk-block h1 {
    text-align:left;
    font-size: 2.4em;
    margin:0 0 30px 0;
}
.lk-block__caption {
    text-align:right;
    margin:0 0 30px 0;
}
.lk-block .button-white {
    color: #4674B8;
    background: #f8f8f8;
}
.lk-block .button-white:hover {
    color: #fff;
    background: #4674B8;
}
.lk-block__caption p {
    font-size:1.2em;
    color:#000;
    text-align:left;
}
.lk-block__caption p span {
    display:inline-block;
    padding:0 15px;
    margin:0 15px;
    border-left:1px solid #d8d8d8;
    border-right:1px solid #d8d8d8;
}
.lk-block__values {
    margin:30px 0 50px 0;
}
.lk-block__values label {
    font-size: 13px;
    color: rgb(89, 94, 99);
    font-weight:normal;
}
.lk-block__values p {
    font-size: 1.2em;
    color: rgb(0, 0, 0);
    margin:10px 0;
}
.lk-block__values hr {
    margin-top: 0;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #d8d8d8;
}
.lk-block__content {
    display:flex;
}
.lk-block__info {
    width:30%;
    text-align:left;
}
.lk-block__info h2 {
    text-align: left;
    font-size: 1.6em;
    margin: 0 0 10px 0;
}
.lk-block__info .item {
    background: #fff;
    margin: 0 0 15px 0;
    padding: 15px 20px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    position:relative;
    border-radius: 8px;
}
.lk-block__info .item p {
    margin:0 0 10px 0;
}
.lk-block__info .item strong {
    font-size: 2em;
    font-family: 'PFDinTextPro-Bold';
    color: rgb(70, 116, 184);
    font-weight: normal;
}
.lk-block__info .item a.delete {
    position: absolute;
    top: 10px;
    color: #ff004e;
    right: 15px;
    opacity: 0.7;
    font-size: 18px;
    outline: none;
    text-decoration: none;
    font-family: 'PFDinTextPro-Bold';
}
.lk-block__info .item a.delete:hover {
    color: #ff004e;
    opacity: 1;
    text-decoration: none;
}
.lk-block__info .form-chekbox span {
    font-size: 14px;
    margin: 0px 0 0 10px;
}
.form-chekbox {
    margin: 10px 0 25px;
}
.lk-block__info .button-white {
    margin: 15px 0 0 0;
}
.lk-block__payments {
    width:36%;
    padding-left:50px;
    margin-left:50px;
    border-left:1px solid #d8d8d8;
}
.lk-block__payments h2 {
    text-align: left;
    font-size: 1.6em;
    margin: 0 0 10px 0;
}
.lk-block__payments .item {
    background: #fff;
    margin: 0 0 15px 0;
    padding: 15px 20px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    position:relative;
    display:flex;
    border-radius: 8px;
}
.lk-block__payments a {
    text-decoration: none;
}
.lk-block__payments .item.paymore {
    background: rgb(70, 116, 184);
    color: #fff;
}
.lk-block__payments .item.paymore strong {
    color: #fff;
    line-height: 35px;
}
.lk-block__payments .item.paymore .text p {
    margin: 0;
    font-size: 1.2em;
    line-height: 35px;
}
.lk-block__payments .item p {
    margin:0 0 10px 0;
}
.lk-block__payments p.date {
    margin:20px 0 10px 0;
}
.lk-block__payments .item strong {
    font-size: 2em;
    font-family: 'PFDinTextPro-Bold';
    color: rgb(70, 116, 184);
    font-weight: normal;
}
.lk-block__payments .item .value {
    text-align:right;
    width:50%;
}
.lk-block__payments .item .value a.add {
    text-decoration:none;
    color: #fff;
}
.lk-block__payments .item .text {
    width:50%;
}
.lk-block__payments .show {
    margin:25px 0;
    text-align:center;	
}
.lk-block__payments .show a {
    color:#4674b8;
    text-decoration:none;
    font-size:1.2em;
}
.lk-block__payments .show a:hover {
    color:#4674b8;
    text-decoration:underline;
}
.lk-block__payments a.btn.button {
    margin: 0;
}
.lk-block__values p.letter {
    color: #4674b8;
}
.slider-text {
    position:relative;
}
.pagingInfo {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
    margin: 0;
    list-style: none;
    background: rgba(39,60,103,0.8);
    left: auto;
    bottom: auto;
    display: flex !important;
    padding: 7px 10px;
    border-radius: 5px;
    z-index: 5;
    color: #fff;
    font-size: 18px;
}
.slick-slide img {
    display: block;
    width: auto;
    float: none;
}
.slick-dots {
    display:none !important;
}
.slick-prev {
    left: 10px;
    background: rgba(39,60,103,0.8) url(../images/prev.png) 50% 50% no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    top: calc(50% - 20px);
    opacity:0;
    transition:all 400ms ease;
}
.slick-next {
    right: 10px;
    background: rgba(39,60,103,0.8) url(../images/next.png) 50% 50% no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    top: calc(50% - 20px);
    left:auto;
    opacity:0;
    transition:all 400ms ease;
}
.slider-text:hover .slick-prev {
    opacity:1;
    transition:all 400ms ease;
}
.slider-text:hover .slick-next {
    opacity:1;
    transition:all 400ms ease;
}
.slick-prev:hover {
    opacity:1;
    background: rgba(39,60,103,1) url(../images/prev.png) 50% 50% no-repeat;
}
.slick-next:hover {
    opacity:1;
    background: rgba(39,60,103,1) url(../images/next.png) 50% 50% no-repeat;
}
.slider-for .slick-track {
    display: flex;
    margin: 0 -3px;
    width: auto;
    height: auto !important;
}
.slider-for .item {
    margin: 0 3px 6px 3px;
    flex: 1;
}
.slider-for img {
    width: 100%;
}
.slider-for .slick-list.draggable {
    height: auto !important;
}
.slider-for .slick-list {
    padding: 0;
}
.project-page {
    display:block;
}
.filter-block {
    margin:30px 0 40px;
}
.filter-block__content {
    display:flex;
    margin:0 -10px;
}
.filter-block__content label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.filter-block__content .item-block {
    flex:1;
    margin:0 10px;
}
.filter-block__content .item-block label {
    font-size: 1.1em;
    font-family: 'PFDinTextPro-Regular';
    color: rgb(89, 94, 99);
    line-height: 1.2;
    font-weight:normal;
    display:block;
    margin:0 0 10px 0;
}
/*.filter-block__content .jq-selectbox__select {
    background: #eeeeee;
    border-color: #eeeeee;
    font-size: 1.2em;
    color: rgb(134, 134, 134);
    line-height: 1.2;
    font-family: 'PFDinTextPro-Regular';
    padding: 6px 30px 6px 15px;
}
.filter-block__content .jq-selectbox__trigger-arrow {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 20px;
    height: 12px;
    border: 0;
    background: url(../images/arrow1.png) 0 0 no-repeat;
    transition:all 400ms ease;
}
.filter-block__content .jq-selectbox.jqselect.dropdown.opened .jq-selectbox__trigger-arrow {
    transition:all 400ms ease;
    transform:rotate(-180deg);
}
.filter-block__content .jq-selectbox.focused .jq-selectbox__select {
    border: 3px solid #eee;
}
.filter-block__content .jq-selectbox ul {
    margin: 0;
    background: #eee;
    padding: 0;
}
.filter-block__content .jq-selectbox li {
    padding: 10px 15px 10px;
    font-size: 1.2em;
    color: rgb(134, 134, 134);
    font-family: 'PFDinTextPro-Regular';
}
.filter-block__content .jq-selectbox li.selected {
    background-color: #eee;
    color: #4674b8;
}
.filter-block__content .jq-selectbox__dropdown {
    margin: -3px 0 0;
    border: 1px solid #eee;
    border-radius: 0 0 5px 5px ;
    background: #eee;
    box-shadow: none;
    padding:5px 0 0 0;
}*/
.jq-selectbox__dropdown, .jq-selectbox ul, .jq-selectbox ul li {
	max-width: 100%;
}
.jq-selectbox ul li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox li:hover {
    background-color: #eee;
    color: #4674b8;
}
.filter-block__chek label {
    font-size: 1.1em;
    font-family: 'PFDinTextPro-Regular';
    color: rgb(89, 94, 99);
    line-height: 1.2;
    font-weight:normal;
    display:block;
    margin:0 0 10px 0;
}
.filter-block__chek .radiobox {
    margin: 0;
    justify-content: left;
}
.filter-block__chek  .radiobox p {
    margin: 0 10px 0 0;
}
.filter-block__chek .radiobox input[type="radio"] + label {
    color: #222222;
    border-radius: 5px;
}
.filter-block__chek .radiobox [type="radio"]:checked + label {
    color: #fff;
    background: #4674B8;
    transition: all 400ms ease;
}
.project-page__content {
    display:block;
}
.project-page__item {
    display: flex;
    position: relative;
    width: 100%;
    margin: 35px 0;
    background: #fff;
    transition: all 0.4s ease;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(0,0,0,0.07);
}
.project-page__item:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}
.project-page__item .image {
    min-width: 140px;
    width: 140px;
    height:140px;
    margin:15px;
    background:#eeeeee url(../images/banner.png) center center no-repeat;
    border-radius:5px;
}
.project-page__item .image img {
    width:100%;
    border-radius:5px;
}
.project-page__item .text {
    padding: 20px 0;
    width: 100%;
}
.project-page__item .icon {
    padding: 50px 0 20px;
    min-width:200px;
    text-align:center;
}
.project-page__item .text ul.list {
    margin:0 0 10px 0;
}
.project-page__item .text ul.list li {
    display:inline-block;
    margin:0 35px 0 0;
}
.project-page__item .text ul.list li a {
    font-size: 1em;
    font-family: 'PFDinTextPro-Bold';
    color: rgb(70, 116, 184);
    text-decoration: underline;
}
.project-page__item .text ul.list li a:hover {
    color: rgb(70, 116, 184);
    text-decoration: underline;
}
.project-page__item .text p.link {
    font-size: 1.6em;
    font-family: 'PFDinTextPro-Bold';
    color: rgb(0, 0, 0);
    line-height: 1.2;
}
.project-page__item .text p {
    font-size: 1em;
    font-family: 'PFDinTextPro-Regular';
    color: rgb(89, 94, 99);
    line-height: 1.2;
    margin:5px 0;
}
.project-page__item .text p.recommend-sum {
    text-align: right;
    display: block;
    padding-right: 15px;
}


.project-page__item .text .list-value strong {
    color:#222;
    font-family: 'PFDinTextPro-Bold';
    font-weight:normal;
}
.project-page__item .text .list-value strong.blue {
    color:#4674b8;
}
.project-page__item .icon a.link {
    font-size: 1.1em;
    font-family: 'PFDinTextPro-Bold';
    color:#4674b8;
    text-decoration: underline;
}
.project-page__item .icon a.link:hover {
    color:#4674b8;
    text-decoration: none;
}
.project-page__item .icon img {
    display:block;
    margin:0 auto 15px;
}
.header-button .button {
    font-family: 'PFDinTextPro-Regular';
    padding: 3px 18px;
}
.header-button .header-act {
    display:inline-block;
    vertical-align:middle;
    margin:0;
}
.header-button .header-act .item {
    margin:0 0 0 25px;
    display:inline-block;
    vertical-align:middle;
    padding:3px 0 3px 25px;
    position:relative;
}
.header-button .header-act .item a.link {
    color:#868686;
    font-family: 'PFDinTextPro-Regular';
    font-size:1em;
    text-decoration:none;
    transition:all 400ms ease;
}
.header-button .header-act .item a.link:hover {
    color:#4674B8;
    text-decoration:none;
    transition:all 400ms ease;
}
.header-button .header-act .item a.link .fas {
    color: #404040;
    display:inline-block;
    vertical-align:middle;
    margin:0 5px 0 10px;
    transition:all 400ms ease;
    font-size: 1.2em;
}
.header-button .header-act .item a.link:hover .fas {
    color: #4674B8;
    transition:all 400ms ease;
}
.header-act__hidd {
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    padding: 15px 20px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
    width: 200px;
    z-index: 5;
    background: #fff;
    display:none;
}
.header-act__hidd ul {
    text-align:left;
    display:block;
}
.header-act__hidd ul li {
    margin:10px 0;
    display:block;
}
.header-act__hidd ul li a {
    color:#404040;
    font-size:1em;
    font-family: 'PFDinTextPro-Regular';
    text-decoration:none;
}
.header-act__hidd ul li a:hover {
    color: #4674B8;
    text-decoration:none;
}
.header-act__hidd:before {
    content: '';
    position: absolute;
    top: -10px;
    right: 30px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    z-index: -1;
}
.company-block__supervisor .text p.note {
    text-align: left;
}
.chekbox {
    width: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0 0 10px 2px;
}
.chekbox p {
    margin: 0;
}
.chekbox input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}
.chekbox input[type="checkbox"] + label {
    padding: 5px 0px 5px 30px;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
    color: #434242;
    position: relative;
    line-height: 1.4;
    margin: 0;
}
.chekbox input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 5px;
    z-index: 5;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
}
.chekbox input[type="checkbox"]:checked + label:after {
    z-index: 10;
    content: "";
    position: absolute;
    top: 9px;
    left: 7px;
    width: 5px;
    height: 9px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    transform: rotate(225deg);
    transition: all 400ms ease;
}
.modal-block p.note {
    font-size:1.8em;
    color:#000000;
    font-family: 'PFDinTextPro-Bold';
    margin:0 0 30px 0;
}
.modal-block p.note strong {
    color:#4674B8;
    font-family: 'PFDinTextPro-Bold';
}
.modal-block a.button {
    margin: 0 15px 0 0;
    font-family: 'PFDinTextPro-Regular';
    text-decoration:none;
}
.modal-block a.button.button-gray {
    background:#666F7D;
    border-color:#666F7D;
}
@media (min-width: 768px) {
    .modal-dialog.modal-md {
        width: 720px;
        margin: 30px auto;
    }
}

@media only screen and (max-width: 1400px) {
    .navbar-nav > li {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-nav > li > a {
        font-size: 13px;
    }
    .navbar-nav > li {
        margin: 0;
    }
    .error-page {
        margin:7% 0;
    }
    #scrolling {
        left: 20px;
        bottom: 20px
    }
    .lk-block .container {
        width: 950px;
    }
    .lk-block__info {
        width: 35%;
    }
    .lk-block__payments {
        width: 43%;
    }
}

@media only screen and (max-width:991px) {
    .button:hover {
        transform: none;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar {
        min-height: 1px;        
        padding: 0 4%
    }
    header {
        padding: 10px 0 0;
    }
    .navbar-nav {
        display: block;
    }
    .navbar-toggle {
        position: absolute;
        top: -65px;
        right: -5px;
        border-radius: 12px;
        padding: 11px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        transition: all 0.4s;
        opacity: 1;
    }
    #menu {
        /*height: 100%;*/
        box-sizing: border-box;
    }
    .navbar-nav {
        height: 100%;
        overflow-y: scroll;
    }
    .social-mobile {
        margin: 20px 0px;
        text-align: center;
    }
    .social-mobile a {
        font-size: 1.4em;
        color: #4674b8;
        display: inline-block;
        margin: 0 10px;
        background: #fff;
        height: 35px;
        width: 35px;
        line-height: 35px;
        box-shadow: 0 5px 8px rgba(0,0,0,0.2);
        border-radius: 7px;
    }
    .social-mobile a:hover {
        color: #fff;
        background: #4674b8;
    }
    .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        transition: all 0.4s;

    }
    .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2) {
        opacity: 0;
        transition: all 0.4s;
    }
    .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        transition: all 0.4s;
        margin-top: -8px;
    }
    .navbar-nav > li {
        margin: 15px 0;
        display: block;
    }
    .navbar-nav > li > a {
        border-bottom: 3px solid #4674B8;
        text-align: left;
        margin-bottom: 24px;
    }
    main {
        margin-top: 86px;
    }
    .container {
        width: 730px;
    }
    .formula-block__content .interest p {
        width: 240px;
        height: 240px;
        
    }

    .formula-block__content .text .text-block p {
        font-size: 1.3em;
    }
    .news-block__item .text {
        padding: 15px 35px;
    }
    .news-block__item .text .text-content a.link {
        margin:0;
    }
    .news-block__item .text .text-date p {
        margin: 15px 0;
    }
    .news-block__item .text .text-date.mobile-hidden {
        display: none;
    }
    .news-block__item .text .text-date.mobile-shown {
        display: block;
    }
    .news-block__item .text .text-date {
        text-align: left;
        display: block;
    }
    .news-block__item .text .text-content {
        width: 100%;
    }
    .news-block__item .text .text-content p {
        font-size: 1.2em;
    }
    .history-block__item .text a.link {
        font-size: 1.3em;
    }
    .history-block__item .text p {
        margin: 20px 0 0 0;
        font-size: 1.2em;
    }
    .footer-contacts {
        margin: 25px 15px 0;
        display: block;
    }
    .footer-contacts__item {
        margin: 10px 0 0 0;
    }
    .fund-block__control .item p {
        margin: 15px 0 30px;
        min-height: 50px;
    }
    .fund-block__opportunities .item {
        width: 33%;
    }
    .control-block .item {
        width: 30%;
    }
    {% comment %} .capitals-page__item p.description {
        height: auto;
        margin: 15px 0 25px;
    }
    .capitals-page__item .button {
        margin: 0;
        display: block;
    } {% endcomment %}
    .capitals-text .fund-block__control .item {
        width: 33%;
    }
    .capitals-text .events-page__item .image img {
        height: 100%;
    }
    .capitals-one__caption h1 {
        font-size: 2em;
        margin: 0 0 10px 0;
    }
    .capitals-one__caption p.note span {
        font-size: 1em;
    }
    .capitals-one__caption p {
        margin: 0 0 35px 0;
    }
    .capitals-one__tabs .nav-tabs > li > a {
        font-size: 17px;
    }
    .capitals-one__tabs .tab-content h2 {
        font-size: 2em;
    }
    .capitals-one__tabs .tab-content p {
        font-size: 1.3em;
    }
    .form-block.active {
        display: block;
    }
    .form-block.active .other-form-group.form-group {
        margin: 0 0 40px 0;
        width: auto;
    }
    .pagination span {
        margin: 0 15px 0 0;
    }
    .pagination ul li {
        margin: 0 15px 15px 0;
    }
    .lk-block .container {
        width: 730px;
    }
    .lk-block h1 {
        font-size: 2.2em;
    }
    .lk-block__payments {
        width: 60%;
    }
    .project-page__item .icon {
        min-width: 100px;
    }
    .project-page__item .text .list-value {
        display: block;
    }
    .project-page__item .text p.recommend-sum {
        text-align: left;
    }
    header .block-indent {
        text-align: center;
    }
    .header-button .header-act .item.link-newsletter , .header-button .header-act .item a.link span.link-mobile {
        display:none;
    }
    .header-button .header-act {
        position: absolute;
        top: -47px;
        left: 0;
    }
    .header-button .header-act .item {
        margin: 0;
        border-left: 0;
        padding:0;
    }
    .header-button .header-act .item a.link .fas {
        width: 40px;
        background: #EEEEEE;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        margin: 0;
    }
    .header-button {
        text-align: center;
    }
    .header-button .button {
        margin: 15px 5px 0;
    }
    .navbar-toggle .icon-bar {
        width: 5px;
        height: 5px;
        border-radius: 50%;
    }
    .navbar-default .navbar-toggle {
        border: 0px;
        width: 33px;
        height: 45px;
        top: -124px;
        right: 0;
        position: absolute;
    }
    .navbar-default .navbar-toggle:not(.collapsed) .icon-bar {
        width: 20px;
        height: 2px;
    }
    .social-mobile {
        margin: 20px 0px;
        text-align: center;
    }
    .social-mobile a {
        font-size: 1.4em;
        color: #4674b8;
        display: inline-block;
        margin: 0 10px;
        background: #fff;
        height: 35px;
        width: 35px;
        line-height: 35px;
        box-shadow: 0 5px 8px rgba(0,0,0,0.2);
        border-radius: 7px;
    }
    .social-mobile a:hover {
        color: #fff;
        background: #4674b8;
    }
    .navbar-collapse {
        /*height: calc(100vh - 137px);*/
    }
    .header-button.header-button__mobile .button {
        display: block;
        border-radius: 0;
        font-family: 'PFDinTextPro-Regular';
        margin:0;
    }
    .header-act__hidd {
        position: fixed;
        top: 62px;
        right: 0;
        left: 0;
        box-shadow: none;
        width: auto;
        z-index: 15;
    }
    .header-act__hidd ul li a {
        text-transform: uppercase;
    }
    .navbar {
        padding: 0;
    }
    .navbar-nav {
        display: block;
        padding: 0 4%;
    }
    .header-button.header-button__mobile {
        background: #F8F8F8;
        padding-bottom: 1px;
    }
    .header-act__hidd:before {
        display:none;
    }
    header a.logo {
        position: relative;
        z-index: 100;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width: 100%;
    }
    .formula-block__content {
        display: block;
    }
    .formula-block__content .interest {
        margin: 0 0 15px 0;
    }
    .formula-block__content .text .text-block {
        display: block;
        border:none;
    }
    .formula-block__content .text .text-block p {
        border-bottom: 3px solid #D8D8D8;
        margin: 10px;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    .formula-block__content .text .text-block p {
        font-size: 1.7em;
    }
    .formula-block__content .text .text-block p span {
        font-size: 1.1em;
    }
    .formula-block__content .text .text-block:before {
        display:none;
    }
    .formula-block__content .text a.more {
        font-size: 1.5em;
        float: none;
    }
    .flip {
        transform: rotate(180deg);
        margin-top: 40px;
    }
    .flip-item {
        transform: rotate(180deg)
    }

    .block-work__content {
        display: block;
    }
    .block-work__content .item p {
        max-width: 100%;
    }
    .block-work__content .item:before ,.block-work__content .item:after {
        display:none;
    }
    .block-work__content .item p:before {
        top: -25px;
    }
    ol.block-work__step {
        display: block;
    }
    ol.block-work__step li {
        margin: 0 0 15px 35px;
    }
    h2 {
        font-size: 2.2em;
    }
    .block-work a.button {
        display: block;
        height:auto;
        white-space: normal;
    }
    .company-block__supervisor {
        display: block;
    }
    .company-block__supervisor .image {
        margin: 0 0 25px 0;
        text-align: center;
    }
    .company-block__supervisor .text:before {
        left: calc(50% - 15px);
        top: -10px;
    }	
    .company-block__supervisor .text p {
        font-size: 1.4em;
    }
    .company-block__supervisor .text p.note {
        text-align: left;
    }
    .news-block__item {
        display: block;
        overflow: hidden;
    }
    .news-block__item .image {
        min-width: 100%;
        min-height: 270px;
        background-size: contain;
    }
    .news-block__item .text .text-content {
        width: 100%;
    }
    .news-block__item .text .text-date {
        display: block;
        text-align: left;
        width: 100%;
    }
    .history-block__item .image, .history-block__item.right-placement .image {
        margin: 0 0 25px 0;
        display: block;
        width: 100%;
        text-align: center;
    }
    .history-block__item .text {
        padding: 15px;
        width: 100%;
        display: block;
    }
    .history-block__item .text:before, .history-block__item.right-placement .text:before  {
        left: calc(50% - 15px);
        top: -10px;
        z-index: -1;
    }
    .history-block__item.right-placement, .history-block__item.right-placement .text, .history-block__item.right-placement .image {
        transform: rotate(180deg);
    }
    .history-block__item.right-placement .text {
        margin-bottom: 25px;
    }
    .history-block__item:nth-of-type(even)  {
        transform:rotate(180deg);
    }
    .history-block__item:nth-of-type(even) .image {
        margin: 0 0 25px 0;
    }
    .history-block__item:nth-of-type(even) .image {
        margin: 25px 0 0 0;
        transform: rotate(-180deg);
        display: block;
        width: 100%;
    }
    .history-block__item:nth-of-type(even) .text {
        transform: rotate(-180deg);
    }
    .history-block__item:nth-of-type(even) .text:before {
        left: calc(50% - 15px)
    }
    footer {
        padding: 20px 0;
        text-align: center;
    }
    .social-block {
        text-align: center;
        margin: 25px 0 0;
    }
    .social-block a {
        margin: 0 15px;
    }
    .history-block {
        margin: 70px 0 0;
    }
    main {
        padding: 40px 0 20px;
    }
    .formula-block__content {
        text-align: center;
    }
    .formula-block__content .interest p {
        margin: auto;
    }
    .fund-list {
        display: block;
    }
    .fund-block .history-block__item {
        transform:rotate(180deg);
    }
    .fund-block__control .item img {
        margin: 0 auto 15px;
    }
    .fund-block .history-block__item .image {
        margin: 0;
        transform: rotate(-180deg);
        text-align: left;
    }
    .fund-block .history-block__item .image img {
        margin: 20px auto 0;
        display: block;
    }	
    .fund-block .history-block__item .text {
        transform: rotate(-180deg);
    }
    .fund-block .history-block__item .text:before {
        right: auto;
        left: calc(50% - 15px);
    }
    .fund-block__control .item p {
        margin: 5px 0 30px;
        min-height: auto;
    }
    .fund-block__opportunities h2 {
        font-size: 2em;
        margin: 0 0 25px 0;
    }
    .fund-block__opportunities .item {
        width: 100%;
    }
    .fund-block__finance h2 {
        font-size: 2.2em;
        margin: 0 0 40px 0;
    }	
    .fund-block__finance h3 {
        font-size: 1.8em;
    }
    .fund-block__contribution .item .info img {
        max-width: 160px;
        margin: 0 auto 15px;
    }
    .control-block .item {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .control-block .item p {
        min-height: auto;
        margin: 0;
    }	
    .control-block .text {
        margin: 0;
    }
    .events-page__item {
        display: block;
    }
    .events-page__item .image {
        min-width: 100%;
        min-height: 270px;
        background-size: contain;
    }
    .fund-block .history-block__item .text p {
        text-align: left;
    }
    .nav-tabs > li {
        font-size: 1.3em;
        white-space: normal;
    }
    .tab-content > .tab-pane {
        padding: 25px 15px 10px;
    }
    .donors-page__color p {
        transform: rotate(-90deg);
    }
    .donors-page__border .control-block .item {
        margin: 0 0 20px;
        width: auto;
    }
    .donors-page__border {
        padding: 0 10px 0 35px;
    }
    .donors-page__border:before {
        width: 10px;
    }
    {% comment %} .capitals-page__item strong {
        height: 40px;
    }
    .capitals-page__item p.description {
        margin: 5px -15px 25px;
    }
    .capitals-page__item .button {
        margin: 0 -15px;
        max-width: 300px;
    } {% endcomment %}
    .company-page__block .image {
        display: block;
        margin: 0 auto 25px;
    }
    .company-page__block .text {
        display: block;
        width: 100%;
    }
    .company-page h2 {
        margin: 30px 0 0px;
        text-align: left;
    }
    .company-page p.note {
        text-align: left;
    }
    .history-block__item .image img {
        margin: 0;
    }
    .capitals-text h2 {
        font-size: 1.8em;
    }
    .capitals-text__odds .item p {
        height: auto;
    }
    .capitals-text__projects .item p {
        margin: 20px 0 10px 0;
        height: auto;
    }
    .capitals-text img {
        margin: 15px 0;
        width: 100%;
        max-width: 100%;
    }    
    .capitals-text .events-page__item .image img {
        height: auto;
    }
    .capitals-text a.link {
        font-size: 1.2em;
    }
    .capitals-text .fund-block__control .item {
        width: 100%;
    }
    .fund-list {
        margin: 20px 0;
    }
    .pagination {
        margin-top: 30px;
    }
    .projects-text h1 {
        font-size: 2em;
    }
    .projects-text h2 {
        font-size: 1.8em;
    }
    .projects-text h3 {
        font-size: 1.6em;
    }
    .projects-text img {
        margin: 15px 0;
        width: 100%;
    }
    .projects-text__content a.link {
        font-size: 1.4em;
    }
    .projects-text__content .history-block__item {
        transform: rotate(180deg) !important;
    }
    .projects-text__content .history-block__item .image {
        transform: rotate(-180deg) !important;
        margin: 0 !important;
    }
    .projects-text__content .history-block__item .text {
        transform: rotate(-180deg) !important;
        margin: 0 0 25px 0 !important;
    }
    .projects-text__content .history-block__item .text:before {
        left: calc(50% - 15px) !important;
        right:auto !important;
    }
    .capitals-one__caption h1 {
        margin: 25px 0 15px 0;
    }
    .capitals-one__caption p {
        margin: 0 0 15px 0;
        height: auto;
    }	
    .capitals-one__caption .button {
        float: none;
        margin: 10px 0 0 0;
    }
    .form-chekbox {
        margin: 0 0 20px 0;
    }
    .form-group {
        margin: 0 0 20px 0;
    }
    .radiobox {
        margin: 15px 0 20px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
    }
    .radiobox p {
        width: 50%;
        text-align: center;
        margin:0 0 10px 0;
    }	
    .radiobox input[type="radio"] + label {
        width: 125px;
    }
    .capitals-one__form .periodicity {
        margin: 0 0 25px 0;
    }
    .capitals-one__tabs .nav-tabs > li > a {
        font-size: 18px;
    }
    ul.capitals-one__form-list a {
        font-size: 1.3em;
    }
    .capitals-one__form form {
        margin: 30px 0 50px;
    }
    .form-block .other-form-group .form-control {
        width: 290px;
        max-width: 100%;
        margin: auto;
    }
    .form-block.active .other-form-group.form-group {
        margin: 0 0 20px 0;
    }
    .capitals-tabs__form .nav-tabs > li > a {
        font-size: 18px;
    }
    .header-button {
        height: auto;
        width: 100%;
    }
    .header-button .button {
        margin: 9px 20px 9px 0;
    }
    .capitals-tabs__form .nav-tabs > li > a {
        border-radius: 0;        
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .capitals-one__form .periodicity label {
        border-radius: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
    }    
    select {
        height: 34px;
        border: 3px solid #D8D8D8;
        border-radius: 8px;
    }
    .search {
        max-width: 100%;
    }
    .main-menu {
        background: #f8f8f8;
    }
    .navbar {
        padding: 0;
    }
    .navbar-nav {
        padding: 0 4%;
        background: #fff;
        margin: 0 0 0;
    }

    .header-button .button {
        margin: 15px 0 0 0;
        display: block;
        padding: 10px;
        border-radius: 0;
        height: auto;
    }
    .header-button .button-white {
        width: auto;
        display: block;
        border-radius:20px;
        margin: 0 15px;
        color:#4674b8;
        height: 36px;
        padding: 5px 18px;
    }
    .header-button .button-white:hover {
        color:#fff;
    }
    .main-odss {
        margin: 50px 0px;
        display: block;
        text-align: center;
    }
    .main-odss .item {
        width: 100%;
    }
    .main-odss .item:nth-of-type(2) {
        width: 100%;
        padding: 0 0 0 0;
        margin: 20px 0;
        border: 0;
    }
    .modal-block {
        padding: 50px 15px 20px;
    }
    .modal-block h3 {
        margin: 0 0 20px 0;
    }
    .modal-block .radiobox p {
        margin: 0 10px 0 0;
        width: 29%;
    }
    .modal-footer {
        padding: 15px 0 0;
    }
    .modal-block .modal-footer a.link {
        margin: 15px 0 0 0;
        display: block;
    }
    .lk-block .container {
        width: 100%;
    }
    .lk-block__caption {
        text-align: left;
    }
    .lk-block h1 {
        margin: 0 0 10px 0;
        font-size: 1.6em;
    }
    .lk-block .button-white {
        margin: 0;
    }
    .lk-block__caption p {
        margin: 20px 0;
    }
    .lk-block__caption p span {
        padding: 0 7px;
        margin: 0 7px;
    }
    .lk-block__values p {
        margin: 0 0 10px 0;
    }
    .lk-block__content {
        display: block;
    }
    .lk-block__info {
        width: 100%;
    }
    .lk-block__info h2 {
        font-size: 1.4em;
    }
    .lk-block__payments {
        width: 100%;
        margin: 30px 0;
        padding: 0;
        border: 0;
    }
    .lk-block__payments .item strong {
        font-size: 1.6em;
    }
    .lk-block__payments a.btn.button {
        margin: 0;
        width: 100%;
        white-space: initial;
        height: auto;
    }    
    .slick-prev {
        opacity:1;
    }
    .slick-next {
        opacity:1;
    }
    .filter-block__content {
        display: block;
        margin: 0;
    }
    .filter-block__content .item-block {
        margin: 0 0 20px 0;
    }
    .filter-block__chek .radiobox p {
        width: 45%;
    }
    .project-page__item {
        display: block;
    }
    .project-page__item .text {
        padding: 0 15px;
    }
    .project-page__item .text ul.list li {
        margin: 0 15px 0 0;
    }
    .project-page__item .text a.link {
        font-size: 1.2em;
    }
    .project-page__item .icon {
        min-width: auto;
        padding: 10px;
    }
    .project-page__item .text p.recommend-sum {
        margin-bottom: 15px;
    }
    .header-button .button {
        margin: 15px 0 0 0;
        display: inline-block;
        padding: 5px 10px;
        border-radius: 25px;
        height: auto;
    }
    .block-work__content .item {
        margin: 0 0 85px 0;
    }
    .block-work__content .item p {
        margin: 0;
    }
    .block-work__content .item:before {
        content: '';
        position: absolute;
        background: #D8D8D8;
        height: 50px;
        width: 2px;
        right: 50%;
        top: 20px;
        display: block;
    }
    .block-work__content .item:after {
        content: '';
        position: absolute;
        border-top: 5px solid transparent;
        border-left: 8px solid #D8D8D8;
        border-bottom: 5px solid transparent;
        right: calc(50% - 4px);
        display: block;
        top: 60px;
        transform: rotate(-35deg);
    }
}
@media only screen and (max-width: 375px) {
	.header-button .button {
		font-size: 0.5em;
	}
}
blockquote {
	border-left: none;
}
.bx-core-adm-dialog {max-width: 80%}
.bx-core-adm-dialog-content {width: 100%!important}