/* defaults  start*/

* {
    margin: 0;
    padding: 0;
}

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

/* defaults  end*/


/* fonts */

@font-face {
    font-family: 'Arial-black';
    src: url(../fonts/arial-black.ttf);
}

@font-face {
    font-family: 'Arial-bold';
    src: url(../fonts/arial-bold.ttf);
}

@font-face {
    font-family: 'Arial-bold-italic';
    src: url(../fonts/arial-bold-italic.ttf);
}

@font-face {
    font-family: 'Arial-narrow';
    src: url(../fonts/arial-narrow.ttf);
}

@font-face {
    font-family: 'Arial-narrow-bold-italic';
    src: url(../fonts/arial-narrow-bold-italic.ttf);
}

@font-face {
    font-family: 'Arial-narrow-bold';
    src: url(../fonts/arial-narrow-bold.ttf);
}

@font-face {
    font-family: 'Arial-narrow-italic';
    src: url(../fonts/arial-narrow-italic.ttf);
}

@font-face {
    font-family: 'Arial-regular';
    src: url(../fonts/arial-regular.ttf);
}


@font-face {
    font-family: 'Georgia-bold';
    src: url(../fonts/georgia-bold.ttf);
}

@font-face {
    font-family: 'Georgia-bold-italic';
    src: url(../fonts/georgia-bold-italic.ttf);
}

@font-face {
    font-family: 'Georgia-italic';
    src: url(../fonts/georgia-italic.ttf);
}

@font-face {
    font-family: 'Georgia-regular';
    src: url(../fonts/georgia-regular.ttf);
}



html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-size: 10px;
}



body {
    font-family: 'Georgia-regular', Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 160%;
    background: url(../img/forback.png), radial-gradient(100% 215.42% at 0% 0%, #5B483A 0%, #262425 100%), linear-gradient(0deg, #211f20, #211f20);
}

/* wrapper styles start */



/* wrapper styles end */

/* header styles start */

.header-content {
    padding: 3rem 4rem 0 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 9rem;
}

.header-logo__title {
    font-family: 'Georgia-regular';
    font-style: normal;
    font-size: 3.2rem;
    line-height: 3.5rem;
    color: #F1CDB3;
    letter-spacing: 0.06em;
    margin-bottom: 1rem;
    cursor: pointer;
}

.header-logo__subtitle {
    padding-left: 0.4rem;
    font-family: 'Georgia-regular';
    font-size: 1.3rem;
    line-height: 1.5rem;
    letter-spacing: 0.1em;
    align-items: center;
    color: #FFFFFF;
}

.header-menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.header-menu__item {
    font-family: 'Arial-regular';
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin-right: 3.6rem;
    transition: 0.3s;
}

.header-menu__item:nth-child(3) {
    margin-right: 3.4rem;
}

.header-menu__item:last-child {
    margin-right: 0;
}

.header-menu__link {
    text-decoration: none;
    color: #CDCDCD;
    line-height: 2.4rem;
    transition: 0.3s;

}

.main__link {
    color: #F1CDB3;
    text-decoration: none;
    transition: 0.3s;
}

.header-menu__link:active,
.main__link:active {
    color: #FAFAFA;
    padding-bottom: 0.2rem;
    border-bottom: 0.3rem solid #F1CDB3;
    transition: none;
}

.header-menu__link:hover,
.main__link:hover {
    color: #FAFAFA;
}

.header-menu__link-01 {
    color: #FAFAFA;
    padding-bottom: 0.1rem;
    border-bottom: 0.3rem solid #F1CDB3;
    pointer-events: none;
}

.header__burger {
    display: none;
    width: 4rem;
    height: 4rem;
    position: relative;
}

.header__burger:hover {
    cursor: pointer;
}

.burger__line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 0.2rem;
    background-color: #F1CDB3;
}

.burger__line-first {
    top: 0.2rem;
}

.burger__line-second {
    top: 1.2rem;
}

.burger__line-third {
    top: 2.2rem;
}

/* header styles end */


/* main styles start */

.section__heading-h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 4.4rem;
    line-height: 5.7rem;
    color: #fff;
    transition: all 0.5s;
}

.section__heading-h3 {
    font-size: 3.5rem;
    line-height: 4.5rem;
    letter-spacing: 0.06em;
    font-weight: normal;
    color: #545454;
    transition: all 0.5s;
}

.section__heading-h4 {
    font-family: 'Georgia-regular';
    font-style: normal;
    font-weight: 400;
    font-size: 2.0rem;
    line-height: 2.3rem;
    letter-spacing: 0.06em;
    color: #545454;
    transition: all 0.5s;
}

.section__heading-h5 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7rem;
    letter-spacing: 0.06em;
    color: #545454;
    transition: all 0.5s;
}

.section__subheading {
    font-family: 'Arial-regular';
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: #CDCDCD;
    transition: all 0.5s;
    transition: all 0.5s;
}

.button {
    height: 5.2rem;
    padding: 1.4rem 4.5rem;
    font-family: 'Georgia-regular', Verdana, sans-serif;
    font-size: 1.7rem;
    line-height: 2.2rem;
    text-align: center;
    color: #292929;
    letter-spacing: 0.06em;
    border: 0;
    border-radius: 10rem;
    transition: 0.3s;
    cursor: pointer;
}

.button:hover {
    background-color: #FDDCC4;
    border: 0;
}

.button_primary {
    background-color: #F1CDB3;
}

.button_secondary {

    border: 0.2rem solid #F1CDB3;
    background-color: transparent
}

/* not_only section styles start */

/* .not-only {
    max-height: 728px;
} */

.not-only-wrapper {
    padding: 0 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.not-only-content {
    flex-basis: 46rem;
    min-width: 35rem;
    margin-top: -7.9rem;

}

.not-only-content__heading {
    max-width: 40rem;
    margin-bottom: 4.2rem;
}

.not-only-content__subheading {
    margin-bottom: 4.2rem;
}

.not-only__puppy-pic {
    flex-basis: 69.8rem;
    align-self: flex-end;
    transition: all 0.5s;
}

.not-only__puppy-img {
    vertical-align: bottom;
    max-width: 100%;
    transition: all 0.5s;
}


/* not_only section styles end */

/* about section styles start */

.about {
    background-color: #fff;
}

.about-wrapper {
    padding: 8rem 4rem 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.about-content {
    flex-basis: 43rem;
    padding: 1.4rem 0;
    margin-left: 12rem;
}

.about-content__heading {
    margin-bottom: 2.5rem;
}

.about-content__subheading {
    color: #4C4C4C;
    margin-bottom: 2.5rem;
}

.about-content__subheading:last-child {
    margin-bottom: 0
}

.about-content__pic {
    flex-basis: 30rem;
    height: 40.8rem;
    width: 100%;
    max-width: 30rem;
    background-image: url("../img/about-pets.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 0.5s;
}

/* about section styles end */

/* our-friends section styles start */

.our-friends {
    background-color: #F6F6F6;
    text-align: center;
}

.our-friends__heading {
    text-align: center;
    margin-bottom: 6rem;
}

.our-friends-wrapper {
    padding: 8rem 4rem 10rem;
}

.our-friends-slider {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;

}

.slider-cards {
    position: relative;
    -left: 128rem;
    display: flex;
    width: 100%;
    padding-left: 5.2rem;
    padding-right: 5.2rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 6rem;
    row-gap: 1rem;
    column-gap: 11rem;

}

.slider-item {
    display: flex;
    column-gap: 9rem;

}

.slider-card {
    width: 27rem;
    height: 43.5rem;
    background: #FAFAFA;
    text-align: center;
    border-radius: 0.9rem;
    cursor: pointer;
    transition: all 0.3s;

}

.slider-card:hover {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background-color: #FFFFFF;
}



.slider-card:hover .slider-card__button {
    background-color: #FDDCC4;
    border: 0;
}

.slider-card:last-child {
    margin-right: 0;
}

.slider-card__pet {
    width: 27rem;
    height: 27rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.9rem 0.9rem 0 0;
    transition: 0.3s;
}

.pet-001 {
    background-image: url(../img/pets/katrine.png);
}

.pet-002 {
    background-image: url(../img/pets/jennifer.png);
}

.pet-003 {
    background-image: url(../img/pets/woody.png);
}

.slider-card__heading {
    color: #545454;
    font-size: 2.0rem;
    line-height: 2.3rem;
    letter-spacing: 0.06em;
    margin: 3rem 0;
}

.slider-card__button {

    margin-bottom: 3rem;
    transition: 0.3s;
}

.slider__icon {
    position: absolute;
    top: 39%;
    width: 5.2rem;
    height: 5.2rem;
    border: 0.2rem solid #F1CDB3;
    border-radius: 100px;
    background-image: url(../img/arrow-prev.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    transition: 0.3s;
    cursor: pointer;
}

.slider__icon:hover,
.popup__close:hover {
    background-color: #FDDCC4;
    border: 0;
}

.slider__next {
    background-image: url(../img/arrow-next.png);
    right: 0;
}

.slider__prev {
    left: 0;
}


@keyframes move-right {
    from {
        right: 0rem;
    }

    to {
        right: 110rem;
    }
}

.transition-right {
    animation-name: move-right;
    animation-duration: 2s;
}

@keyframes move-left {
    from {
        left: 0rem;
    }

    to {
        left: 110rem;
    }
}

.transition-left {
    animation-name: move-left;
    animation-duration: 2s;
}

/* our-friends section styles end */


/* help section styles start */

.help {
    background-color: #FFFFFF;
    text-align: center;
}

.help-wrapper {
    padding: 8rem 4rem 10rem;
}

.help__content {
    margin: auto;
}

.help__content-heading {
    margin-bottom: 6rem;
}

.help__content-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 11.9rem;
    row-gap: 5.4rem;
    max-width: 102.6rem;
    margin: auto;
   
}


.help__item-ico {
    margin-bottom: 2.3rem;
    transition: 0.5s;
    cursor: pointer;
}

.help__item-ico:hover {
    filter: contrast(0.1)
}



/* help section styles end */

/* in-addition section styles start */

.in-addition {
    background-color: #F6F6F6;
}

.in-addition-wrapper {
    padding: 8rem 0 10.1rem 0;
}

.addition-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 3.0rem;
}

.addition-content__info {
    max-width: 38rem;
}

.addition__heading-h3 {
    text-align: left;
    margin-bottom: 2rem;
}

.addition__heading-h5 {
    margin-bottom: 2rem;
}

.addition-content__pic {
    max-width: 50.5rem;
    transition: all 0.5s;
}

.addition-content__img {
    width: 100%;
    vertical-align: bottom;
    transition: all 0.5s;
}

.credit-card {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    gap: 1rem;
    margin-bottom: 2rem;
    background: #F1CDB3;
    border-radius: 0.9rem;
    max-width: 34.9rem;
}

.card-number {
    padding-left: 0.4rem
}

.card__link {
    color: #545454;
    transition: 0.3s;

}

.addition-more-info {
    font-family: 'Arial-regular';
    font-style: italic;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #B2B2B2;
}

/* in-addition section styles end */

/* main styles end */


/* footer styles start */



.footer-wrapper {
    padding: 4rem 4rem 0;
}



.footer-content {
    min-height: 31rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 16.3rem;

}

.footer-contacts__heading {
    max-width: 27.9rem;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 4rem;
}

.footer-locations__heading {
    max-width: 27rem;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 3.5rem;

}

.footer__link {
    text-decoration: none;
    transition: 0.3s;
}


.info-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    margin-bottom: 3.3rem;
}

.marker {
    margin-bottom: 3rem;
}

.marker-icon {
    vertical-align: middle;
}

.info-line__text {
    font-family: 'Georgia-regular';
    font-style: normal;
    font-weight: 400;
    font-size: 2.0rem;
    line-height: 2.3rem;
    letter-spacing: 0.06em;
    color: #F1CDB3;
    margin-left: 2rem;
    transition: 0.3s;
    vertical-align: super;
}

.locations-text {
    margin-left: 1.6rem;
    text-align: left;
}

.info-line__text:hover {
    color: #FAFAFA;
}

.info-line__text:active {
    color: #FAFAFA;
    border-bottom: 3px solid #F1CDB3;
    transition: none;
}

.footer__icon {
    transition: 0.3s;
}

.footer__icon:hover {
    transform: scale(1.2);
}

.footer-content__pic {
    transition: all 0.5s;
}

.footer-content__img {
    vertical-align: bottom;
    max-width: 100%;
    transition: all 0.5s;
}

.popup-wrapper {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(41, 41, 41, 0.6);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
}

.popup-wrapper.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
}

.popup-info {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 90rem;
    height: 50rem;
    padding: 2.5rem;
    transition: 0.5s all;
    color: #000000;
    letter-spacing: 0.06em;
    background-color: #FAFAFA;
    border-radius: 0.9rem;
}

.popup-info.active {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s all;
}

.popup-pic {
    width: 50rem;
    height: 50rem;
    background-image: url("../img/modal/jennifer.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-right: 5rem
}

.popup-content {
    max-width: 40rem;
    padding: 5rem 2rem 8.8rem 2.9rem;

}

.popup-content__heading {
    font-size: 3.5rem;
    line-height: 4.5rem;
    margin-bottom: 1rem;
}

.popup-content__subheading {
    font-size: 2rem;
    line-height: 2.3rem;
    margin-bottom: 4rem;
}

.popup-content_text {
    font-size: 1.5rem;
    line-height: 1.7rem;
    margin-bottom: 4rem;
}

.popup-content__list-item {
    margin-left: 2rem;
}


.popup-content__list-item {
    color: #F1CDB3;
}

.popup-list__item-title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.7rem;
    color: #000000;
}

.popup-list__item-value {
    color: #000000;
    padding-left: 1rem;
}

.popup__close {
    position: absolute;
    top: -4rem;
    right: -5rem;
    cursor: pointer;
    width: 5.2rem;
    height: 5.2rem;
    border: 0.2rem solid #F1CDB3;
    border-radius: 100px;
    background-image: url(../img/cross.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    transition: 0.3s;
    cursor: pointer;
    text-align: center;
}

.no-scroll {
    overflow: hidden
}

/* footer styles end */

/* media start */

@media screen and (min-width: 1280px) {
    html {
        font-size: 10px;
    }

    .wrapper {
        width: 128rem;
        max-width: 100%;
        min-width: 32rem;
        margin: 0 auto;
    }
}

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

    .slider-item .slider-card:last-child {
        display: none;
    }

    .slider-item {
        column-gap: 5rem;
    }

    .slider-cards {
        column-gap: calc((100vw - 59rem)/2);
    }

    @keyframes move-right {
        from {
            right: 0rem;
        }
    
        to {
            right: calc(100vw - (100vw - 59rem)/2);
        }
    }

    @keyframes move-left {
        from {
            left: 0rem;
        }
    
        to {
            left: calc(100vw - (100vw - 59rem)/2);
        }
    }
    
}

@media screen and (max-width: 1024px) {
    .not-only-wrapper {
        flex-wrap: wrap;
        row-gap: 10rem;
        justify-content: flex-end;
        align-items: center;
        padding: 0;
    }

    .not-only-content {
        flex-basis: 80%;
        min-width: 46rem;
        margin-top: -3rem;
        margin-right: 15rem;
        margin-left: 14rem;

    }

    .not-only__puppy-pic {
        flex-basis: 56.9rem;
        margin-right: 2.7rem;
    }

    .not-only-content__button {
        display: block;
        margin: auto;
    }


    .popup-info {
        width: 63rem;
        height: 35rem;
    }

    .popup-pic {
        width: 35rem;
        height: 35rem;
        background-position: bottom center;
    }

    .popup-content__subheading {
        margin-bottom: 2rem;
    }

    .popup-content_text {
        font-size: 1.3rem;
        line-height: 1.4rem;
        margin-bottom: 2rem;
        letter-spacing: 0.05em;
    }

    .popup-content {
        max-width: 28rem;
        padding: 1rem 0.9rem 3.7rem 1.1rem;
    }

    .popup-content__list-item {
        line-height: 1.7rem;
    }

}

@media screen and (max-width: 929px) {
    .about-content__pic {
        margin-top: 6.6rem;
        order: 2;
    }

    .about-wrapper {
        padding-left: 4rem;
        padding-right: 4rem;
        padding-top: 6.6rem;
    }

    .about-content {
        margin-right: 12rem;
    }
}

/* @media screen and (max-width: 800px) {

    .slider-item .slider-card:last-child {
        display: none;
        justify-content: center;
    }

    .slider-item {
        column-gap: 5rem;
    }
}  */


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

    .header-content {
        padding: 3rem 3rem 0 3rem;
    }

    .not-only-wrapper {
        flex-wrap: wrap;
        row-gap: 10rem;
        justify-content: flex-end;
        align-items: center;
        padding: 0;
    }

    .not-only-content {
        flex-basis: 46rem;
        margin-top: -3rem;
        margin-right: 15.4rem;
        margin-left: 0;
    }

    .not-only__puppy-pic {
        flex-basis: 56.9rem;
        min-width: 26rem;
        margin-right: 2.7rem;
    }

    .not-only-content__button {
        display: block;
        margin: auto;
    }

    .about-wrapper {
        padding-left: 4rem;
        padding-right: 4rem;
        padding-top: 6.6rem;
        justify-content: justify-content;
    }

    .about-content {
        margin-left: 0;
        margin-right: 0;
    }


    .our-friends-wrapper {
        padding: 8rem 3rem 10rem;
    }



    /* @keyframes move-right {
        from {
            right: 0rem;
        }

        to {
            right: 65rem;
        }
    }

    @keyframes move-left {
        from {
            left: 0rem;
        }

        to {
            left: 65rem;
        }
    }

    .slider-cards {
        column-gap: 6rem;
    }

    .slider-card__003 {
        display: none;
    } */

    .help__content-list {
        justify-content: space-around;
        column-gap: 0.3rem;
    }

    .help__content-list-item {
        width: 17rem;
    }

    .addition-content__pic {
        order: 2;
        margin-top: 6.2rem;
    }

    .footer-wrapper {
        padding: 3rem 0.5rem 0;
    }

    .footer-content {
        justify-content: space-evenly;
        column-gap: 0.5rem;
        row-gap: 2.5rem;
    }

    .footer-locations {
        margin-right: 0.9rem;
    }
}


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


    .header-navigation {
        position: fixed;
        width: 32rem;
        height: 100%;
        top: 0;
        right: 0;
        background-color: #292929;
        z-index: 10;
        padding: 30px;
        transform: translateX(100%);
        transition: 0.2s linear;
    }

    .header-menu {
        flex-direction: row;
        justify-content: center;
        height: 100%;
        align-content: center;

    }

    .header__nav-active {
        transform: translateX(0);
    }

    .header-menu__item {
        font-size: 3.2rem;
        line-height: 5.21rem;
        color: #CDCDCD;
        margin-bottom: 4rem;
        margin-right: 0;
    }

    .header-menu__item:last-child {
        margin-bottom: 0;
    }

    .header__burger {
        display: block;
        position: relative;
        z-index: 11;
        transition: 0.2s linear;
    }

    .burger__open {
        transform: rotate(90deg);
        transition: 0.2s linear;
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 9;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .modal__active {
        display: block;
    }

    .no-scroll {
        overflow: hidden
    }


    .not-only-wrapper {
        justify-content: center;
        padding: 0 1rem;
        text-align: center;

    }

    .not-only-content {
        flex-basis: 90%;
        min-width: 30rem;
        margin-right: 0;
        margin-left: 0;
    }

    .not-only-content__heading {
        min-width: 30rem;
        max-width: none;
    }

    .section__heading-h2 {
        text-align: center;
    }

    .not-only-content__subheading {
        width: 100%;
        min-width: 30rem;
    }


}

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


    /* .slider-item {
        justify-content: end;
    } */

    .slider-item .slider-card:last-child {
        display: none;
    }

    .slider-item .slider-card:first-child {
        display: none;
    }


    .slider-cards {
        column-gap: calc((100vw - 27rem)/2);
    }

    @keyframes move-right {
        from {
            right: 0rem;
        }
    
        to {
            right: calc(100vw - (100vw - 27rem)/2);
        }
    }

    @keyframes move-left {
        from {
            left: 0rem;
        }
    
        to {
            left: calc(100vw - (100vw - 27rem)/2);
        }
    }
    
}



@media screen and (max-width: 720px) {
    .popup-info {
        width: 60rem;
        height: 30rem;
    }

    .popup-pic {
        width: 30rem;
        height: 30rem;
        background-position: bottom center;
        
    }

    .popup-content__subheading {
        margin-bottom: 1rem;
    }

    .popup-content_text {
        font-size: 1.3rem;
        line-height: 1.4rem;
        margin-bottom: 1rem;
        letter-spacing: 0.05em;
    }

    .popup-content {
        max-width: 32rem;
        padding: 1rem 0.9rem 3.7rem 1.1rem;
    }

    .popup-content__list-item {
        line-height: 1.7rem;
    }

}

@media screen and (max-width: 620px) {
    .popup-info {
        width: 24rem;
        height: auto;
        padding: 0;
    }

    .popup-pic {
        display:none;
        margin-right: 0;
    }

    .popup-content__heading{
        text-align: center;
    }

    .popup-content__subheading {
        margin-bottom: 2rem;
        text-align: center;
    }

    .popup-content_text {
        font-size: 1.3rem;
        line-height: 1.4rem;
        margin-bottom: 2rem;
        letter-spacing: 0.05em;
        text-align: justify;
    }

    .popup-content {
        max-width: 24rem;
        padding: 1rem;
    }

    .popup-content__list-item {
        line-height: 1.7rem;
    }

    .popup-list__item-value {
        padding-left: 0.4rem;;
    }


}

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

    .section__heading-h2,
    .section__heading-h3 {
        font-size: 2.5rem;
        line-height: 3.2rem;
        letter-spacing: 0.06em;
        text-align: center;
    }

    .header-content {
        padding: 3rem 2rem 0;
    }

    .header__burger {
        width: 4rem;
        height: 4rem;
    }

    .not-only-wrapper {
        justify-content: center;
        padding: 0 1rem;
        text-align: center;

    }

    .not-only-content {
        min-width: 30rem;
        margin-right: 0;
        margin-bottom: 0.6rem;
    }

    .not-only-content__heading {
        max-width: 30rem;
    }

    .not-only__puppy-pic {
        flex-basis: 26rem;
        margin-right: -3.3rem;
    }

    .about-wrapper {
        padding: 2.8rem 1rem 4.2rem;
    }

    .about-content__subheading {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        text-align: justify;
        margin-bottom: 2.2rem;
    }

    .about-content__subheading:last-child {
        margin-bottom: 0.2rem;
    }

    .about-content__pic {
        max-width: 26rem;
        height: 35.36rem;
        margin-top: 2.4rem;
    }

    .our-friends-wrapper {
        padding: 4.2rem 1rem;
    }

    .our-friends__heading {
        margin-bottom: 4.4rem;
    }

    /* .slider-card__002 {
        display: none;
    } */

    .slider__icon {
        top: 89.5%;
        z-index: 23;
        ;
    }

    .slider__prev {
        left: 19.4%;
    }

    /* @keyframes move-left {
        from {
            left: 0rem;
        }

        to {
            left: 33rem;
        }
    }

    @keyframes move-right {
        from {
            left: 0rem;
        }

        to {
            left: -33rem;
        }
    } */

    /* .slider-item .slider-card:first-child {
        display: none;
    }

    .slider-item {
        justify-content: end;
    } */

    .slider__next {
        right: 19.4%;
    }

    .our-friends .button_primary {
        margin-top: 5.5rem;
    }

    .help-wrapper {
        padding: 4.2rem 1.5rem;
    }

    .help__content-list {
        row-gap: 2.7rem;
        column-gap: 3rem;
        justify-content: flex-start;
    }

    .help__content-list-item {
        max-width: 13rem;
    }

    .help__item-ico {
        max-width: 5rem;
        margin-bottom: 1.55rem;
    }

    .help__content-heading {
        margin-bottom: 4rem;
    }

    .help__item-heading {
        font-size: 1.5rem;
        line-height: 1.7rem;
    }

    .in-addition-wrapper {
        padding: 4.2rem 1rem;
    }

    .addition__heading-h5 {
        text-align: center;
        line-height: 2.4rem;
        font-size: 1.5rem;
        letter-spacing: normal;
    }

    .addition-content__info {
        padding: 0 1rem 0 0.9rem
    }

    .credit-card {
        max-width: 28.1rem;
        margin: auto;
        margin-bottom: 2rem;
    }

    .card-number {
        font-size: 1.5rem;
        line-height: 1.7rem;
        letter-spacing: 0.06em;
    }

    .addition-more-info {
        text-align: justify;
    }

    .addition-content__pic {
        margin-top: 4.2rem;
        max-width: 26rem;
    }

    .footer-content__pic {
        max-width: 26rem;
    }

    .info-line {
        justify-content: center
    }

    .phone {
        margin-bottom: 1rem;
    }

    .footer-locations {

        display: flex;
        flex-wrap: wrap;
    }

    .footer-locations__heading {
        padding-left: 3.2rem;
        font-size: 2.5rem;
        line-height: 3.2rem;
        letter-spacing: 0.06em;
        margin-bottom: 3.7rem;
    }

    .marker {
        align-self: flex-start;
        margin-bottom: 4rem;
        padding-left: 0.3rem;
    }

    .marker:last-child {
        margin-bottom: 0.8rem;
    }

    .popup__close {
        position: absolute;
        top: -5.5rem;
        right: -3rem;
    }

}