.wrapper {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  overflow: hidden;
}

/* header */
header {
  width: 100%;
  margin: 0 auto;
  height: max-content;
}

.header {
  width: 1160px;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
}

.header-logo {
  width: 112px;
  height: 57px;
  margin-right: 57px;
}

.burger {
  display: none;
  z-index: 5;
}

.hidden {
  display: none;
}

.nav_ul {
  width: 409px;
  height: 21px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nav_ul_li__item {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  transition: all 0.5s ease;
}

.nav_ul_li__item:hover {
  color: #70cb0e;
  transition: all 0.5s ease;
}

.nav_ul_li__item_active {
  font-weight: 900;
  -webkit-text-stroke: 0.6px #70cb0e;
}
/* END header */

/* Burger menu */
.burger-list {
  width: 100%;
  height: 100vh;
  background-color: khaki;
  position: absolute;
  top: 0;
  z-index: 3;
  left: -100%;
  transition: left 0.3s ease;
}

.show-burger-list {
  left: 0;
}

.nav-burger {
  height: 100%;
  padding: 10%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
}

.burger-link {
  color: #000000;
  font-size: 200%;
}
/* end Burger menu */

/* zoo */
main {
  width: 100%;
  margin: 0 auto;
  height: max-content;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
}

.zoo {
  max-width: 1160px;
  height: 100%;
  margin: 0 auto 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zoo h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  margin: 80px 0;
}

.main-video {
  width: 1160px;
  height: 653px;
}

.btn-feed {
  display: none;
}

.panda-cams {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.demo-video {
  margin-right: 20px;
  position: relative;
}

.wrapper-demo-video {
  position: absolute;
  width: 275px;
  height: 155px;
  cursor: pointer;
  top: 0;
}

.wrapper-demo-video:nth-child(2) {
  left: 0;
}

.wrapper-demo-video:nth-child(4) {
  left: 295px;
}

.wrapper-demo-video:nth-child(6) {
  left: 590px;
}

.wrapper-demo-video:nth-child(8) {
  right: 0;
}

.wrapper-demo-video:nth-child(10) {
  right: -295px;
}

.wrapper-demo-video:nth-child(12) {
  right: -590px;
}

.wrapper-demo-video:nth-child(14) {
  right: -885px;
}

iframe {
  width: 275px;
  height: 155px;
}

.info-animal {
  width: 100%;
  margin-top: 30px;
}

.top-info {
  padding: 20px 20px 22px;
  letter-spacing: -0.1px;
  background: #a7e1ff;
}

.top-info__item {
  margin-right: 148px;
}

.top-info-mrg {
  margin-right: 273px;
}

.allig {
  margin-right: 217px;
}

.eagle {
  margin-right: 180px;
}

.gorilla {
  margin-right: 273px;
}

.info-blocks {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: space-between;
}

.info-block-col {
  display: flex;
  flex-direction: column;
}

.info-blocks__item {
  width: 570px;
  height: 142px;
  background: #a7e1ff;
  box-sizing: border-box;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s ease;
  overflow: hidden;
  box-sizing: border-box;
}

.Population,
.Habitat {
  margin-bottom: 20px;
}

.trans-block h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
}

.trans-block {
  width: 470px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.qwerty {
  align-items: center;
}

.info-description {
  margin-top: 14px;
  width: 470px;
  letter-spacing: -0.05px;
}

.info-arrow {
  width: 45px;
  height: 45px;
  transform: rotate(-90deg);
  margin: auto 0;
  transition: all 0.5s ease;
  cursor: pointer;
}

.info-arrow:hover {
  opacity: 0.8;
}

.hidden {
  opacity: 0;
}

.pwipebl {
  height: 61px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
}

.info-arrow-rotate {
  transform: rotate(90deg);
}
/* END zoo */

/* footer */
footer {
  width: 100%;
  height: 270px;
  background: #dff5b0;
  display: flex;
  justify-content: center;
  position: relative;
}

.footer {
  width: 1160px;
  padding: 80px 0 20px;
  z-index: 1;
  font-size: 18px;
  line-height: 21px;
  margin: 0 auto;
}

.footer-desert {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -36px;
  left: -10px;
  background: url(../../../assets/images/footer-desert.png);
  background-repeat: no-repeat;
  background-position: center;
}

.footer-desert-640 {
  display: none;
}

.footer-top {
  height: 57px;
  display: flex;
  flex-direction: row;
}

.logo-footer {
  margin-right: 100px;
  width: 98px;
  height: 50px;
}

.btn-donate {
  width: 230px;
  height: 50px;
  background: #70cb0e;
  border-radius: 30px;
  transition: all 0.5s ease;
  margin-right: 162px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
}

.btn-donate:hover {
  background: #90f128;
  transition: all 0.5s ease;
}

.nav-footer {
  width: 256px;
  height: 100%;
  margin-right: 123.35px;
}

.nav-footer-list {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-content: space-between;
  flex-wrap: wrap;
}

.nav-about {
  margin-right: 120px;
}

.nav-map {
  margin-right: 133px;
}

.nav-footer-list a {
  color: #000000;
  transition: all 0.5s ease;
}

.nav-footer-list a:hover {
  color: #70cb0e;
  transition: all 0.5s ease;
}

.footer-socials {
  width: 190px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-socials img {
  cursor: pointer;
  width: 40px;
}

.cv {
  border-radius: 50%;
}

.footer-bottom {
  margin-top: 63px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.rss-logo {
  margin-right: 57px;
}

.yem-logo {
  margin-right: 77px;
}

.footer-bottom h4 {
  font-style: normal;
  font-weight: normal;
}

.y20-21 {
  margin-right: 207px;
}
/* END footer */

/* aside */
.show-aside-1200 {
  display: none;
  cursor: pointer;
}

aside {
  position: fixed;
  z-index: 2;
  width: 111px;
  height: 380px;
  left: 0px;
  top: 287px;
  background: url(../../../assets/images/aside-bg.png);
  transition: all 0.3s ease;
}

.aside-container {
  width: 100%;
  height: 100%;
  padding: 10px 5px 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.aside-container__item {
  display: flex;
  width: 62px;
  height: 62px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.ALLIGATOR {
  background: url(../../../assets/icons/alligator.png);
}

.PANDA {
  background: url(../../../assets/icons/panda.png);
}

.EAGLE {
  background: url(../../../assets/icons/eagle.png);
}

.EAGLE {
  background: url(../../../assets/icons/eagle.png);
}

.GORILLA {
  background: url(../../../assets/icons/gorilla.png);
}

.panda-pay {
  background: #70cb0e;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.container__item {
  position: relative;
}

.container__item .tooltiptext {
  display: none;
  width: 97px;
  height: 39px;
  background-color: #70cb0e;
  text-align: center;
  position: absolute;
  left: 84%;
  top: 25%;
  border-style: solid;
  border-color: transparent #70cb0e transparent transparent;
}
.container__item:hover .tooltiptext {
  display: block;
  width: 104px;
  height: 39px;
  background-color: #70cb0e;
  text-align: center;
  position: absolute;
  left: 105%;
  top: 20%;
  border-style: solid;
  border-color: transparent #70cb0e transparent transparent;
}

.container__item .tooltiptext::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 103%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #70cb0e transparent transparent;
}

.active-bg {
  border: 4px solid #70cb0e;
}
/* END aside */

/* Modal */
.modal,
.modal-1,
.modal-2 {
  justify-content: center;
  align-items: center;
}

.modal {
  display: none;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

.modal-1,
.dropdown,
.modal-amount-money,
.modal-amount-usd,
.modal-text,
.modal-2,
.modal-mm,
.modal-yy,
.modal-cvc,
.card-face,
.card-number {
  box-sizing: border-box;
  border: 1px solid #9ca498;
}

.modal-1,
.modal-2 {
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
}

.modal-1 {
  display: flex;
  flex-direction: column;
  width: 630px;
  height: 339px;
  padding: 60px 80px 40px;
  font-size: 16px;
  line-height: 19px;
  background: #ffffff;
  position: relative;
  border: none;
}

.modal-close {
  position: absolute;
  font-size: 60px;
  right: 15px;
  font-weight: 100;
  top: 15px;
}

.modal-close:hover {
  cursor: pointer;
}

.dropdown,
.modal-amount,
.modal-amount-money,
.modal-amount-usd,
.card-number,
.modal-mm,
.modal-yy {
  height: 39px;
}

.dropdown {
  width: 100%;
  background: #dff5b0;
  padding-left: 43%;
}

option {
  text-align-last: center;
}

.modal-amount {
  width: 100%;
  display: flex;
  margin: 8px 0;
}

.modal-amount-money {
  width: 303px;
  margin-right: 8px;
  text-align: left;
  padding-left: 11px;
}

.modal-amount-usd {
  width: 159px;
  padding-left: 12%;
  background: #fff;
}

.modal-text {
  height: 85px;
  width: 100%;
  padding: 8px 11px;
  resize: none;
}

.modal-btn-next {
  margin-top: 20px;
  width: 168px;
  height: 40px;
  margin: 20px auto 0;
}

.dropdown,
.modal-amount-money,
.modal-amount-usd,
.modal-text,
.card-number,
.modal-mm,
.modal-yy,
.modal-cvc {
  outline: none;
}

.modal-2 {
  display: none;
  flex-direction: column;
  width: 630px;
  height: 389px;
  border: none;
  padding: 60px 80px 40px;
  font-size: 16px;
  line-height: 19px;
  background: #ffffff;
  position: relative;
}

.card-face {
  position: absolute;
  width: 358px;
  height: 203px;
  left: 50px;
  top: 50px;
  background: #dcdcdc;
  border-radius: 10px;
  z-index: 1;
  padding: 35px 26px;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-number,
.modal-mm,
.modal-yy,
.modal-cvc {
  text-align: center;
}

.card-number {
  width: 306px;
}

.modal-2-mm-yy {
  display: flex;
  flex-direction: row;
}

.modal-mm,
.modal-yy {
  width: 80px;
}

.modal-mm {
  margin-right: 5px;
}

.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../../../assets/images/Pay_2.png);
}

.modal-cvc {
  position: absolute;
  width: 75px;
  height: 35px;
  left: 469px;
  top: 173px;
}

.modal-btn-donate {
  width: 150px;
  height: 40px;
  position: absolute;
  bottom: 40px;
  margin: 0;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {
    top: 300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* END Modal */

@media (max-width: 1370px) {
  .show-aside-1200 {
    display: block;
    position: fixed;
    top: 287px;
    left: 20px;
    width: 45px;
    height: 45px;
    z-index: 1;
  }

  .aside {
    left: -100%;
  }

  .footer-desert {
    background: url(../../assets/images/bg-footer-1200.png);
    top: -52px;
    left: 1px;
  }
}

@media (max-width: 1199px) {
  .header {
    width: 640px;
  }

  .header-logo {
    margin: 0 50px 0 20px;
  }

  .main-video {
    width: 600px;
    height: 338px;
  }

  .zoo {
    width: 640px;
  }

  .panda-cams {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .demo-video {
    width: 290px;
    height: 167px;
    margin: 1%;
  }

  .wrapper-demo-video {
    width: 290px;
    top: 10px;
  }

  .wrapper-demo-video:nth-child(2),
  .wrapper-demo-video:nth-child(6),
  .wrapper-demo-video:nth-child(10) {
    left: 16px;
  }

  .wrapper-demo-video:nth-child(6),
  .wrapper-demo-video:nth-child(8) {
    top: 190px;
  }

  .wrapper-demo-video:nth-child(10),
  .wrapper-demo-video:nth-child(12) {
    top: 370px;
  }

  .wrapper-demo-video:nth-child(4),
  .wrapper-demo-video:nth-child(8),
  .wrapper-demo-video:nth-child(12) {
    left: 327px;
  }

  .wrapper-demo-video:nth-child(14) {
    align-items: center;
    top: 550px;
    right: unset;
  }

  .info-animal {
    width: 600px;
  }

  .top-info__item {
    margin: 0;
  }

  .down-info__item {
    display: block;
    margin-top: 9px;
  }

  .info-blocks {
    height: max-content;
    margin: 0;
    flex-wrap: wrap;
  }

  .info-blocks__item {
    width: 100%;
    margin-top: 20px;
  }

  .info-block-col {
    width: 100%;
  }

  /* footer */
  footer {
    height: 359px;
  }

  .footer {
    width: 640px;
    padding: 80px 20px 20px 20px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }

  .footer-top {
    height: 83px;
    align-items: center;
  }

  .logo-footer {
    margin-right: 30px;
  }

  .btn-donate {
    margin-right: 25px;
    text-align: center;
  }

  .btn-volont {
    width: 207px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 137px;
    margin-right: 0;
    margin-top: 50px;
  }

  .nav-footer {
    width: 190px;
    margin-right: 0;
  }

  .nav-about {
    margin-right: 54px;
  }

  .nav-map {
    margin-right: 68px;
  }

  .footer-bottom {
    margin-top: 25px;
    justify-content: space-evenly;
  }

  .rss-logo,
  .yem-logo {
    margin-right: 0;
  }

  .autor {
    position: absolute;
    bottom: 51px;
    left: 239px;
  }

  .y20-21 {
    margin: 0;
    position: absolute;
    text-align: center;
    left: 110px;
    bottom: 20px;
  }

  .footer-desert {
    display: none;
  }

  .footer-desert-640 {
    display: block;
    position: absolute;
    top: -44px;
    width: 640px;
  }
}

@media (max-width: 639px) {
  .header {
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
  }

  .header-logo {
    margin-left: 0;
  }

  .nav {
    display: none;
  }

  .burger {
    display: block;
    width: 36px;
    height: 22px;
  }

  .aside {
    width: 93px;
    height: 306px;
  }

  .panda-pay {
    display: none;
  }

  .show-aside-1200 {
    width: 45px;
    height: 45px;
    left: 0px;
    z-index: 2;
  }

  /* zoo */
  .zoo {
    width: 100%;
  }

  .main-video {
    width: 300px;
    height: 169px;
  }

  .btn-feed {
    width: 300px;
    height: 51px;
    top: 396px;
    margin-top: 20px;
    background: #70cb0e;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    font-size: 18px;
    line-height: 21px;
  }

  .btn-feed:hover {
    background: #90f128;
    transition: all 0.5s ease;
  }

  .demo-video {
    width: 140px;
    height: 82px;
  }

  .panda-cams {
    width: 300px;
    justify-content: space-between;
  }

  .info-animal {
    width: calc(100% - 20px);
  }

  .down-info__item {
    margin-top: 15px;
  }

  .Population {
    order: 1;
  }

  .Nutrition {
    order: 2;
  }

  .Habitat {
    order: 3;
  }

  .Int-facts {
    order: 4;
  }
  /* END zoo */

  .trans-block {
    width: calc(100% - 60px);
  }

  .info-description {
    width: 100%;
    margin-top: 5px;
  }

  .info-blocks__item {
    height: max-content;
  }

  /* footer  */
  footer {
    height: max-content;
  }

  .footer {
    height: 742px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-desert-640 {
    width: 315.8px;
    top: -24px;
    left: -2px;
  }

  .footer-top {
    height: 419px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .logo-footer {
    margin: 0;
  }

  .nav-footer {
    width: 87px;
    height: 127px;
    margin: 0;
    text-align: center;
  }

  .nav-footer-list {
    flex-direction: column;
    justify-content: space-between;
  }

  .nav-about,
  .nav-map {
    margin: 0;
  }

  .nav-about {
    order: 1;
  }

  .nav-map {
    order: 2;
  }

  .nav-footer-list li:not(.nav-about, .nav-map) {
    order: 3;
  }

  .footer .btn-favorite {
    width: 207px;
    height: 50px;
    position: unset;
    order: 1;
    margin-top: 0;
  }

  .footer-socials {
    order: 2;
  }

  .footer-bottom {
    height: 173px;
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
  }

  .btn-donate {
    margin: 0;
  }

  .rss-logo,
  .yem-logo {
    position: relative;
    margin: 0;
  }

  .rss-logo {
    left: -80px;
  }

  .yem-logo {
    top: -50px;
    left: 102px;
  }

  .autor {
    position: relative;
    left: 0;
    bottom: 42px;
  }

  .y20-21 {
    position: relative;
    width: 207px;
    left: 0;
    bottom: -32px;
  }

  .del-and {
    display: none;
  }
  /* END footer  */
}

.i-can-see-aside {
  left: 0;
  background-repeat: round;
  top: 20vh;
}
