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

@font-face {
    font-family: open;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/openSans/OpenSans-SemiBold.woff2) format("woff2");
    font-display: swap
}

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

@font-face {
    font-family: rubik;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/rubik/Rubik-Medium.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: rubik;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/rubik/Rubik-SemiBold.woff2) format("woff2");
    font-display: swap
}

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

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: #ff981c;
    color: #fff
}

::selection {
    background-color: #ff981c;
    color: #fff
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input,
textarea {
    outline: 0
}

input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: red
}

input:required:valid,
textarea:required:valid {
    border-color: green
}

body {
    font-family: open, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #1b020f;
    min-width: 320px;
    position: relative;
    overflow-x: hidden
}

html {
    overflow-x: hidden
}

.no-scroll {
    overflow: hidden
}

a,
button,
label {
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container {
    max-width: 1560px;
    padding: 0 20px;
    margin: auto
}

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

.resp img {
    display: block;
    width: 100%;
    height: auto
}

.btn {
    background: 0 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    text-align: left;
    display: inline-block;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    padding: 0;
    color: #1b020f;
    white-space: nowrap
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
    position: relative
}

.row>* {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px
}

.row_42 {
    margin-right: -21px;
    margin-left: -21px
}

.row_42>* {
    padding-right: 21px;
    padding-left: 21px
}

.col20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.col25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%
}

.col50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col60 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
}

.col66 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%
}

.pay-button {
    padding: 27px 118px 27px 65px;
    background-color: #fff;
    border-radius: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    background-image: url(../images/icon/r.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: calc(100% - 65px) center
}

@media only screen and (min-width:750px) {
    .pay-button:hover {
        -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, .5);
        box-shadow: 2px 2px 20px rgba(0, 0, 0, .5)
    }
}

@media only screen and (max-width:750px) {
    .pay-button:active {
        -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, .5);
        box-shadow: 2px 2px 20px rgba(0, 0, 0, .5)
    }
}

.btn_more,
.button {
    border-radius: 20px;
    padding: 24px 60px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    overflow: hidden;
    border: 1px solid #5d2643;
    background-color: #fff;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.btn_more:before,
.button:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #5d2643;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.btn_more span,
.button span {
    position: relative
}

.btn_more:disabled,
.button:disabled {
    opacity: .5;
    cursor: default
}

.btn_more {
    background-color: #5d2643;
    width: auto !important;
    color: #fff !important
}

.btn_more:before {
    display: none
}

@media only screen and (min-width:750px) {
    .button:not(:disabled):hover {
        color: #5d2643;
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease
    }

    .button:not(:disabled):hover:before {
        -webkit-transform: rotate(5deg) scale(1, 0);
        -ms-transform: rotate(5deg) scale(1, 0);
        transform: rotate(5deg) scale(1, 0);
        opacity: 0;
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease
    }
}

@media only screen and (max-width:750px) {
    .button:not(:disabled):active {
        color: #5d2643;
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease
    }

    .button:not(:disabled):active:before {
        -webkit-transform: rotate(5deg) scale(1, 0);
        -ms-transform: rotate(5deg) scale(1, 0);
        transform: rotate(5deg) scale(1, 0);
        opacity: 0;
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease
    }
}

.filter-button {
    display: inline-block !important;
    font-size: 18px;
    text-transform: uppercase;
    padding: 16px 20px;
    border-radius: 16px;
    width: 212px;
    text-align: center;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    cursor: pointer;
    background-color: #ffecd2;
    margin-right: 10px
}

.filter-button:hover{
    background-color: #5d2643;
    color: white;
}

.filter-button.hidden {
    background-color: #5d2643;
    color: #fff
}

.header {
    padding: 16px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #ffb154
}

.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.logo {
    display: block;
    width: 115px;
    height: 133px
}

.nav {
    max-width: 772px;
    margin-left: 40px;
}

.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -36px
}

.nav-list li {
    margin-right: 36px;
    margin-bottom: 15px
}

.nav-list__link {
    font-size: 30px;
    color: #5d2643;
    text-decoration: none;
    font-weight: 600;
    display: block;
    position: relative
}

.nav-list__link:before {
    content: "";
    display: block;
    background-color: #fff;
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: width .25s ease;
    -o-transition: width .25s ease;
    transition: width .25s ease
}

@media only screen and (min-width:750px) {
    .nav-list__link:hover:before {
        width: 100%
    }
}

@media only screen and (max-width:750px) {
    .nav-list__link:active:before {
        width: 100%
    }
}

.nav-list__link_active:before {
    width: 100%
}

.menu-button {
    display: none
}

.main {
    padding-top: 165px
}

.main>section:last-child {
    padding-bottom: 120px
}

.home {
    background-color: #ffb154;
    padding-top: 168px;
    min-height: 670px;
    background-image: url(../images/decor/0.svg);
    background-repeat: no-repeat;
    background-size: 2053px auto;
    background-position: center 0;
    position: relative;
    overflow: hidden
}

.home__content {
    max-width: 746px
}

.home__title {
    margin: 0;
    font-size: 55px;
    font-weight: 700;
    font-family: rubik, sans-serif;
    color: #fff;
    margin-bottom: 24px
}

.home__text {
    font-size: 30px;
    margin: 0;
    margin-bottom: 48px
}

.home__img {
    width: 793px;
    position: absolute;
    bottom: -135px;
    left: calc(50% - 30px);
    pointer-events: none
}

.section {
    padding: 120px 0
}

.small-section {
    padding: 60px 0
}

.section_top {
    padding-top: 120px
}

.section_bottom {
    padding-bottom: 120px
}

.section-title {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 48px;
    font-family: rubik, sans-serif
}

.section-title span {
    display: inline-block;
    position: relative
}

.section-title span:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 16px;
    background-color: #ffb154;
    position: absolute;
    bottom: 3px;
    left: 0;
    z-index: -1
}

.about-section .section-title {
    margin-bottom: 40px
}

.about-section__text {
    max-width: 1020px;
    margin-left: auto;
    font-size: 30px;
    margin-bottom: 48px
}

.about-section__text p {
    margin: 0;
    margin-bottom: 18px
}

.about-section-item {
    background-color: #ff981c;
    padding: 40px 42px;
    border-radius: 20px;
    color: #fff
}

.about-section-item p {
    font-size: 30px;
    margin: 0;
    max-width: 290px
}

.about-section-item div {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    font-family: rubik, sans-serif;
    margin-bottom: 20px
}

.about-section-advantages .row>div:first-child .about-section-item {
    background-color: #ff981c
}

.about-section-paw {
    width: 208px;
    height: 208px;
    background-image: url(../images/icon/paw.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 43px
}

.animal-item {
    display: block;
    text-decoration: none;
    color: white;
    border-radius: 20px;
    position: relative;
    margin-bottom: 24px;
    overflow: hidden
}

.hover-anim {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

@media only screen and (min-width:750px) {
    .hover-anim:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@media only screen and (max-width:750px) {
    .hover-anim:active {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.animal-item__title {
    position: absolute;
    bottom: 24px;
    left: 32px;
    width: calc(100% - 64px);
    font-size: 24px;
    font-weight: 600;
    font-family: rubik, sans-serif
}

.section-buttons {
    text-align: center;
    margin-top: 48px
}

.how-help__item {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    background-image: var(--bg-image-desktop);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 32px;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    -webkit-transition: -webkit-box-shadow .25s ease;
    transition: -webkit-box-shadow .25s ease;
    -o-transition: box-shadow .25s ease;
    transition: box-shadow .25s ease;
    transition: box-shadow .25s ease, -webkit-box-shadow .25s ease
}

.how-help__item span {
    position: relative
}

@media only screen and (min-width:750px) {
    .how-help__item:hover {
        -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, .5);
        box-shadow: 2px 2px 20px rgba(0, 0, 0, .5)
    }
}

@media only screen and (max-width:750px) {
    .how-help__item:active {
        -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, .5);
        box-shadow: 2px 2px 20px rgba(0, 0, 0, .5)
    }
}

.how-help__item_big {
    height: 823px
}

.how-help__item_small {
    height: 378px;
    margin-bottom: 24px
}

.how-help__item_mid {
    height: 421px
}

.how-help__item_first {
    background-position: 0 bottom;
    background-size: auto 422px;
    background-color: #ffb154;
    position: relative
}

.how-help__item_first:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 402px;
    background-image: url(../images/decor/1.svg);
    background-size: 580px auto;
    background-position: center;
    background-repeat: no-repeat
}

.goals {
    background-color: #ff981c;
    background-image: url(../images/decor/2.svg);
    background-repeat: no-repeat;
    background-size: 2053px;
    background-position: center;
    margin: 60px 0
}

.goals .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.goals-item {
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 48px;
    padding-top: 153px;
    background-image: url(../images/icon/paw.svg);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 120px
}

.section-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 48px
}

.section-top .section-title {
    margin-bottom: 0
}

.section-link {
    color: #5d2643;
    font-size: 24px;
    text-transform: uppercase
}

.news-row {
    border-top: 1px solid #5d2643;
    padding-top: 24px;
    background-image: url(../images/icon/arrow.svg);
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-position: right 32px
}

.news-row a {
    color: #1b020f;
    text-decoration: none
}

.news-row__date {
    color: #5d2643;
    font-size: 20px;
    line-height: 1.4
}

.news-row__title {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    font-family: rubik, sans-serif;
    color: #5d2643;
    margin-bottom: 20px
}

.news-row__text {
    font-size: 20px;
    line-height: 1.4;
    margin: 0
}

.news-row__content {
    max-width: 810px
}

.news-section__list li {
    margin-bottom: 24px
}

.news-section__list li:last-child {
    margin-bottom: 0
}

.media-item {
    padding-bottom: 40px;
    background-image: url(../images/icon/arrow.svg);
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-position: left bottom
}

.media-item a {
    color: #1b020f;
    display: block;
    text-decoration: none
}

.media-item__img {
    margin-bottom: 24px
}

.media-item__title {
    font-size: 30px;
    font-weight: 600;
    font-family: rubik, sans-serif;
    margin: 0;
    margin-bottom: 24px
}

.media-item__text {
    margin: 0;
    height: 168px;
    font-size: 20px
}

.requisites p {
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 20px
}

.requisites__title {
    font-size: 30px;
    margin: 0;
    margin-bottom: 30px;
    font-family: rubik, sans-serif;
    font-weight: 600
}

.soc li {
    margin-bottom: 24px
}

.soc__link {
    display: inline-block;
    font-size: 24px;
    line-height: 1.4;
    color: #1b020f;
    padding-left: 70px;
    background-repeat: no-repeat;
    background-position: 0 center
}

.soc__link_vk {
    background-image: url(../images/soc/vk.svg);
    background-size: 48px auto
}

.soc__link_tl {
    background-image: url(../images/soc/tl.svg);
    background-size: 42px auto
}

.soc__link_em {
    background-image: url(../images/soc/em.svg);
    background-size: 40px auto
}

.footer {
    background-color: #ffb154;
    padding: 56px 0 36px
}

.footer .logo {
    width: 221px;
    height: 256px
}

.footer .soc__link {
    font-size: 20px;
    padding-left: 40px
}

.footer .soc__link_vk {
    background-size: 32px auto
}

.footer .soc__link_tl {
    background-size: 28px auto
}

.footer .soc__link_em {
    background-size: 28px auto
}

.footer__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 32px;
    text-transform: uppercase;
    color: #5d2643
}

.footer-list li {
    margin-bottom: 21px
}

.footer-list__link {
    font-size: 20px;
    text-decoration: none;
    color: #5d2643;
    position: relative
}

.footer-list__link:before {
    content: "";
    display: block;
    background-color: #5d2643;
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: width .25s ease;
    -o-transition: width .25s ease;
    transition: width .25s ease
}

@media only screen and (min-width:750px) {
    .footer-list__link:hover:before {
        width: 100%
    }
}

@media only screen and (max-width:750px) {
    .footer-list__link:hover:before {
        width: 100%
    }
}

.footer__bottom {
    border-top: 1px solid #5d2643;
    margin-top: 85px;
    padding: 22px 0
}

.footer__bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.copy {
    font-size: 20px;
    color: #5d2643
}

.footer__link {
    font-size: 20px;
    color: #5d2643;
    text-decoration: none
}

.first-section {
    padding-top: 50px
}

.bread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 48px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.bread li {
    margin-right: 8px;
    padding-right: 20px;
    background-image: url(../images/icon/bread.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px
}

.bread li:last-child {
    margin-right: 0;
    padding-right: 0;
    background: 0 0
}

.bread__link {
    font-size: 16px;
    color: #5d2643;
    text-decoration: none;
    line-height: 1.4
}

.standart__content {
    font-size: 24px;
    line-height: 1.4
}

.standart__content a {
    color: #5d2643
}

.standart__content p {
    margin: 0;
    margin-bottom: 32px;
    font-weight: 400
}

.standart__content>strong {
    font-weight: 600;
    margin-bottom: 5px;
    display: block
}

.standart__content ul {
    margin: 0;
    margin-bottom: 32px;
    padding-left: 25px
}

.standart__content ul li {
    margin-bottom: 5px
}

.standart__content>:last-child {
    margin-bottom: 0 !important
}

.standart__content u {
    text-decoration: none;
    padding-bottom: 24px;
    display: inline-block;
    border-bottom: 8px solid #ffb154;
    margin-bottom: 24px
}

.standart__content ol {
    margin: 0;
    margin-bottom: 32px;
    padding-left: 25px
}

.standart__content ol li {
    margin-bottom: 24px;
    font-weight: 600
}

.standart__content ol strong {
    display: inline-block;
    margin-bottom: 24px
}

.documents-slider {
    margin: 0 auto
}

.documents-slider__item {
    display: block
}

.slider-scrollbar {
    height: 4px;
    width: 100%;
    background-color: #d9d9d9;
    margin: 24px auto 0;
    max-width: 400px
}

.slider-scrollbar .swiper-scrollbar-drag {
    background-color: #5d2643;
    border-radius: 0
}

.accountability .section-link {
    text-transform: none
}

.accountability .section-buttons {
    margin-top: 0;
    padding-top: 60px
}

.accountability__list li {
    margin-bottom: 18px
}

.accountability__list_more {
    display: none
}

.accountability__link {
    display: inline-block;
    position: relative;
    color: #000;
    text-decoration: none;
    font-size: 30px;
    line-height: 1.2;
    background-image: url(../images/icon/paw_b.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 30px;
    padding-left: 48px;
    -webkit-transition: color .15s ease;
    -o-transition: color .15s ease;
    transition: color .15s ease
}

@media only screen and (min-width:750px) {
    .accountability__link:hover {
        color: #ff981c
    }
}

@media only screen and (max-width:750px) {
    .accountability__link:hover {
        color: #ff981c
    }
}

.animals .section-title {
    margin-bottom: 32px
}

.animals .select_decor:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.animals .select_decor:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.section-text {
    font-size: 24px;
    margin: 0;
    margin-bottom: 48px
}

.animals__checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 48px;
    margin-top: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.checkbox-button {
    display: block;
    position: relative;
    margin: 0 10px
}

.checkbox-button:hover span {
    background-color: #5d2643;
    color: white;
}

.checkbox-button input {
    position: absolute;
    visibility: hidden
}

.checkbox-button input:checked~span {
    background-color: #5d2643;
    color: #fff
}

.checkbox-button input:disabled~span {
    cursor: default
}

.checkbox-button span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    padding: 16px 20px;
    background-color: #ffecd2;
    border-radius: 16px;
    width: 212px;
    text-align: center;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    cursor: pointer
}

.filter {
    margin-bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.filter .select_decor {
    margin-right: 35px
}

.filter .button {
    margin-left: 13px;
    font-size: 20px;
    padding: 13px 75px;
    border-radius: 12px
}

.select_decor {
    padding: 10px 0;
    display: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2
}

.select_decor select {
    position: absolute;
    visibility: hidden
}

.select_decor.active {
    z-index: 10
}

.select-decor_name {
    font-size: 20px;
    margin-right: 32px
}

.select-decor_input {
    background-image: url(../images/icon/select.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 10px auto;
    width: 290px;
    height: 48px;
    border: 1px solid #9b9ca0;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    padding: 10px 16px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select-decor_list {
    background-color: #fff;
    border: 1px solid #9b9ca0;
    width: 290px;
    border-radius: 12px;
    position: absolute;
    top: 60px;
    right: 0;
    display: none;
    overflow: hidden
}

.select-decor_list li {
    font-size: 20px;
    line-height: 1.4;
    padding: 10px 16px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select-decor_list li:last-child {
    border: none
}

.select-decor_list li:hover {
    background-color: #eee
}

.select-decor_list li.active {
    background-color: #ffb154;
    color: #fff
}

.wevk__row {
    margin-bottom: -24px
}

.wevk__row li {
    margin-bottom: 24px
}

.animal-images {
    margin-bottom: -24px
}

.animal-images>li {
    margin-bottom: 24px
}

.animal__right {
    padding-top: 33px
}

.animal-info {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    font-family: rubik, sans-serif;
    color: #000;
    margin-bottom: 64px
}

.animal-info__item {
    margin-bottom: 35px;
    background-repeat: no-repeat;
    background-position: 0 center
}

.animal-info__item_female,
.animal-info__item_male {
    background-size: 36px;
    padding-left: 52px
}

.animal-info__item_male {
    background-image: url(../images/icon/male.svg)
}

.animal-info__item_female {
    background-image: url(../images/icon/female.svg)
}

.animal-info__item_age {
    background-image: url(../images/icon/age.svg);
    background-size: 40px;
    padding-left: 64px
}

.donation .section-text {
    margin-bottom: 24px
}

.donation-item {
    padding: 56px 0;
    border-bottom: 1px solid #c4c4c4
}

.donation-item__title {
    font-size: 24px;
    font-weight: 600;
    font-family: rubik, sans-serif;
    margin: 0;
    margin-bottom: 40px
}

.radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -24px
}

.radios .radio-button {
    margin-right: 24px;
    margin-bottom: 24px
}

.radio-button {
    display: block;
    position: relative
}

.radio-button input {
    position: absolute;
    visibility: hidden
}

.radio-button input:checked~span {
    background-color: #ffb154
}

.radio-button:hover span {
    background-color: #f1f1f1
}

.radio-button span {
    display: block;
    padding: 16px 32px;
    font-size: 24px;
    line-height: 1.2;
    border-radius: 16px;
    background-color: #ffecd2;
    cursor: pointer;
    -webkit-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    transition: background-color .25s ease
}

.other-amount {
    width: 160px;
    height: 65px;
    border: 1px solid #e1e1e1;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 32px;
    background-image: url(../images/icon/rub.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 32px) center;
    background-size: 15px auto;
    background-color: #ffecd2;
     opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;

}

.other-amount.active {
  opacity: 1;
  max-height: 100px; /* достаточно, чтобы вместить input */
}

.other-amount input {
    font-size: 20px;
    font-weight: 600;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid rgba(27, 2, 15, .5);
    width: 73px;
    color: #5d2643
}

.donation-item__form {
    max-width: 664px
}

.form-group {
    margin: 0;
    margin-bottom: 24px
}

.form-group input,
.form-group textarea {
    background-color: #ffecd2;
    display: block;
    width: 100%;
    border: none;
    font-size: 24px;
    padding: 16px 32px;
    border-radius: 16px;
    color: #1b020f
}

.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
    color: rgba(27, 2, 15, .6)
}

.form-group input::-moz-placeholder,
.form-group textarea::-moz-placeholder {
    color: rgba(27, 2, 15, .6)
}

.form-group input:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {
    color: rgba(27, 2, 15, .6)
}

.form-group input::-ms-input-placeholder,
.form-group textarea::-ms-input-placeholder {
    color: rgba(27, 2, 15, .6)
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(27, 2, 15, .6)
}

.form-group textarea {
    resize: none;
    height: 80px
}

.checkbox {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.checkbox input {
    position: absolute;
    visibility: hidden
}

.checkbox input:checked~span:before {
    background-color: #ffb154;
    border-color: #ffb154;
    background-image: url(../images/icon/check.svg);
    background-size: 14px auto;
    background-position: center;
    background-repeat: no-repeat
}

.checkbox span {
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: #898989;
    padding-left: 32px;
    cursor: pointer
}

.checkbox span:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #898989;
    position: absolute;
    left: 0;
    top: 0
}

.checkbox a {
    color: #898989
}

.form-text {
    margin: 0;
    color: #898989;
    font-size: 20px;
    line-height: 1.4
}

.methods li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    max-width: 290px
}

.methods-radio {
    display: block;
    position: relative
}

.methods-radio input {
    position: absolute;
    visibility: hidden
}

.methods-radio input:checked~span {
    border-color: #ffb154
}

.methods-radio input:checked~span i {
    background-color: #ffb154
}

.methods-radio span {
    display: block;
    background-color: #ffecd2;
    border: 1px solid #ffecd2;
    border-radius: 16px;
    padding: 32px 40px;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    cursor: pointer
}

.methods-radio strong {
    display: block;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 600
}

.methods-radio i {
    display: block;
    font-size: 24px;
    font-weight: 600;
    padding: 16px;
    font-style: normal;
    color: #fff;
    background-color: #9a5174;
    border-radius: 16px;
    margin-top: 40px
}

.donation__checkbox {
    margin: 24px 0 56px
}

.post-images {
    margin-bottom: 12px
}

.post-images__item {
    margin-bottom: 24px
}

.news-item {
    margin-bottom: 48px
}

.news-item a {
    color: #1b020f;
    text-decoration: none
}

.news-item__img {
    margin-bottom: 20px
}

.news-item__date {
    font-size: 16px;
    margin-bottom: 16px
}

.news-item__title {
    font-size: 24px;
    font-weight: 600;
    color: #5d2643;
    margin: 0;
    margin-bottom: 24px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: 70px;
    background-image: url(../images/icon/arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50px auto
}

.news-item__text {
    font-size: 20px;
    line-height: 1.4;
    max-height: 168px;
    overflow: hidden
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination li {
    width: 48px;
    height: 48px;
    margin-right: 6px
}

.pagination li:last-child {
    margin-right: 0
}

.pagination__link {
    border-radius: 3px;
    font-size: 20px;
    color: #1b020f;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px
}

.pagination__link_active {
    background-color: #ff981c;
    color: #fff
}

.pagination__link_next,
.pagination__link_prev {
    background-image: url(../images/icon/pagin.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px
}

.pagination__link_prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.post-img {
    margin-bottom: 48px
}

.smi .section-title {
    margin-bottom: 56px
}

.smi-item {
    margin-bottom: 48px
}

.smi-item a {
    text-decoration: none;
    color: #1b020f
}

.smi-block {
    margin-bottom: 50px
}

.smi-item__img {
    margin-bottom: 32px
}

.smi-block__year {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0
}

.smi-item__date {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 12px
}

.smi-item__title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #5d2643;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: 70px;
    background-image: url(../images/icon/arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50px auto
}

.projects-item {
    margin-bottom: 48px;
    position: relative;
    min-height: 257px;
    padding-left: 289px
}

.projects-item a {
    text-decoration: none;
    color: #1b020f
}

.projects-item__img {
    width: 257px;
    height: 257px;
    position: absolute;
    top: 0;
    left: 0
}

.projects-item__title {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: 70px;
    background-image: url(../images/icon/arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50px auto
}

.projects-item__text {
    font-size: 20px;
    line-height: 1.4
}

.modal {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative
}

.modal .checkbox span {
    font-size: 15px
}

.modal__title {
    font-size: 34px;
    font-weight: 700;
    font-family: rubik, sans-serif;
    color: #5d2643;
    margin-bottom: 15px
}

.modal__text {
    font-size: 18px;
    margin-bottom: 30px
}

@media only screen and (max-width:1700px) {
    body {
        font-size: .9411764706vw
    }

    .container {
        max-width: 91.7647058824vw;
        padding: 0 1.1764705882vw
    }

    .row {
        margin-right: -.7058823529vw;
        margin-left: -.7058823529vw
    }

    .row>* {
        padding-right: .7058823529vw;
        padding-left: .7058823529vw
    }

    .row_42 {
        margin-right: -1.2352941176vw;
        margin-left: -1.2352941176vw
    }

    .row_42>* {
        padding-right: 1.2352941176vw;
        padding-left: 1.2352941176vw
    }

    .pay-button {
        padding: 1.5882352941vw 6.9411764706vw 1.5882352941vw 3.8235294118vw;
        border-radius: 1.1764705882vw;
        font-size: 1.4117647059vw;
        background-size: 2.3529411765vw;
        background-position: calc(100% - 3.8235294118vw) center
    }

    .btn_more,
    .button {
        border-radius: 1.1764705882vw;
        padding: 1.4117647059vw 3.5294117647vw;
        font-size: 1.4117647059vw
    }

    .header {
        padding: .9411764706vw 0
    }

    .logo {
        width: 6.7647058824vw;
        height: 7.8235294118vw
    }

    .nav {
        max-width: 45.4117647059vw
    }

    .nav-list {
        margin-right: -2.1176470588vw
    }

    .nav-list li {
        margin-right: 2.1176470588vw;
        margin-bottom: .8823529412vw
    }

    .nav-list__link {
        font-size: 1.7647058824vw
    }

    .main {
        padding-top: 9.7058823529vw
    }

    .main>section:last-child {
        padding-bottom: 7.0588235294vw
    }

    .home {
        padding-top: 9.8823529412vw;
        min-height: 39.4117647059vw;
        background-size: 120.7647058824vw auto
    }

    .home__content {
        max-width: 43.8823529412vw
    }

    .home__title {
        font-size: 3.2352941176vw;
        margin-bottom: 1.4117647059vw
    }

    .home__text {
        font-size: 1.7647058824vw;
        margin-bottom: 2.8235294118vw
    }

    .home__img {
        width: 46.6470588235vw;
        bottom: -7.9411764706vw;
        left: calc(50% - 1.7647058824vw)
    }

    .section {
        padding: 7.0588235294vw 0
    }

    .small-section {
        padding: 3.5294117647vw 0
    }

    .section_top {
        padding-top: 7.0588235294vw
    }

    .section_bottom {
        padding-bottom: 7.0588235294vw
    }

    .section-title {
        font-size: 2.8235294118vw;
        margin-bottom: 2.8235294118vw
    }

    .section-title span:before {
        height: .9411764706vw;
        bottom: .1764705882vw
    }

    .about-section .section-title {
        margin-bottom: 2.3529411765vw
    }

    .about-section__text {
        max-width: 60vw;
        font-size: 1.7647058824vw;
        margin-bottom: 2.8235294118vw
    }

    .about-section__text p {
        margin-bottom: 1.0588235294vw
    }

    .about-section-item {
        padding: 2.3529411765vw 2.4705882353vw;
        border-radius: 1.1764705882vw
    }

    .about-section-item p {
        font-size: 1.7647058824vw;
        max-width: 17.0588235294vw
    }

    .about-section-item div {
        font-size: 2.8235294118vw;
        margin-bottom: 1.1764705882vw
    }

    .about-section-paw {
        width: 12.2352941176vw;
        height: 12.2352941176vw;
        left: 2.5294117647vw
    }

    .animal-item {
        border-radius: 1.1764705882vw;
        margin-bottom: 1.4117647059vw
    }

    .animal-item__title {
        bottom: 1.4117647059vw;
        left: 1.8823529412vw;
        width: calc(100% - 3.7647058824vw);
        font-size: 1.4117647059vw
    }

    .section-buttons {
        margin-top: 2.8235294118vw
    }

    .how-help__item {
        border-radius: 1.1764705882vw;
        padding: 1.8823529412vw;
        font-size: 1.7647058824vw
    }

    .how-help__item_big {
        height: 48.4117647059vw
    }

    .how-help__item_small {
        height: 22.2352941176vw;
        margin-bottom: 1.4117647059vw
    }

    .how-help__item_mid {
        height: 24.7647058824vw
    }

    .how-help__item_first {
        background-size: auto 24.8235294118vw
    }

    .how-help__item_first:before {
        height: 23.6470588235vw;
        background-size: 34.1176470588vw auto
    }

    .goals {
        background-size: 120.7647058824vw;
        margin: 3.5294117647vw 0
    }

    .goals-item {
        font-size: 1.6470588235vw;
        margin-bottom: 2.8235294118vw;
        padding-top: 9vw;
        background-position: center .5882352941vw;
        background-size: 7.0588235294vw
    }

    .section-top {
        margin-bottom: 2.8235294118vw
    }

    .section-link {
        font-size: 1.4117647059vw
    }

    .news-row {
        padding-top: 1.4117647059vw;
        background-size: 2.9411764706vw auto;
        background-position: right 1.8823529412vw
    }

    .news-row__date {
        font-size: 1.1764705882vw
    }

    .news-row__title {
        font-size: 2.3529411765vw;
        margin-bottom: 1.1764705882vw
    }

    .news-row__text {
        font-size: 1.1764705882vw
    }

    .news-row__content {
        max-width: 47.6470588235vw
    }

    .news-section__list li {
        margin-bottom: 1.4117647059vw
    }

    .media-item {
        padding-bottom: 2.3529411765vw;
        background-size: 2.9411764706vw auto
    }

    .media-item__img {
        margin-bottom: 1.4117647059vw
    }

    .media-item__title {
        font-size: 1.7647058824vw;
        margin-bottom: 1.4117647059vw
    }

    .media-item__text {
        height: 9.8823529412vw;
        font-size: 1.1764705882vw
    }

    .requisites p {
        font-size: 1.4117647059vw;
        margin-bottom: 1.1764705882vw
    }

    .requisites__title {
        font-size: 1.7647058824vw;
        margin-bottom: 1.7647058824vw
    }

    .soc li {
        margin-bottom: 1.4117647059vw
    }

    .soc__link {
        font-size: 1.4117647059vw;
        padding-left: 4.1176470588vw
    }

    .soc__link_vk {
        background-size: 2.8235294118vw auto
    }

    .soc__link_tl {
        background-size: 2.4705882353vw auto
    }

    .soc__link_em {
        background-size: 2.3529411765vw auto
    }

    .footer {
        padding: 3.2941176471vw 0 2.1176470588vw
    }

    .footer .logo {
        width: 13vw;
        height: 15.0588235294vw
    }

    .footer .soc__link {
        font-size: 1.1764705882vw;
        padding-left: 2.3529411765vw
    }

    .footer .soc__link_vk {
        background-size: 1.8823529412vw auto
    }

    .footer .soc__link_tl {
        background-size: 1.6470588235vw auto
    }

    .footer .soc__link_em {
        background-size: 1.6470588235vw auto
    }

    .footer__title {
        font-size: 1.1764705882vw;
        margin-bottom: 1.8823529412vw
    }

    .footer-list li {
        margin-bottom: 1.2352941176vw
    }

    .footer-list__link {
        font-size: 1.1764705882vw
    }

    .footer-list__link:before {
        height: .1764705882vw
    }

    .footer__bottom {
        margin-top: 5vw;
        padding: 1.2941176471vw 0
    }

    .copy {
        font-size: 1.1764705882vw
    }

    .footer__link {
        font-size: 1.1764705882vw
    }

    .first-section {
        padding-top: 2.9411764706vw
    }

    .bread {
        margin-bottom: 2.8235294118vw
    }

    .bread li {
        margin-right: .4705882353vw;
        padding-right: 1.1764705882vw;
        background-size: .7058823529vw
    }

    .bread__link {
        font-size: .9411764706vw
    }

    .standart__content {
        font-size: 1.4117647059vw
    }

    .standart__content p {
        margin-bottom: 1.8823529412vw
    }

    .standart__content>strong {
        margin-bottom: .2941176471vw
    }

    .standart__content ul {
        margin-bottom: 1.8823529412vw;
        padding-left: 1.4705882353vw
    }

    .standart__content ul li {
        margin-bottom: .2941176471vw
    }

    .standart__content u {
        padding-bottom: 1.4117647059vw;
        border-width: .4705882353vw;
        margin-bottom: 1.4117647059vw
    }

    .standart__content ol {
        margin-bottom: 1.8823529412vw;
        padding-left: 1.4705882353vw
    }

    .standart__content ol li {
        margin-bottom: 1.4117647059vw
    }

    .standart__content ol strong {
        margin-bottom: 1.4117647059vw
    }

    .accountability .section-buttons {
        padding-top: 3.5294117647vw
    }

    .slider-scrollbar {
        height: .2352941176vw;
        margin-top: 1.4117647059vw;
        max-width: 23.5294117647vw
    }

    .accountability__list li {
        margin-bottom: 1.0588235294vw
    }

    .accountability__link {
        font-size: 1.7647058824vw;
        background-size: 1.7647058824vw;
        padding-left: 2.8235294118vw
    }

    .animals .section-title {
        margin-bottom: 1.8823529412vw
    }

    .section-text {
        font-size: 1.4117647059vw;
        margin-bottom: 2.8235294118vw
    }

    .animals__checkboxes {
        margin-bottom: 2.8235294118vw;
        margin-top: 1.1764705882vw
    }

    .checkbox-button {
        margin: 0 .5882352941vw
    }

    .checkbox-button span {
        font-size: 1.0588235294vw;
        padding: .9411764706vw 1.1764705882vw;
        border-radius: .9411764706vw;
        width: 12.4705882353vw
    }

    .filter {
        margin-bottom: 2.8235294118vw
    }

    .filter .select_decor {
        margin-right: 2.0588235294vw
    }

    .filter .button {
        margin-left: .7647058824vw;
        font-size: 1.1764705882vw;
        padding: .7647058824vw 4.4117647059vw;
        border-radius: .7058823529vw
    }

    .select_decor {
        padding: .5882352941vw 0
    }

    .select-decor_name {
        font-size: 1.1764705882vw;
        margin-right: 1.8823529412vw
    }

    .select-decor_input {
        background-position: calc(100% - .8823529412vw) center;
        background-size: .5882352941vw auto;
        width: 17.0588235294vw;
        height: 2.8235294118vw;
        border-radius: .7058823529vw;
        font-size: 1.1764705882vw;
        padding: .5882352941vw .9411764706vw
    }

    .select-decor_list {
        width: 17.0588235294vw;
        border-radius: .7058823529vw;
        top: 3.5294117647vw
    }

    .select-decor_list li {
        font-size: 1.1764705882vw;
        padding: .5882352941vw .9411764706vw;
        background-size: .4705882353vw
    }

    .wevk__row {
        margin-bottom: -1.4117647059vw
    }

    .wevk__row li {
        margin-bottom: 1.4117647059vw
    }

    .animal-images {
        margin-bottom: -1.4117647059vw
    }

    .animal-images>li {
        margin-bottom: 1.4117647059vw
    }

    .animal__right {
        padding-top: 1.9411764706vw
    }

    .animal-info {
        font-size: 1.4117647059vw;
        margin-bottom: 3.7647058824vw
    }

    .animal-info__item {
        margin-bottom: 2.0588235294vw
    }

    .animal-info__item_female,
    .animal-info__item_male {
        background-size: 2.1176470588vw;
        padding-left: 3.0588235294vw
    }

    .animal-info__item_age {
        background-size: 2.3529411765vw;
        padding-left: 3.7647058824vw
    }

    .donation .section-text {
        margin-bottom: 1.4117647059vw
    }

    .donation-item {
        padding: 3.2941176471vw 0
    }

    .donation-item__title {
        font-size: 1.4117647059vw;
        margin-bottom: 2.3529411765vw
    }

    .radios {
        margin-bottom: -1.4117647059vw
    }

    .radios .radio-button {
        margin-right: 1.4117647059vw;
        margin-bottom: 1.4117647059vw
    }

    .radio-button span {
        padding: .9411764706vw 1.8823529412vw;
        font-size: 1.4117647059vw;
        border-radius: .9411764706vw
    }

    .other-amount {
        width: 9.4117647059vw;
        height: 3.8235294118vw;
        border-radius: .9411764706vw;
        padding-left: 1.8823529412vw;
        background-position: calc(100% - 1.8823529412vw) center;
        background-size: .8823529412vw auto;
        background-color: #ffecd2;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, opacity 0.4s ease;
        
    }
    
    .other-amount.active {
      opacity: 1;
      max-height: 100px; /* достаточно, чтобы вместить input */
        }
        
    .other-amount input {
        font-size: 1.1764705882vw;
        border-bottom-width: .1176470588vw;
        width: 4.2941176471vw
    }

    .donation-item__form {
        max-width: 39.0588235294vw
    }

    .form-group {
        margin-bottom: 1.4117647059vw
    }

    .form-group input,
    .form-group textarea {
        font-size: 1.4117647059vw;
        padding: .9411764706vw 1.8823529412vw;
        border-radius: .9411764706vw
    }

    .form-group textarea {
        height: 4.7058823529vw
    }

    .checkbox {
        margin-bottom: 1.4117647059vw
    }

    .checkbox input:checked~span:before {
        background-size: .8235294118vw auto
    }

    .checkbox span {
        font-size: 1.1764705882vw;
        padding-left: 1.8823529412vw
    }

    .checkbox span:before {
        width: 1.1764705882vw;
        height: 1.1764705882vw
    }

    .form-text {
        font-size: 1.1764705882vw
    }

    .methods li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 17.0588235294vw;
        flex: 0 0 17.0588235294vw;
        max-width: 17.0588235294vw
    }

    .methods-radio span {
        border-radius: .9411764706vw;
        padding: 1.8823529412vw 2.3529411765vw;
        font-size: 1.0588235294vw
    }

    .methods-radio strong {
        margin-bottom: 1.4117647059vw;
        font-size: 1.1764705882vw
    }

    .methods-radio i {
        font-size: 1.4117647059vw;
        padding: .9411764706vw;
        border-radius: .9411764706vw;
        margin-top: 2.3529411765vw
    }

    .donation__checkbox {
        margin: 1.4117647059vw 0 3.2941176471vw
    }

    .post-images {
        margin-bottom: .7058823529vw
    }

    .post-images__item {
        margin-bottom: 1.4117647059vw
    }

    .news-item__img {
        margin-bottom: 1.1764705882vw
    }

    .news-item__date {
        font-size: .9411764706vw;
        margin-bottom: .9411764706vw
    }

    .news-item__title {
        font-size: 1.4117647059vw;
        margin-bottom: 1.4117647059vw;
        padding-right: 4.1176470588vw;
        background-size: 2.9411764706vw auto
    }

    .news-item__text {
        font-size: 1.1764705882vw;
        max-height: 9.8823529412vw
    }

    .pagination {
        margin-top: 1.8823529412vw
    }

    .pagination li {
        width: 2.8235294118vw;
        height: 2.8235294118vw;
        margin-right: .3529411765vw
    }

    .pagination__link {
        border-radius: .1764705882vw;
        font-size: 1.1764705882vw;
        width: 2.8235294118vw;
        height: 2.8235294118vw
    }

    .pagination__link_next,
    .pagination__link_prev {
        background-size: .4117647059vw
    }

    .post-img {
        margin-bottom: 2.8235294118vw
    }

    .smi .section-title {
        margin-bottom: 3.2941176471vw
    }

    .smi-item {
        margin-bottom: 2.8235294118vw
    }

    .smi-block {
        margin-bottom: 2.9411764706vw
    }

    .smi-item__img {
        margin-bottom: 1.8823529412vw
    }

    .smi-block__year {
        font-size: 1.1764705882vw
    }

    .smi-item__date {
        font-size: .9411764706vw;
        margin-bottom: .7058823529vw
    }

    .smi-item__title {
        font-size: 1.4117647059vw;
        padding-right: 4.1176470588vw;
        background-size: 2.9411764706vw auto
    }

    .projects-item {
        margin-bottom: 2.8235294118vw;
        min-height: 15.1176470588vw;
        padding-left: 17vw
    }

    .projects-item__img {
        width: 15.1176470588vw;
        height: 15.1176470588vw
    }

    .projects-item__title {
        font-size: 1.7647058824vw;
        margin-bottom: 1.4117647059vw;
        padding-right: 4.1176470588vw;
        background-size: 2.9411764706vw auto
    }

    .projects-item__text {
        font-size: 1.1764705882vw
    }

    .modal {
        padding: 2.3529411765vw;
        border-radius: 1.1764705882vw;
        max-width: 35.2941176471vw;
        margin: 2.3529411765vw auto
    }

    .modal .checkbox span {
        font-size: .8823529412vw
    }

    .modal__title {
        font-size: 2vw;
        margin-bottom: .8823529412vw
    }

    .modal__text {
        font-size: 1.0588235294vw;
        margin-bottom: 1.7647058824vw
    }

    .filter-button {
        font-size: 1.0588235294vw;
        padding: .9411764706vw 1.1764705882vw;
        border-radius: .9411764706vw;
        width: 12.4705882353vw;
        margin-right: .5882352941vw
    }
}

.mobile {
    display: none
}

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

    .btn,
    a {
        cursor: default
    }

    .mobile {
        display: block
    }

    .reverse_mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .desktop {
        display: none
    }

    .col50_mobile {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col100_mobile {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    body {
        font-size: 16px
    }

    .container {
        max-width: 1560px;
        padding: 0 20px
    }

    .row {
        margin-right: -8px;
        margin-left: -8px
    }

    .row>* {
        padding-right: 8px;
        padding-left: 8px
    }

    .row_42 {
        margin-right: -8px;
        margin-left: -8px
    }

    .row_42>* {
        padding-right: 8px;
        padding-left: 8px
    }

    .pay-button {
        padding: 12px 52px 12px 25px;
        border-radius: 12px;
        font-size: 13px;
        font-weight: 600;
        background-size: 17px;
        background-position: calc(100% - 25px) center
    }

    .nav-title {
        font-size: 20px;
        font-family: rubik, sans-serif;
        line-height: 1.4;
        font-weight: 600;
        color: #fff;
        margin-bottom: 16px
    }

    .btn_more,
    .button {
        border-radius: 12px;
        padding: 14px 40px;
        font-size: 16px
    }

    .header {
        padding: 8px 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 20
    }

    .menu-button {
        width: 40px;
        height: 40px;
        position: relative;
        display: inline-block;
        cursor: default
    }

    .menu-button span {
        display: inline-block;
        height: 2px;
        width: 100%;
        background-color: #fff;
        position: absolute;
        border-radius: 2px;
        left: 0;
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        pointer-events: none
    }

    .menu-button span:nth-child(1) {
        top: 10px
    }

    .menu-button span:nth-child(2) {
        top: 20px
    }

    .menu-button span:nth-child(3) {
        top: 30px
    }

    .menu-button_active span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 17px
    }

    .menu-button_active span:nth-child(2) {
        opacity: 0
    }

    .menu-button_active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 17px
    }

    .logo {
        width: 115px;
        height: 133px
    }

    .nav {
        max-width: none;
        display: none;
        width: 100%;
        height: calc(100vh - 56px);
        position: absolute;
        top: 56px;
        left: 0;
        background-color: #ffb154;
        padding: 48px 20px;
        overflow: auto
    }

    .nav .soc li {
        margin-bottom: 16px
    }

    .nav .soc__link {
        color: #fff;
        font-size: 18px;
        padding-left: 50px
    }

    .nav .soc__link_vk {
        background-image: url(../images/soc/vk_w.svg);
        background-size: 31px auto
    }

    .nav .soc__link_tl {
        background-image: url(../images/soc/tl_w.svg);
        background-size: 30px auto
    }

    .nav .soc__link_em {
        background-image: url(../images/soc/em_w.svg);
        background-size: 28px auto
    }

    .nav-list {
        margin-right: 0;
        display: block;
        margin-bottom: 45px
    }

    .nav-list li {
        margin-right: 0;
        margin-bottom: 29px
    }

    .nav-list li:last-child {
        margin-bottom: 0
    }

    .nav-list__link {
        font-size: 22px;
        display: inline-block
    }

    .main {
        padding-top: 56px
    }

    .main>section:last-child {
        padding-bottom: 72px
    }

    .home {
        padding-top: 60px;
        min-height: 690px;
        background-size: 732px auto;
        background-position: 65% 80%;
        text-align: center;
        background-image: url(../images/decor/3.svg)
    }

    .home__content {
        max-width: 746px
    }

    .home__title {
        font-size: 26px;
        margin-bottom: 16px
    }

    .home__text {
        font-size: 14px;
        margin-bottom: 40px
    }

    .home__img {
        width: 430px;
        position: absolute;
        bottom: -48px;
        left: calc(50% - 215px)
    }

    .section {
        padding: 72px 0
    }

    .small-section {
        padding: 36px 0
    }

    .section_top {
        padding-top: 72px
    }

    .section_bottom {
        padding-bottom: 72px
    }

    .section-title {
        font-size: 22px;
        margin-bottom: 33px
    }

    .section-title span {
        -webkit-text-decoration: underline solid #ff981c;
        text-decoration: underline solid #ff981c;
        text-decoration-thickness: 6px;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none
    }

    .section-title span:before {
        display: none
    }

    .about-section .section-title {
        margin-bottom: 40px
    }

    .about-section__text {
        max-width: none;
        font-size: 14px;
        margin-bottom: 32px
    }

    .about-section__text p {
        margin-bottom: 16px
    }

    .about-section-item {
        padding: 12px;
        border-radius: 12px
    }

    .about-section-item p {
        font-size: 16px;
        max-width: none
    }

    .about-section-item div {
        font-size: 24px;
        margin-bottom: 8px
    }

    .about-section-paw {
        width: 208px;
        height: 208px;
        left: 43px
    }

    .animal-item {
        border-radius: 20px;
        margin-bottom: 16px
    }

    .animal-item__title {
        bottom: 24px;
        left: 30px;
        width: calc(100% - 60px);
        font-size: 20px
    }

    .section-buttons {
        margin-top: 16px
    }

    .how-help__item {
        border-radius: 20px;
        padding: 0;
        font-size: 20px;
        margin-bottom: 16px;
        position: relative;
        background-size: cover;
        background-position: center;
        background-image: var(--bg-image-mobile)
    }

    .how-help__item span {
        position: absolute;
        left: 24px;
        bottom: 20px;
        width: calc(100% - 48px);
        color: #fff !important
    }

    .how-help__item_big {
        height: 220px
    }

    .how-help__item_small {
        height: 220px
    }

    .how-help__item_mid {
        height: 220px
    }

    .how-help__item_first:before {
        display: none
    }

    .goals {
        background-size: 732px;
        background-image: url(../images/decor/3.svg);
        background-position: 40% 45%;
        margin: 0
    }

    .goals-item {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 24px;
        padding-top: 72px;
        background-position: center 0;
        background-size: 60px
    }

    .section-top {
        margin-bottom: 32px
    }

    .section-link {
        font-size: 12px
    }

    .news-row {
        padding-top: 0;
        background-size: 30px auto;
        background-position: 0 bottom;
        border: none;
        padding-bottom: 24px
    }

    .news-row .row>div:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .news-row .row>div:nth-child(2) {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .news-row .row>div:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .news-row__date {
        font-size: 14px;
        margin-bottom: 16px
    }

    .news-row__img {
        margin-bottom: 16px
    }

    .news-row__title {
        font-size: 24px;
        margin-bottom: 16px;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    .news-row__text {
        font-size: 14px;
        height: 80px;
        overflow: hidden
    }

    .news-row__content {
        max-width: 810px
    }

    .news-section__scroll {
        height: 470px;
        overflow: hidden;
        position: relative;
        left: -20px;
        width: calc(100% + 40px)
    }

    .news-section__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 4px
    }

    .news-section__list li {
        margin-bottom: 0;
        margin-right: 16px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
        flex: 0 0 270px;
        max-width: 270px
    }

    .media__row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        margin: 0;
        padding-left: 20px;
        padding-right: 4px;
        padding-bottom: 20px
    }

    .media__row li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
        flex: 0 0 270px;
        max-width: 270px;
        padding: 0;
        margin-right: 16px
    }

    .media__scroll {
        position: relative;
        left: -20px;
        width: calc(100% + 40px);
        overflow: hidden;
        height: 443px
    }

    .media-item {
        padding-bottom: 24px;
        background-size: 30px auto
    }

    .media-item__img {
        margin-bottom: 24px
    }

    .media-item__title {
        font-size: 24px;
        margin-bottom: 16px;
        color: #5d2643;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    .media-item__text {
        height: 80px;
        font-size: 14px
    }

    .requisites p {
        font-size: 14px;
        margin-bottom: 20px
    }

    .requisites__content {
        margin-bottom: 32px
    }

    .requisites__title {
        font-size: 20px;
        margin-bottom: 16px
    }

    .soc li {
        margin-bottom: 24px
    }

    .soc li:last-child {
        margin-bottom: 0
    }

    .soc__link {
        font-size: 18px;
        padding-left: 55px
    }

    .soc__link_vk {
        background-size: 31px auto
    }

    .soc__link_tl {
        background-size: 30px auto
    }

    .soc__link_em {
        background-size: 30px auto
    }

    .footer {
        padding: 40px 0 24px;
        text-align: center
    }

    .footer .soc li {
        margin-bottom: 12px
    }

    .footer .logo {
        width: 92px;
        height: 106px;
        margin: 0 auto 32px
    }

    .footer .soc__link {
        font-size: 16px;
        padding-left: 34px
    }

    .footer .soc__link_vk {
        background-size: 28px auto
    }

    .footer .soc__link_tl {
        background-size: 22px auto
    }

    .footer .soc__link_em {
        background-size: 22px auto
    }

    .footer__title {
        font-size: 20px;
        margin-bottom: 16px
    }

    .footer-list {
        margin-bottom: 32px
    }

    .footer-list li {
        margin-bottom: 12px
    }

    .footer-list__link {
        font-size: 16px
    }

    .footer-list__link:before {
        height: 2px
    }

    .footer-list__link:hover:before {
        width: 100%
    }

    .footer__bottom {
        padding: 16px 0 0;
        margin-top: 30px
    }

    .footer__bottom .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .copy {
        font-size: 12px;
        margin-top: 8px
    }

    .footer__link {
        font-size: 12px
    }

    .first-section {
        padding-top: 16px
    }

    .bread {
        margin-bottom: 24px
    }

    .bread li {
        margin-right: 8px;
        padding-right: 18px;
        background-size: 10px
    }

    .bread__link {
        font-size: 12px
    }

    .about__img {
        margin-bottom: 24px
    }

    .standart__content {
        font-size: 14px;
        line-height: 1.4
    }

    .standart__content p {
        margin-bottom: 12px
    }

    .standart__content>strong {
        margin-bottom: 3px
    }

    .standart__content ul {
        margin-bottom: 32px;
        padding-left: 20px
    }

    .standart__content ul li {
        margin-bottom: 5px
    }

    .standart__content u {
        padding-bottom: 12px;
        border-width: 4px;
        margin-bottom: 12px
    }

    .standart__content ol {
        margin-bottom: 32px;
        padding: 0;
        list-style-type: none;
        counter-reset: li
    }

    .standart__content ol li {
        margin-bottom: 24px;
        counter-increment: li;
        position: relative;
        padding-left: 20px
    }

    .standart__content ol li:before {
        content: counters(li, ".") ".";
        position: absolute;
        left: 0;
        top: 0
    }

    .standart__content ol strong {
        margin-bottom: 12px
    }

    .slider-scrollbar {
        height: 4px;
        margin-top: 24px;
        max-width: 100%
    }

    .documents-slider {
        max-width: 910px
    }

    .documents-slider .swiper-slide {
        width: 160px
    }

    .documents-slider .swiper {
        overflow: visible
    }

    .accountability .section-buttons {
        padding-top: 10px
    }

    .accountability__list li {
        margin-bottom: 10px
    }

    .accountability__link {
        font-size: 14px;
        background-size: 16px;
        padding-left: 24px
    }

    .animals .section-title {
        margin-bottom: 32px
    }

    .section-text {
        font-size: 14px;
        margin-bottom: 24px
    }

    .animals__checkboxes {
        margin-bottom: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 10px
    }

    .checkbox-button {
        margin: 0 0 16px
    }

    .checkbox-button span {
        font-size: 14px;
        padding: 16px 20px;
        border-radius: 16px;
        width: 212px;
        cursor: default
    }

    .filter {
        margin-bottom: 48px
    }

    .filter .select_decor {
        margin-right: 0;
        margin-bottom: 16px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .filter .button {
        margin-top: 8px;
        margin-left: 0;
        font-size: 18px;
        padding: 13px 20px;
        border-radius: 12px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center
    }

    .select_decor {
        padding: 0
    }

    .select-decor_name {
        font-size: 20px;
        margin-right: 0;
        padding-right: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px
    }

    .select-decor_input {
        background-position: calc(100% - 15px) center;
        background-size: 10px auto;
        width: auto;
        height: 48px;
        border-radius: 12px;
        font-size: 16px;
        padding: 10px 16px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        cursor: default
    }

    .select-decor_list {
        width: calc(100% - 100px);
        border-radius: 12px;
        top: 48px
    }

    .select-decor_list li {
        font-size: 17px;
        padding: 10px 16px;
        background-size: 8px
    }

    .wevk__row {
        margin: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 6px
    }

    .wevk__row li {
        padding: 0;
        margin-right: 16px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 187px;
        flex: 0 0 187px;
        max-width: 187px
    }

    .wevk__scroll {
        height: 187px;
        overflow: hidden;
        position: relative;
        left: -20px;
        width: calc(100% + 40px)
    }

    .animals .button {
        width: 100%;
        text-align: center
    }

    .animal .button {
        width: 100%;
        text-align: center;
        margin-top: 20px
    }

    .animal-images {
        margin-bottom: -16px
    }

    .animal-images>li {
        margin-bottom: 16px
    }

    .animal__right {
        padding-top: 24px
    }

    .animal-info {
        font-size: 16px;
        margin-bottom: 24px
    }

    .animal-info__item {
        margin-bottom: 20px;
        height: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .animal-info__item_female,
    .animal-info__item_male {
        background-size: 40px;
        padding-left: 60px
    }

    .animal-info__item_age {
        background-size: 40px;
        padding-left: 60px
    }

    .donation .section-text {
        margin-bottom: 24px
    }

    .donation-item {
        padding: 24px 0;
        border-bottom: 1px solid #c4c4c4
    }

    .donation-item__title {
        font-size: 14px;
        margin-bottom: 24px;
        text-align: center
    }

    .radios {
        margin-bottom: -24px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .radios .radio-button {
        margin-right: 12px;
        margin-bottom: 12px
    }

    .radio-button span {
        padding: 12px 32px;
        font-size: 14px;
        border-radius: 10px;
        cursor: default
    }

    .donation-item_amount .radios {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .donation-item_amount .radios .radio-button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px);
        margin-right: 0;
        text-align: center
    }

    .donation-item_amount .radios .radio-button span {
        padding: 12px
    }

    .other-amount {
        width: 100%;
        max-width: 187px;
        margin: 0 auto 24px;
        height: 42px;
        border-radius: 10px;
        padding-left: 32px;
        background-position: calc(100% - 40px) center;
        background-size: 12px auto
    }

    .other-amount input {
        font-size: 18px;
        border-bottom-width: 1px;
        text-align: center;
        width: calc(100% - 64px)
    }

    .donation-item__form {
        max-width: 664px
    }

    .form-group {
        margin-bottom: 12px
    }

    .form-group input,
    .form-group textarea {
        font-size: 14px;
        padding: 16px 20px;
        border-radius: 10px
    }

    .form-group textarea {
        height: 56px
    }

    .checkbox {
        margin-bottom: 16px
    }

    .checkbox input:checked~span:before {
        background-size: 14px auto
    }

    .checkbox span {
        font-size: 13px;
        padding-left: 32px;
        cursor: default;
        padding-top: 3px
    }

    .checkbox span:before {
        width: 18px;
        height: 18px
    }

    .form-text {
        font-size: 14px
    }

    .methods li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .methods-radio {
        margin-bottom: 16px
    }

    .methods-radio span {
        border-radius: 16px;
        padding: 32px 24px;
        font-size: 14px;
        cursor: default
    }

    .methods-radio strong {
        margin-bottom: 12px;
        font-size: 14px
    }

    .methods-radio i {
        font-size: 14px;
        padding: 10px;
        border-radius: 10px;
        margin-top: 24px
    }

    .donation__checkbox {
        margin: 24px 0
    }

    .donation__checkbox span {
        padding-top: 0
    }

    .post-images {
        margin-bottom: 10px
    }

    .post-images__item {
        margin-bottom: 5px
    }

    .post-images__item {
        margin-bottom: 20px
    }

    .news-item {
        margin-bottom: 32px
    }

    .news-item__img {
        margin-bottom: 16px
    }

    .news-item__date {
        font-size: 16px;
        margin-bottom: 16px
    }

    .news-item__title {
        font-size: 18px;
        margin-bottom: 16px;
        padding-right: 50px;
        white-space: normal;
        background-size: 40px auto;
        overflow: auto
    }

    .news-item__text {
        font-size: 14px;
        max-height: 81px
    }

    .pagination {
        margin-top: 18px
    }

    .pagination li {
        width: 35px;
        height: 35px;
        margin-right: 3px
    }

    .pagination__link {
        border-radius: 3px;
        font-size: 18px;
        width: 35px;
        height: 35px
    }

    .pagination__link_next,
    .pagination__link_prev {
        background-size: 7px
    }

    .post-img {
        margin-bottom: 24px
    }

    .smi .section-title {
        margin-bottom: 24px
    }

    .smi .button {
        width: 100%;
        text-align: center
    }

    .smi-item {
        margin-bottom: 32px
    }

    .smi-block {
        margin-bottom: 10px
    }

    .smi-item__img {
        margin-bottom: 12px
    }

    .smi-block__year {
        font-size: 18px;
        margin-bottom: 24px
    }

    .smi-item__date {
        font-size: 14px;
        margin-bottom: 12px
    }

    .smi-item__title {
        font-size: 18px;
        line-height: 1.2;
        padding-right: 50px;
        white-space: normal;
        background-size: 40px auto
    }

    .projects-item {
        margin-bottom: 32px;
        min-height: auto;
        padding-left: 0
    }

    .projects__list {
        margin-bottom: -32px
    }

    .projects-item__img {
        width: 100%;
        height: auto;
        position: static;
        margin-bottom: 16px
    }

    .projects-item__title {
        font-size: 20px;
        margin-bottom: 16px;
        padding-right: 50px;
        background-size: 40px auto;
        white-space: normal
    }

    .projects-item__text {
        font-size: 14px
    }

    .modal {
        padding: 20px;
        border-radius: 10px;
        max-width: 350px;
        margin: 20px auto
    }

    .modal .checkbox span {
        font-size: 15px;
        padding-top: 0
    }

    .modal__title {
        font-size: 24px;
        margin-bottom: 15px
    }

    .modal__text {
        font-size: 14px;
        margin-bottom: 20px
    }

    .filter-button {
        font-size: 14px;
        padding: 16px 20px;
        border-radius: 16px;
        width: 212px;
        margin-bottom: 16px;
        margin-right: 0
    }
}

@media only screen and (max-width:450px) {
    .col100_small {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
.section-title span.highlight-white {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.section-title span.highlight-white::before {
  content: "";
    display: inline-block;
    width: 100%;
    height: 16px;
    background-color: #ffffff;
    position: absolute;
    bottom: 3px;
    left: 0;
    z-index: -1;
}
.qr-modal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  .qr-modal.active {
    display: flex;
  }

  .qr-modal__content {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    position: relative;
  }

  .qr-modal__close {
    margin-top: 20px;
    background: #5d2643;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
  }
  
  .req-modal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  .req-modal.active {
    display: flex;
  }

  .req-modal__content {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    position: relative;
  }

  .req-modal__close {
    margin-top: 20px;
    background: #5d2643;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
  }
