:root {
  --color-blue: #002F87;
  --color-lightblue: #6191D1;
  --color-green: #7EC563;
  --color-dark: #011D4E;
  --pt: 104px;
  --font-text: "Roboto Flex", sans-serif;
  --font-ubuntu: "Ubuntu", sans-serif;
}
@media screen and (max-width: 768px) {
  :root {
    --pt: 45px;
  }
}

html, body {
  scroll-behavior: smooth;
}

body {
  background: var(--color-blue);
  color: #fff;
  font-family: var(--font-text);
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712;
  font-weight: 400;
  line-height: 120%;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

a {
  transition: all 0.2s ease-in-out;
}

* {
  box-sizing: border-box;
}

section, div {
  box-sizing: border-box;
}

.container {
  width: 1170px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .container {
    width: 1040px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: calc(100% - 36px);
  }
}

.header {
  background: var(--color-blue);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: var(--pt);
}
@media screen and (max-width: 768px) {
  .header {
    height: 72px;
  }
}
.header .logo {
  width: 15.83%;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .header .logo {
    width: 168px;
  }
}
.header .logo img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 16px;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
}

.section__top {
  background: var(--color-lightblue);
  padding-top: var(--pt);
  padding-bottom: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.section__top .container {
  z-index: 2;
  position: relative;
}
.section__top__bottom {
  width: calc(100% + 100px);
  margin-left: -50px;
  pointer-events: none;
  display: block;
  height: auto;
}
@media screen and (max-width: 768px) {
  .section__top__bottom {
    width: calc(100% + 300px);
    margin-left: -150px;
  }
}
.section__top__btn {
  color: var(--color-blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  border-radius: 63px;
  background: #FFF;
  margin-top: 25px;
  text-decoration: none;
  max-width: 100%;
  min-width: 270px;
  filter: drop-shadow(0px 4px 6.8px rgba(0, 47, 135, 0.27));
  transition: all 0.2s ease-in-out;
}
.section__top__btn:hover {
  opacity: 0.8;
}
.section__top__way {
  display: none;
}
@media screen and (max-width: 768px) {
  .section__top__way {
    display: block;
  }
}
.section__green {
  padding: 40px 0 var(--pt) 0;
  background: var(--color-green);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section__green {
    padding-bottom: 68px;
  }
}
.section__green .container {
  width: calc(100% - 80px);
}

.text {
  text-align: center;
  font-size: 24px;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .text {
    font-size: 16px;
  }
}
.text__title {
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .text__title {
    display: none;
  }
}
.text__title__mob {
  display: none;
}
@media screen and (max-width: 768px) {
  .text__title__mob {
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    max-width: 100%;
    margin-bottom: 17px;
  }
}
.text p {
  max-width: 100%;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .text p {
    width: 100%;
  }
}
.text p:last-child {
  margin-bottom: 0;
}
.text b {
  font-weight: 900;
}

.swiper {
  overflow: visible;
}

.way {
  border-radius: 44px;
  border: 3px solid #F9FAFC;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 12px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.way__head {
  font-weight: 700;
  color: var(--color-blue);
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 6px;
  gap: 5px;
}
.way__head__text {
  padding-top: 14px;
}
.way__head .leaf {
  width: 84px;
  height: 82px;
  flex-shrink: 0;
  background-image: url("../img/gr_leaf.png");
  background-size: contain;
  background-position: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-top: 14px;
}
.way__line {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #DDDEDF;
}
.way__body {
  color: var(--color-dark);
}
.way__list {
  font-family: var(--font-ubuntu);
  font-size: 16px;
  list-style: none;
  padding: 34px 0 34px 10px;
  margin: 0;
}
.way__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 28px;
}
.way__list li:before {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="33" viewBox="0 0 33 33" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.79669 22.8584C3.044 17.7388 4.14779 10.5455 9.26736 6.79279C14.3844 3.04194 21.5771 4.15006 25.3316 9.27214C29.0861 14.3942 27.9805 21.585 22.861 25.3377C17.7396 29.0879 10.5494 27.9779 6.79669 22.8584Z" fill="%23002F87"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.9734 18.332C11.7219 16.6247 12.0913 14.2271 13.7961 12.9774C15.501 11.7278 17.8985 12.0971 19.15 13.8045C20.4015 15.5119 20.0322 17.9094 18.3273 19.1591C16.6206 20.4062 14.2231 20.0369 12.9734 18.332Z" fill="white"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.way__list li:after {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="26" viewBox="0 0 5 26" fill="none"><circle cx="2.5" cy="2.5" r="2.5" fill="%23002F87"/><circle cx="2.5" cy="9.5" r="2.5" fill="%23002F87"/><circle cx="2.5" cy="16.5" r="2.5" fill="%23002F87"/><circle cx="2.5" cy="23.5" r="2.5" fill="%23002F87"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  width: 5px;
  height: 26px;
  position: absolute;
  top: 100%;
  left: 13px;
}
.way__list li:last-child {
  margin-bottom: 0;
}
.way__list li:last-child:after {
  display: none;
}
.way__btn {
  display: inline-flex;
  border-radius: 63px;
  background: var(--gradient_1, linear-gradient(96deg, #87BC41 21.45%, #2FA049 78.93%));
  height: 56px;
  text-align: center;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6.7px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.footer {
  position: relative;
  background-color: var(--color-blue);
  background: linear-gradient(118deg, #002F87 29.78%, #6091D1 68.75%);
}
@media screen and (max-width: 1200px) {
  .footer {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    overflow: hidden;
    background: var(--2, linear-gradient(158deg, #002F87 11.73%, #6091D1 92.37%));
  }
}
.footer .container {
  z-index: 2;
  position: relative;
}
.footer__content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__content {
    flex-flow: column;
  }
}
.footer__friends {
  width: 730px;
  padding: 38px 0 44px 0;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__friends {
    padding-top: 45px;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}
.footer__friends__title {
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .footer__friends__title {
    margin-bottom: 24px;
    text-align: center;
  }
}
.footer__friends__list {
  display: flex;
  flex-flow: row wrap;
  gap: 7px 45px;
}
@media screen and (max-width: 768px) {
  .footer__friends__list {
    gap: 6px;
    flex-direction: column;
  }
}
.footer__friend {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  color: #fff;
}
.footer__friend__img {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 100%;
}
.footer__bubble {
  padding: 38px 0 44px 54px;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__bubble {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__bubble {
    width: 100%;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer__bubble > * {
  z-index: 2;
}
.footer__bubble svg {
  position: absolute;
  pointer-events: none;
  width: calc(100% + 54px);
  bottom: 0;
  left: 0;
  right: -54px;
  background-size: contain;
  z-index: 1;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer__bubble svg {
    width: calc(100vw + 80px);
    left: -40px;
    right: -40px;
    top: 0;
    bottom: unset;
    transform: rotate(30deg);
  }
}
.footer__bubble__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer__bubble__link {
  text-decoration: underline;
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;
}
.footer__socials {
  display: flex;
  flex-flow: row wrap;
  padding-top: 11px;
  gap: 16px;
}
.footer__social {
  text-decoration: none;
  display: block;
  width: 33px;
  height: 33px;
  flex-shrink: 0;
  border-radius: 100%;
}
.footer__social:hover {
  opacity: 0.8;
}
.footer__ambassadors {
  padding: 80px 0 40px 0;
}
@media screen and (max-width: 768px) {
  .footer__ambassadors {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
.footer__ambassador {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .footer__ambassador {
    display: flex;
    flex-flow: column;
    align-content: center;
  }
}
.footer__ambassador__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .footer__ambassador__text {
    text-align: center;
  }
}
.footer__ambassador .footer__friend {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .footer__ambassador .footer__friend {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
  }
}

.top_bubble {
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.top_bubble svg {
  width: 100%;
  height: auto;
  display: block;
}

#top_bubble1 {
  top: 38px;
  left: 26px;
  width: 200px;
  left: 1.8055555556vw;
  width: 13.8888888889vw;
}

#top_bubble2 {
  top: 280px;
  left: -100px;
  width: 140px;
  left: -6.9444444444vw;
  width: 9.7222222222vw;
}
#top_bubble2 svg {
  transform: rotate(146deg);
}

#top_bubble3 {
  top: 320px;
  left: 100px;
  width: 88.356px;
  left: 6.9444444444vw;
  width: 6.1805555556vw;
}
#top_bubble3 svg {
  transform: rotate(-131.279deg);
}

#top_bubble4 {
  top: 235px;
  left: 255px;
  width: 26.158px;
  left: 17.7083333333vw;
  width: 1.875vw;
}
#top_bubble4 svg {
  transform: rotate(-131.279deg);
}

#top_bubble5 {
  top: 20px;
  left: 350px;
  width: 52.278px;
  left: 24.3055555556vw;
  width: 3.6805555556vw;
}
#top_bubble5 svg {
  transform: rotate(-131.279deg);
}

#top_bubble6 {
  top: 501px;
  left: 205px;
  width: 25.77px;
  left: 14.2361111111vw;
  width: 1.8055555556vw;
}
#top_bubble6 svg {
  transform: rotate(-112.162deg);
}

#top_bubble7 {
  top: 490px;
  left: 280px;
  width: 51.503px;
  left: 19.4444444444vw;
  width: 3.6111111111vw;
}
#top_bubble7 svg {
  transform: rotate(158.688deg);
}

#top_bubble8 {
  top: 560px;
  left: 250px;
  width: 34.343px;
  left: 17.3611111111vw;
  width: 2.4305555556vw;
}
#top_bubble8 svg {
  transform: rotate(-112.162deg);
}

#top_bubble9 {
  top: 10px;
  right: 300px;
  width: 84px;
  right: 20.8333333333vw;
  width: 5.8333333333vw;
}
#top_bubble9 svg {
  transform: rotate(93.708deg);
}

#top_bubble10 {
  top: 90px;
  right: 150px;
  width: 52px;
  right: 10.4166666667vw;
  width: 3.6111111111vw;
}

#top_bubble11 {
  top: 76px;
  right: -50px;
  width: 158px;
  right: -3.4722222222vw;
  width: 10.4166666667vw;
}

#top_bubble12 {
  top: 345px;
  right: 160px;
  width: 30px;
  right: 11.1111111111vw;
  width: 2.0833333333vw;
}
#top_bubble12 svg {
  transform: rotate(-130deg);
}

#top_bubble13 {
  top: 371px;
  right: 35px;
  width: 84px;
  right: 2.4305555556vw;
  width: 5.8333333333vw;
}

#top_bubble14 {
  top: 470px;
  right: 120px;
  width: 42px;
  right: 8.3333333333vw;
  width: 2.9166666667vw;
}
#top_bubble14 svg {
  transform: rotate(-130deg);
}

#top_bubble15 {
  top: 570px;
  right: 85px;
  width: 30px;
  right: 5.9027777778vw;
  width: 2.0833333333vw;
}
#top_bubble15 svg {
  transform: rotate(35deg);
}

#top_bubble16 {
  top: 525px;
  right: 245px;
  width: 84px;
  right: 17.0138888889vw;
  width: 5.8333333333vw;
}
#top_bubble16 svg {
  transform: rotate(-45deg);
}

.foot__bubble {
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.foot__bubble svg {
  width: 100%;
  height: auto;
  display: block;
}

#foot__bubble1 {
  top: -40px;
  left: 30px;
  width: 98px;
}
@media screen and (max-width: 768px) {
  #foot__bubble1 {
    top: 200px;
    left: -20px;
    width: 66px;
  }
}
#foot__bubble1 svg {
  transform: rotate(143.199deg);
}

#foot__bubble2 {
  top: 80px;
  left: 15px;
  width: 40px;
}
@media screen and (max-width: 768px) {
  #foot__bubble2 {
    top: 328px;
    left: unset;
    width: 111px;
    right: -32px;
  }
}
#foot__bubble2 svg {
  transform: rotate(-143.199deg);
}

#foot__bubble3 {
  top: 40px;
  right: 37%;
  width: 57px;
}
@media screen and (max-width: 768px) {
  #foot__bubble3 {
    top: 5px;
    width: 50px;
    right: 24px;
  }
}
#foot__bubble3 svg {
  transform: rotate(43.199deg);
}

#map {
  width: 100%;
  height: calc(100dvh - 104px);
  min-height: 800px;
}
@media screen and (max-width: 768px) {
  #map {
    min-height: 550px;
    height: 550px;
  }
}

.mappin_balloon {
  position: relative;
}
.mappin_balloon .close {
  position: absolute;
  top: 0;
  left: 0;
}
.mappin_balloon .close img {
  width: 384px;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .mappin_balloon .close img {
    width: 190px;
  }
}
.mappin_balloon_11 .close {
  top: -58px;
  left: -26px;
}
@media screen and (max-width: 768px) {
  .mappin_balloon_11 .close {
    top: -28px;
    left: -18px;
  }
}
.mappin_balloon_12 .close {
  top: -48px;
  left: unset;
  right: 0;
}
@media screen and (max-width: 768px) {
  .mappin_balloon_12 .close {
    top: -22px;
  }
}
.mappin_balloon_13 .close {
  top: -115px;
  left: -20px;
}
@media screen and (max-width: 768px) {
  .mappin_balloon_13 .close {
    top: -59px;
    left: -10px;
  }
}
.mappin_balloon_14 .close {
  top: -180px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .mappin_balloon_14 .close {
    top: -90px;
  }
}
.mappin_balloon_21 .close {
  top: -134px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .mappin_balloon_21 .close {
    top: -60px;
  }
}
.mappin_balloon_22 .close {
  top: -138px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .mappin_balloon_22 .close {
    top: -75px;
  }
}
.mappin_balloon_22 .close img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .mappin_balloon_22 .close img {
    width: 150px;
  }
}
.mappin_balloon_23 .close {
  top: -165px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  .mappin_balloon_23 .close {
    top: -80px;
  }
}
.mappin_balloon_23 .close img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .mappin_balloon_23 .close img {
    width: 150px;
  }
}
.mappin_balloon_24 .close {
  top: -16px;
  left: unset;
  right: -10px;
}
@media screen and (max-width: 768px) {
  .mappin_balloon_24 .close {
    top: 0;
  }
}
.mappin_balloon_24 .close img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .mappin_balloon_24 .close img {
    width: 150px;
  }
}
.mappin_balloon_31 .close {
  top: 0;
  left: -90px;
}
@media screen and (max-width: 768px) {
  .mappin_balloon_31 .close {
    left: -45px;
  }
}
.mappin_balloon_32 .close {
  top: unset;
  bottom: 0;
  left: 0;
}
.mappin_balloon_33 .close {
  top: 0;
  left: unset;
  right: -20px;
}
@media screen and (max-width: 768px) {
  .mappin_balloon_33 .close {
    right: -10px;
  }
}
.mappin_balloon_34 .close {
  top: 0;
  left: unset;
  right: -70px;
}
@media screen and (max-width: 768px) {
  .mappin_balloon_34 .close {
    right: -40px;
  }
}
.mappin_balloon_31 .close img, .mappin_balloon_33 .close img, .mappin_balloon_34 .close img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .mappin_balloon_31 .close img, .mappin_balloon_33 .close img, .mappin_balloon_34 .close img {
    width: 100px;
  }
}
.mappin_balloon_32 .close img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .mappin_balloon_32 .close img {
    width: 125px;
  }
}
.mappin_balloon_41 .close {
  top: 0;
  left: -64px;
}
@media screen and (max-width: 768px) {
  .mappin_balloon_41 .close {
    left: -32px;
  }
}
.mappin_balloon_42 .close {
  top: unset;
  bottom: -20px;
  left: unset;
  right: -16px;
}
@media screen and (max-width: 768px) {
  .mappin_balloon_42 .close {
    bottom: -10px;
    right: -8px;
  }
}
.mappin_balloon_43 .close {
  top: unset;
  bottom: -70px;
  left: unset;
  right: 0;
}
@media screen and (max-width: 768px) {
  .mappin_balloon_43 .close {
    bottom: -35px;
  }
}
.mappin_balloon_44 .close {
  top: unset;
  left: 0;
  bottom: -48px;
}
@media screen and (max-width: 768px) {
  .mappin_balloon_44 .close {
    bottom: -24px;
  }
}
.mappin_balloon_41 .close img, .mappin_balloon_44 .close img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .mappin_balloon_41 .close img, .mappin_balloon_44 .close img {
    width: 100px;
  }
}
.mappin_balloon_42 .close img, .mappin_balloon_43 .close img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .mappin_balloon_42 .close img, .mappin_balloon_43 .close img {
    width: 125px;
  }
}

.section__map {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section__map {
    display: block;
    position: relative;
    overflow: hidden;
    background: #7EC563;
    padding-top: 1px;
  }
  .section__map:before {
    position: absolute;
    width: 120%;
    height: 60px;
    border-radius: 100%;
    background: #7EC563;
    left: -10%;
    top: -30px;
    content: "";
    display: block;
    z-index: 1;
  }
  .section__map #map {
    z-index: 2;
  }
}
.section__map__content {
  position: absolute;
  z-index: 2;
  width: 35%;
  left: 9%;
  border-radius: 44px;
  background: #FFF;
  box-shadow: 0 0 21.2px 0 rgba(0, 0, 0, 0.33);
  padding: 30px 35px;
  height: calc(100% - 200px);
  top: 100px;
  max-width: 500px;
  overflow: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section__map__content {
    left: 30px;
    height: calc(100% - 100px);
    top: 50px;
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .section__map__content {
    position: relative;
    width: 100%;
    left: unset;
    top: unset;
    margin-top: -44px;
    padding: 30px 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-width: 100%;
    padding-bottom: 64px;
  }
}
.section__map__content::-webkit-scrollbar {
  width: 4px;
}
.section__map__content::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 100px;
  margin: 5px;
}
.section__map__content::-webkit-scrollbar-thumb {
  background-color: var(--color-blue);
  border-radius: 100px;
}

.waytabs {
  display: flex;
  flex-direction: column;
}
.waytabs__btn {
  border-radius: 63px;
  background: var(--2, linear-gradient(158deg, #002F87 11.73%, #6091D1 92.37%));
  color: #fff;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 45px;
  margin: 36px auto 0;
}
@media screen and (max-width: 768px) {
  .waytabs__btn {
    margin-top: 15px;
  }
}

.waytab {
  border-radius: 25px;
  background: #F3F3F3;
  margin-bottom: 24px;
}
.waytab__head {
  border-radius: 31px;
  border: 2px solid var(--1, #F9FAFC);
  background: linear-gradient(90deg, #87BC41 0%, #279E48 100%);
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  position: relative;
  min-height: 36px;
  justify-content: center;
  cursor: pointer;
  padding-left: 60px;
  padding-right: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .waytab__head {
    font-size: 17px;
  }
}
.waytab__head .leaf {
  width: 58px;
  height: 56px;
  flex-shrink: 0;
  background-image: url("../img/leaf_place.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-top: 3px;
  position: absolute;
  left: -5px;
  top: -15px;
}
.waytab__head .waytab__head__icon {
  position: absolute;
  width: 40px;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.waytab .waytab__title {
  margin-left: auto;
  margin-right: auto;
  height: 36px;
}
.waytab__body {
  border-radius: 0 0 25px 25px;
  padding: 16px 30px;
  color: #000;
  font-size: 16px;
}
.waytab__body img {
  width: 100%;
  border-radius: 16px;
  margin: 0 0 20px 0;
  height: auto;
  display: block;
}
.waytab__body audio {
  width: 100%;
  background: transparent;
}
.waytab__body__text {
  margin-bottom: 20px;
}
.waytab.opened .waytab__head__icon {
  transform: rotate(180deg);
}

.audio-player {
  height: 36px;
  width: 100%;
  background: transparent;
  color: #000;
  font-size: 0.75em;
  overflow: hidden;
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.audio-player .timeline {
  background: #7EC563;
  width: calc(100% - 46px);
  position: relative;
  cursor: pointer;
  height: 4px;
  border-radius: 4px;
  margin-left: auto;
}
.audio-player .timeline .time {
  position: absolute;
  width: 100%;
  bottom: 100%;
  pointer-events: none;
  left: 0;
  right: 0;
  padding-bottom: 2px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 300;
}
.audio-player .timeline .progress {
  background: #2fa049;
  width: 0%;
  height: 100%;
  transition: 0.25s;
  border-radius: 4px;
}
.audio-player .toggle-play {
  width: 36px;
  height: 36px;
  background: #7EC563;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.audio-player .toggle-play.play .toggle-play-icon {
  left: 0;
  height: 0;
  width: 0;
  border: 7px solid rgba(0, 0, 0, 0);
  border-left: 13px solid white;
  transition: all 0.25s;
  margin-left: 10px;
}
.audio-player .toggle-play.pause .toggle-play-icon {
  height: 15px;
  width: 12px;
  cursor: pointer;
  position: relative;
}
.audio-player .toggle-play.pause .toggle-play-icon:before {
  position: absolute;
  top: 0;
  left: 0px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .toggle-play.pause .toggle-play-icon:after {
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .toggle-play:hover .toggle-play-icon {
  transform: scale(1.1);
}
.audio-player .time {
  display: flex;
}
.audio-player .time > * {
  padding: 2px;
}
.audio-player .volume-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.audio-player .volume-container .volume-button {
  height: 26px;
  display: flex;
  align-items: center;
}
.audio-player .volume-container .volume-button .volume {
  transform: scale(0.7);
}
.audio-player .volume-container .volume-slider {
  position: absolute;
  left: -3px;
  top: 15px;
  z-index: -1;
  width: 0;
  height: 15px;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6666666667);
  transition: 0.25s;
}
.audio-player .volume-container .volume-slider .volume-percentage {
  background: coral;
  height: 100%;
  width: 75%;
}
.audio-player .volume-container:hover .volume-slider {
  left: -123px;
  width: 120px;
}

.audiosource {
  display: none;
}

.way_title {
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 6px;
  gap: 5px;
  margin-bottom: 22px;
}
.way_title__text {
  padding-top: 14px;
}
.way_title__leaf {
  width: 66px;
  height: 64px;
  flex-shrink: 0;
  background-image: url("../img/waytitle.png");
  background-size: contain;
  background-position: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-top: 10px;
  margin-top: -10px;
  margin-left: 5px;
}

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