
@font-face {
    font-family: 'ConquerorSans';
    src: url('/static/fonts/ConquerorSans/ConquerorSans.eot');
    src:
            url('/static/fonts/ConquerorSans/ConquerorSans.eot?#iefix') format('embedded-opentype'),
            url('/static/fonts/ConquerorSans/ConquerorSans.woff') format('woff'),
            url('/static/fonts/ConquerorSans/ConquerorSans.ttf') format('truetype'),
            url('/static/fonts/ConquerorSans/ConquerorSans.svg#ConquerorSans') format('svg');
    font-weight: normal;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: 'ConquerorSans';
    src: url('/static/fonts/ConquerorSans/ConquerorSans-Italic.eot');
    src:
            url('/static/fonts/ConquerorSans/ConquerorSans-Italic.eot?#iefix') format('embedded-opentype'),
            url('/static/fonts/ConquerorSans/ConquerorSans-Italic.woff') format('woff'),
            url('/static/fonts/ConquerorSans/ConquerorSans-Italic.ttf') format('truetype'),
            url('/static/fonts/ConquerorSans/ConquerorSans-Italic.svg#ConquerorSans') format('svg');
    font-weight: normal;
    font-style: italic;

    -webkit-font-smoothing: antialiased;
}


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

    -webkit-font-smoothing: antialiased;
}

/*
@font-face {
    font-family: 'MrPalkerDadsonCondRegular';
    src: url('/static/fonts/MrPalkerDadson-CondRegular/MrPalkerDadson-CondRegular.eot');
    src:
            url('/static/fonts/MrPalkerDadson-CondRegular/MrPalkerDadson-CondRegular.eot?#iefix') format('embedded-opentype'),
            url('/static/fonts/MrPalkerDadson-CondRegular/MrPalkerDadson-CondRegular.woff') format('woff'),
            url('/static/fonts/MrPalkerDadson-CondRegular/MrPalkerDadson-CondRegular.ttf') format('truetype'),
            url('/static/fonts/MrPalkerDadson-CondRegular/MrPalkerDadson-CondRegular.svg#MrPalkerDadsonCond-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

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


body,html {
    height: 100%;
}
body {
    font-family: 'ConquerorSans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color:#000;
    -webkit-font-smoothing: antialiased;
}

strong {
    font-weight: 600;
}

a {
    transition: all 0.2s ease;
    color:#4a90e2;
    text-decoration: none;
}


h1 {
    font-family: MrPalkerDadsonCondRegular;
    font-size: 56px;
    line-height: 60px;
    letter-spacing: 2px;
}
.intro h1 {
    display: inline;
    background-color: #fff;

    line-height: 66px;
    letter-spacing: 3px;
}
.intro {
    background-image: url("/static/img_c4p/header2.jpg");
    background-size: 2000px;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 530px;
    padding-bottom: 275px;
    position: relative;
}
.projects-list {
    margin-top: -10px;
    position: relative;
    z-index: 10;
}
.projects-list h1 {
    margin-bottom: 80px;
}
header {
    position: absolute;
    top:0;
    left:0;
    width: 100%;

    padding: 20px 40px;
    z-index: 10000;
}


.elections {
    position: absolute;
    right: auto;
    width: 500px;
    bottom: 60px;
    left: 60px;
}
.elections a.btn-elections {
    position: relative;
    width: 100%;
    height: 80px;
    background-color: transparent;
    border: 0;
    border:0;
    padding: 0;
}
.elections .mix:before {

}
.elections .mix {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    background-color: rgba(255,0,0,1);
    /*background-blend-mode: multiply;
    mix-blend-mode: multiply;*/

    transition: all 0.2s ease;

    box-shadow: 6px 6px 0px 0px rgba(0,0,0,1);
}
.elections .mix-text {
    position: absolute;
    width: 100%;
    z-index: 3;
    color: #fff;
    font-weight: bold;
    left: 0;
    top: 0;
    font-size: 36px;
    line-height: 78px;
}
/*
.elections .mix-text:after {
    position: absolute;
    left: 90%;
    top: 29px;
    content: '';
    display: block;
    background-image: url(/static/img_c4p/ar@2x.png);
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center 80%;
    width: 28px;
    height: 24px;
}
*/

.project-title {
    background-color: #1bbd00;
    display: inline-block;
    padding: 14px;
    color: #fff;
    font-family: MrPalkerDadsonCondRegular;
    position: absolute;
    z-index: 10;
    top: 0;
    left: -10px;
    font-size: 38px;
    letter-spacing: 2px;
    line-height: 40px;
}

.project-img img {
    width: 100%;
}
.ratio {
    padding-bottom: 58%;
    background-color: #efefef;
    height: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.project-img a {
    display: block;
    border-bottom: 0;
}
.project-img {
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 0px 0px -0px #1bbd00;

}

.project-k-griboedova .project-title {
    font-size: 33px;
}

.project-item:hover .project-img{
    border-radius: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    box-shadow: 8px 8px 0px -2px #1bbd00;
}
.project-item:hover .project-img+h3 a {
    color:#1bbd00;
    border-bottom-color:#1bbd00 !important;
}

.project-item {
    height: 100%;
    position: relative;
    padding-bottom: 45px;
    padding-top: 45px;

}
.project-item h3 {
    margin-top: 14px;
    font-size: 16px;
    line-height: 24px;
}
h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
}
.project-item h3 a {
    padding-top: 14px;
}
.what-dep .project-item h3 a {
    border-bottom: 1px #000 solid;
}
.what-dep .project-item h3 a:hover {
    border-bottom-color:#1bbd00 !important;

}
h3 a {
    color: #000;
}
.text-wrap {
    overflow: hidden;
    margin-bottom: 3px;
}
.total-posts {
    font-size: 12px;
}
.total-posts>span {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}
.b-lazy.animate {
    opacity: 0;
    -ms-transition: all 200ms;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}
.b-loaded.animate {
    opacity: 1;
}

.logo {
    background-image: url("/static/img_c4p/logo.png");
    background-size: 163px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 163px;
    height: 77px;
    float: left;
}
.logo.white {
    background-image: url("/static/img_c4p/logo-white@2x.png");

}
header .logo {
    margin: 10px 20px;

}
header:after {
    clear: both;
    content: '';
    display: block;
}
.header-quote {
    position: absolute;
    left: 60px;
    font-weight: normal;
    top: 140px;
    max-width: 350px;
}
.partners-logos {
    float: right;
    background-image: url("/static/img_c4p/part-logos2@2x.png");
    background-size: 553px;
    width: 553px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center center;
}
.partners-logos.vertical {
    background-image: url("/static/img_c4p/part-logos-vertical2@2x.png");
    height: 174px;
    width:180px;
    background-size: 180px;
}

.elections-title {
    padding-bottom: 10px;
    width: 300px;
    font-weight: normal;
}
.intro-title {
    width: 480px;
}
.cyclist {
    background-image: url("/static/img_c4p/cycler.png");
    width: 449px;
    height: 494px;
    background-size: 100%;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    position: absolute;
    left:50%;
    margin-left: -250px;
    bottom: 200px;

    transition: left 1s ease;
}
.lights {
    background-image: url("/static/img_c4p/lights.png");
    width: 123px;
    height: 264px;
    background-size: 100%;
    top:-20px;
    right: 100px;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    position: absolute;
}
.intro {
    overflow: hidden;
}

.project-item.elect {
    padding-top: 0;
}
.elect .ratio {
    padding-bottom: calc(58% + 45px);
}
.elect .project-title {
    background: transparent;
    color: #000;
    top: 45px;
    left: 10px;
    width: 250px;
}
.donate {
    border-top: #ffff00 10px solid;
    padding-top: 65px;
    margin-top: 65px;
    padding-bottom: 100px;
}
footer {
    position: relative;
}
.footer-grey {
    background-color: #464646;
    color:#fff;
    padding: 30px 0;
}
.footer-yellow {
    padding: 60px 0 90px;
    background-color: #ffff00;

}
.footer-yellow .container {
    position: relative;
}
.footer-yellow .lamp {
    position: absolute;
    background-image: url(/static/img_c4p/lamp.png);
    width: 390px;
    height: 624px;
    background-size: 100%;
    right: 0;
    bottom: -90px;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    background-position: top center;
}

.footer-yellow .dog {
    position: absolute;
    background-image: url(/static/img_c4p/dog@2x.png);
    width: 145px;
    height: 222px;
    background-size: 100%;
    left: 55%;
    bottom: -147px;
    background-position: top center;
}

.btn-success {
    background-color: #1bbd00;
    border:0;
    border-radius: 0;
    box-shadow: 4px 4px 0 2px #000;

    font-size: 30px;
    font-weight: bold;
    width: 100%;
    display: block;
    margin-top: 16px;
    padding: 12px 10px 14px;
    color:#fff !important;
}
.btn-success:hover {
    background-color: #1bbd00 !important;
    color:#fff !important;
}
.list-dashed {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.list-dashed>li {
    position: relative;
    padding: 0;
    margin-bottom: 10px;
    padding-left: 20px;
}
.list-dashed>li:before {
    content: '—';
    position: absolute;
    left:0;
    top:0px;
}
.btn-danger, .btn-primary {
    background-color: #ff0000;
    border:0;
    border-radius: 0;
    box-shadow:5px 5px 0 1px #000;

    font-size: 30px;
    font-weight: bold;
    width: auto;
    display: inline-block;
    margin-top: 16px;
    padding: 12px 40px 14px;
    line-height: 34px;
    height: auto;
}
.btn-danger:hover, .btn-primary:hover,.btn-success:hover {
    box-shadow:9px 7px 0 1px #000;
    text-decoration: none;
    background-color: #ff0000;

}

.elections a.btn-elections:hover .mix{
    box-shadow:9px 7px 0 1px #000;

}.elections a.btn-elections:active .mix {
     box-shadow: 0px 0px 0 4px rgba(255,0,0,0.2);
 }
.btn-primary:hover {
    background-color: #ff0000;

}


@media (max-width: 1400px) {
    header {
        padding: 30px 00px;
    }
    .intro {
        background-size: 1400px;
        padding-top: 350px;
    }
    .header-quote {
        left: 20px;
    }
    .elections {
        left: 20px;
    }
}

@media (max-width: 1200px) {

    .intro {
        background-size: 1200px;
        padding-top: 350px;
    }
}

.bench {
    background-image: url("/static/img_c4p/bench.png");
    width: 197px;
    height: 177px;
    background-size: 100%;
    position: absolute;
    left:0;
    bottom: 20px;
}






/* deputy */

.intro.deputy {
    background-image: url("/static/img_c4p/bg-deputy.jpg");
    border-bottom: 10px #ffff00 solid;
    padding-bottom: 250px;
    padding-top: 160px !important;


}
.intro.deputy .elections {
    position: relative;
    top:0;
    left:0;
    width: auto;
}
.deputy .intro-title {
    width: 510px;
    margin-bottom: 20px;
}
.deputy .elections-title {
    padding-top: 18px;
}
.what-dep {
    padding: 60px 0 0;
}
.what-dep h2, .regions h2 {

}
.what-dep .project-item h3 {
    margin-top: 14px;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
}

.regions {
    background-color: #e8e8e8;
    padding: 60px 0;
}
.medium-text {
    font-size: 24px;
    line-height: 30px;
}
h2 {
    font-family: MrPalkerDadsonCondRegular;
    letter-spacing: 1px;
    padding-bottom: 7px;

    color: #000;
    font-size: 36px;
    line-height: 40px;
}
.red-text {
    color: #fb1e42;

}
.subtitle {
    font-size: 25px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 45px;
    margin-bottom: 9px;
}

.section-what-for h2 {
    padding-bottom: 25px;
}


/* перенос из мундеп 1406 */

.form-control {
    display: block;
    width: 100%;
    background: #ffffff;
    /*-webkit-box-shadow: 0px 3px 12px 1px rgba(3, 11, 49, 0.18);
    -moz-box-shadow: 0px 3px 12px 1px rgba(3, 11, 49, 0.18);
    box-shadow: 0px 3px 12px 1px rgba(3, 11, 49, 0.18);*/
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border:1px #DAD2DD solid;
    outline: none;
    font-size: 16px;
    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.form-control:focus {
    border-color: #8298a8;
}
.form-control.error {
    border-color: #ff4646;
}
textarea.form-control {
    resize: vertical;
    padding: 10px;
}
input.form-control {
    height: 40px;
    padding: 0 10px;
    max-width: 350px;
}
.form-control-fio {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    /*-webkit-box-shadow: 0px 3px 12px 1px rgba(3, 11, 49, 0.18);
    -moz-box-shadow: 0px 3px 12px 1px rgba(3, 11, 49, 0.18);
    box-shadow: 0px 3px 12px 1px rgba(3, 11, 49, 0.18);*/
    overflow: hidden;
    border:1px #DAD2DD solid;

    max-width: 350px;
    position: relative;
    z-index: 1;
}
.form-control-fio .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.form-control-fio .form-control-out {
    position: relative;
}
.form-control-fio .form-control-out:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 1px;
    background: #d6d6d6;
    z-index: 5;
}
.form-control-fio .form-control-out:last-child:after {
    display: none;
}
.form-control-fio.focused {
    border-color: #8298a8;
}
.form-control-fio.error {
    border-color: #ff4646;
}
div#main-form .easy-autocomplete input, div#main-form .easy-autocomplete input:hover {
    max-width: 100% !important;
    border: 1px #DAD2DD solid !important;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
div#main-form .easy-autocomplete input:focus {
    border: 1px #8298a8 solid !important;
}
div#main-form .easy-autocomplete-container {
    border:0;
}
div#main-form .easy-autocomplete input:focus {
    border-bottom-width: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
div#main-form .easy-autocomplete input {
    max-width: 100% !important;
}
#main-form div.easy-autocomplete {
    box-shadow: none;
}
@media (min-width: 576px) {
    .form-control-fio-label {
        line-height: 40px;
    }
    .main-form-label {
        height: 40px;
        display: table-cell;
        vertical-align: middle;
        line-height: 18px;
    }
}
@media (max-width: 767px) {
    .form-control-fio-label br {
        display: none;
    }
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
}
.jq-selectbox.opened .jq-selectbox__select {
    border-color: #8298a8;
    border-bottom-color: transparent;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    filter: alpha(opacity=70);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}
.jq-selectbox__select {
    height: 40px;
    padding: 0 45px 0 10px;
    border: 1px solid transparent;
    font: 16px/40px Arial, sans-serif;
    color: #000000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}
.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
    color: #888;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
}
.jq-selectbox__trigger-arrow {
    width: 19px;
    height: 12px;
    background: url("/static/img_c4p/icons/select-arrow@2x.png") no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -9px;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    background-position: 0 100%;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #AAA;
}
.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #8298a8;
    border-top: none;
    background: #FFF;
    margin-top: -1px;
    font: 16px/36px Arial, sans-serif;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.jq-selectbox__search {
    margin: 5px;
}
.jq-selectbox__search input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #CCC;
    border-radius: 3px;
    outline: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    box-shadow: inset 1px 1px #F1F1F1;
    color: #333;
    -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}
.jq-selectbox ul {
    margin: 0;
    padding: 0;
}
.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #231F20;
}
.jq-selectbox li.selected {
    background: rgba(254, 124, 133, 0.1);
}
.jq-selectbox li:hover {
    background: rgba(254, 124, 133, 0.1);
}
.jq-selectbox li.disabled {
    color: #AAA;
}
.jq-selectbox li.disabled:hover {
    background: none;
}
.jq-selectbox li.optgroup {
    font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}
.jq-selectbox li.option {
    padding-left: 25px;
}
.checkbox-note {
    padding-left: 30px;
    margin-top: -6px;
    font-size: 12px;
}
.checkbox {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px;
}
.checkbox + label {
    cursor: pointer;
    line-height: 20px;
    text-transform: none;
}
.radio + label {
    cursor: pointer;
    text-transform: none;
}
label span {
    display: inline-block;
    vertical-align: top;
    zoom: 1 !ie;
    display: inline !ie;
}
.checkbox:not(checked) {
    position: absolute;
    opacity: 0;
}
.checkbox:not(checked) + label {
    text-transform: none;
    color: #13425e;
    position: relative;
    padding: 0 0 0 30px;
    line-height: 1.3;
    display: inline-block;
}
.checkbox:not(checked) + label:hover {
    color: #fb1e42;
}
.checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #ffffff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px #DAD2DD solid;
}
.checkbox:not(checked) + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    background: url("/static/img_c4p/icons/check.png") no-repeat center center #ffffff;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    transition: all .5s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px #DAD2DD solid;
}
.checkbox:checked + label {
    /* color: #000000; */
}
.checkbox:checked + label:before {
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
.checkbox:checked + label:after {
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.radio:not(checked) {
    position: absolute;
    opacity: 0;
}
.radio:not(checked) + label {
    position: relative;
    padding: 0 0 0 25px;
    font-size: 12px;
    letter-spacing: 0.06em;
}
.radio:not(checked) + label:hover:before {
    border: 2px solid #706F6F;
}
.radio:not(checked) + label:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 2px solid #DADADA;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.radio:not(checked) + label:after {
    content: '';
    position: absolute;
    background: #DADADA;
    left: 4px;
    top: 2px;
    width: 7px;
    height: 7px;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.radio:checked + label {
    font-weight: 400;
    color: #000000;
    letter-spacing: 0.06em;
}
.radio:checked + label:hover:before {
    border: 1px solid #dadada;
}
.radio:checked + label:after {
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* перенос из мундеп 2640 */

.section-title {
    font-size: 24px;
    font-weight: bold;
}
.map-popup .section-title a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,.5);
}
.map-popup .section-title a:hover {
    color: #fb1e42;
    border-bottom: 1px #fb1e42 solid;
    text-decoration: none;
}
.main-form {
    background: #f1eff2;
    padding: 65px 0 80px 0;
    border-radius: 4px;
}
.main-form-title,.main-form-title.section-title {
    margin-bottom: 45px;
    line-height: 35px;
}
.main-form-title>div {
    padding-right: 20px;
}
@media (max-width: 767px) {
    .main-form-title {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 768px) {
    .main-form-padding-left {
        padding-left: 40px;
    }
}

hr {
    border: 0;
    background: #CBC0D0;
    height: 1px;
}
.main-form hr {
    margin-bottom: 40px;
    margin-top: 40px;
}
.main-form {
    max-width: 720px;
    margin: 40px auto;
}
.section-title {
    font-size: 30px;
    line-height: 40px;
}
.main-form .subtitle {
    font-size: 24px;
    margin-bottom: 35px;
}
.main-form-line {
    margin-bottom: 25px;
}
.subtitle {
    font-size: 25px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 9px;
}

@media (max-width: 767px) {
    .main-form-line {
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .main-form-line .main-form-padding-left {
        margin-bottom: 8px;
    }
}
.main-form-line-small {
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .main-form-line-small {
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .main-form-line-small .main-form-padding-left {
        margin-bottom: 8px;
    }
}
@media (max-width: 767px) {
    .main-form-bottom {
        padding: 0 20px;
    }
}
.item-num {
    color: rgb(18,95,142);
    font-size: 60px;
    font-weight: 600;
    margin-right: 17px;
    margin-top: 46px;
    line-height: 62px;
    font-family: Arial,sans-serif;
}
.item-num::after {
    content: "/";
    color: #fb1e42;
    font-weight: 300;
}
#map,
.map {
    height: 620px;
    position: relative;
}
@media (max-width: 991px) {
    #map,
    .map {
        height: 730px;
    }


    .regions {
        background-color: #e8e8e8;
        padding: 40px 0;
    }
}
.map-title {
    position: absolute;
    left: 40px;
    top: 40px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 24px;
    font-weight: bold;
    padding: 20px;
    max-width: 420px;
    line-height: 30px;
}
.map-title.map-title-helpers {
    padding: 16px 30px;
}
.map-title.map-title-helpers p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
    font-weight: normal;
}
@media (max-width: 500px) {
    .map-title {
        left:0;
        top:0;
    }
    .map-popup {
        top:140px
    }
}


.checkbox-other-region {
    margin-top: 20px;
    margin-bottom: 10px;
}
.age-note {
    font-size: 14px;
    color: #959595;
    height: 40px;
    vertical-align: middle;
    display: table-cell;
    max-width: 270px;
    line-height: 16px;
}
@media (min-width: 768px) {
    .age-note {
        padding-left:00px;

        position: relative;
        left: -15px;
    }
}
.form-subtitle {
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
}
.error-list {
    color: #fb1e42;
    margin-bottom: 20px;
}
.main-form-btn {
    background: #fb1e42;
    border: 0 none;
    outline: none;
    color: #ffffff;
    text-transform: uppercase;
    /*height: 60px;*/
    /*width: 100%;*/
    padding: 16px 32px;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.09em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-top:20px;
}
.main-form-btn:hover,
.main-form-btn:focus {
    background: #fe4556;
}
.main-form-bottom-line {
    height: 1px;
    width: 90%;
    background: #cac9cb;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .main-form-bottom-line {
        width: 100%;
    }
}
.circle {
    width: 54px;
    height: 54px;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 2px solid #FFFFFF;
    line-height: 48px;
    font-weight: bold;
    margin: 0 auto;
}
.circle.yellow {
    background: #ffa800;
}
.form-circle-label {
    max-width: 90px;
    margin: 10px auto 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
}
.form-count {
    position: relative;
    top: -5px;
}
@media (max-width: 767px) {
    .form-count {
        top: 15px;
    }
}
.main-form-right-note {
    font-size: 14px;
    padding-left: 40px;
    line-height: 1.6;
}
@media (max-width: 767px) {
    .main-form-right-note {
        padding-right: 40px;
        margin-bottom: 20px;
    }
}


/* 3623 */


.main-form .radio:not(checked) + label:before {
    border: 1px #DAD2DD solid;
    background-color: #fff;
    width: 20px;
    height: 20px;
    top:-2px;
}
.main-form .radio:not(checked) + label:after {
    background: #fb1e42;
    left: 5px;
    top: 3px;
    width: 12px;
    height: 12px;
}
.main-form .radio:not(checked) + label:hover:before {

}
.main-form .radio+label {
    color:#13425e;
    font-size: 16px;
    margin-bottom: 11px;
    display: block;

    margin-left: -18px;
    letter-spacing: 0;

}
.main-form .radio+label:hover {
    color:#fb1e42;
}

.main-form__additional {
    background-color: #FAF7FC;
    margin-top: 50px;
    padding-bottom: 80px;
    margin-bottom: -80px;
}
.main-form__additional .main-form-title {
    margin-bottom: 20px;
}
.main-form .radio:not(checked) + label:after {
    background: #fb1e42;
    left: 4px;
    top: 6px;
    width: 8px;
    height: 8px;
}
.main-form .radio:not(checked) + label:before {
    border: 2px #787778 solid;
    background-color: transparent;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 0px;
}
.main-form .radio:not(checked) + label:hover:before {
    border: 2px #F92A49 solid;
}
.main-form .radio:checked + label:before {
    border: 2px #F92A49 solid;
}
.main-form .main-form-inline .radio+label {
    display: inline-block;
    margin-right: 10px;
}
.main-form .radio+label {
    margin-left: 0;
}
.main-form-line .main-form-inline {
    padding-top: 10px;margin-bottom: -15px;

}

.main-form-line.section-title {
    margin-bottom: 0;
}

.main-form-btn {
    font-size: 17px;
    height: auto;
    line-height: 25px;
    padding: 10px 50px;

    display: inline-block;
}

.main-form .main-form-inline label {
    margin-bottom: 14px;
    margin-right: 25px;
}

@media (max-width: 768px)
{
    .main-form__wrap {
        margin: 0 -20px;
    }
}


/* faq */

.faq-list {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 60px;
}

.section-faq {
    margin-bottom: 80px;
}
@media (max-width: 480px) {
    .section-faq .content-container {

    }
}
.faq-item-content {
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.faq-item-content .text {
    padding-top: 20px;
    padding-bottom: 40px;
}
.faq-item-title {
    font-size: 24px;
    font-weight: bold;
    color: #125f8e;
    position: relative;
}
.faq-item-title:hover {
    color: #fb1e42;
    cursor: pointer;
}
.faq-item-title:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url("/static/img_c4p/icons/icon-plus.png") no-repeat;
    background-size: cover;
    position: absolute;
    left: -20px;
    top: 7px;
}
.faq-item {
    padding: 15px 40px;
    margin-bottom: 10px;
}
.faq-item.opened {
    background: #f1eff2;
}
.faq-item.opened .faq-item-title:before {
    background-image: url("/static/img_c4p/icons/icon-minus.png");
    background-size: cover;
}

.faq-item{border-bottom:1px rgba(14,58,87,0.15) solid;margin-bottom:15px;margin-left:0px;margin-right:40px;padding:5px 0 10px;}
.faq-item-content .text{padding-top:15px;}
.faq-item-content p{font-size:18px;line-height:28px;margin-top:0;}
.faq-item-title{color:#0E3A57;font-size:20px;font-weight:normal;line-height:28px;margin-bottom:0;padding-right:20px;font-family: inherit;letter-spacing: 0}
.faq-item-title:before{background:url(/static/img_c4p/icons/caret-down.png) no-repeat;left:auto;right:0;}
.faq-item.opened{background-color:transparent;}
.faq-item.opened .faq-item-title:before{background-image:url(/static/img_c4p/icons/caret-up.png);background-size:100%;}
.faq-list-title{font-size:30px;margin-bottom:15px;color:#000;font-family: inherit;letter-spacing: 0;}
.faq-list-title:after{content:normal;}

.container-fluid {
    padding: 0px 60px;
}
.section-what-for {
    padding: 120px 0 120px 0;
}

.mt-120 {
    margin-top: 120px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}
.fi+#candidate-form {
    margin-top: 120px;
}
.section-for h2 {
}

.form {
    background-image: url("/static/img_c4p/ic1.png"), url("/static/img_c4p/ic2.png");
    background-repeat: no-repeat, no-repeat;
    background-position: top left, right 550px ;
}
.section-faq {
    background-image: url("/static/img_c4p/ic3.png");
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 150px;
}

/* -- deputy -- */

.project-section__description .mix {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: block;
    background-color: #2450b0;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;

}
.project-section__description .mix-text {
    position: relative;
    z-index: 10;
    color:#fff;
    padding: 20px 40px 40px 20px;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}
.p__title {
    position: relative;
    margin-bottom: -25px;
    margin-left: -20px;
}
.p__title .mix {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    background-color: #2450b0;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;

}
.p__title.red .mix {
    background-color: #d11212;
}
.p__title .mix-text {
    position: relative;
    z-index: 10;
    color:#fff;
    padding: 20px 20px;
    display: block;
    font-size: 36px;
    font-weight: normal;
    line-height:40px;
    font-family: MrPalkerDadsonCondRegular;
    letter-spacing: 2px;
}
.project-section__description {
    position: absolute;
    max-width: 660px;
    height: auto;
    bottom:-20px;
    left:40px;
}

.project-section__title .mix-text{

    font-size: 56px;
    line-height: 60px;
    padding: 10px 20px;
}

.project-section__title .p__title {
    margin-top: 40px;
}

.section-p:after {
    clear: both;
    content: '';
    display: block;
}
.section-p .elections {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    display: inline-block;
    width: auto;
    bottom:auto;
}
.section-p .partners-logos {
    float: right;
}
.section-p .elections-title {
    margin-top: 15px;
}
.section-p {
    padding: 60px 0;
}

.elections .btn-danger {
    margin-top: -10px;
}
.project-section {

    color:#fff;
    background-size: cover;
    position: relative;

    min-height: 500px;
}
.project-summary {
    background-color: #f2f2f2;
    padding: 20px 20px;
    margin: 60px -20px 120px -20px;
}
.project-summary p{
    margin-bottom: 2px;
}
.project-summary__value {
    font-size:24px;
    font-weight: bold;
    line-height: 30px;
}
img {
    display: block;
    max-width: 100%;
}
.p__header:after {
    clear: both;
    content: '';
    display: block;
}
.p__title {
    float: left;
}
.p__toggle {
    float: right;
}
.p-img {
    margin-bottom: 80px;
}

p a {
    color:#000;
    border-bottom: 1px rgba(0,0,0,0.5) solid;
    text-decoration: none;
}
p a:hover {
    text-decoration: none;
    color:#1bbd00;
    border-bottom-color: #1bbd00;
}


.v-item {
    margin-bottom: 20px;
}
.v-item:after {
    clear: both;
    content: '';

    display: block;
}
.v-img {
    float: left;
    width: 165px;
}
.v-text {
    padding-top: 20px;
    margin-left: 180px;
}
.p__toggle a {
    color:#000;
    text-decoration: none;
    border-bottom: 1px #000 solid;
}
.p__toggle {
    color:#000;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 20px;
}
.section-common {
    margin-bottom: 50px;
}
.wide-project {
    margin-bottom: 50px;
}
.p-img {
    text-align: center;
}

.wide-project .p-img img {
    width: 100%;
}
.p-img img {
    margin: auto;
}
.wide-project {
    margin-top:50px;
}

.twentytwenty-container {
    overflow: hidden;

}
.twentytwenty-handle {
    background-color: #fff;
    border-color: #fff;
    top:2px
}
.twentytwenty-left-arrow {
    border-right: 6px solid #000 !important;
}
.twentytwenty-right-arrow {
    border-left: 6px solid #000 !important;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    background: #fff;
}
.twentytwenty-handle {
    top: 50%;
    margin-top: -10px;
    -webkit-box-shadow: 0px 6px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 6px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 6px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
}
.before-after {

    overflow: hidden;

    /*margin-left: -30px;
    padding-left: 30px;
    margin-right: -30px;
    padding-right: 30px;*/
}

.p-body .container {
    position: relative;
}
.p-body .p__toggle {
    position: absolute;
    top:-45px;
    right: 15px;
}

.roadmap {
    margin: 50px 0 120px 0;
    padding: 50px 0;
    background-image: url("/static/img_c4p/map_blue.jpg");
    background-size: cover;
}
.w-o {
    padding: 20px;
    background-color: rgba(255,255,255,0.9);
    color: #000;
    height: 100%;
}
.w-o.b {
    background-color: #2450b0;
    color:#fff;
}
.mb30 {
    margin-bottom: 30px;
}
.w-o>span {
    display: block;
    font-family: MrPalkerDadsonCondRegular;
    font-size: 60px;
    line-height: 60px;

    margin-bottom: 5px;
}
.w-o p {
    font-size: 24px;
    line-height: 30px;
}

.footer-grey a {
    color:#fff;
    border-bottom: 1px #fff solid;
}
.footer-grey a:hover {
    text-decoration: none;
}

.project-item h3 a:hover {
    text-decoration: none;
    color:#1bbd00;
}
a.project-item {
    color:#000;
    display: block;
}
a.project-item:hover {
    text-decoration: none;
    color:#1bbd00;
}
a.project-item:hover .project-img {
    border-radius: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    box-shadow: 8px 8px 0px -2px #1bbd00;
}
a.project-item .text-wrap {
    color:#000

}
a.project-item:hover .text-wrap {
    color:#000
}

.conceptby a, .developers a {
    color:#000;
    text-decoration: none;
    border-bottom: 1px rgba(0,0,0,0.5) solid;
}
.conceptby a:hover, .developers a:hover {
    text-decoration: none;
    color:#1bbd00;
    border-bottom: 1px #1bbd00 solid;

}
.conceptby {
    margin-top: 10px;
}
.conceptby span {
    display: inline-block;
    width: 150px;
}
.conceptby>div {
    margin-bottom: 10px;
}


.partners-logos.vertical {
    margin-right: 15px;
    background-image: url(/static/img_c4p/part-logos-vertical2@2x.png);
}

.project-section__title {
    position: absolute;
    top:100px;
    left:60px;

}
.project-section__title h1 {

    background-color: rgba(255,0,0,1);
    padding: 7px;
    margin-left: -7px;
}
.project-section__title.black {
    color:#000
}


.cloud  {
    background-image: url("/static/img_c4p/cloud_solo.png");
    width: 368px;
    height: 125px;
    background-repeat: no-repeat;
    position: absolute;
    top:50px;
    left: 500px;
    background-size:60%;

}
.donations-project h3 {
    margin-bottom: 0;
}
.donations-project h4 {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 20px;
}

@media (max-width: 1400px) {
    .cloud {
        left:320px;
        background-size: 50%;
        background-repeat: no-repeat;
    }
    .project-section__title {
        left:20px
    }
    .bench {
        left: -140px;
    }
    .header-quote {
    }

    .cyclist {
        bottom: 100px;
    }

    header .partners-logos {
        background-image: url("/static/img_c4p/part-logos-vertical2@2x.png");
        height: 174px;
        width:180px;
        background-size: 180px;
        margin-right: 15px;
    }
    .lights {
        right: -205px;
    }

    .container-fluid {
        padding: 0px 20px;
    }
    .intro.deputy {
        padding-top: 170px !important;
        padding-bottom: 80px;
        background-size: 1600px;
    }
    .project-section__description {
        left:0;
    }
    .deputy .elections-title {
        background: rgba(255,255,0,0.9);
        padding: 3px 9px;
        margin-top: 10px;
    }
    .intro {
        background-position: center right;
        background-size: 1280px;
    }
}

@media (max-width: 1200px) {
    .section-p .elections {
        float: none;
        display: block;
        text-align: center;

    }
    .section-p .elections .btn-danger {
        margin-top: 25px;
    }
    .section-p .partners-logos {
        float: none;
        margin: auto;
    }
    .section-p .elections-title {
        margin: auto;
        margin-top: 15px;
    }
    .btn-success {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .cloud {
        left:320px;
        background-size: 40%;
        background-repeat: no-repeat;
    }
    .project-section {
        min-height: 300px;
    }
    .lamp {
        display: none;
    }
    .footer-yellow .dog {
        left:75%
    }
    .section-faq {
        background-image: none;
    }
    .deputy+.section-p {
        padding: 30px 0 0;
    }
    .form {
        background: none;
    }
    .header-quote {
        float: none;
    }
    header .logo {
        float: none;
        display: block;
    }

    header.header-deputy .partners-logos {
        display: none;
    }
    header .partners-logos {
        position: absolute;
        right: 0;
        top:20px;
    }
    .footer-yellow .lamp {
        width: 290px;
        height: 373px;
    }
    .elections {
        width: 400px;
    }
    .intro {
        background-size: 1300px;
    }

    .intro.deputy {
        padding-top: 187px !important;
        background-position: bottom;
    }
    .project-summary__value {
        margin-bottom: 20px;
    }
    .project-summary {
        padding-bottom: 0;
    }
}
@media (max-width: 767px) {
    .cyclist {
        display: none;
    }
    .footer-yellow .dog {
        left:75%
    }
    .container {
        max-width: 100%;
    }
    .project-section__description {
        position: absolute;
        max-width: 700px;
        height: auto;
        bottom: 0px;
        left: 0;
    }
    .project-summary {
        padding: 20px 15px;
        margin: 0px -15px 40px -15px;
    }
    .p__title .mix-text {
        position: relative;
        z-index: 10;
        color: #fff;
        padding: 15px 20px;
        display: block;
        font-size: 30px;
    }
    .project-section {
        padding-top: 0px;
    }

    .subtitle.main-form-padding-left {
        padding-left: 20px;
    }

}
@media (max-width: 767px) {
    .p__title {
        float: none !important;
    }
    .project-section__description {
        position: relative;
    }
    .project-section__description .mix-text {
        padding: 20px 15px 20px 15px;
        font-size: 18px;
        line-height: 24px;
    }
    .p__title .mix-text {
        padding: 8px 20px;
        line-height: 30px;
        font-size: 26px;
        display: inline-block;
    }
    .p__title {
        margin-bottom: -0px;
        display: inline-block;
    }
    .footer-yellow .dog {
        bottom: -117px;
    }
    .cloud {
        left: 255px;
        background-size: 40%;
        top: 78px;
        background-repeat: no-repeat;
    }
    .header-quote {
        left:15px
    }
    .header-quote {
        position: relative;
        top:0;
        max-width: 300px;
    }
    .main-form-title {
        padding-left: 15px;
        padding-right: 15px;
    }
    .project-section {
        min-height: 250px;
    }
    .faq-item {
        margin-right: 0;
    }
    .p-img {
        margin-bottom: 60px;
    }
    .p__toggle {
        display: block;
    }
    .mb-120 {
        margin-bottom: 60px !important;
    }
    .project-section__title h1{
        font-size: 34px;
        line-height: 46px;
        letter-spacing: 1px;
    }
    .project-section__title {
        top: auto;
        position: relative;

    }
    footer {
        overflow: hidden;
    }
    .elections .mix-text:after {
        left: 80%;
        top: 20px;
    }
    #section-form {
        margin: 0 -15px;
    }
    .intro.deputy {
        background-position: bottom;
        background-size: 1000px;
    }
    .subtitle.main-form-padding-left {
        padding-left: 15px;
    }
    .main-form-line {
        padding: 0 15px;
    }
    .w-o>span {
        float: left;
    }
    .w-o p {
        font-size: 18px;
        line-height: 24px;
        margin-left: 45px;
    }
    .medium-text {
        font-size: 18px;
        line-height: 24px;
    }
    .container {
        max-width: 100%;
    }
    header .partners-logos, .partners-logos.vertical {
        background-image: url(/static/img_c4p/part-logos2@2x.png) !important;
        background-size: 100%;
        width: auto;
        height: 48px;
        margin-left: 15px;
        left: 0;
        margin-right: 20px;
    }
    header .logo {
        margin-top: 50px;
        display: block;
    }


    footer {
        margin-top: 150px;
    }
    .elections {
        position: relative;
        right: 0px;
        width: 100%;
        top: 0;
        left:0;
        padding: 0 15px;
    }
    .deputy .elections {
        padding-left: 0;
    }
    .elections a.btn-elections {
        height: 60px;
    }
    .elections .mix-text {
        font-size: 24px;
        text-align: center;
        line-height: 60px;
    }
    .cyclist {
        display: none;
    }
    .intro-title {
        margin-left: -9px;
    }

    .deputy .intro-title {
        margin-left: 0;
    }
    .intro h1 {
        line-height: 50px;
        letter-spacing: 2px;
        font-size: 40px;
    }
    header .logo {
        margin-left: 15px;
    }
    .project-header .logo {
        margin-top: 0;
        margin-bottom: 0;
    }
    .project-header {
        padding-bottom: 0;
    }
    body {
        font-size: 14px;
        line-height: 20px;
    }
    .elect .ratio {
        padding-bottom: 56%;
    }
    .bench {
        display: none;
    }
    .footer-yellow .lamp {
        width: 290px;
        height: 400px;
        right: -80px;
    }
    body {
        overflow-x: hidden;
    }

    .section-p .elections {
        padding: 0;
    }
    .section-p .partners-logos {
        width: 100%;
        background-size: 100%;
        margin-bottom: 25px;
    }
    .v-img {
        width: 130px;
    }
    .v-text {
        margin-left: 150px;
    }

    .project-title {
        padding: 10px;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 1px;
    }

    .project-k-griboedova .project-title {
        font-size: 22px;
    }

    .project-item {
        padding-top: 40px;
    }

    .container .before-after {
        margin-left: -15px;
        margin-right: -15px;
    }
    .btn-danger, .btn-primary {
        padding-left: 20px;
        padding-right: 20px;
    }

    .intro {
        background-size: 720px;
        padding-bottom: 32px;
        background-position: center 160px;
        padding-top: 379px;
    }

    .projects-list h1 {
        margin-bottom: 20px;
        margin-top: 80px;
        font-size: 30px;
        line-height: 40px;
    }
}



.map-popup {
    position: absolute;
    top: 40px;
    right: 40px;
    background: #f1eff2;
    max-width: 300px;
    padding: 35px 17px;
    -webkit-box-shadow: 0px 16px 60px 0px rgba(3, 11, 49, 0.7);
    -moz-box-shadow: 0px 16px 60px 0px rgba(3, 11, 49, 0.7);
    box-shadow: 0px 16px 60px 0px rgba(3, 11, 49, 0.7);
}
.map-popup.map-popup-white {
    background-color: #fff;
    border-radius: 8px;
}
.map-popup .section-title {
    margin-bottom: 20px;
    line-height: 28px;
}
.map-popup .btn-primary {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 0;
    text-align: center;
    border-radius: 0px;
}
@media (max-width: 991px) {
    .map-popup {
        top: 40px;
        right: 40px;
        margin-left: -150px;
    }
}
.map-popup-list {
    line-height: 1.6;
    list-style-type: none;
    padding-left: 0;
}
.map-popup-list-item-name {
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 24px;
}
.map-popup-list-item-from {
    font-size: 14px;
    color: #b7b7b7;
    padding: 0;
    margin: 0;
    line-height: 24px;
}
.map-popup-list-item {
    margin-bottom: 6px;
}
.popup-close {
    background: url('../img_c4p/icons/popup-close-2019.png') no-repeat;
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    border:0;
    z-index: 100;
}
.popup-close:hover {
    filter: alpha(opacity=50);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    border:0;
}
.map-popup-list-block {
    max-height: 265px;
    width: 100%;
    outline: none;
    margin-bottom: 25px;
    line-height: 1.6;
}
.map-popup p {padding-bottom: 0;padding-top: 0}
.map-popup p.large-text {padding-bottom: 10px;padding-top: 0}
.map-popup p.medium-text {padding-bottom: 10px;padding-top: 0;margin-top: 0;color:#000;font-weight: bold}

.map-popup .btn-default {
    display: block;
    text-align: center;
    letter-spacing: 0;
    margin-top: 20px;
    font-size: 14px;
}

.popup-gray-text {
    line-height: 1.6;
    color: #919191;
    font-size: 13px;
}


.what-dep h2+div>a {
    text-decoration: none;
    color:#000;
    font-size: 18px;
    border-bottom: 1px #000 solid;
}
.what-dep h2{
    letter-spacing: 1px;
    font-size: 32px;
}
.what-dep .project-item {
    padding-top: 0;
}

[v-cloak] {
    display: none;
}



.likely {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px
}

.likely__widget {
    cursor: pointer;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 14px 0 7px;
    margin: 5px;
    height: 36px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #1bbaef;
    font-size: 20px;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.likely__widget:hover {
    background: #33c1f1
}

.likely__widget_telegram {
    background: #34a6df
}

.likely__widget_telegram:hover {
    background: #4ab0e2
}

.likely__widget_facebook {
    background: #3b5b97
}
.likely__widget_whatsapp {
    background: #07cb06
}
.likely__widget_odnoklassniki {
    background: #ff7633
}

.likely__widget_facebook:hover {
    background: #4266a9
}

.likely__widget_vkontakte {
    background: #4d7399
}

.likely__widget_vkontakte:hover {
    background: #5680aa
}

.likely__widget > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: inline-block
}

.likely__icon {
    margin-right: 10px
}

.likely__icon svg {
    display: block;
    width: 24px;
    height: 24px
}

.likely__icon svg * {
    fill: currentColor
}

.likely__counter {
    margin: 4px 0 0 10px;
    font-size: 80%
}

.likely__counter_empty {
    display: none
}


div.swal2-modal .swal2-title {
    font-weight: normal;
    color:#000;
}
div.swal2-modal .swal2-content {
    color:#000;
    font-weight: normal;
    text-align: left;
}

.loader {
    position: fixed;
    top: 130px;
    left: 50%;
    width: 100px;
    margin-left: -50px;

    display: none;
    z-index: 100500;
}
.loader:after {
    content: '';


    box-sizing: border-box;
    border: 4px solid transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: -2px 30px;
    vertical-align: top;
    background-color: transparent!important;
    color: transparent;
    cursor: default;
    border-radius: 100%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    display: inline-block;

    border-left-color: rgb(48, 133, 214);
    border-right-color: rgb(48, 133, 214);

}



@media (min-width: 1600px) {
    header {
        padding: 20px 100px;
    }
    .header-quote {
        left: 120px;
    }
    .elections {
        left: 120px;
    }
    .project-section__title {
        left: 120px;
    }
    .project-section__description {
        left: 100px;
    }
    .container-fluid {
        padding: 0 100px;
    }
}


.partners-logos.vertical a {
    display: block;
    position: relative;
    height: 33%;
    width: 100%;
}


@media (max-width: 1200px) {
    .btn-danger, .btn-primary {
        font-size: 24px;
    }

    .section-p .elections .btn-danger {
        margin-top: -5px;
    }
}
@media (max-width: 991px) {

    .section-p .elections,.partners-logos  {
        float: none !important;
    }
    .elections {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {

    .partners-logos.vertical a {
        display: block;
        position: relative;
        height: 100%;
        width: 33%;
        float: left;
    }


    .elections {
        float: none;
        text-align: center;
    }
    .project-section__title .p__title {
        margin-top: 0px;
    }
    .project-section__title  .p__title .mix-text {
        padding: 12px  15px 8px;
    }
}


.partners-logos a {
    display: block;
    position: relative;
    height: 100%;
    width: 33%;
    float: left;
}


.btn.btn-small {
    width: auto !important;
    padding: 5px 20px !important;;
    font-size: 18px !important;;
    line-height: 24px !important;;
}