@charset "UTF-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@font-face {
    font-family: "OpenSans-400";
    /* src: url(../fonts/OpenSans-Regular.ttf) format("ttf"); */
    src: url(../fonts/OpenSans-Regular.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "OpenSans-700";
    /* src: url(../fonts/OpenSans-Bold.ttf) format("ttf"); */
    src: url(../fonts/OpenSans-Bold.ttf);
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Open Sans";
    /* src: url(../fonts/OpenSans-Bold.ttf) format("ttf"); */
    src: url(../fonts/OpenSans-Medium.ttf);
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

.PT_Sans-700 {
    font-family: "OpenSans-700", sans-serif;
    font-weight: 700;
}

.PT_Sans-400 {
    font-family: "OpenSans-400", sans-serif;
    font-weight: 400;
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    /* font-family: sans-serif; */
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: "OpenSans-400", sans-serif!important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-weight: 400;
    color: #707070 !important;
    background-color: #fff
}

.container {
    padding: 0 !important;
}

h1, h2, h3, h4 {
    font-weight: bold;
    font-family: "OpenSans-700", sans-serif;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 18px;
}

p {
    font-family: "OpenSans-400", sans-serif;
    font-size: 16px;
}

a {
    color: #007bff;
    transition: all .3s;
}

a:hover {
    color: #0056b3;
}


@media screen and (max-width: 720px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }
}

.main-wrapper {
    min-height: 100%;
    height: auto;
    padding-bottom: 625px;
}

footer.page-footer {
    height: 625px;
    margin-top: -625px;
}

@media screen and (max-width: 1120px) {
    .main-wrapper {
        padding-bottom: 880px;
    }

    footer.page-footer {
        height: 880px;
        margin-top: -880px;
        max-height: unset;
    }
}


.slick-slide img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

button:focus, a:focus, button:active, a:active {
    outline: none !important;
}

audio:not([controls]) {
    display: none;
    height: 0
}

.slick-slide.slick-loading img,
[hidden],
template {
    display: none
}

a {
    color: #0099f5;
    background-color: transparent;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none !important;
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border: 0;
    max-width: 100%;
    height: auto
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

legend,
td,
th,
ul {
    padding: 0
}

ul {
    margin: 0
}

*,
::after,
::before {
    box-sizing: inherit
}

body.no-scroll {
    max-height: 100%;
    overflow: hidden
}

body.no-scroll-ios {
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

button,
input {
    outline: 0
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%)
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: 0;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.form__option input[type=radio]:focus+label:hover,
.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.btn.focus, .btn:focus {
    box-shadow: none!important;
}

.btn,
.slick-dots li {
    position: relative;
    display: inline-block
}

.slick-dots li {
    height: 20px;
    width: 20px;
    margin: 0 5px;
    cursor: pointer;
    padding: 0
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.btn {
    border: 0;
    vertical-align: middle;
    min-height: 40px;
    padding: 14px 15px;
    text-align: center;
    color: #231f20;
    border-radius: 4px;
    box-shadow: 0 3px 0 0 #e4c200;
    background-color: #fbdf50;
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
}

button.btn {
    box-shadow: 0 3px 0 0 #e4c200;
    background-color: #fbdf50;
}



.btn:hover {
    background-color: #e4c200
}

.btn:active {
    opacity: .3
}

.btn--no-shadow {
    min-height: 46px
}

.btn--alt,
.btn--light,
.btn--no-shadow {
    box-shadow: none;
    border-radius: 0
}

button.btn--no-shadow {
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.btn--light {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: solid 1px #f2f2f2;
    transition: opacity .3s ease;
    color: #707070;
    background-color: #f7f7f7
}

.btn--light:hover {
    color: #707070;
    background-color: #f7f7f7;
    opacity: .7
}

.btn--light:active {
    opacity: .4
}

.btn--alt {
    background-color: #62a13b;
    color: #fff
}

.btn--alt:hover {
    background-color: #62a13b;
    opacity: .7
}

.btn--alt:active {
    opacity: .4
}

.arrow-link,
.btn--alt,
.btn--outline {
    transition: opacity .3s ease
}

.btn--outline {
    min-height: 32px;
    min-width: 100px;
    padding: 7px 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 16px;
    box-shadow: none;
    color: gray
}

.btn--outline:hover {
    background-color: #f7f7f7;
    opacity: .7
}

.btn--outline:active {
    opacity: .4
}

.arrow-link {
    color: #231f20;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.arrow-link:hover,
.form__option label:hover {
    opacity: .7
}

.arrow-link:active,
.form__option label:active {
    opacity: .3
}

.arrow-link__arr {
    position: relative;
    flex-shrink: 0;
    width: 1.43em;
    height: 1.43em;
    margin-right: .5em;
    border-radius: 50%;
    background-color: #fbdf50
}

.arrow-link__arr::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: .36em;
    height: .36em;
    border-bottom: 1px solid #5d5529;
    border-right: 1px solid #5d5529;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.arrow-link--arr-down .arrow-link__arr {
    width: 1.78em;
    height: 1.78em
}

.arrow-link--arr-down .arrow-link__arr::after,
.arrow-link__arr--seach::after {
    width: .86em;
    height: .71em;
    border-bottom: none;
    border-right: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.arrow-link__light {
    color: #c1c1c1
}

.arrow-link--rotate .arrow-link__arr::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.arrow-link__arr--seach {
    position: relative;
    flex-shrink: 0;
    width: 1.43em;
    height: 1.43em;
    border-radius: 50%;
    background-color: #fbdf50
}

.arrow-link__arr--seach::after {
    background-image: url(../img/search-left.png)
}

.form__group {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 32px;
    margin-bottom: 43px;
    border-bottom: 1px solid #dedede
}

.form__group--row {
    flex-direction: row;
    padding-bottom: 24px;
    margin-bottom: 38px
}

.form__fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

.form__fieldset:first-of-type {
    margin-top: -5px
}

.form__legend {
    width: 280px;
    margin: 0 0 25px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.44;
    text-align: right;
    color: #231f20;
}

.form__group-header {
    margin-bottom: 22px;
    width: 100%
}

.form__group-title {
    margin: 0 0 12px;
    color: #231f20;
    font-size: 20px;
    line-height: 1.3
}

.form__consent .form__checkbox,
.form__group-content {
    width: 668px;
    margin-left: auto
}

.form__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #231f20;
}

.form__row {
    display: flex;
    margin-left: -15px;
    margin-bottom: 12px
}

.form__option {
    display: flex;
    flex-grow: 1;
    width: 170px;
    margin-left: 15px
}

.form__option label {
    transition: opacity .3s ease;
    position: relative;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    min-height: 46px;
    padding: 10px;
    font-size: 16px;
    color: #231f20;
    text-align: center;
    background-color: #fff;
    outline: 1px solid #f2f2f2;
    cursor: pointer
}

.form__option input[type=radio]:checked+label {
    color: #231f20;
    outline: 0;
    cursor: default
}

.form__option input[type=radio]:checked+label::before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fbdf50;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.form__option input[type=radio]:focus+label {
    box-shadow: 0 0 0 1px transparent
}

.form__option input[type=radio]:checked+label:hover {
    opacity: 1
}

.form__custom-select,
.form__field {
    margin-bottom: 12px
}

.form__field {
    position: relative
}

.form__field label {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 14px;
    font-size: 14px;
    color: #231f20;
    background-color: #fff;
    pointer-events: none;
    transition: all .2s ease-in-out
}

.form__field.form__field--textarea label {
    top: 20%;
}

.form__field input,
.form__field textarea {
    display: block;
    width: 100%;
    padding: 22px 14px 8px;
    font: inherit;
    font-size: 14px;
    color: #231f20;
    border: 1px solid #f2f2f2;
    -webkit-appearance: none;
    border-radius: 0
}

.custom-select__btn:hover:not(:focus),
.donation__tab:not(.active) .donation__tab-btn:hover,
.form__field input:hover:not(:focus),
.form__field textarea:hover:not(:focus) {
    opacity: .7
}

.custom-select__btn:hover:not(:focus) {
    opacity: 1;
}


.form__field input:focus,
.form__field textarea:focus {
    border-color: #ffe36e;
    outline: 0
}

.form__field input.non-empty+label,
.form__field input:focus+label {
    font-size: 10px;
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px)
}

.form__field textarea.non-empty+label,
.form__field textarea:focus+label {
    font-size: 10px;
    top: 8px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.form__field input.error+label,
.form__field textarea.error+label {
    color: #e32a32
}

.form__field textarea {
    min-height: 90px;
    resize: none
}

.form__submit-btn {
    margin-top: 6px;
    margin-bottom: 12px;
    width: 100%
}

.form__checkbox {
    margin-bottom: 16px;
    position: relative;
    padding-right: 10px
}

.form__checkbox--mb {
    margin-bottom: 17px
}

.form__checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.29;
    color: #231f20;
    transition: opacity .2s
}

.form__checkbox label::before {
    content: "";
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    margin-right: 12px;
    background-color: #ffe36e;
    border-radius: 1.7px;
    border: solid 17px #fff;
    box-shadow: 0 0 0 1px #f2f2f2
}

.form__checkbox.hide-checkbox label::before {
    content: none;
}

.form__checkbox input[type=checkbox]:focus+label {
    outline: 1px solid transparent;
    outline-offset: 1px
}

.form__checkbox input[type=checkbox].error+label::before {
    box-shadow: 0 0 0 1px #e32a32
}

.form__checkbox input[type=checkbox]:not(:focus)+label:hover {
    opacity: .8
}

.form__checkbox input[type=checkbox]:checked+label::before {
    border-width: 10px
}

.form__error-msg {
    position: absolute;
    top: 5px;
    right: 14px;
    font-size: 10px;
    color: #e32a32
}

.form__select {
    position: relative;
    margin-bottom: 12px
}

.custom-select__btn::after,
.form__select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.form__select select {
    display: block;
    width: 100%;
    padding: 12px 14px;
    font: inherit;
    font-size: 14px;
    line-height: 1.5;
    color: #231f20;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    transition: all .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer
}

.form__select select:focus {
    box-shadow: 0 0 0 1px #ffe36e
}

.form__select option,
.form__select select.selected {
    color: #231f20;
}

.form__consent {
    display: flex
}

.form__footer {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.form__footer--mt-short {
    margin-top: 17px
}

.form__footer .form__submit-btn {
    order: 1;
    width: 280px;
    margin: 0 0 0 30px
}

.custom-select {
    position: relative
}

.custom-select__btn {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 14px 14px;
    border: 1px solid #f2f2f2;
    font-size: 14px;
    color: #aaa;
    background-color: #fff;
    text-align: left;
    transition: opacity .2s
}

.error .custom-select__btn {
    color: #e32a32
}

.custom-select__btn.selected {
    color: #231f20;
}

.custom-select__btn.active::after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg)
}

.custom-select__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.custom-select__list.open {
    display: block
}

.custom-select--modal .custom-select__list {
    display: block;
    position: static;
    z-index: 0
}

.custom-select__option label {
    display: block;
    width: 100%;
    padding: 14px;
    border-bottom: 1px solid #f4f7fa;
    font-size: 14px;
    color: #aaa;
    cursor: pointer;
    transition: color .2s ease;
    background: url(../img/checkmark.png) no-repeat right 15px center #fff;
    background-size: auto 17px;
}

.custom-select__option label:hover {
    background-color: #f7f7f7;
    background: url(../img/checkmark.png) no-repeat right 15px center #f7f7f7;
    background-size: auto 17px;
    color: #231f20;
}

.custom-select--modal .custom-select__option label {
    padding: 21px 14px;
}

.custom-select__option input[type=radio]:checked+label {
    background-color: #f7f7f7;
    color: #231f20;
    cursor: default
}

.custom-select__option input[type=radio]:checked+label:hover {
    color: #231f20;
}

.link {
    color: #0099f5
}

.zoom-block {
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 15px;
    display: flex;
    flex-direction: column;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.zoom-block__btn {
    padding: 0;
    border: 0;
    position: relative;
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    outline: 0
}

.zoom-block__btn--zoom-in::after,
.zoom-block__btn--zoom-in::before,
.zoom-block__btn--zoom-out::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    background-color: #4c4c4c
}

.zoom-block__btn--zoom-in::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.scroll-hidden {
    overflow: hidden
}

.modal {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(104, 110, 116, .5)
}

.modal.open {
    display: flex
}

.modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff
}

.modal__content--desktop {
    width: 70%;
    height: 70%
}

.modal__content--consent {
    bottom: 0;
    height: 100%
}

.modal__close-btn {
    transition: opacity .3s ease;
    padding: 0;
    background-color: transparent;
    border: 0;
    position: fixed;
    z-index: 2;
    top: 9px;
    right: 5px;
    width: 40px;
    height: 40px;
    background-image: url(../img/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center
}

.modal__close-btn:hover {
    opacity: .7
}

.modal__close-btn:active {
    opacity: .3
}

.modal__content--half-height .modal__close-btn,
.modal__content--half-height .modal__title {
    position: absolute
}

.modal__title {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 15px 15px 17px;
    font-size: 20px;
    color: #231f20;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(44, 55, 62, .1);
    text-overflow: ellipsis
}

.modal__title--padding {
    padding-top: 18px;
    padding-bottom: 14px
}

.modal__body {
    margin-top: 57px
}

.modal__body--chart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    margin-top: 100px
}

.modal__body--consent {
    height: 100%;
    overflow: auto
}

.modal__content--grey,
.submenu {
    background-color: #f7f7f7
}

.submenu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    position: absolute;
    top: 46px;
    z-index: 99
}

.submenu:hover {
    display: block;
}

.submenu__item {
    position: relative;
    display: flex;
    align-items: center;
    width: 270px;
    padding: 5px 0 5px 34px;
    border-top: 1px solid #fff
}

.submenu__item::before {
    content: "";
    position: absolute;
    left: 14px;
    width: 8px;
    height: 8px;
    background-color: #fbdf50
}

.submenu__link {
    line-height: 23px;
    color: #231f20;
}

.submenu__link--active,
.submenu__link[href]:active,
.submenu__link[href]:focus,
.submenu__link[href]:hover {
    color: #7e7e7e
}

.main-nav {
    background-color: #f7f7f7;
}

.main-nav__wrapper {
    display: flex;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto
}

.main-nav__list {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 0;
    font-size: 15px
}


.main-nav__item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(100% / 6);
    text-align: center
}

.main-nav__item--hidden {
    display: none
}

.main-nav__item--seven {
    width: calc(100% / 7)
}

.main-nav__link {
    padding: 14px;
    font-weight: 700;
    color: #231f20;
    text-transform: uppercase;
    text-align: center
}

.main-nav__link--active,
.main-nav__link:active,
.main-nav__link:focus,
.main-nav__link:hover {
    color: #7e7e7e;
    text-decoration: none;
}

.main-nav__link:hover~.main-nav__submenu {
    display: block
}

.main-nav__link2023 {
    padding: 14px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #231F20;
    text-align: center
}

.main-nav__link2023--active,
.main-nav__link2023:active,
.main-nav__link2023:focus,
.main-nav__link2023:hover {
    color: #231F20;
    text-decoration: none;
}

.main-nav__link--who-is {
    width: 220px;
    margin-left: 100px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none
}

.main-nav__question {
    display: inline-block;
    width: 19px;
    height: 19px;
    padding-top: 2px;
    margin-right: 8px;
    font-size: 13px;
    text-align: center;
    background-color: #fbdf50;
    border-radius: 50%
}

.main-nav--who-is .main-nav__list {
    width: calc(100% - 320px)
}

.main-nav--who-is .main-nav__link {
    text-align: left
}

.main-nav--who-is .main-nav__link--who-is,
.table-list td {
    text-align: right
}

.page-header__title--inner {
    display: none !important;
}

.header-banner {
    background-color: #629F42
}

.header-banner__list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    padding: 15px 15px 19px;
    margin: 0 auto
}

.header-banner__item {
    width: calc(100% / 3);
    font-size: 14px;
    line-height: 1.43;
    color: #fff
}

.header-banner__item--center {
    text-align: center
}

.header-banner__item--right {
    text-align: right;
    color: #b3e693
}

.header-banner__item--hidden {
    display: none
}

.header-banner__item--city {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    /*padding-right: 4%;*/
    font-size: 13px
}

.header-banner__item--city>a:not(:last-child) {
    margin-right: 40px;
}

.header-banner__image,
.header-banner__summ {
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px 90px 0 12%
}

.header-banner__image {
    text-decoration: none !important;
    color: #fff !important;
}

.header-banner__image-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 125%;
    color: #FFFFFF;
}

.header-banner__summ {
    padding: 0;
}

.header-banner__text {
    margin-left: 10px;
    font-size: 10px
}

.header-banner__text--opacity {
    opacity: .7
}

.header-banner__text-big {
    margin-left: 10px;
    font-size: 26px
}

.header-banner__link, .mobile-header-banner__link {
    display: inline-block;
    padding: 7px 45px;
    color: #231f20;
    background-color: #FFE74F;
    cursor: pointer;
    border-radius: 5px;
    /*box-shadow: 0 3px 0 0 #e4c200;*/
    text-align: center;
}

.mobile-header-banner__link {
    display: none;
}

.header-banner__link:active,
.header-banner__link:focus,
.header-banner__link:hover {
    background-color: #e4c200;
    color: #231f20;
}

.header-banner__link-text {
    display: none
}

.header-banner__logo {
    width: 201px
}

.banner-mobile {
    display: none
}

.header-title {
    background-color: #FFE74F;
}

.header-title-block {
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0 60px 0;
    max-width: 1002px;
}

.header-title-block-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 60px;
    /* identical to box height */

    text-align: center;
    letter-spacing: -0.01em;

    color: #231F20;
}

.header-title-block img {
    width: 652px;
}

.header-title--hidden {
    display: none
}

.header-title__contacts {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 25%;
    color: #231f20;
    background-color: #fff
}

.header-title__contacts--msk,
.header-title__contacts--spb {
    background-image: url(../img/icon-spb-big.svg);
    background-repeat: no-repeat;
    background-position: center top
}

.header-title__contacts--msk {
    background-image: url(../img/icon-msc-big.svg)
}

.header-title__item {
    display: flex;
    flex-direction: column
}

.header-title__item--link {
    color: #0099f5;
    margin-bottom: 2px;
    text-align: center
}

/* .header-title__item--link--active,
.header-title__item--link:active,
.header-title__item--link:focus,
.header-title__item--link:hover {
    color: #e42a32g
} */

.header-title__item--hidden {
    display: none
}

.header-title__item--number {
    font-size: 14px;
    text-align: center;
    color: #231f20;
}

.header-title__item--address {
    margin-top: 25px;
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 700
}

.header-title__item--msk {
    display: none
}

.header-title__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    margin-top: 15px
}

.header-title__logo img {
    width: 359px;
    height: 46px
}

.header-title__description {
    width: 100%;
    color: #231f20;
    line-height: 1.43;
    text-align: center;
    margin-top: 16px;
}

.header-title__social {
    width: 25%
}

.social {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.social--center {
    margin: 0 auto;
    padding: 6px 0;
    justify-content: center;
    align-items: center
}

.social__title {
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    color: #231f20;
    text-align: right
}

.social__list--mobile {
    display: none
}

.social__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}


.social__item, .social__item__new {
    width: 32px;
    height: 32px;
    margin-left: 2px;
    margin-top: 2px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.social__item, .social__item__new:hover {
    box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, .06);
    background-color: #fff;
}

.social__item__new {
    width: 52px;
    height: 52px;
    margin: 0 25px;
    background-size: 32px 32px;
    background-position: center center;
}

.social__item-small {
    width: 32px;
    height: 32px;
    background-size: 20px 20px;
    margin: 0 4px;
}

.social__item__new .footer-social__name {
    display: flex;
    justify-content: center;
    font-size: 1.17em;
    color: #707070;
    font-family: "OpenSans-400", sans-serif;
}

.social__item__new .social__link .footer-social__name {
    display: none;
}

.social__item__new .social__link {
    margin: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.social__item--vk {
    background-image: url(../img/vk.svg)
}

.social__item--vk-new {
    background-image: url(../img/icons/vk_transparent.png)
}

.social__item--facebook {
    background-image: url(../img/facebook.svg)
}

.social__item--facebook-new {
    background-image: url(../img/facebook-draw.svg)
}

.social__item--ok {
    background-image: url(../img/odnoklassniki.svg)
}

.social__item--instagram {
    background-image: url(../img/instagram.svg)
}

.social__item--instagram-new {
    background-image: url(../img/instagram-draw.svg)
}

.social__item--youtube {
    background-image: url(../img/icon-youtube.svg)
}

.social__item--youtube-new {
    background-image: url(../img/icons/youtube_transparent.png)
}

.social__item--telegram-new {
    background-image: url(../img/icons/tg_transparent.png);
}

.social__item--tiktok-new {
    background-image: url(../img/icons/tik_tok_transparent.png);
}

.social__item--zen-new {
    background-image: url(../img/icons/zen_transparent.png);
}

.social__item--twitter {
    background-image: url(../img/twitter.svg)
}

.social__item--border-none {
    width: 28px;
    height: 28px;
    margin-left: 1px;
    box-shadow: none
}

.social__link {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.social__link:active,
.social__link:focus,
.social__link:hover {
    box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, .1)
}

.social--modal {
    align-items: flex-start
}

.social--modal .social__item {
    width: 42px;
    height: 42px;
    margin-right: 10px;
    margin-bottom: 10px
}

.social--modal .social__item:nth-child(5n) {
    margin-right: 0
}

.footer-social {
    /* max-width: 1200px; */
    margin-left: auto;
    margin-right: auto;
    padding: 32px 99px 70px;
    background-color: #f7f7f7;
}

.footer-social__title {
    margin: 0;
    font-size: 28px;
    color: #231f20;
    font-weight: 700;
    text-align: center;
    line-height: 35px;
}

.footer-social__description {
    margin: 0;
    padding-top: 10px;
    line-height: 1.43;
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
}

.footer-social__list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 28px 0 0
}

.footer-social__name {
    margin-top: 0;
    font-weight: 400
}

.footer-social__item iframe {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.projects {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px
}

.projects__group:not(:last-child) {
    margin-bottom: 43px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee
}

.projects__title {
    margin: 0 0 30px;
    position: relative;
    padding-left: 1.33em;
    font-size: 28px;
    color: #231f20;
}

.projects__title::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.projects__title--spb::before {
    width: .889em;
    height: .722em;
    background-image: url(../img/spb-icon.svg)
}

.projects__title--msk::before {
    width: .889em;
    height: .889em;
    background-image: url(../img/msk-icon.svg)
}

.projects__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

.projects__item {
    margin-right: 2%;
    margin-bottom: 32px
}

.projects__item:nth-child(3n) {
    margin-right: 0
}

.project-card {
    position: relative;
    width: 31.936%;
    border-radius: 3px;
    box-shadow: 1px 3px 20px 0 rgba(0, 0, 0, .1);
    background-color: #fff
}

.project-card::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -1px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #fbdf50;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.project-card--no-line::before {
    display: none
}

.project-card__link * {
    transition: opacity .3s ease
}

.project-card__link:not(.project-card__link--no-home) .project-card__title:hover {
    opacity: .7
}

.project-card__img {
    position: relative;
    padding-top: 59.375%;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.project-card__img img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.project-card__content {
    padding: 18px 16px 22px
}

.project-card__city-list {
    display: flex;
}

.project-card__city-list .project-card__city {
    margin-right: 20px;
}

.project-card__city {
    position: relative;
    margin: 0 0 3px;
    padding-left: 1.33em;
    font-size: 12px;
    line-height: 1.5;
    color: #231f20;
}

.project-card__city::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    margin-bottom: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.project-card__city--spb::before {
    width: .889em;
    height: .722em;
    background-image: url(../img/spb-icon.svg)
}

.project-card__city--msk::before {
    width: .889em;
    height: .889em;
    background-image: url(../img/msk-icon.svg)
}

.project-card__title {
    margin: 0 0 8px;
    font-size: 16px;
    color: #231f20;
}

.project-card__descr {
    margin: 0;
    line-height: 1.44;
    color: #707070
}

.project-card--padding .project-card__content {
    padding-top: 38px;
    padding-bottom: 37px
}

.project-card--wide {
    width: 100%
}

.project-card--wide .project-card__container {
    display: flex;
    justify-content: space-between;
    padding: 40px 14px
}

.project-card--wide .project-card__img {
    width: 320px;
    border-radius: 0
}

.project-card--wide .project-card__img img {
    border-radius: 0
}

.project-card--wide .project-card__content {
    width: 610px;
    padding: 0 20px
}

.project-card--wide .project-card__title {
    font-size: 24px
}

.project-card--wide .project-card__descr {
    padding-bottom: 16px;
    border-bottom: 1px solid #f7f7f7
}

.project-card--wide .project-card__info {
    padding-top: 12px;
    padding-bottom: 31px;
    line-height: 1.43
}

.project-card__info:last-child {
    padding-bottom: 0;
}

.project-card--wide .project-card__info p {
    margin: 0;
    color: #707070
}

.awareness {
    width: 100%;
    max-width: 1030px;
    padding: 0 14px;
    position: relative;
    margin: 60px auto 0
}

.awareness::after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    height: 1px;
    width: calc(100% - 28px);
    background-color: #f2f2f2
}

.awareness__container {
    display: flex;
    width: 100%;
    padding-bottom: 41px;
    padding-top: 28px
}

.awareness__header {
    position: relative;
    flex-shrink: 0;
    width: 31.936%;
    margin-right: 20px;
    padding-top: 36px
}

.awareness__header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 24px;
    background-image: url(../img/flag-icon.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.awareness__title {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.3;
    color: #231f20;
}

.awareness__text {
    margin: 0;
    line-height: 1.43
}

.awareness__projects-list {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-shrink: 0;
    display: flex
}

.awareness__projects-item {
    flex-grow: 1;
    margin-right: 20px
}

.actions__item:nth-child(2n),
.awareness__projects-item:nth-child(2n) {
    margin-right: 0
}

.actions {
    width: 100%;
    max-width: 1030px;
    position: relative;
    margin: 60px auto 0;
    padding: 0 14px 40px
}

.actions--mb {
    margin-bottom: 48px
}

.actions::after {
    /*content: '';*/
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    height: 1px;
    width: calc(100% - 28px);
    background-color: #f2f2f2
}

.actions--inner-page::after {
    display: none
}

.actions__container {
    display: flex
}

.actions__header {
    flex-shrink: 0;
    width: 31.936%;
    margin-right: 20px;
    margin-bottom: 30px
}

.actions__header--mb-short {
    margin-bottom: 18px
}

.actions__title {
    margin: 0 0 12px;
    font-size: 32px;
    line-height: 1.3;
    color: #231f20;
}

.actions__text {
    margin: 0;
    line-height: 1.43;
    padding-right: 50px
}

.actions__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

.actions__item {
    margin-right: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.actions__btn {
    margin-top: 15px;
    margin-left: calc(31.936% + 20px);
    width: 321px
}

.actions__btn--inner-page {
    width: 100%
}

.action-card {
    position: relative;
    width: 220px;
    flex-grow: 1
}

.action-card--spb::before, .action-card--msk::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 16px;
    width: 20px;
    height: 24px;
    background-image: url(../img/flag_icon_spb.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.action-card--msk::before {
    background-image: url(../img/flag_icon_msk.png);
}

.action-card--events {
    flex-grow: 0
}

.action-card--events .action-card__img {
    padding-top: 66.1%
}

.action-card--events .action-card__img img,
.action-card__img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.action-card--events .action-card__img img {
    height: 100%
}

.action-card--events .action-card__descr {
    color: #231f20;
    padding-right: 10px
}

.action-card__link * {
    transition: opacity .3s ease
}

.action-card__link:hover * {
    opacity: .7
}

.action-card__img {
    position: relative;
    margin-bottom: 12px;
    padding-top: 31.645%;
    overflow: hidden;
    border-radius: 3px
}

.action-card__img img {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 3px
}

.action-card__descr {
    margin: 0;
    line-height: 1.44;
    color: #707070
}

.supporting {
    width: 100%;
    max-width: 1030px;
    position: relative;
    padding: 0 14px 60px;
    margin: 0 auto 1px
}

.supporting::after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    height: 1px;
    width: calc(100% - 28px);
    background-color: #f2f2f2
}

.supporting--main {
    padding-bottom: 40px;
    border: 0
}

.supporting__container {
    display: flex;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 60px
}

.supporting__header {
    position: relative;
    width: 28%;
    flex-shrink: 0;
    margin-right: 20px;
    padding-top: 36px
}

.supporting__header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 24px;
    background-image: url(../img/flag-icon.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.supporting__title {
    margin: 0 0 13px;
    font-size: 22px;
    line-height: 1.3;
    color: #231f20;
}

.supporting__text,
.vacancies__descr p {
    margin: 0;
    line-height: 1.43
}

.supporting__list {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-shrink: 0;
    display: flex;
    flex-grow: 1
}

.supporting__item {
    flex-grow: 1;
    margin-right: 20px
}

.supporting__item:nth-child(3n) {
    margin-right: 0
}

.supporting__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 0;
    width: 321px
}

.supporting__btn::hover {
    color: #707070;
}

.supporting-card {
    width: 200px;
    border-radius: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    background-color: #fff
}

.supporting-card--supporters {
    box-shadow: none
}

.supporting-card--supporters .supporting-card__img {
    padding: 0 14px
}

.supporting-card--supporters .supporting-card__content {
    padding: 14px 14px 0
}

.supporting-card--supporters .supporting-card__name {
    margin-bottom: 6px
}

.supporting-card__link * {
    transition: opacity .3s ease
}

.contacts__details-item a:hover,
.supporting-card__link:hover * {
    opacity: .7
}

.supporting-card__img {
    padding: 24px 24px 0
}

.supporting-card__img-container {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 50%
}

.supporting-card__img img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.supporting-card__content {
    padding: 18px 16px;
    text-align: center
}

.supporting-card__name {
    margin: 0 0 11px;
    font-size: 14px;
    line-height: 1.57;
    color: #231f20;
}

.supporting-card__name span {
    box-shadow: inset 0 -2px 0 -2px #fff, inset 0 -6px 0 -2px #ffe36e
}

.supporting-card__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.44;
    color: #707070
}

.homeless-aid {
    padding-top: 64px;
    padding-bottom: 78px;
    background-color: #f7f7f7;
    margin-bottom: 40px;
    margin-top: 10px
}

.homeless-aid__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.homeless-aid__item {
    margin-bottom: 55px
}

.homeless-aid__item:last-child {
    margin-bottom: 0;
}

.aid-item__title {
    margin: 0 0 25px;
    font-size: 24px;
    color: #aaa;
    text-transform: uppercase;
    font-weight: 400
}

.homeless-aid__container,
.homeless-info {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px
}

.homeless-info {
    margin: 0 auto 65px
}

.homeless-info__title {
    margin: 0 0 15px;
    font-size: 28px;
    color: #231f20;
    text-align: center
}

.homeless-info__subtitle {
    margin: 0 0 40px;
    text-align: center;
    line-height: 1.43
}

.homeless-info__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

.homeless-info__item {
    width: 300px;
    flex-grow: 1;
    margin-right: 43px;
    margin-bottom: 24px
}

.homeless-info__item:nth-child(2n) {
    margin-right: 0
}

.info-card {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    display: flex;
    flex-wrap: wrap;
    padding: 32px 24px
}

.info-card__container {
    flex-basis: 186px;
    flex-grow: 1;
    margin-right: 14px;
    margin-bottom: 39px
}

.info-card__title {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 1.32;
    font-weight: 400;
    color: #231f20;
}

.info-card__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #868686;
    line-height: 1.5
}

.info-card__download {
    width: 100%;
    margin-top: auto;
    justify-content: flex-start
}

.handbooks {
    margin-bottom: 60px
}

.handbooks__container {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px
}

.handbooks__title {
    margin: 0 0 40px;
    font-size: 37px;
    color: #231f20;
    text-transform: uppercase
}

.handbooks__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.handbooks__item {
    display: flex;
    margin-bottom: 24px;
    padding-right: 50px;
    padding-bottom: 24px;
    line-height: 1.5;
    border-bottom: 1px solid #f2f2f2
}

.handbooks__item-text {
    flex-basis: 714px
}

.handbooks__item-title {
    margin: 0 0 10px;
    font-size: 22px;
    color: #231f20;
}

.handbooks__item-descr {
    margin: 0 0 12px
}

.handbooks__download {
    margin-left: auto;
    padding-left: 10px
}

.ask-lawyer {
    position: relative;
    width: 100%;
    max-width: 1030px;
    padding: 0 14px 30px;
    margin: 0 auto 60px
}

.vacancies::after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    height: 1px;
    width: calc(100% - 28px);
    background-color: #f2f2f2
}

.ask-lawyer__title {
    margin: 0 0 40px;
    font-size: 28px;
    color: #231f20;
}

.ask-lawyer__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.ask-lawyer__item {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    padding: 24px 54px 0 60px;
    margin-bottom: 24px
}

.ask-lawyer__question {
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f2f2f2;
    line-height: 1.43
}

.ask-lawyer__question-long,
.ask-lawyer__question-short {
    margin: 0 0 10px
}

.ask-lawyer__question-long.hide,
.ask-lawyer__question-short.hide {
    display: none
}

.ask-lawyer__question-title {
    margin: 0 0 8px;
    color: #c1c1c1;
    font-size: 18px
}

.ask-lawyer__show-btn {
    position: relative;
    background-color: transparent;
    border: 0;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 18px
}

.ask-lawyer__answer {
    display: none;
    padding: 0 16px 25px
}

.ask-lawyer__answer.show {
    display: block
}

.ask-lawyer__btn-block {
    display: flex;
    flex-wrap: wrap;
    padding-top: 8px;
    justify-content: center
}

.ask-lawyer__btn {
    margin-bottom: 8px;
    flex-basis: 280px
}

.vacancies {
    position: relative;
    width: 100%;
    max-width: 1030px;
    padding: 0 14px 48px;
    margin: 0 auto 44px
}

.vacancies__title {
    margin: 0 0 22px;
    font-size: 28px;
    color: #231f20;
    text-align: center
}

.vacancies__note {
    margin: 0 0 32px;
    display: flex;
    align-items: center;
    color: #231f20;
}

.vacancies__list {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    margin: 0;
    list-style: none;
    padding: 0
}

.vacancies__item {
    padding: 24px 30px;
    border-bottom: 1px solid #f2f2f2
}

.vacancies__item-title {
    margin: 0 0 14px;
    color: #231f20;
}

.vacancies__descr {
    margin: 0
}

.vacancies__btn {
    width: 280px;
    display: block;
    margin: 32px auto 0
}

.modal-answer {
    padding: 19px 14px 34px
}

.modal-answer__question {
    padding: 24px 16px 15px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    margin-top: 19px;
    margin-bottom: 30px;
    line-height: 1.43
}

.modal-answer__question-title {
    color: #c1c1c1;
    margin: 0 0 10px
}

.modal-answer__question-body {
    margin: 0 0 10px
}

.modal-answer__answer {
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 15px;
    line-height: 1.43;
    color: #231f20;
}

.modal-answer__answer-title {
    margin: 0 0 10px;
    color: #231f20;
    font-size: 18px;
    font-weight: 700
}

.modal-answer__answer-body {
    margin: 0 0 15px
}

.slider-main {
    position: relative;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 38px 10px
}

.slider-main__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 740px
}

.slider-main__item {
    max-width: 740px;
    background-color: #fff;
    border-radius: 3px
}

.slider-main__item img {
    position: static;
    max-width: 740px;
    height: 400px
}

.slider-main__description {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    min-height: 60px;
    margin-top: -60px;
    background-color: rgba(0, 0, 0, .5)
}

.slider-main__text {
    max-width: 436px;
    padding-left: 16px;
    margin-right: 20px;
    font-size: 13px;
    line-height: 1.43;
    color: #d2d2d2
}

.slider-main .slider-main__text:first-child {
    margin-top: 13px !important;
}

.slider-main__control {
    position: absolute;
    top: 394px;
    left: 680px
}

.slider-main__button {
    padding: 0;
    background-color: transparent;
    border: 0;
    width: 30px;
    height: 20px;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-position: center
}

.slider-main__button--left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider-main__button:active,
.slider-main__button:focus,
.slider-main__button:hover {
    opacity: .5
}

.form-donate {
    display: block;
    width: 680px;
    min-height: unset;
    padding: 25px 50px 14px;
    padding-bottom: 25px;
    background-color: #fff;
    border-top: 10px solid #62a13b;
    border-radius: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    font-family: "OpenSans-400", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    color: #707070;
}

.form-donate.doubledonation-form {
    min-height: 550px;
    margin-bottom: 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.form-donate.doubledonation-form .form-donate__payment-item {
    display: none !important;
}

.form-donate.doubledonation-form .help-form__group {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.form-donate.doubledonation-form .help-form__group .form-donate__kinds {
    display: none;
}

.form-donate.doubledonation-form .help-form__group .form-donate__action {
    margin-top: 0;
}

.form-donate.doubledonation-form .help-form__group .form-donate__about-item:last-child {
    margin-bottom: 0;
}

.form-donate.doubledonation-form .help-form__group .form-donate__fields {
    justify-content: center;
    width: 100%;
}

.form-donate.doubledonation-form .help-form__group .form-donate__wrapper {
    margin-top: 0;
}

.form-wrapper-doubledontaion {
    display: flex;
    flex-direction: column;
}

.form-wrapper-doubledontaion .doubledonation-bottom-text {
    line-height: 1.25;
    font-weight: 400;
    color: #707070;
}

.form-donate.doubledonation-form .help-form__group .form-donate__wrapper {
    margin-top: 0;
}

.form-donate--step1 .form-donate__content--step2,
.form-donate--step2 .form-donate__content--step1 {
    display: none
}

.form-donate__state-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

.form-donate__state-item {
    margin-right: 30px;
    font-size: 12px;
    color: #979797
}

.form-donate__state-item--active {
    position: relative;
    padding-left: 22px;
    color: #231f20;
}

.form-donate__state-item--active::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 11px;
    height: 6px;
    border-bottom: 2px solid #62a13b;
    border-left: 2px solid #62a13b;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.form-donate__title {
    font-size: 28px;
    color: #231f20;
}

.form-donate__sum {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.form-donate__sum-item {
    width: calc(100% / 3 - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative
}

.form-donate__sum-item:nth-child(3n) {
    margin-right: 0
}

.form-donate__sum-label {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 20px;
    background-color: #f7f7f7;
    border: 1px solid #f2f2f2;
    cursor: pointer;
    transition: .3s all
}

.form-donate__sum-label:focus,
.form-donate__sum-label:hover,
.form-donate__text-input:focus + label,
.form-donate__text-input:hover + label {
    background-color: #fff;
    outline: 2px solid #ffe36e
}

.form-donate__sum-label--text {
    position: relative;
    color: transparent
}

.form-donate__sum-input.is-error + .form-donate__sum-label,
.form-donate__text-input.is-error + .form-donate__sum-label {
    border: 1px solid #e32a32;
    transition: border .3s
}

.form-donate__text-input {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 1;
    width: 160px;
    cursor: text;
    font-size: 16px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    border: 0;
    background: 0 0
}

.form-donate__text-input::-webkit-input-placeholder {
    text-align: center;
    color: #707070;
    font-weight: 400
}

.form-donate__text-input:-ms-input-placeholder,
.form-donate__text-input::-ms-input-placeholder {
    text-align: center;
    color: #707070;
    font-weight: 400
}

.form-donate__text-input::placeholder {
    text-align: center;
    color: #707070;
    font-weight: 400
}

.donation-form__sum-item--text input[type=text]:focus,
.form-donate__text-input:focus {
    outline: 0
}

.form-donate__sum-input:checked ~ .form-donate__sum-label {
    background-color: #fff;
    outline: 2px solid #ffe36e
}

.form-donate__button-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px
}

.form-donate__button-wrapper--step2 {
    margin-top: 0
}

.form-donate__button {
    width: 225px;
    min-height: 60px;
    margin-right: 20px;
    transition: .3s all
}

.form-donate__button--left {
    color: #fff;
    border: 0;
    background-color: #4a8435
}

.form-donate__button--left:active,
.form-donate__button--left:focus,
.form-donate__button--left:hover {
    background-color: #62a13b
}

.form-donate__button--right {
    color: #231f20;
    background-color: #fff;
    border: 1px solid #f2f2f2
}

.form-donate__button--right:active,
.form-donate__button--right:focus,
.form-donate__button--right:hover {
    border-color: #62a13b
}

.form-donate__button--payment {
    width: 265px
}

.form-donate__button--backward {
    padding: 0;
    background-color: transparent;
    border: 0;
    width: 56px
}

.form-donate__button--backward:active,
.form-donate__button--backward:focus,
.form-donate__button--backward:hover,
.main-video__link:active img,
.main-video__link:focus img,
.main-video__link:hover img {
    opacity: .5
}

.form-donate__description {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 12px;
    color: #868686
}

.form-donate__description--link {
    color: #0099f5
}

.form-donate__description--link:active,
.form-donate__description--link:focus,
.form-donate__description--link:hover {
    color: #e42a32
}

.form-donate__wrapper {
    display: flex;
    flex-wrap: wrap
}

.form-donate__about {
    padding: 0;
    list-style: none;
    width: 265px;
    margin: 0 80px 0 0
}

.form-donate__about-item {
    margin-bottom: 36px;
    /*border-bottom: 1px solid rgba(193, 193, 193, .2)*/
}

.form-donate__about-item--name {
    display: flex
}

.form-donate__name {
    margin: 0;
    width: 132px
}

.form-donate__name-input {
    padding: 3px 6px;
    color: #231f20;
    font-family: inherit;
    font-size: 18px;
    line-height: 18px;
    border: 0;
    outline: 0
}

.form-donate__name-input::-webkit-input-placeholder {
    font: inherit;
    font-size: 14px;
    line-height: 18px
}

.form-donate__name-input:-ms-input-placeholder,
.form-donate__name-input::-ms-input-placeholder {
    font: inherit;
    font-size: 14px;
    line-height: 18px
}

.form-donate__name-input::placeholder {
    font: inherit;
    font-size: 14px;
    line-height: 18px
}

.form-donate__name-input:focus::-webkit-input-placeholder {
    opacity: .5
}

.form-donate__name-input:focus:-ms-input-placeholder,
.form-donate__name-input:focus::-ms-input-placeholder {
    opacity: .5
}

.form-donate__name-input:focus::placeholder {
    opacity: .5
}

.form-donate__payment {
    padding: 0;
    list-style: none;
    margin: 10px 0 0
}

.form-donate__payment-item {
    margin-bottom: 24px
}

.form-donate__payment-label {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 36px;
    color: #231f20;
    font-size: 14px;
    cursor: pointer
}

.form-donate__payment-label:focus,
.form-donate__payment-label:hover {
    color: #c1c1c1;
    outline: 0
}

.form-donate__payment-label::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    background-color: #fff
}

.form-donate__payment-label::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff
}

.form-donate__payment__input:checked~.form-donate__payment-label::after {
    background-color: #ffe36e
}

.page-heading {
    width: 100%;
    max-width: 1030px;
    margin: 36px auto 0;
    padding: 0 40px 30px;
    text-align: center
}

.page-heading2023 {
    width: 100%;
    max-width: 1030px;
}

.page-heading--short {
    margin-top: 32px;
    padding: 0 14px 21px
}

.page-heading--mobile,
.page-heading__title--break br {
    display: none
}

.page-heading__title {
    vertical-align: middle;
    margin: 10px 0;
    font-size: 44px;
    line-height: 1.25;
    color: #231f20;
}

.page-heading__title span {
    display: inline;
    box-shadow: inset 0 -5px 0 -2px #fff, inset 0 -13px 0 -2px #ffe36e
}

.page-heading__text {
    margin: 0 0 10px;
    line-height: 1.44
}

.page-heading__text--margin-auto {
    margin: 0 auto;
    font-size: 16px;
    line-height: 20px;
    color: gray
}

.page-heading__text--width {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between
}

.page-heading__text--padding,
.page-heading__text--supporter-page {
    padding-top: 5px;
    margin-right: 15px;
    margin-bottom: 0;
    color: #979797
}

.page-heading__text--padding {
    padding-right: 22%;
    padding-left: 22%
}

.page-heading__text--padding-small {
    padding-top: 8px;
    padding-right: 12%;
    padding-left: 12%;
    margin-bottom: 0
}

.page-heading__link {
    margin-top: 6px
}

.about-us {
    width: 100%;
    max-width: 1030px;
    margin: 22px auto 0;
    padding: 0 14px 30px
}

.about-us__slider-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden
}

.about-us__slider-count {
    content: "";
    position: absolute;
    top: 60px;
    right: 68px;
    padding: 8px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    background-color: #231f20;
    opacity: .5;
    z-index: 10
}

.about-us__text-wrapper {
    content: "";
    position: absolute;
    bottom: 3px;
    width: 100%;
    margin: 0;
    padding: 15px 15px 15px 60px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .5)
}

.about-us__task-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
    font-size: 28px;
    color: #231f20;
    text-align: center;
    border: 5px solid #ffe36e
}

.about-us__task {
    margin: 0;
    font-weight: 700
}

.description {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    color: #231f20;
    margin-bottom: 30px
}

.description__list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.description__list-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 15px 35px
}

.description__list-item-text--text-big {
    font-size: 26px;
    margin-bottom: 20px
}

.description__text {
    width: 640px;
    margin-right: 15px;
    padding: 43px 30px;
    background-color: #f7f7f7
}

.description__text p {
    padding: 0
}

.video-topic {
    max-width: 1030px;
    padding: 0 14px;
    width: 100%;
    margin: 0 auto 50px
}

.section-title {
    margin: 0;
    padding-bottom: 20px;
    font-size: 26px;
    color: #231f20;
}

.video-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 10px;
    font-size: 14px;
    color: #707070
}

.video-list__item {
    width: 50%;
    padding: 10px 10px 20px;
    text-align: left
}

.video-list__video-wrapper {
    width: 100%;
    margin-bottom: 10px
}

.video-list__item iframe {
    border: 0;
    width: 100%
}

.video-list__item-title {
    margin: 0;
    padding-right: 10px
}

.video-list__item-time {
    margin-left: 5px;
    padding: 3px;
    font-size: 10px;
    color: #f7f7f7;
    border-radius: 3px;
    background-color: #707070
}

.homeless-link {
    color: #0099f5
}

.history-list--page-history .history-list__link:active,
.history-list--page-history .history-list__link:focus,
.history-list--page-history .history-list__link:hover,
.homeless-link:active,
.homeless-link:focus,
.homeless-link:hover,
.workers-list__item-link:active .workers-list__item-text,
.workers-list__item-link:focus .workers-list__item-text,
.workers-list__item-link:hover .workers-list__item-text {
    color: #e42a32
}

.homeless-link--center {
    text-align: center
}

.rewards {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px 70px
}

.rewards__text,
.rewards__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.rewards__wrapper {
    align-items: flex-start;
    width: 100%;
    padding: 32px 48px 36px 97px;
    border-radius: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.rewards__text {
    position: relative;
    flex-direction: column;
    margin-right: 40px;
    font-size: 12px;
    color: #868686
}

.rewards__text--bold {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 21px;
    color: #231f20;
}

.rewards__text--bold::before {
    content: "";
    position: absolute;
    left: -70px;
    width: 42px;
    height: 54px;
    background-image: url(../img/prise.png);
    background-repeat: no-repeat;
    background-size: contain
}

.rewards__link {
    font-size: 14px;
    color: #231f20;
}

.rewards__documents-value {
    padding-left: 5px;
    color: #c1c1c1
}

.rewards__documents-value:hover {
    color: #707070
}

.history {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 53px 14px 65px
}

.history__lists-wrapper {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between
}

.history__title,
.workers__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: -60px
}

.history-list {
    list-style: none;
    width: 597px;
    margin: 0 0 50px;
    padding: 0 60px 0 0;
    font-size: 14px
}

.history-list--data {
    width: 330px;
    padding: 50px 50px 0;
    color: #231f20;
    text-align: center;
    border: 2px solid #ffe36e
}

.history-list__item--data {
    margin-bottom: 30px
}

.history-list__text-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start
}

.history-list__item-numbers {
    font-size: 16px
}

.history-list__item-numbers--data {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 22px
}

.history-list__item-text-wrapper {
    margin: 17px 0;
    background-image: linear-gradient(#868686 0%, #868686 25%, transparent 25%, transparent 75%);
    background-repeat: repeat-y;
    background-size: 1px 6px;
    background-position: left top
}

.history-list__item-text {
    margin: 15px 0 15px 10px
}

.history-list__item-text--data {
    margin: 0
}

.history-list--page-history,
.workers {
    width: 100%;
    padding: 0
}

.history-list--page-history .history-list__link {
    color: #0099f5
}

.workers {
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px 25px
}

.workers--inner-page,
.workers--padding-short {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 50px
}

.workers--padding-short {
    padding-top: 15px
}

.workers__title {
    position: relative;
    margin: 0;
    padding-left: 40px;
    padding-bottom: 40px;
    color: #231f20;
}

.workers__title::before {
    top: 5px;
    left: 15px;
    width: 16px;
    height: 16px
}

.workers__title--msk::before,
.workers__title--spb::before {
    background-image: url("../img/Group Copy 5.svg");
    background-repeat: no-repeat;
    background-position: center
}

.workers__title--msk::before {
    background-image: url(../img/Path.svg)
}

.workers-list {
    width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 0 -3px;
    padding: 0 0 30px
}

.contacts__workers .workers-list,
.workers .workers-list {
    padding-bottom: 8px;
}

.workers-list__item {
    text-align: center;
    border-radius: 50%
}

.workers-list__item,
.workers-list__item--inner-page {
    width: calc(18% - 20px);
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 50px
}

.workers-list__item-link {
    cursor: pointer
}

.workers-list__item-link--inner-page {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between
}

.workers-list__item-link:active .workers-list__item-image,
.workers-list__item-link:focus .workers-list__item-image,
.workers-list__item-link:hover .workers-list__item-image {
    opacity: .7
}

.workers-list__item-image-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    background-color: #f7f7f7;
    overflow: hidden;
    border-radius: 50%
}

.workers-list__item-image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.workers-list__item-text {
    color: #231f20;
}

.workers-list__item-text--small {
    margin-top: 7px;
    font-size: 14px;
    color: #868686
}

.workers-list__item-text span {
    display: inline;
    box-shadow: inset 0 0 0 -2px #fff, inset 0 -6px 0 -2px #ffe36e
}

.reports {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px 36px
}

.reports-list {
    margin: 0;
    list-style: none;
    padding: 0 0 10px
}

.reports-list__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 23px 0 23px 20px;
    border-bottom: 1px dotted #131313
}

.reports-list__desc {
    margin-top: 6px;
    font-size: 14px;
    width: 100%;
}

.reports-list__item-document-info {
    display: flex;
    width: calc(100% - 90px);
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline
}

.reports-list__item-link-wpapper {
    padding-right: 40px;
    text-align: right
}

.reports-list__item-text {
    color: #231f20;
}

.reports-list__item-link {
    position: relative;
    margin: 0 40px 0 0
}

.reports-list__item-link::after {
    left: -30px;
    bottom: -5px;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-image: url(../img/arrow-in-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fbdf50
}

.reports-list__item-info {
    margin-left: 10px;
    font-size: 13px
}

.information-documents {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 14px 40px
}

.information-documents__wrapper {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 26px;
    border-radius: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.information-documents__wrapper::after {
    content: "";
    position: absolute;
    top: 65px;
    right: 40px;
    width: 52px;
    height: 60px;
    background-image: url(../img/image-book.png);
    background-size: contain;
    background-repeat: no-repeat
}

.information-documents__wrapper--pay {
    margin-top: 40px
}

.information-documents__wrapper--pay::after {
    top: 35px;
    right: 40px;
    background-image: url(../img/image-file.png)
}

.information-documents__title--pay {
    margin-bottom: 20px
}

.information-documents__link-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 20px;
    margin-right: 60px;
    padding: 15px 15px 15px 0;
    text-align: left
}

.information-documents__link--pay {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-left: 20px;
    padding: 35px 15px 35px 103px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.information-documents__download-wrapper {
    position: relative;
    width: 100%;
    margin-top: 20px
}

.information-documents__download {
    justify-content: flex-start;
    color: #231f20;
}

.information-documents__description {
    margin-bottom: 30px
}

.button {
    display: block;
    max-width: 321px;
    margin: 0 auto;
    padding: 14px 13px;
    text-align: center;
    color: #707070;
    border: solid 1px #f2f2f2;
    outline: 0;
    background-color: #f7f7f7
}

.button:active,
.button:focus,
.button:hover {
    color: #231f20;
    border-color: #707070;
    background-color: #f7f7f7;
    opacity: .7
}

.button--margin-null {
    margin: 0
}

.button--title {
    max-width: 532px;
    padding: 0;
    border: solid 2px #fbdf50
}

.button--slider {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 20px 13px;
    background-color: #fbdf50;
    border-radius: 50%
}

.button--slider:active,
.button--slider:focus,
.button--slider:hover {
    background-color: #ffe36e;
    border: 0;
    opacity: .7
}

.button--margin {
    margin-top: 20px;
    margin-bottom: 40px
}

.button--green {
    color: #fff;
    background-color: #62a13b;
    border: 0
}

.button--green:active,
.button--green:focus,
.button--green:hover {
    color: #fff;
    background-color: #62a13b;
    opacity: .7
}

.slider,
.slider__item {
    width: 100%;
    margin: 0;
    padding: 0
}

.slider__item {
    position: relative;
    display: block;
    background-color: #f7f7f7
}

.slider__photo-img {
    width: 100%;
    height: auto
}

.help {
    background-color: #f7f7f7;
    padding-bottom: 40px
}

.help--margin-top {
    margin-top: 180px
}

.help__title {
    padding-bottom: 0;
    padding-top: 20px;
    margin-bottom: 60px
}

.help__title .page-heading__title span {
    box-shadow: inset 0 -13px 0 -2px #ffe36e
}

.help__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}

.help__video {
    max-width: 320px;
    padding: 0 13px
}

.in-duties__image-wrapper {
}

.yt-video {
    width: 100%;
    height: 400.8px;
}

.thankyou-social__list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.m-help-form__text {
    margin-bottom: 40px !important;
}

.copy-url {
    display: flex;
    margin-top: 60px;
}

.copy-url button {
    margin: 0 auto;
}

.m-help-form__share {
    margin-bottom: 40px !important;
}

/** NEW PAGES STYLES FOR_HOMELESS **/

.double-page {
    display: flex;
    width: 100%;
    max-width: 1064px;
    margin: 0 auto;
}

.double-page--left {
    width: 100%;
    max-width: 70%;
    margin-right: 25px;
}

.double-page--right {
    width: 100%;
    max-width: 30%;
}

.small-widget {
    max-width: 260px;
    padding: 0 12px;
    margin-bottom: 106px;
    margin-left: auto;
    margin-top: 24px;
}

.small-widget:first-child {
    margin-bottom: 124px;
}

.small-widget:last-child {
    margin-bottom: 0;
}

.small-widget.left-border {
    border-left: 4px solid #629F42;
}

.small-widget--descr {
    font-family: 'OpenSans-700', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    color: #231f20;
    margin-bottom: 16px;
}

.small-widget--link {
    font-family: 'OpenSans-700', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    color: #0099f5;
}

.where-help-timetable--tile {
    font-family: 'OpenSans-700', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 47px;
    color: #000000;
}

.for_homeless-links {
    margin-top: 28px;
}

.for_homeless-links a {
    margin-bottom: 24px;
}

.title-block {
    display: flex;
    margin: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    padding: 46px 0;
}

.main-block {
    display: flex;
    margin: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    padding: 34px 0;
}

.title-block--wrapper {
    width: 100%;
    max-width: 1064px;
    margin: 0;
}

.main-block--wrapper {
    width: 100%;
    max-width: 1064px;
    margin: 0;
}

.title-block--heading {
    font-family: 'OpenSans-700', sans-serif;
    font-size: 44px;
    line-height: 57px;
    color: #000000;
    margin-bottom: 21px;
}

.title-block--description {
    font-family: 'OpenSans-400', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #231F20;
    max-width: 916px;
    margin-bottom: 0;
}

.title-block--buttons {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 55px;
}

.buttons--item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 246px;
    height: 48px;
    color: #629F42;
    font-family: 'OpenSans-700', sans-serif;
    font-style: normal;
    border: 1px solid rgba(255, 255, 255, 0);
    transition: all .3s ease-in;
    margin-right: 25px;
    padding: 10px 15px;
}

.buttons--item:hover, .buttons--item:active, .buttons--item:focus {
    text-decoration: none;
}

.buttons--item:hover {
    border: 1px solid #629F42;
    color: #629F42;
}

.buttons--item.active {
    color: #FFFFFF;
    background-color: #629F42;
}

.homeless-item {
    padding: 49px 52px 55px;
    box-shadow: 0px 4px 40px rgba(189, 189, 189, 0.4);
    background: #FFFFFF;
    margin-bottom: 56px;
}

.homeless-item--card .card-title .closest-timetable {
    font-family: 'OpenSans-400', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    color: #BDBDBD;
    margin-bottom: 11px;
}

.homeless-item--card .card-title .closest-timetable.active {
    color: #629F42;
}

.homeless-item--card .card-title h3 {
    font-size: 36px;
    font-family: 'OpenSans-700', sans-serif;
    line-height: 47px;
    color: #231F20;
    margin-bottom: 22px;
}

.card-description {
    font-family: 'OpenSans-400', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #231F20;
}


.card-timetable .week-days {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.card-timetable .week-days--item {
    width: 29px;
    height: 29px;
    border: 1px solid #BDBDBD;
    color: #BDBDBD;
    font-family: 'OpenSans-700', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 8px;
}

.card-timetable .week-days--item.active {
    color: #629F42;
    border-color: #629F42;
}

.time-place {
    margin-top: 32px;
}

.time-place--list {
    list-style: none;
    padding-left: 0;
}

.time-place--list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 27px;
}

.time-place--time {
    font-family: 'OpenSans-700', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 19px;
    text-transform: uppercase;
    color: #629F42;
    margin-right: 24px;
    min-width: 100px;
}

.where-help-timetable .week-days {
    margin-top: 27px;
    margin-bottom: 32px;
}

.time-place--time:hover {
    color: #629F42;
}

.time-place--place {
    font-family: 'OpenSans-400', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    color: #231F20;
}

.card-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.card-bottom a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.card-bottom a span.link-underlined {
    /* text-decoration: underline; */
}

a .link-location-icon {
    margin-right: 7px
}

a .link-chevron-right {
    margin-left: 14px;
}

.additional-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.additional-info--item {
    width: 50%;
    align-self: stretch;
    margin-right: 32px;
    padding: 57px 54px;
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(189, 189, 189, 0.4);
}

.additional-info--item:nth-child(2) {
    margin-right: 0;
}

.addition-info--title {
    font-family: 'OpenSans-700', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    color: #231F20;
    margin-bottom: 22px;
}

.addition-info--subtitle {
    font-family: 'OpenSans-400', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #231F20;
}

.additional-info--body {
    margin-top: 60px;
}

.addition-info--list {
    list-style: none;
    padding-left: 0;
}

.addition-info--list li {
    margin-bottom: 45px;
}

.addition-info--list li:last-child {
    margin-bottom: 0;
}

.new-link {
    display: flex;
    align-items: center;
    color: #0099f5;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}

.new-link:hover, .new-link:focus .new-link:active {
    /* text-decoration: underline; */
    color: #e42a32;
}

.pdf-link__icon {
    background-image: url(/local/templates/main/img/icons/pdf-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 11px;
    margin-right: 6px;
}

.list__sublist {
    list-style: none;
    padding-left: 0;
    margin-top: 14px;
}

.list__sublist li {
    margin-bottom: 5px;
    font-family: 'OpenSans-400';
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    color: #231F20;
}

.yellow-link-button {
    display: flex;
    height: 48px;
    width: 100%;
    align-items: center;
    justify-content: center;
    border: none;
    background: #FADE5D;
    font-family: 'OpenSans-700', sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #231F20;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}

.yellow-link-button.form-submit-btn {
    max-width: 188px;
    background: #BDBDBD;
    pointer-events: none;
}

.yellow-link-button.form-submit-btn.active {
    background: #FADE5D;
    pointer-events: all;
}

.yellow-link-button:hover, .yellow-link-button:focus, .yellow-link-button:active {
    text-decoration: none;
    color: #231F20;
    outline: none;
}

.yellow-link-button:hover, .yellow-link-button.form-submit-btn.active:hover {
    background: #e4c200;
}

.yellow-link-button.form-submit-btn:hover {
    background: #BDBDBD;
}

.space-between-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new-contacts-container {
    width: 100%;
    max-width: 1064px;
    padding: 57px 58px 52px 52px;
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(189, 189, 189, 0.4);
    margin: 56px 0;
}

.field-error-text {
    font-size: 8px;
    position: absolute;
    height: 15px;
    width: 100%;
    left: 0;
    margin-bottom: 0;
    margin-left: 15px;
    top: -15px;
    color: #e32a32;
    font-family: 'OpenSans-400', sans-serif;
    font-style: normal;
    font-weight: normal;
}

.feedback__form_lawyer .form__field {
    margin-bottom: 32px;
}

.feedback__form_lawyer .form__field:last-child {
    margin-bottom: 0;
}

.feedback__form_lawyer .form__field input.non-empty, .feedback__form_lawyer .form__field textarea.non-empty {
    border: 1px solid #ffe36e;
}

.feedback__form_lawyer .form__field input.error, .feedback__form_lawyer .form__field textarea.error {
    border: 1px solid #e32a32;
}

.feedback__form_lawyer .form__field input.error + label, .feedback__form_lawyer .form__field textarea.error + label {
    color: #aaa;
}

.feedback {
    position: relative;
}

.feedback .loader-block {
    background: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}

.feedback .loader-block .success-form-title {
    font-family: 'OpenSans-700', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    color: #231F20;
    margin-bottom: 68px
}

.feedback .loader-block .success-form-button {
    font-family: 'OpenSans-700', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 21px;
    color: #231F20;
    max-width: 188px;
}

.feedback .loader-block.show {
    display: flex;
}

.feedback .loader-block img {
    width: 72px;
    height: 72px;
}

.feedback-form--bottom-block {
    margin-top: 61px;
}

.where-help-timetable {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.rolldown {
    background: #fff;
    box-shadow: 0px 4px 40px rgba(189, 189, 189, 0.4);
    margin-top: 72px;
    margin-bottom: 72px;
}

.rolldown--toggler {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'OpenSans-700', sans-serif;
    font-weight: bold;
    color: #231f20;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    cursor: pointer;
    padding: 21px 27px 23px 40px
}

.rolldown--toggler:hover {
    color: #629F42;
}

.rolldown--toggler svg.shevron-down path {
    transition: all .3s ease-in;
}

.rolldown.active svg.shevron-down {
    transform: rotate(180deg);
}

.rolldown--toggler:hover svg.shevron-down path {
    fill: #629F42;
}

.rolldown--content {
    display: none;
    margin-top: 29px;
    padding: 0 27px 67px 40px
}

.help-item--title {
    font-family: 'OpenSans-700', sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #000;
    margin-bottom: 12px;
}

.another-help {
    column-count: 2;
    column-gap: 25px;
}

.help-item {
    margin-bottom: 52px;
}

.help-item {
    color: #231F20;
}

.help-item--list li {
    list-style: disc outside none;
    display: list-item;
    margin-left: 1em;
    color: #231F20;
    margin-bottom: 15px
}

.containers-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.containers-wrap .container-item {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
}

.containers-wrap .container-item strong {
    margin-bottom: 4px;
    display: flex;
}

.volunteer-block {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px 30px;
    max-width: 520px;
}

.volunteer-block--item .item--name {
    font-family: 'OpenSans-700', sans-serif;
    font-weight: bold;
    color: #000;
    margin-bottom: 2px;
}

.volunteer-block--item .item--desc {
    color: #7E7E7E;
}

.another-help-form {
    margin-top: 70px;
}

.share-panel {
    margin-top: 21px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.share-panel .social_share {
    border: 2px solid #F2F2F2;
    width: 155px;
    height: 48px;
    padding: 13px 13px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 10px;
    background: #FFFFFF;
    color: #231F20;
}

.share-panel .social_share:focus, .share-panel .social_share:active {
    outline: none;
}

.share-panel .social_share img {
    margin-right: 5px;
}

.double-page {
    padding-left: 15px;
    padding-right: 15px;
}

.single-page {
    padding-left: 15px;
    padding-right: 15px;
}

/** NEW PAGES STYLES FOR_HOMELESS END **/

@media (max-width: 767px) {
    .in-duties__info-worker-list-wrapper--page-bus {
        margin-top: 20px !important;
    }

    .yt-video {
        padding: 0 14px;
        height: 284px !important;
    }
}

@media (max-width: 767px) {
    .help__video {
        padding: 0 5px;
    }
}

.help__video iframe {
    border: 0;
    width: 100%;
    max-width: 300px;
}

.help__video-item,
.main-news--news .main-news__item img {
    width: 100%
}

.help__video-title {
    margin-top: 22px;
    margin-bottom: 4px;
    font-size: 16px;
    color: #231f20;
}

.help__video-description {
    display: block;
    margin-bottom: 17px;
    padding-right: 42px;
    font-size: 14px;
    color: #231f20;
}

.help__video-text {
    margin-top: 0;
    padding-right: 40px;
    line-height: 1.43
}

.main-projects--inner-page {
    padding-bottom: 40px
}

.main-projects__title {
    padding-bottom: 10px
}

.main-projects__title--inner-page {
    font-size: calc(.00845 * 100vw + 17.29577px);
    font-weight: 700;
    color: #231f20;
}

.main-projects__list {
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px
}

.main-projects__item-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31.936%;
    background-color: #fff
}

.main-projects__link {
    display: block;
    width: 321px;
    padding: 13px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #707070;
    background-color: #f7f7f7
}

.main-projects__link--active,
.main-projects__link:active,
.main-projects__link:focus,
.main-projects__link:hover {
    color: #7e7e7e
}

.main-video {
    width: 320px;
    margin: 0 auto
}

.main-news--news .main-news__item::after,
.main-news--news .main-news__item::before,
.main-video--bottom {
    display: none
}

.main-video--slider {
    position: absolute;
    top: 70px;
    left: 710px
}

.main-video--slider .main-video__description {
    padding-left: 70px
}

.main-video__wrapper {
    width: 320px;
    height: 182px;
    border: 14px solid #fff
}

.main-video__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-image: url(../img/video-bg2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.main-video__description {
    padding: 10px 14px 14px;
    font-size: 14px;
    line-height: 1.43
}

.main-subscribe {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    max-width: 998px;
    margin: 0 auto;
    padding: 25px 28px 25px 89px;
    background-image: url(../img/letter.png);
    background-repeat: no-repeat;
    background-position: 32px 32px;
    border: 1px solid #dedede;
}

.main-subscribe__title-wrapper {
    max-width: 340px;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .main-subscribe__title-wrapper {
        max-width: 190px;
    }
}

.main-subscribe__title {
    margin: 0;
    font-size: 18px;
    line-height: 1.33;
    color: #231f20;
    text-align: left;
    background-image: linear-gradient(#fbdf50, #fbdf50);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 98% 5px
}

.main-subscribe__title-2 {
    margin: 0;
    font-size: 16px;
    line-height: 1.33;
    font-family: "OpenSans-400", sans-serif;
    color: #231f20;
    text-align: left;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 98% 5px
}

.main-subscribe__title--bottom {
    font-weight: 700;
    background-size: 80% 5px
}

.main-subscribe__title--media {
    background-size: 54% 5px
}

.main-subscribe__title--media-bottom {
    line-height: 1.5;
    background-size: 72% 5px
}

.main-subscribe__form {
    display: flex;
    align-items: center;
    max-width: 460px;
}

.main-subscribe__form label {
    margin-bottom: 0;
    font-size: 14px;
    cursor: pointer;
}

.main-subscribe__title-description {
    margin: 0;
    color: #231f20;
    font-size: 12px
}

.main-subscribe__input-wrapper {
    width: 100%;
    margin-bottom: 0;
    max-width: 210px;
    margin-right: 5px
}

.main-subscribe__input {
    width: 260px;
    min-width: 210px;
    padding: 14px;
    font: inherit;
    border: 1px solid #f2f2f2;
    outline: 0
}

.main-subscribe__input:focus {
    border: 1px solid #fbdf50
}

.main-subscribe__btn-wrapper {
    margin-left: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.main-subscribe__btn-wrapper .btn-small-offer {
    margin-top: 10px;
}

.main-subscribe__btn-wrapper input[type=checkbox] {
    display: none;
}

.main-subscribe__button {
    width: 100%;
    font-weight: bold;
    padding: 14px 13px;
    color: #231f20;
    font-size: 16px;
    line-height: 1.29;
    border: 0;
    background-color: #fbdf50
}

.new-offer-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    bottom: 6px;
    font-size: 14px;
}

@media (min-width: 768px) {

    /*.main-subscribe__btn-wrapper {*/
    /*    min-width: 200px;*/
    /*}*/
    .main-subscribe__button {
        /* pointer-events: none; */
        transition: all .3s;
    }

    .input-checkbox input:checked + span + .main-subscribe__button {
        pointer-events: auto;
        transform: translateX(-23px);
    }
}

.main-subscribe__button:active,
.main-subscribe__button:focus,
.main-subscribe__button:hover {
    background-color: #e4c200
}

.main-subscribe__description {
    font-size: 12px;
    color: #aaa
}

.main-subscribe__link {
    color: #0099f5
}

.main-subscribe__link:active,
.main-subscribe__link:focus,
.main-subscribe__link:hover {
    color: #0099f5;
}

.input-checkbox input {
    display: none;
}

.input-checkbox span {
    position: relative;
    display: flex;
    align-items: center;
}

.input-checkbox span:before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 1px solid #bbbbbb;
    background-color: #fff;
    margin-right: 12px;
}

.input-checkbox span:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 3px;
    display: block;
    width: 33px;
    height: 33px;
    opacity: 0;
    background-image: url(../img_old/sprite.png);
    transition: opacity .1s;
}

.input-checkbox input:checked + span:after {
    opacity: 1;
}

@media (max-width: 767px) {
    .main-subscribe {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 998px;
        margin: 0 auto;
        padding: 32px 48px 13px 89px;
        background-image: url(../img/letter.png);
        background-repeat: no-repeat;
        background-position: 32px 32px;
        border: none;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
    }
}

.main-news {
    background-color: #fff
}

.main-news__wrapper {
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px
}

.main-news__title {
    margin-top: 48px;
    margin-bottom: 24px;
    font-size: 28px;
    color: #231f20;
}

.main-news__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

.main-news__item {
    position: relative;
    width: 248px;
    margin-right: 14px;
    flex-shrink: 0
}

.main-news__item2023 {
    position: relative;
    width: 392px;
    margin-right: 12px;
    background-color: #F4F4F4;
}

.main-news__item:last-child {
    margin-right: 0
}

.main-news__item:active,
.main-news__item:focus,
.main-news__item:hover {
    opacity: .5
}

.main-news__item::after {
    content: "";
    position: absolute;
    top: -4px;
    right: -15px;
    z-index: 10;
    width: 0;
    height: 0;
    border-bottom: 22px solid #fff;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.main-news__item::before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 20;
    width: 12px;
    height: 10px;
    /*background-image: url(../img/icon-spb.svg);*/
    background-repeat: no-repeat;
    background-position: center
}

.main-news__text {
    margin-top: 10px;
    margin-bottom: 22px;
    padding-right: 34px;
    font-size: 14px;
    color: #231f20;
    line-height: 1.43
}

.main-news__btn {
    width: 321px;
    margin: 8px auto 48px
}

.main-news--news .main-news__list {
    flex-wrap: wrap
}

.main-news--news .main-news__item {
    width: 32%;
    margin-bottom: 14px;
}

.main-news__item--msk:before {
    display: block !important;
    background-image: url(img/msk-icon.svg);
    height: 12px;
    content: "";
}

.main-news__item--spb:before {
    display: block !important;
    content: "";
    background-image: url(../img/icon-spb.svg);
    height: 12px;
}

.main-news__item:after {
    display: block !important;
    content: "";
    position: absolute;
    top: -4px;
    right: -15px;
    z-index: 10;
    width: 0;
    height: 0;
    border-bottom: 22px solid #fff;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main-news--news .main-news__item:nth-child(3n) {
    margin-right: 0
}

.main-news--news .main-news__text {
    padding-right: 20px;
    margin-bottom: 21px
}

.main-media--inner-page {
    padding-bottom: 60px
}

.main-media__wrapper {
    max-width: 1030px;
    margin: 0 auto;
    padding: 48px 14px 0
}

.main-media__title {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 28px;
    color: #231f20;
}

.main-media__description {
    display: block;
    width: 50%;
    margin-bottom: 40px
}

.main-media__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

.main-media__item {
    position: relative;
    display: flex;
    width: 300px;
    margin-right: 24px;
    margin-bottom: 24px;
    flex-shrink: 0;
    border-radius: 3px;
    box-shadow: 1px 3px 20px 0 rgba(0, 0, 0, .06);
    background-color: #fff
}

.main-media__item:nth-child(3n) {
    margin-right: 0
}

.main-media__item::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 11px;
    height: 11px;
    background-color: #fbdf50;
}

.main-media__item--yellow::before {
    background-color: #ffe36e
}

.main-media__link {
    padding: 32px 20px 24px 32px
}

.main-media__link img {
    width: 248px;
    height: 60px
}

.main-media__link:active,
.main-media__link:focus,
.main-media__link:hover {
    opacity: .5
}

.main-media__text {
    margin-top: 6px;
    color: #231f20;
    line-height: 1.43
}

.main-media__btn {
    display: block;
    width: 321px;
    margin: 8px auto 48px
}

.main-media__btn--inner-page {
    margin: 0 auto
}

.main-contacts {
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px 46px
}

.main-contacts__title {
    margin-top: 48px;
    margin-bottom: 24px;
    color: #231f20;
}

.main-contacts__wrapper {
    display: flex;
    align-items: flex-start;
}

.main-contacts__list {
    padding: 0;
    list-style: none;
    width: 50%;
    margin: 0 14px 0 0;
    border-radius: 3px;
    box-shadow: 1px 3px 20px 0 rgba(0, 0, 0, .06);
    background-color: #fff
}

.main-contacts__list:nth-child(2n) {
    margin-right: 0
}

.main-contacts__item {
    position: relative;
    display: flex;
    width: 100%;
    color: #868686;
    border-bottom: 1px solid #e8e8e8
}

.main-contacts__item::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 22px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.main-contacts__item--title {
    padding: 16px 16px 16px 36px
}

.main-contacts__item--title::after {
    display: none
}

.main-contacts__item--msk,
.main-contacts__item--spb {
    background-image: url(../img/icon-spb.svg);
    background-repeat: no-repeat;
    background-position: 15px 18px
}

.main-contacts__item--msk {
    background-image: url(../img/icon-msc.svg);
    background-position: 16px 21px
}

.main-contacts__link {
    width: 100%;
    padding: 16px;
    color: #231f20;
}

.main-contacts__link:active,
.main-contacts__link:focus,
.main-contacts__link:hover {
    opacity: .5
}

.main-banner {
    margin-top: 48px;
    background-color: #f7f7f7
}

.main-banner__link {
    display: block;
    max-width: 1002px;
    height: 300px;
    margin: 0 auto
}

.main-banner__link img {
    width: auto;
    height: 300px
}

.main-banner__link:active,
.main-banner__link:focus,
.main-banner__link:hover {
    opacity: .8
}

.main-banner__text {
    max-width: 514px;
    text-align: center
}

.page-main {
    display: block;
    overflow: hidden;
}

.page-main__title-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.page-main__title {
    font-size: 44px;
    font-weight: 700;
    color: #231f20;
    text-align: center
}

.page-main__title-description {
    width: 100%;
    padding: 0 14px;
    color: #231F20;
    font-weight: 400;
    font-size: 22px;
    line-height: 125%;
}

.page-main__text {
    /*max-width: 436px;*/
    /*padding-left: 16px;*/
    /*margin-right: 20px;*/
    /*margin-top: 0;*/
    /*margin-bottom: 32px;*/

    font-weight: 400;
    font-size: 16px;
    line-height: 127.68%;
    color: #231F20;
}

.page-main__text--link {
    display: flex;
}

.page-main__link-arrow {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-color: #fbdf50;
    border-radius: 50%
}

.page-main__link-arrow::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #5d5529;
    border-right: 1px solid #5d5529;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.page-main__link {
    color: #231f20;
}

.page-main__link--active,
.page-main__link:active,
.page-main__link:focus,
.page-main__link:hover {
    color: #7e7e7e
}

.page-main__link--slider {
    color: #d2d2d2
}

.page-main__subscribe {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px
}

.hr {
    margin: 50px 0 44px;
    border-bottom: 1px solid #eee;
}

.page-title {
    width: 100%;
    max-width: 1030px;
    margin: 42px auto 0;
    padding: 0 40px 40px;
    text-align: center
}

.page-title__title {
    vertical-align: middle;
    margin: 10px 0;
    font-size: 44px;
    line-height: 1.25;
    color: #231f20;
}

.page-title__title span {
    display: inline;
    box-shadow: inset 0 -5px 0 -2px #fff, inset 0 -13px 0 -2px #ffe36e
}

.page-title__text {
    margin: 0 0 10px;
    line-height: 1.44
}

.page-title__text--width {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between
}

.page-title__link {
    margin-top: 10px
}

.motto {
    width: 100%;
    max-width: 1030px;
    width: calc(100% - 28px);
    margin: 0 auto 100px;
    padding: 28px 48px 33px 32px;
    color: #231f20;
    border-radius: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.motto--padding {
    margin-bottom: 0;
    padding-top: 65px;
    text-align: center;
    box-shadow: none
}

.motto__wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.motto__wrapper--border {
    padding: 20px 40px 30px;
    border: 5px solid #ffe36e
}

.motto__text-wrapper {
    margin-right: 30px
}

.motto__title {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 24px
}

.motto__title--inline {
    display: inline
}

.motto__title--margin {
    margin: 15px 0 0;
    font-size: 30px;
    line-height: 33px;
    color: #131313
}

.motto__title span {
    font-size: 18px;
    font-weight: 700;
    display: inline;
    box-shadow: inset 0 -2px 0 -2px #fff, 0 7px 0 -2px #ffe36e
}

.motto__title--border-none span {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #131313;
    box-shadow: none
}

.motto__subtitle {
    margin: 14px 0 0;
    font-size: 12px;
    line-height: 18px
}

.motto__subtitle--margin {
    margin-top: 4px
}

.motto__link {
    display: block;
    margin: 0;
    padding: 14px 82px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #231f20;
    border: 0;
    background-color: #fbdf50
}

.motto__link:active,
.motto__link:focus,
.motto__link:hover {
    background-color: #ffe36e;
    border: 0;
    opacity: .7
}

.motto__link--padding-null {
    margin-top: 0;
    padding: 0
}

.contacts {
    width: 100%;
    max-width: 1030px;
    padding: 0 14px;
    margin: 3px auto 20px
}

.contacts__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.contacts__item {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #f2f2f2
}

.contacts__item:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.contacts__title {
    margin: 0 0 30px;
    position: relative;
    padding-left: 1.56em;
    font-size: 28px;
    color: #231f20;
}

.contacts__title::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.contacts__title--msk {
    padding-left: 1.33em
}

.contacts__title--spb::before {
    width: 1.055em;
    height: .833em;
    background-image: url(../img/spb-icon.svg)
}

.contacts__title--msk::before {
    width: .889em;
    height: .889em;
    background-image: url(../img/msk-icon.svg)
}

.contacts__map {
    position: relative;
    height: 400px
}

.show-img .contacts__map-container {
    display: none
}

.contacts__map iframe {
    border: 0;
    width: 100%
}

.contacts__map-img {
    display: none;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.contacts__map-img--msk,
.contacts__map-img--spb {
    background-image: url(../img/contacts-photo.jpg)
}

.show-img .contacts__map-img {
    display: block
}

.contacts__map-btn {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
    width: 200px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat
}

.contacts__map-btn--msk,
.contacts__map-btn--spb {
    background-image: url(../img/contacts-photo.jpg)
}

.show-img .contacts__map-btn {
    background-image: url(../img/contacts-map.png)
}

.contacts__details {
    margin-bottom: 24px;
    border-radius: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.contacts__details-list {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0
}

.contacts__details-item {
    position: relative;
    display: flex;
    width: 200px;
    flex-grow: 1;
    padding: 20px;
    border-right: 1px solid #f2f2f2
}

.contacts__details-item--alt {
    flex-direction: column;
}

.contacts__details-item p {
    font-size: 14px;
    margin-bottom: 4px;
    margin-top: 0;
}

.contacts__details-item p:last-child {
    margin-bottom: 0;
}

.contacts__details-item:last-child {
    border-right: none
}

.contacts__details-item a {
    transition: opacity .3s ease;
    color: #707070
}

.contacts__details-item a:active {
    opacity: .3
}

.contacts__details-title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.29;
    color: #000
}

.contacts__details-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.5
}

.contacts__landmarks {
    margin-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
    line-height: 1.5;
    border-bottom: 1px solid #f2f2f2
}

.contacts__landmarks p {
    margin: 0 0 10px
}

.contacts__landmarks-metro {
    position: relative;
    padding-left: 1.67em
}

.contacts__landmarks-metro::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 1em;
    height: .75em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.contacts__landmarks-metro--1::before {
    background-image: url(../img/metro-icon-violet.svg)
}

.contacts__landmarks-metro--2::before {
    background-image: url(../img/metro-icon-orange.svg)
}

.contacts-container {
    position: relative;
    width: 100%;
    max-width: 1030px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin: 0 auto 60px;
    padding: 58px 40px 30px;
    background-color: #f7f7f7
}

.requisites {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    width: 100%;
    max-width: 390px;
    padding: 26px 26px 20px;
    margin-right: 20px
}

.requisites__content {
    padding-right: 80px;
    position: relative
}

.requisites__content::after {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    width: 40px;
    height: 55px;
    background: url(../img/image-file.png) no-repeat center;
    background-size: contain
}

.requisites__title {
    margin: 0 0 15px;
    color: #231f20;
    line-height: 1.31;
    font-weight: 400;
    font-size: 22px
}

.requisites__text {
    margin: 0;
    line-height: 1.5;
    font-size: 16px
}

.requisites__link {
    margin-top: 24px
}

.feedback {
}

.feedback__title {
    font-family: 'OpenSans-700', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    color: #231F20;
    margin-bottom: 22px;
}

.feedback__text {
    font-family: 'OpenSans-400', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    color: #231F20;
    margin-bottom: 35px;
}

.modal-map iframe,
.modal-map__container {
    position: absolute;
    width: 100%;
    height: 100%
}

.modal__container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1000px;
    height: auto;
    margin: 100px 0
}

.modal-map iframe {
    border: 0
}

.modal-subscribe {
    padding-left: 14px;
    padding-right: 30px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(44, 55, 62, .1)
}

.modal-subscribe__text {
    margin: 0;
    padding: 32px 16px 32px 0;
    color: #231f20;
    line-height: 1.43
}

.modal-subscribe__text--social {
    padding-top: 0;
    padding-bottom: 22px;
    color: #aaa
}

.video-box {
    padding: 36px;
    box-shadow: 0 0 30px 0 rgba(44, 55, 62, .1)
}

.video-box iframe {
    border: 0
}

.video-box__title {
    padding: 0;
    margin: 0
}

.video-box__title h2 {
    font-size: 20px;
    text-align: left
}

.video-box__title span {
    box-shadow: inset 0 -2px 0 -2px #fff, inset 0 -6px 0 -2px #ffe36e
}

.contacts-media__wrapper {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px
}

.contacts-media__list {
    margin: 0;
    list-style: none;
    position: relative;
    top: -24px;
    padding: 24px 20px 24px 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.contacts-media__item {
    min-height: 90px;
    padding-left: 24px;
    padding-top: 18px;
    border-left: 1px solid #ececec
}

.contacts-media__item img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    margin-right: 16px
}

.contacts-media__item:first-child {
    border-left: none
}

.contacts-media__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.contacts-media__link:active,
.contacts-media__link:focus,
.contacts-media__link:hover {
    opacity: .5
}

.contacts-media__item-wrapper {
    display: flex;
    flex-direction: column
}

.contacts-media__contact {
    font-size: 16px;
    line-height: 1.17;
    color: #868686;
    margin-bottom: 2px;
    padding-bottom: 6px
}

.contacts-media__value {
    font-size: 16px;
    line-height: .95;
    color: #231f20;
}

.contacts-media__item--img {
    padding-top: 0
}

.contacts-media__item--img .contacts-media__value {
    font-size: 16px
}

.contacts-media__item--img .contacts-media__contact {
    font-size: 16px;
    padding-bottom: 0;
    padding-top: 6px
}

.page-media {
    display: block
}

.page-media__subscribe {
    margin-top: 40px;
    margin-bottom: 40px
}

.news-select {
    width: 292px
}

.news-select select {
    width: 100%;
    padding: 14px 36px 14px 10px;
    font: inherit;
    font-size: 12px;
    color: #2c373e;
    background-color: transparent;
    border: 1px solid rgba(193, 193, 193, .4);
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url(../img/icon-arrow.png);
    background-position: 96% center;
    background-repeat: no-repeat
}

.news-select select::-ms-expand {
    display: none
}

.paginator {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px;
    display: flex
}

.paginator__item {
    width: 41px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.43;
    color: #231f20;
    text-align: center;
    border: 1px solid #f2f2f2;
    border-right: none;
    background-color: #fff
}

.paginator__item:last-child {
    border-right: 1px solid #f2f2f2
}

.paginator__item--current,
.paginator__item:active,
.paginator__item:focus,
.paginator__item:hover {
    background-color: #f7f7f7
}

.year-paginator {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px;
    display: flex
}

.year-paginator__item {
    padding: 5px;
    font-size: 14px;
    color: #0099f5
}

.year-paginator__item:active,
.year-paginator__item:focus,
.year-paginator__item:hover {
    color: #e42a32
}

.year-paginator__item--current {
    color: gray
}

.year-paginator__item--current:active,
.year-paginator__item--current:focus,
.year-paginator__item--current:hover {
    color: gray;
    cursor: text
}

.page-news {
    display: block
}

.page-news__select {
    display: none
}

.page-news__subscribe {
    width: 100%;
    max-width: 1030px;
    padding: 0 14px;
    margin: 10px auto 46px
}

.page-news__paginator {
    margin-bottom: 14px
}

.page-news__year {
    margin-bottom: 24px
}

.modal-success {
    padding-left: 14px;
    padding-right: 30px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(44, 55, 62, .1)
}

.modal-success__text {
    margin: 0;
    padding: 32px 16px 24px 0;
    color: #231f20;
    line-height: 1.43
}

.modal-success__text--pb {
    padding-bottom: 32px
}

.modal-success__text--social {
    padding-top: 0;
    padding-bottom: 22px;
    color: #aaa
}

.modal-consent__container {
    padding: 20px 30px 60px;
    box-shadow: 0 0 30px 0 rgba(44, 55, 62, .1)
}

.modal-consent__subtitle {
    font-size: 16px;
    line-height: 23px;
    color: #231f20;
}

.modal-consent__description,
.modal-consent__path {
    font-size: 14px;
    line-height: 20px;
    color: #231f20;
}

.modal-consent__description {
    color: #707070
}

.modal-consent__ellipsis {
    display: none
}

.reasons {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px 60px
}

.reasons__task-wrapper {
    margin: 0 0 30px;
    width: 100%;
    padding: 20px;
    font-size: 28px;
    color: #231f20;
    text-align: center;
    border: 5px solid #ffe36e
}

.reasons__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center
}

.reasons__title {
    font-size: calc(.01127 * 100vw + 18.39437px);
    color: #231f20;
}

.reasons__text {
    font-size: 16px
}

.reasons__controls-wrapper {
    display: none
}

.stereotypes {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px 80px
}

.stereotypes__text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 40px
}

.stereotypes__text {
    font-size: calc(.01127 * 100vw + 16.39437px);
    font-weight: 700;
    color: #231f20;
}

.stereotypes__text--small {
    margin-top: 35px;
    font-size: 16px;
    font-weight: 400;
    color: #868686
}

.stereotypes-list {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto
}

.stereotypes-list__item {
    border-radius: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    width: 48%;
    margin: 10px 5px;
    padding: 24px 10px 24px 26px
}

.stereotypes-list__item-text {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #231f20;
}

.stereotypes-list__item-text--small {
    margin-top: 20px;
    font-weight: 400;
    color: #707070
}

.stories-wards {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px 80px
}

.stories-wards--center {
    padding-bottom: 50px;
    text-align: center
}

.stories-wards--margin-top {
    margin-top: 180px
}

.stories-wards__title {
    width: 100%;
    margin: 0 0 60px;
    font-size: calc(.00845 * 100vw + 17.29577px);
    line-height: 26px;
    text-align: center;
    color: #231f20;
}

.stories-wards__title--margin-bottom {
    margin-bottom: 48px
}

.stories-wards__title--left {
    text-align: left
}

.stories-wards__title--page-house {
    margin-top: 30px
}

.stories-wards--padding-short {
    padding-bottom: 42px
}

.stories-wards__link--center {
    text-align: center
}

.stories-list {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 0 0 60px
}

.house-map__list li,
.stories-list--padding-null {
    padding-bottom: 0
}

.stories-list--horizontal {
    justify-content: flex-start;
    align-items: flex-start
}

.stories-list--horizontal .stories-list__item {
    width: calc(20% - 15px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    padding-bottom: 20px
}

.stories-list--horizontal .stories-list__link {
    align-items: center
}

.stories-list__item {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center
}

.stories-list--horizontal .stories-list__link,
.stories-list__link {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    cursor: pointer
}

.stories-list {
    align-items: flex-start;
}

.stories-list__link .stories-list__image-wrapper {
    margin-left: auto;
    margin-right: auto;
}

.stories-list__link--border {
    padding-bottom: 45px
}

.stories-list__link:active .stories-list__image,
.stories-list__link:focus .stories-list__image,
.stories-list__link:hover .stories-list__image {
    opacity: .7
}

.history-ward__info li span > a:active,
.history-ward__info li span > a:focus,
.history-ward__info li span > a:hover,
.news-item__text a:active,
.news-item__text a:focus,
.news-item__text a:hover,
.stories-list__link:active .stories-list__text,
.stories-list__link:focus .stories-list__text,
.stories-list__link:hover .stories-list__text {
    color: #e42a32;
}

.stories-list__image-wrapper {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    background-color: #f7f7f7;
    overflow: hidden;
    border-radius: 50%
}

.stories-list__image {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover
}

.stories-list__text {
    line-height: 18px;
    color: #231f20;
}

.stories-list__text--blue {
    color: #0099f5
}

.stories-list__text span {
    display: inline;
    box-shadow: inset 0 0 0 -2px #fff, inset 0 -6px 0 -2px #ffe36e
}

.stories-list__text--blue span {
    box-shadow: none
}

.stories-list__descr {
    margin: 7px 0 0;
    color: #707070;
    font-size: 14px;
    line-height: 1.5
}

.help-motto__text {
    width: 50%;
    font-size: 22px;
    font-weight: 700
}

.volunteer-form {
    background-color: #f7f7f7;
    max-width: 1000px;
    margin: 7px auto 40px
}

.volunteer-form__container {
    padding: 42px 26px 40px
}

.news-item__wrapper {
    max-width: 1000px;
    margin: 0 auto
}

.news-item__wrapper img {
    width: 100%;
    padding: 0 14px;
}

.news-item__social,
.news-item__text {
    /* width: 70%; */
    margin-left: auto;
    margin-right: auto;
    color: #231f20;
}

.news-item__text p {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
    line-height: 1.43;
    /* color: #707070 */
    color: #231f20;
}

.news-item__text a {
    font-size: 16px;
    line-height: 1.43;
    color: #0099f5
}

.news-item__social {
    padding-left: 14px;
    align-items: flex-start
}

.news-item__social-item {
    width: 42px;
    height: 42px;
    margin-right: 11px
}

.page-news-item {
    display: block
}

.page-news-item__subscribe {
    margin-top: 50px;
    margin-bottom: 48px
}

.employee-page-header {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0 14px 20px
}

.employee-page-header__image-wrapper,
.employee-page-header__image-wrapper img {
    width: 100%
}

.info-list {
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 0;
    padding: 25px 21px;
    border-radius: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.info-list__item {
    position: relative;
    width: 25%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: baseline;
    font-size: 16px;
    border-right: 1px solid #dfe4e9
}

.info-list__item:first-child {
    width: 23%;
    padding: 7px 24px
}

.info-list__item:last-child,
.info-worker-list--page-bus .info-worker-list__item:nth-child(3) {
    border: 0
}

.info-list__item-link {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 7px 24px;
    font-size: 18px;
    cursor: pointer
}

.info-list__item-link:active,
.info-list__item-link:focus,
.info-list__item-link:hover {
    opacity: .7
}

.info-list__item-text {
    font-size: 16px;
    color: #231f20;
}

.info-list__item-text--small {
    margin-bottom: 8px;
    font-size: 16px;
    color: #868686
}

.employee-page-footer,
.employee-page-main {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px 80px;
    color: #231f20;
}

.employee-page-footer {
    padding-bottom: 50px;
}

.employee-page-main h2 {
    margin: 0 0 20px;
    font-size: 26px;
    line-height: 26px;
    color: #231f20;
}

.employee-page-main div {
    padding: 20px 0
}

.employee-page-main p {
    margin: 0;
    text-align: justify
}

.employee-page-main p:first-child {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #231f20;
}

.employee-page-main a {
    font-weight: 700;
    color: #0099f5;
    cursor: pointer
}

.done__text-wrapper a:active,
.done__text-wrapper a:focus,
.done__text-wrapper a:hover,
.employee-page-main a:active,
.employee-page-main a:focus,
.employee-page-main a:hover {
    color: #ee342e
}

.employee-page-footer__title {
    margin: 0 0 40px;
    font-size: 26px;
    font-weight: 700;
    color: #231f20;
}

.house-description {
    max-width: 650px;
    padding: 50px 30px 30px 36px
}

.house-description__subtitle {
    color: #231f20;
    font-weight: 700
}

.house-description__text {
    line-height: 1.43
}

.house-description__text--ellipsis {
    display: none
}

.house-description__list {
    margin-left: 22px
}

.house-description__item {
    margin-bottom: 16px
}

.house-description__btn {
    display: none
}

.house-important {
    max-width: 650px;
    padding-left: 36px;
    padding-right: 30px
}

.house-important__text {
    line-height: 1.43
}

.house-map {
    margin-top: 0;
    margin-bottom: 0
}

.house-map__btn {
    display: none;
    width: 100%;
    text-align: center;
    border: 0;
    background-color: #fbdf50
}

.house-map__description {
    position: relative;
    color: #231f20;
    line-height: 1.64;
    text-align: center
}

.house-map__description::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -17px;
    width: 11px;
    height: 14px;
    margin-right: 5px;
    background-image: url(../img/icon-map.svg);
    background-position: center;
    background-repeat: no-repeat
}

.house-numbers {
    display: flex;
    flex-direction: column;
    max-width: 333px
}

.house-numbers__text {
    width: 234px;
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #231f20;
    border-left: 6px solid #62a13b
}

.house-numbers__text span {
    font-weight: 700
}

.house-numbers__text--advisory {
    width: 260px
}

.info-house {
    margin-top: 40px;
    margin-bottom: 40px
}

.info-house__wrapper {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px
}

.info-house__list {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px 82px 25px 8px;
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.info-house__item {
    width: calc(100% / 3);
    padding: 0 24px 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-right: 1px solid #ececec
}

.info-house__item--img {
    padding: 0;
    border-right: none
}

.info-house__link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 2px 24px
}

.info-house__link img {
    width: 86px;
    height: 86px;
    margin-right: 16px;
    border-radius: 50%
}

.info-house__link:active,
.info-house__link:focus,
.info-house__link:hover {
    opacity: .5
}

.info-house__item-wrapper {
    display: flex;
    flex-direction: column
}

.info-house__item-title {
    color: #231f20;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px
}

.info-house__item--img .info-house__item-title {
    font-size: 18px;
    font-weight: 400
}

.info-house__value {
    color: #868686;
    font-size: 16px;
    line-height: 1.31
}

.info-house--advisory .info-house__list {
    justify-content: flex-start
}

.info-house--advisory .info-house__item {
    width: calc(100% / 4)
}

.house-price {
    max-width: 333px;
    padding: 40px 26px;
    margin-top: 50px;
    border-radius: 3px;
    border-top: 8px solid #62a13b;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    background-color: #fff
}

.table-list th {
    text-align: left;
    color: #231f20;
    font-weight: 400
}

.table-list__item {
    width: 25%;
    padding-top: 24px;
    padding-bottom: 12px
}

.table-list__row {
    border-bottom: 1px dotted #868686
}

.table-list__row:last-child {
    border-color: transparent
}

.page-house {
    display: block
}

.page-house__img-wrapper {
    margin: 0 auto;
    max-width: 1000px
}

.page-house__wrapper {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.page-house__section-title {
    margin: 0;
    color: #231f20;
}

.page-house__section-title--projects {
    margin-top: 48px;
    margin-bottom: 32px
}

.page-house__section-title--secondary {
    margin-top: 32px
}

.page-house__stories {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #f2f2f2
}

.page-house__btn {
    display: block;
    width: 321px;
    margin: 8px auto 46px
}

.supporters {
    margin-top: 13px;
    margin-bottom: 20px
}

.supporters__container {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px
}

.supporters__list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 15px);
    margin: 0 0 0 -15px
}

.supporters__item {
    margin-left: 15px;
    margin-bottom: 20px;
    width: calc(25% - 15px)
}

.review-expert {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 14px 70px
}

.review-expert__image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #f3f3f3;
    z-index: 9
}

.review-expert__image-wrapper img {
    max-width: 100%;
    max-height: 100%
}

.review-expert__text {
    width: calc(100% - 80px);
    margin: 40px 40px 0;
    padding: 30px;
    line-height: 20px;
    color: #231f20;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    z-index: 10
}

.review-expert__text p {
    margin: 0 0 40px;
    font-size: 16px;
    /* line-height: 26px; */
    text-align: justify
}

.review-expert__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer
}

.review-expert__info:active,
.review-expert__info:focus,
.review-expert__info:hover {
    opacity: .7
}

.review-expert__info-image-wrapper {
    width: 90px;
    height: 90px;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden
}

.review-expert__info-image-wrapper img {
    width: 90px;
    height: 90px
}

.review-expert__info-text-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left
}

.review-expert__info-text-wrapper span {
    font-size: 14px;
    color: #868686
}

.review-expert__info-text-wrapper span:first-child {
    font-size: 16px;
    color: #231f20;
}

.history-ward {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    text-align: justify;
    padding: 0 14px 80px
}

.history-ward__info,
.history-ward__text div {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 60px 30px
}

.history-ward__text img {
    width: 100%;
    margin-bottom: 30px
}

.history-ward__info {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 0 60px;
    font-size: 16px
}

.history-ward__info li {
    padding-bottom: 15px
}

.done__text-wrapper,
.done__stops {
    color: #231f20;
}

.done__stops {
    font-size: 16px;
}

.done__text-wrapper a,
.history-ward__info li span > a {
    color: #0099f5
}

.history-ward__info li > span {
    margin-left: 5px;
    font-size: 16px;
    color: #231f20
}

.history-ward__info li > span:first-child {
    color: #868686
}

.shelter {
    width: 100%;
    max-width: 1030px;
    width: calc(100% - 28px);
    margin: 0 auto 100px;
    padding: 28px 48px 33px 32px;
    color: #231f20;
    border-radius: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.shelter__info-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.shelter__info {
    margin: 0;
    list-style: none;
    padding: 0 30px 0 0;
    font-size: 16px;
    color: #231f20;
    text-align: left
}

.shelter__info-item {
    padding: 6px 0
}

.shelter__info-item span {
    font-weight: 700
}

.shelter__link {
    display: block;
    padding: 14px 82px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #231f20;
    border: 0;
    background-color: #fbdf50;
    white-space: nowrap;
}

.shelter__link:active,
.shelter__link:focus,
.shelter__link:hover {
    background-color: #ffe36e;
    border: 0;
    opacity: .7
}

.in-duties {
    padding-bottom: 80px
}

.in-duties--page-bus {
    padding-bottom: 24px
}

.in-duties__image-wrapper {
    position: relative;
    z-index: 9;
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px
}

.in-duties__image {
    width: 100%;
    height: 100%
}

.in-duties__info-worker-list-wrapper {
    position: relative;
    max-width: 1030px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: -155px auto 0;
    z-index: 10
}

@media (min-width: 1024px) {
    .in-duties__info-worker-list-wrapper .info-worker-list:not(:last-child) {
        margin-right: 5px;
    }
}

.in-duties__info-worker-list-wrapper--page-bus {
    margin-top: 40px
}

.info-worker-list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 33%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.info-worker-list--page-bus {
    width: 100%;
    margin: 0 13px;
    flex-direction: row;
    align-items: center
}

.info-worker-list--page-bus .info-worker-list__item {
    display: flex;
    flex-direction: column;
    width: 33.3%;
    padding: 20px;
    border-bottom: none;
    border-right: 1px solid #dfe4e9
}

.info-worker-list__item-description {
    font-size: 16px;
    color: #868686
}

.info-worker-list__item {
    width: 100%;
    word-wrap: break-word;
    border-bottom: 1px solid #dfe4e9
}

.info-worker-list__item-link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    color: #707070;
    cursor: pointer
}

.info-worker-list__item-link:active,
.info-worker-list__item-link:focus,
.info-worker-list__item-link:hover {
    opacity: .7;
    background-color: rgba(112, 112, 112, .09)
}

.info-worker-list__item-link--name {
    flex-direction: row;
    align-items: center
}

.info-worker-list__item-link--name:active,
.info-worker-list__item-link--name:focus,
.info-worker-list__item-link--name:hover {
    color: #707070;
    opacity: .7;
    background-color: transparent
}

.info-worker-list__item-name {
    margin-bottom: 10px;
    font-size: 16px;
    color: #231f20;
}

.info-worker-list__item-position {
    font-size: 16px;
    color: #707070
}

.info-worker-list__item-communication {
    margin-bottom: 10px;
    font-size: 16px;
    color: #707070
}

.info-worker-list__item-value {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #231f20;
}

.info-worker-list__item-image-wrapper {
    width: 86px;
    height: 86px;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden
}

.info-worker-list__item-image {
    width: 86px;
    height: 86px
}

.info-worker-list__item-name-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 220px;
}

.task {
    width: 100%;
    margin-bottom: 80px;
    padding: 20px;
    font-size: 28px;
    color: #231f20;
    text-align: center;
    border: 5px solid #ffe36e
}

.task--container-task {
    width: 100%;
    max-width: 1030px;
    padding: 0 14px;
    margin: 0 auto 80px;
    border: 0
}

.task__text {
    margin: 0;
    font-weight: 700
}

.task--container-task .task__text {
    display: block;
    padding: 30px;
    border: 5px solid #ffe36e
}

.done {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px 70px;
    text-align: justify
}

.done + .help > .help__title {
    margin-top: 0;
}

.done__map {
    position: relative;
    width: 99.5%;
    height: 150px;
    margin: 0 auto;
    z-index: 9
}

.done__map iframe {
    width: 100%;
    border: 0
}

.done__button {
    display: none
}

.done__information {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    background-color: #fff;
    z-index: 10
}

.done__title {
    margin: 0 0 30px;
    font-size: 28px;
    color: #231f20;
}

.done__subtitle {
    margin: 0;
    font-size: 20px;
    color: #231f20;
}

.done__text {
    padding-bottom: 60px
}

.done__text--page-bus {
    width: 59%;
    padding-right: 20px;
    padding-bottom: 0
}

.done__text-important--page-bus .done__title {
    margin-bottom: 15px;
}

.done__text-important--page-bus {
    width: 57%;
    margin-bottom: 0;
    padding-bottom: 0
}

.done__stats-list {
    margin: 0;
    list-style: none;
    width: 40%;
    font-size: 16px;
    padding: 20px 20px 0 20px
}

.done__stats-item {
    margin: 40px 0 0 0;
    padding: 0 20px;
    font-size: 16px;
    color: #231f20;
    text-align: left;
    border-left: 8px solid #62a13b
}

.done__stats-item:first-child {
    margin-top: 25px;
}

.done__stats-item-bold,
.done__text-wrapper p > span {
    font-weight: 700
}

.done__text-wrapper p:last-child {
    margin-bottom: 0;
}

.done__text p {
    padding: 0 70px 13px;
    line-height: 25px;
    color: #231f20;
}

.done__text--page-bus {
    margin-bottom: 54px;
}

.done__text--page-bus p {
    width: 100%;
    padding: 0
}

.done__stops {
    width: 38%;
    margin-bottom: 54px;
    padding: 20px;
    border-top: 8px solid #62a13b;
    border-radius: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.done__stops-title {
    margin: 0 0 0 40px;
    font-size: 28px;
    color: #231f20;
}

.done__text--page-bus + .done__stops .done__stops-title {
    margin: 0 0 0 17px;
}

.done__text-button {
    display: none
}

.inner-slider {
    width: 100%;
    /* height: 610px; */
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px 70px
}

.inner-slider__title {
    width: 100%;
    margin: 0 0 40px;
    font-size: calc(.00845 * 100vw + 17.29577px);
    line-height: 26px;
    text-align: left;
    color: #231f20;
}

.inner-slider__wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column
}

.inner-slider__gallery-button-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 230px
}

.inner-slider__gallery-button-wrapper--pb-0 {
    padding-top: 189px;
}

.inner-slider__gallery-button {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    width: calc(25% - 20px);
    height: 150px;
    margin: 0 0 39px 20px;
    font-weight: 700;
    word-wrap: break-word
}

.inner-slider__gallery-button--first,
.inner-slider__gallery-button--second {
    background-image: url(../img/bus-slide01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.inner-slider__gallery-button--second {
    background-image: url(../img/bus-slide04.jpg)
}

.inner-slider__gallery-title {
    display: block;
    width: 100%;
    margin: 0;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    background-color: rgba(0, 0, 0, .5)
}

.inner-slider__sliders-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 420px
}

.inner-slider__button-close {
    display: none
}

.inner-slider__gallery-wrapper {
    position: absolute;
    width: 100%;
}

.inner-slider__gallery {
    width: 100%;
}

.gallery-wrap .inner-slider__slide {
    background-color: #f1f1f1;
}

.inner-slider__slide img {
    margin: 0 auto;
}

.gallery-wrap .inner-slider__wrapper {
    max-width: 840px;
}

.inner-slider--event .inner-slider__gallery-header::after,
.inner-slider--moneyboxes .inner-slider__gallery-header::after,
.inner-slider__gallery-header,
.inner-slider__nav {
    display: none
}

.inner-slider__controls {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-top: 30px;
    font-size: 20px;
    color: #231f20;
    background-color: #fff
}

.inner-slider__number-wrapper {
    margin: 0 20px
}

.inner-slider__current-number {
    margin: 0
}

.inner-slider__control {
    background-image: url(../img/arrow-black.svg);
    background-repeat: no-repeat;
    background-position: center
}

.inner-slider__control--preview {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.js-z-index {
    z-index: 10
}

.inner-slider--event {
    margin-bottom: 10px
}

.inner-slider--event .inner-slider__gallery-header,
.inner-slider--moneyboxes .inner-slider__gallery-header {
    padding-left: 0
}

.inner-slider--event .inner-slider__gallery-header .inner-slider__gallery-text,
.inner-slider--moneyboxes .inner-slider__gallery-header .inner-slider__gallery-text {
    font-size: 14px
}

.events {
    margin-top: 2px;
    margin-bottom: 8px
}

.events__container {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px
}

.events__list {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% + 7px);
    margin: 0 0 0 -7px
}

.events__item {
    margin-left: 7px;
    margin-bottom: 80px
}

.supporter__container {
    width: 100%;
    max-width: 1030px;
    position: relative;
    padding: 0 14px 48px;
    margin: 0 auto 1px
}

.supporter__container::after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    height: 1px;
    width: calc(100% - 28px);
    background-color: #f2f2f2
}

.supporter__img {
    position: relative;
    padding-top: 40%;
    overflow: hidden
}

.supporter__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.supporter__text {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    position: relative;
    width: 95%;
    padding: 40px;
    margin: -12px auto 40px;
    line-height: 1.43;
    color: #231f20;
}

.supporter__text p {
    margin: 0 0 20px
}

.supporter__text p:last-child,
.thank-you-card__text p:last-child {
    margin-bottom: 0
}

.supporter__interview {
    color: #231f20;
}

.interview {
    line-height: 1.43;
    padding-right: 65px;
    padding-left: 65px
}

.interview__header p {
    margin-bottom: 12px;
    color: #231f20;
    font-weight: 700
}

.interview__intro {
    margin-bottom: 24px
}

.interview__intro p {
    margin: 12px 0
}

.interview__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.interview__item {
    margin-bottom: 24px
}

.interview__question p {
    margin: 12px 0;
    font-weight: 700;
    color: #231f20;
}

.interview__answer p {
    margin: 12px 0
}

.interview__social {
    align-items: flex-start
}

.interview__social li {
    margin-right: 12px;
    margin-left: 0;
    width: 42px;
    height: 42px
}

.interview__social a {
    display: block;
    width: 42px;
    height: 42px
}

.interview__social p {
    margin-top: 8px;
    margin-bottom: 20px
}

.supporters-list {
    width: 100%;
    max-width: 1030px;
    position: relative;
    padding: 45px 14px 60px;
    margin: 0 auto 1px
}

.supporters-list__header {
    margin-bottom: 22px
}

.supporters-list__title {
    margin: 0 0 40px;
    font-size: 22px;
    line-height: 1.3;
    color: #231f20;
    text-align: center
}

.supporters-list__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%
}

.supporters-list__item {
    width: 130px;
    flex-grow: 1;
    margin-right: 20px
}

.supporters-list__item:last-child {
    margin-right: 0
}

.supporters-list__btn {
    display: block;
    margin: 25px auto 0;
    width: 321px
}

.moneybox-banner__container {
    width: 100%;
    max-width: 1030px;
    padding: 0 14px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 60px
}

.moneybox-banner__img {
    width: 502px;
    margin-right: 60px
}

.moneybox-card {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    position: relative;
    padding: 40px;
    line-height: 1.43;
    color: #231f20;
}

.moneybox-banner__card {
    width: 333px;
}

.moneybox-card__title {
    margin: 0 0 10px;
    font-size: 16px;
}

.moneybox-card__text {
    margin: 0 0 25px;
    font-size: 16px;
}

.moneybox-card__btn,
.moneybox-gallery__img img,
.moneyboxes-info__logo-img img {
    width: 100%
}

.moneybox-card__footnote {
    margin: 13px 0 0;
    padding-right: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #aaa
}

.map-block {
    position: relative;
    height: 400px
}

.address-list.show .address-list__show-btn,
.show-img .map-block__map-container {
    display: none
}

.map-block__map-container iframe {
    border: 0;
    width: 100%
}

.map-block__img {
    display: none;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.map-block__img--msk,
.map-block__img--spb {
    background-image: url(../img/contacts-photo.jpg)
}

.map-block__img--moneyboxes iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 0
}

.address-list.show .address-list__list,
.show-img .map-block__img {
    display: block
}

.map-block__btn {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
    width: 200px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat
}

.map-block__btn--msk,
.map-block__btn--spb {
    background-image: url(../img/contacts-photo.jpg)
}

.show-img .map-block__btn {
    background-image: url(../img/contacts-map.png)
}

.moneyboxes-info {
    margin-bottom: 85px
}

@media screen and (max-width: 860px) {
    .moneyboxes-info {
        margin-bottom: 0;
    }
}

.moneyboxes-info__container {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px
}

.moneyboxes-info__title {
    margin: 0 0 17px;
    padding-right: 25px;
    font-size: 28px;
    line-height: 1.2;
    color: #231f20;
    text-align: center
}

.moneyboxes-info__companies p {
    line-height: 1.43;
    padding-right: 35px;
    color: #868686;
    text-align: center
}

.moneyboxes-info__logo-img {
    padding: 15px 0;
    margin-bottom: 32px
}

.moneyboxes-info__map {
    margin-top: 24px;
    margin-bottom: 24px
}

.moneyboxes-info__show-map {
    display: none;
    width: 100%;
    padding-top: 15px;
    margin-bottom: 9px
}

.moneyboxes-info__show-map.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 333px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

.moneyboxes-info__show-map span {
    position: relative;
    /* padding-right: 20px; */
    padding-left: 20px
}

.moneybox-form__header h2::after,
.moneyboxes-info__show-map span::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain
}

.moneyboxes-info__show-map span::before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    width: .786em;
    height: 1em;
    background-image: url(../img/pin.svg)
}

.moneyboxes-info__text {
    margin-bottom: 43px;
    display: flex;
    justify-content: space-between
}

.moneyboxes-info__text p {
    width: 460px;
    margin-bottom: 20px;
    color: #231f20;
    line-height: 1.43
}

.moneybox-form {
    width: 100%;
    padding: 0 14px;
    max-width: 550px;
    margin: 0 auto 78px
}

.moneybox-form--margin-top {
    margin-top: 180px
}

@media screen and (max-width: 990px) {
    .moneybox-form--margin-top {
        margin-top: 0;
    }
}

.moneybox-form__container {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    padding: 34px 40px 30px 30px
}

.moneybox-form__header {
    color: #231f20;
    margin-bottom: 23px
}

.moneybox-form__header h2 {
    position: relative;
    margin: 0 0 5px;
    font-size: 28px;
    line-height: 1.33;
    padding-right: 200px
}

.moneybox-form__header h2::after {
    top: 3px;
    right: 0;
    width: 1.833em;
    height: 1.833em;
    background-image: url(../img/ruble-icon.png);
    background-position: center
}

.moneybox-form__header h2 span {
    box-shadow: inset 0 -3px 0 -2px #fff, inset 0 -8px 0 -2px #ffe36e
}

.moneybox-form__header p {
    margin: 0;
    padding-right: 40px;
    font-size: 16px;
    line-height: 1.5
}

.moneybox-form__text {
    margin-bottom: 0;
    font-size: 16px;
    color: #231f20;
    line-height: 1.5;
    padding-right: 60px
}

.moneybox-form__text-link,
.moneybox-gallery .slick-arrow::before {
    color: #231f20;
}

.moneybox-form__form {
    margin-bottom: 25px
}

.address-list {
    margin-bottom: 40px
}

.address-list__show-btn {
    width: 300px;
    display: block;
    margin: 0 auto
}

.address-list__list {
    display: none;
    padding: 0;
    list-style: none;
    margin: 52px 0 0
}

.address-list__item {
    margin-bottom: 25px
}

.address-list__title {
    margin: 0 0 5px;
    color: #231f20;
    font-size: 22px
}

.address-list__inner-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.address-list__inner-item {
    padding: 17px 0 15px;
    border-bottom: 1px solid #f2f2f2
}

.address-list__inner-item:last-child {
    border-bottom: none
}

.address-list__item-name {
    margin: 0;
    line-height: 1.43;
    color: #231f20;
}

.address-list__item-address {
    margin: 0;
    line-height: 1.67;
    font-size: 14px;
    color: #aaa
}

.moneybox-gallery {
    width: 84%;
    margin: 0 auto
}

.moneybox-gallery__photo-count {
    margin-bottom: 16px
}

.moneybox-gallery__item {
    width: 100%;
    padding-right: 0
}

.moneybox-gallery .slick-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fbdf50;
    z-index: 1
}

.moneybox-gallery .slick-prev {
    left: -18px
}

.moneybox-gallery .slick-next {
    right: -18px
}

.event__container {
    width: 100%;
    max-width: 1030px;
    position: relative;
    padding: 0 14px 48px;
    margin: 25px auto 0
}

.event__img {
    position: relative;
    padding-top: 40%;
    overflow: hidden
}

.event__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.event__details {
    margin-bottom: 50px;
    border-radius: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    background-color: #fff
}

.event__details-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 0;
    padding: 20px 8px
}

.event__details-item {
    position: relative;
    display: flex;
    justify-content: center;
    width: 200px;
    flex-grow: 1;
    padding: 24px;
    border-right: 1px solid #f2f2f2
}

.event__details-item:last-child {
    border-right: none
}

.event__details-item--padding {
    padding-left: 40px;
    width: 250px
}

.event__details-item--padding .event__details-text {
    font-weight: 700
}

.event__details-container {
    width: 100%
}

.event__details-link {
    position: relative;
    display: block;
    transition: opacity .3s ease;
    color: #707070
}

.event__details-link:hover {
    opacity: .7
}

.event__details-link:active {
    opacity: .3
}

.event__details-link--map {
    /*padding-left: 60px*/
}

.event__details-link--map::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -12px;
    width: 60px;
    height: 60px;
    /*background-image: url(../img/event-map.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.event__details-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.29;
    font-weight: 700;
    color: #231f20
}

.event__details-title {
    margin: 0 0 5px;
    line-height: 1.5;
    font-size: 16px
}

.event__description {
    line-height: 1.43;
    padding: 0 50px 0 20px
}

.event__description p {
    margin: 12px 0
}

.event__description b {
    color: #231f20;
    font-weight: 400
}

.event-stories {
    margin-bottom: 47px
}

.event-stories__container {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px
}

.event-stories__title {
    margin: 0 0 50px;
    font-size: 28px;
    line-height: 1.3;
    color: #231f20;
    text-align: center
}

.event-stories__list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin: 0 0 0 -20px;
    justify-content: center
}

.event-stories__item {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 20px
}

.event-stories__link {
    transition: opacity .3s ease;
    display: block
}

.event-stories__link:hover {
    opacity: .7
}

.event-stories__link:active {
    opacity: .3
}

.event-stories__img img {
    display: block;
    width: 100%
}

.thank-you-card {
    max-width: 1030px;
    padding: 0 14px;
    width: 80%;
    margin: 0 auto 74px
}

.thank-you-card__container {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    padding: 40px 50px 43px 40px;
    position: relative
}

.thank-you-card__container::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -1px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #62a13b;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.thank-you-card__title {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.3;
    color: #231f20;
}

.thank-you-card__text p {
    margin: 0 0 20px;
    color: #231f20;
    line-height: 1.43
}

.account {
    background-color: #f7f7f7
}

.account main {
    margin-bottom: 45px;
    background-color: #fff;
    width: 695px
}

.account__container {
    width: 100%;
    max-width: 1280px;
    padding-right: 39px;
    padding-left: 39px;
    display: flex;
    margin: 18px auto 0
}

.donation {
    position: relative;
    padding-bottom: 7px;
    color: gray
}

.donation--padding-b {
    padding-bottom: 16px
}

.donation::after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    height: 1px;
    width: 100%;
    background-color: #e7e7e7
}

.donation--no-border-b::after {
    display: none
}

.donation__container {
    padding-right: 39px;
    padding-left: 39px;
    max-width: 695px
}

.donation__tabs-list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
    align-items: center
}

.donation__tab.active::after,
.donation__tabs-list::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    bottom: 0
}

.donation__tabs-list::after {
    width: calc(100% + 78px);
    height: 1px;
    background-color: #d8d8d8
}

.donation__tab {
    position: relative;
    padding: 19px 0 20px;
    margin-right: 41px
}

.donation__tab.active::after {
    width: 100%;
    height: 4px;
    background-color: #62a13b
}

.donation__tab.active .donation__tab-btn {
    color: #231f20;
    cursor: default
}

.donation__tab:not(.active) .donation__tab-btn {
    transition: opacity .3s ease
}

.donation__tab:not(.active) .donation__tab-btn:active {
    opacity: .3
}

.donation__tab-btn {
    position: relative;
    padding: 0;
    background-color: transparent;
    border: 0;
    color: #aaa;
    font-size: 18px;
    font-weight: 500
}

.page-main__contacts {
    display: none;
}

.donation__tab-btn:focus {
    outline: 1px solid #ffe36e
}

.donation__list {
    padding: 0;
    list-style: none;
    margin: 0 0 24px
}

.donation__list--mb-short {
    margin-bottom: 17px
}

.donation__item,
.donation__item-title br {
    display: none
}

.donation__item.open {
    display: block
}

.donation__item-title {
    margin: 44px 0 46px;
    color: #231f20;
    font-size: 22px;
    line-height: 1.3
}

.donation__item-title--mb-short {
    margin-bottom: 30px
}

.donation__item-title--mb-shorter {
    margin-bottom: 19px
}

.donation__item-title--mb-short-desktop {
    margin-bottom: 30px
}

.donation__item-title span {
    box-shadow: 0 6px 0 #ffe36e, inset 0 -4px 0 -2px #ffe36e
}

.donation__note {
    width: 335px;
    margin: 0 0 55px;
    font-size: 13px;
    line-height: 1.43
}

.donation__note--mb-short {
    margin-bottom: 35px
}

.donation__note--mb-shorter {
    margin-bottom: 28px
}

.donation__note--pt {
    padding-top: 12px
}

.donation__feedback {
    position: relative;
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.43
}

.subscription {
    position: relative;
    width: 340px
}

.subscription--wide {
    width: 100%
}

.subscription__info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    max-width: 340px;
    height: 213px;
    padding: 25px 33px 28px 28px;
    margin-bottom: 24px;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16)
}

.subscription__date {
    margin: 0;
    padding-right: 120px;
    font-size: 15px;
    line-height: 1.43;
    color: #231f20;
}

.subscription__info-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    color: #231f20
}

.subscription__amount-display {
    display: flex;
    align-items: center;
    margin: 0 20px 0 0
}

.subscription__amount-number {
    margin-right: 8px;
    font-size: 36px;
    color: #62a13b
}

.subscription__amount-currency {
    margin-top: 10px;
    font-size: 14px;
    color: #231f20
}

.subscription__link {
    font-size: 12px;
    color: gray;
    transition: opacity .3s ease
}

.subscription__link:hover {
    opacity: .7
}

.subscription__link:active {
    opacity: .3
}

.subscription__card-display {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 9px
}

.subscription__card-display img {
    margin-right: 8px
}

.subscription__card-stars {
    font-size: 18px;
    line-height: 12px
}

.subscription__card-number {
    margin-top: 3px
}

.subscription__unsubscribe-link {
    position: absolute;
    top: 17px;
    right: 14px;
    font-size: 14px
}

.subscription__text {
    margin: 0 0 10px;
    padding-right: 170px;
    line-height: 1.43;
    color: #707070;
    font-size: 15px
}

.subscription__text--mb {
    margin-bottom: 25px
}

.subscription__btn-block {
    margin-top: 33px;
    margin-bottom: 27px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.subscription__reduce-link,
.subscription__unsubscribe {
    width: 34.36%;
    min-width: 180px;
    margin-right: 20px;
    font-size: 17px
}

.subscription__unsubscribe {
    width: 33.36%;
    min-width: 180px !important
}

.subscription__link-back {
    transition: opacity .3s ease;
    margin-left: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: gray;
    font-size: 17px
}

.subscription__link-back:hover {
    opacity: .7
}

.subscription__link-back:active {
    opacity: .3
}

.subscription__social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 5px
}

.subscription__social .social__item {
    width: 47px;
    height: 47px;
    margin-right: 19px;
    background-size: 50%
}

.subscription__social .social__item--ok {
    background-size: 38%
}

.show .prior-donations__list::after,
.subscription__social .social__item--twitter {
    display: none
}

.subscription__social .social__item a {
    display: block;
    width: 47px;
    height: 47px
}

.subscription__social .subscription__copy-btn {
    border-radius: 4px;
    margin-right: 13px;
    width: 220px;
    padding: 13px 16px
}

.subscription-title {
    margin: 0 0 6px;
    color: #231f20;
    line-height: 1.43
}

.prior-donations__container {
    padding-right: 39px;
    padding-left: 39px;
    padding-bottom: 31px
}

.prior-donations__container--pt {
    padding-top: 30px
}

.prior-donations__title {
    margin-top: 47px;
    margin-bottom: 28px;
    font-size: 22px;
    color: #231f20
}

.prior-donations__title--mt-short {
    margin-top: 42px
}

.prior-donations__list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    height: 300px;
    max-width: 407px;
    overflow: hidden
}

.prior-donations__list::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff)
}

.show .prior-donations__list {
    height: auto
}

.prior-donations__item {
    margin-bottom: 18px
}

.prior-donations__btn {
    margin-top: 10px;
    font-size: 18px
}

.show .prior-donations__btn {
    display: none
}

.prior-donation {
    font-size: 14px;
    color: #231f20;
}

.prior-donation__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0;
    line-height: 1.1
}

.prior-donation__row::after {
    content: "";
    width: 20px;
    height: 1px;
    margin-right: 10px;
    margin-left: 10px;
    border-bottom: 1px dashed #e0e0e0;
    flex-grow: 1
}

.prior-donation__amount {
    order: 1;
    flex-shrink: 0;
    text-align: right
}

.prior-donation__type {
    color: gray;
    font-size: 13px;
    line-height: 1
}

.personal-info {
    width: 149px
}

.personal-info__name {
    margin-top: 17px;
    margin-bottom: 17px;
    color: #231f20;
    font-size: 22px
}

.personal-info__item {
    margin: 0 0 28px;
    color: #231f20;
    font-size: 18px;
    white-space: nowrap
}

.personal-info__item span {
    display: block;
    margin-bottom: 3px;
    font-size: 16px;
    color: #aaa
}

.page-advisory {
    display: block
}

.page-advisory__table td,
.page-advisory__table th {
    padding-top: 22px;
    line-height: 1.43
}

.page-advisory__house-number {
    margin-top: 78px
}

.page-advisory__stories-title {
    padding-top: 40px;
    border-top: 1px solid #f2f2f2
}

.page-advisory__slider-text {
    display: none
}

.history-img__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.history-img__item {
    width: 100%;
    margin-bottom: 0
}

.history-img__description {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px
}

.page-history {
    display: block
}

.page-history__title-description {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.page-history__wrapper {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px;
    display: flex;
    flex-wrap: wrap
}

.page-history__item {
    width: calc(100% / 2 - 20px)
}

.page-history__list {
    margin-right: 20px
}

.page-history__numbers {
    font-size: 18px;
    color: #231f20;
}

.stops-list {
    list-style: none;
    margin: 0 0 10px;
    padding: 20px
}

.stops-list__item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0px;
}

.stops-list__item-text-wrapper {
    padding-left: 10px
}

.stops-list__item-time {
    width: 100%;
    margin-bottom: 8px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #231f20;
}

.stops-list__item-address {
    position: relative;
    width: 100%;
    display: block;
    padding-left: 20px;
    font-size: 18px;
    color: #231f20;
    text-align: left;
    border-left: 1px dashed #231f20;
}

.stops-list__item-address--clarification {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.stops-list__item-address::before {
    content: "";
    position: absolute;
    top: -28px;
    left: -5px;
    width: 11px;
    height: 14px;
    background-image: url(../img/icon-map.svg)
}

.stops-list__item-clarification {
    margin-top: 2px;
    font-size: 16px;
    color: #707070
}

.map__close-btn-map,
.map__title {
    display: none
}

.donation-form {
    display: block;
    max-width: 480px;
    background-color: #fff
}

.donation-form__sum {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% + 20px);
    margin: 0 0 0 -20px
}

.donation-form__sum-item {
    width: 130px;
    flex-grow: 1;
    margin-bottom: 21px;
    margin-left: 20px
}

.donation-form__sum-item--text {
    position: relative
}

.donation-form__sum-item--text input[type=text] {
    z-index: 1;
    border: 0;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 4px);
    padding: 17px 15px 16px;
    background-color: #fff;
    text-align: center;
    color: #707070
}

.donation-form__sum-item--text input[type=text]:focus + label {
    box-shadow: 0 0 0 3px #fbdf50
}

.donation-form__sum-item--text input[type=text]::-webkit-input-placeholder {
    font-size: 16px;
    color: #d4d4d4;
    text-align: center
}

.donation-form__sum-item--text input[type=text]:-ms-input-placeholder,
.donation-form__sum-item--text input[type=text]::-ms-input-placeholder {
    font-size: 16px;
    color: #d4d4d4;
    text-align: center
}

.donation-form__sum-item--text input[type=text]::placeholder {
    font-size: 16px;
    color: #d4d4d4;
    text-align: center
}

.donation-form__sum-label {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 16px;
    font-size: 20px;
    color: #707070;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e5e5e5;
    cursor: pointer;
    transition: .3s all
}

.donation-form__sum-label--text {
    color: transparent
}

.donation-form__sum-label:focus,
.donation-form__sum-label:hover {
    box-shadow: 0 0 0 3px #fbdf50;
    outline: 0
}

.donation-form__sum-input:checked ~ .donation-form__sum-label {
    box-shadow: 0 0 0 3px #fbdf50
}

.donation-form__button-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 22px
}

.donation-form__button {
    width: 160px;
    min-height: 50px;
    margin-right: 20px
}

.page-error {
    height: 100vh;
    color: #fff;
    background-color: rgba(24, 24, 24, .25);
    background-image: url(../img/error_404.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.page-error__wrapper {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 29px 14px 0
}

.page-error__title {
    margin: 200px 0 79px;
    font-size: 58px;
    line-height: 82px;
    text-align: center
}

.page-error__title-small {
    font-size: 50px;
    text-align: center
}

.page-error__link-help {
    margin: 0 auto 22px;
    font-size: 34px;
    line-height: 49px;
    text-align: center
}

.page-error__link-main {
    position: fixed;
    top: 29px;
    right: 10%;
    width: 30%;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    text-align: right
}

.page-error__link-main:active,
.page-error__link-main:focus,
.page-error__link-main:hover {
    color: #aaa
}

.page-error__text {
    width: 50%;
    position: fixed;
    top: 29px;
    left: 10%;
    margin: 0
}

.breadcrumbs {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    list-style: none;
    display: flex;
    padding: 10px 14px 23px;
    font-family: Arial;
    font-size: 13px;
    line-height: 13px
}

.breadcrumbs__item {
    position: relative;
    padding-right: 28px
}

.breadcrumbs__item::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 10px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.causes-wards {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px 90px
}

.causes-wards__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 14px 0 0;
    margin: 0 0 0 -19px
}

.causes-wards__item {
    width: 234px;
    margin-left: 20px
}

.causes-wards__image-wrapper {
    width: 234px;
    height: 187px;
    margin: 0 0 16px
}

.causes-wards__image-wrapper img {
    width: 234px;
    height: 187px
}

.causes-wards__name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #231f20;
}

.causes-wards__causes {
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #868686
}

.statistic {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px 85px
}

.statistic__title {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #2e2e2c
}

.statistic__description {
    margin: 0 120px 61px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #868686
}

.statistic__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.statistic__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 24px
}

.statistic__item-view {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: calc(50% - 20px)
}

.statistic__percent {
    margin-right: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #231f20;
}

.statistic__bar-graph {
    height: 75px;
    background-color: #fbdf50
}

.statistic__bar-graph--move {
    width: 400px
}

.statistic__bar-graph--problems-family {
    width: 274px
}

.statistic__bar-graph--victim {
    width: 149px
}

.statistic__bar-graph--other {
    width: 113px
}

.statistic__bar-graph--rental {
    width: 91px
}

.statistic__bar-graph--work {
    width: 85px
}

.statistic__bar-graph--imprisonment {
    width: 64px
}

.statistic__bar-graph--addiction {
    width: 58px
}

.statistic__bar-graph--sale {
    width: 43px
}

.statistic__bar-graph--disease {
    width: 41px
}

.statistic__bar-graph--orphans {
    width: 27px
}

.statistic__bar-graph--fire {
    width: 20px
}

.statistic__item-text {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.statistic__item-title {
    font-size: 15px;
    font-weight: 700;
    color: #2e2e2c
}

.statistic__item-description {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 16px;
    color: #868686
}

.stereotypes-homeless {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 14px 30px
}

.stereotypes-homeless__text-wrapper {
    text-align: center;
    padding-bottom: 26px
}

.stereotypes-homeless__text {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 700;
    line-height: 31px;
    color: #131313
}

.stereotypes-homeless__text--small {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px
}

.wrapper {
    width: 100%;
    padding-top: 55px;
    background-color: #f7f7f7
}

.stereotypes-homeless-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.stereotypes-homeless-list__item {
    width: calc(50% - 20px)
}

.stereotypes-homeless-list__item-text {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #131313
}

.stereotypes-homeless-list__item-text--small {
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #555
}

.city {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    opacity: .7;
    position: relative;
    z-index: 125;
    margin-right: 15px;
}

.city:last-child {
    margin-right: 0
}

.city.undersearch {
    z-index: -1;
}

.undersearch {
    z-index: -1;
    visibility: hidden;
}

.city:hover,
.city.active {
    opacity: 1;
    color: #fff;
    text-decoration: none;
}

.city__icon {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat
}

.city__icon--msk {
    background-image: url(../img/icon-msc.svg);
    background-size: 12px 12px;
    background-position: 2px 1.6px
}

.city__icon--spb {
    background-image: url(../img/icon-spb-min.svg);
    background-position: 0 1.8px;
    background-size: contain
}

.page-header__banner {
    position: fixed;
    z-index: 100;
    width: 100%
}

.page-header__nav {
    padding-top: 50px
}

.page-header__btn,
.page-header__city-select {
    display: none
}

.page-footer,
.page-footer__wrapper {
    background-color: #f7f7f7;
}

.page-footer__wrapper {
    border: none;
    border-bottom: none;
    background: #f7f7f7;
    padding: 12px 0 19px;
}

.page-footer__copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 120px;
    background-color: #f7f7f7;
}

.copyright-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 50px 0 28px;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.copyright-wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #707070;
}

.copyright-wrapper:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #707070;
}

@media screen and (max-width: 1120px) {
    .copyright-wrapper {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

    .copyright-wrapper .general-info {
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .general-info__address-wrap {
        display: flex;
        align-items: flex-start;
    }

    .general-info__address {
        margin-right: 15px;
    }

    .general-info__address:last-child {
        margin-right: 0;
    }
}

.general-info img {
    /*margin-bottom: 29px;*/
}

.general-info__address {
    color: #868686;
    margin-bottom: 12px;
    font-size: 14px;
}

.general-info__address:last-child {
    margin-bottom: 0;
}

.general-info__address p {
    margin: 0;
    font-size: 14px;
}

.general-info__address a {
    color: #868686;
    font-size: 14px;
}

.general-info__address a:hover {
    /* color: #00AEEF; */
    color: #0099f5;
}

.footer-navigation {
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 1121px) and (max-width: 1398px) {
    .footer-navigation:last-child {
        width: 100%;
    }

    .navigation-section.last-block {
        align-items: flex-end;
        margin-left: auto;
    }
}

.navigation-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 2em;
    margin-right: 2em;
}

@media screen and (max-width: 1310px) {
    .navigation-section {
        margin-left: 1em;
        margin-right: 1em;
    }
}

@media screen and (max-width: 1190px) {
    .navigation-section {
        margin-left: .5em;
        margin-right: .5em;
    }

    .navigation-section.last-block {
        align-items: center;
        margin-top: 20px;
    }
}

.navigation-section.last-block {
    margin-right: 0;
}

.navigation-section .nav-title {
    min-height: 28px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
    color: #868686;
    font-family: 'OpenSans-700', sans-serif;
    font-weight: 700;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

@media screen and (max-width: 1190px) {
    .navigation-section .nav-title {
        font-size: 14px;
    }
}

.navigation-section .nav-title:hover {
    color: #0099f5;
}

.navigation-section .nav-link {
    font-family: 'OpenSans-400', sans-serif;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 16px;
    padding: 0;
    color: #868686;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.language-switcher {
    display: flex;
    margin-top: 40px;
    margin-left: auto;
    border: 1px solid #707070;
    border-radius: 18px;
}

.language-switcher a {
    flex-grow: 0;
    flex-shrink: 0;
    display: block;
    text-align: center;
    width: 58px;
    font-family: 'OpenSans-700', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 4px 16px;
    line-height: 20px;
    color: #707070;
    border-radius: 18px;
    text-transform: uppercase;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.language-switcher a.active {
    color: #FBDF50;
    background: #707070;
}

.language-switcher a:hover {
    color: #FBDF50;
}

@media screen and (max-width: 1120px) {
    .language-switcher {
        margin-right: auto;
    }
}

.navigation-section .nav-link:hover {
    color: #0099f5;
}

.page-footer__copyright--authors {
    list-style: none;
    align-items: center;
    margin-bottom: 0;
}

.page-footer__copyright-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.page-footer__copyright-item {
    margin-bottom: 10px
}

.page-footer__link {
    color: #0099f5
}

.page-footer__link--active,
.page-footer__link:active,
.page-footer__link:focus,
.page-footer__link:hover {
    color: #e42a32
}

.page-footer__link--aidem {
    margin-right: 8px
}

.page-footer__link--fastsol {
    margin-left: .3rem
}

.page-footer__link--fastsol, .page-footer__link--fastsol span, .page-footer__link--fastsol img {
    display: inline-block !important;
}

.page-footer__link--fastsol img {
    margin-left: .2rem
}

@media screen and (max-width: 470px) {
    .page-footer__link--fastsol {
        margin-left: 0;
        margin-top: .25rem;
    }
}

.page-footer__link--version {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 38px;
    background-repeat: no-repeat;
    background-position: right center
}

.page-footer__link--en {
    background-image: url(../img/united-kingdom.png)
}

.page-footer__link--ru {
    background-image: url(../img/russia.svg)
}

.page-footer__authors-item {
    color: #868686;
    font-size: 14px;
}

.page-footer__authors-item .page-footer__link {
    display: flex;
    align-items: center;
    color: #868686;
}

.page-footer__authors-item .page-footer__link--version {
    display: none
}

.page-footer__authors-item .page-footer__link--active-version {
    display: flex
}

.page-footer__img {
    width: 200px;
    height: 150px;
    background-image: url(../img/footer-image.png);
    background-repeat: no-repeat;
    background-position: center
}

.account-header__container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 26px 39px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.account-header__container img {
    width: 164px;
    height: 21px
}

.account-header__logo {
    display: block;
    transition: opacity .3s ease
}

.account-header__logo:hover {
    opacity: .7
}

.account-header__logo:active {
    opacity: .3
}

.account-header__text {
    margin: 0 0 0 37px;
    width: 250px;
    font-size: 12px;
    line-height: 1.17;
    color: #aaa
}

.account-footer {
    padding-left: 9.3%
}

.account-footer__note {
    display: none;
    color: #aaa;
    font-size: 14px;
    line-height: 1.43
}

.text__custom {
    padding-bottom: 60px;
    color: #231f20;
}

.text__custom span, .text__custom p {
    color: #231f20;
}

.city-switcher {
    display: flex;
    border: 1px solid #fbdf50;
    border-radius: 18px;
    height: 24px;
}

.city-switcher a {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    font-family: 'OpenSans-700', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 0;
    color: #fbdf50;
    border-radius: 18px;
    text-transform: uppercase;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.city-switcher a.active {
    color: #000000;
    background: #fbdf50;
}

.city-switcher a:hover {
    color: #FFFFFF;
}

.lk-link-btn {
    margin-left: 15px;
    cursor: pointer;
    position: relative;
    z-index: 101;
}

.lk-link-btn img {
    height: 24px;
}

.lk-link-wrapper {
    padding: 10px 15px;
}

.lk-link-wrapper a {
    color: #231f20;
}

.lk-link-wrapper a img {
    width: 26px;
    margin-right: 10px;
}


/* NEW PAYMENT ICON STYLES */
.mir-pay-icon {
    width: 34px;
    height: 11px;
    object-fit: contain;
}

.visa-pay-icon {
    width: 38px;
    height: 11px;
    object-fit: contain;
}

.mastercard-pay-icon {
    width: 24px;
    height: 19px;
    object-fit: contain;
}

.apple-pay-icon {
    width: 41px;
    height: 17px;
    object-fit: cover;
}

.google-pay-icon {
    width: 38px;
    height: 15px;
    object-fit: contain;
}

.iokassa-pay-icon {
    width: 71px;
    height: 17px;
    object-fit: contain;
}

.qiwi-pay-icon {
    width: 62px;
    height: 35px;
    object-fit: contain;
    object-position: left;
}

.paypal-pay-icon {
    width: 60px;
}

.payselection-pay-icon {
    height: 25px;

}

.form-donate__payment-item {
    display: flex !important;
    align-items: center;
    height: 24px;
}

.form-donate .help-form__group .form-donate__kinds {
    margin-top: 20px;
}

.form-donate .help-form__group .c-radio-img {
    flex-wrap: wrap;
    max-width: 200px;
}

/* NEW PAYMENT ICON STYLES END */

@media (min-width: 320px) and (max-width: 767px) {
    .done .task {
        padding-bottom: 0;
        padding-top: 20px;
        margin-bottom: 0 !important;
    }

    .news-item__wrapper img {
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .news-item__text {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 14px;
        padding-right: 14px;
        margin-top: 36px
    }

    .news-item__text p {
        margin-bottom: 12px;
        margin-top: 12px;
        font-size: 14px
    }

    .news-item__text a {
        font-size: 14px
    }

    .news-item__social {
        width: 100%;
        padding-left: 12px;
        margin-top: 20px
    }

    .news-item__description {
        margin-bottom: 20px;
        font-size: 14px
    }
}

@media (max-width: 767px) and (min-width: 320px) and (max-width: 430px) {
    .workers-list__item {
        width: calc(50% - 20px)
    }
}

@media (max-width: 767px) and (min-width: 430px) and (max-width: 660px) {
    .workers-list__item {
        width: calc(33% - 20px)
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .page-error__wrapper h1 {
        text-align: center
    }

    .page-error__wrapper p {
        margin: 0 auto;
        text-align: center
    }

    .page-error__wrapper .error__link-main {
        display: block;
        margin: 0 auto;
        text-align: center
    }
}

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

    .motto__wrapper,
    .motto__wrapper--border {
        text-align: center
    }
}

@media (min-width: 633px) and (max-width: 1000px) {
    .info-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }

    .info-list__item {
        width: 25%;
        text-align: center;
        border: 0;
        border-right: 1px solid #dfe4e9
    }

    .info-list__item:first-child {
        padding: 20px 10px 40px
    }

    .info-list__item:first-child::after {
        display: none
    }

    .info-list__item-text,
    .info-list__item-text--small {
        /* font-size: calc(.0109 * 100vw + 5.10082px); */
        color: #231f20
    }

    .info-list__item-text--small {
        margin-bottom: 10px;
        color: #868686
    }

    .info-list__item-link {
        position: relative;
        width: 100%;
        padding: 20px 10px 40px;
        text-align: center
    }

    .info-list:active,
    .info-list:focus,
    .info-list:hover {
        opacity: .7;
        background-color: rgba(112, 112, 112, .09)
    }
}

@media (max-width: 1000px) and (min-width: 633px) {
    .employee-page-header {
        flex-direction: column;
        margin-bottom: 50px
    }

    .employee-page-header__image-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto
    }
}

@media (max-width: 767px) and (min-width: 660px) and (max-width: 767px) {
    .workers-list__item {
        width: calc(25% - 20px)
    }
}

@media (min-width: 767px) and (max-width: 1025px) {

    .workers-list__item,
    .workers-list__item--inner-page {
        width: calc(20% - 30px);
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width: 768px) and (max-width: 1031px) {
    .information-documents__title {
        font-size: calc(.00763 * 100vw + 12.1374px)
    }
}

@media (max-width: 1030px) and (min-width: 768px) {
    .help-motto__text {
        font-size: calc(.0229 * 100vw + -1.58779px)
    }

    .causes-wards__list {
        justify-content: center;
        align-items: flex-start
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .slider-main__list {
        margin-left: auto;
        margin-right: auto
    }

    .news-item__wrapper img {
        width: 100%;
        height: 100%
    }

    .in-duties__info-worker-list-wrapper {
        flex-direction: column;
        align-items: center
    }

    .info-worker-list {
        width: 70%;
        margin-bottom: 15px
    }

    .info-worker-list--page-bus {
        width: 70%;
        flex-direction: column
    }

    .info-worker-list--page-bus .info-worker-list__item {
        width: 100%;
        border-bottom: 1px solid #dfe4e9
    }

    .info-worker-list__item-link {
        padding: 10px
    }
}

@media (min-width: 768px) and (max-width: 852px) {
    .modal__content--video-box {
        width: 768px
    }

    .video-box iframe {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 1030px) {
    .main-nav__list {
        font-size: calc(.01145 * 100vw + 3.20611px)
    }

    .done__title {
        font-size: calc(.01527 * 100vw + 12.27481px)
    }

    .done__text p,
    .stops-list__item-address {
        font-size: calc(.00763 * 100vw + 10.1374px)
    }

    .page-error__title {
        font-size: calc(.03053 * 100vw + 26.54962px);
        line-height: calc(.10687 * 100vw + -28.07634px)
    }

    .page-error__title-small {
        font-size: calc(.03053 * 100vw + 18.54962px)
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .main-media__description {
        width: 70%
    }

    .yt-video {
        padding: 0 60px;
    }

    .main-media__list {
        justify-content: center
    }

    .main-media__item:nth-child(3n) {
        margin-right: 24px
    }
}

@media (min-width: 768px) and (max-width: 1064px) {
    .main-nav--who-is .main-nav__list {
        width: calc(100% - 220px)
    }

    .main-nav--who-is .main-nav__item {
        min-width: 124px
    }

    .main-nav--who-is .main-nav__link--who-is {
        margin-left: 0
    }
}

@media (min-width: 768px) and (max-width: 863px) {
    .page-header__nav {
        padding-top: 90px
    }
}

@media (max-width: 1020px) and (min-width: 768px) {
    .header-banner__text {
        font-size: calc(.0119 * 100vw + -2.14286px)
    }

    .header-banner__text-big {
        font-size: calc(.02381 * 100vw + 1.71429px)
    }
}

@media (min-width: 768px) {
    .btn--outline-desktop {
        min-height: 32px;
        min-width: 100px;
        padding: 7px 5px;
        color: gray;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 16px;
        box-shadow: none;
        transition: opacity .3s ease
    }

    .btn--outline-desktop:hover {
        background-color: #f7f7f7;
        opacity: .7
    }

    .btn--outline-desktop:active {
        opacity: .4
    }

    .btn--no-border-rad-desktop {
        border-radius: 0;
        padding: 14px 15px
    }

    .btn--link-desktop {
        padding: 0;
        border: 0;
        background-color: transparent;
        color: #0099f5
    }

    .btn--link-desktop:active,
    .btn--link-desktop:focus,
    .btn--link-desktop:hover {
        color: #e42a32;
        background-color: transparent;
        opacity: 1
    }

    .modal__content--consent {
        min-width: 482px
    }

    .video-list__item iframe {
        height: 290px
    }

    .info-house--advisory .info-house__list-wrapper {
        padding-left: 32px;
        padding-right: 32px;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
    }

    .info-house--advisory .info-house__list {
        position: relative;
        justify-content: space-between;
        align-items: flex-start;
        padding: 30px 0 18px;
        box-shadow: none;
        background-image: linear-gradient(#ececec, #ececec);
        background-repeat: no-repeat;
        background-size: 100% 1px;
        background-position: left 50%
    }

    .info-house--advisory .info-house__item {
        width: calc(100% / 4);
        min-height: 90px;
        margin-bottom: 32px;
        align-items: flex-start
    }

    .info-house--advisory .info-house__item:first-child {
        padding-left: 0
    }

    .info-house--advisory .info-house__item--mail {
        padding-right: 0;
        border-right: none
    }

    .info-house--advisory .info-house__item-title {
        font-weight: 400;
        font-size: 22px;
        line-height: .95;
        padding-bottom: 8px
    }

    .info-house--advisory .info-house__item-title--day {
        font-size: 18px;
        padding-bottom: 0;
        padding-top: 8px
    }

    .info-house--advisory .info-house__item--link .info-house__item-title {
        font-size: 18px;
        padding-bottom: 0
    }

    .info-house--advisory .info-house__item--link .info-house__value {
        font-size: 18px;
        padding-bottom: 8px
    }

    .info-house--advisory .info-house__item--day {
        width: 330px;
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 32px;
        border-right: none
    }

    .info-house--advisory .info-house__item--day .info-house__value {
        font-size: 18px
    }

    .info-house--advisory .info-house__link {
        padding: 0
    }

    .donation__feedback {
        padding: 15px 30px 15px 44px;
        background-color: #f7f7f7;
        font-size: 13px
    }

    .donation__feedback::before {
        content: "!";
        position: absolute;
        left: 14px;
        top: 17px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        font-size: 10px;
        background-color: #d8d8d8;
        border-radius: 50%
    }
}

@media (max-width: 920px) and (min-width: 810px) {
    .header-banner__image {
        padding-top: 2px
    }
}

@media (max-width: 863px) {
    .supporting__header--main {
        min-width: 175px
    }
}

@media (max-width: 767px) and (max-width: 320px) {
    .workers-list {
        justify-content: flex-start
    }
}

@media (max-width: 1000px) {
    .main-banner {
        background-color: transparent
    }

    .main-banner__link {
        height: auto
    }

    .main-banner__link img {
        width: 100%;
        height: auto
    }
}

@media (max-width: 480px) {

    .thankyou-social__list li h3 {
        font-size: 10px !important;
    }

    .thankyou-social__list li:first-child {
        margin-left: 0;
    }

    .thankyou-social__list li:last-child {
        margin-right: 0;
    }

    .thankyou-social__list li {
        width: 30px;
        height: 30px;
        margin: 0 12px;
        -webkit-background-size: 20px 20px;
        background-size: 20px 20px;
    }

    .motto {
        text-align: left
    }

    .motto__link {
        margin: 0
    }

    .modal-consent__ellipsis {
        display: inline
    }

    .modal-consent__hidden,
    .modal-consent__hidden-2 {
        display: none
    }

    .supporters__item {
        width: calc(50% - 20px) !important
    }

    .shelter {
        text-align: left
    }

    .subscription__reduce-link,
    .subscription__unsubscribe {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
        font-size: 14px
    }
}

@media (max-width: 1030px) {

    .about-us__task-wrapper,
    .reasons__task-wrapper,
    .task {
        font-size: calc(.01527 * 100vw + 12.27481px)
    }
}

@media (max-width: 767px) and (max-width: 767px) {

    .history-ward__info,
    .in-duties__info-worker-list-wrapper,
    .page-error__wrapper,
    .page-news__select {
        padding: 0 14px
    }
}

@media (max-width: 800px) {

    .stories-list__image,
    .stories-list__image-wrapper {
        width: 130px;
        height: 130px
    }
}

@media (max-width: 1100px) {
    .main-news__list {
        overflow-x: auto
    }
}

@media (max-width: 1056px) {
    .main-video--slider {
        left: 69%
    }
}

@media (max-width: 320px) {
    .news-item__wrapper img {
        width: 320px;
        height: 220px
    }
}

@media (max-width: 768px) {
    .modal__content--chart {
        width: 100%;
        height: 100%
    }

    .reasons {
        padding-bottom: 0
    }

    .reasons__task-wrapper {
        width: 100%;
        margin: 0;
        padding: 3px 14px 35px 0;
        line-height: 26px;
        text-align: left;
        border: 0
    }

    .reasons__task {
        display: block;
        margin: 0;
        padding-left: 16px;
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        border-left: 10px solid #ffe36e
    }

    .reasons__wrapper {
        width: 100%;
        padding-top: 27px;
        text-align: left;
        border-radius: 3px;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
    }

    .reasons__content-wrapper {
        padding: 0 16px 52px;
        border-bottom: 1px solid #dfe4e9
    }

    .reasons__title {
        margin: 0
    }

    .reasons__text {
        margin-top: 14px;
        margin-bottom: 22px;
        font-size: 14px;
        line-height: 20px
    }

    .reasons__image-wrapper {
        width: 100%
    }

    .reasons__controls-wrapper {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding: 12px 16px 13px
    }

    .reasons__controls-text {
        width: 70%;
        word-break: break-all
    }

    .stereotypes {
        margin-top: 10px;
        padding: 0 14px
    }

    .stereotypes + .stories-wards {
        padding: 0
    }

    .stereotypes__text-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        padding: 2px 0 54px;
        text-align: left
    }

    .stereotypes__text--small {
        margin-top: 14px;
        line-height: 23px
    }

    .stereotypes-list {
        padding-bottom: 25px;
        border-bottom: 1px solid #dfe4e9
    }

    .stereotypes-list__item {
        width: 100%;
        margin: 0 0 24px
    }

    .stereotypes-list__item-text {
        position: relative;
        font-size: 14px;
        line-height: 20px
    }

    .stereotypes-list__item-text--small {
        margin-top: 8px
    }

    .stereotypes-list__item-text--small::before {
        display: none
    }

    .stereotypes-list__item-text::before {
        content: "";
        position: absolute;
        top: 5px;
        left: -26px;
        width: 11px;
        height: 11px;
        background-color: #62a13b
    }

    .stories-wards {
        margin: 30px 0 36px;
        padding: 0
    }

    .stories-wards--margin-short {
        margin-bottom: 16px;
        padding: 0
    }

    .stories-wards--padding-short {
        margin-bottom: 50px;
        padding: 0
    }

    .stories-wards__title {
        margin-left: 2px;
        margin-bottom: 22px;
        padding: 0 14px;
        text-align: left
    }

    .stories-wards__title--left {
        display: inline-block;
        margin-left: 0;
        padding-top: 41px;
        border-top: 1px solid #dfe4e9
    }

    .stories-wards__link-wrapper {
        width: 100%;
        padding: 0 14px
    }

    .stories-wards__link {
        display: block;
        max-width: 552px;
        margin: 0 auto;
        padding: 14px 12px;
        border: solid 1px #f2f2f2;
        background-color: #f7f7f7
    }

    .stories-wards__link:active,
    .stories-wards__link:focus,
    .stories-wards__link:hover {
        color: #231f20;;
        border-color: #707070;
        background-color: #f7f7f7;
        opacity: .7
    }
}

@media (max-width: 632px) {
    .employee-page-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 0 30px
    }

    .employee-page-header__image-wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 8
    }

    .employee-page-header__image,
    .info-list {
        position: relative;
        z-index: 9
    }

    .info-list {
        flex-direction: column;
        width: calc(100% - 28px);
        margin: -18px 14px 0;
        padding: 0;
        background-color: #fff;
        z-index: 10
    }

    .info-list__item {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #dfe4e9
    }

    .info-list__item:first-child {
        padding: 13px 15px 13px;
    }

    .info-list__item-text {
        font-size: 14px;
        line-height: 18px
    }

    .info-list__item-text--small {
        margin-bottom: 2px;
        font-size: 12px
    }

    .info-list__item-link {
        padding: 13px 15px 13px;
    }

    .info-list__item-link::after {
        content: "";
        position: absolute;
        top: 45%;
        left: 85%;
        width: 8px;
        height: 8px;
        border-top: 1px solid #c1c1c1;
        border-right: 1px solid #c1c1c1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 12
    }

    .info-list__item-link:active,
    .info-list__item-link:focus,
    .info-list__item-link:hover {
        opacity: .7;
        background-color: rgba(112, 112, 112, .09)
    }
}

@media (max-width: 1024px) {

    .form__checkbox input[type=checkbox]:focus + label,
    .form__option input[type=radio]:focus + label {
        outline: 0
    }

    .help {
        padding-bottom: 28px
    }

    .help--padding {
        padding-top: 10px;
        padding-bottom: 26px
    }

    .help--padding-bottom {
        padding-bottom: 25px
    }

    .help--margin-top {
        margin-top: 0
    }

    .help__title {
        padding-top: 38px;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 26px
    }

    .help__title--padding-bottom-null {
        margin-bottom: 0;
        padding-top: 28px
    }

    .help__wrapper {
        flex-direction: column-reverse;
        justify-content: center;
        align-content: center
    }

    .help__video {
        max-width: 680px;
        margin-bottom: 24px
    }

    .help__video-wrapper {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        padding-top: 30px;
        overflow: hidden
    }

    .help__video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .main-video--slider {
        display: none
    }

    .main-video__description {
        margin-top: 0;
        margin-bottom: 34px;
        padding-right: 45px
    }

    .main-video--bottom {
        display: block;
        width: 100%
    }

    .main-video--bottom .main-video__wrapper {
        width: 100%;
        height: 100%
    }

    .main-video--bottom .main-video__link img {
        margin-top: 24%;
        margin-bottom: 22%
    }

    .main-subscribe__btn-wrapper {
        margin-left: 10px;
    }

    .main-subscribe__button {
        margin-top: 0;
    }

    .main-subscribe__input-wrapper {
        margin-bottom: 2px;
        margin-right: 0;
        max-width: none;
    }

    .supporters__container {
        padding-left: 20px;
        padding-right: 20px
    }

    .supporters__list {
        width: calc(100% + 20px);
        margin-left: -20px
    }

    .supporters__item.supporting-card {
        width: calc(33.33% - 20px);
        margin-left: 20px;
        margin-bottom: 10px
    }

    .events__item {
        margin-bottom: 40px
    }
}

@media (max-width: 375px) {
    .prior-donation__row::after {
        width: 140px;
        flex-grow: 0;
        margin: 0
    }
}

@media (max-width: 1023px) {
    .form__legend {
        width: 100%;
        padding-right: 0;
        margin-bottom: 17px;
        font-size: 16px;
        text-align: left
    }

    .supporting-card--supporters .supporting-card__text {
        font-size: 12px;
        line-height: 1.5
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px
    }

    .form__group--row {
        flex-direction: column
    }

    .form__group--last {
        margin-bottom: 0;
        padding-bottom: 13px;
        border-bottom: none
    }

    .form__group-content {
        width: 100%
    }

    .form__field input,
    .form__field label,
    .form__field textarea,
    .form__option label,
    .form__select select,
    .form__text {
        font-size: 12px
    }

    .form__row {
        margin-left: -8px;
        margin-bottom: 8px
    }

    .form__option {
        margin-left: 8px
    }

    .form__custom-select {
        margin-bottom: 8px
    }

    .form__field {
        margin-bottom: 7px
    }

    .form__field textarea {
        min-height: auto
    }

    .form__submit-btn {
        margin-bottom: 8px;
        margin-top: 4px
    }

    .form__checkbox label {
        font-size: 14px
    }

    .form__checkbox label::before {
        width: 26px;
        height: 26px;
        border-width: 13px
    }

    .form__checkbox input[type=checkbox]:checked + label::before {
        border-width: 7px
    }

    .form__select {
        margin-bottom: 8px
    }

    .form__consent .form__checkbox {
        margin-left: 0
    }

    .form__footer {
        flex-direction: column;
        margin-top: 17px;
        align-items: flex-start
    }

    .form__footer--mt-short {
        margin-top: 11px
    }

    .form__footer .form__submit-btn {
        order: 0;
        width: 100%;
        margin-left: 0;
        margin-bottom: 12px
    }

    .form__footer .form__text {
        padding-right: 40px
    }

    .form__footer .form__text--no-pr {
        padding-right: 0
    }

    .custom-select__btn {
        font-size: 12px
    }

    .modal {
        background-color: rgba(104, 110, 116, .5)
    }

    .modal--subscribe {
        align-items: flex-start
    }

    .modal__content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: none;
        transform: none;
        overflow: auto
    }

    .modal__content--half-height {
        overflow: hidden
    }

    .modal__content--half-height,
    .modal__content--subscribe {
        top: auto;
        bottom: 0;
        height: 296px
    }

    .modal__content--half-height.mobile-select-list {
        height: 70%;
    }

    .modal__content--volunteers {
        height: 368px
    }

    .modal__content--half-height .modal__body {
        margin-top: 0;
        position: absolute;
        left: 0;
        top: 57px;
        height: calc(100% - 57px);
        width: 100%;
        overflow: auto
    }

    .submenu {
        position: static;
        max-width: 100%;
        background-color: #fff
    }

    .submenu__item {
        width: 100%;
        padding-right: 34px;
        border-top: 1px solid rgba(193, 193, 193, .2)
    }

    .header-title__item--active::after,
    .main-nav--who-is .main-nav__link--who-is::after,
    .main-nav__item::after,
    .submenu__item::after {
        content: "";
        position: absolute;
        top: 18px;
        right: 22px;
        width: 8px;
        height: 8px;
        border-bottom: 1px solid #c1c1c1;
        border-right: 1px solid #c1c1c1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .submenu__link {
        font-size: 16px
    }

    .main-nav {
        background-color: #fff
    }

    .main-nav--who-is .main-nav__list {
        width: 100%
    }

    .main-nav--who-is .main-nav__link--who-is {
        position: relative;
        width: 100%;
        margin-left: 0;
        text-align: left
    }

    .main-nav__list,
    .main-nav__wrapper {
        flex-direction: column
    }

    .main-nav__list {
        width: 100%;
        padding: 0
    }

    .main-nav__list .main-nav__item:nth-child(1) {
        order: 1;
    }

    .main-nav__list .main-nav__item:nth-child(2) {
        order: 4;
    }

    .main-nav__list .main-nav__item:nth-child(2) .main-nav__submenu.submenu {
        display: none;
    }

    .main-nav__list .main-nav__item:nth-child(3) {
        order: 2;
    }

    .main-nav__list .main-nav__item:nth-child(4) {
        order: 3;
    }

    .main-nav__list .main-nav__item:nth-child(5) {
        order: 5;
    }

    .main-nav__list .main-nav__item:nth-child(6) {
        order: 6;
    }

    .main-nav__item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
        border-bottom: 1px solid rgba(193, 193, 193, .2)
    }

    .main-nav__item--hidden {
        display: flex
    }

    .main-nav__link {
        padding: 15px 34px 16px 14px;
        font-size: 16px;
        text-align: left;
        text-transform: capitalize
    }

    .main-nav__submenu {
        /*display: block*/
    }

    .header-banner {
        /*background-color: #f7f7f7*/
    }

    .header-banner__list {
        flex-direction: column;
        margin-top: 6px;
        margin-bottom: 6px;
        padding-top: 18px;
        background-color: #fff
    }

    .header-banner__item {
        width: 100%
    }

    .header-banner__item--text {
        display: none
    }

    .header-banner__item--hidden {
        display: block;
        width: 204px;
        color: #707070;
        text-align: center
    }

    .header-banner__item--center {
        margin-top: 14px;
        padding-bottom: 10px
    }

    .header-banner__image,
    .header-banner__item--city,
    .header-banner__item--image,
    .header-banner__summ {
        display: none
    }

    .header-banner__link {
        display: none;
    }

    .mobile-header-banner__link {
        display: inline-block;
    }

    .mobile-header-banner__link {
        display: inline-block;
    }

    .header-banner__link-text {
        display: none
    }

    .banner-mobile {
        position: fixed;
        z-index: 200;
        display: block;
        width: 100%;
        background-color: #62a13b
    }

    body.no-scroll .banner-mobile {
        z-index: 1;
    }

    .banner-mobile--main {
        display: none
    }

    .banner-mobile__text {
        position: relative;
        z-index: 2;
        margin: 0;
        padding: 8px 0;
        font-size: 12px;
        color: #fff;
        text-align: center;
        background: #62a13b;
    }

    .btn-help-fixed .header-banner__link {
        width: auto;
        display: block;
    }

    .btn-help-fixed {
        position: absolute;
        z-index: -1;
        top: 100%;
        width: 100%;
        padding: 4px 20px 20px;
        transition: all .4s;
        background: #62a13b;
        transform: translateY(-100%);
    }

    .btn-help-fixed.show {
        transform: translateY(0%);
    }

    .header-title {
        flex-direction: column;
        width: 100%;
        padding: 0
    }

    .header-title--hidden {
        display: flex
    }

    .header-title__logo {
        order: 1;
        width: 100%;
        padding-top: 16px;
        margin-top: 0;
        background-color: #f7f7f7
    }

    .header-title__logo img {
        width: 120px;
        height: 15px
    }

    .header-title__city-select {
        order: 2;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        margin-bottom: 6px
    }

    .header-title__contacts {
        order: 3;
        flex-direction: column-reverse;
        width: 100%;
        margin-bottom: 6px;
        background-image: none
    }

    .header-title__contacts {
        display: none
    }

    .page-header__contacts-main {
        display: flex
    }

    .header-title__contacts--icon {
        flex-direction: column
    }

    .header-title__social {
        display: none
    }

    .header-title__description {
        width: 100%;
        margin-bottom: 0;
        padding-top: 16px;
        padding-bottom: 16px;
        color: #707070;
        background-color: #f7f7f7;
        border-top: 2px solid #fff
    }

    .header-title__description--main {
        padding-top: 20px;
        background-color: #f7f7f7;
        border: 0
    }

    .header-title__item {
        width: 100%;
        position: relative;
        text-align: left
    }

    .header-title__item--hidden {
        display: block;
        padding-left: 50px;
        padding-top: 18px;
        padding-bottom: 18px;
        border-bottom: 1px solid rgba(193, 193, 193, .2);
        color: #231f20;
    }

    .header-title__city-select--close .header-title__item--no-active,
    .header-title__item--link,
    .header-title__item--mobile {
        display: none
    }

    .header-title__item--address {
        margin-top: 0;
        margin-bottom: 0;
        padding: 18px 34px 18px 50px;
        font-size: 14px;
        font-weight: 400;
        color: #231f20;;
        border-bottom: 1px solid rgba(193, 193, 193, .2);
        background-repeat: no-repeat;
        background-position: 18px 18px
    }

    .header-title__item--active {
        order: 1
    }

    .header-title__item--active::after {
        top: 19px;
        right: 21px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

    .header-title__item--no-active {
        order: 2
    }

    .header-title__item--spb {
        background-image: url(../img/icon-spb.svg)
    }

    .header-title__item--msk {
        display: block;
        background-image: url(../img/icon-msc.svg);
        background-size: 16px
    }

    .header-title__item--email {
        display: none;
    }


    .header-title__item--phone {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        background-image: url(../img/phone.svg);
        background-repeat: no-repeat;
        background-position: 18px 18px
    }

    .header-title__item--number {
        padding: 4px 11px;
        margin-right: 14px;
        font-size: 12px;
        color: #231f20;
        text-align: right;
    }

    .header-title__city-select--close {
        margin-bottom: 0
    }

    .header-title__city-select--close .header-title__item--active::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .social__list--mobile {
        display: flex;
        width: 100%;
        margin-top: 26px
    }

    .social__list--mobile .social__item {
        width: 42px;
        height: 42px;
        margin-right: 10px;
        margin-bottom: 40px
    }

    .social__item__new {
        width: 42px;
        height: 42px;
        margin: 0 8px;
        background-size: 26px 26px;
    }

    .social__item__new h3 {
        font-size: 12px;
    }

    .social__list--mobile .social__link {
        width: 42px;
        height: 42px;
        margin-bottom: 7px
    }

    .social__list--mobile .social__count {
        display: block;
        text-align: center;
        font-size: 10px;
        color: #aaa
    }

    .footer-social {
        padding: 42px 15px 42px;
    }

    /*.footer-social__list {*/
    /*    display: none*/
    /*}*/
    .footer-social__title {
        font-size: 22px
    }

    .projects {
        padding: 0 14px
    }

    .projects__title {
        font-size: 18px
    }

    .main-projects__projects .projects__title {
        margin: 0 14px 30px;
    }

    .projects__item {
        margin-right: 0
    }

    .project-card {
        width: 100%
    }

    .project-card__img {
        padding-top: 49.3%
    }

    .project-card--wide .project-card__container {
        display: block;
        padding: 0
    }

    .project-card--wide .project-card__img {
        width: 100%
    }

    .project-card--wide .project-card__content {
        width: 100%;
        padding: 18px 16px 22px
    }

    .project-card--wide .project-card__title {
        font-size: 22px
    }

    .project-card--wide .project-card__info {
        padding-bottom: 0
    }

    .awareness {
        padding: 0;
        margin-top: 0
    }

    .awareness__container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap
    }

    .awareness__header::before {
        left: 14px;
        width: 16px;
        height: 20px
    }

    .awareness__header {
        position: absolute;
        z-index: -1;
        width: 175px;
        padding-left: 14px;
        flex-shrink: 0;
        margin-right: 22px
    }

    .awareness__title {
        font-size: 20px
    }

    .awareness__projects-list {
        margin-left: 197px
    }

    .awareness__projects-item {
        width: 292px;
        flex-shrink: 0;
        margin-right: 14px
    }

    .awareness__projects-item:nth-child(2n) {
        margin-right: 14px
    }

    .actions {
        margin-top: 0;
        padding: 0 0 40px
    }

    .actions--inner-page {
        padding-bottom: 0
    }

    .actions__container {
        flex-wrap: wrap
    }

    .actions__header {
        width: 248px;
        padding-top: 40px;
        padding-left: 14px;
        padding-right: 14px;
        flex-shrink: 0;
        margin-right: 0
    }

    .actions__title {
        font-size: 22px
    }

    .actions__title--inner-page {
        margin-bottom: 10px
    }

    .actions__text {
        padding-right: 0
    }

    .actions__list {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .actions__item {
        margin-right: 0;
        margin-bottom: 0
    }

    .actions__item:nth-child(2n) {
        margin-right: 0
    }

    .actions__btn {
        display: block;
        width: auto;
        margin-top: 22px;
        margin-right: 14px;
        margin-left: 14px
    }

    .actions__btn--inner-page {
        margin: 0 auto
    }

    .action-card--spb::before {
        width: 16px;
        height: 20px
    }

    .action-card {
        width: 248px;
        margin-left: 14px;
        flex-shrink: 0
    }

    .action-card--events {
        width: 100%;
        margin-left: 7px
    }

    .action-card__img {
        padding-top: 66.1%
    }

    .supporting {
        padding: 0 0 55px
    }

    .supporting--main {
        padding-bottom: 40px;
        border: 0
    }

    .supporting__container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-top: 40px
    }

    .supporting__header::before {
        flex-shrink: 0;
        left: 14px;
        width: 16px;
        height: 20px
    }

    .supporting__header {
        position: absolute;
        z-index: -1;
        width: 175px;
        padding-left: 14px;
        flex-shrink: 0;
        margin-right: 35px
    }

    .supporting__title {
        font-size: 20px
    }

    .supporting__list {
        margin-left: 210px
    }

    .main-media .supporting__list {
        margin: 0;
    }

    .supporting__item {
        flex-shrink: 0;
        margin-right: 14px
    }

    .supporting__item:nth-child(3n) {
        margin-right: 14px
    }

    .supporting__btn {
        display: block;
        width: auto;
        margin-top: 0;
        margin-right: 14px;
        margin-left: 14px
    }

    .supporting-card {
        width: 180px
    }

    .supporting-card--supporters .supporting-card__img {
        padding: 0
    }

    .supporting-card--supporters .supporting-card__content {
        padding: 13px 0 14px
    }

    .supporting-card--supporters .supporting-card__name {
        margin-bottom: 6px;
        font-size: 12px;
        line-height: 1.5
    }

    .homeless-aid {
        padding-top: 28px;
        padding-bottom: 10px;
        margin-bottom: 50px
    }

    .homeless-aid__item {
        margin-bottom: 30px
    }

    .aid-item__title {
        margin-bottom: 22px;
        font-size: 12px
    }

    .homeless-aid__container {
        padding: 0 14px
    }

    .homeless-info {
        margin-bottom: 65px;
        padding: 0 10px
    }

    .homeless-info__subtitle,
    .homeless-info__title {
        padding-right: 4px;
        padding-left: 4px;
        margin-right: 30px;
        text-align: left
    }

    .homeless-info__title {
        font-size: 20px;
        margin-bottom: 12px
    }

    .homeless-info__subtitle {
        margin-bottom: 26px
    }

    .homeless-info__list {
        display: block
    }

    .homeless-info__item {
        width: auto;
        margin-right: 0
    }

    .homeless-info__item.mobile-hide {
        display: none;
    }

    .info-card {
        padding: 20px 18px 24px 20px
    }

    .info-card__container {
        margin-bottom: 24px;
        margin-right: 10px;
        flex-basis: 190px;
        flex-grow: 1
    }

    .info-card__title {
        margin-bottom: 12px;
        padding-right: 5px;
        font-size: 16px
    }

    .info-card__list {
        font-size: 12px
    }

    .info-card__img {
        flex-basis: 62px;
        max-width: 170px;
        flex-grow: 1;
        margin-left: auto
    }

    .handbooks {
        margin-bottom: 35px
    }

    .handbooks__container {
        padding: 0 14px
    }

    .handbooks__title {
        margin-bottom: 30px;
        font-size: 20px;
        text-transform: none
    }

    .handbooks__item {
        display: block;
        padding-bottom: 20px
    }

    .handbooks__item-title {
        font-size: 14px;
        margin-bottom: 8px
    }

    .handbooks__item-descr {
        font-size: 12px;
        margin-bottom: 10px
    }

    .handbooks__download {
        width: 100%;
        margin-top: auto;
        padding-left: 0;
        justify-content: flex-start
    }

    .ask-lawyer {
        margin-bottom: 42px;
        padding: 0 14px 30px
    }

    .ask-lawyer__title {
        font-size: 20px;
        margin-bottom: 37px
    }

    .ask-lawyer__item {
        padding-right: 0;
        padding-left: 0
    }

    .ask-lawyer__question-title {
        font-size: 14px
    }

    .ask-lawyer__show-btn {
        font-size: 16px;
        padding-right: 10px;
        padding-left: 16px;
    }

    .arrow-link__arr::after {
        left: 49%;
    }

    .ask-lawyer__btn-block {
        display: block
    }

    .ask-lawyer__btn {
        width: 100%
    }

    .vacancies {
        padding: 0 14px 48px;
        margin-bottom: 1px
    }

    .vacancies__title {
        font-size: 20px;
        text-align: left
    }

    .vacancies__item {
        padding: 27px 16px 24px
    }

    .vacancies__item-title {
        margin-bottom: 8px;
        font-size: 14px
    }

    .vacancies__btn {
        width: 100%
    }

    .slider-main {
        padding-top: 12px;
        padding-bottom: 42px;
        padding-right: 0
    }

    .slider-main__list .slick-slide {
        margin-left: 12px
    }

    .slider-main__control {
        display: none
    }

    .slider-main__item {
        width: 240px;
        overflow: hidden;
        box-shadow: 1px 3px 20px 0 rgba(0, 0, 0, .06);
        outline: 0
    }

    .slider-main__item img {
        position: relative;
        left: 0px;
        width: 100%;
        height: 191px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        background-color: #62a13b;
    }

    .slider-main__description {
        position: static;
        flex-direction: column;
        justify-content: space-between;
        min-height: 178px;
        margin-top: 0;
        background-color: #fff;
        outline: 0
    }

    .slider-main__text {
        padding-left: 18px;
        font-size: 14px;
        color: #707070
    }

    .form-donate {
        width: 100%;
        min-height: unset;
        padding: 25px 20px 32px;
        margin-bottom: 20px
    }

    .form-donate__state-list,
    .form-donate__title br {
        display: none
    }

    .form-donate__title {
        margin-top: 0;
        margin-bottom: 24px;
        padding-right: 36px;
        font-size: 18px;
        line-height: 1.33
    }

    .form-donate__state-item {
        margin-bottom: 8px;
        margin-right: 10px
    }

    .form-donate__sum {
        min-height: 172px;
        margin: 0 auto
    }

    .form-donate__sum-item {
        width: calc(100% / 2 - 4px);
        margin-right: 8px;
        margin-bottom: 8px
    }

    .form-donate__sum-item:nth-child(3n) {
        margin-right: 8px
    }

    .form-donate__sum-item:nth-child(2n) {
        margin-right: 0
    }

    .form-donate__sum-label {
        padding-top: 14px;
        padding-bottom: 14px;
        font-size: 14px
    }

    .form-donate__text-input {
        font-size: 14px
    }

    .form-donate__text-input::-webkit-input-placeholder {
        font-size: 12px
    }

    .form-donate__text-input:-ms-input-placeholder,
    .form-donate__text-input::-ms-input-placeholder {
        font-size: 12px
    }

    .form-donate__text-input::placeholder {
        font-size: 12px
    }

    .form-donate__description {
        line-height: 1.5
    }

    .form-donate__description--step1 {
        margin-top: 24px
    }

    .form-donate__button-wrapper {
        margin-top: 0
    }

    .form-donate__button-wrapper--step2 {
        margin: 0
    }

    .form-donate__button {
        width: 100%;
        min-height: 47px;
        margin: 8px 0 0
    }

    .form-donate__button--right {
        color: #707070;
        background-color: #f7f7f7
    }

    .form-donate__button--right:active,
    .form-donate__button--right:focus,
    .form-donate__button--right:hover {
        background-color: #fff
    }

    .form-donate__button--left {
        margin-top: 0
    }

    .form-donate__button--backward {
        height: 30px
    }

    .form-donate__wrapper {
        flex-direction: column
    }

    .form-donate__about {
        margin-right: 0;
        width: 100%
    }

    .form-donate__about-item {
        width: 100%;
        margin-bottom: 16px
    }

    .form-donate__name {
        width: 50%
    }

    .form-donate__name-input {
        width: 100%
    }

    .page-heading {
        text-align: left;
        margin-top: 39px;
        padding: 0 14px 35px
    }

    .page-heading--margin-top-shorter {
        margin-top: 70px
    }

    .page-heading--statistic {
        margin-top: 23px;
        margin-bottom: 35px;
        padding: 0 14px;
        order: -1
    }

    .page-heading--margin-top-short {
        margin-top: 70px;
        padding: 0 14px 39px
    }

    .page-heading--short {
        margin-top: 32px;
        padding: 0 14px 21px
    }

    .page-heading--margin-top {
        margin-top: 70px;
        padding: 0 14px 35px
    }

    .page-heading--padding-bottom {
        margin-top: 70px;
        padding: 0 14px 39px
    }

    .page-heading--padding-bottom-null {
        padding: 0 14px
    }

    .page-heading--mobile {
        display: block;
        margin-top: 3px;
        padding-bottom: 17px
    }

    .page-heading--mobile .page-heading__title {
        margin-top: 0;
        padding-top: 29px
    }

    .page-heading__title--break br {
        display: inline
    }

    .page-heading__title {
        margin: 10px 0 25px;
        font-size: 32px
    }

    .page-heading__title--margin-bottom-short {
        margin: 70px 0 24px
    }

    .page-heading__title--margin-bottom-shorter {
        margin: 10px 0 15px
    }

    .page-heading__title--margin-bottom {
        margin: 10px 0 22px
    }

    .page-heading__title--letter-spacing {
        letter-spacing: 0
    }

    .page-heading__text {
        font-size: 16px;
        line-height: 1.44;
        padding-right: 10px
    }

    .page-heading__text--width {
        display: inline-block
    }

    .page-heading__text--padding {
        padding-right: 0;
        padding-left: 0
    }

    .page-heading__text--padding-small {
        padding-right: 0;
        padding-left: 0;
        margin-right: 12px
    }

    .about-us {
        display: block;
        margin: 0;
        padding: 0 0 18px
    }

    .about-us__slider-wrapper {
        margin: 0;
        padding-bottom: 44px
    }

    .about-us__slider-count {
        top: 11px;
        right: 15px;
        padding: 4px 8px;
        font-size: 14px;
        border-radius: 3px
    }

    .about-us__text-wrapper {
        position: relative;
        display: block;
        padding: 0 14px;
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        color: #707070;
        background-color: transparent
    }

    .about-us__task-wrapper {
        width: 100%;
        margin: 0;
        padding: 0 14px 48px;
        font-size: 20px;
        text-align: left;
        border: 0
    }

    .about-us__task {
        display: block;
        padding-left: 16px;
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        border-left: 10px solid #ffe36e
    }

    .description {
        display: block;
        margin-bottom: 30px;
        padding: 0 14px
    }

    .description__list {
        display: flex;
        justify-content: flex-start;
        margin-left: -12px;
        margin-bottom: 20px;
        padding-bottom: 30px;
        text-align: left;
        overflow-x: auto
    }

    .description__list-item {
        position: relative;
        margin-left: 12px;
        padding: 19px 30px 16px 16px;
        color: #707070;
        line-height: 20px;
        border-radius: 3px;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
        background-color: #fff
    }

    .description__list-item::before,
    .rewards__wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        right: 13px;
        width: 16px;
        height: 20px;
        background-image: url(../img/group-9.svg)
    }

    .description__list-item-text--text-big {
        margin-bottom: 6px;
        font-size: 16px;
        color: #231f20;
    }

    .description__text {
        width: 100%;
        margin: 0;
        padding: 0;
        line-height: 22px;
        background-color: #fff
    }

    .description__text p {
        margin: 0 0 22px;
        padding: 0
    }

    .video-topic {
        padding: 0
    }

    .video-topic__title {
        margin-left: 14px
    }

    .video-topic__link {
        display: none
    }

    .section-title {
        padding: 0;
        font-size: 22px;
        font-weight: 700
    }

    .video-list {
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin: 0;
        padding-top: 25px;
        overflow-x: auto
    }

    .video-list__item {
        position: relative;
        display: block;
        min-width: 248px;
        margin: 0 0 0 14px;
        padding: 0
    }

    .video-list__item iframe {
        width: 248px;
        height: 138px
    }

    .video-list__item-title {
        margin: 12px 0
    }

    .video-list__item-time {
        content: "";
        position: absolute;
        top: 108px;
        right: 8px;
        margin: 0;
        padding: 2px 4px;
        font-size: 12px;
        border-radius: 2px;
        background-color: #cbcbcbcb
    }

    .homeless-link {
        color: #231f20
    }

    .homeless-link.button {
        color: #707070;
    }

    .rewards {
        padding: 22px 14px 49px
    }

    .rewards__wrapper {
        position: relative;
        display: block;
        padding: 21px 0 21px 26px
    }

    .rewards__wrapper::before {
        top: 20px;
        right: 26px;
        width: 42px;
        height: 54px;
        background-image: url(../img/prise.png);
        background-repeat: no-repeat;
        background-size: contain
    }

    .rewards__text {
        display: block;
        margin-bottom: 4px;
        font-size: 12px;
        line-height: 18px
    }

    .rewards__text--bold {
        margin: 0;
        padding-right: 76px;
        padding-bottom: 12px;
        font-size: calc(16px + .1vw);
        font-weight: 400;
        line-height: 21px
    }

    .rewards__link {
        position: relative;
        padding-right: 20px;
        word-break: break-all
    }

    .rewards__link::after {
        left: 0;
        bottom: -5px;
        display: block;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-image: url(../img/arrow-in-down.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-color: #fbdf50
    }

    .history {
        padding: 0 14px
    }

    .history__wrapper {
        padding-bottom: 48px;
        border-bottom: 1px solid #dfe4e9
    }

    .history__title {
        position: relative;
        top: 0;
        margin: 0;
        padding: 40px 14px 12px 0
    }

    .history__lists-wrapper {
        display: block;
        padding-bottom: 16px
    }

    .history-list {
        width: 100%;
        margin: 0;
        padding: 0
    }

    .history-list--data {
        width: 100%;
        padding: 0 0 24px;
        line-height: 20px;
        text-align: left;
        border: 0;
        border-bottom: 1px solid #dfe4e9
    }

    .history-list__text-wrapper {
        display: inline-block;
        padding-left: 12px;
        padding-right: 50px
    }

    .history-list__item-text-wrapper {
        margin: 15px 0 0;
        padding-left: 15px;
        border-color: #707070
    }

    .history-list__item {
        padding-top: 14px
    }

    .history-list__item--data {
        margin-bottom: 24px;
        padding: 0;
        border-left: 6px solid #62a13b
    }

    .history-list__item-numbers {
        margin: 0;
        font-size: 14px;
        font-weight: 700;
        color: #231f20;
    }

    .history-list__item-numbers--data {
        margin: 0;
        padding: 0
    }

    .history-list__item-text {
        margin: 0 0 20px;
        line-height: 20px
    }

    .history-list__item-text span {
        font-weight: 700;
        color: #231f20;
    }

    .workers {
        margin: 0;
        padding: 0 14px
    }

    .workers--padding-short {
        padding: 2px 14px
    }

    .workers__wrapper {
        padding: 44px 0 41px
    }

    .workers__wrapper--inner-page {
        padding: 0
    }

    .workers__wrapper--inner-page:nth-child(2) {
        border: 0
    }

    .workers__wrapper--padding-top {
        padding: 2px 0 0
    }

    .workers__wrapper--padding-bottom {
        padding-top: 46px;
        padding-bottom: 0
    }

    .workers__wrapper--padding-top-high {
        padding: 47px 0 46px
    }

    .workers__title {
        padding-left: 25px;
        padding-bottom: 30px;
        font-size: 18px;
        line-height: 22px
    }

    .workers__title::before {
        top: 2px;
        left: 1px
    }

    .workers__title--inner-page {
        padding-top: 3px
    }

    .workers__title--inner-page::before {
        top: 4px;
        left: 1px
    }

    .workers__title--msk-padding {
        padding-top: 50px
    }

    .workers__title--msk-padding::before {
        top: 50px
    }

    .workers__title--padding-null {
        padding-top: 5px
    }

    .workers__title--padding-null::before {
        top: 5px
    }

    .workers-list {
        margin: 0 0 0 -13px;
        padding: 0
    }

    .workers-list--inner-page {
        padding-bottom: 15px
    }

    .workers-list--padding-short {
        padding-bottom: 8px
    }

    .workers-list--msk {
        padding-bottom: 10px
    }

    .workers-list__item {
        margin: 0 0 0 20px;
        padding-bottom: 32px
    }

    .workers-list__item--inner-page {
        padding-bottom: 25px
    }

    .workers-list__item--padding-short {
        padding-bottom: 20px
    }

    .workers-list__item--msk {
        padding-bottom: 26px
    }

    .workers-list__item-link:active .workers-list__item-text,
    .workers-list__item-link:focus .workers-list__item-text,
    .workers-list__item-link:hover .workers-list__item-text {
        color: #e42a32
    }

    .workers-list__item-link:active .workers-list__item-image,
    .workers-list__item-link:focus .workers-list__item-image,
    .workers-list__item-link:hover .workers-list__item-image {
        opacity: .7
    }

    .workers-list__item-image-wrapper {
        width: 100%;
        height: auto;
        margin-bottom: 12px
    }

    .workers-list__item-image {
        width: 100%;
        height: 100%
    }

    .workers-list__item-text {
        font-size: 12px;
        line-height: 18px;
        color: #231f20
    }

    .workers-list__item-text--small {
        margin-top: 6px;
        color: #868686
    }

    .workers-list__item-text span {
        display: inline;
        box-shadow: inset 0 0 0 -2px #fff, inset 0 -6px 0 -2px #ffe36e
    }

    .workers-list--horizontal {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        width: 100%;
        margin-left: -15px;
        margin-right: -14px;
        width: calc(100% + 29px)
    }

    .workers-list--horizontal .workers-list__item {
        margin-left: 15px
    }

    .workers-list--horizontal .workers-list__item:last-child {
        width: 145px;
        padding-right: 15px
    }

    .reports {
        padding: 41px 14px 40px
    }

    .reports__title {
        padding-bottom: 7px
    }

    .reports-list {
        padding-bottom: 15px
    }

    .reports-list__item-document-info {
        flex-direction: column;
        justify-content: flex-start;
        padding-left: 30px
    }

    .reports-list__item {
        align-items: center;
        padding: 19px 0;
        border-bottom: 1px solid #dfe4e9
    }

    .reports-list__item:last-child {
        border: 0
    }

    .reports-list__item-text {
        position: relative;
        width: 60vw;
        margin-bottom: 5px
    }

    .reports-list__item-text::before {
        content: "";
        position: absolute;
        top: 2px;
        left: -29px;
        width: 16px;
        height: 20px;
        background-repeat: no-repeat
    }

    .reports-list__item-text--pdf::before {
        background-image: url(../img/pdf.svg)
    }

    .reports-list__item-text--xls::before {
        background-image: url(../img/xls.svg)
    }

    .reports-list__item-text--doc::before {
        background-image: url(../img/doc.svg)
    }

    .reports-list__item-info {
        margin: 0;
        font-size: 12px;
        color: #aaa
    }

    .reports-list__item-link {
        margin: 0
    }

    .reports-list__item-link::after {
        display: none
    }

    .information-documents {
        padding: 0 14px 27px
    }

    .information-documents__wrapper {
        position: relative;
        width: 100%;
        margin-bottom: 24px;
        padding: 26px 88px 26px 26px;
        border-radius: 3px;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
    }

    .information-documents__wrapper::after {
        content: "";
        position: absolute;
        top: 25px;
        right: 26px;
        width: 32px;
        height: 40px;
        background-image: url(../img/image-book.png);
        background-size: contain
    }

    .information-documents__wrapper--pay {
        margin-bottom: 21px;
        padding: 22px 40px 20px 26px
    }

    .information-documents__wrapper--pay::after {
        background-image: url(../img/image-file.png)
    }

    .information-documents__link-wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        box-shadow: none
    }

    .information-documents__download-wrapper::before,
    .information-documents__link-wrapper::after,
    .information-documents__link-wrapper::before {
        display: none
    }

    .information-documents__title {
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 12px
    }

    .information-documents__title--pay {
        margin: 0 0 30px
    }

    .information-documents__description {
        margin-bottom: 25px;
        font-size: 12px;
        line-height: 18px;
        text-align: left
    }

    .information-documents__download-wrapper {
        width: 100%;
        margin: 0;
        padding: 0;
        box-shadow: none
    }

    .information-documents__download {
        justify-content: flex-start;
        width: 100%;
        margin-top: auto;
        word-break: break-all
    }

    .information-documents__download--pay {
        margin: 0;
        padding: 0;
        text-align: left;
        box-shadow: none
    }

    .information-documents__download--pay::before {
        top: -5px;
        left: 0;
        display: block;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-image: url(../img/arrow-in-down.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-color: #fbdf50
    }

    .information-documents__download--pay::after {
        display: none
    }

    .button {
        max-width: 100%
    }

    .button--radius {
        width: 69px;
        margin: 0;
        padding: 4px 14px;
        font-size: 12px;
        border-radius: 13px
    }

    .button--yellow {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: #231f20;
        border: 0;
        background-color: #fbdf50
    }

    .button--yellow:active,
    .button--yellow:focus,
    .button--yellow:hover {
        font-weight: 400;
        background-color: #ffe36e;
        border: 0;
        opacity: .7
    }

    .button--margin {
        margin-top: 18px;
        margin-bottom: 40px
    }

    .button--margin-long {
        margin-left: 14px;
        margin-right: 14px;
        margin-top: 22px
    }

    .button--slider {
        width: 100%
    }

    .main-news--news .main-news__item img,
    .slider__photo-wrapper {
        width: 100%;
        height: auto
    }

    .slider__photo-img {
        padding-bottom: 12px
    }

    .slider__photo-text {
        position: relative;
        display: block;
        padding: 0 14px;
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        color: #707070;
        background-color: transparent
    }

    .slider__count {
        top: 11px;
        right: 15px;
        padding: 4px 8px;
        font-size: 14px;
        border-radius: 3px
    }

    .help__title {
        padding-top: 38px;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 26px
    }

    .help__title .page-heading__title span {
        box-shadow: inset 0 -11px 0 -2px #ffe36e
    }

    .help__video-wrapper {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        padding-top: 30px;
        overflow: hidden
    }

    .help__video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .help__video {
        width: 100%
    }

    .main-projects--inner-page {
        padding-bottom: 0
    }

    .main-projects__projects {
        margin-top: 30px;
        padding: 0
    }

    .main-projects__list {
        margin-bottom: 0
    }

    .main-projects__list--inner-page {
        margin-bottom: 10px;
        padding: 0
    }

    .main-projects__title {
        /*margin-top: 48px;*/
        padding-bottom: 0
    }

    .main-projects__title--inner-page {
        margin-top: 49px;
        margin-bottom: 30px;
        font-size: 22px;
        line-height: 26px;
        padding: 0 14px;
    }

    .other-projects .main-projects__title--inner-page,
    .other-projects .main-projects__list {
        padding: 0;
    }

    .main-projects__item-link {
        width: 100%
    }

    .main-projects__btn-wrapper {
        padding-left: 14px;
        padding-right: 14px
    }

    .main-projects__link {
        width: 100%;
        margin-bottom: 48px
    }

    .main-subscribe {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 20px 16px;
        background-position: 89% 28px
    }

    .main-subscribe__title-wrapper {
        margin-top: 2px
    }

    .main-subscribe__title-description {
        margin-top: 4px;
        margin-bottom: 24px
    }

    .main-subscribe__form {
        width: 100%;
        align-items: flex-start
    }

    .main-subscribe__input-wrapper {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0
    }

    .main-subscribe__input {
        width: 100%
    }

    .donation-form__sum-item--text input[type=text]::-webkit-input-placeholder,
    .main-subscribe__input::-webkit-input-placeholder {
        font-size: 12px
    }

    .donation-form__sum-item--text input[type=text]:-ms-input-placeholder,
    .donation-form__sum-item--text input[type=text]::-ms-input-placeholder,
    .main-subscribe__input:-ms-input-placeholder,
    .main-subscribe__input::-ms-input-placeholder {
        font-size: 12px
    }

    .donation-form__sum-item--text input[type=text]::placeholder,
    .main-subscribe__input::placeholder {
        font-size: 12px
    }

    .main-subscribe__description {
        margin-top: 14px
    }

    .main-subscribe__btn-wrapper {
        width: 100%;
        margin-left: 0
    }

    .main-subscribe__form label {
        width: 100%;
    }

    .new-offer-wrap {
        position: static;
        margin-top: 10px;
    }

    .main-subscribe__button {
        width: 100%
    }

    .main-news__title {
        font-size: 20px;
        padding-left: 14px
    }

    .main-news__wrapper {
        padding-right: 0;
        padding-left: 0
    }

    .main-news__list {
        padding-left: 14px
    }

    .contacts__details-item a,
    .main-news--news .main-news__item,
    .main-news__btn {
        width: 100%
    }

    .main-news__btn-wrapper {
        padding-right: 14px;
        padding-left: 14px
    }

    .main-news--news .main-news__wrapper {
        padding-right: 14px
    }

    .main-media {
        padding-bottom: 0;
        background-color: #f7f7f7
    }

    .main-media--inner-page {
        height: 100%
    }

    .main-media__wrapper {
        padding-top: 48px;
        padding-right: 0;
        padding-left: 0
    }

    .main-media__title {
        font-size: 22px;
        padding-left: 14px
    }

    .main-media__description {
        width: 100%;
        padding-left: 14px;
        padding-right: 48px;
        margin-bottom: 37px;
        font-size: 14px;
        line-height: 1.43
    }

    .main-media__list {
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding-left: 14px;
    }

    .main-media__item {
        width: 248px;
        margin-right: 14px
    }

    .main-media__item:nth-child(3n) {
        margin-right: 14px
    }

    .main-media__item:last-child::after {
        content: "";
        position: absolute;
        top: 0;
        right: -14px;
        width: 14px;
        height: 100%;
        background-color: transparent
    }

    .main-media__item img {
        width: 100px;
        height: 22px
    }

    .main-media__item::before {
        top: 35px
    }

    .main-media--page-media .main-media__wrapper {
        padding-right: 14px;
        padding-top: 24px
    }

    .main-media--page-media .main-media__list {
        flex-direction: column;
        align-items: center;
        padding-bottom: 16px
    }

    .main-media--page-media .main-media__item {
        flex-shrink: 1;
        width: 100%;
        margin-right: 0
    }

    .main-media--page-media .main-media__link {
        padding: 32px 32px 25px
    }

    .main-media--page-media .main-media__link--thevillage {
        padding-top: 30px
    }

    .main-media__btn-wrapper {
        padding-right: 14px;
        padding-left: 14px
    }

    .main-media__btn {
        width: 100%;
        border: solid 1px #f2f2f2;
        background-color: #ececec
    }

    .main-media__btn--inner-page {
        width: 95.25%
    }

    .main-contacts {
        padding-bottom: 16px;
        margin-left: 0;
        margin-right: 0
    }

    .main-contacts__title {
        margin-top: 28px
    }

    .main-contacts__wrapper {
        flex-direction: column
    }

    .main-contacts__list {
        width: 100%;
        margin-bottom: 24px
    }

    .main-banner {
        margin-top: 0;
        background-color: #f7f7f7
    }

    .page-main__slider-wrapper {
        position: relative
    }

    /*.page-main__slider-wrapper::before {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    height: 203px;*/
    /*    background-color: #62a13b*/
    /*}*/

    .page-main {
        display: flex;
        flex-direction: column
    }

    .page-main__slider-wrapper {
        background-color: #f7f7f7;
        order: 1
    }

    .page-main__projects {
        order: 2
    }

    .page-main__help {
        order: 3
    }

    .page-main__news {
        order: 4
    }

    .page-main__media {
        order: 5
    }

    .page-main__supporting {
        order: 6
    }

    .page-main__video {
        order: 7
    }

    .page-main__subscribe {
        order: 8
    }

    .page-main__contacts {
        display: block;
        order: 9
    }

    .page-main__title {
        font-size: 32px
    }

    .page-main__text {
        margin-top: 14px;
        margin-bottom: 14px
    }

    .page-main__title-description {
        padding-right: 48px;
        margin-bottom: 14px;
        font-size: 16px;
        line-height: 1.44;
        text-align: left
    }

    .page-main__title-wrapper {
        align-items: flex-start
    }

    .page-main__link {
        width: 170px
    }

    .page-main__link--slider {
        font-size: 14px;
        color: #231f20;
        padding-bottom: 12px
    }

    .page-main__text--slider {
        margin-top: 0
    }

    .page-main--banner .page-main__banner {
        order: 3;
        margin-top: 25px
    }

    .page-main--banner .page-main__help {
        order: 4
    }

    .page-main--banner .page-main__news {
        order: 5
    }

    .page-main--banner .page-main__media {
        order: 6
    }

    .page-main--banner .page-main__supporting {
        order: 7
    }

    .page-main--banner .page-main__video {
        order: 8
    }

    .page-main--banner .page-main__subscribe {
        order: 9
    }

    .page-main--banner .page-main__contacts {
        order: 10
    }

    .page-title {
        text-align: left;
        margin-top: 70px;
        padding: 0 14px 23px
    }

    .page-title__title {
        margin: 10px 0 25px;
        font-size: 32px
    }

    .page-title__text {
        font-size: 16px;
        line-height: 1.44;
        padding-right: 10px
    }

    .page-title__text--width {
        display: inline-block
    }

    .motto {
        width: 100%;
        margin: 0;
        padding: 15px 10px 49px;
        box-shadow: none
    }

    .motto--padding-bottom-long {
        padding: 13px 10px 48px
    }

    .motto--padding-short {
        padding-top: 8px
    }

    .motto--padding {
        padding: 8px 10px
    }

    .motto__wrapper,
    .motto__wrapper--border {
        position: relative;
        display: block;
        padding: 24px 20px;
        color: #231f20;
        border: 0;
        border-radius: 3px;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
    }

    .motto__title {
        display: inline-block;
        margin: 0 0 3px
    }

    .motto__title--border-none {
        display: flex;
        flex-direction: row;
        justify-content: flex-start
    }

    .motto__title span {
        font-size: calc(.01342 * 100vw + 13.7047px);
        font-weight: 700;
        line-height: 24px;
        box-shadow: inset 0 -1px 0 -2px #fff, inset 0 -7px 0 -2px #ffe36e
    }

    .motto__title--border-none span {
        margin: 0;
        font-size: 18px;
        line-height: 24px;
        box-shadow: none
    }

    .motto__subtitle {
        margin: 0 0 24px;
        font-size: calc(.00671 * 100vw + 9.85235px);
        line-height: 18px
    }

    .motto__link {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 14px 10px
    }

    .motto__link--padding-null {
        max-width: 552px;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        text-align: center;
        border: 0;
        background-color: #fbdf50
    }

    .motto__link--padding-null:active,
    .motto__link--padding-null:focus,
    .motto__link--padding-null:hover {
        font-weight: 400;
        background-color: #ffe36e;
        border: 0;
        opacity: .7
    }

    .contacts {
        padding: 0 14px
    }

    .contacts__item {
        margin-bottom: 34px
    }

    .contacts__title {
        font-size: 18px
    }

    .contacts__map {
        height: auto
    }

    .contacts__map-container,
    .show-img .contacts__map-container {
        display: none
    }

    .contacts__map-img {
        display: block;
        height: auto;
        padding-top: 47.94%
    }

    .contacts__map-btn {
        display: none
    }

    .contacts__details-list {
        flex-direction: column;
        padding: 0
    }

    .contacts__details-item::after {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 22px;
        width: 8px;
        height: 8px;
        border-bottom: 1px solid #c1c1c1;
        border-right: 1px solid #c1c1c1;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg)
    }

    .contacts__details-item {
        width: 100%;
        justify-content: flex-start;
        padding: 16px 16px 12px;
        text-align: left;
        border-bottom: 1px solid #f2f2f2
    }

    .contacts__details-item:last-child {
        border-bottom: none
    }

    .contacts__details-title {
        margin-bottom: 0;
        font-size: 14px
    }

    .contacts__details-text {
        margin-bottom: 0;
        font-size: 12px
    }

    .contacts__landmarks {
        margin-bottom: 32px;
        padding-right: 12px;
        padding-left: 16px;
        padding-bottom: 28px;
        font-size: 12px
    }

    .contacts__landmarks-metro::before {
        top: 3px
    }

    /* .contacts__workers-btn {
        width: 100%
    } */
    .contacts-container {
        display: block;
        padding: 58px 15px 30px;
        margin-bottom: 48px
    }

    .contacts-container::after {
        content: '';
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: calc(100% + 47px);
        height: 1px;
        width: calc(100% - 28px);
        background-color: #f2f2f2
    }

    .requisites {
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 48px
    }

    .requisites__content {
        padding-right: 62px
    }

    .requisites__content::after {
        width: 31px;
        height: 41px
    }

    .requisites__title {
        font-size: 16px;
        margin-bottom: 12px
    }

    .requisites__text {
        font-size: 12px
    }

    .feedback {
        width: 100%;
        margin-left: 0
    }

    .feedback__title {
        font-size: 20px
    }

    .feedback__text {
        font-size: 12px
    }

    .video-box {
        padding: 40px 10px 10px
    }

    .video-box iframe {
        width: 100%;
        height: 258px;
    }

    .video-box__title {
        padding: 0;
        margin: 0
    }

    .video-box__title h2 {
        margin: 10px 0 0
    }

    .contacts-media__wrapper {
        padding: 0 14px
    }

    .contacts-media {
        background-color: #f7f7f7
    }

    .contacts-media__list {
        flex-direction: column;
        padding: 0
    }

    .contacts-media__item {
        width: 100%;
        min-height: 0;
        border-left: none;
        padding: 0
    }

    .contacts-media__item img {
        width: 50px;
        height: 50px
    }

    .contacts-media__contact {
        font-size: 12px;
        line-height: 1.5;
        padding-bottom: 0
    }

    .contacts-media__value {
        font-size: 14px;
        line-height: 1.29
    }

    .contacts-media__link {
        position: relative;
        padding: 14px 50px 12px 16px;
        border-bottom: 1px solid #e8e8e8
    }

    .contacts-media__link::after,
    .info-house__link::after {
        content: "";
        position: absolute;
        right: 20px;
        width: 8px;
        height: 8px;
        border-bottom: 1px solid #c1c1c1;
        border-right: 1px solid #c1c1c1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .contacts-media__link--img {
        padding-top: 20px;
        padding-bottom: 16px
    }

    .contacts-media__item--img .contacts-media__value {
        font-size: 14px
    }

    .contacts-media__item--img .contacts-media__contact {
        font-size: 12px;
        padding-bottom: 0;
        padding-top: 0
    }

    .page-media__subscribe {
        margin-top: 48px;
        margin-bottom: 58px;
        padding-left: 10px;
        padding-right: 10px
    }

    .page-media__title {
        padding-bottom: 58px
    }

    .news-select {
        width: 100%
    }

    .page-news__subscribe,
    .paginator,
    .year-paginator {
        padding: 0 14px
    }

    .page-news__title {
        padding-bottom: 28px
    }

    .page-news__subscribe {
        padding-left: 10px;
        padding-right: 10px
    }

    .page-news__select {
        display: block;
        width: 100%;
        max-width: 1030px;
        padding: 0 14px;
        margin: 0 auto 40px;
        background-color: #fff
    }

    .page-news__paginator {
        margin-bottom: 48px
    }

    .page-news__year {
        display: none
    }

    .modal-consent__container {
        padding: 30px 26px 30px 14px
    }

    .modal-consent__subtitle {
        margin-top: 0;
        margin-bottom: 0
    }

    .modal-consent__path {
        margin-top: 16px;
        margin-bottom: 14px
    }

    .modal-consent__description {
        margin: 0
    }

    .modal-consent__hidden-2 {
        display: inline
    }

    .reasons,
    .stereotypes,
    .stories-wards {
        padding: 0 14px
    }

    .stories-list,
    .stories-list--horizontal {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto
    }

    .stories-list--horizontal {
        width: 100%;
        margin-left: -15px;
        margin-right: -14px;
        width: calc(100% + 29px)
    }

    .stories-list--horizontal .stories-list__item {
        display: block;
        width: 100%;
        margin-left: 10px
    }

    .stories-list {
        padding-bottom: 32px
    }

    .stories-list--padding-bottom-long {
        padding-bottom: 40px
    }

    .stories-list--padding-null {
        margin-left: -12px;
        padding-bottom: 14px
    }

    .stories-list__item {
        display: block;
        width: 100%;
        margin-left: 10px
    }

    .stories-list__item--margin-left {
        margin-left: 15px
    }

    .stories-list__link--border {
        padding-bottom: 0;
        border: 0
    }

    .stories-list__link:active .stories-list__image,
    .stories-list__link:focus .stories-list__image,
    .stories-list__link:hover .stories-list__image {
        opacity: .7
    }

    .history-ward__info li span > a:active,
    .history-ward__info li span > a:focus,
    .history-ward__info li span > a:hover,
    .stories-list__link:active .stories-list__text,
    .stories-list__link:focus .stories-list__text,
    .stories-list__link:hover .stories-list__text {
        color: #e42a32
    }

    .stories-list__image-wrapper {
        margin-bottom: 12px
    }

    .stories-list__text {
        font-size: 12px
    }

    .stories-list__text--blue {
        font-size: 12px;
        line-height: 18px;
        color: #231f20
    }

    .stories-list__text--blue span {
        display: inline;
        box-shadow: inset 0 0 0 -2px #fff, inset 0 -6px 0 -2px #ffe36e
    }

    .stories-list__descr {
        font-size: 12px
    }

    .help-motto {
        padding-bottom: 47px
    }

    .help-motto__text {
        width: 100%;
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        color: #231f20;
    }

    .volunteer-form {
        margin-bottom: 0
    }

    .volunteer-form__container {
        padding: 42px 14px 40px
    }

    .page-news-item__title {
        padding-bottom: 32px
    }

    .page-news-item__title-description {
        font-size: 14px;
        line-height: 1.64
    }

    .page-news-item__subscribe {
        padding-left: 10px;
        padding-right: 10px
    }

    .employee-page-main {
        padding: 0 14px 75px
    }

    .employee-page-main h2 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 26px
    }

    .employee-page-main div {
        padding: 12px 0 0
    }

    .employee-page-main p {
        margin: 0 0 13px;
        font-size: 14px;
        line-height: 20px;
        text-align: left
    }

    .employee-page-main p:first-child {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 20px
    }

    .employee-page-main a {
        position: relative;
        font-weight: 400;
        color: #707070
    }

    .employee-page-footer {
        padding: 0 0 35px
    }

    .employee-page-footer__title {
        margin-left: 2px;
        margin-bottom: 22px;
        padding: 0 14px;
        font-size: 20px;
        line-height: 26px
    }

    .employee-page-footer__link-wrapper {
        width: 100%;
        padding: 0 14px
    }

    .house-description {
        padding-left: 0;
        padding-right: 0
    }

    .house-description__title {
        font-size: 20px;
        line-height: 1.3
    }

    .house-description__title--advisory {
        padding-right: 50px
    }

    .house-description__subtitle {
        margin-top: 30px;
        line-height: 1.43
    }

    .house-description__btn {
        display: block;
        width: 100%;
        margin-top: 20px
    }

    .house-description__btn--secondary {
        margin-top: 22px
    }

    .house-description__text--ellipsis {
        display: inline
    }

    .house-description__text--advisory {
        margin-top: 24px;
        margin-bottom: 16px
    }

    .house-description__wrapper {
        display: none
    }

    .house-important {
        margin-top: 49px;
        margin-bottom: 30px;
        padding-left: 0;
        padding-right: 0
    }

    .house-important__title {
        font-size: 20px;
        line-height: 1.3
    }

    .house-important__text {
        margin-top: 22px
    }

    .house-map__btn {
        position: relative;
        display: block;
        padding-top: 13px;
        padding-bottom: 12px
    }

    .house-map__list,
    .info-house__value br {
        display: none
    }

    .house-numbers {
        margin-top: 34px
    }

    .house-numbers__text {
        margin: 0 0 24px
    }

    .house-numbers__text:last-child {
        margin-bottom: 6px
    }

    .info-house__wrapper {
        padding: 0 14px
    }

    .info-house {
        margin: 0 0 -4px
    }

    .info-house__list {
        position: relative;
        top: -28px;
        padding: 0;
        flex-direction: column
    }

    .info-house__item {
        width: 100%;
        padding: 16px 40px 12px 16px;
        border-bottom: 1px solid #e8e8e8;
        border-right: none
    }

    .info-house__item--img {
        padding: 0
    }

    .info-house__item-title {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.29;
        padding-bottom: 0
    }

    .info-house__item--img .info-house__item-title {
        font-size: 14px
    }

    .info-house__value {
        font-size: 12px;
        line-height: 1.5
    }

    .info-house__link {
        width: 100%;
        padding: 16px 40px 12px 16px
    }

    .info-house__link img {
        width: 48px;
        height: 48px
    }

    .info-house--advisory .info-house__item {
        width: 100%;
        padding-top: 14px;
        padding-bottom: 13px
    }

    .info-house--advisory .info-house__item--link {
        padding: 0
    }

    .info-house--advisory .info-house__item--day {
        padding-bottom: 10px
    }

    .info-house--advisory .info-house__item-title--day {
        padding-top: 2px;
        line-height: 1.43
    }

    .info-house--advisory .info-house__link {
        padding-top: 15px;
        padding-bottom: 13px
    }

    .house-price {
        width: 100%;
        max-width: 100%;
        padding-top: 26px;
        padding-bottom: 22px;
        margin-top: 18px
    }

    .house-price__title {
        padding-right: 100px;
        padding-bottom: 10px;
        font-size: 20px;
        line-height: 1.3
    }

    .house-price__title--advisory {
        padding-right: 40px
    }

    .house-price__list {
        width: 100%
    }

    .text-hidden__container {
        display: none
    }

    .text-hidden__container--open {
        display: block
    }

    .donation__item-title br,
    .text-hidden__ellipsis {
        display: inline
    }

    .text-hidden__ellipsis--open {
        display: none
    }

    .text-hidden__btn {
        display: block
    }

    .text-hidden__btn--open {
        display: none
    }

    .history-ward__text div,
    .page-house__wrapper {
        padding: 0 14px
    }

    .page-house__img-wrapper img {
        width: auto;
        min-height: 220px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .page-house__title {
        padding-bottom: 39px
    }

    .page-house__wrapper {
        flex-direction: column;
        align-items: center
    }

    .page-house__wrapper--secondary {
        align-items: flex-start
    }

    .page-house__wrapper--secondary + .stories-wards,
    .shelter + .stories-wards {
        padding: 0
    }

    .page-house__stories {
        padding-top: 44px;
        padding-bottom: 11px
    }

    .page-house__help {
        padding-top: 2px
    }

    .page-house__help-title {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .page-house__section-title {
        font-size: 20px
    }

    .page-house__section-title--projects {
        font-size: 22px;
        line-height: 1.18
    }

    .page-house__btn {
        width: 100%
    }

    .supporters__container {
        padding: 0 20px
    }

    .review-expert {
        padding: 0 0 40px
    }

    .review-expert__image-wrapper {
        height: 69%
    }

    .review-expert__text {
        width: calc(100% - 20px);
        margin: -23px auto 0;
        padding: 0 24px 32px;
        word-wrap: break-word
    }

    .review-expert__text p {
        margin: 32px 0 27px;
        text-align: left
    }

    .review-expert__info {
        justify-content: flex-start;
        align-items: flex-start;
        word-wrap: break-word
    }

    .review-expert__info-image-wrapper {
        width: 48px;
        height: 48px;
        margin-right: 13px
    }

    .review-expert__info-image-wrapper img {
        width: 48px;
        height: 48px
    }

    .review-expert__info-text-wrapper {
        width: 60%;
        justify-content: flex-start;
        align-items: center;
        text-align: left
    }

    .review-expert__info-text-wrapper span {
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        color: #868686
    }

    .review-expert__info-text-wrapper span:first-child {
        margin-bottom: 4px;
        font-size: 14px;
        color: #231f20
    }

    .history-ward {
        justify-content: space-between;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        padding: 0 0 32px
    }

    .history-ward__text div {
        padding-bottom: 0
    }

    .history-ward__text div > p {
        margin: 0 0 12px
    }

    .history-ward__text img {
        margin-top: 29px;
        margin-bottom: 32px
    }

    .history-ward__info {
        max-width: 1030px;
        list-style: none;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        margin: 9px 0 0;
        padding: 0 14px
    }

    .history-ward__info li {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-bottom: 12px
    }

    .history-ward__info li > span {
        margin-left: 0;
        font-size: 14px;
        color: #231f20
    }

    .history-ward__info li > span:first-child {
        margin-bottom: 4px;
        font-size: 12px;
        color: #868686
    }

    .shelter {
        width: 100%;
        margin-bottom: 50px;
        padding: 0 10px;
        box-shadow: none
    }

    .shelter__info-wrapper {
        flex-direction: column;
        width: 100%;
        padding: 27px 20px 24px;
        border-radius: 3px;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
    }

    .shelter__info {
        margin: 0;
        list-style: none;
        padding: 0 0 8px;
        font-size: 16px;
        line-height: 24px;
        color: #231f20;
    }

    .shelter__info-item {
        padding: 0 0 16px
    }

    .shelter__link {
        width: 100%
    }

    .in-duties {
        padding-bottom: 38px
    }

    .in-duties--page-bus {
        padding-bottom: 25px
    }

    .in-duties__image-wrapper {
        padding: 0
    }

    .in-duties__info-worker-list-wrapper {
        width: 100%;
        max-width: 1030px;
        padding: 0 14px;
        margin: -30px 0 0;
        flex-direction: column
    }

    .in-duties__info-worker-list-wrapper--page-bus {
        margin-top: -20px
    }

    .info-worker-list {
        width: 100%;
        margin-bottom: 10px
    }

    .info-worker-list--page-bus {
        flex-direction: column;
        margin: 0
    }

    .info-worker-list__item-link {
        padding: 13px 15px
    }

    .info-worker-list__item-link::after {
        content: "";
        position: absolute;
        top: 48%;
        right: 21px;
        width: 7px;
        height: 7px;
        border-top: 1px solid #c1c1c1;
        border-right: 1px solid #c1c1c1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 12
    }

    .info-worker-list__item-link:active,
    .info-worker-list__item-link:focus,
    .info-worker-list__item-link:hover {
        opacity: .7;
        background-color: rgba(112, 112, 112, .09)
    }

    .info-worker-list--page-bus .info-worker-list__item {
        width: 100%;
        padding: 16px 15px 12px;
        border-bottom: 1px solid #dfe4e9
    }

    .info-worker-list--alt .info-worker-list__item {
        padding: 0;
    }

    .info-worker-list--page-bus .info-worker-list__item:last-child {
        padding: 5px 0
    }

    .info-worker-list__item-name-wrapper {
        width: 65%
    }

    .info-worker-list__item-name {
        margin-bottom: 2px;
        font-size: 14px;
        line-height: 18px;
        color: #231f20
    }

    .info-worker-list__item-description,
    .info-worker-list__item-position {
        font-size: 12px;
        line-height: 18px;
        color: #707070
    }

    .info-worker-list__item-communication {
        margin-bottom: 5px;
        font-size: 12px;
        color: #707070
    }

    .info-worker-list__item-value {
        margin-bottom: 0;
        font-size: 14px;
        color: #231f20
    }

    .info-worker-list__item-image-wrapper {
        width: 48px;
        height: 48px;
        margin-right: 16px
    }

    .info-worker-list__item-image {
        width: 48px;
        height: 48px
    }

    .task {
        margin: 0;
        padding: 0 0 47px;
        border: 0;
        text-align: left
    }

    .task--container-task {
        width: 100%;
        padding: 12px 14px 0;
        order: unset;
        padding-bottom: 40px;
    }

    .text__custom {
        padding-bottom: 30px !important;
    }

    .task--container-task .task__text {
        display: block;
        width: 100%;
        padding: 0 14px 0 16px;
        border: 0;
        border-left: 10px solid #ffe36e
    }

    .task__text {
        display: block;
        padding-left: 16px;
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        border-left: 10px solid #ffe36e
    }

    .done {
        padding: 0 14px 30px;
        text-align: left
    }

    .done--margin-bottom {
        padding-bottom: 27px
    }

    .done__title {
        margin: 0 0 10px;
        font-size: 20px;
        line-height: 26px
    }

    .done__button {
        display: block;
        width: 100%
    }

    .done__button span {
        position: relative
    }

    .done__button span::before {
        content: "";
        position: absolute;
        top: 2px;
        left: -20px;
        width: 11px;
        height: 14px;
        background-image: url(../img/icon-map.svg)
    }

    .done__map {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        z-index: 300;
        background-color: #f4f7fa
    }

    .done__information {
        display: block;
        margin: 0;
        padding-top: 50px
    }

    .done__stops {
        width: 100%;
        margin: 0 0 47px;
        padding: 26px 26px 26px;
        border-left: none;
        border-top: 8px solid #62a13b;
        border-radius: 3px;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
    }

    .done__text {
        padding-bottom: 50px
    }

    .done__text--page-bus {
        width: 100%;
        margin-bottom: 0;
        padding-right: 0
    }

    .done__title--margin-bottom {
        margin-bottom: 32px;
        font-size: 20px;
        line-height: 26px
    }

    .done__stops-title {
        font-size: 20px;
        line-height: 26px;
        margin: 25px 11px 26px 0
    }

    .done__subtitle {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 20px
    }

    .done__stops-link {
        width: 100%;
        margin: 0 auto
    }

    .done__text p,
    .done__text-important {
        line-height: 20px
    }

    .done__text-important--page-bus {
        width: 100%;
        padding-bottom: 47px
    }

    .done__text-important--page-bus .done__title {
        margin-bottom: 10px
    }

    .done__text-important--page-bus .done__text-wrapper--text-important {
        margin-bottom: 75px
    }

    .done__text-wrapper {
        height: 100%;
        margin-bottom: 21px
    }

    .done__text-wrapper--text-important {
        margin-bottom: 41px
    }

    .done__text-wrapper--page-bus {
        margin-bottom: 32px
    }

    .done__text-important--page-bus .done__text-wrapper--tall {
        margin-bottom: 16px
    }

    .done__text p {
        margin: 0;
        padding: 0 0 12px;
        font-size: 14px;
        color: #707070
    }

    .done__text-button {
        display: block;
        width: 100%
    }

    .done__text-wrapper p > span {
        font-weight: 400
    }

    .done__stats-list {
        width: 100%;
        padding: 0
    }

    .done__stats-item {
        margin: 0 0 24px;
        padding: 0 12px 0 11px;
        font-size: 16px;
        line-height: 24px;
        text-align: left
    }

    .js-text-hide,
    .js-text-tall {
        height: 190px;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .js-text-tall {
        height: 252px
    }

    .inner-slider {
        padding: 11px 0 50px
    }

    .inner-slider--page-bus {
        padding: 0 0 10px;
    }

    .inner-slider__title {
        display: inline-block;
        width: 91%;
        margin: 0 14px 20px;
        padding-top: 38px;
        border-top: 1px solid #dfe4e9
    }

    .inner-slider + .stories-wards,
    .inner-slider__wrapper {
        padding: 0
    }

    .inner-slider__nav {
        display: block;
        width: 100%;
        position: relative;
        padding: 0
    }

    .inner-slider__sliders-wrapper {
        width: 100%;
        margin: 0;
        padding: 0 0 0 14px
    }

    .inner-slider__gallery-wrapper {
        display: none
    }

    .inner-slider__gallery {
        width: 100%;
        margin: auto
    }

    .inner-slider__slide img {
        width: 100%;
        height: auto
    }

    .inner-slider__button-close {
        padding: 0;
        background-color: transparent;
        border: 0;
        display: block;
        position: fixed;
        z-index: 2;
        top: 9px;
        right: 5px;
        width: 40px;
        height: 40px;
        background-image: url(../img/close.svg);
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: center
    }

    .inner-slider__nav-slide {
        margin-right: 2px
    }

    .inner-slider__gallery-button-wrapper {
        display: none
    }

    .inner-slider__gallery-header {
        position: relative;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        padding: 16px 14px 15px 0;
        font-weight: 400;
        text-align: left;
        border: 0;
        background-color: #fff
    }

    .inner-slider__gallery-header::after {
        content: "";
        position: absolute;
        top: 32%;
        right: 15px;
        width: 8px;
        height: 8px;
        border-top: 1px solid #c1c1c1;
        border-right: 1px solid #c1c1c1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 12
    }

    .inner-slider__gallery-header--second {
        top: 100px;
        z-index: 15
    }

    .inner-slider__gallery-header:active,
    .inner-slider__gallery-header:focus,
    .inner-slider__gallery-header:hover {
        border: 0;
        background-color: #fff
    }

    .inner-slider__gallery-title {
        display: inline;
        margin-bottom: 0;
        padding: 0;
        font-size: 16px;
        line-height: 21px;
        font-weight: 400;
        color: #707070;
        background-color: transparent
    }

    .inner-slider__gallery-text {
        font-size: 12px;
        line-height: 20px
    }

    .inner-slider__nav-gallery-wrapper {
        position: relative;
        padding: 0
    }

    .inner-slider__nav-gallery-wrapper--first {
        margin-top: -73px;
        margin-bottom: 91px
    }

    .inner-slider__nav-gallery,
    .inner-slider__nav-slide {
        height: 78px
    }

    .inner-slider__nav-image {
        width: 130px;
        height: 78px
    }

    .inner-slider__controls {
        background-color: #000
    }

    .inner-slider__control {
        display: none
    }

    .inner-slider__number-wrapper {
        position: fixed;
        left: 50%;
        bottom: 22px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0;
        font-size: 12px;
        color: #798087;
        background-color: #231f20;
        z-index: 1001
    }

    .inner-slider__current-number {
        margin: 0;
        padding: 0;
        font-size: 12px;
        color: #798087;
        font-weight: 400;
        border: 0
    }

    .js-show-slider {
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 0;
        background-color: #000;
        z-index: 1000
    }

    .inner-slider--moneyboxes {
        padding-top: 5px;
        padding-bottom: 0;
        margin-right: -14px;
        width: calc(100% + 14px)
    }

    .inner-slider--moneyboxes .inner-slider__sliders-wrapper {
        padding-left: 0
    }

    .events__container {
        padding: 0 14px
    }

    .events__list {
        width: 100%;
        margin-left: 0
    }

    .events__item {
        margin-bottom: 40px;
        margin-left: 0
    }

    .supporter__container {
        padding: 0 14px 48px
    }

    .supporter__img {
        padding-top: 76%;
        margin-right: -14px;
        margin-left: -14px;
        width: calc(100% + 28px)
    }

    .supporter__text {
        width: 100%;
        padding: 33px 26px 30px 24px
    }

    .interview {
        padding-right: 0;
        padding-left: 0
    }

    .supporters-list {
        padding: 43px 14px 48px
    }

    .supporters-list__title {
        font-size: 20px;
        padding-left: 2px;
        margin-bottom: 13px;
        text-align: left
    }

    .supporters-list__list {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-right: -14px;
        margin-left: -14px;
        width: calc(100% + 28px);
        padding-left: 14px
    }

    .supporters-list__item {
        width: 130px;
        flex-shrink: 0
    }

    .supporters-list__item:last-child {
        padding-right: 14px;
        width: 144px
    }

    .supporters-list__btn {
        width: 100%;
        margin-top: 5px
    }

    .moneybox-banner__container {
        padding: 0 14px;
        display: block;
        margin-bottom: 48px;
        margin-top: 0
    }

    .moneybox-banner__img {
        position: relative;
        overflow: hidden;
        padding-top: 76%;
        margin-right: -14px;
        margin-left: -14px;
        width: calc(100% + 28px)
    }

    .moneybox-banner__img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .moneybox-card {
        width: 100%;
        margin: -12px 0 40px;
        padding: 33px 26px 30px 24px
    }

    .moneybox-card__footnote {
        font-size: 12px
    }

    .map-block {
        height: auto;
        width: calc(100% + 28px);
        margin-left: -14px;
        margin-right: -14px
    }

    .map-block__map-container,
    .show-img .map-block__map-container {
        display: none
    }

    .map-block__img {
        display: block;
        height: auto;
        padding-top: 68.75%
    }

    .map-block__img--moneyboxes {
        position: relative;
        padding-top: 0;
        height: 220px
    }

    .map-block__btn {
        display: none
    }

    /* .moneyboxes-info {
        margin-bottom: 65px
    } */
    .moneyboxes-info__container {
        padding: 0 14px
    }

    .moneyboxes-info__title {
        font-size: 22px;
        text-align: left
    }

    .moneyboxes-info__companies p {
        text-align: left
    }

    .moneyboxes-info__logo-img {
        width: calc(100% + 14px);
        margin-right: -14px;
        overflow: auto
    }

    .moneyboxes-info__logo-img img {
        width: 1004px;
        max-width: 1004px
    }

    .moneyboxes-info__show-map {
        display: block
    }

    .moneyboxes-info__text {
        display: block;
        margin-bottom: 0
    }

    .moneyboxes-info__text p {
        padding-right: 15px;
        width: auto
    }

    .moneybox-form {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 48px
    }

    .moneybox-form--margin-top {
        margin-top: 0
    }

    .moneybox-form__container {
        padding: 25px 20px 24px
    }

    .moneybox-form__header h2 {
        font-size: 18px;
        padding-right: 60px
    }

    .moneybox-form__header p,
    .moneybox-form__text {
        font-size: 12px
    }

    .address-list__show-btn {
        width: 100%
    }

    .address-list__title {
        font-size: 22px
    }

    .address-list__item-address {
        font-size: 12px
    }

    .moneybox-gallery {
        margin-right: -14px;
        width: calc(100% + 14px)
    }

    .moneybox-gallery__item {
        width: 132px;
        padding-right: 2px
    }

    .moneybox-gallery__img {
        position: relative;
        padding-top: 60%;
        overflow: hidden
    }

    .moneybox-gallery__img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .event__container {
        padding: 0 14px 37px
    }

    .event__img {
        padding-top: 75.5%;
        margin-right: -14px;
        margin-left: -14px;
        width: calc(100% + 28px)
    }

    .event__details {
        margin-top: 20px;
        position: relative
    }

    .event__details-list {
        flex-direction: column;
        margin: 0;
        padding: 0
    }

    .event__details-item--link::after {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 22px;
        width: 8px;
        height: 8px;
        border-bottom: 1px solid #c1c1c1;
        border-right: 1px solid #c1c1c1;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg)
    }

    .event__details-item {
        width: 100%;
        justify-content: flex-start;
        text-align: left;
        border-bottom: 1px solid #f2f2f2;
        padding: 16px 16px 12px
    }

    .event__details-item--padding {
        padding-top: 22px;
        padding-bottom: 24px;
        padding-left: 16px
    }

    .event__details-item:last-child {
        border-bottom: none
    }

    .event__details-link {
        width: 100%
    }

    .event__details-link--map {
        padding-left: 60px
    }

    .event__details-link--map::before {
        left: 0;
        width: 48px;
        height: 48px
    }

    .event__details-text {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400
    }

    .event__details-title {
        margin-bottom: 0;
        font-size: 12px
    }

    .event__description {
        padding: 0
    }

    .event-stories__container {
        padding: 0 26px 0 14px
    }

    .event-stories__title {
        margin-bottom: 29px;
        font-size: 20px;
        text-align: left
    }

    .event-stories__item,
    .event-stories__list {
        margin-left: 0;
        width: 100%
    }

    .event-stories__item {
        margin-bottom: 14px
    }

    .thank-you-card {
        padding: 0 14px;
        width: 100%;
        margin-bottom: 47px
    }

    .thank-you-card__container {
        padding: 32px 32px 43px 26px
    }

    .thank-you-card__title {
        font-size: 20px;
        margin-bottom: 16px
    }

    .account main {
        margin-bottom: 0;
        width: auto
    }

    .account__container {
        flex-direction: column;
        margin-top: 0;
        padding-right: 0;
        padding-left: 0
    }

    .donation::after {
        width: calc(100% - 28px);
        background-color: #f2f2f2
    }

    .donation--no-border-b::after,
    .subscription__social .social__item--twitter {
        display: block
    }

    .donation {
        padding-bottom: 32px;
        color: #aaa
    }

    .donation__container {
        padding-right: 14px;
        padding-left: 14px;
        max-width: 100%
    }

    .donation__tabs-list::after {
        width: calc(100% + 28px)
    }

    .donation__tab {
        padding: 9px 0 11px;
        margin-right: 24px
    }

    .donation__tab.active::after {
        height: 3px
    }

    .donation__tab-btn {
        font-size: 12px
    }

    .donation__list--mb-short {
        margin-bottom: 50px
    }

    .donation__list--mb-short-mob {
        margin-bottom: 17px
    }

    .donation__item-title {
        font-size: 20px;
        margin-top: 33px;
        margin-bottom: 24px
    }

    .donation__item-title--mb-short,
    .donation__item-title--mb-shorter {
        margin-bottom: 12px
    }

    .donation__item-title--mb-short-desktop {
        margin-bottom: 24px
    }

    .donation__item-title span {
        box-shadow: none
    }

    .donation__note {
        width: auto;
        font-size: 14px;
        margin-bottom: 22px;
        padding-top: 0
    }

    .subscription {
        width: 100%
    }

    .subscription__info {
        height: 178px;
        padding: 21px 27px 23px 24px;
        margin: 0 auto 34px
    }

    .subscription__date {
        padding-right: 90px;
        font-size: 14px
    }

    .subscription__link {
        margin-top: 2px;
        display: block
    }

    .subscription__card-display {
        margin-bottom: 11px
    }

    .subscription__unsubscribe-link {
        top: 17px;
        right: 17px;
        min-width: 90px;
        padding: 7px 5px 5px;
        font-size: 12px
    }

    .subscription__text {
        font-size: 14px;
        padding-right: 0
    }

    .subscription__text--mb-short-mobile {
        margin-bottom: 15px
    }

    .subscription__btn-block {
        margin-top: 30px;
        margin-bottom: 12px
    }

    .subscription__social .social__item a {
        width: 42px;
        height: 42px
    }

    .subscription__social .social__item {
        width: 42px;
        height: 42px;
        margin-right: 10px;
        background-size: initial
    }

    .subscription__link-back,
    .subscription__social .subscription__copy-btn {
        display: none
    }

    .subscription-title {
        padding-right: 80px
    }

    .prior-donations__container--pt {
        padding-top: 52px
    }

    .prior-donations__container {
        padding-right: 14px;
        padding-left: 14px;
        padding-bottom: 48px
    }

    .prior-donations__title {
        margin-top: 42px;
        padding-right: 80px;
        line-height: 1.18
    }

    .prior-donations__list {
        height: 358px;
        width: 100%;
        max-width: 100%
    }

    .prior-donations__list::after {
        height: 130px
    }

    .prior-donations__item {
        margin-bottom: 24px
    }

    .prior-donations__btn {
        display: block;
        width: 100%;
        max-width: 407px;
        margin: 12px auto 0;
        font-size: 14px
    }

    .prior-donation__row {
        margin-bottom: 4px
    }

    .prior-donation__type {
        color: #aaa;
        font-size: 14px;
        line-height: 1.4
    }

    .personal-info {
        width: auto;
        border-bottom: 1px solid rgba(193, 193, 193, .3);
        margin-top: 43px;
        padding-bottom: 8px
    }

    .personal-info__name {
        margin-bottom: 19px;
        font-size: 20px
    }

    .personal-info__item {
        font-size: 16px
    }

    .personal-info__item span {
        font-size: 14px
    }

    .page-advisory__house-number {
        width: 100%;
        margin-top: 18px;
        padding-bottom: 42px;
        border-bottom: 1px solid #f2f2f2
    }

    .page-advisory__slider {
        padding-top: 50px
    }

    .page-advisory__slider-text {
        display: inline
    }

    .page-advisory__slider-nav {
        margin-bottom: 0;
        margin-top: 16px
    }

    .page-advisory__stories {
        padding-left: 12px;
        margin-bottom: 48px;
        margin-top: 0
    }

    .page-advisory__stories-title {
        margin-left: 0
    }

    .history-img {
        margin-top: 30px;
        margin-bottom: 10px
    }

    .history-img__item {
        margin-bottom: 36px
    }

    .history-img__item img {
        width: 100%;
        min-height: 193px
    }

    .history-img__description {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.43
    }

    .page-history__wrapper {
        padding: 0 14px
    }

    .page-history__title {
        padding-bottom: 28px
    }

    .page-history__wrapper {
        flex-direction: column
    }

    .page-history__item {
        width: 100%
    }

    .page-history__list {
        margin-right: 0
    }

    .stops-list {
        padding: 0 0 26px;
        box-shadow: none
    }

    .stops-list__item {
        align-items: flex-start;
        padding: 0 0 33px
    }

    .stops-list__item:last-child {
        padding-bottom: 0
    }

    .stops-list__item-time {
        position: relative;
        display: block;
        width: 100%;
        margin-left: 16px;
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 23px;
        text-align: left
    }

    .stops-list__item-time::before {
        content: "";
        position: absolute;
        top: 5px;
        left: -22px;
        width: 11px;
        height: 14px;
        background-image: url(../img/icon-map.svg)
    }

    .stops-list__item-address {
        align-items: flex-start;
        padding-left: 16px;
        font-size: 14px;
        line-height: 22px;
        text-align: left
    }

    .stops-list__item-address::before {
        display: none
    }

    .stops-list__item-clarification {
        font-size: 12px;
        line-height: 18px
    }

    .map,
    .map__image iframe {
        width: 100%;
        height: 100%
    }

    .map__close-btn-map {
        padding: 0;
        background-color: transparent;
        border: 0;
        display: block;
        position: fixed;
        z-index: 2;
        top: 9px;
        right: 5px;
        width: 40px;
        height: 40px;
        background-image: url(../img/close-icon.svg);
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: center
    }

    .map__image,
    .map__title {
        position: fixed;
        width: 100%;
        left: 0
    }

    .map__title {
        top: 0;
        display: block;
        z-index: 1;
        margin: 0;
        padding: 15px 15px 17px;
        font-size: 20px;
        color: #231f20;;
        background-color: #fff;
        box-shadow: 0 0 30px 0 rgba(44, 55, 62, .1)
    }

    .map__image {
        height: 100%;
        bottom: 0
    }

    .donation-form__sum-item--text input[type=text] {
        padding: 11px 10px 13px
    }

    .donation-form {
        width: 100%;
        margin-bottom: 20px
    }

    .donation-form__sum {
        width: calc(100% + 9px);
        margin-left: -9px
    }

    .donation-form__sum-item {
        margin-left: 9px;
        margin-bottom: 10px
    }

    .donation-form__sum-label {
        font-size: 14px;
        border-radius: 3px;
        background-color: #f7f7f7;
        box-shadow: 0 0 0 1px #f2f2f2;
        padding-top: 15px;
        padding-bottom: 13px
    }

    .donation-form__sum-label--text {
        font-size: 12px;
        background-color: #fff
    }

    .donation-form__button-wrapper {
        margin-top: 4px
    }

    .donation-form__button {
        width: 100%;
        min-height: 47px;
        margin: 0 0 8px
    }

    .donation-form__button:last-child {
        margin-bottom: 5px
    }

    .page-error__wrapper {
        width: 100%;
        max-width: 1030px;
        margin: 5px auto 0;
        padding: 0 44px 0 14px
    }

    .page-error__link-main {
        position: relative;
        left: 0;
        font-size: 14px;
        line-height: 20px;
        text-align: left
    }

    .page-error__title,
    .page-error__title-small {
        margin: 122px 0 1px;
        font-size: 32px;
        line-height: 36px;
        text-align: left
    }

    .page-error__text {
        position: relative;
        left: 0;
        width: 80%;
        font-size: 16px;
        line-height: 23px;
        text-align: left
    }

    .page-error__link-help {
        margin-top: 128px;
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 22px
    }

    .breadcrumbs {
        padding: 0 14px;
        display: none
    }

    .causes-wards {
        margin-bottom: 47px;
        padding: 33px 0 0 14px;
        order: 0
    }

    .causes-wards__list {
        flex-wrap: nowrap;
        overflow-x: auto
    }

    .causes-wards__item {
        width: 240px;
        margin-left: 20px
    }

    .causes-wards__image-wrapper {
        margin: 0 0 17px;
        width: 240px;
        height: 191px
    }

    .causes-wards__image-wrapper img {
        width: 240px;
        height: 191px
    }

    .statistic {
        position: relative;
        padding: 0 14px 48px;
        order: 0
    }

    .statistic::after {
        content: "";
        position: absolute;
        left: 14px;
        bottom: 0;
        width: 91%;
        height: 1px;
        background-color: #dfe4e9
    }

    .statistic__title {
        margin: 0 0 14px;
        font-size: 22px;
        line-height: 26px;
        text-align: left;
        color: #231f20;
    }

    .statistic__description {
        margin: 0 0 32px;
        font-size: 14px;
        line-height: 20px;
        text-align: left
    }

    .statistic__list {
        padding: 0 16px 29px;
        border-radius: 3px;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
    }

    .statistic__item {
        position: relative;
        padding: 20px 0;
        border-bottom: 1px solid #dfe4e9
    }

    .statistic__item:last-child {
        border: 0
    }

    .statistic__item-view {
        content: "";
        position: absolute;
        top: 18px;
        left: 0;
        flex-direction: row-reverse;
        width: 100%
    }

    .statistic__item-view--top {
        top: 35%
    }

    .statistic__percent {
        margin-right: 0;
        margin-left: 12px;
        font-size: 10px;
        font-weight: 700;
        color: #231f20
    }

    .statistic__bar-graph {
        height: 8px
    }

    .statistic__bar-graph--move {
        width: 220px
    }

    .statistic__bar-graph--problems-family {
        width: 150px
    }

    .statistic__bar-graph--victim {
        width: 84px
    }

    .statistic__bar-graph--other {
        width: 62px
    }

    .statistic__bar-graph--rental {
        width: 50px
    }

    .statistic__bar-graph--work {
        width: 48px
    }

    .statistic__bar-graph--imprisonment {
        width: 36px
    }

    .statistic__bar-graph--addiction {
        width: 26px
    }

    .statistic__bar-graph--disease,
    .statistic__bar-graph--sale {
        width: 22px
    }

    .statistic__bar-graph--orphans {
        width: 13px
    }

    .statistic__bar-graph--fire {
        width: 9px
    }

    .statistic__item-text {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 20px;
    }

    .statistic__item-title {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        color: #231f20;
    }

    .statistic__item-description {
        margin: 10px 0 0;
        font-size: 12px;
        color: #868686
    }

    .stereotypes-homeless {
        padding: 0 14px;
        margin-top: 13px
    }

    .stereotypes-homeless + .stories-wards {
        padding: 0
    }

    .stereotypes-homeless__text-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        padding: 2px 0 20px;
        text-align: left
    }

    .stereotypes-homeless__text {
        font-size: 20px;
        line-height: 26px;
        color: #231f20;
    }

    .stereotypes-homeless__text--small {
        font-size: 16px;
        margin-top: 2px;
        margin-right: 40px;
        line-height: 23px
    }

    .wrapper {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 40px;
        background-color: #fff
    }

    .stereotypes-homeless-list {
        padding-bottom: 25px
    }

    .stereotypes-homeless-list__item {
        width: 100%;
        margin: 0 0 24px;
        padding: 25px 6px 12px 26px;
        border-radius: 3px;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
    }

    .stereotypes-homeless-list__item-text {
        position: relative;
        margin: 0;
        padding-bottom: 9px;
        font-size: 14px;
        line-height: 20px
    }

    .stereotypes-homeless-list__item-text--small::before {
        display: none
    }

    .stereotypes-homeless-list__item-text::before {
        content: "";
        position: absolute;
        top: 5px;
        left: -26px;
        width: 11px;
        height: 11px;
        background-color: #62a13b
    }

    .page-header,
    .position {
        display: flex;
        flex-direction: column
    }

    .position {
        flex-wrap: wrap
    }

    .page-header {
        background-color: #f7f7f7
    }

    .page-header__title {
        display: flex !important;
        order: 1
    }

    .page-header__nav {
        order: 2;
        padding-top: 0
    }

    .page-header__banner {
        position: static;
        order: 3
    }

    .page-header--close .page-header__city-select,
    .page-header--close .page-header__contacts,
    .page-header--close .page-header__nav,
    .page-header--close .page-header__text,
    .page-header__banner-text {
        display: none
    }

    .page-header__btn {
        position: absolute;
        top: 20px;
        left: 14px;
        width: 24px;
        height: 16px;
        background-color: transparent;
        border: 0;
        outline: 0
    }

    .page-header--close .page-header__logo {
        padding-top: 16px;
        padding-bottom: 16px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
    }

    .page-header--close .page-header__logo .mobile-city-switch {
        position: absolute;
        top: 12px;
        right: 14px;
        width: 24px;
        height: 24px;
        background-color: #fff;
        border-radius: 50%;
        background-image: url(../img/icon-spb.svg);
        background-repeat: no-repeat;
        background-position: center
    }

    .page-header--close .page-header__logo--msk .mobile-city-switch {
        background-image: url(../img/icon-msc.svg);
    }

    .page-header--close .page-header__banner,
    .page-header--close .page-header__banner-list {
        display: none;
        /* background-color: #f7f7f7; */
        /* padding-top: 0; */
        /* margin: 0 */
    }

    .page-header--close .page-header__banner--main,
    .page-header--close .page-header__banner-list--main {
        background-color: #62a13b;
        padding-top: 0
    }

    .page-header--close .page-header__banner-btn {
        display: inline
    }

    .page-header--close .page-header__description {
        display: none;
    }

    .page-header--close .page-header__btn {
        display: block
    }

    .page-header--close .page-header__btn::after,
    .page-header--close .page-header__btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 1.5px;
        background-color: #231f20;
    }

    .page-header--close .page-header__btn::after {
        top: 6px;
        width: 14px
    }

    .page-header--open {
        position: fixed;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        height: 100vh;
        width: 100%;
        z-index: 101;
        overflow: auto;
    }

    .page-header--open .page-header__btn {
        display: block;
        top: 17px;
        background-image: url(../img/close.png);
        background-position: center;
        background-repeat: no-repeat
    }

    .page-header--open .page-header__city-select {
        display: flex
    }

    .page-header--open .page-header__description {
        display: none
    }

    .page-header--open .page-header__logo {
        padding-bottom: 16px
    }

    .page-header--open .page-header__banner-mobile {
        display: none
    }

    .page-footer {
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .page-footer__social {
        position: relative;
        background-image: linear-gradient(#f2f2f2, #f2f2f2);
        background-repeat: no-repeat;
        background-size: 100% 1px;
        background-position: left top
    }

    .page-footer__wrapper {
        border: 0
    }

    .page-footer__wrapper--authors {
        order: 2
    }

    .page-footer__copyright {
        padding-left: 0;
        padding-right: 0;
        margin-left: 14px;
        margin-right: 14px;
        background-image: linear-gradient(rgba(193, 193, 193, .3), rgba(193, 193, 193, .3));
        background-repeat: no-repeat;
        background-size: 100% 1px;
        background-position: left top
    }

    .page-footer__copyright--authors,
    .page-footer__img {
        background-image: none
    }

    .page-footer__img {
        display: none
    }

    .page-footer__copyright-item--sitemap {
        display: none
    }

    .page-footer__link {
        font-size: 12px;
        color: #868686
    }

    .page-footer__link--active,
    .page-footer__link:active,
    .page-footer__link:focus,
    .page-footer__link:hover {
        color: #e42a32
    }

    .page-footer__authors-item {
        font-size: 12px;
        color: #868686
    }

    .page-footer__authors-item--en {
        display: none;
        position: absolute;
        bottom: 25px;
        left: 14px
    }

    .page-footer__authors-item--active,
    .page-footer__authors-item:active,
    .page-footer__authors-item:focus,
    .page-footer__authors-item:hover {
        color: #868686
    }

    .page-footer--open .page-footer__social {
        background-image: none
    }

    .page-footer--open .page-footer__authors-item--en,
    .page-footer--open .page-footer__wrapper--copyright {
        display: block
    }

    .account-header__container {
        justify-content: center;
        padding: 17px 14px 13px
    }

    .account-header__container img {
        width: 120px;
        height: 14px
    }

    .account-header__text {
        font-size: 14px;
        line-height: 1.43;
        display: none
    }

    .account-footer {
        padding-left: 14px;
        padding-right: 14px
    }

    .account-footer__note {
        display: block;
        margin-top: 16px
    }

    .page-content--close {
        display: none
    }
}

.page-main__projects .page-main__text .page-main__link {
    width: 100%;
}

@media (max-width: 767px) {
    .info-worker-list__item--user {
        padding: 5px 0 !important;
    }
}

/* how_to_help page */
.m-money-popup__bottom {
    min-height: 450px;
    padding: 51px 60px 65px;
    background: #f7f7f7
}

.m-money-popup__ttl {
    margin: 0 0 38px;
    font-size: 22px;
    line-height: 18px;
    color: #231f20;
}

.m-money-popup__tab {
    margin-right: 30px;
    font-size: 14px;
    line-height: 18px;
    color: #a1a1a1;
    cursor: pointer
}

.m-money-popup__tab.is-active {
    color: #62a13b
}

.m-money-popup__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin: 0
}

.m-money-popup__tab-content {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    visibility: hidden;
    z-index: -10;
    opacity: 0
}

.m-money-popup__tab-content.is-active {
    position: relative;
    z-index: initial;
    visibility: visible;
    opacity: 1
}

.m-money-popup__left {
    width: 400px;
    margin-right: 70px
}

.m-money-popup__right {
    width: calc(100% - 470px)
}

.m-money-popup__left--wide {
    width: 500px
}

.m-money-popup__right--small {
    width: calc(100% - 570px);
    max-width: 180px
}

.m-money-popup__right--small .m-money-popup__info p {
    margin: 0 0 20px
}

.m-money-popup__left table {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    color: #231f20;
}

.m-money-popup__left th {
    width: 126px;
    padding-right: 26px;
    color: grey;
    font-weight: 400
}

.m-money-popup__logo {
    width: 118px;
    height: auto;
    margin-bottom: 20px
}

.m-money-popup__info {
    font-size: 14px;
    line-height: 20px;
    color: grey
}

.m-money-popup__info p {
    margin: 0 0 10px
}

.m-money-popup__info h4 {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #231f20;
}

.m-money-popup__left h4 {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #231f20;
}

.m-money-popup__link {
    display: inline-block;
    vertical-align: top;
    margin-top: 17px;
    font-size: 14px;
    line-height: 18px
}

.m-money-popup__note {
    margin-top: 23px;
    font-size: 12px;
    line-height: 18px;
    color: grey
}

.m-money-popup__image {
    position: relative
}

.m-money-popup__map-link {
    position: absolute;
    bottom: 20px;
    left: 22px;
    padding-left: 32px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 25px;
    color: #231f20;
    border: 1px solid #d6d6d9;
    border-radius: 3px;
    background: #f3f3ee
}

.m-money-popup__map-link:hover {
    color: #231f20;
}

.m-money-popup__map-link:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 1px;
    width: 24px;
    height: 24px;
    background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABIFBMVEXu7u/6+vri4uPu7u/x8fL29vbh4eH6+vrv7+/b29v6+vrp6en6+vr29vbi4uL6+vrw8PDs7Ozr6+v6+vrw8PDi4uL6+vr29vbp6en6+vrb29v6+vrw8PDi4uL6+vrc3Nz29vby8vPi4uPu7u/p6erf3+Dd3d7o6OnX19jq6urt7e3g4ODY2Nn////c3Nz09PTW1tn3r6/rQEDkAAD4v7/k5OTT0tXuX1/xf3/8/PzQ0NTs7OzqPz/839/+7+/89vbcFRb++fn7+/vdW13p6ena2tvwb2/SDQ/55OXaAwXGCQ7eiYv89PS9DRO9DhTINzv9+PjwxcbwxMXnpqjce37b29vben3INjv+/PzOTlLnp6jg4OHY2NjX19ff398AAADcyXeHAAAAJHRSTlMAAPMVsEntC6D+OOgDlf4s4+vfSKXtFmG+AfcmetMF/TmU5A6V9z+RAAAAAWJLR0Rfc9FRLQAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB+IFBAwYJGfYjeIAAAENSURBVCjPZZJpQ8IwDIY7VLzFE29FmVOQTlmZF9QD8ECYgheIwP//GW5J48p8P7RZny5JkzDGzANLU2yEKR0eZbKajkcNEDNzfFj2GAIrEwEn8XEAp1n4zDtCOAUw3QkAZwDOBegisC8npwJwFYC8UIJ/itMzBEpClKQMVow/S8C/KzmX/obx5xIhuEZwg/HnQ1eOlH5it3cAyrbK6i94RT2musDuId0HPH98IrDILHxgwfdWe66r87K9RIDzhvfy2lS2u2yEoOV5b1SulaQG3r0PquPnqqGBrzY5Kq6ta6Dz3aLIG5uGBppdcuRuQdl//jVqewdb24uA3RS2lpn9oWEY7KlhiI7PfhqH5xeGHFtVA6v5AwAAAABJRU5ErkJggg==)
}

.m-money-popup__term-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 5px !important;
}

.m-money-popup__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 43px
}

.m-money-popup__row a {
    font-size: 12px;
    line-height: 18px
}

.m-money-popup__term-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 150px;
    height: 35px;
    font-size: 12px;
    line-height: 18px;
    color: grey;
    border: 1px solid #dedede;
    border-radius: 6px;
    background: #fff
}

.m-money-popup__term-steps svg {
    width: 17px;
    height: 17px;
    margin: 0 5px;
    fill: #a1a1a1
}

.m-money-popup__term-logo {
    width: 115px;
    margin-top: -5px
}

.m-money-popup__term-logo img {
    max-width: 100%
}

.m-money-popup__mobiles-logo {
    margin-bottom: 10px
}

.c-sms-way {
    width: 100%;
    max-width: 405px;
    margin-bottom: 30px;
    border: 1px solid #dedede;
    border-radius: 6px;
    background: #fff
}

.c-sms-way__top {
    padding: 20px 18px;
    font-size: 14px;
    line-height: 18px;
    color: #231f20;
}

.c-sms-way__top img {
    vertical-align: middle
}

.c-sms-way__bottom {
    padding: 15px 18px;
    font-size: 12px;
    line-height: 18px;
    color: grey;
    background: #eef8fb
}

.m-money-popup__map {
    width: calc(100% + 120px);
    height: 450px;
    margin: -51px -60px -65px
}

.m-money-popup__map-metro-info {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 360px;
    min-height: 317px;
    max-height: 410px;
    padding: 40px 45px 45px;
    font-size: 14px;
    line-height: 20px;
    color: #231f20;
    background: #fff
}

.m-money-popup__map-img {
    position: absolute;
    bottom: -45px;
    left: -38px;
    width: 160px;
    height: 80px;
    overflow: hidden
}

.m-money-popup__map-ing img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.m-money-popup__map-metro {
    padding: 0;
    margin: 25px 0 35px;
    color: grey
}

.m-map-popup__metro {
    padding: 0;
    color: grey
}

.m-map-popup__metro li, .m-money-popup__map-metro li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 10px;
    list-style: none
}

.m-map-popup__metro li:before, .m-money-popup__map-metro li:before {
    content: unset !important;
}

.m-map-popup__metro li:first-child:before, .m-money-popup__map-metro li:first-child:before {
    content: unset !important;
}

.m-map-popup {
    max-width: 700px
}

.m-map-popup__bottom {
    position: relative
}

.m-map-popup__bottom {
    padding: 33px 69px 43px 44px;
    background: #fff
}

.m-map-popup__ttl {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 20px;
    font-weight: 400;
    color: #231f20;
}

.m-map-popup__info {
    font-size: 14px;
    line-height: 20px;
    color: grey
}

.m-map-popup__map {
    width: 100%;
    height: 410px
}

.m-map-popup__image {
    position: absolute;
    bottom: 20px;
    left: 20px;
    max-width: 200px;
    max-height: 140px
}

.m-map-popup__image--top {
    bottom: auto;
    left: auto;
    top: 20px;
    right: 20px
}

.m-map-popup__image img {
    max-width: 100%;
    max-height: 100%
}

.m-map-popup__address {
    margin-bottom: 25px
}

.m-map-popup__address span {
    font-size: 16px;
    color: #231f20;
}

.m-info-popup {
    width: 600px
}

.m-info-popup__content {
    padding: 45px 45px 45px 90px;
    background: #fff
}

.m-info-popup__item {
    position: relative
}

.m-info-popup__item .m-another__link {
    display: none
}

.m-info-popup__item .m-another__icon {
    left: -45px
}

.m-info-popup__item .m-another__item-name {
    font-size: 22px;
    line-height: 20px
}

.m-info-popup__item .m-another__desc {
    margin-bottom: 25px;
    color: #231f20;
}

.m-info-popup__item .m-another__desc li {
    display: block
}

.m-info-popup__map-link {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    line-height: 20px;
    color: grey
}

.m-info-popup__map-link:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 10px;
    height: 15px;
    background-size: 10px 15px;
    background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAPCAMAAADqIa48AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAolBMVEX/////////zMz/bW3/Ojr/////y8v/ODj/Njb/ZWX/paX/7e3/6en/vr7/oaH/JCT/Hx//ISH/Hh7/Kir/UlL/Kyv/ior/////UVH/UFD/KSn/Jib/IyP/Li7/HBz/IiL/Ghr/GRn/MTH/JSX/QED/zc3/c3P/Rkb/oqL/7Oz/PT3/Gxv/9/f//Pz/Ozv/w8P/9fX/cXH/5OT/TEz/5uYAAAAsnTBCAAAADnRSTlPk8fHx8fvx8fHx8fHx8RA5TR0AAAABYktHRDXettlrAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH4gQaEjklB14v8QAAAIJJREFUCNc1y9kSgjAUA9Bc2uJOWyhcBBHEXdz1/7/NOgx5yJyHBKBASCkCAlSkjbVGRwqhjhPnkliHECbNmLPUCEibs09uRwOXdjwMinKCcPW/FdV6CorqZlO3290MxPvDsa2aE3kyny+du/a83bsH93yWL/ZUnu/Pl1kBRDRf+MIPOeILNTyPw9AAAAAASUVORK5CYII=)
}

.m-people__right .c-social__content .c-social__tab-content {
    text-align: center
}

body, html {
    min-width: unset !important
}

.m-help {
    background: #f7f7f7 !important
}

.m-help__bottom.container-lg {
    padding-top: 60px;
    padding-bottom: 60px
}

.m-reputation {
    background: #f7f7f7;
    padding: 60px 0
}

.m-container__help {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.m-container__help {
    max-width: 1170px !important;
    margin: 0 auto;
    padding: 0 2rem
}

.a-block__help {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 14.5px
}

.a-block__help:last-child {
    margin-right: 0
}

.m-container__help .m-main_title, .m-container__help .m-main_title h2, .m-container__help .m-main_title h2 span {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    color: #131313
}

.m-container__help .m-main_title h2 {
    margin: 0;
    margin-bottom: 20px
}

.m-container__help .m-main_subtitle {
    font-size: 16px;
    line-height: 30px;
    color: #707070;
    font-weight: 400;
    font-family: "OpenSans-400", Arial, sans-serif
}

.m-main_icon {
    margin-bottom: 20px
}

.m-reputation .m-main_icon:after {
    content: url(/local/templates/main/img/m-reputation.svg)
}

.m-reputation .m-main_title {
    width: 25%
}

.m-reputation .m-main_subtitle {
    padding-right: 30px
}

.m-another__help {
    padding-top: 60px;
    padding-bottom: 60px;
}

.m-another__help.additional-padding-bottom {
    padding-bottom: 60px;
}

.m-another__help .m-main_icon:after {
    content: url(/local/templates/main/img/m-another.svg)
}

.m-another__help .m-main_title {
    width: 50%
}

.m-another__help .m-main_subtitle {
    padding-right: 52px
}

.m-help__short-block {
    background: #fff;
    -webkit-box-shadow: 0 1px 24px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 24px rgba(0, 0, 0, .1);
    border-radius: 4px;
    margin: 0 14.5px;
    padding: 30px 18px;
    max-width: 256px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-height: 343px
}

.m-help__short-block:first-child {
    margin-left: 0
}

.m-help__short-block:last-child {
    margin-right: 0
}

.short-block__title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #707070;
    margin-top: 20px;
    padding: 0 12px
}

.short-block__image {
    margin: 0 15px;
    max-width: 196px;
    max-height: 196px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.m-help__row-blocks {
    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
}

.m-money-popup__term-step {
    padding: 0 10px !important;
    width: 120px !important;
    font-size: 10px !important
}

.m-money-popup__row {
    justify-content: space-between !important;
    margin-bottom: 20px !important;
}

.m-money-popup__row:last-child {
    margin-bottom: 0 !important;
}

.m-money-popup__row a {
    text-align: center;
    font-size: 14px !important;
}

.form-donate {
    display: block;
    max-width: 635px;
    min-height: unset;
    border-top: 10px solid #fbdf50;
    font-family: "OpenSans-400", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    color: #707070;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    padding: 20px 19px;
    padding-top: 0;
    align-self: flex-start;
    -webkit-align-self: flex-start;
}

.m-money-popup__map-metro-info {
    position: relative !important;
    width: 100% !important;
    top: 0 !important;
    right: 0 !important;
    min-height: unset !important;
    max-height: unset !important;
    background: transparent !important;
    padding: 0 !important;
    color: #707070 !important;
}

.block-donate {
    font-family: "OpenSans-400", Arial, sans-serif
}

.block-donate .m-thancks__icon:before {
    content: url(/local/templates/main/img/form_donate/thanks_help.svg);
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -100px
}

.m-thancks__ttl {
    margin-bottom: 20px !important
}

.block-donate .m-thancks__item {
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 31px;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap
}

.m-help__block-donate {
    max-width: 360px !important;
    margin-top: 120px !important;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.block-donate .m-thancks__info--name span:after {
    color: #707070
}

.block-donate .m-thanks__info {
    text-align: right
}

.block-donate .m-thanks__info span {
    display: block
}

.block-donate .m-thanks__info .m-thanks__time {
    font-style: italic
}

.block-donate .m-thancks__info--name, .block-donate .m-thancks__item, .block-donate .m-thanks__info span {
    font-size: 16px;
    line-height: 140%;
    color: #131313;
    opacity: 1 !important
}

.block-donate .m-thancks__info--name {
    white-space: nowrap
}

.block-donate .m-thancks__item:nth-last-child(1) {
    opacity: .2 !important
}

.block-donate .m-thancks__item:nth-last-child(2) {
    opacity: .35 !important
}

.block-donate .m-thancks__item:nth-last-child(3) {
    opacity: .5 !important
}

.block-donate .m-thancks__item:nth-last-child(4) {
    opacity: .65 !important
}

.block-donate .m-thancks__item:nth-last-child(5) {
    opacity: .8 !important
}

.block-donate .m-thancks__item:nth-last-child(6) {
    opacity: .95 !important
}

.block-donate .m-thancks__item:nth-last-child(7) {
    opacity: 1 !important
}

.block-donate .m-thancks__ttl {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #131313
}

.form-donate .help-form__group .form-donate__sum--desc {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #707070;
    margin-top: 0;
    display: none
}

.form-donate .help-form__group .form-donate__sum--desc.active {
    display: inline-block;
    margin: 0;
}

.form-donate .help-form__group .form-donate__another h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #131313;
    margin: 18px 0;
}

.form-donate .help-form__group .form-donate__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    min-height: 130px;
}

.form-donate .help-form__group .c-radio__text {
    font-size: 16px;
    line-height: 140%;
    color: #707070;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.form-donate .help-form__group .c-radio__control {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form-donate .help-form__group .c-radio-img {
    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
}

.form-donate .help-form__group .c-radio-img img {
    margin-right: 5px
}

.form-donate .help-form__group .form-donate__field input, .form-donate .help-form__group .form-donate__field input::-webkit-input-placeholder {
    width: 100%;
    font-size: 16px;
    line-height: 140%;
    color: #707070
}

.form-donate .help-form__group .form-donate__field input, .form-donate .help-form__group .form-donate__field input::-moz-placeholder {
    width: 100%;
    font-size: 16px;
    line-height: 140%;
    color: #707070
}

.form-donate .help-form__group .form-donate__field input, .form-donate .help-form__group .form-donate__field input:-ms-input-placeholder {
    width: 100%;
    font-size: 16px;
    line-height: 140%;
    color: #707070
}

.form-donate .help-form__group .form-donate__field input, .form-donate .help-form__group .form-donate__field input::-ms-input-placeholder {
    width: 100%;
    font-size: 16px;
    line-height: 140%;
    color: #707070
}

.form-donate .help-form__group .form-donate__field input, .form-donate .help-form__group .form-donate__field input::placeholder {
    width: 100%;
    font-size: 16px;
    line-height: 140%;
    color: #707070
}

.form-donate a {
    color: #0099f5;
}

.form-donate .help-form__group .form-donate__action button {
    background: #4a8434;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    width: 293px;
    margin: 0
}

.form-donate .help-form__group .form-donate__action button:hover {
    opacity: .8 !important
}

.form-donate__accordion .accordion-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.form-donate__accordion .accordion-head .head-item {
    margin-right: 10px;
    background: #f7f7f7;
    border: 2px solid #f2f2f2;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #4a8434;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 13px 0;
    cursor: pointer;
    position: relative
}

.form-donate__accordion .accordion-head .head-item.active, .form-donate__accordion .accordion-head .head-item:hover {
    color: #707070;
    border: 2px solid #fce36e;
    background: #fff
}

.form-donate__accordion .accordion-head .head-item:last-child {
    margin-right: 0
}

.form-donate__accordion .accordion__item {
    display: none;
    font-family: "OpenSans-400", Arial, sans-serif;
}

.form-donate__accordion .accordion-body {
    font-size: 14px;
    line-height: 140%;
    color: #707070;
    padding: 15px 10px;
    background: #f7f7f7;
    border: 1px solid #f2f2f2;
    margin-top: 10px;
    display: none
}

.form-donate__accordion .accordion-body p:first-child {
    margin-top: 0
}

.form-donate__accordion .accordion-body p:last-child {
    margin-bottom: 0
}

.form-donate .help-form__group .form-donate__action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px
}

.form-donate .help-form__group .form-donate__action .donation-warning {
    min-height: 80px;
    width: 100%;
    margin-top: 15px;
}

.form-donate .help-form__group .form-donate__action .donation-warning p {
    font-size: 16px;
    color: #4a8434;
    margin: 0;
}

.form-donate .help-form__group .form-donate__about-item {
    margin-bottom: 30px;
    position: relative
}

.form-donate .help-form__group .form-donate__about-item .lb-placeholder.focus {
    width: 100%;
    font-size: 16px;
    line-height: 140%;
    color: #707070;
    opacity: .5
}

.form-donate .help-form__group .form-donate__about-item .lb-placeholder {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    padding: 3px 6px
}

.form-donate .help-form__group .form-donate__about-item .lb-placeholder span {
    color: #e32a32
}


.form-donate .help-form__group .form-donate__kinds {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 40px
}

.form-donate .help-form__group .form-donate__fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.form-donate .help-form__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
}

.form-donate .help-form__group .form-donate__sum-label {
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #707070;
    padding: 10px 15px;
    margin-bottom: 0;
}

.form-donate .help-form__group .form-donate__sum-label span {
    margin-left: 5px
}

.m-thanks__amount {
    position: relative
}

.form-donate .help-form__group .form-donate__item {
    width: auto;
    background: #f7f7f7;
    border: 1px solid #f2f2f2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    margin-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 16px;
}

.form-donate .help-form__group .m-help-form__sum--custom {
    width: 192px;
    margin-right: 0 !important;
    position: relative
}

.form-donate .help-form__group .m-help-form__sum--custom.is-valid {
    border-color: #4a8434;
}

.form-donate .help-form__group .m-help-form__sum--custom.is-error {
    border-color: #e32a32;
}

.form-donate .help-form__group .form-donate__sum {
    margin: 10px 0
}

.form-donate .help-form__group .form-donate__button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0
}

.form-donate .help-form__group .form-donate__button-wrapper button {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: #fff;
    border: 1px solid #4a8434;
    color: #131313;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    margin: 0 1rem;
    min-height: 50px !important;
}

.form-donate .help-form__group .form-donate__button-wrapper button:first-child {
    margin-left: 0
}

.form-donate .help-form__group .form-donate__button-wrapper button:last-child {
    margin-right: 0
}

.form-donate .help-form__group .form-donate__button-wrapper button:hover {
    opacity: .8 !important
}

.form-donate .help-form__group .form-donate__button-wrapper button.active {
    background: #4a8434;
    color: #fff
}

.form-donate .help-form__group h2 {
    font-size: 36px;
    line-height: 100%;
    text-align: left;
    font-weight: 600;
    color: #131313;
    margin: 30px 0;
}

.m-thancks {
    position: relative
}

.c-radio-text__mobile {
    display: none
}

.m-help-form__sum--custom .form-donate__text-input {
    width: 100%
}

.m-money-popup__left {
    width: 100% !important
}

.m-thancks__info--name span:after {
    content: '..................................................................................'
}

.thank-you__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 20px !important
}

.m-thank-you__form {
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    border-radius: 4px;
    border: none !important;
    border-top: 12px solid #62a13b !important;
    font-family: "OpenSans-400", Arial, sans-serif
}

.m-thank-you__form .m-help-form__ttl {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    color: #131313 !important;
    margin-bottom: 30px
}

.m-thank-you__form .m-help-form__subttl, .m-thank-you__form .m-help-form__text {
    font-size: 24px;
    line-height: 140%;
    color: #131313 !important
}

.m-thank-you__form .m-help-form__subttl {
    font-weight: 700
}

.m-thank-you__form .m-help-form__text {
    margin-bottom: 20px !important;
    font-size: 18px;
    color: #707070 !important;
    line-height: 25px
}

.m-thank-you__form .thankyou-social__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.m-thank-you__form .social__item__new {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #131313;
    margin: 0 30px
}

.m-thank-you__form .social__item__new:first-child {
    margin-left: 0 !important
}

.m-thank-you__form .social__item__new:last-child {
    margin-right: 0 !important
}

.m-thank-you__form .footer-social__name {
    margin-top: 5px
}

.m-thank-you__form .copy-url {
    margin-top: 60px
}

.m-thank-you__form .m-help-form__share {
    margin-bottom: 30px !important;
    margin-top: 20px !important
}

.m-thank-you__form .m-help-form__content--step-3 {
    max-width: 730px
}

.m-thank-you__form .c-share__btn.button {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #707070 !important;
    width: 220px;
    border: 1px solid #4a8434 !important;
    border-radius: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.m-results {
    background: #fff !important
}

.form-donate .help-form__group .form-donate__about-item input {
    border: 0;
    outline: 0;
    padding: 3px 6px;
    font-family: inherit
}

.m-money-popup__term-logo {
    width: 95px !important;
    margin-top: 5px !important;
}

/* .form__checkbox label {
    color: #707070;
} */

.c-radio__label {
    color: #707070 !important;
    height: 16px;
}

.bussines-help-list .info-worker-list__item .info-worker-list__item-value {
    line-height: 1.25;
}

.bussines-help-list .info-worker-list__item {
    line-height: 20px;
}

.bussines-help-list li {
    text-align: left;
}

/* SEARCH WIDGET HEADER*/
.header-banner__item--city .search-button {
    cursor: pointer;
    transition: all .5s ease-in;
    margin-right: 10px;
}

.header-banner__item--city .search-button:hover {
    transform: rotateY(-180deg);
}

.search-wrapper {
    background: rgba(255, 255, 255, 0);
    display: flex;
    justify-content: flex-end;
    position: relative;
    max-width: 50px;
    width: 100%;
}

.search-wrapper.slide-in {
    transform: translateX(0);
}

.search-wrapper .search-form {
    position: absolute;
    left: 45px;
    width: 240px;
    z-index: 100;
    overflow: hidden;
}

.search-wrapper .search-form .sliding-search {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    display: flex;
    background-color: #62a13b;
    transition: all .3s ease-in-out;
    transform: translateX(-100%);
    visibility: hidden;
}

.search-form .sliding-search.slide-in {
    transform: translateX(0);
    visibility: visible;
}

.search-wrapper .search-form .sliding-search input[type=text] {
    font-size: 14px;
    color: #fff;
}

.search-wrapper .search-form .sliding-search input[type=text]::-webkit-input-placeholder {
    color: #fff;
}

.search-wrapper .search-form .sliding-search input[type=text]::-moz-placeholder {
    color: #fff;
}

.search-wrapper .search-form .close-btn {
    transition: all .3s ease-in-out;
    cursor: pointer;
    position: relative;
    width: 26px;
    margin-left: 10px;
    border-radius: 4px;
}

.search-wrapper .search-form .close-btn-search {
    /*transition: all .3s ease-in-out;*/
    cursor: pointer;
    position: relative;
    width: 14px;
    margin-left: 10px;
}

.search-wrapper .search-form .close-btn:hover {
    background: #fbdf50;
}

/*.search-wrapper .search-form .close-btn:hover:before, .search-wrapper .search-form .close-btn:hover:after {*/
/*    background*/
/*}*/

.search-wrapper .search-form .close-btn:after, .search-wrapper .search-form .close-btn:before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 1px;
    background: #000;
    top: 15px;
    left: 9px;
    transform: rotate(35deg);
    transition: all .3s ease-in;
}

.search-wrapper .search-form .close-btn:before {
    transform: rotate(-35deg);
    top: 10px
}


.search-wrapper .search-form input[type="text"] {
    border: none;
    border-bottom: 1px solid #72727254;
    height: 24px;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
    line-height: 24px;
    margin-right: 5px;
    color: #231f20;
}

.search-wrapper .search-form .submit-search {
    -webkit-appearance: button;
    cursor: pointer;
    background: rgba(255, 255, 255, 0);
    color: #fff;
    border: none;
    height: 24px;
    border-radius: 4px;
    background: #fbdf50;
    color: #231f20;
    width: 60px;
}

.search-wrapper .search-form table {
    margin-left: 0;
    margin-right: 0;
}

.search-wrapper .search-form table tbody {
    display: flex;
}

.search-wrapper-mobile {
    display: none;
}

.supporting--main--alt .brochure__list .main-media__item {
    flex-direction: column;
}

.brochure-title-city {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    padding-left: 35px;
    margin-left: 32px;
}

.brochure-title-city.spb {
    background-image: url(../img/icon-spb-big.svg);
}

.brochure-title-city.msk {
    background-image: url(../img/icon-msc-big.svg);
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .search-wrapper {
        position: absolute;
        width: 50px;
        right: 220px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .form-donate .help-form__group .c-radio-img {
        /*max-width: 110px;*/
    }

    .search-wrapper-mobile {
        background: rgba(255, 255, 255, 0);
        display: flex;
        justify-content: flex-start;
        position: relative;
        max-width: 100%;
        width: 100%;
        padding: 10px 15px;
    }

    .search-wrapper-mobile .search-form {
        position: static;
        width: 100%;
    }

    .search-wrapper-mobile .search-form .submit-search {
        -webkit-appearance: button;
        cursor: pointer;
        background: rgba(255, 255, 255, 0);
        color: #fff;
        border: none;
        height: 26px;
        border-radius: 4px;
        background: #fbdf50;
        color: #231f20;
    }

    .search-wrapper-mobile .search-form .sliding-search {
        background-color: rgba(255, 255, 255, 0);
    }

    .search-wrapper-mobile .search-form table {
        width: 100%;
    }

    .search-wrapper-mobile .search-form table tbody {
        display: flex;
        align-items: center;
        margin-left: 15px;
    }

    .search-wrapper-mobile .search-form table tbody tr {
        width: 100%;
        display: flex;
    }

    .search-wrapper-mobile .search-form table tbody tr td {
        width: 100%;
    }

    .search-wrapper-mobile .search-form table tbody tr:last-child {
        width: 105px;
    }

    .search-wrapper-mobile .search-form .sliding-search input[type=text] {
        color: #231f20;
        border: none;
        border-bottom: 1px solid #231f20;
        width: 100%;
        /*margin-left: 15px;*/
        /*margin-right: 15px;*/
    }
}


/* SEARCH WIDGET HEADER END*/

/* SEARCH PAGE */
@media screen and (max-width: 575px) {
    .search-page-container {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .search-page-container {
        width: 100%;
        max-width: 540px;
        margin: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .search-page-container {
        width: 100%;
        max-width: 720px;
        margin: auto;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .search-page-container {
        width: 100%;
        max-width: 960px;
        margin: auto;
    }
}

@media screen and (min-width: 1200px) {
    .search-page-container {
        width: 100%;
        max-width: 1140px;
        margin: auto;
    }
}

.search-page {
    margin: 30px 0;
}

.search-page__form {
    padding: 15px 0;
    font-size: 18px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    background-color: #62a13b;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
}

.search-page__form input[name=q] {
    border: none;
    border-bottom: 1px solid #fff;
    background-color: #62a13b;
    color: #fff;
}

.search-page__form select[name=where] {
    border: none;
    border-bottom: 1px solid #231f20;
}

.search-page__form input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: rgba(255, 255, 255, 0);
    color: #fff;
    border: none;
    border-radius: 4px;
    background: #fbdf50;
    color: #231f20;
    padding: 3px 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.search-page .navigation-arrows {
    margin-bottom: 20px;
}

.search-page a {
    color: #0099f5;
    transition: all .3s ease-in;
}

.search-page a:hover {
    color: #e42a32;
}

.search-page .navigation-pages {
    font-size: 18px;
}

.search-page .navigation-pages a {
    margin: 0;
    transition: all .4s ease-in-out;
    width: 28px;
    height: 28px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.search-page .navigation-pages .nav-current-page {
    color: #231f20;
    width: 28px;
    height: 28px;
    padding: 10px;
    margin: 0 0 0 8px;
    background: #fbdf50;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.search-page .navigation-pages a:hover {
    color: #231f20;
    background: #fbdf50;
}

/* SEARCH PAGE END */


/* NEW RESEARCH BLOCK WHO IS PAGE */
.researches-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, .5fr));
    gap: 15px;
}

.researches-wrap .research-block {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    align-self: stretch;
}

/* NEW RESEARCH BLOCK WHO IS PAGE END */

@media screen and (max-width: 1240px) {
    .m-help__block-donate {
        -webkit-box-ordinal-group: unset !important;
        -webkit-order: unset !important;
        -ms-flex-order: unset !important;
        order: unset !important;
        margin: 0 !important;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-top: 160px !important
    }

    .short-block__image {
        max-width: 140px
    }

    .m-help__short-block {
        max-height: 278px;
        max-width: 240px
    }

    .m-another__help .m-help__short-block {
        min-width: 240px
    }
}

@media screen and (max-width: 1024px) {
    .help__wrapper {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
}

@media screen and (max-width: 993px) {
    .m-container__help {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .m-help__row-blocks {
        margin-top: 40px
    }

    .m-another__help .m-main_title, .m-reputation .m-main_title {
        width: 100%
    }

    .m-help__row-blocks {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .m-help__short-block {
        max-height: unset;
        max-width: 256px
    }

    .a-block__help {
        -webkit-box-flex: unset;
        -webkit-flex: unset;
        -ms-flex: unset;
        flex: unset
    }

    .m-another__help .m-help__short-block {
        min-width: unset
    }

    .short-block__image {
        max-width: 196px;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    section.researches {
        margin-bottom: 60px;
    }

    .form-donate {
        width: 100% !important;
        min-height: unset !important;
        padding: 25px 20px 32px !important
    }

    .form-donate__sum {
        min-height: unset !important
    }

    .form-donate__button {
        width: auto !important
    }

    .form-donate__wrapper {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .form-donate__button {
        width: 225px !important;
        min-height: 47px !important
    }

    .short-block__title {
        font-size: 18px
    }

    .m-another__help .m-help__short-block {
        max-width: 176px !important;
        min-width: 176px !important
    }

    .m-reputation {
        padding: 30px 0
    }

    .m-another__help {
        padding: 30px 0
    }

    .m-container__help .m-main_title, .m-container__help .m-main_title h2, .m-container__help .m-main_title h2 span {
        font-size: 28px
    }

    .m-container__help .m-main_title h2 {
        margin-bottom: 10px
    }

    .m-main_icon {
        margin-bottom: 10px
    }

    .m-help__row-blocks {
        margin-top: 20px
    }

    .thank-you__container {
        padding: 30px 20px !important
    }

    .m-thank-you__form .m-help-form__ttl {
        font-size: 26px;
        margin-bottom: 0
    }

    .m-thank-you__form .m-help-form__subttl {
        font-size: 20px;
        margin-top: 15px
    }

    .m-thank-you__form .m-help-form__text {
        font-size: 16px;
        line-height: 21px
    }

    .m-thank-you__form .c-share__btn.button {
        font-size: 16px;
        width: 200px
    }

    .m-thank-you__form .social__item__new h3 {
        font-size: 16px
    }
}

@media (max-width: 620px) {
    .m-money-popup__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px
    }

    .m-money-popup__term-logo {
        margin-bottom: 5px
    }

    .m-money-popup__row a {
        margin-top: 5px
    }

    .m-money-popup__term-logo {
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    .m-help__short-block {
        min-width: 160px
    }

    .short-block__image {
        max-width: 92px;
        width: 100%;
        height: 100%
    }

    .a-block__help {
        margin: 0 5px
    }

    .a-block__help:first-child {
        margin-left: 0
    }

    .a-block__help:last-child {
        margin-right: 0
    }

    .m-help__row-blocks {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-donate .help-form__group .form-donate__sum-label {
        font-size: 16px;
        padding: 10px
    }

    .form-donate__text-input {
        font-size: 16px !important
    }

    .form-donate__text-input::-webkit-input-placeholder {
        font-size: 16px !important
    }

    .form-donate__text-input::-moz-placeholder {
        font-size: 16px !important
    }

    .form-donate__text-input:-ms-input-placeholder {
        font-size: 16px !important
    }

    .form-donate__text-input::-ms-input-placeholder {
        font-size: 16px !important
    }

    .form-donate__text-input::placeholder {
        font-size: 16px !important
    }

    .form-donate {
        padding-top: 0 !important
    }

    .form-donate .help-form__group h2 {
        margin: 10px 0 !important
    }

    .m-container__help {
        padding: 0 10px
    }
}

@media screen and (max-width: 575px) {
    .m-money-popup__map-metro-info {
        padding: 0 !important
    }

    .form-donate .help-form__group .form-donate__sum--desc.active {
        margin-bottom: 0;
    }

    .form-donate .help-form__group .form-donate__fields {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .form-donate .help-form__group .form-donate__wrapper {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .form-donate__fields-wrap {
        width: 50%
    }

    .form-donate__button {
        min-height: 45px !important
    }

    .form-donate .help-form__group .form-donate__wrapper {
        margin-top: 20px;
    }

    .form-donate .help-form__group .form-donate__about-item {
        /*margin-bottom: 25px !important*/
    }

    .form-donate__action {
        margin-bottom: 10px !important;
        margin-top: 10px !important
    }

    .m-help__bottom.container-lg {
        padding-top: 20px !important
    }

    .form-anonym-accept {
        width: auto !important
    }

    .form-donate .help-form__group .form-donate__sum-label {
        padding: 7px 10px
    }

    .form-donate__accordion .accordion-head .head-item {
        padding: 8px 0;
        margin: 5px 0
    }

    .form-donate__accordion .accordion-head .head-item:after, .form-donate__accordion .accordion-head .head-item:before {
        position: absolute;
        top: calc(50% - 2.5px);
        -webkit-transform: translateY(-50%) scale(1.25);
        -ms-transform: translateY(-50%) scale(1.25);
        transform: translateY(-50%) scale(1.25)
    }

    .form-donate__accordion .accordion-head .head-item:before {
        content: url(/local/templates/main/img/icons/arrow-down-collapse.svg);
        left: 5px
    }

    .form-donate__accordion .accordion-head .head-item:after {
        content: url(/local/templates/main/img/icons/arrow-down-collapse.svg);
        right: 5px
    }

    .form-donate__accordion .accordion-head .head-item.active:before {
        content: url(/local/templates/main/img/icons/arrow-up-collapse.svg)
    }

    .form-donate__accordion .accordion-head .head-item.active:after {
        content: url(/local/templates/main/img/icons/arrow-up-collapse.svg)
    }

    .form-donate__accordion .accordion-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form-donate .help-form__group .payment-radio__qiwi {
        margin-top: 0
    }

    .form-donate .help-form__group .form-donate__kinds {
        margin: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: start;
    }

    .form-donate__payment-item {
        /*width: 50% !important*/
    }

    .c-radio-text__mobile {
        display: inline-block
    }


    .m-help__row-blocks {
        margin-top: 15px;
        margin-bottom: 20px
    }

    .m-help__short-block {
        padding: 10px 7px;
        max-width: 97px !important;
        min-width: 97px !important;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
        box-shadow: 0 1px 6px rgba(0, 0, 0, .1)
    }

    .short-block__image {
        margin: 0
    }

    .short-block__title {
        margin-top: 6px;
        font-size: 12px;
        line-height: 14px
    }

    .m-another__help .m-help__short-block {
        max-width: 123px !important;
        min-width: 123px !important
    }

    .m-container__help .m-main_title, .m-container__help .m-main_title h2, .m-container__help .m-main_title h2 span {
        font-size: 24px;
        line-height: 21px
    }

    .m-container__help .m-main_subtitle {
        font-size: 16px;
        line-height: 20px
    }

    .m-container__help .m-main_title h2 {
        margin-bottom: 5px
    }

    .m-reputation {
        padding: 10px 0
    }

    .m-another__help {
        padding: 10px 0
    }

    .a-block__help {
        margin: 0 4.5px
    }

    .m-another__help .m-main_subtitle, .m-reputation .m-main_subtitle {
        padding: 0 !important
    }

    .m-help__bottom.container-lg {
        padding-bottom: 0
    }

    .form-donate__accordion .accordion-body {
        margin-top: -4px;
        padding-top: 20px;
        border: 2px solid #fce36e;
        background: #fff
    }

    .form-donate__accordion .accordion-head .head-item.active {
        border-bottom: 0
    }

    .thank-you__container {
        padding: 30px 10px !important
    }

    .m-thank-you__form {
        padding: 10px
    }

    .m-thank-you__form .m-help-form__ttl {
        font-size: 24px;
        margin-bottom: 0;
        line-height: 27px
    }

    .m-thank-you__form .m-help-form__subttl {
        font-size: 18px;
        margin-top: 15px
    }

    .m-thank-you__form .m-help-form__text {
        font-size: 14px;
        line-height: 21px
    }

    .m-thank-you__form .social__item__new {
        margin: 0 15px
    }

    .m-thank-you__form .copy-url {
        margin-top: 50px
    }

    .m-thank-you__form .m-help-form__share {
        margin-bottom: 20px !important
    }

    .m-thank-you__form .c-share__btn.button {
        font-size: 14px;
        width: 180px;
        padding-top: 15px !important;
        padding-bottom: 10px !important;
        height: auto !important
    }

    .m-thank-you__form .social__item__new h3 {
        font-size: 14px
    }
}

@media screen and (max-width: 566px) {
    .form-donate .help-form__group .form-donate__button-wrapper {
        -webkit-flex-wrap: unset;
        -ms-flex-wrap: unset;
        flex-wrap: unset
    }

    .form-donate .help-form__group .form-donate__button-wrapper button {
        margin: 0;
        font-size: 14px;
        min-height: 30px !important;
        margin: 0 3px
    }

    .form-donate p {
        font-size: 14px;
    }

    .form-donate .help-form__group .form-donate__action .donation-warning p {
        font-size: 14px;
    }

    .form-donate .help-form__group .form-donate__about-item .is-error {
        font-size: 14px;
    }

    .form-donate .help-form__group h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .form-donate .help-form__group .form-donate__sum--desc {
        font-size: 12px
    }

    .form-donate .help-form__group .form-donate__sum-label {
        font-size: 12px
    }

    .form-donate {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-bottom: 10px !important
    }

    .form-donate .help-form__group .m-help-form__sum--custom {
        width: 60px
    }

    .form-donate .help-form__group .form-donate__sum-label {
        padding: 7px 4px;
        font-size: 12px
    }

    .form-donate__text-input {
        font-size: 12px !important
    }

    .form-donate__text-input::-webkit-input-placeholder {
        font-size: 12px !important
    }

    .form-donate__text-input::-moz-placeholder {
        font-size: 12px !important
    }

    .form-donate__text-input:-ms-input-placeholder {
        font-size: 12px !important
    }

    .form-donate__text-input::-ms-input-placeholder {
        font-size: 12px !important
    }

    .form-donate__text-input::placeholder {
        font-size: 12px !important
    }

    .form-donate .help-form__group .form-donate__item {
        margin-right: 5px
    }

    .form-donate .help-form__group .form-donate__wrapper {
        padding-top: 0px !important
    }

    .form-donate__fields-wrap {
        width: 80%
    }

    .form-donate .help-form__group .form-donate__field input, .form-donate .help-form__group .form-donate__field input::-webkit-input-placeholder {
        font-size: 14px
    }

    .form-donate .help-form__group .form-donate__field input, .form-donate .help-form__group .form-donate__field input::-moz-placeholder {
        font-size: 14px
    }

    .form-donate .help-form__group .form-donate__field input, .form-donate .help-form__group .form-donate__field input:-ms-input-placeholder {
        font-size: 14px
    }

    .form-donate .help-form__group .form-donate__field input, .form-donate .help-form__group .form-donate__field input::-ms-input-placeholder {
        font-size: 14px
    }

    .form-donate .help-form__group .form-donate__field input, .form-donate .help-form__group .form-donate__field input::placeholder {
        font-size: 14px
    }

    .form-donate .help-form__group .form-donate__about-item .lb-placeholder, .form-donate .help-form__group .form-donate__about-item .lb-placeholder.focus {
        font-size: 14px
    }

    .form-donate .help-form__group .c-radio__text {
        font-size: 14px
    }

    .form-donate .help-form__group .c-radio__control {
        width: 14px;
        height: 14px;
        border: 3px solid #fff
    }

    .form-donate .help-form__group .c-radio__label {
        /*padding-left: 22px*/
    }

    .form-donate__payment-item {
        /*width: 44% !important;*/
        /*max-width: 48%;*/
        margin-right: 10px !important;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .form-donate .help-form__group .form-donate__action button {
        font-size: 18px
    }

    .form-donate__button {
        min-height: 30px;
        width: 100% !important
    }

    .form-donate .help-form__group .form-donate__another h3 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .form-donate__accordion .accordion-head .head-item {
        padding: 5px 0;
        margin: 2.5px 0
    }

    .form-anonym-accept {
        margin-top: 26px;
        padding: 0;
        padding-left: 20px
    }

    .form-anonym-accept label {
        margin-top: 25px;
        text-align: center;
        position: relative
    }

    .form-anonym-accept label:before {
        margin-right: 0;
        top: -30px;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .block-donate .m-thancks__ttl {
        font-size: 18px;
        line-height: 21px
    }

    .block-donate .m-thancks__info--name, .block-donate .m-thancks__item, .block-donate .m-thanks__info span {
        font-size: 14px
    }

    .block-donate .m-thancks__item {
        margin-bottom: 10px !important
    }

    .block-donate .m-thancks__icon:before {
        -webkit-transform: scale(.85) translate(-50%, 0);
        -ms-transform: scale(.85) translate(-50%, 0);
        transform: scale(.85) translate(-50%, 0)
    }

    .m-help__block-donate {
        margin-top: 120px !important;
        padding: 0 !important
    }
}

@media (max-width: 450px) {
    .m-money-popup__term-step {
        width: 240px !important;
        font-size: 14px !important;
        margin-bottom: 3px
    }

    .m-money-popup__term-steps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}


@media (max-height: 820px) and (min-width: 768px) {
    .form-donate .help-form__group h2 {
        margin: 20px 0px;
    }

    .form-donate .help-form__group .form-donate__action {
        margin-top: 0px !important;
        margin-bottom: 20px;
    }

    .form-donate .help-form__group .form-donate__wrapper {
        margin-top: 10px !important;
    }

    .form-donate .help-form__group .form-donate__action button {
        min-height: 50px !important;
    }
}

@media (max-height: 820px) {
    .m-help__bottom.container-lg {
        padding-top: 30px;
    }
}

@media (max-height: 710px) and (min-width: 768px) {
    .form-donate .help-form__group .form-donate__button-wrapper button {
        min-height: 35px !important;
    }

    .form-donate .help-form__group .form-donate__sum-label {
        padding: 5px 15px;
    }
}

@media (max-height: 710px) and (max-width: 566px) {
    .form-donate .help-form__group .form-donate__button-wrapper button {
        min-height: 30px !important;
    }
}

@media (max-height: 710px) and (max-width: 566px) {
    .form-donate .help-form__group .form-donate__button-wrapper button {
        min-height: 30px !important;
    }

    .form-donate .help-form__group .form-donate__sum-label {
        padding: 7px 4px;
    }
}

/* FIXED DONATION FORM */
.fixed-donation-form {
    padding: 20px 19px;
    border-top: 10px solid #fbdf50;
    width: 100%;
    font-family: "OpenSans-400", Arial, sans-serif;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    color: #707070;
    margin: 35px auto;
}

.fixed-donation-form .form-row {
    display: flex;
    flex-direction: column;
}

.fixed-donation-form .form-row.bottom-row {
    margin-top: 25px;
}

.fixed-donation-form .offer-notice {
    width: 100%;
    font-size: 16px;
    color: #969696;
    padding-right: 0;
    box-sizing: border-box;
    margin-top: 10px;
}

.fixed-donation-form .offer-notice a {
    color: #969696;
    font-weight: bold;
}

.fixed-donation-form .form-button {
    flex-grow: 1;
    display: flex;
}

.fixed-donation-form .donation-sum {
    display: inline-block;
    margin-left: 5px;
}

.fixed-donation-form input[type=submit] {
    width: 100%;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #4a8434;
    box-sizing: border-box;
    background-color: #4a8434;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    transition: all .3s ease-in;
    border-radius: 0;
}

.fixed-donation-form input[type=submit]:hover {
    opacity: .8;
}

.fixed-donation-form .increment-donation {
    width: 50%;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #4a8434;
    box-sizing: border-box;
    font-size: 16px;
    cursor: pointer;
    transition: all .3s ease-in;
}

.fixed-donation-form .sum-info__wrapper {
    width: 300px;
}

.fixed-donation-form .sum-info-top {
    font-size: 20px;
    line-height: 22px;
    display: flex;
    align-items: center;
}

.fixed-donation-form .sum-info-bottom {
    font-size: 25px;
    line-height: 35px;
}

.additional-block {
    max-width: 100%;
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}

.additional-block .left-wrapper {
    max-width: 40%;
    flex-shrink: 0;
}

.additional-block .left-wrapper img {
    margin-top: 15px;
}

.additional-block div.text-trapper {
    line-height: 1.44;
    display: flex;
    max-width: 850px;
    margin: 0 auto;
}

.additional-block div.text-trapper img {
    max-width: 260px;
    max-height: 260px;
    width: 100%;
}

.additional-block .text-trapper p {
    margin-left: 40px;
    font-size: 18px;
    line-height: 1.67;
    margin: 0 0 0 40px;
}

.additional-block div.text-trapper ol {
    padding-left: 25px;
}

.additional-block div.text-trapper ol li {
    font-size: 16px;
    margin-bottom: 10px;
}

/*.additional-block img {*/
/*    max-width: 30%;*/
/*}*/

.fixed-donation-email {
    margin-top: 25px;
    margin-bottom: 5px;
    position: relative;
}

.fixed-donation-email label {
    position: absolute;
    left: 5px;
    bottom: 3px;
    transition: all .3s ease-in;
}

.fixed-donation-email label span {
    color: #e32a32
}

.fixed-donation-form--email {
    width: 100%;
    appearance: none;
    border: 0;
    border-bottom: 1px solid rgba(193, 193, 193, .2);
}

.fixed-donation-form--email:focus + label, .fixed-donation-form--email:active + label {
    opacity: .3;
}

.fixed-infographic {
    top: 0;
    padding-top: 10px;
    position: fixed;
    background-color: white;
}

.card-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.card-wrapper img {
    margin-top: 0 !important;
}


.track-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.track-wrapper audio {
    display: none;
}

.track-wrapper .control-button {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fbdf50;
    margin-right: 25px;
    transition: all .3s ease-in;
    cursor: pointer;
    flex-shrink: 0;
}

.track-wrapper .control-button:hover {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
}

.track-wrapper .control-button.play {
    background-image: url(/local/templates/main/img/icons/play-btn-icon.png);
    background-position: 7px 6px;
    background-repeat: no-repeat;
    background-size: 14px;
}

.track-wrapper .control-button.pause {
    background-image: url(/local/templates/main/img/icons/pause.png);
    background-position: 6px 6px;
    background-repeat: no-repeat;
    background-size: 12px;
}

.track-wrapper .description {
    color: #131313;
    font-weight: 400;
    line-height: 18px;
    font-size: 16px;
    margin: 8px 0;
}

.audio-list--wrapper {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.audio-list--wrapper ol {
    list-style: none;
}

.bg-buttons--wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.bg-buttons--wrap .bg-buttons--download, .bg-buttons--wrap .bg-buttons--donate {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-self: stretch;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
    padding: 10px;
    cursor: pointer;
    transition: all .3s ease-in;
}

.bg-buttons--wrap .bg-buttons--download:hover, .bg-buttons--wrap .bg-buttons--donate:hover {
    opacity: .7;
}

.bg-buttons--wrap .bg-buttons--download {
    background-color: #fbdf50;
    margin-left: 20px;
}

.bg-buttons--wrap .bg-buttons--donate {
    background-color: #4a8434;
}

.audio-list--wrapper .show-up {
    display: none;
    margin-top: 60px;
    transition: all .3s ease-in;
}

.form-donate.download-email-query {
    width: 100%;
    max-width: 420px;
    margin: auto;
}

.form-donate.download-email-query input[type=submit] {
    background-color: #fbdf50;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin: auto;
    display: block;
    padding: 10px;
    border: none;
    appearance: none;
    border-radius: 0;
}

#bg_page_donate_btn {
    font-size: 16px;
    width: 200px;
    line-height: normal;
    font-weight: bold;
}

.main-banner.audio-wrapper {
    margin-top: 0;
    padding: 15px 0 30px;
    margin-bottom: 60px;
}

.bg-video {
    justify-content: center;
}

.bg-video video {
    height: 480px;
    width: 100%;
    max-width: 850px;
    background: rgba(0, 0, 0, .9);
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .additional-block {
        flex-wrap: wrap;
    }

    .additional-block .left-wrapper {
        max-width: 100%;
    }

    .additional-block div.text-trapper {
        flex-direction: column;
    }

    .additional-block div.text-trapper img {
        max-width: unset;
        max-height: unset;
        width: 100%;
        margin: 0 auto 25px;
    }

    .additional-block .text-trapper p {
        margin: 0;
    }

    .audio-list--wrapper .show-up {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .additional-block .left-wrapper {
        max-width: 50%;
    }
}

@media screen and (min-width: 320px) and (max-width: 592px) {
    .fixed-donation-form {
        width: 100%;
    }

    .fixed-donation-form .form-row {
        flex-direction: column;
    }
}

/* FIXED DONATION FORM END */

/* BUSINESS HELPS PAGE NEW PARTNERS STYLES */
.m-about-business_help-page .m-business__list.hidden, button.hide-partners {
    display: none;
}

.m-about-business_help-page .m-business__item.main {
    cursor: pointer;
}

.button.show-partners {
    margin: 0 auto;
}

.partner-detail {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .3);
    z-index: 101;
}

.partner-detail.show {
    display: flex;
}

.partner-detail--body {
    background: #fff;
    position: relative;
}

.partner-detail--close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: #fbdf50;
    width: 30px;
    height: 30px;
    border-bottom-left-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-detail--body .m-business__item {
    width: 100%;
    -webkit-box-shadow: 0px 0px 9px -1px #000000;
    box-shadow: 0px 0px 9px -1px #000000;
}

/* BUSINESS HELPS PAGE NEW PARTNERS STYLES END */


.custom-select {
    display: block !important;
    width: 100% !important;
    height: unset !important;
    line-height: unset !important;
    border: none !important;
    padding: 0 !important;
}

.button__yellow {
    display: inline-block;
    padding: 7px 45px;
    color: #231f20;
    background-color: #fbdf50;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 3px 0 0 #e4c200;
    text-align: center;
}

.button__yellow.full-width {
    width: 100%;
}

.button__yellow:active,
.button__yellow:focus,
.button__yellow:hover {
    background-color: #e4c200;
    color: #231f20;
}

.white-delimiter {
    width: 100%;
    height: 2px;
    margin-top: 10px;
    background-color: #fff;
}

.arrow-down {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    margin: 0 0 4px 8px;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.arrow-down.reverse {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin: 8px 0 0 8px;
}

.main-projects__block {
    margin-top: 90px;
    position: relative;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.page-main__link {
    white-space: nowrap;
}

.page-main__link img {
    /*border-radius: 50%;*/
    background-color: #FFE74F;
    margin-left: 15px;
}

.page-main__title-wrapper-slider-text .page-main__title-description {
    font-size: 36px;
    line-height: 110%;
    color: #231F20;
    padding: 0;
    font-weight: 600;
    width: 440px;
}

.page-main__title-wrapper-slider-text .page-main__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 127.68%;
    color: #231F20;
}

.main-news__wrapper-text-block {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
}

.main-news__wrapper-text-block .main-news__title2023 {
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    color: #231f20;
}

.main-news__wrapper-text-block .page-main__link {
    width:100%;
    text-align: right;
}



/* СТИЛИ 2023 */

/* новости */
.main-news__wrapper-text-block-mobile {
    display: none;
}
.main-news__link .main-news__text {
    font-size: 16px;
    margin: 10px 8px 0 8px;
    padding: 0;
}
.main-news__link .main-news__text:nth-child(3n) {
    font-size: 14px;
    margin-bottom: 30px;
}
.page-main__news .main-news__link img {
    max-width: 392px;
    max-height: 200px;
}
.main-news__wrapper {
    margin-top: 120px;
    max-width: 1200px;
    padding: 0px;
}
.main-news__item2023,
.main-news__list li:last-child {
    margin: 0px;
}
.main-news__list li {
    margin-right: 12px;
}
.main-news__wrapper-text-block .main-news__title2023 {
    margin: 0;
}

.main-news__wrapper-text-block .yellow-link {
    justify-content: end;
}

@media screen and (max-width: 1200px) {
    .main-news__wrapper-text-block {
        padding-bottom: 32px;
    }
    .main-news__wrapper-text-block .main-news__title2023 {
        font-size: 30px;
    }
    .main-news__wrapper {
        max-width: 768px;
        padding: 0 20px 0 20px;
        margin: 100px auto 0 auto;
    }
    .page-main__news .main-news__link img {
        max-width: 358px;
        max-height: 192px;
    }
    .main-news__list li:nth-child(3n) {
        display: none;
    }
    .main-news__link .main-news__text:nth-child(3n) {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    /*.main-news__wrapper-text-block {*/
    /*    padding-bottom: 32px;*/
    /*}*/
    .main-news__wrapper-text-block .main-news__title2023 {
        font-size: 28px;
    }
    .main-news__list {
        padding: 0;
    }
    .main-news__wrapper {
        max-width: 576px;
        padding: 0 15px 0 15px;
        margin: 110px auto 0 auto;
    }
    .page-main__news .main-news__link img {
        max-width: 268px;
        max-height: 192px;
    }
    .main-news__list li:nth-child(3n) {
        display: none;
    }
    .main-news__link .main-news__text:nth-child(3n) {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 576px) {
    .main-news__wrapper-text-block {
        padding-bottom: 30px;
        display: flex;
    }
    /*.main-news__wrapper-text-block .main-news__title2023 {*/
    /*    font-size: 28px;*/
    /*}*/
    .main-news__item2023 {
        width: 346px;
    }
    .main-news__list {
        padding: 0;
        display: block;
    }
    .main-news__wrapper {
        max-width: 376px;
        padding: 0 15px 0 15px;
        margin: 60px auto 0 auto;
    }
    .page-main__news .main-news__link img {
        max-width: 346px;
        max-height: 176px;
    }
    .main-news__list li:nth-child(3n) {
        display: none;
    }
    .main-news__link .main-news__text:nth-child(3n) {
        margin-bottom: 25px;
    }
    .main-news__wrapper-text-block .yellow-link {
        display: none;
    }
    .main-news__wrapper-text-block-mobile {
        display: block;
    }
}

/* Подписка */

.page-main__subscribe2023 {
    margin-top: 100px;
    background: #FFE74F;
}
.main-subscribe2023 {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    padding: 50px 0 50px 0;
}
.main-subscribe__title-2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    color: #231F20;
}
.main-subscribe__form {
    max-width: 600px;
    display: grid;
    grid-template-columns: 2fr 1fr;
}
.main-subscribe__title-wrapper {
    max-width: 510px;
}
.main-subscribe__button {
    width: 200px;
    height: 42px;
    font-weight: 600;
    padding: 10px 51px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.29;
    background-color: #629F42;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.main-subscribe__input-wrapper,
.main-subscribe__btn-wrapper {
    margin: 0;
}
.form__field input, .form__field textarea, .form__field select {
    width: 400px;
    height: 42px;
    padding: 10px 0 10px 10px;
    color: #707070;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.form__field label {
    color: #707070;
}
.main-subscribe__input-wrapper {
    width: 400px;
    display: block;
}
.new-offer-wrap {
    width: unset;
    margin-top: 15px;
    bottom: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: unset;
}
.new-offer-wrap small {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #231F20;
}
.btn-small-offer .link {
    text-decoration-line: underline;
    color: #629F42;
    font-weight: 600;
}

@media screen and (max-width: 1200px) {
    .main-subscribe2023 {
        max-width: 726px;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        padding: 50px 0 90px 0;
    }

    .main-subscribe__title-wrapper {
        max-width: 525px;
    }
    .main-subscribe__form {
        margin-top: 15px;
        max-width: 768px;
        display: flex;
    }
    .main-subscribe__button {
        width: 156px;
        height: 42px;
        padding: 10px 32px;
    }
    .form__field input, .form__field textarea {
        width: 570px;
    }
    .main-subscribe__input-wrapper {
        width: 570px;
        max-width: unset;
    }
}

@media screen and (max-width: 768px) {
    .new-offer-wrap {
        max-width: 576px;
    }
    .main-subscribe2023 {
        max-width: 576px;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        padding: 40px 15px 80px 15px;
    }

    .main-subscribe__title-wrapper {
        max-width: 576px;
    }
    .main-subscribe__form {
        margin-top: 25px;
        max-width: 576px;
        display: flex;
    }
    .main-subscribe__button {
        width: 156px;
        height: 42px;
        padding: 10px 32px;
    }
    .form__field input, .form__field textarea {
        width: 390px;
    }
    .main-subscribe__input-wrapper {
        width: 390px;
        max-width: unset;
    }
    .main-subscribe__btn-wrapper {
        margin-left: 0 !important;
    }
    .main-subscribe__form {
        max-width: unset;
    }
}

@media screen and (max-width: 576px) {
    .main-subscribe2023 {
        max-width: 376px;
        /*display: flex;*/
        /*flex-direction: column;*/
        /*margin: 0 auto;*/
        padding: 30px 15px 30px 15px;
    }
    .main-subscribe__title-wrapper {
        max-width: 376px;
    }
    .main-subscribe__form {
        margin-top: 25px;
        max-width: 576px;
        display: flex;
    }
    .main-subscribe__button {
        width: 112px;
        height: 42px;
        padding: 10px;
        font-size: 14px;
        line-height: 19px;
    }
    .form__field input, .form__field textarea {
        width: 234px;
    }
    .main-subscribe__input-wrapper {
        width: 234px;
        max-width: unset;
    }
    .main-subscribe__btn-wrapper {
        margin-left: 0 !important;
    }
    .main-subscribe__form {
        max-width: unset !important;
    }
    .new-offer-wrap {
        position: unset;
    }
}

/* Донат */

.help__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.form-donate {
    display: block;
    max-width: 558px;
    min-height: unset;
    border-top: unset;
    font-family: "OpenSans-400", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    color: #231F20;
    border-radius: unset;
    background: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 0;
    align-self: flex-start;
    -webkit-align-self: flex-start;
}
.form-donate .help-form__group .form-donate__fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.form-donate .help-form__group .form-donate__about-item {
    margin-bottom: 0;
}
.form-donate .help-form__group .form-donate__about-item input {
    border: 0;
    outline: 0;
    padding: 3px 6px;
    font-family: inherit;
    height: 42px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.form-donate .help-form__group .form-donate__button-wrapper {
    margin: 0 0 30px 0;
    display: block;
}
.form-donate .form-donate-type {
    display: flex;
    margin-top: 15px;
}
.form-donate .form-donate-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.form-donate .form-donate-label {
    margin: 0 30px 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #231F20;
}

.form-donate .form-donate-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
/*.form-donate .form-donate__payment-item+label.is-checked::before,*/
/*.form-donate .form-donate-checkbox+label.is-checked::before {*/
.form-donate .form-donate-checkbox:checked+label::before {
    background-color: #4C8E22;
    border: 3px solid #FFFFFF;
    box-shadow: 0 0 0 1px #4C8E22;
}
.form-donate .form-donate-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: #FFFFFF;
}

.form-donate .form-donate-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #707070;
    margin: 10px 0 0 0;
}

.form-donate .help-form__group .form-donate__item {
    width: auto;
    background: unset;
    border: unset;
    -webkit-box-sizing: border-box;
    box-sizing: unset;
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 16px;
}
.form-donate__sum-input:checked ~ .form-donate__sum-label {
    background-color: unset;
    outline: unset;
}
.form-donate__sum-label {
    border: unset;
    background-color: unset;
}

.form-donate .help-form__group .form-donate__sum-label {
    padding: 0;
    margin: 0 30px 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #231F20;
}
.form-donate .help-form__group .form-donate__type--desc {
    display: none;
}
.form-donate .help-form__group .form-donate__type--desc.active {
    display: inline-block;
}
.form-donate .help-form__group .form-donate__sum--desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #707070;
    margin-top: 0;
    display: none;
    text-align: left;
}
.form-donate h4 {
    margin-top: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
.form-donate .help-form__group input.form-donate__sum--desc {
    border: 0;
    outline: 0;
    padding: 3px 6px;
    font-family: inherit;
    height: 42px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.form-donate .help-form__group .form-donate__action button {
    background: #FFE74F;
    border-radius: 5px;
    font-size: 16px;
    line-height: 140%;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    color: #231F20;
    width: 100%;
    margin: 0;
}
.form-donate .form-donate-offer a {
    text-decoration-line: underline;
    color: #629F42;
}
.form-donate .help-form__group .form-donate__wrapper {
    width: 100%;
    min-height: unset;
    margin-top: 0 !important;
}
.form-donate__accordion .accordion-head .head-item {
    width: 135px;
    height: 42px;
    background: #FFFFFF;
    border: unset;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #231F20;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px 0;
    margin: 0 5px 0 0;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
}
.form-donate__accordion .accordion-head .head-item.active, .form-donate__accordion .accordion-head .head-item:hover {
    color: #FFFFFF;
    border: unset;
    background: #629F42;
}
.form-donate .help-form__group .form-donate__another h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
    color: #292929;
    margin: 30px 0 20px 0;
}
.m-help__block-donate {
    max-width: 392px !important;
    margin-top: 86px !important;
}

.m-help__block-donate h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #292929;
    padding-bottom: 15px;
    margin: 0 0 0 0;
}
.m-help__block-donate .achievements {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}
.m-help__block-donate .achievements-item {
    display: flex;
    margin-bottom: 30px;
}
.m-help__block-donate .achievements-item .achievements-item-image {
    margin-right: 15px;
    padding: 0px 0 0 auto;
}
.m-help__block-donate .achievements-item .achievements-item-image img {
    min-width: 32px;
}
.m-help__block-donate .achievements-item .achievements-item-text {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #629F42;
}
.m-help__block-donate .achievements-item .achievements-item-text span {
    font-weight: bold;
    font-size: 28px;
}
.m-help__block-donate .achievements-item .achievements-item-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #231F20;
    margin: 10px 0 0 0;
}
.form-donate .help-form__group .form-donate__sum {
    height: 22px;
}
.form-donate__sum-label:focus,
.form-donate__sum-label:hover,
.form-donate__text-input:focus + label,
.form-donate__text-input:hover + label {
    background-color: unset;
    outline: unset;
}
.yellow-link {
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
}

.yellow-arrow {
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FFE74F;
}

.yellow-arrow img {
    width: 16px;
}

.page-main__link2023 {
    white-space: nowrap;
    color: #231f20;
    text-decoration: none;
    background-color: transparent;
}

.page-main__help.help {
    margin-top: 40px;
}
.form-donate__another h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
    color: #292929;
    margin: 30px 0 20px 0;
}
.page-main__help .c-radio__label {
    padding-left: 0;
}
.form-donate__fields-wrap {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.form-donate__fields-wrap div {
    flex-grow: 1;
    width: 274px;
}


@media screen and (max-width: 1200px) {
    .page-main__help.help {
        margin-top: 50px;
    }
    .help__wrapper {
        display: flex;
        flex-wrap: wrap;
        max-width: 768px;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .form-donate {
        padding: 0 21px 0 21px;
        max-width: unset;
        width: 768px
    }
    .m-help__block-donate {
        max-width: unset !important;
        width: 768px !important;
        padding: 0 21px 0 21px !important;;
    }
    .form-donate__another {
        padding: 0 21px 0 21px;
        max-width: unset;
        width: 768px
    }
    .m-help__block-donate .achievements {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 40px;
    }
}

@media screen and (max-width: 768px) {
    .page-main__help.help {
        margin-top: 40px;
    }
    .help__wrapper {
        display: flex;
        flex-wrap: wrap;
        max-width: 576px;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .form-donate, .form-donate__another,
    .m-help__block-donate {
        max-width: unset !important;
        width: 576px !important;
        padding: 0 15px 0 15px !important;;
    }
    .m-help__block-donate {
        margin-top: 0 !important;
    }
    .m-help__block-donate h3 {
        margin: 10px 0 0 0;
    }
    .m-help__block-donate .achievements {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 40px;
    }
    .form-donate .help-form__group .form-donate__sum-label {
        padding: 0;
    }
    .form-donate .help-form__group .form-donate__action button {
        width: 100% !important;
    }
}
@media screen and (max-width: 576px) {
    .form-donate {
        margin: 30px 0 0 0 !important;
    }
    .form-donate .help-form__group {
        margin: 0;
    }
    .form-donate .help-form__group h2 {
        margin: 0 0 25px 0 !important;
        font-weight: 600;
        font-size: 34px;
        line-height: 41px;
        text-align: left;
    }
    .form-donate h4 {
        margin-top: 0;
    }
    .page-main__help.help {
        margin-top: 40px;
    }
    .help__wrapper {
        display: flex;
        flex-wrap: wrap;
        max-width: 375px;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .form-donate, .form-donate__another,
    .m-help__block-donate {
        margin-top: 50px !important;
        max-width: unset !important;
        width: 375px !important;
        padding: 0 15px 0 15px !important;;
    }
    .m-help__block-donate {
        margin-top: 0 !important;
    }
    .m-help__block-donate h3 {
        margin: 10px 0 0 0;
    }
    .form-donate__another h3 {
        margin: 0 0 30px 0 !important;
    }
    .m-help__block-donate .achievements {
        flex-direction: column;
        gap: 0;
    }
    .m-help__block-donate h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
    }
    .form-donate .help-form__group .form-donate__sum-label {
        padding: 0;
    }
    .form-donate .help-form__group .form-donate__action button {
        width: 100% !important;
    }
    .form-donate .help-form__group .form-donate__sum {
        height: unset;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        margin-bottom: 0;
    }
    .form-donate .help-form__group .form-donate__sum li {
        margin-bottom: 15px;
    }
    .form-donate__accordion .accordion-head {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .form-donate__accordion .accordion-head .head-item:nth-child(2) {
        margin-right: 0;
    }
    .form-donate__accordion .accordion-head .head-item {
        width: 170px;
        margin-bottom: 10px;
    }
    .form-donate__accordion .accordion-head .head-item:after,
    .form-donate__accordion .accordion-head .head-item:before {
        content: unset;
        left: 0;
    }
    .form-donate__fields-wrap {
        width: 100%;
        flex-direction: column;
        gap: 0;
        margin-bottom: 10px;
    }
    .form-donate__fields-wrap div {
        width: 345px;
    }
    .form-donate .help-form__group .form-donate__sum--desc,
    .form-donate .form-donate-text {
        font-size: 14px;
    }
    .form-donate .help-form__group .form-donate__button-wrapper {
        margin: 0 0 25px 0;
    }
    .form-donate .help-form__group .form-donate__about-item input {
        /*padding: 0;*/
    }
}

/* Блоки хочу помочь и тд*/

.main-want__wrapper {
    max-width: 1200px;
    margin: 80px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.main-want__wrapper .help-card {
    width: 590px;
    height: 240px;
    background-color: #FFE74F;
    border-radius: 5px;
    color: #231F20;
    overflow: hidden;
}

.main-want__wrapper .help-card .help-card-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin: 20px 20px 0 20px;
    display: flex;
}
.main-want__wrapper .help-card .help-card-title .help-card-title-text {

}
.main-want__wrapper .help-card .help-card-title img {
    width: 16px;
    height: 16px;
    margin-left: auto;
    margin-top: 6px;
}

.main-want__wrapper .help-card .help-card-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    width: 383px;
    margin: 10px 20px 20px 20px;
}

.main-want__wrapper .help-card:focus,
.main-want__wrapper .help-card:hover {
    background-color: #629F42;
    color: #FFFFFF;
    cursor: pointer;
}

.main-want__wrapper .help-card:focus .help-card-title,
.main-want__wrapper .help-card:hover .help-card-title {
    color: #FFFFFF !important;
}
.main-want__wrapper .help-card:focus img,
.main-want__wrapper .help-card:hover img {
    filter: invert(100%);
    /*filter: grayscale(1) invert(1);*/
}

@media screen and (max-width: 1200px) {
    .main-want__wrapper {
        max-width: 728px;
        margin: 50px auto 0 auto;
        gap: 12px;
    }
    .main-want__wrapper .help-card {
        width: 358px;
        height: 194px;
    }
    .main-want__wrapper .help-card .help-card-title {
        font-size: 20px;
        line-height: 22px;
    }
    .main-want__wrapper .help-card .help-card-description {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        font-size: 14px;
        width: unset;
        margin: 15px 20px 20px 20px;
    }
}

@media screen and (max-width: 768px) {
    .main-want__wrapper {
        max-width: 546px;
        margin: 40px auto 0 auto;
        gap: 10px;
    }
    .main-want__wrapper .help-card {
        width: 268px;
        height: 180px;
    }
    .main-want__wrapper .help-card .help-card-title {
        font-size: 20px;
    }
    .main-want__wrapper .help-card .help-card-description {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        font-size: 14px;
        width: unset;
        margin: 15px 20px 20px 20px;
    }
}

@media screen and (max-width: 576px) {
    .main-want__wrapper {
        max-width: 346px;
        margin: 30px auto 0 auto;
        gap: 10px;
        flex-flow: column;
    }
    .main-want__wrapper .help-card {
        width: 346px;
        height: 177px;
    }
    .main-want__wrapper .help-card .help-card-title {
        font-size: 20px;
    }
    .main-want__wrapper .help-card .help-card-description {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        font-size: 14px;
        width: unset;
        margin: 15px 20px 20px 20px;
    }
}

@media (max-height: 820px) {
    .m-help__block-donate,
    .form-donate .help-form__group {
        /*margin-top: 20px !important;*/
    }
    .form-donate .help-form__group h2 ,
    .form-donate .help-form__group h4 {
        margin-top: 0 !important;
    }

    .form-donate .help-form__group .form-donate__action {
        margin-top: 0px !important;
        margin-bottom: 20px;
    }

    .form-donate .help-form__group .form-donate__wrapper {
        margin-top: 10px !important;
    }

    .form-donate .help-form__group .form-donate__action button {
        min-height: 50px !important;
    }
}

/* unset order */

@media screen and (max-width: 768px) {
    .page-main--banner .page-main__video,
    .page-main__projects,
    .page-main--banner .page-main__news,
    .page-main__slider-wrapper,
    .page-main--banner .page-main__help {
        order: unset;
    }
}

/* yellow logo */

.header-title {
    background-color: #FFFFFF;
}
.header-title .cities {
    display: none;
}
.header-title-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 60px 0 60px 0;
    max-width: unset;
    width: 100%;
    margin: 0;
    background-color: #FFE74F;
}
.header-title-block-text {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 300;
    font-size: 34px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #231F20;
}
.header-title-block img {
    width: 509px;
}
.header-banner__image__logo {
    width: 201px;
}
.header-banner__image-title-block-text {
    color: #231F20;
}

@media screen and (max-width: 1200px) {
    .header-title {
        padding-top: 70px;
    }
    .header-title-block img {
        width: 382px;
    }

    .header-title-block-text {
        font-size: 26px;
        line-height: 35px;
    }

    .header-title-block {
        max-width: unset;
        width: 100%;
        margin: 0;
        padding: 50px 0 50px 0;
    }
    .header-title .cities {
        display: block;
        position: sticky;
        padding: 22px 0px;
        margin: 0 auto;
        width: 768px;
    }
    .header-title .cities .city.active {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #000000;
    }
    .header-title .cities .city {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #7B7B7B;
    }
    .header-title .cities .city:last-child {
        margin: 0 0 0 auto;
    }
}


@media screen and (max-width: 768px) {
    .header-title-block img {
        width: 340px;
    }
    .header-title-block-text {
        font-size: 23px;
        line-height: 31px;
    }
    .header-title-block {
        padding: 50px 0 50px 0;
    }
    .header-title .cities {
        padding: 22px 15px;
        width: 576px;
    }
    .header-banner__item.header-banner__item--center {
        display: none;
    }
}
@media screen and (max-width: 576px) {
    .header-title .cities {
        width: 376px;
    }

}

/* 1 блок */

.main-projects__block {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.main-projects__title {
    min-width: 600px;
}
.page-heading__title2023 {
    vertical-align: middle;
    font-size: 36px;
    line-height: 110%;
    color: #231f20;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 30px;
}
.page-heading__title2023 span {
    display: inline;
    box-shadow: inset 0 -5px 0 -2px #fff, inset 0 -13px 0 -2px #ffe36e;
}

/* 2 блок */

.main-projects__block .page-main__title-wrapper-slider-text {
    min-width: 600px;
}
.main-projects__title {
    padding: 0;
}
.page-main__title-description {
    padding: 0;
    font-size: 16px;
    line-height: 125%;
    max-width: 390px;
}

@media screen and (max-width: 1200px) {
    .main-projects__block {
        margin-top: 50px;
        max-width: 728px;
        flex-flow: column;
    }
    .main-projects__title {
        min-width: unset;
    }
    .page-heading__title2023 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .page-main__title-description {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .page-main__title-wrapper-slider-text .page-main__title-description {
        font-size: 30px;
        line-height: 33px;
        width: 554px;
        margin-top: 50px;
    }
}

@media screen and (max-width: 768px) {
    .main-projects__block {
        margin-top: 30px;
        max-width: 546px;
        flex-flow: column;
    }
    .main-projects__title {
        min-width: unset;
    }
    .page-heading__title2023 {
        font-size: 34px;
        line-height: 37px;
        margin-bottom: 20px;
    }
    .page-main__title-description {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .page-main__title-wrapper-slider-text .page-main__title-description {
        font-size: 28px;
        line-height: 31px;
        width: unset;
        margin-top: 60px;
    }
    .page-main__slider-wrapper {
        background-color: unset;
    }
    .page-main__link {
        width: unset;
    }
    .main-projects__block .page-main__title-wrapper-slider-text {
        min-width: unset;
    }
}

@media screen and (max-width: 576px) {
    .main-projects__block {
        margin-top: 30px;
        max-width: 346px;
        flex-flow: column;
    }
    .main-projects__title {
        min-width: unset;
    }
    .page-heading__title2023 {
        font-size: 34px;
        line-height: 37px;
        margin-bottom: 20px;
    }
    .page-main__title-wrapper-slider-text .page-main__title-description {
        font-size: 28px;
        line-height: 31px;
        width: unset;
        margin-top: 50px;
    }
    .page-main__slider-wrapper {
        background-color: unset;
    }
    .page-main__link {
        width: unset;
    }
}

/* footer 2023 */

.page-footer__copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    background-color: #f7f7f7;
    width: 1200px;
}
.copyright-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 50px 0 28px;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.copyright-wrapper::before {
    content: unset;
}

.copyright-wrapper .general-info {
    width: 400px;
}

.copyright-wrapper .footer-info {
    width: 800px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.footer-navigation-up {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.footer-navigation-down {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: auto;
}
.footer-navigation-up .navigation-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
}
.footer-navigation-up .navigation-section .nav-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #231F20;
    margin-bottom: 15px;
}
.footer-navigation-up .navigation-section .nav-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #231F20;
    margin-bottom: 7px;
}
.navigation-section-additional-link {
    display: flex;
    flex-direction: column;
}
.navigation-section-additional-link a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #707070;
    margin-bottom: 5px;
}
.general-info .footer-logo {
    width: 160px;
    margin-bottom: 25px;
}

.general-info__address-wrap .general-info__address {
    display: flex;
    margin-bottom: 20px;
}
.general-info__address-wrap .general-info__address .right-address {
    margin-left: 10px;
}
.general-info img {
    margin-bottom: auto;
}
.general-info__address .general-info_description {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #629F42;
    /*width: 242px;*/
}

.general-info__address .general-info_description .description-link{
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #629F42;
}
.general-info__address-wrap .general-info__address .right-address .general-info_description{
    padding-top: 8px;
}
.general-info__address a,
.general-info__address {
    font-size: 14px;
    line-height: 19px;
    color: #231F20;
}
.page-footer__wrapper--authors {
    width: 100%;
    /*margin: 0 auto;*/
    /*display: grid;*/
    /*grid-template-columns: repeat(3, 1fr);*/
}
.page-footer__wrapper--authors-block {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.page-footer__wrapper--authors-block .display-none {
    display: none;
}
.page-footer__link--fastsol img {
    margin-left: 0;
    height: 100%;
}
.page-footer__link--fastsol {
    margin-left: 0;
}
.page-footer__authors-item .page-footer__link {
    margin-right: 8px;
}
.page-footer__wrapper--copyright-mobile {
    display: none;
}
.general-info__address-wrap .general-info__address img {
    widht: 25px;
    height: 25px;
}
.language-switcher {
    margin-top: 0;
}
.footer-navigation-down .navigation-section-social a {
    margin-right: 15px;
}

@media screen and (max-width: 1200px) {
    .copyright-wrapper {
        width: 726px;
    }
    .page-footer__wrapper--copyright-mobile {
        display: unset;
    }
    .page-footer__wrapper--copyright {
        display: none;
    }
    .page-footer__copyright {
        width: 726px;
    }
    .page-footer__wrapper .general-info {
        display: flex;
        flex-direction: column;
        width: 726px;
        margin: 0 auto;
        padding: 0;
    }
    .page-footer__wrapper .general-info__navigation-section {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding-bottom: 50px;
    }
    .general-info .footer-logo {
        margin-bottom: 0;
    }
    .language-switcher {
        margin: 0 0 0 auto;
    }
    .page-footer__wrapper .general-info__links {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        padding-bottom: 50px;
        gap: 30px
    }

    .page-footer__wrapper .general-info__links .navigation-section {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0;
    }
    .page-footer__wrapper .general-info__links .navigation-section .nav-title {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #231F20;
        margin-bottom: 15px;
    }
    .page-footer__wrapper .general-info__links .navigation-section .nav-link {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #231F20;
        margin-bottom: 7px;
    }
    .general-info__address-wrap {
        width: 100%;
        padding-bottom: 50px;
        display: flex;
        align-items: flex-start;
    }
    .general-info__address-wrap .general-info__address {
        flex-direction: column;
        margin-bottom: 0;
        width: 100%;
    }
    .general-info__address-wrap .general-info__address .right-address {
        margin: 0;
    }
    .general-info__address-wrap .general-info__address img {
        margin-right: auto;
        margin-bottom: 10px;
    }
    .general-info__social {
        width: 100%;
    }
    .general-info__social .navigation-section-social {
        margin-bottom: 30px;
    }
    .general-info__social .navigation-section-social a {
        margin-right: 25px;
    }
    /*.page-footer__wrapper--authors {*/
    /*    width: 726px;*/
    /*}*/
    .page-footer__wrapper--authors-block {
        max-width: 726px;
    }
}
@media screen and (max-width: 768px) {
    .page-footer__copyright {
        width: 546px;
    }
    .page-footer__wrapper .general-info {
        display: flex;
        flex-direction: column;
        width: 546px;
        margin: 0 auto;
        padding: 0;
    }
    .page-footer__wrapper .general-info__navigation-section {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding-bottom: 40px;
    }
    .page-footer__wrapper .general-info__navigation-section .footer-logo {
        margin: 0;
    }
    .general-info .footer-logo {
        margin-bottom: 0;
    }
    .language-switcher {
        margin: 0 0 0 auto;
    }
    .page-footer__wrapper .general-info__links {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        padding-bottom: 40px;
    }

    .page-footer__wrapper .general-info__links .navigation-section {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0;
    }
    .page-footer__wrapper .general-info__links .navigation-section .nav-title {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #231F20;
        margin-bottom: 15px;
    }
    .page-footer__wrapper .general-info__links .navigation-section .nav-link {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #231F20;
        margin-bottom: 7px;
    }
    .general-info__address-wrap {
        width: 100%;
        padding-bottom: 50px;
        display: flex;
        align-items: flex-start;
    }
    .general-info__address-wrap .general-info__address {
        flex-direction: column;
        margin-bottom: 0;
        width: 100%;
    }
    .general-info__address-wrap .general-info__address .right-address {
        margin: 0;
    }
    .general-info__address-wrap .general-info__address img {
        margin-right: auto;
        margin-bottom: 10px;
    }
    .general-info__social {
        width: 100%;
    }
    .general-info__social .navigation-section-social {
        margin-bottom: 30px;
    }
    .general-info__social .navigation-section-social a {
        margin-right: 25px;
    }
    /*.page-footer__wrapper--authors {*/
    /*    width: 546px;*/
    /*    display: flex;*/
    /*}*/
    .page-footer__wrapper--authors-block {
        max-width: 546px;
        display: flex;
    }
    .page-footer__authors-item {
        padding-right: 36px;
    }
    .page-footer__authors-item:last-child {
        padding-right: 0;
    }
}
@media screen and (max-width: 576px) {
    .page-footer__copyright {
        width: 346px;
    }
    .page-footer__wrapper .general-info {
        display: flex;
        flex-direction: column;
        width: 346px;
        margin: 0 auto;
        padding: 0;
    }
    .page-footer__wrapper .general-info__navigation-section {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding-bottom: 30px;
    }
    .general-info .footer-logo {
        margin-bottom: 0;
    }
    .language-switcher {
        margin: 0 0 0 auto;
    }
    .page-footer__wrapper .general-info__links {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-bottom: 30px;
    }

    .page-footer__wrapper .general-info__links .navigation-section {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0;
    }
    .page-footer__wrapper .general-info__links .navigation-section .nav-title {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #231F20;
        margin-bottom: 15px;
    }
    .page-footer__wrapper .general-info__links .navigation-section .nav-link {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #231F20;
        margin-bottom: 7px;
    }
    .general-info__address-wrap {
        width: 100%;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .general-info__address-wrap .general-info__address {
        flex-direction: column;
        margin-bottom: 0;
        width: 100%;
    }
    .general-info__address-wrap .general-info__address .right-address {
        margin: 0;
    }
    .general-info__address-wrap .general-info__address img {
        margin: 10px auto 10px 0;
    }
    .general-info__social {
        width: 100%;
    }
    .general-info__social .navigation-section-social {
        margin-bottom: 30px;
        display: flex;
    }
    .general-info__social .navigation-section-social a {
        margin-right: 25px;
    }
    /*.page-footer__wrapper--authors {*/
    /*    width: 346px;*/
    /*    display: flex;*/
    /*}*/
    .page-footer__wrapper--authors-block {
        max-width: 346px;
        display: grid;
        grid-template-columns: 2fr 4fr;
    }
    .page-footer__wrapper--authors-block .display-none {
        display: block;
    }
    /*.page-footer__wrapper--authors .page-footer__authors-item:nth-child(3n) a,*/
    /*.page-footer__wrapper--authors .page-footer__authors-item:nth-child(2n) a {*/
    /*    width: 230px;*/
    /*}*/
    .page-footer__wrapper--authors .page-footer__authors-item:nth-child(3n) {
        /*margin-left: 100%;*/
    }
    /*.page-footer__link.page-footer__link--fastsol img {*/
    /*    display: inline-block;*/
    /*}*/
    .page-footer__wrapper--authors .page-footer__authors-item {
        /*width: 50%;*/
        padding-right: 0;
    }
    footer.page-footer {
        height: unset !important;
    }
}

.main-news__item--msk:before {
    display: none !important;
}

/* ОТСТУПЫ */
.main-wrapper {
    padding-bottom: 400px;
}
footer.page-footer {
    height: 400px;
    margin-top: -400px;
}
@media screen and (max-width: 1200px) {
    .main-wrapper {
        padding-bottom: 617px;
    }
    footer.page-footer {
        height: 617px;
        margin-top: -617px;
    }
}
@media screen and (max-width: 768px) {
    .main-wrapper {
        padding-bottom: 640px !important;
    }
    footer.page-footer {
        height: 640px !important;
        margin-top: -640px !important;
    }
}
@media screen and (max-width: 768px) {
    .main-wrapper {
        padding-bottom: 912px !important;
    }
    footer.page-footer {
        height: 912px !important;
        margin-top: -912px !important;
    }
}

/* header */
.page-header__banner {
    height: 70px;
}
.header-banner__list {
    max-width: 1200px;
    padding: 13px 0 13px 0;
}
.header-banner__image, .header-banner__summ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 0;
}
.header-banner__link, .mobile-header-banner__link {
    height: 42px;
    display: inline-block;
    padding: 11px 60px;
    font-weight: 600;
}
.search-wrapper {
    background: rgba(255, 255, 255, 0);
    display: flex;
    justify-content: flex-end;
    position: relative;
    max-width: 25px;
    width: 100%;
}
.header-banner__item--city .search-button {
    cursor: pointer;
    transition: all .5s ease-in;
    margin-right: 0;
}
.header-banner__item--city .search-button img {
    width: 24px;
    height: 24px;
}
.header-banner__item--city > a:not(:last-child) {
    margin-right: 40px;
}
.city__icon--spb {
    background-image: url(/local/templates/main/img/icon-footer-spb.svg);
    background-position: unset;
    background-size: cover;
    width: 25px;
    height: 25px;
}
.city__icon--msk {
    background-image: url(/local/templates/main/img/icon-footer-msk.svg);
    background-position: unset;
    background-size: cover;
    width: 25px;
    height: 25px;
}
.city {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}
.search-wrapper .search-form .sliding-search {
    background-color: #629F42;
}
.page-header__nav {
    padding-top: 70px;
}
.header-banner__item.header-banner__item--menu-mobile {
    display: none;
}
.page-header__banner-mobile.mobile-menu {
    display: none;
}
.main-nav__submenu.submenu.active {
    display: block;
}
.modal__content--grey, .submenu {
    background-color: #f7f7f7;
}
.main-nav__item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: unset;
    text-align: center
}
.main-nav__list {
    margin: 0 auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 1200px;
    padding: 0;
    font-size: 15px;
    justify-content: space-between;
}
.form-donate .form-donate__email-input,
.form-donate .form-donate__name-input {
    background-color: #f7f7f7;
}
.m-help .form-donate .form-donate__email-input,
.m-help .form-donate .form-donate__name-input,
.help .form-donate .form-donate__email-input,
.help .form-donate .form-donate__name-input {
    background-color: #ffffff;
}


/*.main-nav__item-sub::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 18px;*/
/*    right: 22px;*/
/*    width: 8px;*/
/*    height: 8px;*/
/*    border-bottom: 1px solid #231F20;*/
/*    border-right: 1px solid #231F20;*/
/*    -webkit-transform: rotate(-45deg);*/
/*    transform: rotate(45deg);*/
/*}*/
@media screen and (max-width: 1200px) {
    .header-banner__list {
        max-width: 768px;
    }
    .header-banner__item.header-banner__item--menu-mobile {
        display: block;
    }
    .header-banner__item.header-banner__item--city {
        display: none;
    }
    .header-banner__item.header-banner__item--menu-mobile img {
        width: 29px;
    }
    .header-banner__item.header-banner__item--menu-mobile button {
        background-color: transparent;
        border: 0;
        float: right;
    }
    .page-header__nav.main-nav {
        display: none;
    }
    .page-header__banner-mobile.mobile-menu.show-mobile-menu {
        display: block;
        position: fixed;
        top: 0; left: 0;
        width: 100%;
        height: 100vh;
        background-color: #FFFFFF;
        z-index: 101;
        overflow: auto;
    }
    .page-header__banner-mobile.mobile-menu.show-mobile-menu .mobile-menu-container {
        width: 768px;
        margin: 20px auto 40px auto;
        padding: 0 20px 0 20px;
        display: flex;
        flex-direction: column;
    }
    .mobile-menu .mobile-menu-button-close .close {
        display: block;
        width: 17px;
        height: 17px;
        background-image: url(../img/close.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    .mobile-menu .search-form {
        width: 100%;
        padding-top: 30px;
        display: flex;
    }
    .mobile-menu .search-form form {
        width: 100%;
    }
    .mobile-menu .search-form table {
        margin: 0;
        width: 100%;
    }
    .mobile-menu .search-form table tbody {
        display: flex;
    }
    .mobile-menu .search-form table tbody tr:first-child {
        border-bottom: 1px solid #231F20;
        margin-right: 10px;
    }
    .mobile-menu .search-form .submit-search {
        width: 85px;
        height: 35px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background: #fbdf50;
        color: #231f20;
    }
    .mobile-menu .search-form .search-line {
        width: 640px;
        text-align: left;
        justify-content: center;
    }
    .mobile-menu .search-form .search-line input {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #707070;
        border: none;
        background: rgba(255, 255, 255, 0);
        width: calc(100% - 25px);
    }

    .mobile-menu-container .mobile-menu {
        margin-top: 40px;
        border-top: 1px solid rgb(153 153 153 / 50%);
    }

    .mobile-menu .main-nav__wrapper .main-nav__list {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
        font-size: 16px;
        line-height: 22px;
    }
    .mobile-menu .main-nav__wrapper .main-nav__item {
        width: 100%;
    }
    .mobile-menu .main-nav__wrapper .main-nav__item .main-nav__link2023 {
        text-align: left;
    }
    .mobile-menu .main-nav__wrapper .main-nav__item .main-nav__link2023 i {
        display: none;
    }
    .mobile-menu .main-nav__wrapper .main-nav__item.city-switch .main-nav__link2023 i {
        float: right;
        display: block;
        margin: 6px 4px 4px 6px;
        padding: 3px;
    }
    .mobile-menu .main-nav__wrapper .main-nav__item.lk .main-nav__link2023  img {
        float: right;
    }

    .mobile-menu-container .mobile-menu li {
        border-bottom: 1px solid rgb(153 153 153 / 50%);
    }
    .submenu {
        position: unset;
    }
    .submenu__item {
        width: 100%;
        padding: 5px 0 5px 14px;
        font-size: 16px;
        line-height: 22px;
        color: #707070;
    }
    .mobile-menu-container .mobile-menu li .submenu__item {
        border-bottom: unset;
    }
    .submenu__item::before {
        content: unset;
    }
    .mobile-menu-container .mobile-menu .mobile-menu-button {
        text-align: center;
        padding-top: 30px;
    }
}
@media screen and (max-width: 768px) {
    .page-header__banner {
        position: fixed !important;
        z-index: 100;
        width: 100%;
    }
    .page-header--close .page-header__banner, .page-header--close .page-header__banner-list {
        display: unset;
        /*justify-content: space-between;*/
        /*align-items: center;*/
    }
    .page-header__banner-list.page-header__banner-list--main.header-banner__list {
        display: flex;
        flex-direction: row;
        padding: 15px 15px;
        width: 576px;
        margin: auto;
    }
    .header-banner__item {
        width: calc(100% / 2);
    }
    .header-banner__image svg {
        width: 168px;
        height: 39px;
    }
    .mobile-menu .search-form .search-line {
        width: 320px;
    }
    .page-header__banner-mobile.mobile-menu.show-mobile-menu .mobile-menu-container {
        width: 454px;
    }
    .submenu__item {
        /*padding: 0;*/
        border-top: unset;
    }
    .header-title__item--active::after, .main-nav--who-is .main-nav__link--who-is::after, .main-nav__item::after, .submenu__item::after {
        content: unset;
    }
    .page-content {
        padding: 0 !important;
    }
}
@media screen and (max-width: 576px) {
    .page-header__banner-list.page-header__banner-list--main.header-banner__list {
        width: 376px;
    }
    .mobile-menu .search-form .search-line {
        width: 240px;
    }
    .page-header__banner-mobile.mobile-menu.show-mobile-menu .mobile-menu-container {
        width: 376px;
    }
}

/* Карточки для слайдера */
.slider-card {
    width: 600px;
    height: 350px;
    display: flex;
    flex-direction: column;
    background: #F4F4F4;
    border-radius: 6px;
    margin: 0 auto;
}
.slider-card-card {
    display: flex;
    flex-direction: row;
}
.slider-card .slider-card-left {
    flex: 1 1 300px;
    padding: 15px;
    max-height: 292px;
}
.slider-card .slider-card-right {
    flex: 1 1 300px;
}
.slider-card .slider-card-right img {
    border-top-right-radius: 6px;
}
.slider-card .slider-card-button {
    height: 58px;
    width: 100%;
}
.slider-card .slider-card-button a {
    height: 58px;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #231F20;
    cursor: pointer;
    background-color: #FFE74F;
    justify-content: center;
    align-items: center;
}
.slider-card .card-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    color: #231F20;
    margin: 0;
}
.slider-card .card-title span {
    display: inline;
    /*box-shadow: inset 0 -2px 0 #fff, inset 0 -7px 0 -2px #ffe36e;*/
    box-shadow: inset 0 -7px 0 -2px #ffe36e;
}
.slider-card .card-cost {
    font-family: "OpenSans-700", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    color: #629F42;
    padding-top: 35px;
}
.slider-card .card-cost b {
    font-size: 30px;
}
.slider-card .card-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #231F20;
    margin: 0;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.slider-main__list {
    max-width: 600px;
    margin: 0 auto;
}
.slider-main__item img {
    width: 300px;
    height: 292px;
}
.slider-main__description {
    background-color: unset;
    margin-top: 0;
}
.slider-main__control {
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.slider-main__button {
    background-image: url(../img/arrow-slider.svg);
}
.slider-main__button--left {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.slider-main__button--right {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 1200px) {
    .slider-main__list {
        padding-top:35px;
    }
}

@media screen and (max-width: 768px) {
    .slider-card {
        width: 546px;
        height: 260px;
    }
    .slider-main__list {
        width: 546px;
    }
    .slider-main__item {
        width: 546px;
        box-shadow: unset;
    }
    .slider-main__list .slick-slide {
        margin: 0;
    }
    .slider-main__control {
        display: block;
    }
    .slider-main__description {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        min-height: 30px;
        margin-top: 60px;
        background-color: unset;
    }
    .slider-main__item img {
        height: 100%;
        width: 100%;
    }
    .slider-card .slider-card-right {
        flex: 1 1 273px;
    }
    .slider-card .card-cost {
        padding-top: 20px;
    }
    .slider-card .card-cost b {
        padding-top: 20px;
    }
    .slider-card .card-description {
        -webkit-line-clamp: 6;
        font-size: 14px;
    }
    .slider-card .slider-card-left {
        max-height: 253px;
    }
}

@media screen and (max-width: 576px) {
    .slider-card {
        width: 346px;
        height: 200px;
        position: relative;
    }
    .slider-card .slider-card-button {
        bottom: 0;
        position: absolute;
    }
    .slider-main__list {
        width: 346px;
    }
    .slider-main__item {
        width: 346px;
        box-shadow: unset;
    }
    .slider-main__list .slick-slide {
        margin: 0;
    }
    .slider-main__control {
        display: block;
    }
    .slider-main__description {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        min-height: 30px;
        margin-top: 20px;
        background-color: unset;
    }
    .slider-main__item img {
        height: 100%;
        width: 100%;
    }
    .slider-card .slider-card-left {
        /*flex: 1 1 170px;*/
        max-width: 170px;
        padding: 5px;
    }
    .slider-card .slider-card-right {
        /*display: none;*/
        flex: 1 1 176px;
    }
    .slider-card .card-cost {
        padding-top: 12px;
        font-size: 14px;
    }
    .slider-card .card-cost b {
        font-size: 14px;
    }
    .slider-card .card-description {
        font-size: 12px;
        -webkit-line-clamp: 5;
    }
    .slider-card .card-title {
        font-size: 14px;
    }
    .slider-card .slider-card-button,
    .slider-card .slider-card-button a {
        height: 38px;
    }
}



.language-select select {
    background: transparent;
    border: none;
    color: #292929;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-left: 15px;
}
.language-select {
    margin-left: auto;
    display: flex;
    flex-direction: row;
}
.mobile-menu-button-how_to_help {
    margin: 0 auto;
    padding-top: 30px;
}
.mobile-menu-button-how_to_help .header-banner__link {
    padding: 11px 110px;
}
.mobile-menu .main-nav__submenu.submenu {
    display: block;
}
.mobile-menu .main-nav__submenu .submenu__item {
    padding: 14px 0 14px 0;
    border-top: 1px solid rgba(193, 193, 193, .2);
}
.m-money-popup__info ul {
    padding-left: 17px;
}

.page-main__projects.main-projects,
.main-nav__link2023,
.main-projects__block,
.help__wrapper,
.form-donate .help-form__group h2,
.form-donate .form-donate-text,
.form-donate h4, .form-donate h1, .m-help__block-donate h3,
.form-donate .form-donate-offer,
a.city {
    /*font-family: 'Open Sans';*/
    /*font-style: normal;*/
}
.page-main__projects h2,
.page-main__help h2,
.main-news__wrapper-text-block h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
}
.form-donate__about-item .is-error {
    color: red;
}

@media screen and (max-width: 376px) {
    .main-subscribe2023 {
        max-width: 320px;
        /*display: flex;*/
        /*flex-direction: column;*/
        /*margin: 0 auto;*/
        padding: 20px 8px;
    }
    .main-subscribe__title-wrapper {
        max-width: 300px;
    }
    .main-subscribe__form {
        margin-top: 25px;
        max-width: 300px;
        display: flex;
    }
    .main-subscribe__button {
        width: 112px;
        height: 42px;
        padding: 10px;
        font-size: 14px;
        line-height: 19px;
    }
    .form__field input, .form__field textarea {
        width: 170px !important;
    }
    .main-subscribe__input-wrapper {
        width: 170px;
        max-width: unset;
    }
    .main-subscribe__btn-wrapper {
        margin-left: 0 !important;
    }
    .main-subscribe__form {
        max-width: unset !important;
    }
    .new-offer-wrap {
        position: unset;
    }
    .main-subscribe__input {
        min-width: 170px;
    }
    .main-subscribe__form label {
        width: 150px;
    }
}

@media screen and (max-width: 376px) {
    .main-news__wrapper-text-block {
        padding-bottom: 30px;
        display: flex;
    }
    .main-news__item2023 {
        width: 300px;
    }
    .main-news__list {
        padding: 0;
        display: block;
    }
    .main-news__wrapper {
        max-width: 300px;
        padding: 0 15px 0 15px;
        margin: 60px auto 0 auto;
    }
    .page-main__news .main-news__link img {
        max-width: 300px;
        max-height: 152px;
    }
    .main-news__list li:nth-child(3n) {
        display: none;
    }
    .main-news__link .main-news__text:nth-child(3n) {
        margin-bottom: 25px;
    }
    .main-news__wrapper-text-block .yellow-link {
        display: none;
    }
    .main-news__wrapper-text-block-mobile {
        display: block;
    }
}

@media screen and (max-width: 376px) {
    .slider-card {
        width: 300px;
        height: 180px;
        position: relative;
    }
    .slider-card .slider-card-button {
        bottom: 0;
        position: absolute;
    }
    .slider-main__list {
        width: 300px;
    }
    .slider-main__item {
        width: 300px;
        box-shadow: unset;
    }
    .slider-main__list .slick-slide {
        margin: 0;
    }
    .slider-main__control {
        display: block;
    }
    .slider-main__description {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        min-height: 30px;
        margin-top: 20px;
        background-color: unset;
    }
    .slider-main__item img {
        height: 100%;
        width: 100%;
    }
    .slider-card .slider-card-left {
        max-width: 150px;
        padding: 5px;
    }
    .slider-card .slider-card-right {
        flex: 1 1 150px;
    }
    .slider-card .card-cost {
        padding-top: 12px;
        font-size: 14px;
    }
    .slider-card .card-cost b {
        font-size: 14px;
    }
    .slider-card .card-description {
        font-size: 12px;
        -webkit-line-clamp: 3;
    }
    .slider-card .card-title {
        font-size: 14px;
    }
    .slider-card .slider-card-button,
    .slider-card .slider-card-button a {
        height: 38px;
    }
}

@media screen and (max-width: 376px) {
    .page-header__banner-list.page-header__banner-list--main.header-banner__list {
        width: 320px;
    }
    .mobile-menu .search-form .search-line {
        width: 180px;
    }
    .page-header__banner-mobile.mobile-menu.show-mobile-menu .mobile-menu-container {
        width: 320px;
    }
}

@media screen and (max-width: 376px) {
    .page-main__subscribe2023 {
        margin-top: 50px;
    }
    .page-footer__copyright {
        width: 300px;
    }
    .page-footer__wrapper .general-info {
        display: flex;
        flex-direction: column;
        width: 300px;
        margin: 0 auto;
        padding: 0;
    }
    .page-footer__wrapper .general-info__navigation-section {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding-bottom: 30px;
    }
    .general-info .footer-logo {
        margin-bottom: 0;
    }
    .language-switcher {
        margin: 0 0 0 auto;
    }
    .page-footer__wrapper .general-info__links {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-bottom: 30px;
    }

    .page-footer__wrapper .general-info__links .navigation-section {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0;
    }
    .page-footer__wrapper .general-info__links .navigation-section .nav-title {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #231F20;
        margin-bottom: 15px;
    }
    .page-footer__wrapper .general-info__links .navigation-section .nav-link {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #231F20;
        margin-bottom: 7px;
    }
    .general-info__address-wrap {
        width: 100%;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .general-info__address-wrap .general-info__address {
        flex-direction: column;
        margin-bottom: 0;
        width: 100%;
    }
    .general-info__address-wrap .general-info__address .right-address {
        margin: 0;
    }
    .general-info__address-wrap .general-info__address img {
        margin: 10px auto 10px 0;
    }
    .general-info__social {
        width: 100%;
    }
    .general-info__social .navigation-section-social {
        margin-bottom: 30px;
        display: flex;
    }
    .general-info__social .navigation-section-social a {
        margin-right: 25px;
    }
    .page-footer__wrapper--authors-block {
        max-width: 300px;
        display: grid;
        grid-template-columns: 2fr 4fr;
    }
    .page-footer__wrapper--authors-block .display-none {
        display: block;
    }
    .page-footer__wrapper--authors .page-footer__authors-item {
        padding-right: 0;
    }
    footer.page-footer {
        height: unset !important;
    }
}

@media screen and (max-width: 376px) {
    .main-projects__block {
        margin-top: 30px;
        max-width: 300px;
        flex-flow: column;
    }
    .main-projects__title {
        min-width: unset;
    }
    .page-heading__title2023 {
        font-size: 34px;
        line-height: 37px;
        margin-bottom: 20px;
    }
    .page-main__title-wrapper-slider-text .page-main__title-description {
        font-size: 28px;
        line-height: 31px;
        width: unset;
        margin-top: 50px;
    }
    .page-main__slider-wrapper {
        background-color: unset;
    }
    .page-main__link {
        width: unset;
    }
}

@media screen and (max-width: 376px) {
    .header-title .cities {
        width: 300px;
    }
    .header-banner__image svg {
        width: 145px;
        height: 33px;
    }

}

@media screen and (max-width: 376px) {
    .main-want__wrapper {
        max-width: 300px;
        margin: 10px auto 0 auto;
        gap: 10px;
        flex-flow: column;
    }
    .main-want__wrapper .help-card {
        width: 300px;
        height: 153px;
    }
    .main-want__wrapper .help-card .help-card-title {
        font-size: 20px;
    }
    .main-want__wrapper .help-card .help-card-description {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        font-size: 14px;
        width: unset;
        margin: 10px 10px 10px 10px;
    }
    .main-want__wrapper .help-card .help-card-title {
        margin: 10px 10px 0 10px;
        font-size: 16px;
    }
    .mobile-menu-button-how_to_help .header-banner__link {
        padding: 11px 90px;
    }
}

@media screen and (max-width: 376px) {
    .form-donate .help-form__group {
        margin: 0;
    }
    .form-donate .help-form__group h2 {
        margin: 0 0 25px 0 !important;
        font-weight: 600;
        font-size: 34px;
        line-height: 41px;
        text-align: left;
    }
    .form-donate h4 {
        margin-top: 0;
    }
    .page-main__help.help {
        margin-top: 40px;
    }
    .help__wrapper {
        display: flex;
        flex-wrap: wrap;
        max-width: 300px;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .form-donate, .form-donate__another,
    .m-help__block-donate {
        margin-top: 30px !important;
        max-width: unset !important;
        width: 300px !important;
        padding: 0 !important;
    }
    .m-help__block-donate {
        margin-top: 0 !important;
    }
    .m-help__block-donate h3 {
        margin: 10px 0 0 0;
    }
    .form-donate__another h3 {
        margin: 0 0 30px 0 !important;
    }
    .m-help__block-donate .achievements {
        flex-direction: column;
        gap: 0;
    }
    .m-help__block-donate h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
    }
    .form-donate .help-form__group .form-donate__sum-label {
        padding: 0;
    }
    .form-donate .help-form__group .form-donate__action button {
        width: 100% !important;
    }
    .form-donate .help-form__group .form-donate__sum {
        height: unset;
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 0;
    }
    .form-donate .help-form__group .form-donate__sum li {
        margin-bottom: 15px;
    }
    .form-donate__accordion .accordion-head {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .form-donate__accordion .accordion-head .head-item:nth-child(2) {
        margin-right: 0;
    }
    .form-donate__accordion .accordion-head .head-item {
        width: 170px;
        margin-bottom: 10px;
    }
    .form-donate__accordion .accordion-head .head-item:after,
    .form-donate__accordion .accordion-head .head-item:before {
        content: unset;
        left: 0;
    }
    .form-donate__fields-wrap {
        width: 100%;
        flex-direction: column;
        gap: 0;
        margin-bottom: 10px;
    }
    .form-donate__fields-wrap div {
        width: 300px;
    }
    .form-donate .help-form__group .form-donate__sum--desc,
    .form-donate .form-donate-text {
        font-size: 14px;
    }
    .form-donate .help-form__group .form-donate__button-wrapper {
        margin: 0 0 25px 0;
    }
    .js-text-hide,
    .js-text-tall {
        height: unset;
    }
}
@media screen and (max-width: 1200px) {
    .page-content.without-header-banner {
        padding-top: 70px;
    }
}
.mobile-menu .submenu {
    background-color: #ffffff;
}
@media screen and (max-width: 767px) {
    .slick-slide img {
       /* width: 100%; */
    max-width: unset;
    }
}
.help-form__group.is-error .js-custom-sum {
    border: 1px solid red !important;
}
.c-radio__label {
    padding-left: 0 !important;
}
.double-page-sub .page-main__subscribe2023 {
    margin-top: 0;
}
.mit-another-help .title-block {
    padding: 30px 0 0 0;
}
.m-help__row-blocks-content .m-help__short-block {
    /*max-width: 230px;*/
}
.m-help__row-blocks-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    min-width: 70%;
    /*gap: 10px;*/
    /*display: flex;*/
    /*flex-direction: row;*/
    /*flex-wrap: wrap;*/
    gap: 5%;
    margin-left: 40px;
}
.m-help__row-blocks-content .m-help__row-blocks a {
    margin: 0;
    height: -webkit-fill-available;
}
.m-help__row-blocks-content .m-help__row-blocks {
    row-gap: unset;
    margin: 0;
}
.m-help__row-blocks-content .short-block__image {
    width: 196px;
    height: 196px;
    object-fit: cover;
}
@media screen and (max-width: 1240px) {
    .m-help__row-blocks-content .short-block__image {
        width: 140px;
        height: 140px;
    }
}
@media screen and (max-width: 1100px) {
    .m-help__row-blocks-content {
        grid-template-columns: 1fr 1fr;
        gap: 2%;
    }
}
@media screen and (max-width: 993px) {
    .m-help__row-blocks-content {
        grid-template-columns: 1fr 1fr 1fr;
        margin: 0;
    }
    .m-help__row-blocks-content .short-block__image {
        width: 196px;
        height: 196px;
    }
    .m-help__row-blocks-content .m-help__row-blocks {
        margin: auto;
        height: -webkit-fill-available;
    }
}
@media screen and (max-width: 830px) {
    .m-help__row-blocks-content {
        grid-template-columns: 1fr 1fr;
    }
    .m-help__row-blocks-content {
        gap: 1%;
    }
}
@media screen and (max-width: 767px) {
    .m-help__row-blocks-content .short-block__image {
        width: 92px !important;
        height: 92px !important;
        max-width: 92px !important;
        max-height: 92px !important;
        min-height: unset;
    }
}
.projects .main-projects__title {
    padding-bottom: 10px;
}
.s-gallery__slider-list,
.s-gallery__sliders,
.slick-slider .slick-list, .slick-slider .slick-track {
    height: unset !important;
}
.no-border-right {
    border-right: unset !important;
}

.navigation-section-social a img {
    width: 25px;
    height: 25px;
}

.under-textarea {
    font-size: 14px;
    margin-top: 5px;
}
.error-text .form__text--small.error_descr {
    font-size: 14px;
    margin: 5px auto;
}
.error-text .form__text--small {
    color: red;
}

.spec_slider .s-gallery__slider-block-flex {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 100%;
}
.s-gallery__slider-descr {
    margin-top: 15px;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}