@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
body {
  margin: 0px;
  position: relative;
}

h2 {
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
}

h3 {
  margin: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
}

.roboto-sm {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}

.roboto-16 {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}

.top {
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top .header {
  width: 1160px;
  display: flex;
  align-items: center;
  height: 80px;
}
@media (max-width: 1200px) {
  .top .header {
    width: 100%;
    margin-left: 3%;
  }
}
@media (max-width: 640px) {
  .top .header {
    margin-left: 6%;
  }
}
.top .header h1 {
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.top .header .nav {
  margin-left: 57px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}
@media (max-width: 640px) {
  .top .header .nav {
    margin-left: 8%;
  }
}
.top .header .nav ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.top .header .nav ul .current {
  -webkit-text-stroke-width: 0.8px;
  -webkit-text-stroke-color: #70cb0e;
}
.top .header .nav ul li {
  display: flex;
  align-items: center;
  margin-right: 35px;
}
.top .header .nav ul a {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.top .header .nav ul a:hover {
  color: #70cb0e;
  transition: fill, 0.2s;
}
.top .header .nav ul a:active {
  animation: dissolve 300ms ease-out;
}

.sidebar-wrap {
  height: 1343px;
  display: flex;
}
@media (max-width: 1200px) {
  .sidebar-wrap {
    justify-content: center;
  }
}
.sidebar-wrap .sidebar {
  position: sticky;
  top: 0px;
  width: 111px;
  height: 380px;
  background-image: url(../../../assets/images/sidebar-bg.png);
}
@media (max-width: 1200px) {
  .sidebar-wrap .sidebar {
    display: none;
  }
}
.sidebar-wrap .sidebar .sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 13px;
  padding-left: 20px;
}
.sidebar-wrap .sidebar .sidebar-nav .nav-el {
  position: relative;
  width: 64px;
  height: 64px;
  border: 4px solid white;
  border-radius: 40px;
}
.sidebar-wrap .sidebar .sidebar-nav .nav-el:hover {
  border: 4px solid #70cb0e;
}
.sidebar-wrap .sidebar .sidebar-nav .nav-el:hover::after {
  content: attr(data-descr);
  width: 111px;
  height: 47px;
  position: absolute;
  display: flex;
  align-items: center;
  left: 70px;
  top: 10px;
  background-image: url(../../../assets/images/tooltip-bg.png);
  text-align: center;
  color: black;
}
.sidebar-wrap .sidebar .sidebar-nav .nav-el-current {
  width: 64px;
  height: 64px;
  margin: 0;
  border: 4px solid white;
  border-radius: 40px;
}
.sidebar-wrap .main {
  width: 1160px;
  height: 1550px;
  margin-left: 269px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1200px) {
  .sidebar-wrap .main {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .sidebar-wrap .main {
    width: 94%;
  }
}
.sidebar-wrap .main .main-stream {
  width: 100%;
  height: 653px;
}
@media (max-width: 640px) {
  .sidebar-wrap .main .main-stream {
    height: 339px;
  }
}
.sidebar-wrap .samples {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 640px) {
  .sidebar-wrap .samples {
    flex-wrap: wrap;
  }
}
.sidebar-wrap .samples .sample-wrap {
  width: 25%;
}
.sidebar-wrap .samples .sample-wrap .sample-stream {
  width: 100%;
  height: 155px;
}
@media (max-width: 640px) {
  .sidebar-wrap .samples .sample-wrap .sample-stream {
    width: 48%;
    height: 167px;
  }
}
.sidebar-wrap .zoo {
  width: 100%;
  height: 61px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  background-color: #a7e1ff;
}
@media (max-width: 640px) {
  .sidebar-wrap .zoo {
    height: 5.5%;
    gap: 5%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.sidebar-wrap .zoo .address {
  margin-left: 20px;
}
@media (max-width: 640px) {
  .sidebar-wrap .zoo .address {
    margin: 0px 0px 0px 20px;
  }
}
.sidebar-wrap .zoo .type {
  margin-left: 155px;
}
@media (max-width: 640px) {
  .sidebar-wrap .zoo .type {
    margin: 0px 0px 0px 20px;
  }
}
.sidebar-wrap .block-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 20px 23px;
}
.sidebar-wrap .block-info .info {
  height: 143px;
  display: flex;
  justify-content: space-between;
  width: 49%;
  background-color: #a7e1ff;
}
@media (max-width: 640px) {
  .sidebar-wrap .block-info .info {
    width: 100%;
  }
}
.sidebar-wrap .block-info .info .info-section {
  margin-top: 3.5%;
  margin-left: 3%;
}
.sidebar-wrap .block-info .info .info-section .info-text {
  width: 465px;
  margin-top: 7px;
  margin-bottom: 0;
}
.sidebar-wrap .block-info .info .arrow {
  display: flex;
  align-items: center;
  margin-right: 5%;
}

footer {
  height: 270px;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: #dff5b0;
}
@media (max-width: 640px) {
  footer {
    height: 359px;
  }
}
@media (max-width: 320px) {
  footer {
    height: 742px;
  }
}
footer .bg {
  position: absolute;
  bottom: 0%;
  z-index: -1;
}
@media (max-width: 640px) {
  footer .bg {
    width: 100%;
    bottom: 37%;
  }
}
@media (max-width: 640px) {
  footer .bg {
    width: 100%;
    bottom: 76%;
  }
}
footer .footer-container {
  width: 1160px;
  display: flex;
  flex-direction: column;
}
footer .footer-container .foot-top {
  margin-top: 80px;
  display: flex;
  align-items: start;
  width: 100%;
}
@media (max-width: 640px) {
  footer .footer-container .foot-top {
    justify-content: start;
    width: 100%;
  }
}
@media (max-width: 320px) {
  footer .footer-container .foot-top {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer-container .foot-top .donate {
  width: 233px;
  height: 50px;
  margin-left: 100px;
  background: #70cb0e;
  box-sizing: border-box;
  border: 2px solid #70cb0e;
  border-radius: 30px;
}
@media (max-width: 640px) {
  footer .footer-container .foot-top .donate {
    display: none;
    width: 1px;
    height: 1px;
  }
}
footer .footer-container .foot-top .donate:hover {
  cursor: pointer;
  background-color: #ffe68e;
  border: 2px solid #ffe68e;
}
footer .footer-container .foot-top .donate:active {
  color: black;
  animation: dissolve 300ms ease-out;
}
footer .footer-container .foot-top .donate p {
  margin: 0;
}
footer .footer-container .foot-top .foot-nav-1 {
  margin-left: 13.5%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 640px) {
  footer .footer-container .foot-top .foot-nav-1 {
    margin-left: 8.8%;
  }
}
@media (max-width: 320px) {
  footer .footer-container .foot-top .foot-nav-1 {
    margin-left: 0%;
    margin-top: 16%;
    align-items: center;
  }
}
footer .footer-container .foot-top .foot-nav-2 {
  margin-left: 10.5%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 640px) {
  footer .footer-container .foot-top .foot-nav-2 {
    margin-left: 8.3%;
    width: 15%;
  }
}
@media (max-width: 320px) {
  footer .footer-container .foot-top .foot-nav-2 {
    margin-left: 0%;
    margin-top: 5%;
    width: 30%;
    align-items: center;
  }
}
footer .footer-container .foot-top a {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 640px) {
  footer .footer-container .foot-top a {
    margin-left: 3%;
  }
}
@media (max-width: 320px) {
  footer .footer-container .foot-top a {
    margin-left: 0%;
  }
}
footer .footer-container .foot-top a:hover {
  color: #70cb0e;
  transition: fill, 0.2s;
}
footer .footer-container .foot-top a:active {
  animation: dissolve 300ms ease-out;
}
footer .footer-container .foot-top .social {
  margin-left: 10%;
  display: flex;
  gap: 10px;
}
@media (max-width: 640px) {
  footer .footer-container .foot-top .social {
    margin-left: 8.6%;
  }
}
@media (max-width: 320px) {
  footer .footer-container .foot-top .social {
    display: none;
  }
}
footer .footer-container .foot-top .social .icon:hover {
  transform: scale(1.1);
  transition: 500ms;
}
footer .footer-container .foot-bottom {
  margin-top: 5.5%;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  footer .footer-container .foot-bottom {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8%;
  }
}
@media (max-width: 320px) {
  footer .footer-container .foot-bottom {
    flex-direction: column;
  }
}
footer .footer-container .foot-bottom .social-mobile {
  display: none;
}
@media (max-width: 320px) {
  footer .footer-container .foot-bottom .social-mobile {
    margin-left: 0;
    margin-top: 15%;
    display: flex;
    gap: 10px;
    order: 1;
  }
}
footer .footer-container .foot-bottom .social-mobile .icon:hover {
  transform: scale(1.1);
  transition: 500ms;
}
footer .footer-container .foot-bottom .foot-logo {
  display: flex;
  gap: 58px;
}
@media (max-width: 640px) {
  footer .footer-container .foot-bottom .foot-logo {
    order: 1;
    gap: 74px;
  }
}
@media (max-width: 320px) {
  footer .footer-container .foot-bottom .foot-logo {
    margin-top: 15%;
    order: 2;
    gap: 62px;
  }
}
footer .footer-container .foot-bottom .donate-tablet {
  display: none;
  width: 1px;
  height: 1px;
}
@media (max-width: 640px) {
  footer .footer-container .foot-bottom .donate-tablet {
    display: block;
    width: 32%;
    height: 50px;
    margin-left: 12.5%;
    order: 1;
    background: #70cb0e;
    box-sizing: border-box;
    border: 2px solid #70cb0e;
    border-radius: 30px;
  }
}
@media (max-width: 320px) {
  footer .footer-container .foot-bottom .donate-tablet {
    margin-top: 8%;
    margin-left: 0;
    width: 65%;
    order: 0;
  }
}
footer .footer-container .foot-bottom .donate-tablet:hover {
  cursor: pointer;
  background-color: #ffe68e;
  border: 2px solid #ffe68e;
}
footer .footer-container .foot-bottom .donate-tablet:active {
  color: black;
  animation: dissolve 300ms ease-out;
}
footer .footer-container .foot-bottom .donate-tablet p {
  margin: 0;
}
footer .footer-container .foot-bottom .copyright {
  margin-top: 2.5%;
  margin-left: 6.5%;
}
@media (max-width: 640px) {
  footer .footer-container .foot-bottom .copyright {
    margin-left: 0;
    margin-top: 1%;
    order: 3;
  }
}
@media (max-width: 320px) {
  footer .footer-container .foot-bottom .copyright {
    display: none;
  }
}
footer .footer-container .foot-bottom .copyright-mobile {
  display: none;
}
@media (max-width: 320px) {
  footer .footer-container .foot-bottom .copyright-mobile {
    margin-top: 4%;
    width: 66%;
    display: block;
    order: 4;
    text-align: center;
  }
}
footer .footer-container .foot-bottom .author {
  margin-top: 2.5%;
  margin-left: 18.4%;
}
@media (max-width: 640px) {
  footer .footer-container .foot-bottom .author {
    margin-left: 0;
    order: 2;
    width: 100%;
    text-align: center;
    margin-top: 8%;
  }
}
@media (max-width: 320px) {
  footer .footer-container .foot-bottom .author {
    margin-top: 16%;
    order: 3;
  }
}

/*# sourceMappingURL=style.css.map */
