@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

html {
  min-height: 100vh;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  min-height: 100%;
  font-size: 62.5%;
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

strong {
  font-weight: bold;
}

input {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
}

a {
  color: #0B62B3;
}
a:visited {
  color: #0B62B3;
}
a:hover {
  text-decoration: none;
  transition: 125ms ease;
}

b {
  font-weight: 700;
}

a:hover {
  text-decoration: underline;
}

sup {
  font-size: 0.6em;
  vertical-align: super;
  top: 0;
  line-height: 60%;
  white-space: nowrap;
}

body {
  font-family: "Nunito Sans", sans-serif;
  position: relative;
  background-image: url("../img/base/bg_2.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #262626;
}

.header {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 60px 100px;
}
@media screen and (max-width: 1366px) {
  .header {
    padding: 40px 30px 60px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 30px 20px 40px;
  }
}
.header__wrapper {
  max-width: 1800px;
  margin: 0 auto;
}
.header__hero {
  margin-bottom: 100px;
}
@media screen and (max-width: 1540px) {
  .header__hero {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .header__hero {
    margin-bottom: 30px;
  }
}

.hero-block {
  width: 100%;
  box-sizing: border-box;
  border-radius: 50px;
  background: linear-gradient(0deg, #FF6C21 0%, #FFDD6D 100%);
  box-shadow: 0px 40px 100px 0px rgba(59, 101, 96, 0.38);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 5px;
}
@media screen and (max-width: 1040px) {
  .hero-block {
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  .hero-block {
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 20px 10px;
  }
}
.hero-block__left-img {
  max-width: 311px;
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(-20px);
}
.hero-block__left-img[data-scroll=in] {
  opacity: 1;
  transform: translateX(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1840px) {
  .hero-block__left-img {
    max-width: 300px;
  }
}
@media screen and (max-width: 1540px) {
  .hero-block__left-img {
    max-width: 250px;
  }
}
@media screen and (max-width: 1240px) {
  .hero-block__left-img {
    max-width: 200px;
  }
}
@media screen and (max-width: 1040px) {
  .hero-block__left-img {
    max-width: 140px;
  }
}
.hero-block__left-img img {
  width: 100%;
  display: block;
}
.hero-block__middle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1540px) {
  .hero-block__middle {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .hero-block__middle {
    max-width: 500px;
    margin: 10px 0;
  }
}
.hero-block__top-center {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .hero-block__top-center {
    flex-direction: column;
    margin: 10px 0 20px;
  }
}
.hero-block__top-center-text {
  font-size: 80px;
  font-weight: 900;
  line-height: 87.5%;
  opacity: 0;
  transform: translateY(-20px);
}
.hero-block__top-center-text[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1840px) {
  .hero-block__top-center-text {
    font-size: 60px;
  }
}
@media screen and (max-width: 1540px) {
  .hero-block__top-center-text {
    font-size: 50px;
  }
}
@media screen and (max-width: 1240px) {
  .hero-block__top-center-text {
    font-size: 40px;
  }
}
@media screen and (max-width: 1040px) {
  .hero-block__top-center-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 560px) {
  .hero-block__top-center-text {
    font-size: 20px;
  }
}
.hero-block__top-center-text:first-child {
  color: #0B6962;
}
.hero-block__top-center-text:last-child {
  color: #E84219;
  text-align: center;
}
.hero-block__top-center-divider {
  color: #FFF;
  font-size: 170px;
  font-weight: 700;
  line-height: normal;
  margin: 0 30px;
  opacity: 0;
  transform: translateY(-20px);
}
.hero-block__top-center-divider[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1840px) {
  .hero-block__top-center-divider {
    font-size: 150px;
  }
}
@media screen and (max-width: 1540px) {
  .hero-block__top-center-divider {
    font-size: 100px;
  }
}
@media screen and (max-width: 1240px) {
  .hero-block__top-center-divider {
    font-size: 80px;
  }
}
@media screen and (max-width: 1040px) {
  .hero-block__top-center-divider {
    font-size: 70px;
    margin: 0 20px;
  }
}
@media screen and (max-width: 560px) {
  .hero-block__top-center-divider {
    font-size: 50px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .hero-block__top-center-divider {
    margin: 5px 0;
    font-size: 36px;
    line-height: 100%;
  }
}
.hero-block__bottom-center {
  color: #FFF;
  text-align: center;
  font-size: 45px;
  font-weight: 900;
  line-height: 120%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(-20px);
}
.hero-block__bottom-center[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1840px) {
  .hero-block__bottom-center {
    font-size: 40px;
  }
}
@media screen and (max-width: 1540px) {
  .hero-block__bottom-center {
    font-size: 30px;
  }
}
@media screen and (max-width: 1240px) {
  .hero-block__bottom-center {
    font-size: 24px;
  }
}
@media screen and (max-width: 1040px) {
  .hero-block__bottom-center {
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  .hero-block__bottom-center {
    font-size: 18px;
  }
}
.hero-block__right-img {
  max-width: 336px;
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(20px) translateY(30px);
}
.hero-block__right-img[data-scroll=in] {
  opacity: 1;
  transform: translateX(0) translateY(30px);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1840px) {
  .hero-block__right-img {
    max-width: 280px;
  }
}
@media screen and (max-width: 1540px) {
  .hero-block__right-img {
    max-width: 250px;
  }
}
@media screen and (max-width: 1240px) {
  .hero-block__right-img {
    max-width: 200px;
    transform: translateX(0) translateY(20px) !important;
  }
}
@media screen and (max-width: 1040px) {
  .hero-block__right-img {
    max-width: 140px;
    transform: translateX(0) translateY(10px) !important;
  }
}
.hero-block__right-img img {
  width: 100%;
  display: block;
}

.header-menu {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 740px) {
  .header-menu {
    display: block;
  }
}
.header-menu__item {
  width: 100%;
  height: 135px;
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(225, 223, 166, 0) 100%), #008781;
  background-blend-mode: overlay, normal;
  box-shadow: 0px 1px 7px 0px #FFF inset, 0px 4px 9px 0px rgba(38, 38, 38, 0.2);
  margin-right: 40px;
  opacity: 0;
  transform: translateY(-20px);
}
.header-menu__item[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1540px) {
  .header-menu__item {
    height: 100px;
    margin-right: 20px;
  }
  .header-menu__item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1040px) {
  .header-menu__item {
    margin-right: 10px;
  }
  .header-menu__item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-menu__item {
    height: 80px;
  }
}
@media screen and (max-width: 750px) {
  .header-menu__item {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .header-menu__item:last-child {
    margin-bottom: 0;
  }
}
.header-menu__item:nth-child(even) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(225, 223, 166, 0) 100%), #FF7A00;
  box-shadow: 0px 1px 7px 0px #FFF inset, 0px 4px 9px 0px rgba(38, 38, 38, 0.2);
}
.header-menu__item:nth-child(even) .header-menu__text {
  text-shadow: 0px 0px 13.1px #CC4500, 0px 0px 5.5px #CC4500;
}
.header-menu__item:last-child {
  margin-right: 0;
}
.header-menu__item:hover {
  opacity: 0.8;
  transition: 0.3s ease;
}
.header-menu__item.active {
  pointer-events: none;
}
.header-menu__item.disabled {
  pointer-events: none;
  opacity: 0;
}
.header-menu__item.disabled[data-scroll=in] {
  opacity: 0.5;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
.header-menu__text {
  color: #FFF;
  text-shadow: 0px 0px 13.1px #0B6962, 0px 0px 5.5px #0B6962;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1540px) {
  .header-menu__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 1040px) {
  .header-menu__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header-menu__text {
    font-size: 16px;
  }
}
.header-menu__text span {
  display: block;
  line-height: 100%;
}
@media screen and (max-width: 1840px) {
  .header-menu__text span {
    font-size: 24px;
  }
}
@media screen and (max-width: 1540px) {
  .header-menu__text span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1540px) {
  .header-menu__text span {
    text-transform: none;
  }
}
.header-menu__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main-content {
  padding: 0 60px 80px;
}
@media screen and (max-width: 1366px) {
  .main-content {
    padding: 0 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .main-content {
    padding: 0 20px 30px;
  }
}
.main-content__wrapper {
  max-width: 1800px;
  margin: 0 auto;
}
.main-content__content-block {
  margin-bottom: 100px;
}
.main-content__content-block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1540px) {
  .main-content__content-block {
    margin-bottom: 50px;
  }
  .main-content__content-block:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .main-content__content-block {
    margin-bottom: 30px;
  }
  .main-content__content-block:last-child {
    margin-bottom: 0;
  }
}

.top-info-block {
  border-radius: 50px;
  background: linear-gradient(0deg, #FFF 0%, #FFDD6D 51%, #FF6C21 100%), linear-gradient(180deg, #FF6C21 -22.02%, #FFBB1D 18.98%, #FFF 95.13%);
  box-shadow: 0px 8px 22.9px 0px #EFE4B4;
  padding: 30px 50px 60px;
}
@media screen and (max-width: 1040px) {
  .top-info-block {
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-info-block {
    padding: 30px 20px;
  }
}
.top-info-block__title {
  color: #FFF;
  text-align: center;
  font-size: 80px;
  line-height: 120%;
  opacity: 0;
  transform: translateY(-20px);
}
.top-info-block__title[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1840px) {
  .top-info-block__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1540px) {
  .top-info-block__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 1460px) {
  .top-info-block__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1240px) {
  .top-info-block__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1040px) {
  .top-info-block__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 920px) {
  .top-info-block__title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 560px) {
  .top-info-block__title {
    font-size: 20px;
  }
}
.top-info-block__title b {
  font-weight: 900;
}
.top-info-block__content {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 920px) {
  .top-info-block__content {
    flex-direction: column;
  }
}
.top-info-block__img {
  width: 532px;
  height: 532px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  margin-right: 20px;
}
@media screen and (max-width: 1460px) {
  .top-info-block__img {
    width: 352px;
    height: 352px;
  }
}
@media screen and (max-width: 920px) {
  .top-info-block__img {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-info-block__img {
    width: 232px;
    height: 232px;
    margin-bottom: 10px;
  }
}
.top-info-block__img:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/module-2/top-info-block/img_finish.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.top-info-block__img[data-scroll=in]::before {
  opacity: 1;
  transition: 0.1ms linear 1.99s;
}
.top-info-block__img[data-scroll=in] .top-info-block__img-inner {
  animation: batr_sprite_1 2s steps(22) 1 forwards;
}
.top-info-block__img-inner {
  width: 11704px;
  height: 532px;
  background-image: url("../img/module-2/top-info-block/img.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
@keyframes batr_sprite_1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -11704px 0;
  }
}
@media screen and (max-width: 1460px) {
  .top-info-block__img-inner {
    width: 7740px;
    height: 352px;
  }
  @keyframes batr_sprite_1 {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -7740px 0;
    }
  }
}
@media screen and (max-width: 768px) {
  .top-info-block__img-inner {
    width: 5105px;
    height: 232px;
  }
  @keyframes batr_sprite_1 {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -5105px 0;
    }
  }
}
.top-info-block__right {
  border-radius: 15px;
  background: linear-gradient(174deg, #FFFCED 8.89%, #FFF 45.3%, #FEF6CE 88.9%);
  box-shadow: 0px 8px 22.9px 0px #EFE4B4;
  padding: 40px 30px;
  color: #262626;
  font-size: 35px;
  line-height: 140%;
  opacity: 0;
  transform: translateY(-20px);
}
.top-info-block__right[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
.top-info-block__right p {
  margin: 0 0 20px;
}
.top-info-block__right p:last-child {
  margin: 0;
}
@media screen and (max-width: 1540px) {
  .top-info-block__right {
    font-size: 28px;
  }
}
@media screen and (max-width: 1240px) {
  .top-info-block__right {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .top-info-block__right {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-info-block__right {
    font-size: 16px;
    padding: 20px;
  }
}
.top-info-block__bottom {
  color: #262626;
  font-size: 35px;
  font-weight: 300;
  line-height: 140%;
  padding-left: 50px;
  opacity: 0;
  transform: translateY(-20px);
}
.top-info-block__bottom[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
.top-info-block__bottom b {
  font-weight: 700;
}
@media screen and (max-width: 1540px) {
  .top-info-block__bottom {
    font-size: 28px;
  }
}
@media screen and (max-width: 1240px) {
  .top-info-block__bottom {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .top-info-block__bottom {
    font-size: 20px;
  }
}
@media screen and (max-width: 920px) {
  .top-info-block__bottom {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-info-block__bottom {
    font-size: 16px;
  }
}

.iceberg-info {
  border-radius: 50px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 63.22%, #FFDD6D 81.98%, #FF6C21 100%), linear-gradient(0deg, #008699 50.47%, rgba(0, 135, 129, 0) 67.39%), #FFF;
  box-shadow: 0px 8px 22.9px 0px #EFE4B4;
}
@media screen and (max-width: 1190px) {
  .iceberg-info {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .iceberg-info {
    border-radius: 30px;
  }
}
.iceberg-info__inner {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  background-image: url("../img/module-2/iceberg-info/iceberg.png");
  background-position: 0 32%;
  background-repeat: no-repeat;
  background-size: 1189px 1999px;
}
@media screen and (max-width: 1740px) {
  .iceberg-info__inner {
    background-position: -70% 32%;
  }
}
@media screen and (max-width: 1690px) {
  .iceberg-info__inner {
    background-position: -470px 23%;
  }
}
@media screen and (max-width: 1690px) {
  .iceberg-info__inner {
    background-position: -470px 40%;
  }
}
@media screen and (max-width: 1190px) {
  .iceberg-info__inner {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .iceberg-info__inner {
    border-radius: 30px;
  }
}
.iceberg-info__top {
  height: 1054px;
  box-sizing: border-box;
  padding: 99px 53px;
  flex-shrink: 0;
}
@media screen and (max-width: 1690px) {
  .iceberg-info__top {
    height: 920px;
  }
}
@media screen and (max-width: 1190px) {
  .iceberg-info__top {
    height: auto;
    padding: 50px 40px;
  }
}
@media screen and (max-width: 768px) {
  .iceberg-info__top {
    padding: 30px 20px;
  }
}
.iceberg-info__top-title {
  color: #FFF;
  text-shadow: 0px 0px 13.1px #CC4500, 0px 0px 5.5px #CC4500;
  font-size: 50px;
  font-style: italic;
  font-weight: 900;
  line-height: 120%;
  margin-bottom: 14px;
  opacity: 0;
  transform: translateY(-20px);
}
.iceberg-info__top-title[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1240px) {
  .iceberg-info__top-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1040px) {
  .iceberg-info__top-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 560px) {
  .iceberg-info__top-title {
    font-size: 20px;
  }
}
.iceberg-info__top-text {
  max-width: 1510px;
  color: #262626;
  font-size: 35px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 90px;
  opacity: 0;
  transform: translateY(-20px);
}
.iceberg-info__top-text[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1540px) {
  .iceberg-info__top-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 1240px) {
  .iceberg-info__top-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 1190px) {
  .iceberg-info__top-text {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  .iceberg-info__top-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .iceberg-info__top-text {
    font-size: 16px;
  }
}
.iceberg-info__top .iceberg-info__item {
  margin-bottom: 83px;
}
.iceberg-info__top .iceberg-info__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1190px) {
  .iceberg-info__top .iceberg-info__item {
    margin-bottom: 40px;
  }
  .iceberg-info__top .iceberg-info__item:last-child {
    margin-bottom: 0;
  }
}
.iceberg-info__item {
  display: flex;
}
@media screen and (max-width: 420px) {
  .iceberg-info__item {
    flex-direction: column;
    align-items: center;
  }
}
.iceberg-info__item-icon {
  width: 125px;
  height: 125px;
  border: 4px solid #FFFCED;
  box-shadow: 0px 8px 22.9px #EFE4B4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 50px;
  opacity: 0;
  transform: translateY(-20px);
}
.iceberg-info__item-icon[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 960px) {
  .iceberg-info__item-icon {
    width: 90px;
    height: 90px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 580px) {
  .iceberg-info__item-icon {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 420px) {
  .iceberg-info__item-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.iceberg-info__item-icon img {
  width: 100%;
  display: block;
  margin-top: 16px;
}
.iceberg-info__item-text {
  color: #262626;
  font-size: 32px;
  font-weight: 300;
  line-height: 110%;
  opacity: 0;
  transform: translateY(-20px);
}
.iceberg-info__item-text[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1540px) {
  .iceberg-info__item-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 1240px) {
  .iceberg-info__item-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .iceberg-info__item-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .iceberg-info__item-text {
    font-size: 16px;
  }
}
.iceberg-info__item-text span {
  color: #00879A;
}
.iceberg-info__item_center {
  align-items: center;
}
.iceberg-info__item_1 {
  padding-left: 16%;
}
@media screen and (max-width: 1740px) {
  .iceberg-info__item_1 {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1690px) {
  .iceberg-info__item_1 {
    padding-left: 0;
  }
}
.iceberg-info__item_2 {
  padding-left: 43%;
}
@media screen and (max-width: 1740px) {
  .iceberg-info__item_2 {
    padding-left: 28%;
  }
}
@media screen and (max-width: 1690px) {
  .iceberg-info__item_2 {
    padding-left: 23%;
  }
}
@media screen and (max-width: 1190px) {
  .iceberg-info__item_2 {
    padding-left: 0;
  }
}
.iceberg-info__bottom {
  position: relative;
  background-image: linear-gradient(182deg, rgba(0, 135, 154, 0.8) 7.18%, rgba(0, 181, 206, 0.8) 25.14%, rgba(0, 125, 211, 0) 59.72%), url("../img/module-2/iceberg-info/bottom.png");
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  padding: 132px 53px;
  border-radius: 0 0 50px 50px;
  flex-grow: 1;
}
@media screen and (max-width: 1190px) {
  .iceberg-info__bottom {
    padding: 50px 40px 100px;
  }
}
@media screen and (max-width: 768px) {
  .iceberg-info__bottom {
    padding: 30px 20px 90px;
    border-radius: 0 0 30px 30px;
  }
}
.iceberg-info__bottom-top {
  position: relative;
  padding-left: 47.5%;
  margin-bottom: 337px;
  z-index: 1;
}
@media screen and (max-width: 1740px) {
  .iceberg-info__bottom-top {
    padding-left: 30%;
    margin-bottom: 137px;
  }
}
@media screen and (max-width: 1690px) {
  .iceberg-info__bottom-top {
    max-width: 1080px;
    padding-left: 0;
  }
}
@media screen and (max-width: 1190px) {
  .iceberg-info__bottom-top {
    margin-bottom: 40px;
  }
}
.iceberg-info__bottom-bottom {
  position: relative;
  max-width: 1080px;
  padding-left: 18%;
  z-index: 1;
}
@media screen and (max-width: 1690px) {
  .iceberg-info__bottom-bottom {
    padding-left: 0;
  }
}
.iceberg-info__bottom .iceberg-info__top-title {
  color: #FFDE30;
  text-shadow: none;
  padding-left: 180px;
}
@media screen and (max-width: 1190px) {
  .iceberg-info__bottom .iceberg-info__top-title {
    padding-left: 0;
  }
}
.iceberg-info__bottom .iceberg-info__top-text {
  color: #FFF;
  padding-left: 180px;
  margin-bottom: 88px;
}
@media screen and (max-width: 1190px) {
  .iceberg-info__bottom .iceberg-info__top-text {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.iceberg-info__bottom .iceberg-info__item {
  margin-bottom: 62px;
}
@media screen and (max-width: 1190px) {
  .iceberg-info__bottom .iceberg-info__item {
    margin-bottom: 40px;
  }
}
.iceberg-info__bottom .iceberg-info__item:last-child {
  margin-bottom: 35px;
}
@media screen and (max-width: 1190px) {
  .iceberg-info__bottom .iceberg-info__item:last-child {
    margin-bottom: 40px;
  }
}
.iceberg-info__bottom .iceberg-info__item-text {
  color: #fff;
}
.iceberg-info__y-block {
  border-radius: 15px;
  border: 2px solid #FFFCED;
  box-shadow: 0px 8px 22.9px 0px #EFE4B4;
  padding: 32px 30px;
  color: #FEF6CE;
  font-size: 35px;
  font-style: italic;
  font-weight: 900;
  line-height: 120%;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(-20px);
}
.iceberg-info__y-block[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
.iceberg-info__y-block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1540px) {
  .iceberg-info__y-block {
    font-size: 28px;
  }
}
@media screen and (max-width: 1240px) {
  .iceberg-info__y-block {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .iceberg-info__y-block {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .iceberg-info__y-block {
    font-size: 16px;
  }
}
@media screen and (max-width: 580px) {
  .iceberg-info__y-block {
    padding: 20px;
  }
}
.iceberg-info__simple-text {
  color: #FFF;
  font-size: 32px;
  font-weight: 300;
  line-height: 110%;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(-20px);
}
.iceberg-info__simple-text[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1540px) {
  .iceberg-info__simple-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 1240px) {
  .iceberg-info__simple-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .iceberg-info__simple-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .iceberg-info__simple-text {
    font-size: 16px;
  }
}
.iceberg-info__diag-info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 420px) {
  .iceberg-info__diag-info {
    flex-direction: column;
  }
}
.iceberg-info__diag-info-text {
  color: #FFF;
  font-size: 32px;
  font-weight: 300;
  line-height: 110%;
  flex-grow: 1;
  opacity: 0;
  transform: translateY(-20px);
}
.iceberg-info__diag-info-text[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 420px) {
  .iceberg-info__diag-info-text {
    order: 2;
  }
}
.iceberg-info__diag-info-text b {
  font-weight: 700;
}
@media screen and (max-width: 1540px) {
  .iceberg-info__diag-info-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 1240px) {
  .iceberg-info__diag-info-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .iceberg-info__diag-info-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .iceberg-info__diag-info-text {
    font-size: 16px;
  }
}
.iceberg-info__diag-info-img {
  width: 100%;
  max-width: 309px;
  flex-shrink: 0;
  opacity: 0;
  transform: translateY(-20px);
}
.iceberg-info__diag-info-img[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 960px) {
  .iceberg-info__diag-info-img {
    max-width: 240px;
  }
}
@media screen and (max-width: 420px) {
  .iceberg-info__diag-info-img {
    max-width: 180px;
    order: 1;
  }
}
.iceberg-info__diag-info-img img {
  width: 100%;
  display: block;
}
.iceberg-info__bat-wrapper {
  width: 267px;
  height: calc(100% + 50px);
  position: absolute;
  top: 0;
  right: 71px;
  bottom: 0;
  transform: translateY(-90px);
}
@media screen and (max-width: 1540px) {
  .iceberg-info__bat-wrapper {
    width: 200px;
    top: 50px;
    right: 40px;
    bottom: 10px;
    transform: translateY(-116px);
  }
}
@media screen and (max-width: 1190px) {
  .iceberg-info__bat-wrapper {
    width: 120px;
    height: calc(100% + 10px);
    bottom: 0;
    transform: translateY(-88px);
  }
}
@media screen and (max-width: 960px) {
  .iceberg-info__bat-wrapper {
    top: 30px;
    right: 30px;
    transform: translateY(-70px);
  }
}
@media screen and (max-width: 580px) {
  .iceberg-info__bat-wrapper {
    width: 60px;
    transform: translateY(-50px);
  }
}
@media screen and (max-width: 420px) {
  .iceberg-info__bat-wrapper {
    right: 10px;
  }
}
.iceberg-info__bat {
  width: 100%;
  position: sticky;
  top: 40%;
  opacity: 0.5;
  transition: 1s ease;
}
.iceberg-info__bat img {
  width: 100%;
}
.iceberg-info__bat.active {
  opacity: 1;
}

.orange-info-block {
  border-radius: 50px;
  box-shadow: 0px 8px 22.9px 0px #EFE4B4, 0px 4px 101.4px 0px #FFDE30 inset;
}
@media screen and (max-width: 768px) {
  .orange-info-block {
    border-radius: 30px;
  }
}
.orange-info-block__inner {
  width: 100%;
  height: 100%;
  background-image: url("../img/module-2/orange-info-block/bg.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 74px 134px;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .orange-info-block__inner {
    padding: 60px;
  }
}
@media screen and (max-width: 768px) {
  .orange-info-block__inner {
    padding: 30px 20px;
    border-radius: 30px;
  }
}
.orange-info-block__text {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 4px #CC4500;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  opacity: 0;
  transform: translateY(-20px);
}
.orange-info-block__text[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1540px) {
  .orange-info-block__text {
    font-size: 34px;
  }
}
@media screen and (max-width: 1240px) {
  .orange-info-block__text {
    font-size: 28px;
  }
}
@media screen and (max-width: 960px) {
  .orange-info-block__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .orange-info-block__text {
    font-size: 18px;
  }
}
.orange-info-block__text span {
  display: inline-block;
  border-radius: 50px;
  background: #E84219;
  padding: 0 30px 5px;
}
@media screen and (max-width: 768px) {
  .orange-info-block__text span {
    padding: 0 20px 5px;
  }
}

.pack-info {
  border-radius: 50px;
  border-bottom: 2px solid #FFF;
  background: linear-gradient(180deg, #FFDD6D 0%, #FF6C21 100%), linear-gradient(180deg, #F8DA79 0%, rgba(255, 248, 203, 0) 79.64%), #FFF;
  box-shadow: 0px 8px 22.9px 0px #EFE4B4;
}
@media screen and (max-width: 768px) {
  .pack-info {
    border-radius: 30px;
  }
}
.pack-info__inner {
  width: 100%;
  height: 100%;
  padding: 75px 0 136px;
  position: relative;
  box-sizing: border-box;
  overflow-x: hidden;
}
@media screen and (max-width: 1240px) {
  .pack-info__inner {
    padding: 75px 0;
  }
}
@media screen and (max-width: 768px) {
  .pack-info__inner {
    padding: 30px 0;
  }
}
.pack-info__section {
  border-radius: 0 50px 50px 0;
  box-shadow: 0px 8px 22.9px 0px #EFE4B4, 0 0 2px 2px #fff inset;
  border: 4px solid #F2D316;
  border-left: none;
  padding: 59px 92px 59px 230px;
  display: flex;
  align-items: flex-end;
  margin-left: -2px;
  margin-right: 180px;
  margin-bottom: 208px;
}
@media screen and (max-width: 1890px) {
  .pack-info__section {
    padding: 59px 92px 59px 110px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 1540px) {
  .pack-info__section {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 1240px) {
  .pack-info__section {
    padding: 50px 60px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .pack-info__section {
    padding: 30px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 560px) {
  .pack-info__section {
    padding: 30px 20px;
  }
}
.pack-info__section .pack-info__pack {
  width: 226px;
  margin-right: 280px;
}
@media screen and (max-width: 1890px) {
  .pack-info__section .pack-info__pack {
    margin-right: 180px;
  }
}
@media screen and (max-width: 1240px) {
  .pack-info__section .pack-info__pack {
    width: 166px;
    margin-right: 0;
    margin-left: -110px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 560px) {
  .pack-info__section .pack-info__pack {
    width: 96px;
  }
}
@media screen and (max-width: 560px) {
  .pack-info__section .pack-info__pack {
    margin-bottom: 30px;
    margin-left: -20px;
  }
}
.pack-info__section_rev {
  background: linear-gradient(-90deg, rgba(255, 149, 61, 0) -39.54%, #FFEE9E 100%);
  border: 4px solid #F2D316;
  border-right: none;
  border-radius: 50px 0 0 50px;
  padding: 59px 130px 59px 122px;
  margin-right: -2px;
  margin-left: 180px;
  margin-bottom: 0;
}
@media screen and (max-width: 1890px) {
  .pack-info__section_rev {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1540px) {
  .pack-info__section_rev {
    padding: 59px 80px 59px 62px;
  }
}
@media screen and (max-width: 1240px) {
  .pack-info__section_rev {
    padding: 50px 60px;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .pack-info__section_rev {
    padding: 30px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 560px) {
  .pack-info__section_rev {
    padding: 30px 20px;
  }
}
.pack-info__section_rev .pack-info__pack {
  width: 322px;
  margin-right: 0;
  margin-left: 210px;
  order: 2;
}
@media screen and (max-width: 1540px) {
  .pack-info__section_rev .pack-info__pack {
    width: 262px;
    margin-left: 140px;
  }
}
@media screen and (max-width: 1240px) {
  .pack-info__section_rev .pack-info__pack {
    width: 202px;
    order: 1;
    margin-left: 60px;
  }
}
@media screen and (max-width: 560px) {
  .pack-info__section_rev .pack-info__pack {
    width: 110px;
    margin-left: 30px;
  }
}
.pack-info__section_rev .pack-info__content {
  flex-grow: 1;
  order: 1;
}
@media screen and (max-width: 1240px) {
  .pack-info__section_rev .pack-info__content {
    order: 2;
  }
}
.pack-info__pack {
  position: relative;
  flex-shrink: 0;
}
.pack-info__pack img {
  width: 100%;
  display: block;
}
.pack-info__content {
  flex-grow: 1;
}
.pack-info__title {
  color: #262626;
  font-size: 50px;
  font-style: italic;
  font-weight: 900;
  line-height: 120%;
  margin-bottom: 23px;
  opacity: 0;
  transform: translateY(-20px);
}
.pack-info__title[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1540px) {
  .pack-info__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1240px) {
  .pack-info__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 560px) {
  .pack-info__title {
    font-size: 20px;
  }
}
.pack-info__item {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
  opacity: 0;
  transform: translateY(-20px);
}
.pack-info__item[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
.pack-info__bat-1 {
  width: 184px;
  height: 342px;
  overflow: hidden;
  position: absolute;
  left: 92%;
  bottom: -10px;
}
@media screen and (max-width: 1890px) {
  .pack-info__bat-1 {
    width: 152px;
    height: 282px;
  }
}
@media screen and (max-width: 1240px) {
  .pack-info__bat-1 {
    width: 112px;
    height: 208px;
  }
}
@media screen and (max-width: 560px) {
  .pack-info__bat-1 {
    width: 52px;
    height: 98px;
  }
}
.pack-info__bat-1:before {
  content: "";
  width: inherit;
  height: inherit;
  background: url("../img/module-2/pack-info/bat-1.png") 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.pack-info__bat-1[data-scroll=in]::before {
  opacity: 1;
  transition: 0.01s linear 2.6s;
}
.pack-info__bat-1[data-scroll=in] .pack-info__bat-1-inner {
  animation: batr_sprite_g 3s steps(15) 1;
}
.pack-info__bat-1-inner {
  width: 2770px;
  height: 342px;
  background: url("../img/module-2/pack-info/bat-s-1.png") 0 0 no-repeat;
  background-size: 100%;
}
@keyframes batr_sprite_g {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2770px 0;
  }
}
@media screen and (max-width: 1890px) {
  .pack-info__bat-1-inner {
    width: 2280px;
    height: 285px;
  }
  @keyframes batr_sprite_g {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -2280px 0;
    }
  }
}
@media screen and (max-width: 1240px) {
  .pack-info__bat-1-inner {
    width: 1680px;
    height: 210px;
  }
  @keyframes batr_sprite_g {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -1680px 0;
    }
  }
}
@media screen and (max-width: 560px) {
  .pack-info__bat-1-inner {
    width: 778px;
    height: 98px;
  }
  @keyframes batr_sprite_g {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -778px 0;
    }
  }
}
.pack-info__bat-2 {
  width: 184px;
  height: 342px;
  overflow: hidden;
  position: absolute;
  right: 87%;
  bottom: -10px;
}
@media screen and (max-width: 1890px) {
  .pack-info__bat-2 {
    width: 152px;
    height: 282px;
  }
}
@media screen and (max-width: 1240px) {
  .pack-info__bat-2 {
    width: 112px;
    height: 208px;
  }
}
@media screen and (max-width: 560px) {
  .pack-info__bat-2 {
    width: 52px;
    height: 98px;
  }
}
.pack-info__bat-2:before {
  content: "";
  width: inherit;
  height: inherit;
  background: url("../img/module-2/pack-info/bat-2.png") 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.pack-info__bat-2[data-scroll=in]::before {
  opacity: 1;
  transition: 0.01s linear 2.6s;
}
.pack-info__bat-2[data-scroll=in] .pack-info__bat-2-inner {
  animation: batr_sprite_lg 3s steps(9);
}
.pack-info__bat-2-inner {
  width: 1652px;
  height: 356px;
  background: url("../img/module-2/pack-info/bat-s-2.png") 0 0 no-repeat;
  background-size: 100%;
}
@keyframes batr_sprite_lg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1652px 0;
  }
}
@media screen and (max-width: 1890px) {
  .pack-info__bat-2-inner {
    width: 1365px;
    height: 282px;
  }
  @keyframes batr_sprite_lg {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -1365px 0;
    }
  }
}
@media screen and (max-width: 1240px) {
  .pack-info__bat-2-inner {
    width: 1005px;
    height: 210px;
  }
  @keyframes batr_sprite_lg {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -1005px 0;
    }
  }
}
@media screen and (max-width: 560px) {
  .pack-info__bat-2-inner {
    width: 467px;
    height: 97px;
  }
  @keyframes batr_sprite_lg {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -467px 0;
    }
  }
}
.pack-info__icon {
  width: 78px;
  height: 134px;
  position: relative;
  flex-shrink: 0;
  margin-right: 36px;
}
@media screen and (max-width: 1240px) {
  .pack-info__icon {
    width: 63px;
    height: 108px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 560px) {
  .pack-info__icon {
    width: 31px;
    height: 52px;
    margin-right: 15px;
  }
}
.pack-info__icon img {
  width: 130px;
  max-width: none;
  position: absolute;
  top: -10px;
  left: -25px;
}
@media screen and (max-width: 1240px) {
  .pack-info__icon img {
    width: 100px;
    top: -7px;
    left: -20px;
  }
}
@media screen and (max-width: 560px) {
  .pack-info__icon img {
    width: 50px;
    top: -4px;
    left: -10px;
  }
}
.pack-info__text {
  color: #262626;
  font-size: 35px;
  font-weight: 300;
  line-height: 140%;
}
.pack-info__text b {
  font-weight: 700;
}
@media screen and (max-width: 1540px) {
  .pack-info__text {
    font-size: 28px;
  }
}
@media screen and (max-width: 1240px) {
  .pack-info__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .pack-info__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pack-info__text {
    font-size: 16px;
  }
}
.pack-info__orange-block {
  color: #262626;
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
  padding: 20px 33px;
  border-radius: 40px;
  background: linear-gradient(180deg, #ffb400 0%, #ff7c02 100%);
  box-shadow: 0px 4px 9.7px 0px rgba(187, 82, 6, 0.4);
  margin-bottom: -133px;
  opacity: 0;
  transform: translateY(-20px);
}
.pack-info__orange-block[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1540px) {
  .pack-info__orange-block {
    font-size: 28px;
  }
}
@media screen and (max-width: 1240px) {
  .pack-info__orange-block {
    font-size: 24px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .pack-info__orange-block {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pack-info__orange-block {
    border-radius: 30px;
    font-size: 16px;
    padding: 20px;
  }
}
@media screen and (max-width: 560px) {
  .pack-info__orange-block {
    padding: 20px 15px;
  }
}
.pack-info__l-1 {
  width: 449px;
  position: absolute;
  top: -150px;
  right: 0;
  transform-origin: left top;
  opacity: 0;
  transform: scale(0);
}
@media screen and (max-width: 1840px) {
  .pack-info__l-1 {
    width: 350px;
  }
}
@media screen and (max-width: 600px) {
  .pack-info__l-1 {
    width: 130px;
    top: -40px;
  }
}
.pack-info__l-1[data-scroll=in] {
  opacity: 1;
  transform: scale(1);
  transition: 1s ease-in 0.3s;
}
.pack-info__l-1 img {
  width: 100%;
  display: block;
}
.pack-info__l-2 {
  width: 831px;
  position: absolute;
  top: 18%;
  left: 0;
  transform-origin: left top;
  opacity: 0;
  transform: scale(0);
}
@media screen and (max-width: 1840px) {
  .pack-info__l-2 {
    width: 700px;
  }
}
@media screen and (max-width: 1240px) {
  .pack-info__l-2 {
    top: -6%;
  }
}
@media screen and (max-width: 1140px) {
  .pack-info__l-2 {
    display: none;
  }
}
.pack-info__l-2[data-scroll=in] {
  opacity: 1;
  transform: scale(1);
  transition: 1s ease-in 0.3s;
}
.pack-info__l-2 img {
  width: 100%;
  display: block;
}
.pack-info__l-3 {
  width: 512px;
  position: absolute;
  top: 35%;
  right: 0;
  transform-origin: right top;
  opacity: 0;
  transform: scale(0);
}
@media screen and (max-width: 1840px) {
  .pack-info__l-3 {
    width: 440px;
  }
}
@media screen and (max-width: 1240px) {
  .pack-info__l-3 {
    top: 41%;
  }
}
@media screen and (max-width: 680px) {
  .pack-info__l-3 {
    display: none;
  }
}
.pack-info__l-3[data-scroll=in] {
  opacity: 1;
  transform: scale(1);
  transition: 1s ease-in 0.3s;
}
.pack-info__l-3 img {
  width: 100%;
  display: block;
}

.tip {
  width: 24px;
  height: 24px;
  background: url("../img/base/tip.png") 0 0 no-repeat;
  background-size: 100%;
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tip {
    width: 16px;
    height: 16px;
  }
}

.download-section {
  border-radius: 40px;
  background: linear-gradient(174deg, #FFFCED 8.89%, #FFF 45.3%, #FEF6CE 88.9%);
  box-shadow: 0px 8px 22.9px 0px #EFE4B4;
  padding: 89px 117px 81px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1240px) {
  .download-section {
    padding: 40px;
  }
}
@media screen and (max-width: 1040px) {
  .download-section {
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  .download-section {
    padding: 30px 20px;
  }
}
.download-section__text {
  color: #262626;
  text-align: center;
  font-size: 35px;
  line-height: 140%;
  margin-bottom: 37px;
  opacity: 0;
  transform: translateY(-20px);
}
.download-section__text[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1540px) {
  .download-section__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 1040px) {
  .download-section__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .download-section__text {
    font-size: 16px;
  }
}
.download-section__button {
  width: 393px;
  height: 134px;
  border-radius: 40px;
  display: block;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(225, 223, 166, 0) 100%), #FF7A00;
  background-blend-mode: overlay, normal;
  box-shadow: 0px 8px 18px 0px rgba(38, 38, 38, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  transform: translateY(-20px);
}
.download-section__button[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1540px) {
  .download-section__button {
    width: 280px;
    height: 100px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .download-section__button {
    width: 210px;
    height: 70px;
  }
}
.download-section__button-text {
  color: #FFF;
  text-shadow: 0px 0px 13.1px #CC4500, 0px 0px 5.5px #CC4500;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
@media screen and (max-width: 1540px) {
  .download-section__button-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 1040px) {
  .download-section__button-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .download-section__button-text {
    font-size: 16px;
  }
}
.download-section__button-icon {
  width: 77px;
}
@media screen and (max-width: 1540px) {
  .download-section__button-icon {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .download-section__button-icon {
    width: 36px;
  }
}
.download-section__button-icon img {
  width: 100%;
  display: block;
}

.page-sources {
  border-radius: 50px;
  background: #FFF;
  box-shadow: 0px 8px 22.9px 0px #EFE4B4;
  padding: 58px 130px;
  font-size: 25px;
  line-height: 140%;
  opacity: 0;
  transform: translateY(-20px);
}
.page-sources[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1540px) {
  .page-sources {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 1040px) {
  .page-sources {
    padding: 30px;
    border-radius: 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-sources {
    padding: 30px 20px;
    font-size: 16px;
  }
}
.page-sources p {
  margin: 0 0 10px;
}
.page-sources p:last-child {
  margin: 0;
}
.page-sources ol {
  margin: 0;
  padding: 0 0 0 42px;
}
@media screen and (max-width: 1040px) {
  .page-sources ol {
    padding: 0 0 0 34px;
  }
}
@media screen and (max-width: 768px) {
  .page-sources ol {
    padding: 0 0 0 27px;
  }
}
.page-sources__top {
  margin-bottom: 20px;
}
.page-sources__toggler {
  text-decoration: none;
  cursor: pointer;
}
.page-sources__toggler.is-closed {
  text-decoration: underline;
}
.page-sources__content {
  display: none;
  padding-top: 20px;
}

.footer {
  font-family: "Roboto", sans-serif;
  color: #262626;
}
.footer__top {
  padding: 30px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
}
.footer__bottom {
  background: #E5E6E8;
  padding: 60px 0;
  font-family: Roboto;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    font-size: 16px;
    padding: 30px 0;
  }
}
.footer__bottom b {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .footer__bottom b {
    font-size: 18px;
  }
}
.footer__bottom p {
  margin: 0 0 15px;
}
.footer__bottom p:last-child {
  margin: 0;
}
.footer__wrapper {
  max-width: 940px;
  margin: 0 auto;
}
.footer__inner {
  padding: 0 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .footer__inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 0 20px;
  }
}

.ui-tooltip {
  font-family: "Nunito Sans", sans-serif;
  max-width: 708px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 0px 64px 0px rgba(245, 205, 74, 0.62);
  border: none;
  padding: 56px 50px;
  margin-right: 60px;
  margin-left: 60px;
}
@media screen and (max-width: 1640px) {
  .ui-tooltip {
    max-width: 498px;
    padding: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .ui-tooltip {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ui-tooltip {
    max-width: 368px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px;
    border-radius: 30px;
  }
}
.ui-tooltip .ui-tooltip-content {
  color: #262626;
  font-size: 25px;
  line-height: 140%;
  display: flex;
  align-items: flex-start;
}
.ui-tooltip .ui-tooltip-content img {
  flex-shrink: 0;
  display: block;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .ui-tooltip .ui-tooltip-content img {
    width: 50px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1640px) {
  .ui-tooltip .ui-tooltip-content {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ui-tooltip .ui-tooltip-content {
    font-size: 16px;
  }
}/*# sourceMappingURL=module-2.css.map */