@media screen and (max-width: 639px) and (min-width: 320px) {

    .page-content {
        max-width: 320px;
    }

    .section {
        max-width: 320px;
    }

    .header {
        max-width: 320px;
        height: 34px;
        padding: 2px 10px 0;
        align-items: center;
        justify-content: space-between;
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .header .logo {
        width: 47px;
        height: 29px;
        border: none;
        border-radius: 2px;
    }

    .header .logo__img {
        position: absolute;
        height: 13px;
        object-fit: cover;
        top: 12px;
        left: 4px;
    }

    .header .logo__text {
        padding: 0;
        font-size: 12px;
        line-height: 122%;
        margin: 0;
    }

    .header .logo:hover {
        border: none;
    }

    .header-nav {
        display: none;
    }

    .burger-menu__wrap {
        display: block;
        margin-top: -1px;
    }

    .burger-menu:hover, .burger-menu__close:hover {
        cursor: pointer;
    }

    .burger-menu__close {
        position: absolute;
        top: 10px;
        right: 12px;
    }

    .burger-menu__dropdown-content {
        display: none;
        width: 320px;
        height: 329px;
        background-color: var(--white);
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px 0 0 10px;
    }

    .burger-menu__dropdown-content.navbar {
        display: block;
    }

    .burger-menu__logo {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 66px;
        height: 42px;
        border: 1px solid var(--orange);
        border-radius: 2px;
    }

    .burger-menu__logo-img {
        width: 6px;
        height: 17px;
        object-fit: cover;
        position: absolute;
        top: 19px;
        left: 10px;
        filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
    }

    .burger-menu__logo-link {
        text-decoration: none;
    }

    .burger-menu__logo-text {
        padding: 3px 4px;
        font-size: 15px;
        text-align: center;
        line-height: 120%;
        font-weight: normal;
        color: var(--orange);
    }

    .logo:hover .logo__text {
        cursor: pointer;
    }

    .burger-menu-nav {
        margin-top: 30px;
    }

    .burger-menu__links-wrap {
        display: flex;
        flex-direction: column;
        list-style-type: none;
        gap: 15px;
    }

    .burger-menu__link {
        text-decoration: none;
        color: var(--black_blue);
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
    }

    .burger-menu__link:hover {
        cursor: pointer;
        color: var(--orange);
        transition: all 0.3ms ease-in-out;
    }

    .watch-your-favorite-animal-online {
        max-width: 320px;
        height: 187px;
        background-position: -32px 0;
        background-size: 384px 187px;
        position: relative;
    }

    .watch-your-favorite-animal-online__info-wrap {
        width: 299px;
        margin-left: 11px;
        align-items: flex-start;
        gap: 61px;
    }

    .watch-your-favorite-animal-online__title {
        width: 128px;
        font-size: 28px;
        position: absolute;
        top: -45px;
        right: -208px;
    }

    .decorative-elip {
        width: 119px;
        height: 119px;
        right: -181px;
        top: 22px;
    }

    .watch-your-favorite-animal-online  .button-primary__round {
        position: absolute;
        top: 207px;
        left: 209px;
    }

    .the-backstage {
        margin: 105px 0 39px;
    }

    .the-backstage__image-main {
        display: none;
    }

    .the-backstage__wrapper {
        margin-left: 10px;
        display: block;
    }

    .the-backstage__info-wrap {
        width: 300px;
        height: 388px;
        gap: 21px;
        justify-content: initial;
    }

    .the-backstage__info-wrap .section__title {
        font-size: 24px;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .the-backstage__info-wrap .section__description {
        margin-left: 2px;
        line-height: 130%;
    }

    .the-backstage__info-wrap .section__subtitle {
        margin-left: 2px;
        margin-bottom: 10px;
    }

    .the-backstage__info-wrap .section__description-mobile {
        margin-left: 0;
        margin-top: -1px;
        line-height: 140%;
    }

    .the-backstage--image-decoration {
        display: none;
    }

    .the-backstage--image-decoration-mobile {
        display: initial;
        background-image: url("./../../assets/images/flower_foto1.png");
        background-repeat: no-repeat;
        width: 31px;
        height: 217px;
        background-size: auto 217px;
        background-position: -2px 0;
        position: absolute;
        top: -66px;
        left: 289px;
    }

    .pets {
        margin-left: -9px;
    }

    .pets__gallery {
        position: relative;
        display: flex;
        flex-direction: row;
        max-width: 285px;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .pets .button-previous, .button-next {
        display: none;
    }

    .gallery-wrap {
        overflow-x: hidden;
        flex-shrink: 0;

    }

    .carousel-wrap {
        max-width: 285px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 120px;
        transition: all 0.3s ease-in-out;
    }

    .carousel-item {
        max-width: 285px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        column-gap: 20px;
        justify-content: center;
        align-items: center;
        position: relative;
        flex-shrink: 0;
    }

    .pet-card:nth-child(5), .pet-card:nth-child(6) {
        display: none;
    }

    .pet-card {
        width: 285px;
        height: 332px;
    }

    .pet-card__overlay {
        width: 285px;
        height: 332px;
    }

    .pet-card__images-wrap {
        width: 285px;
        height: 285px;
    }

    .pet-card__images {
        width: 285px;
    }

    .pet-card__description-wrap {
        width: 285px;
        padding: 3px 7px 10px 12px;
    }

    .pet-card__title {
        font-size: 12px;
    }

    .pet-card__description {
        font-size: 11px;
    }

    .pet-card__icon {
        transform: scale(0.8);
    }

    .pet-card__title-wrap-overlay {
        bottom: 60px;
    }

    .pet-card__title-wrap-overlay h4 {
        font-size: 20px;
    }

    .pet-card__title-wrap-overlay p {
        font-size: 14px;
        line-height: 120%;
    }

    .pets__image-decoration-left {
        position: absolute;
        width: 58px;
        height: 72px;
        object-fit: cover;
        object-position: -72px 0;
        top: 1450px;
        left: 0;
        z-index: -2;
    }

    .pets__image-decoration-right {
        width: 68px;
        height: 71px;
        object-fit: cover;
        object-position: -3px 0;
        position: absolute;
        top: 1455px;
        left: 260px;
    }

    .pets .button-primary__round {
        display: block;
        margin: 20px 0 60px 19px;
    }

    .pick-and-feed-a-friend {
        max-width: 320px;
        height: 1082px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pick-and-feed-a-friend__card {
        max-width: 300px;
        height: 1042px;
        padding: 21px 0 40px 8px;
    }

    .pick-and-feed-a-friend .section__title {
        margin: 0 auto 10px 28px;
        font-size: 24px;
        line-height: 120%;
    }

    .pick-and-feed-a-friend .section__subtitle {
        font-size: 18px;
        line-height: 120%;
        text-align: center;
    }

    .pick-and-feed-a-friend__description-wrap {
        max-width: 279px;
    }

    .pick-and-feed-a-friend .section__description-bold, .pick-and-feed-a-friend .section__description {
        display: none;
    }

    .feed-animal__stages {
        margin-left: 1px;
    }

    .feed-animal__stages-title {
        margin-top: 21px;
        margin-left: -6px;
        font-size: 24px;
        line-height: 120%;
    }

    .feed-animal-stages__wrapper {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        gap: 20px;
        margin-left: -7px;
        position: relative;
    }

    .feed-animal-stages__card {
        width: 168px;
        height: 231px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .feed-animal-stages__card:first-child {
        width: 168px;
        height: 222px;
    }

    .feed-animal-stages__icon-common {
        display: none;
    }

    .card-arrow-first {
        display: initial;
        background: url("./../../assets/icons/arrow.svg") 0 0 no-repeat;
        width: 88px;
        height: 64px;
        padding: 0;
        position: absolute;
        z-index: 2;
        transform: rotate(84deg);
        -ms-transform: rotate(84deg);
        left: 123px;
        top: 174px;
    }

    .card-arrow-second {
        display: initial;
        background: url("./../../assets/icons/arrow.svg") 0 0 no-repeat;
        width: 88px;
        height: 64px;
        padding: 0;
        position: absolute;
        z-index: 2;
        transform: rotate(84deg);
        -ms-transform: rotate(84deg);
        left: 123px;
        top: 424px;
    }

    .pick-and-feed-a-friend .button-primary__round {
        margin-top: 30px;
        margin-left: -8px;
    }

    .testimonials {
        margin-top: 30px;
    }

    .testimonials__title {
        text-align: center;
        font-size: 24px;
    }

    .testimonials__cards {
        display: none;
    }

    .testimonials__cards-mobile {
        margin-top: 18px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        align-items: center;
    }

    .testimonial-card {
        width: 299px;
        height: 109px;
    }

    .testimonial-card:nth-child(2) {
        display: none;
    }

    .testimonial-card__wrap {
        width: 295px;
        height: 105px;
        gap: 10px;
    }

    .testimonial-card__user-info {
        margin-top: 8px;
        margin-left: 10px;
    }

    .testimonial-card__description-wrap {
        margin-top: 0;
        margin-left: -2px;
    }

    .testimonials__small-paragraph {
        margin: 1px auto 0 17px;
        width: 252px;
        height: 38px;
        overflow-y: scroll;
    }

    .slide-container {
        display: none;
    }

    .testimonials .button-primary__half-round {
        width: 240px;
        margin: 30px 40px 60px;
    }

    .testimonials__image-decoration {
        width: 51px;
        height: 104px;
        object-fit: cover;
        object-position: -10px 2px;
        position: absolute;
        top: 480px;
        left: 269px;
        z-index: -2;
    }

    .footer {
        padding: 21px 0 0;
        max-width: 320px;
        height: 334px;
        position: relative;
    }

    .footer-top {
        max-width: 320px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 33px;
    }

    .footer .logo {
        position: relative;
        display: block;
        width: 128px;
        height: 25px;
        border: none;
        margin: auto;
    }

    .footer .logo__link {
        text-decoration: none;
    }

    .footer .logo__text {
        padding: 0;
        font-size: 19px;
        line-height: 120%;
        font-weight: normal;
        color: var(--white);
        position: relative;
        margin: 0;
    }

    .footer .logo__img {
        position: absolute;
        top: -4px;
        left: 72px;
    }

    .footer .logo:hover .logo__text {
        cursor: pointer;
        color: var(--orange);
    }

    .footer .logo:hover .logo__img {
        filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
    }

    .form-email {
        display: none;
    }

    .footer .button-primary__donate {
        margin: 50px 0 0 9px;
    }

    .footer-bottom {
        margin-top: 20px;
        max-width: 320px;
    }

    .social-media {
        position: absolute;
        right: 20px;
        top: 30px;
        left: 63px;
        flex-direction: row;
        gap: 30px;
    }

    .social-media__name {
        display: none;
    }

    .footer-nav {
        max-width: 320px;
        margin-left: 21px;
        margin-top: 89px;
    }

    .footer-nav__links-wrap {
        display: flex;
        flex-direction: row;
        list-style-type: none;
        gap: 30px;
    }

    .privacy-wrap {
        min-width: 214px;
        position: absolute;
        top: 209px;
        left: 96px;
        display: flex;
        flex-direction: column;
    }

    .privacy-info {
        font-size: 15px;
        font-weight: 100;
        line-height: 190%;
        color: var(--white);
    }

}