@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-color: #008781;
  background-image: url("../img/base/bg.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  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: 364px;
  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;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 900;
  line-height: 120%;
  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: 590px) {
  .header-menu {
    display: block;
  }
}
.header-menu__item {
  width: 100%;
  height: 135px;
  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: 590px) {
  .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 {
  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;
  }
}

.hum-message {
  border-radius: 50px;
  background: linear-gradient(180deg, #00B9B3 -22.02%, #FFF 95.13%);
  box-shadow: 0px 40px 100px 0px rgba(59, 101, 96, 0.38);
  padding: 70px 50px 100px;
}
@media screen and (max-width: 1240px) {
  .hum-message {
    padding: 40px;
  }
}
@media screen and (max-width: 1040px) {
  .hum-message {
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  .hum-message {
    padding: 30px 20px;
  }
}
.hum-message__title {
  color: #FFF;
  text-align: center;
  font-size: 80px;
  font-weight: 900;
  line-height: 120%;
  margin: 0 0 30px;
  opacity: 0;
  transform: translateY(-20px);
}
.hum-message__title[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1840px) {
  .hum-message__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1540px) {
  .hum-message__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 1240px) {
  .hum-message__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1040px) {
  .hum-message__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 560px) {
  .hum-message__title {
    font-size: 20px;
  }
}
.hum-message__section {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.hum-message__section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1540px) {
  .hum-message__section {
    align-items: flex-start;
    margin-bottom: 50px;
  }
  .hum-message__section:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .hum-message__section {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .hum-message__section:last-child {
    margin-bottom: 0;
  }
}
.hum-message__section_rev .hum-message__img {
  order: 2;
  margin-left: 38px;
  margin-right: -36px;
}
@media screen and (max-width: 768px) {
  .hum-message__section_rev .hum-message__img {
    order: 1;
    margin-left: 0;
    margin-right: 0;
  }
}
.hum-message__section_rev .hum-message__content {
  order: 1;
  box-shadow: -12px 0px 15px 0px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 768px) {
  .hum-message__section_rev .hum-message__content {
    order: 2;
  }
}
.hum-message__img {
  max-width: 533px;
  flex-shrink: 0;
  margin-right: 30px;
  margin-left: -36px;
  opacity: 0;
  transform: translateY(-20px);
}
.hum-message__img[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1540px) {
  .hum-message__img {
    max-width: 370px;
  }
}
@media screen and (max-width: 960px) {
  .hum-message__img {
    max-width: 270px;
  }
}
@media screen and (max-width: 768px) {
  .hum-message__img {
    margin: 0 0 20px;
  }
}
.hum-message__img img {
  width: 100%;
  display: block;
}
.hum-message__content {
  position: relative;
  box-sizing: border-box;
  padding: 43px 70px;
  border-radius: 15px;
  background: linear-gradient(180deg, #F4FFFE 0%, #FFFFFF 25%, #FFFFFF 75%, #D0FCF8 100%);
  box-shadow: 12px 0px 15px 0px rgba(0, 0, 0, 0.1019607843);
  color: #262626;
  flex-grow: 1;
  opacity: 0;
  transform: translateY(-20px);
}
.hum-message__content[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1540px) {
  .hum-message__content {
    padding: 43px 38px;
  }
}
@media screen and (max-width: 1240px) {
  .hum-message__content {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .hum-message__content {
    padding: 20px;
  }
}
.hum-message__corner {
  position: absolute;
}
.hum-message__corner img {
  width: 100%;
  display: block;
}
.hum-message__corner_1 {
  width: 104px;
  top: 13%;
  left: 100%;
  margin-left: -35px;
  transform: scaleX(-1);
}
@media screen and (max-width: 1540px) {
  .hum-message__corner_1 {
    width: 80px;
  }
}
@media screen and (max-width: 1240px) {
  .hum-message__corner_1 {
    margin-left: -5px;
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .hum-message__corner_1 {
    width: 20px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    top: auto;
    bottom: 100%;
    margin-left: 0;
    margin-bottom: -5px;
  }
}
.hum-message__corner_2 {
  width: 104px;
  top: 13%;
  right: 100%;
  margin-right: -35px;
}
@media screen and (max-width: 1540px) {
  .hum-message__corner_2 {
    width: 80px;
  }
}
@media screen and (max-width: 1240px) {
  .hum-message__corner_2 {
    margin-right: -5px;
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .hum-message__corner_2 {
    width: 20px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(90deg);
    top: auto;
    bottom: 100%;
    margin-right: 0;
    margin-bottom: -5px;
  }
}
.hum-message__headline {
  font-size: 50px;
  font-style: italic;
  font-weight: 800;
  line-height: 130%;
  margin: 0 0 20px;
}
@media screen and (max-width: 1540px) {
  .hum-message__headline {
    font-size: 40px;
  }
}
@media screen and (max-width: 1240px) {
  .hum-message__headline {
    font-size: 30px;
  }
}
@media screen and (max-width: 960px) {
  .hum-message__headline {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 560px) {
  .hum-message__headline {
    font-size: 20px;
  }
}
.hum-message__text {
  font-size: 35px;
  font-weight: 300;
  line-height: 140%;
}
@media screen and (max-width: 1540px) {
  .hum-message__text {
    font-size: 28px;
  }
}
@media screen and (max-width: 1240px) {
  .hum-message__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .hum-message__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hum-message__text {
    font-size: 16px;
  }
}
.hum-message__text b {
  font-weight: 700;
}
.hum-message_white {
  background: #fff;
}

.content-block {
  padding: 50px 0;
  border-radius: 50px;
  background: #FFF;
  box-shadow: 0px 40px 100px 0px rgba(59, 101, 96, 0.38);
}
@media screen and (max-width: 1040px) {
  .content-block {
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  .content-block {
    padding: 30px 0;
  }
}
.content-block__color-title {
  padding: 49px 40px 49px 53px;
  font-size: 50px;
  font-style: italic;
  font-weight: 900;
  line-height: 120%;
  opacity: 0;
  transform: translateY(-20px);
}
.content-block__color-title[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1540px) {
  .content-block__color-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1240px) {
  .content-block__color-title {
    font-size: 30px;
    padding: 30px;
  }
}
@media screen and (max-width: 960px) {
  .content-block__color-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .content-block__color-title {
    font-size: 24px;
    padding: 20px;
  }
}
@media screen and (max-width: 560px) {
  .content-block__color-title {
    font-size: 20px;
  }
}
.content-block__color-title .tip {
  font-style: normal;
  cursor: pointer;
}
.content-block__color-title_gray {
  background: linear-gradient(90deg, rgba(173, 170, 142, 0.9) 0%, rgba(236, 234, 213, 0.9) 50.73%, rgba(173, 170, 142, 0) 92.23%);
}
.content-block__color-title_green {
  background: linear-gradient(90deg, #00B9B3 0%, #FFF 100%), linear-gradient(90deg, #00B9B3 0%, #FFF 100%);
}
.content-block__color-title_yellow {
  background: linear-gradient(90deg, #ECD27B 0%, #FFF 100%);
}

.img-text {
  display: flex;
  align-items: center;
  padding: 30px 52px;
}
@media screen and (max-width: 1240px) {
  .img-text {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 960px) {
  .img-text {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .img-text {
    padding: 30px 20px;
  }
}
.img-text__content {
  font-size: 35px;
  line-height: 130%;
  flex-grow: 1;
  margin-right: 30px;
}
@media screen and (max-width: 1540px) {
  .img-text__content {
    font-size: 30px;
  }
}
@media screen and (max-width: 1240px) {
  .img-text__content {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .img-text__content {
    order: 2;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .img-text__content {
    font-size: 16px;
  }
}
.img-text__text {
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(-20px);
}
.img-text__text[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 768px) {
  .img-text__text {
    margin-bottom: 20px;
  }
}
.img-text__text:last-child {
  margin-bottom: 0;
}
.img-text__text p {
  margin: 0 0 10px;
}
.img-text__text p:last-child {
  margin-bottom: 0;
}
.img-text__color-text {
  border-radius: 30px;
  background: linear-gradient(90deg, rgba(236, 234, 213, 0.9) 0%, rgba(173, 170, 142, 0) 100%);
  padding: 30px 0 30px 36px;
  opacity: 0;
  transform: translateY(-20px);
}
.img-text__color-text[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1540px) {
  .img-text__color-text {
    padding: 20px 0 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .img-text__color-text {
    padding: 20px 0 20px 20px;
  }
}
.img-text__img {
  flex-shrink: 0;
  opacity: 0;
  transform: translateY(-20px);
}
.img-text__img[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 960px) {
  .img-text__img {
    order: 1;
    margin-bottom: 20px;
  }
}
.img-text__img img {
  width: 100%;
  display: block;
}
.img-text__img_1 {
  max-width: 495px;
}
@media screen and (max-width: 1540px) {
  .img-text__img_1 {
    max-width: 360px;
  }
}
@media screen and (max-width: 1240px) {
  .img-text__img_1 {
    max-width: 270px;
  }
}
@media screen and (max-width: 960px) {
  .img-text__img_1 {
    margin-left: -5%;
  }
}
.img-text__img_2 {
  max-width: 645px;
}
@media screen and (max-width: 1540px) {
  .img-text__img_2 {
    max-width: 440px;
  }
}
@media screen and (max-width: 1240px) {
  .img-text__img_2 {
    max-width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .img-text__img_2 {
    max-width: 400px;
  }
}

.hum-shield {
  display: flex;
  align-items: center;
  padding: 80px 52px;
}
@media screen and (max-width: 1240px) {
  .hum-shield {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 1080px) {
  .hum-shield {
    padding: 30px 20px;
    flex-direction: column;
  }
}
.hum-shield__content-block {
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  border-radius: 15px;
  background: linear-gradient(174deg, #F3FFFE 8.89%, #FFF 45.3%, #D0FCF8 88.9%);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 30px 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(-20px);
}
.hum-shield__content-block[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1366px) {
  .hum-shield__content-block {
    padding: 40px 30px 40px;
  }
}
@media screen and (max-width: 1040px) {
  .hum-shield__content-block {
    padding: 30px 20px;
  }
}
.hum-shield__content-block.fixed-h {
  min-height: 548px;
}
@media screen and (max-width: 1240px) {
  .hum-shield__content-block.fixed-h {
    min-height: 415px;
  }
}
@media screen and (max-width: 1080px) {
  .hum-shield__content-block.fixed-h {
    min-height: 0;
  }
}
.hum-shield__pat {
  max-width: 270px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1240px) {
  .hum-shield__pat {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .hum-shield__pat {
    max-width: 140px;
    margin: 20px 0;
  }
}
.hum-shield__pat img {
  width: 100%;
  display: block;
}
.hum-shield__text {
  max-width: 500px;
  font-size: 35px;
  font-weight: 300;
  line-height: 110%;
  text-align: center;
}
.hum-shield__text span {
  color: #008781;
}
@media screen and (max-width: 1540px) {
  .hum-shield__text {
    font-size: 30px;
  }
}
@media screen and (max-width: 1240px) {
  .hum-shield__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 870px) {
  .hum-shield__text {
    font-size: 20px;
  }
}
.hum-shield__text b {
  font-weight: 700;
}
.hum-shield__shield {
  max-width: 386px;
  margin: 0 55px;
  opacity: 0;
  transform: translateY(-20px);
}
.hum-shield__shield[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1540px) {
  .hum-shield__shield {
    margin: 0 30px;
  }
}
@media screen and (max-width: 1080px) {
  .hum-shield__shield {
    max-width: 200px;
    margin: 20px;
  }
}
.hum-shield__shield img {
  width: 100%;
  display: block;
}

.pack-info {
  padding: 80px 440px 80px 128px;
}
@media screen and (max-width: 1690px) {
  .pack-info {
    padding: 80px 330px 80px 128px;
  }
}
@media screen and (max-width: 1540px) {
  .pack-info {
    padding: 80px 330px 80px 52px;
  }
}
@media screen and (max-width: 1240px) {
  .pack-info {
    padding: 50px 230px 50px 52px;
  }
}
@media screen and (max-width: 960px) {
  .pack-info {
    padding: 50px 230px 50px 40px;
  }
}
@media screen and (max-width: 768px) {
  .pack-info {
    padding: 30px 20px 30px 20px;
  }
}
.pack-info__content {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 38px 0 56px;
}
@media screen and (max-width: 768px) {
  .pack-info__content {
    padding: 28px 0 28px;
  }
}
.pack-info__content-bg {
  width: 100%;
  height: 100%;
  border-radius: 0px 40px 40px 0px;
  border-top: 2px solid rgba(173, 170, 142, 0.9);
  border-bottom: 2px solid rgba(173, 170, 142, 0.9);
  background: linear-gradient(270deg, #CBFFF3 0%, #B3F8E8 100%);
  filter: blur(16.8500003815px);
  position: absolute;
  top: 0;
  left: 0;
}
.pack-info__inner {
  padding: 32px 0 58px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .pack-info__inner {
    padding: 32px 0 38px;
  }
}
@media screen and (max-width: 768px) {
  .pack-info__inner {
    flex-direction: column;
  }
}
.pack-info__inner::before {
  content: "";
  height: 2px;
  background: linear-gradient(to right, transparent 0%, #b5f8e7 10%, #b8ede1 20%, #c7cdcc 50%, #c8f0e7 80%, #c9fff2 90%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.pack-info__inner::after {
  content: "";
  height: 2px;
  background: linear-gradient(to right, transparent 0%, #b5f8e7 10%, #b8ede1 20%, #c7cdcc 50%, #c8f0e7 80%, #c9fff2 90%, transparent 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.pack-info__dec {
  max-width: 802px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transform: translateY(-20px);
}
.pack-info__dec[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1240px) {
  .pack-info__dec {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .pack-info__dec {
    max-width: 420px;
  }
}
@media screen and (max-width: 560px) {
  .pack-info__dec {
    max-width: 230px;
  }
}
.pack-info__dec img {
  width: 100%;
  display: block;
}
.pack-info__dec_1 {
  top: -21px;
  left: 0;
}
@media screen and (max-width: 1240px) {
  .pack-info__dec_1 {
    top: -3px;
  }
}
@media screen and (max-width: 560px) {
  .pack-info__dec_1 {
    top: 10px;
  }
}
.pack-info__dec_2 {
  bottom: -4px;
  right: 0;
}
@media screen and (max-width: 1240px) {
  .pack-info__dec_2 {
    bottom: 17px;
  }
}
@media screen and (max-width: 768px) {
  .pack-info__dec_2 {
    bottom: -2px;
  }
}
@media screen and (max-width: 560px) {
  .pack-info__dec_2 {
    bottom: 13px;
  }
}
.pack-info__shield {
  max-width: 438px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-20%);
  z-index: 2;
  opacity: 0;
}
.pack-info__shield[data-scroll=in] {
  opacity: 1;
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1540px) {
  .pack-info__shield {
    max-width: 320px;
    transform: translateY(-50%) translateX(-10%);
  }
}
@media screen and (max-width: 1240px) {
  .pack-info__shield {
    max-width: 230px;
  }
}
@media screen and (max-width: 960px) {
  .pack-info__shield {
    display: none;
  }
}
.pack-info__shield img {
  width: 100%;
  display: block;
}
.pack-info__pack {
  max-width: 321px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(90%);
  z-index: 2;
  opacity: 0;
}
.pack-info__pack[data-scroll=in] {
  opacity: 1;
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1540px) {
  .pack-info__pack {
    max-width: 260px;
  }
}
@media screen and (max-width: 1240px) {
  .pack-info__pack {
    max-width: 210px;
  }
}
@media screen and (max-width: 768px) {
  .pack-info__pack {
    position: static;
    transform: translateY(0) translateX(0);
    max-width: 180px;
  }
}
.pack-info__pack img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1540px) {
  .pack-info__pack_2 {
    max-width: 300px;
  }
}
@media screen and (max-width: 1240px) {
  .pack-info__pack_2 {
    max-width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .pack-info__pack_2 {
    position: static;
    transform: translateY(0) translateX(0);
    max-width: 180px;
  }
}
.pack-info__text {
  padding: 0 99px 0 405px;
}
@media screen and (max-width: 1690px) {
  .pack-info__text {
    padding: 0 99px 0 357px;
  }
}
@media screen and (max-width: 1540px) {
  .pack-info__text {
    padding: 0 58px 0 297px;
  }
}
@media screen and (max-width: 1240px) {
  .pack-info__text {
    padding: 0 58px 0 217px;
  }
}
@media screen and (max-width: 960px) {
  .pack-info__text {
    padding: 0 58px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .pack-info__text {
    padding: 0 20px 0 20px;
    margin-bottom: 20px;
  }
}
.pack-info__text-title {
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  line-height: 120%;
  margin: 0 0 50px;
  opacity: 0;
  transform: translateY(-20px);
}
.pack-info__text-title[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1540px) {
  .pack-info__text-title {
    font-size: 40px;
    margin: 10px 0 30px;
  }
}
@media screen and (max-width: 1240px) {
  .pack-info__text-title {
    font-size: 30px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 960px) {
  .pack-info__text-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .pack-info__text-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 560px) {
  .pack-info__text-title {
    font-size: 20px;
  }
}
.pack-info__text-text {
  font-size: 35px;
  line-height: 120%;
  opacity: 0;
  transform: translateY(-20px);
}
.pack-info__text-text[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
@media screen and (max-width: 1540px) {
  .pack-info__text-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 1240px) {
  .pack-info__text-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pack-info__text-text {
    font-size: 18px;
  }
}
.pack-info__text-text p {
  margin: 0 0 15px;
}
.pack-info__text-text p:last-child {
  margin: 0;
}
.pack-info__text-text ol {
  margin: 0;
  padding: 0 0 0 40px;
}
.pack-info__text-text ol li {
  margin: 0 0 15px;
}
.pack-info__text-text ol li:last-child {
  margin: 0;
}
.pack-info__text-text ol li::marker {
  font-weight: 700;
}
.pack-info__text-text ol li ul {
  margin: 15px 0 0 0;
}
.pack-info__text-text ol li ul li {
  list-style-type: disc;
}
.pack-info__text-text ol li ul li::marker {
  color: #FF6C21;
}

.page-sources {
  border-radius: 50px;
  background: #FFF;
  box-shadow: 0px 0px 64px 0px rgba(59, 101, 96, 0.62);
  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;
  padding: 0;
}
.footer__top {
  background: #fff;
  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: 50px;
  background: #FFF;
  box-shadow: 0px 0px 64px 0px rgba(59, 101, 96, 0.62);
  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%;
}
@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;
  }
}

.popup-auth {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1180px;
  padding: 30px 26px 22px;
  max-height: 700px;
  border-radius: 30px;
  border: 4px solid #FFF3B5;
  background: #FFF;
  color: #262626;
  box-shadow: 0px -10px 80px 0px rgba(1, 153, 228, 0.2) inset, 0px 20px 100px 0px #0199E4;
  height: unset;
}
.popup-auth p, .popup-auth h2, .popup-auth a, .popup-auth input, .popup-auth .auth-already, .popup-auth .auth-is-login {
  font-family: Rubik, Roboto;
  color: inherit;
}
.popup-auth .btn {
  cursor: pointer;
  padding: 14px 34px;
  height: unset;
}
.popup-auth .auth-btn {
  border-radius: 14px;
  border: 1px solid #FEFEFE;
  background: linear-gradient(233deg, #B8946F 0%, #B89570 38.17%, #FCF0D8 109.09%);
  box-shadow: 0px 15px 20px 0px rgba(1, 153, 228, 0.3);
  text-shadow: 0px 4px 8px rgba(112, 80, 45, 0.6);
  color: #FEFEFE;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.popup-auth .auth-btn-inverse {
  border-radius: 14px;
  border: 2px solid #B8946F;
  background: var(--Wh, #FEFEFE);
  box-shadow: 0px 15px 20px 0px rgba(1, 153, 228, 0.3);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #B7936E 0.53%, #D2B58A 49.91%, #B7936E 97.35%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.popup-auth input[type=password] {
  margin: 7px 0 20px;
}
.popup-auth input[type=text], .popup-auth input[type=password] {
  border: none;
  background-color: #e6eff8;
  border-radius: 30px;
  padding: 25px 15px;
  margin: 7px 0;
  width: 100%;
  text-indent: 4px;
  color: #656565;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  outline: none;
  vertical-align: top;
}
.popup-auth .auth-title {
  margin-bottom: 20px;
}

.popup {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100vh;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(180deg, #05186A 20.71%, #2384D7 64.63%, #198CCE 73.82%, #05186A 97.96%);
}
.popup .popup-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1180px;
  height: 100%;
  max-height: 700px;
  border-radius: 30px;
  border: 4px solid #4fbab4;
  background: #FFF;
  color: #262626;
  box-shadow: 0px -10px 80px 0px rgba(79, 186, 180, 0.22) inset, 0px 20px 100px 0px #4fbab4;
}
.popup .popup-inner .close {
  z-index: 11;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: linear-gradient(54deg, #967259 2.69%, #D0A482 35.95%, #FCECBC 97.74%);
  box-shadow: 0px 15px 20px 0px rgba(1, 153, 228, 0.5);
}
.popup .popup-inner .popup-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  padding: 40px 0 40px 80px;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #FFF;
  border-radius: 14px;
  background: linear-gradient(180deg, #05186A 1.54%, #2384D7 100%);
  box-shadow: 0px 0px 80px 0px rgba(1, 153, 228, 0.3);
}
.popup .popup-inner .popup-header .block-inner {
  max-width: 730px;
}
.popup .popup-inner .popup-scroll {
  z-index: 1;
  position: relative;
  padding: 260px 80px 60px 80px;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup .popup-inner .orange-block {
  padding: 20px 30px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  border-radius: 14px;
  background: linear-gradient(45deg, #967259 -20.16%, #D0A482 49.77%, #FCECBC 105.88%);
}
.popup .popup-inner .blue-block {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius: 14px;
  background: linear-gradient(180deg, #05186A 1.54%, #2384D7 100%);
  box-shadow: 0px 0px 80px 0px rgba(1, 153, 228, 0.3);
}
.popup .popup-inner .blue-block img {
  margin-right: 40px;
  width: 180px;
}
.popup .popup-inner .blue-block .block-subhead {
  color: #FFF;
}
.popup .popup-inner .flex-item {
  display: flex;
  justify-content: start;
  align-items: center;
}
.popup .popup-inner .flex-item .item-desc b {
  font-weight: 600;
}
.popup.is-on {
  display: flex;
}

#popup--0 {
  background: none;
}
#popup--0 .popup-inner {
  max-width: 600px;
  height: auto;
  max-height: 100%;
}
#popup--0 .popup-inner .popup-scroll {
  padding: 80px 100px;
}
#popup--0 .popup-inner p {
  font-size: 18px;
  text-align: center;
}
#popup--0 .popup-inner .btns {
  margin-top: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#popup--0 .popup-inner .btns .btn-type {
  cursor: pointer;
  padding: 14px 34px;
}
#popup--0 .popup-inner .btns .btn-type--1 {
  border-radius: 14px;
  border: 1px solid #FEFEFE;
  box-shadow: 0px 15px 20px 0px rgb(79, 186, 180);
  text-decoration: none;
}
#popup--0 .popup-inner .btns .btn-type--1 p {
  text-shadow: 0px 4px 8px rgba(112, 80, 45, 0.6);
  color: #FEFEFE;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#popup--0 .popup-inner .btns .btn-type--2 {
  border-radius: 14px;
  border: 2px solid #4fbab4;
  background: var(--Wh, #FEFEFE);
  box-shadow: 0px 15px 20px 0px rgb(79, 186, 180);
  text-decoration: none;
}
#popup--0 .popup-inner .btns .btn-type--2 p {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #4fbab4;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.popup-auth {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1180px;
  padding: 30px 26px 22px;
  max-height: 700px;
  border-radius: 30px;
  border: 4px solid #4fbab4;
  background: #FFF;
  color: #262626;
  box-shadow: 0px -10px 80px 0px rgba(79, 186, 180, 0.2) inset, 0px 20px 100px 0px #4fbab4;
  height: unset;
}
.popup-auth p, .popup-auth h2, .popup-auth a, .popup-auth input, .popup-auth .auth-already, .popup-auth .auth-is-login {
  font-family: Rubik, Roboto;
  color: inherit;
  font-size: 16px;
  text-decoration: none;
}
.popup-auth .btn {
  cursor: pointer;
  padding: 14px 34px;
  height: unset;
}
.popup-auth .auth-btn {
  border-radius: 14px;
  border: 1px solid #FEFEFE;
  background: #4fbab4;
  box-shadow: 0px 15px 20px 0px rgba(79, 186, 180, 0.58);
  text-shadow: 0px 4px 8px rgb(78, 185, 179);
  color: #FEFEFE;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.popup-auth .auth-btn-inverse {
  border-radius: 14px;
  border: 2px solid #4fbab4;
  background: var(--Wh, #FEFEFE);
  box-shadow: 0px 15px 20px 0px rgba(79, 186, 180, 0.41);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #4fbab4;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.popup-auth input[type=password] {
  margin: 7px 0 20px;
}
.popup-auth input[type=text], .popup-auth input[type=password] {
  border: none;
  background-color: #e6eff8;
  border-radius: 30px;
  padding: 25px 15px;
  margin: 7px 0 10px;
  width: 100%;
  text-indent: 4px;
  color: #656565;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  outline: none;
  vertical-align: top;
}
.popup-auth .auth-title {
  margin-bottom: 20px;
}

.white-popup-block .mfp-close {
  margin: 0px 30px -60px auto;
  color: #50BBB5 !important;
  background-size: contain;
  width: 36px;
  height: 39px;
  opacity: 1;
  position: relative;
  font-size: 37px;
}

#popup--0 .popup-inner .popup-scroll {
  transform: none !important;
}

@media screen and (max-width: 1000px) {
  #popup--0 .popup-inner .btns {
    gap: 15px;
    flex-direction: column;
  }
  #popup--0 .popup-inner .popup-scroll {
    padding: 30px 26px 22px;
  }
  .auth-reg-text {
    margin-right: 40px;
    text-align: start !important;
  }
  .popup {
    align-items: center;
  }
  .popup-inner {
    margin-left: 20px;
    margin-right: 20px;
  }
  .popup .popup-inner .popup-scroll {
    width: unset;
  }
  .white-popup-block {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  a {
    text-decoration: none;
  }
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
  }
  .col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .login-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33%;
    min-width: 300px;
  }
}

/*# sourceMappingURL=module-1.css.map */
