* {
    box-sizing: border-box;
}

@font-face{
    font-family:"Roboto";
    font-display:swap;
    src:url("../../assets/fonts/Roboto-Thin.woff") format("woff"),url("../../assets/fonts/Roboto-Thin.woff2") format("woff2");
    font-weight:100;
    font-style:normal
}
@font-face{
    font-family:"Roboto";
    font-display:swap;
    src:url("../../assets/fonts/Roboto-Light.woff") format("woff"),url("../../assets/fonts/Roboto-Light.woff2") format("woff2");
    font-weight:300;
    font-style:normal
}
@font-face{
    font-family:"Roboto";
    font-display:swap;
    src:url("../../assets/fonts/Roboto-Regular.woff") format("woff"),url("../../assets/fonts/Roboto-Regular.woff2") format("woff2");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:"Roboto";
    font-display:swap;
    src:url("../../assets/fonts/Roboto-Medium.woff") format("woff"),url("../../assets/fonts/Roboto-Medium.woff2") format("woff2");
    font-weight:500;
    font-style:normal
}
@font-face{
    font-family:"Roboto";
    font-display:swap;
    src:url("../../assets/fonts/Roboto-Bold.woff") format("woff"),url("../../assets/fonts/Roboto-Bold.woff2") format("woff2");
    font-weight:700;
    font-style:normal
}

html {
    scroll-behavior: smooth;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, p {
    margin: 0;
}

body {
    margin: 0;
    overflow: hidden overlay;
    font: 400 19px Roboto,Verdana,sans-serif;
}

a {
    text-decoration:none;
    background-color:rgba(0,0,0,0);
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

input {
    margin: 0;
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

input[type=text]:focus,input[type=email]:focus,input[type=number]:focus{
    border-color: #4b9200;
}

.page_wrapper {
    overflow: hidden;
}

.popup__bg {
    position: fixed;
    top: 0;
    left: 0;
    background: #000000bf;
    opacity: 0; 
    pointer-events: none; 
    transition: 0.5s all;
    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;
    width: 100%;
    height: 100%;
}

.popup__bg.active { 
    opacity: 1; 
    pointer-events: all; 
    transition: 0.5s all;
    z-index: 100;
}

.popup {
    position: relative;
}

.popup__content {
    width: 100%;
    max-width: 265.5px;
    pointer-events: none;
}

.close-popup img {
    position: absolute;
    right: -24px;
    top: -3px;
    cursor: pointer;
}

.popup__content>* {
    display: block !important;
    min-height: 391px;
}
.popup__content>* p {
    -webkit-line-clamp: 20 !important;
    margin-bottom: 20px !important;
}

.button_orange {
    background: linear-gradient(113.96deg, #F9804B 1.49%, #FE9013 101.44%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 298px;
    height: 54px;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    text-transform: uppercase;
    color: #fdfdff;
    cursor: pointer;
    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;
}

.button_orange:hover {
    background: #E47209;
}

.page_header {
    position: absolute;
    color: #fff;
    width: 100%;
    height: 80px;
    z-index: 100;
    background-color: #000;
}

.header_block {
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: calc(1160px + 30px * 2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    margin: 0 auto;
}

.logo {
    position: relative;
    padding-top: 1px;
    width: 82px;
    height: 52px;
    border: 1px solid #fdfdff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    color: #fdfdff;
    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;
}

.logo h1, .logo h2 {
    font-size: 19px;
    font-weight: 300;
    line-height: 120%;
    text-align: center;
    font-family: 'Roboto';
}

.logo img {
    position: absolute;
    left: 9.5px;
    bottom: 7px;
}

.header_menu, .footer_menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header_menu {
    padding-left: 63px;
}

.header_menu ul, .footer_menu ul {
    gap: 58px;
    display: flex;
}

.menu_link {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color: #fdfdff;
    white-space: nowrap;
}

.menu_link:hover, .menu_link.active  {
    color: #f9804b;
}

.header_menu ul li.designed {
    margin-left: auto;
}

.main_block {
    width: 100%;
    max-width: calc(1160px + 30px * 2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    margin: 0 auto;
    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;
}

.main_section__animal_online {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 780px;
    background: url(../../assets/images/Giant_Panda.jpg) no-repeat center center/cover;
}

.animal_online__content {
    position: absolute;
    top: 166px;
    right: 229px;
    display: grid;
    grid-template-columns: -webkit-min-content;
    grid-template-columns: min-content;
    justify-items: center;
    font-weight: 700;
    font-size: 106.5px;
    text-transform: uppercase;
    line-height: 75%;
    text-align: center;
    color: #fdfdff;
}

.animal_online__content_label span {
    color: #ffee2e;
}

.animal_online__content:before {
    content: "";
    position: absolute;
    top: -74px;
    left: -82px;
    z-index: -1;
    width: 465px;
    height: 465px;
    background-color: #f9804b;
    border-radius: 50%;
}

.animal_online_button {
    margin: 60px 0 0 10px;
    border-radius: 25px;
    font-weight: 400;
 }

.main_section__backstage {
    margin-top: 140px;
    position: relative;
}

.backstage__fon_img {
    position: absolute;
    right: 0;
    top: -128px;
}

.backstage__content {
    display: grid;
    grid-template-columns: minmax(355px, 609px) minmax(465px, 1fr);
    gap: 86px;
}

.backstage__content h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
}

.backstage__content p {
    margin-top: 23px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.backstage__content h3 {
    margin-top: 53px;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
}

.backstage__content p.ab {
    margin-top: 33px;
    margin-bottom: -4px;
    line-height: 140%;
}

.backstage__img {
    overflow: hidden;
}

.main_section__pets {
    margin-top: 175px;
}

.main_section__pets .main_block {
    max-width: calc(1160px + 200px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 0 100px;
}

.pets_navigation {
    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;
    position: absolute;
    top: 403px;
    left: 18px;
    z-index: 0;
    width: calc(100% - 38px);
}

.arrow {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: #f9804b;
    cursor: pointer;
    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;
}

.arrow:hover {
    background-color: #4b9200;
}

.pets__carousel {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.pets__carousel>* {
    display: inline-grid !important;
}

.pets__content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(230px, 1fr));
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 28px;
    row-gap: 18px;
}

.pets__content>*:nth-child(n+7) {
    display: none;
}

.pets__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fdfdff;
    border: 1px solid #f9804b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pets__item.pmob {
    display: none;
}

.pets__img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    overflow: hidden;
}

.pets__img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(51,59,65,.7);
    opacity: 0;
}

.pets__img img {
    position: relative;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
}

.pets__item:hover .pets__img img{
    width:calc(100% + 20px);
    left:-10px;
    top:-10px;
    margin-bottom:-20px;
}

.pets__item:hover .pets__img:before{
    opacity:1;
}

.pets__item:hover .pets__label {
    -webkit-transform: translateY(-300%) scaleY(1.5);
    transform: translateY(-300%) scaleY(1.5);
    color:#f9804b;
}

.pets__info {
    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;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60px;
    flex: 0 1 60px;
    padding-left: 16px;
    padding-right: 13px;
    margin-top: 9px;
}

.pets__label {
    color: #333b41;
    position: relative;
    z-index: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.pets__label h2 {
    margin-top: -4px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    margin-top: -17px;
}

.pets__label p {
    margin-top: -3px;
    font-weight: 300;
    font-size: 15px;
    line-height: 120%;
}

.pets__icon {
    margin-top: 0;
}

.pets_button {
    margin-top: 80px;
    z-index: 5;
}


.friend_flowers {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.friend_flowers img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: right top;
    transform-origin: left bottom;
    margin-left: -450px;
    padding-bottom: 0px;
}

.friend_flowers img.strelitzia {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: right top;
    transform-origin: right bottom;
    margin-left: 0;
    padding-bottom: 0px;
}

.main_section__friend {
    position: relative;
    margin-top: 100px;
    background: linear-gradient(315.75deg, rgba(254, 210, 144, 0.7) 30.06%, #FEBDAB 100.95%, rgba(254, 210, 144, 0.7) 106.36%), linear-gradient(315.75deg, rgba(254, 189, 171, 0.74) 21.7%, rgba(243, 169, 248, 0.66) 53.95%, #E0D8F0 86.2%, #EAF7FE 118.45%, #EAF7FE 150.7%), linear-gradient(315.75deg, rgba(254, 189, 171, 0.74) 30.06%, rgba(243, 169, 248, 0.66) 50.74%, #E0D8F0 80.49%, #EAF7FE 127.9%, #EAF7FE 149.54%);
    padding-top: 69px;
    padding-bottom: 100px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.friend_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 59px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 41px;
    background-color: rgba(253,253,255,.5);
    border-radius: 20px;
    
}

.friend_content h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: #f9804b;
    text-align: center;
}

.friend_content_txt {
    padding-left: 99px;
    margin-top: 31px;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
}

.friend_content_txt b {
    display: block;
    margin-top: 30px;
    font-weight: 500;
}

.friend_content_txt.small {
    margin-top: 10px;
    font-size: 16px;
    line-height: 130%;
}

.friend_content_txt.small.kor {
    padding-right: 190px;
}

.friend_content h3 {
    margin-top: 57px;
    font-weight: 400;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
}

.friend_content a {
    display: inline-block;
    border-bottom: 2px solid #f9804b;
    border-radius: 1px;
    color: #333b41;
}

.friend_content a:hover {
    color: #f9804b;
}

.friend_icons {
    margin-top: 39px;
    display: grid;
    grid-template-columns: 168px 130px 168px 130px 168px;
    grid-auto-rows: 244px;
    -ms-flex-line-pack: start;
    align-content: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.friend_icons-widjet div {
    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;
    width: 168px;
    height: 168px;
    background-color: #fdfdff;
    overflow: hidden;
    border: 1px solid #f9804b;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.friend_icons-widjet .friend_icons_txt {
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.friend_icons-arrow {
    padding-bottom: 89px;
    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;
}

.friend_icons-arrow .arr2 {
    display: none;
}

.friend_button {
    -ms-flex-item-align: center;
    align-self: center;
    margin: 62px 0 0 0;
}

.main_section__testimonials {
    position: relative;
}

.main_section__testimonials .main_block {
    display: block;
}

.main_section__testimonials h2 {
    margin-top: 141px;
    margin-bottom: 46px;
    font-weight: 400;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
}

.testimonials__content{
    overflow:hidden;
    gap:30px;
    margin-top:0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.testimonials__content>*{
    -webkit-box-flex:1;
    -ms-flex:1 1;
    flex:1 1;
    min-width:calc(25% - 22.5px);
    max-width:268px
}
.testimonials__content>*:first-child{
    margin-left:0
}

.testimonials_block, 
.testimonials__content>*:first-child {
    -webkit-transition: all 3s ease;
    transition: all 3s ease;
} 

.pets__img img, 
.pets__img:before, 
.pets__label, 
.pets__content, 
.arrow {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.testimonials__progress {
    margin: 21px auto 31px auto;
    width: 599px;
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(315.75deg, rgba(254, 189, 171, 0.74) 30.06%, rgba(243, 169, 248, 0.66) 50.74%, #e0d8f0 80.49%, #eaf7fe 127.9%, #eaf7fe 149.54%),linear-gradient(315.75deg, rgba(254, 189, 171, 0.74) 30.06%, rgba(243, 169, 248, 0.66) 50.74%, #e0d8f0 80.49%, #eaf7fe 127.9%, #eaf7fe 149.54%);
}

.testimonials__progress div {
    position: relative;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 4px;
    background-color: #f1f3f2;
}

.testimonials__progress input {
    width: 100%;
    -webkit-appearance: none;
    background-color: rgba(0,0,0,0);
    position: relative;
    top: -11px;
}

.testimonials__progress input:hover::-webkit-slider-thumb {
    background-color:#4b9200
}

.testimonials__progress input:focus-visible {
    outline-offset:-8px;
}

.testimonials__progress input::-webkit-slider-thumb{
    -webkit-appearance: none;
    width: 11.1%;
    height: 7px;
    border-radius: 3px;
    background-color: #f9804b;
    cursor: pointer;
}

.testimonials_block {
    background: linear-gradient(315.75deg, rgba(254, 189, 171, 0.74) 30.06%, rgba(243, 169, 248, 0.66) 50.74%, #e0d8f0 80.49%, #eaf7fe 127.9%, #eaf7fe 149.54%),linear-gradient(315.75deg, rgba(254, 189, 171, 0.74) 30.06%, rgba(243, 169, 248, 0.66) 50.74%, #e0d8f0 80.49%, #eaf7fe 127.9%, #eaf7fe 149.54%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px;
    border-radius: 20px;
    cursor: pointer;
}

.testimonials_block_grid {
    padding: 13px 15px 0 15px;
    height: calc(100% - 2px);
    display: grid;
    grid-template-columns: 37px 1fr;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1px auto;
    background-color: #f1f3f2;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    grid-template-rows: 19px 19px 1fr;
}

.testimonials_block_grid img {
    grid-row: 1/3;
}

.testimonials_block_grid h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

.testimonials_block_grid aside {
    color: #bdbdbd;
    font-weight: 300;
    font-size: 15px;
    line-height: 120%;
}

.testimonials_block_grid p {
    margin-top: 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 17;
    -webkit-box-orient: vertical;
    overflow: hidden;
    grid-column: 1/3;
    font-weight: 300;
    font-size: 15px;
    line-height: 120%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.testimonials_block .mob {
    display: none;
}

.testimonials_block .tabl {
    display: none;
}

.testimonials_block .des {
    display: -webkit-box;
}

.testimonials_button {
    border-radius: 5px;
}

.testimonials__flowers {
    position: absolute;
    right: -104px;
    bottom: -316px;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.page_footer {
    margin-top: 180px;
    background-color: #111115;
    padding-top: 41px;
    padding-bottom: 50px;
}

.footer_block {
    display: grid;
    grid-template-columns: minmax(299px, 399px) 1fr minmax(289px, 367px);
    width: 100%;
    max-width: calc(1160px + 30px * 2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
}

.footer_block .logo {
    margin-top: -2px;
}

.footer_button {
    border-radius: 5px;
    margin-top: 69px;
}

.footer_social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    margin-top: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer_social_link {
    gap: 12px;
    color: #fdfdff;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer_social_link:hover {
    color: #4b9200;
}

.footer_social_link img {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    background-color: #767474;
    border-radius: 50%;
    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;
}

.footer_social_link:hover img {    
    background-color:#4b9200;
}

.footer_social_link img:hover {    
    background-color:#4b9200;
}


.animal_online__content:before {
    content: "";
    position: absolute;
    top: -74px;
    left: -82px;
    z-index: -1;
    width: 465px;
    height: 465px;
    background-color: #f9804b;
    border-radius: 50%;
}

.footer_social_link p {
    position: relative;
    top: 4px;
}

.footer__center {
    -ms-flex-item-align: end;
    align-self: end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer_menu {
    align-self: end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    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;
}

.footer_form {
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.footer_form h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #fdfdff;
}

.form_email {
    gap: 10px;
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.email {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 9px;
    height: 42px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: rgba(0,0,0,0);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    border: 1px solid #f9804b;
    color: #bdbdbd;
    outline: none;
}

.button_email {
    border-radius: 5px;
    color: #333b41;
    border: 1px solid #333b41;
    background-color: #fdfdff;
    width: 129px;
    height: 42px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: none;
    cursor: pointer;
}

.button_email:hover {
    border-color: #4b9200;
    color: #4b9200;
}

.footer_design {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: end;
    align-self: flex-end;
    gap: 10px;
}

.footer_design {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: end;
    align-self: flex-end;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer_design p {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #767474;
}

.page_header.donate {
    position: relative;
}

.main_section__animal_online.donate {
    height: calc(466px - 80px);
}

.main_section__friend.donate {
    margin-top: 0;
    padding: 40px 0 180px 0;
}

.main_section__friend.donate .main_block {
    display: block;
}

.friend_txt {
    color: #fdfdff;
}

.friend_txt h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 130%;
}

.friend_txt h3 {
    margin-top: 47px;
    font-weight: 400;
    font-size: 36px;
    line-height: 130%;
    color: #f9804b;
}

.friend_txt p {
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.friend_content.donate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 62px;
    margin-top: 58px;
    background-color: rgba(253,253,255,.5);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.friend_content.donate h2 {
    margin-left: -15px;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: #f9804b;
}

.donate .friend_content_txt {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-left: 93px;
    margin-top: 22px;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #333b41;
}

.friend_panda {
    margin-top: 58px;
    display: grid;
    grid-template-columns: auto 78px auto;
}

.friend_panda_txt {
    margin-left: -24px;
    margin-top: 57px;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #333b41;
    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;
}

.friend_panda_txt div {
    font-weight: 500;
    font-size: 72px;
    line-height: 80%;
}

.friend_panda_txt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.friend_panda_icon {
    margin-top: 29px;
    margin-left: 11px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.friend_panda_img img {
    position: relative;
    left: 10px;
    width: 100%;
}

.friend_amount {
    position: relative;
    margin-top: 44px;
    width: 82%;
}

.friend_amount::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 39px;
    z-index: 0;
    width: 102.5%;
    height: 27px;
    background-color: #404950;
    border-radius: 2px;
}

.friend_amount::after {
    content: "";
    position: absolute;
    left: 19.5px;
    top: 51px;
    width: 96%;
    height: 2px;
    background-color: #ababab;
}

.friend_amount p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #111115;
    margin-left: -8px;
}

.friend_amount input {
    position: relative;
    z-index: 5;
    margin-top: 29px;
    width: 100%;
    height: 2px;
    -webkit-appearance: none;
    background-color: rgba(0,0,0,0);
} 

.friend_amount .datalist div:hover{
    color:#4b9200;
}

.friend_amount .datalist div:hover:before{
    background-color:#4b9200;
}

.friend_amount .datalist div:before:hover {
    background-color:#4b9200;
} 

.friend_amount input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.friend_active  input::-webkit-slider-thumb {
    background-image: URL("../../assets/icons/roller_icon.svg");
}

.amount_input {
    cursor: pointer;
}

.friend_amount .datalist {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    margin-top: 20px;
    width: 109.5%;
    position: relative;
    left: -50px;
    z-index: 3;
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    color: #333b41;
}

.friend_amount .datalist div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.friend_amount .datalist div::before {
    content: "";
    position: absolute;
    left: 65px;
    top: -31px;
    width: 10px;
    height: 10px;
    background-color: #ffee2e;
    border-radius: 50%;
}

.friend_amount .datalist div::after {
    content: "";
    position: absolute;
    left: 40px;
    top: -51px;
    width: 50px;
    height: 50px;
}

.friend_amount-active {
    color: #f9804b;
    cursor: default;
    pointer-events: none;
    z-index: 1;
    position: relative;
}

.form_amount {
    margin-top: 50px;
    width: 268px;
}

.form_amount-input {
    position: relative;
}

.form_amount input {
    width: 100%;
    color: #333b41;
    height: 54px !important;
    border: 1px solid #bdbdbd;
    padding-left: 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: rgba(0,0,0,0);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin: 0;
    outline: none;
}

.form_amount-input:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 17px;
    z-index: 1;
    width: 10px;
    height: 20px;
    display: block;
    background-image: URL("../../assets/icons/val1.svg");
    opacity: .45;
}

.form_amount-radio {
    margin: 22px 0 30px -15px;
    gap: 51px;
    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;
}

.radio input {
    display: none;
}

.radio label {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #333b41;
    cursor: pointer;
}

.radio label:hover {
    color: #f9804b;
}

.radio label::before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f9804b;
    border-radius: 50%;
}

.radio input:checked+label::before {
    border: 0;
    background-color: #4b9200;
}

.form_amount .friend_button {
    margin: 0 0 0 -11px;
    border-radius: 27px;
}

.form_amount p {
    margin-top: 30px;
    margin-left: -15px;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #333b41;
}

.page_footer.donate {
    margin-top: 0;
}

.logo_min {
    display: none;
}

@media (max-width: 1500px) {
    .backstage__fon_img {
        display: none;
    }
}

@media (max-width: 1000px) {
    .page_header {
        background-color: #111115;
    }

    .header_menu ul, .footer_menu ul {
        gap: 48px;
    }

   .main_section__animal_online {
        height: 584px;
    }

    .animal_online__content {
        top: 123px;
        right: 94px;
        font-weight: 700;
        font-size: 85px;
        line-height: 75%;
    }

    .animal_online__content:before {
        top: -54px;
        left: -64px;
        width: 367px;
        height: 367px;
    }

    .animal_online_button {
        margin-top: 41px;
        margin-left: 3px;
    }

    .main_section__backstage {
        margin-top: 109px;
    }

    .backstage__fon_img {
        display: none;
    }

    .backstage__content {
        grid-template-columns: minmax(446px, 609px) minmax(456px, 1fr);
        gap: 30px;
    }

    .backstage__img img {
        margin-left: -78px;
    }

    .backstage__content h2 {
        margin-top: -9px;
        padding-right: 0;
        margin-left: 2px;
    }

    .backstage__content p {
        margin-top: 22px;
        padding-right: 13px;
    }

    .backstage__content p.ab {
        padding-right: 9px;
    }

    .backstage__text {
        margin-left: 1px;
    }

    .main_section__pets {
        margin-top: 144px;
    }

    .main_section__pets .main_block {
        padding: 0 30px;
        padding-bottom: 40px;
    }

    .pets_navigation {
        width: 295px;
        left: 50%;
        top: 369px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 2;
    }

    .pets__info {
        margin-top: 6px;
    }

    .pets__content {
        column-gap: 25px;
        row-gap: 94px;
    }

    .friend_content {
        padding-top: 30px;
        padding-bottom: 52px;
    }

    .pets_button {
        margin-top: 83px;
    }

    .main_section__friend {
        margin-top: 100px;
        padding-bottom: 50px;
    }
    .main_section__friend .main_block{
        margin-top: -38px;
    }

    .friend_flowers img {
        -webkit-transform: scale(0.44);
        transform: scale(0.44);
        -webkit-transform-origin: right top;
        transform-origin: left bottom;
        margin-left: -132px;
    }

    .friend_flowers img.strelitzia {
        -webkit-transform: scale(0.65);
        transform: scale(0.65);
        -webkit-transform-origin: right top;
        transform-origin: right bottom;
        margin-left: 0;
        padding-bottom: 0px;
    }

    .friend_content_txt {
        padding-left: 49px;
        margin-top: 21px;
    }

    .friend_content_txt.small {
        padding-left: 49px;
        margin-top: -11px;
        padding-right: 80px;
    }

    .friend_content_txt.small.kor {
        padding-right: 40px;
        margin-top: 11px;
    }

    .friend_content h3 {
        margin-top: 37px;
    }

    .friend_icons {
        margin-top: 40px;
    }

    .friend_button {
        margin-top: 70px;
    }

    .main_section__testimonials h2 {
        margin-top: 100px;
    }

    .testimonials_block .mob {
        display: -webkit-box;
    }

    .testimonials_block .des {
        display: none;
    }

    .testimonials_block p.des {
        display: -webkit-box;
    }

    .testimonials_block p.mob {
        display: none;
    }

    .testimonials_block_grid aside {
        margin-top: 2px;
    }

    .testimonials_block_grid p {
        margin-right: 8px;
        margin-bottom: 18px;
        margin-top: 12px;
    }

    .testimonials__progress {
        width: 390px;
        margin: 21px auto 51px auto;
        position: relative;
        left: -7px;
        top: -1px;
    }

    .testimonials__content>* {
        min-width: calc(33.33% - 20px);
        max-width: 293px;
        margin-top: 29px;
    }

    .testimonials__flowers {
        right: -118px;
        bottom: -272px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    .page_footer {
        margin-top: 140px;
    }

    .footer_button {
        margin-top: 71px;
    }

    .footer_block {
        max-width: calc(1160px + 88px);
        padding: 0 30px;
    }

    .footer__center {
        position: relative;
        left: -18px;
        top: 1px;
    }

    .footer_menu ul {
        gap: 48px;
    }

    .footer__right {
        position: absolute;
        right: 62px;
        width: 367px;
        height: 100%;
    }

    .footer_design {
        position: absolute;
        right: -32px;
        bottom: 0;
    }

    .donate .main_section__animal_online {
        height: 390px;
        background: url(../../assets/images/Giant_Panda.jpg) no-repeat left -170px center/160%;
    }

    .donate .main_section__friend {
        padding-bottom: 30px;
    }

    .donate .friend_txt h2 {
        padding-right: 100px;
        margin-top: 40px;
    }

    .donate .friend_txt p {
        margin-top: 30px;
    }

    .donate .friend_content {
        padding-top: 21px;
        padding-bottom: 45px;
        margin-top: 38px;
    }

    .donate .friend_content_txt {
        padding-left: 47px;
        margin-top: 11px;
    }

    .friend_amount {
        width: 84%;
    }

    .friend_amount::after {
        left: 10px;
        width: 98%;
    }

    .donate .ln1 {
        display: none;
    }

    .donate .form_amount {
        margin-top: 48px;
    }

    .friend_amount input {
        width: 103.7%;
        left: -1.7%;
    }

    .friend_amount .datalist {
        width: 115%;
        left: -49px;
        grid-template-columns: repeat(7, 1fr);
    }

    .friend_amount .datalist div::before {
        left: 51px;
    }

    .donate .footer_button {
        margin-top: 70px;
    }

    .donate .footer__center {
        left: -5px;
    }

    .donate .footer__right {
        right: 62px;
    }
}

@media (max-width: 980px) {
    .main_block {
        padding: 0 20px;
    }

    .page_wrapper .page_header {
        height: 34px;
        position: fixed;
        z-index: 5;
    }

    .header_block {
        padding: 0 20px;
    }

    .header_block .logo {
        width: 47px;
        border: none;
        padding-top: 4px;
    }

    .header_block .logo h1, .header_block .logo h2 {
        font-weight: 400;
        font-size: 12px;
    }

    .header_block .logo img {
        width: 8px;
        left: 4px;
        bottom: 12px;
    }

    .header_menu ul {
        display: block;
        margin-top: 40px;
    }

   .main_section__animal_online {
        height: 373px;
    }

    .animal_online__content {
        top: 82px;
        right: -5px;
        font-size: 54.3px;
    }

    .animal_online__content:before {
        top: -38px;
        left: -17px;
        width: 237.6px;
        height: 237.6px;
    }

    .animal_online_button {
        margin-top: -7px;
        margin-left: -219.5%;
    }

    .main_section__backstage {
        margin-top: 69px;
    }

    .backstage__fon_img {
        display: none;
    }

    .backstage__content {
        display: block;
    }

    .backstage__content h2, .backstage__content h3 {
        margin-left: 4px;
    }

    .backstage__img {
        display: none;
    }

    .backstage__content p {
        padding-right: 105px;
        margin-top: 22px;
    }

    .backstage__content h3 {
        margin-top: 29px;
    }

    .backstage__content p.ab {
        margin-top: 19px;
        padding-right: 100px;
    }

    .main_section__pets {
        margin-top: 83px;
    }

    .main_section__pets .main_block {
        max-width: 640px;
        padding: 0 20px;
    }

    .pets_navigation {
        width: 155px;
        top: 343px;
    }

    .pets__content {
        grid-template-columns: repeat(2, minmax(230px, 1fr));
    }

    .pets__content>:nth-child(3){
        grid-row-start: auto;
    }
    .pets__content>:nth-child(5){
        grid-row-start: auto;
        grid-column-start: auto;
    }
    .pets__content>:nth-child(5), .pets__content>:nth-child(6){
        display: none;
    }

    .pets__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 47px;
        flex: 0 1 47px;
        margin-top: -4px;
    }

    .pets__label {
        left: -5px;
        padding-top: 12px;
    }

    .pets__label h2 {
        font-size: 12.6px;
    }

    .pets__label p {
        font-size: 11.7px;
    }

    .pets__icon {
        position: relative;
        right: -10px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    .pets_button {
        margin-top: 63px;
        margin-left: 2px;
    }

    .main_section__friend {
        padding-top: 20px;
        margin-top: 100px;
        padding-bottom: 20px;
    }

    .main_section__friend .main_block {
        padding: 0;
        margin-top: 0;
    }

    .friend_flowers {
        top: 2px;
    }

    .friend_flowers img {
        -webkit-transform: scale(0.44);
        transform: scale(0.44);
        -webkit-transform-origin: right top;
        transform-origin: left bottom;
        margin-left: -192px;
    }

    .friend_flowers img.strelitzia {
        -webkit-transform: scale(0.48);
        transform: scale(0.48);
        padding-bottom: 0px;
        right: 0px;
        position: absolute;
        transform-origin: right bottom;
    }

    .friend_content {
        padding-top: 11px;
        padding-bottom: 61px;
    }

    .friend_content h2 {
        font-size: 42px;
        margin-top: -2px;
    }

    .friend_content_txt {
        padding-left: 20px;
        font-size: 22px;
    }

    .friend_content_txt b {
        margin-top: 30px;
    }

    .friend_content_txt.small {
        padding-left: 20px;
        padding-right: 10px;
    }

    .friend_content h3 {
        margin-top: 26px;
    }

    .friend_content_txt.small.kor {
        padding-right: 0;
    }

    .friend_icons {
        position: relative;
        left: -6px;
        margin-top: 21px;
        grid-template-columns: 168px 42px 168px 42px 168px;
    }

    .friend_icons-arrow .arr1 {
        display: none;
    }

    .friend_icons-arrow .arr2 {
        display: block;
    }

    .friend_icons-arrow {
        -webkit-transform: rotate(275deg);
        transform: rotate(275deg);
        align-items: center;
        justify-content: start;
        margin-top: -220px;
        margin-left: 56px;
    }

    .friend_button {
        margin-top: 40px;
        margin-left: 2px;
    }

    .main_section__testimonials h2 {
        margin-top: 60px;
    }

    .main_section__testimonials .main_block {
        padding: 0 20px;
    }

    .testimonials__content {
        gap: 0;
        margin-top: 8px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .testimonials__content>* {
        min-width: 100%;
        max-width: auto;
        margin-top: 17px;
    }

    .testimonials__content>*:nth-child(n+4) {
        display: none;
    }

    .testimonials_block_grid {
        padding: 14px 15px 0 11px;
    }

    .testimonials_block_grid p {
        margin-bottom: 10px;
        -webkit-line-clamp: 2;
        margin-left: 6px;
        margin-top: 7px;
    }

    .testimonials_block_grid.tab img {
        margin-top: -6px;
    }

    .testimonials_block_grid.tab h3 {
        margin-top: -5px;
        margin-left: -4px;
    }

    .testimonials_block_grid.tab p.tabl {
        margin-top: 4px;
        margin-left: 4px;
        margin-bottom: 11px;
    }

    .testimonials_block_grid.tab aside {
        margin-top: -5px;
        margin-left: -3px;
    }

    .testimonials__progress {
        margin: 21px auto 11px auto;
        opacity: 0;
    }

    .testimonials_button {
        width: 240px;
        margin: 0 auto;
    }

    .testimonials__flowers {
        right: -146px;
        bottom: -254px;
        -webkit-transform: scale(0.5);
        transform: scale(0.5) rotate(0deg);
    }

    .page_footer {
        padding-top: 12px;
        margin-top: 80px;
        padding-bottom: 10px;
    }

    .footer_block {
        grid-template-columns: 1fr;
        padding: 0 10px !important;
    }

    .footer_button {
        margin-top: 35px;
        margin-bottom: 120px;
    }

    .footer_social {
        position: absolute;
        top: 0;
        right: 20px;
        margin-top: 0;
        gap: 20px;
    }

    .footer_social_link p {
        display: none;
    }

    .footer__center {
        position: absolute;
        left: 20px;
        bottom: 0;
        top: auto;
    }

    .footer_menu ul {
        gap: 37px;
    }

    .footer_form {
        display: none;
    }

    .footer_design {
        right: -43px;
    }

    .donate .main_section__animal_online {
        height: 369px;
        background: url(../../assets/images/Giant_Panda.jpg) no-repeat left -275px top -133px /215%;
    }

    .donate .main_section__friend {
        padding-bottom: 46px;
        padding-top: 0;
    }

    .donate .main_block {
        padding: 0 20px;
    }

    .donate .friend_txt h2 {
        font-size: 24px;
        padding-right: 7px;
        margin-top: 2px;
    }

    .donate .friend_txt {
        padding-top: 27px;
    }

    .donate .friend_txt p {
        margin-top: 17px;
    }

    .donate .friend_txt h3 {
        margin-top: 31px;
    }

    .donate .friend_content {
        padding-top: 29px;
        margin-top: 28px;
        padding-bottom: 30px;
    }

    .donate .friend_content h2 {
        margin-left: 0;
    }

    .donate .friend_content_txt {
        padding-left: 0;
        margin-top: 23px;
        text-align: center;
    }

    .friend_panda {
        margin-top: 47px;
    }

    .friend_amount {
        max-width: 600px;
        margin-top: 36px;
        width: 100%;
        overflow: hidden;
    }

    .friend_amount::before {
        width: 100%;
        left: 0;
        top: 29px;
    }

    .friend_amount::after {
        top: 41px;
        left: 40px;
        width: 86.6%;
    }

    .friend_amount input {
        width: 93%;
        left: 3.3%;
        margin-top: 19px;
    }

    .friend_active-mob {
        color: #f9804b;
    }

    .friend_amount p {
        margin-left: 9px;
    }

    .friend_amount .datalist {
        width: 108%;
        left: -20px;
        grid-template-columns: repeat(5, 1fr);
    }

    .friend_amount .datalist div::before {
        top: -32px;
        left: 55px;
    }

    .donate .form_amount {
        margin-top: 51px;
    }

    .form_amount-input {
        width: 182px;
        margin: 0 auto;
    }

    .form_amount-input input {
        height: 42px !important;
    }

    .form_amount-input:after {
        top: 11px;
    }

    .donate .ln {
        display: none;
    }

    .form_amount-radio {
        margin: 30px 0 28px -21px;
    }

    .form_amount-radio .radio input {
        height: 42px !important;
    }

    .footer_block {
        grid-template-columns: 1fr;
        padding: 0 20px !important;
    }

    .donate .footer_button {
        margin-top: 34px;
    }

    .donate .footer__center {
        left: 20px;
    }

    .donate .page_footer {
        padding-top: 14px;
    }

    .menu-btn {
        width: 18px;
        height: 18px;
        position: relative;
        z-index: 2;
        overflow: hidden;
    }
    
    .menu-btn span {
        width: 18px;
        height: 2.5px;
        position: absolute;
        top: calc(50% - 1px);
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        transition: all 0.5s;
    }
    
    .menu-btn span:nth-of-type(2) {
        top: calc(50% - 5px);
    }
    .menu-btn span:nth-of-type(3) {
        top: calc(50% + 3px);
    }
    
    .menu-btn.active span:nth-of-type(1) {
      display: none;
    }
    .menu-btn.active span:nth-of-type(2) {
      top: 50%;
      transform: translate(-50%, 0%) rotate(45deg); 
      background-color: #000; 
    }
    .menu-btn.active span:nth-of-type(3) {
      top: 50%;
      transform: translate(-50%, 0%) rotate(-45deg); 
      background-color: #000;
    }

    .menu-opened {
        overflow: hidden;
    }

    .menu-opened .logo {
        display: none;
    }

    .menu-opened .header_block {
        justify-content: flex-end;
    }
    
    .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        background: #191919cf;
        transform: translateX(-100%);
        transition: transform 0.5s; 
    }
    
    .menu.active {
        transform: translateX(0);
    }
    
    .menu li {
        list-style-type: none;
        color: #333B41;
        padding-bottom: 13.5px;
    }

    .menu li a {
        color: #333B41;
    }

    .header_menu {
        padding: 0 10px;
        background-color: #fff;
    }

    .logo_min {
        top: 10px;
        left: 0;
        width: 66px;
        height: 41px;
        box-sizing: border-box;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 15.2116px;
        line-height: 120%;
        text-align: center;
        color: #FE9013;
        border:  1px solid #FE9013;
        position: relative;
        border-radius: 2px;
        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;
    }

    .logo_min img {
        left: 11%;
        bottom: 14%;
        position: absolute;
    }

}

@media (max-width: 640px) {
    .backstage__fon_img {
        display: block;
        -webkit-transform: scale(0.785);
        transform: scale(0.785);
        -webkit-transform-origin: right top;
        transform-origin: right top;
        right: -30px;
        top: -64px;
    }
}

@media (max-width: 620px) {
    .animal_online_button {
        margin-top: 15px;
        margin-left: -150%;
    }
}

@media (max-width: 590px) {
    .main_block {
        padding: 0 10px !important;
    }

    .header_block {
        padding: 0 10px;
    }

    .header_menu:before {
        right: 10px;
        top: 12px;
    }

    .header_menu ul, .footer_menu ul {
        gap: 30px;
    }

    .main_section__animal_online {
        height: 221px;
        background: url(../../assets/images/Giant_Panda.jpg) no-repeat center top 34px/120%;
    }

    .animal_online__content {
        width: 130px;
        top: 33px;
        right: 8px;
        font-size: 28px;
        white-space: break-spaces;
        display: block;
    }

    .animal_online__content:before {
        top: 23px;
        left: -19px;
        width: 119px;
        height: 119px;
    }

    .animal_online__content_label {
        margin-top: -65%;
    }

    .animal_online_button {
        margin-top: 0px;
        margin-left: -130%;
    }

    .backstage__fon_img {
        transform: scale(0.35);
        right: -40px;
        top: -65px;
    }

    .backstage__content h2 {
        font-size: 24px;
        margin-top: 105px;
        margin-left: 0;
    }

    .backstage__content p {
        margin-top: 10px;
        padding-right: 10px;
        margin-left: 1px;
    }

    .backstage__content h3 {
        margin-top: 20px;
        margin-left: 2px;
    }

    .backstage__content p.ab {
        margin-top: 10px;
        padding-right: 0;
        line-height: 137%;
    }

    .main_section__pets {
        margin-top: 44px;
    }

    .main_section__pets .main_block {
        padding: 0 17px !important;
        margin-left: 0 !important;
    }

    .pets_navigation {
        display: none;
    }

    .pets__content {
        grid-template-columns: 1fr;
        row-gap: 19px;
        display: flow-root;
    }

    .pets_button {
        width: 104%;
        margin-top: -1px;
        margin-left: 0;
    }

    .pets__item {
        margin-bottom: 19px;
        padding-bottom: 5px;
    }

    .pets__item.pn {
        display: none;
    }
    
    .pets__item.pmob {
        display: block;
    }

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

    .friend_flowers {
        top: 4px;
    }

    .friend_flowers img {
        -webkit-transform: scale(0.16);
        transform: scale(0.16);
        -webkit-transform-origin: right top;
        transform-origin: left bottom;
        margin-left: -60px;
        padding-bottom: 10px;
    }

    .friend_flowers img.strelitzia {
        -webkit-transform: scale(0.25);
        transform: scale(0.25);
        padding-bottom: 0px;
        right: -20px;
        position: absolute;
        transform-origin: right bottom;
    }

    .friend_content {
        padding-top: 20px;
        padding-bottom: 39px;
    }

    .friend_content h2 {
        font-size: 24px;
        margin-top: 0px;
    }

    .friend_content_txt {
        padding-left: 0;
        margin-top: 12px;
        font-size: 18px;
        text-align: center;
    }

    .friend_content_txt.small {
        display: none;
    }

    .friend_content h3 {
        margin-top: 21px;
        font-size: 23px;
    }

    .friend_icons {
        left: 0;
        margin-top: 18px;
        grid-template-columns: 1fr;
        grid-template-rows: 222px 20px 230px 20px 214px;
    }

    .friend_icons-widjet {
        width: 168px;
        margin: 0 auto;
    }

    .friend_icons-widjet .friend_icons_txt {
        margin-top: 10px;
    }

    .friend_icons-arrow .arr1 {
        display: none;
    }

    .friend_icons-arrow {
        justify-content: right;
        align-items: flex-end;
        margin-top: 30px;
        -webkit-transform: none;
        transform: none;
    }

    .friend_icons-arrow img {
        margin-right: 35px;
    }

    .friend_button {
        margin-top: 47.5px;
    }

    .main_section__testimonials h2 {
        margin-top: 30px;
        font-size: 24px;
    }

    .main_section__testimonials .main_block {
        padding: 0 10px;
    }

    .testimonials__content {
        margin-top: 19px;
    }

    .testimonials_block .mob {
        display: -webkit-box;
    }

    .testimonials_block p.mob {
        display: -webkit-box;
    }

    .testimonials_block .des {
        display: none;
    }

    .testimonials_block .tabl {
        display: none;
    }

    .testimonials_block_grid.tab aside {
        margin-top: 0px;
        margin-left: 0px;
    }

    .testimonials_block_grid.tab h3, .testimonials_block_grid.tab img {
        margin: 0;
    }

    .testimonials_block_grid {
        padding-left: 8px;
        padding-top: 9px;
        padding-bottom: 5px;
    }
    
    .testimonials_block_grid img{
        padding-left: 4px;
    }

    .testimonials_block_grid p {
        position: relative;
        margin-left: 10px;
        margin-right: 5px;
    }

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

    .testimonials__flowers {
        -webkit-transform: scale(0.25) rotate(-15deg);
        transform: scale(0.25) rotate(-15deg);
        right: -46px;
        bottom: -85px;
        position: absolute;
        transform-origin: right bottom;
    }

    .page_footer {
        margin-top: 61px;
    }

    .page_footer .logo {
        width: 94%;
        height: 38px;
        border: 0;
        margin-top: -1px;
        margin-left: 9px;
    }

    .page_footer .logo img {
        left: 52%;
        bottom: 13px;
    }

    .footer_block {
        padding: 0 9px !important;
    }

    .footer_button {
        left: -11px;
        margin-top: 78px;
        margin-bottom: 141px;
    }

    .footer_social {
        right: 63px;
        top: 59px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 30px;
    }

    .footer__center {
        bottom: 10px;
        left: 21px;
    }

    .footer_menu ul {
        gap: 30px;
    }

    .footer_design {
        right: -50px;
        bottom: 61px;
    }

    .footer_design p {
        font-size: 14.8px;
    }

    .donate .main_section__animal_online {
        height: 221px;
        background: url(../../assets/images/Giant_Panda.jpg) no-repeat left -142px top -54px/235%
    }

    .donate .main_section__friend {
        padding-bottom: 20px;
    }

    .donate .friend_txt h2 {
        margin-top: 1px;
    }

    .donate .friend_txt p {
        line-height: 137%;
    }

    .donate .friend_txt h3 {
        font-size: 24px;
    }

    .donate .friend_content {
        padding-bottom: 20px;
    }

    .donate .friend_content h2 {
        font-size: 24px;
        margin-top: -9px;
    }

    .donate .friend_content_txt {
        margin-top: 11px;
        font-size: 16px;
    }

    .friend_panda {
        margin-top: 10px;
        grid-template-columns: auto 55px 160px;
    }

    .friend_panda_txt {
        position: relative;
        left: 14px;
        top: -11px;
    }

    .friend_panda_img {
        margin-top: 3px;
    }

    .friend_panda_txt div {
        font-size: 40.5px;
    }

    .friend_panda_txt p {
        font-size: 9px;
    }

    .friend_panda_icon {
        position: relative;
        left: 10px;
        top: -5px;
    }

    .friend_panda_icon img {
        width: 7.9px;
    }

    .friend_amount {
        max-width: 300px;
        margin-top: 1px;
    }

    .friend_amount::before {
        height: 13.5px;
    }

    .friend_amount::after {
        top: 35px;
        left: 20px;
    }

    .friend_amount input::-webkit-slider-thumb {
        -webkit-transform:scale(0.5);
        transform:scale(0.5);
    }

    .friend_amount p {
        margin-left: 0;
    }

    .friend_amount input {
        width: 100%;
        left: 0;
        top: -3px;
        margin-top: 0;
    }

    .friend_amount .datalist {
        left: -12px;
        font-size: 13px;
        margin-top: 1px;
    }

    .friend_amount .datalist div::before {
        width: 5px;
        height: 5px;
        left: 30px;
        top: -12px;
    }

    .donate .form_amount {
        margin-top: 28px;
    }

    .form_amount .friend_button {
        margin: 0 0 0 -15px;
    }

    .form_amount-radio {
        margin: 22px 0 26.5px -21px;
    }

    .donate .footer_design {
        right: -50px !important;
    }

    .donate .footer_social {
        top: 60px;
    }

    .donate .footer_button {
        margin-top: 80px;
    }

    .menu-btn span {
        height: 1.8px;
    }

}






