body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: 'PT Serif', Helvetica, Arial, serif;
    position: relative;
}

h1, h2, h3 {
    margin: 0;
}

p {
    margin: 10px 0;
}

a {
    text-decoration: none;
}

button, input, textarea {
    border: none;
    padding: 0;
    background: transparent;
    outline: 0;
}

input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

/* заголовки всех блоков*/
h1, h2 {
    text-align: center;
    margin: 0 auto;
}

.startscreen h1, .startscreen h2, .appeal h2, .orgs h2 {
    color: #ffffff;
}

.calls h2 {
    color: #000000;
}

.appeal h2 {
    margin-bottom: 30px;
}

.appeal h2, .orgs h2 {
    width: 90%;
    height: 60px;
    font-size: 30px;
    position: relative;
    line-height: 1;
}

.calls h2 {
    width: 60%;
    margin: 80px auto 40px auto;
    font-size: 42px;
    font-family: 'PT Serif', serif;
    line-height: 1;
}

.appeal h2:after {
    content: '';
    position: absolute;
    width: 140px;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.appeal h2:after {
    top: 80px;
    background: #ffffff;
}

/*общие стили*/
.vertical {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.vertical--darken {
    background: #383838;
}

.container_95 {
    width: 95%;
    min-width: 920px;
    margin: 0 auto;
    box-sizing: border-box;
}

.button {
    width: 295px;
    position: relative;
    font-size: 24px;
    font-family: 'PT Sans', sans-serif;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    padding: 3px 0 7px 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    transition: background .2s;
    user-select: none;
    cursor: pointer;
}

.button a {
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-family: 'PT Sans', sans-serif;
    color: #ffffff;
    display: block;
}

.button--red {
    background: #d6240d;
}

.button--red:hover {
    background: #ab1b09;
}

.button--blue {
    text-align: center;
    background: #5575ff;
}

.button--blue:hover {
    background: #3453dc;
}

.button--inactive {
    display: none;
}

/*блоки*/
.header {
    width: 100%;
    height: 45px;
    padding: 10px 0;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

.header .container_95 {
    display: table;
}

.header .social {
    display: table-cell;
    float: right;
}

.startscreen, .appeal, .calls, .orgs {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}

.startscreen {
    background: url(../images/bg-1.jpg) center center fixed no-repeat;
    background-size: cover;
    padding-top: 50px;
    box-sizing: border-box;
}

.startscreen .vertical {
    display: table-row;
}

.startscreen .container_95 {
    display: table-cell;
    padding-bottom: 150px;
    box-sizing: border-box;
}

.startscreen h1 {
    font-size: 64px;
    margin: 0 auto;
}

.startscreen h2 {
    font-size: 53px;
    margin: 0 auto;
}

.startscreen__text {
    width: 305px;
    color: #ffffff;
    margin: 0 0 25px 35px;
    padding: 0 30px;
}

.startscreen__quote {
    font-size: 16px;
    padding-top: 10px;
    box-sizing: border-box;
    position: relative;
}

.startcreen__signatute {
    font-size: 14px;
    font-style: italic;
    margin-top: 15px;
}

.startcreen__signatute p {
    margin: 5px 0;
}

.startscreen__quote:before {
    content: '';
    position: absolute;
    left: -35px;
    top: 10px;
    width: 26px;
    height: 28px;
    background: url(../images/quotes.png) 0 0 no-repeat;
}

.startscreen__quote:after {
    content: '';
    position: absolute;
    left: 170px;
    bottom: -13px;
    width: 26px;
    height: 28px;
    background: url(../images/quotes.png) -26px 0 no-repeat;
}

.whatcanido {
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    height: 120px;
    padding: 12px 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    bottom: 0;
    left: 0;
}

.whatcanido p {
    width: 555px;
    margin: 0 auto;
    text-align: center;
}

.arrow-down {
    color: #ffffff;
    font-size: 18px;
    position: relative;
    display: inline-block;
    margin-top: 5px;
}

.arrow-down:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
}

.arrow-down:hover {
    opacity: .8;
}

.appeal {
    background: url(../images/bg-2.jpg) center center fixed no-repeat;
    background-size: cover;
}

.appeal .vertical {
    width: 50%;
}

.appeal:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    background: #ffffff;
}

.appeal__close {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(../images/icon-close.png) no-repeat;
    cursor: pointer;
    display: none;
    transition: opacity .2s;
}

.appeal__close:hover {
    opacity: .8;
}

.vertical--darken .appeal__close {
    display: block;
}

.appeal__items {
    height: 600px;
    min-width: 480px;
    max-width: 675px;
    margin: 0 auto;
    padding: 50px 0;
    box-sizing: border-box;
    color: #ffffff;
    display: table;
}

.appeal__item {
    width: 100%;
    display: none;
}

.appeal__item--active {
    display: table-cell;
}

.appeal .button {
    position: relative;
    margin: 40px auto;
}

.appeal-right--first .button, .appeal-left--first .button {
    margin-top: 90px;
}

.appeal-left--third .button, .appeal-right--third .button {
    margin-bottom: 20px;
}

.appeal__text {
    width: 75%;
    height: 200px;
    margin: 0 auto;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
}

.appeal-left--second, .appeal-right--second, .appeal-right--third {
    margin: 0 auto;
}

.appeal-left--second h2, .appeal-left--third h2, .appeal-right--second h2, .appeal-right--third h2 {
    margin-bottom: 0;
}

.appeal-left--second h2:after, .appeal-right--second h2:after, .appeal-right--third h2:after, .appeal-left--third h2:after, .appeal-left--fourth h2:after {
    content: none;
}

.appeal-right--third {
    padding-bottom: 310px;
}

.appeal-right--third h2 {
    height: 30px;
}

.select-error {
    display: none;
}

.select-error--show {
    display: block;
}

form {
    width: 430px;
    padding: 0 20px;
}

.form__input {
    width: 100%;
    height: 42px;
    display: block;
    margin: 2px auto;
    padding: 0 15px;
    border: none;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'PT Serif', serif;
    background: #ebebeb;
    outline: 0;
}

.form__textarea {
    width: 100%;
    height: 270px;
    display: block;
    padding: 10px 15px;
    resize: vertical;
    overflow-y: scroll;
    background: #474747;
    font-size: 14px;
    font-family: 'PT Serif', serif;
    font-style: italic;
    color: #ffffff;
    outline: 0;
    box-sizing: border-box;
    box-shadow:         inset 0px 0px 0px 1px rgba(32, 32, 32, .5);
}

input[type=email] {
    margin: 15px auto 0;
}

.form__label {
    font-size: 14px;
    display: block;
    width: 100%;
    margin: 15px auto 0;
}

#appeal-left .sign-form [name="surname"] {
    margin-top: 5px;
}

#appeal-left .sign-form .button {
    top: 117px;
}

.sign-form .deputate__name {
    font-size: 18px;
    margin: 5px 0;
}

.extern-form, .extern-form p {
    text-align: center;
}

.extern-form .deputate__name {
    font-style: italic;
}

.extern-form .deputate__faction {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
}

.extern-form .deputate__phone {
    font-size: 30px;
    font-weight: bold;
    display: block;
    color: #ffffff;
}

.deputate__another {
    font-family: 'PT Sans', sans-serif;
    cursor: pointer;
    user-select: none;
    position: relative;
    transition: color .2s;
}

.sign-form .deputate__another  {
    font-size: 14px;
    margin-bottom: 15px;
    color: #ffffff;
    float: right;
}

.sign-form .deputate__another:hover {
    opacity: .8;
}

.deputate__another:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sign-form .deputate__another:after {
    border-bottom: 1px solid #ffffff;
}

.sign-form .deputate__another:after:hover {
    opacity: .8;
}

.check-label {
    display: inline-block;
    position: relative;
    margin-top: 10px;
    padding-left: 30px;
    box-sizing: border-box;
    cursor: pointer;
}

.check-label:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background: #ffffff;
}

.check-label:after {
    content: none;
    position: absolute;
    width: 17px;
    height: 16px;
    top: 1px;
    left: 1px;
    background: url(../images/icon-checked.png);
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked ~ .check-label:after {
    content: '';
}

.deputate__another--inactive {
    display: none;
}

.extern-form .deputate__another--inactive {
    display: none;
}

.deputate__controls--inactive {
    display: none;
}

.called, .signed{
    margin: 20px auto;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    -webkit-font-smoothing: antialiased;
    font-family: 'PT Serif', serif;
}

.called {
    display: none;
}

.uthebest {
    height: 42px;
    text-align: center;
    font-size: 30px;
    margin: 40px auto;
}

.uthebest--inactive {
    display: none;
}

.calls {
    background: #e5e5e5;
}

.calls .container_95 {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 40px;
}

.calls__text {
    width: 745px;
    margin: 0 auto 40px auto;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
}

.button--called {
    margin-bottom: 40px;
}

.deputate {
    width: 585px;
    border: 2px solid #ffffff;
    padding-top: 15px;
    box-sizing: border-box;
    color: #d6240d;
    line-height: 1.1;
    margin: 0 auto 10px auto;
    transition: color .2s;
}

.calls .deputate__name {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.calls .deputate__phone {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin:  0 auto;
    color: #d6240d;
}

.calls .deputate__another {
    display: block;
    margin: 0 auto 45px auto;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

.calls .deputate__another:hover {
    color: #707070;
}

.calls .deputate__another:after {
    border-bottom: 1px solid #000000;
}

.calls .deputate__another:hover:after {
    border-bottom: 1px solid #707070;
}

.calls .deputate__faction {
    text-align: center;
    margin-bottom: 20px;
}

.orgs {
    background: url(../images/bg-4.jpg) center center fixed no-repeat;
    background-size: cover;
    padding-bottom: 110px;
}

.orgs__items {
    text-align: center;
}

.leftcol, .rightcol {
    width: 180px;
    display: inline-table;
}

.orgs__item {
    display: table-row;
    font-size: 16px;
    color: #ffffff;
    position: relative;
}

.orgs__item span {
    margin: 20px 0;
    display: inline-block;
    position: relative;
}

.orgs__item span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
}

.orgs__item span:hover {
    opacity: .8;
}

.footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer .container_95 {
    display: table;
    height: 100%;
}

.footer__logo {
    display: table-cell;
    vertical-align: middle;
}

.footer__text {
    color: #ffffff;
    margin-right: 20px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.logo-new {
    width: 110px;
    height: 37px;
    background: url(../images/logoNew.png);
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.logo-rain {
    width: 116px;
    height: 24px;
    background: url(../images/logoRain.png);
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.logo-open {
    width: 199px;
    height: 40px;
    background: url(../images/logoOpen.png);
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.logo-echo {
    width: 100px;
    height: 40px;
    background: url(../images/logoEcho.png);
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.footer .social {
    height: 75px;
    background: #4c4c4c;
    box-sizing: border-box;
}

.odd {
    position: relative;
    left: -50%;
}

.deputate__chosen {
    margin: 0 auto 20px auto;
    font-size: 30px;
}

.chosen-name {
    font-size: 22px;
    display: block;
    margin: 0 auto;
}

/*плагины*/

.footer .likely__widget {
    margin: 6px;
}

.footer .likely {
    margin: 10px auto 0 auto;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

.ui-menu {
    padding: 5px 15px 15px 15px;
    box-sizing: border-box;
    font-size: 14px;
    background: #ffffff;
    color: #151515;
}

.ui-autocomplete-category {
    font-size: 16px;
    margin-top: 10px;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0;
    color: #d6240d;
}

@media screen and (max-width: 1400px) {

    .footer .likely .likely__button, .footer .likely .likely__counter {
        display: none;
    }

    .footer .likely .likely__widget {
        height: 34px;
    }

    .footer .likely .likely__icon {
        height: 34px;
        width: 34px;
    }

    .footer .likely svg {
        width: 22px;
        height: 22px;
        top: 6px;
        left: 6px;
    }
}

@media screen and (max-width: 1000px) {

    .container_95 {
        min-width: 0;
    }

    .appeal .form__input, .appeal .button {
        display: block;
    }

    .header .social {
        display: block;
        float: none;
    }

    .header .likely {
        display: block;
        text-align: center;
    }

    .appeal {
        height: auto;
        display: block;
    }

    .appeal .vertical {
        display: block;
        width: 100%;
        padding: 30px 0;
        position: relative;
    }

    .appeal .vertical:first-child:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: #ffffff;
        left: 0;
        bottom: 0;
    }

    .appeal__items {
        width: 100%;
        min-width: 0;
        height: auto;
        display: block;
    }

    .appeal__item--active {
        display: block;
    }

    .appeal__text {
        width: 90%;
        height: auto;
    }

    .appeal:after {
        display: none;
    }

    #appeal-left .sign-form [name="surname"] {
        margin-top: 0;
    }

    #appeal-left .sign-form .button {
        top: 0;
    }

    .appeal-right--third {
        padding-bottom: 0;
    }

    .uthebest {
        margin: 20px 0;
    }

    .calls h2 {
        width: 80%
    }

    .footer__text {
        display: block;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 920px) {

    .footer .social {
        height: auto;
    }

    .footer__logo {
        display: block;
        text-align: center;
        padding-top: 10px;
    }

    .footer .likely {
        display: block;
        text-align: center;
    }

}

@media screen and (max-width: 768px) {

    form {
        padding: 0;
    }

    p {
        margin: 5px 0;
    }

    .appeal__items {
        padding: 0 10px;
    }

    .appeal h2 {
        height: auto;
        margin: 0 auto 30px auto;
        width: 80%;
    }

    .appeal h2:after {
        content: none;
    }

    .appeal-right--third h2 {
        margin:  0 auto;
    }

    .appeal .button {
        position: relative;
        margin: 20px auto 0 auto;
    }

    .startscreen, .calls, .orgs {
        height: auto;
        display: block;
    }

    .header {
        display: none;
    }

    .startscreen {
        padding-top: 0;
        background: url(../images/bg-1.jpg) center center no-repeat;
        background-size: cover;
    }

    .startscreen .vertical {
        display: block;
    }

    .startscreen .container_95 {
        padding: 0;
        display: block;
    }

    .startscreen__text {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .startscreen__quote {
        font-size: 14px;
    }

    .startscreen__quote:before, .startscreen__quote:after {
        content: none;
    }

    .startscreen h1 {
      font-size: 50px;
      padding-top: 50px;
    }

    .startscreen h2 {
      font-size: 42px;
      padding-bottom: 50px;
    }

    .startcreen__signatute {
        font-size: 12px;
    }

    .whatcanido {
        position: relative;
        height: auto;
        padding: 20px 0 30px 0;
        margin-top: 30px;
    }

    .whatcanido p {
        width: 85%;
    }

    .calls {
        padding: 30px 0;
    }

    .calls .container_95 {
        padding: 0 10px;
        display: block;
    }

    .calls__text, .deputate {
        width: auto;
    }

    .calls h2 {
        width: 100%;
        font-size: 30px;
        height: auto;
        margin: 0 auto 20px auto;
    }

    .calls__text {
        width: 90%;
        margin-bottom: 20px;
    }

    .calls .deputate__another {
        margin: 15px auto 20px auto;
    }

    .deputate {
        height: auto;
        margin: 0 auto 5px auto;
        padding: 10px 20px;
        max-width: 450px;
    }

    .orgs {
        padding: 30px 0 0 0;
    }

    .orgs .container_95 {
        padding: 0 10px;
    }

    .orgs .vertical {
        display: block;
    }

    .orgs h2 {
        height: auto;
        margin: 0 auto 30px auto;
        width: 80%;
    }

    .leftcol, .rightcol {
        display: block;
    }

    .orgs__items {
        width: 160px;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .orgs__item {
        margin: 0 auto;
        width: auto;
        display: block;
    }

    .orgs__item span {
        margin: 10px 0;
    }

    .footer {
        position: relative;
    }

    .footer__logo {
        display: block;
        width: 220px;
        margin: 0 auto;
    }

    .logo-new, .logo-rain, .logo-open, .logo-echo {
        margin: 0 auto 10px auto;
        display: block;
    }

    .footer__text {
        margin: 0 auto 20px auto;
        display: block;
    }

    .footer__text {
        text-align: center;
    }

    .footer .container_95 {
        display: block;
        padding: 0;
    }

    .footer .social {
        height: auto;
        display: block;
        padding: 10px 0;
    }

    .odd {
        left: 0;
    }

    .deputate__chosen {
        margin-bottom: 20px;
    }

    .deputate__text {
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) {

    .container_95 {
        width: 85%;
    }

    .startscreen__text {
        width: 95%;
    }

    .startscreen h1 {
      font-size: 28px;
      padding-top: 20px;
    }

    .startscreen h2 {
      font-size: 24px;
      padding-bottom: 20px;
    }

    .appeal__items {
        width: 85%;
    }

    .appeal h2, .calls h2, .orgs h2 {
        font-size: 22px;
    }

    .calls .deputate__phone {
        font-size: 24px;
    }

    .calls .deputate__name {
        font-size: 20px;
    }

    .appeal__text, .appeal .button, .calls h2, .calls__text, .calls .button, .deputate {
        width: 100%;
        text-align: center;
    }

    .uthebest {
        font-size: 24px;
    }
}

@media screen and (min-width: 1200px) {

    .startscreen .container_95 {
        display: table-cell;
        vertical-align: middle;
    }

    .startscreen__text {
        width: 600px;
    }

    .whatcanido {
        padding: 22px 0;
    }

    .whatcanido p {
        width: 650px;
    }
}





/*
playback timings (ms):
  load_resource: 1077.539 (2)
  exclusion.robots: 0.175
  exclusion.robots.policy: 0.161
  esindex: 0.016
  LoadShardBlock: 621.507 (3)
  RedisCDXSource: 78.06
  PetaboxLoader3.datanode: 455.818 (5)
  captures_list: 730.912
  CDXLines.iter: 26.687 (3)
  PetaboxLoader3.resolve: 862.028 (2)
*/