@import url("https://fonts.googleapis.com/css2?family=Montserrat: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;
}

.aspirin-main-content {
  font: 15px/1.3 "Montserrat", sans-serif;
  position: relative;
  background-color: #fff;
  color: #000;
}
.aspirin-main-content article, .aspirin-main-content aside, .aspirin-main-content details, .aspirin-main-content figcaption, .aspirin-main-content figure, .aspirin-main-content footer, .aspirin-main-content header, .aspirin-main-content hgroup, .aspirin-main-content menu, .aspirin-main-content nav, .aspirin-main-content section {
  display: block;
}
.aspirin-main-content blockquote, .aspirin-main-content q {
  quotes: none;
}
.aspirin-main-content blockquote:before, .aspirin-main-content blockquote:after, .aspirin-main-content q:before, .aspirin-main-content q:after {
  content: "";
  content: none;
}
.aspirin-main-content strong {
  font-weight: bold;
}
.aspirin-main-content input {
  outline: none;
}
.aspirin-main-content table {
  border-collapse: collapse;
  border-spacing: 0;
}
.aspirin-main-content img {
  border: 0;
  max-width: none;
  height: auto;
}
.aspirin-main-content a {
  color: #0B62B3;
}
.aspirin-main-content a:visited {
  color: #0B62B3;
}
.aspirin-main-content a:hover {
  text-decoration: none;
  transition: 125ms ease;
}
.aspirin-main-content b {
  font-weight: 700;
}
.aspirin-main-content a:hover {
  text-decoration: underline;
}
.aspirin-main-content sup {
  font-size: 0.6em;
  vertical-align: super;
  top: 0;
  line-height: 60%;
  white-space: nowrap;
}
.aspirin-main-content i {
  font-style: italic;
}
.aspirin-main-content .open-pop {
  cursor: pointer;
}

.hero-block {
  background: linear-gradient(270deg, rgba(29, 158, 145, 0.9) 0%, rgba(0, 116, 99, 0.9) 100%);
  padding: 48px 30px 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 48px;
}
@media screen and (max-width: 1760px) {
  .hero-block {
    padding: 127px 30px 0;
  }
}
@media screen and (max-width: 1280px) {
  .hero-block {
    padding: 34px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .hero-block {
    padding: 20px 20px 0;
    margin-bottom: 30px;
  }
}
.hero-block__inner {
  max-width: 1140px;
  margin: 0 auto;
}
.hero-block__logo {
  max-width: 301px;
  position: absolute;
  top: 34px;
  left: 69px;
}
@media screen and (max-width: 1280px) {
  .hero-block__logo {
    position: static;
    padding-left: 35px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 990px) {
  .hero-block__logo {
    margin-bottom: 5px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .hero-block__logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .hero-block__logo {
    max-width: 150px;
  }
}
.hero-block__logo img {
  width: 100%;
  display: block;
}
.hero-block__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
}
@media screen and (max-width: 1280px) {
  .hero-block__content {
    padding: 0;
  }
}
.hero-block__left {
  max-width: 743px;
  flex-grow: 1;
  margin-right: 30px;
}
@media screen and (max-width: 1280px) {
  .hero-block__left {
    max-width: 630px;
  }
}
@media screen and (max-width: 990px) {
  .hero-block__left {
    max-width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .hero-block__left {
    max-width: 360px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .hero-block__left {
    max-width: 240px;
  }
}
.hero-block__top-text {
  color: #000;
  font-size: 75px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding-left: 35px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  .hero-block__top-text {
    font-size: 60px;
  }
}
@media screen and (max-width: 990px) {
  .hero-block__top-text {
    font-size: 40px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .hero-block__top-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .hero-block__top-text {
    font-size: 20px;
  }
}
.hero-block__yellow-text {
  position: relative;
  display: inline-block;
  background: linear-gradient(to bottom, #FFFADC 0%, #FFC85B 100%);
  border-radius: 60px;
  padding: 3px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .hero-block__yellow-text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .hero-block__yellow-text {
    margin-bottom: 15px;
  }
}
.hero-block__yellow-text-inner {
  border-radius: 60px;
  background: linear-gradient(270deg, #FFFADC 2.33%, #F6DA30 100.86%);
  padding: 5px 12px 12px 35px;
  color: #006353;
  font-size: 75px;
  font-weight: 900;
  line-height: 100%;
}
@media screen and (max-width: 1280px) {
  .hero-block__yellow-text-inner {
    font-size: 60px;
  }
}
@media screen and (max-width: 990px) {
  .hero-block__yellow-text-inner {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .hero-block__yellow-text-inner {
    font-size: 30px;
    padding: 5px 12px 9px 35px;
  }
}
@media screen and (max-width: 640px) {
  .hero-block__yellow-text-inner {
    font-size: 20px;
    padding: 5px 12px 9px 12px;
  }
}
.hero-block__yellow-text-inner sup {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .hero-block__yellow-text-inner sup {
    font-size: 14px;
  }
}
.hero-block__yellow-text-label {
  width: 246px;
  position: absolute;
  bottom: 84%;
  right: -3%;
}
@media screen and (max-width: 990px) {
  .hero-block__yellow-text-label {
    width: 156px;
  }
}
@media screen and (max-width: 640px) {
  .hero-block__yellow-text-label {
    width: 96px;
  }
}
.hero-block__white-text {
  color: #FFF;
  font-size: 30px;
  line-height: 130%;
  padding-left: 35px;
}
@media screen and (max-width: 1280px) {
  .hero-block__white-text {
    font-size: 25px;
  }
}
@media screen and (max-width: 990px) {
  .hero-block__white-text {
    font-size: 20px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .hero-block__white-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .hero-block__white-text {
    font-size: 14px;
  }
}
.hero-block__hum {
  position: relative;
  max-width: 343px;
  flex-shrink: 0;
  z-index: 2;
}
@media screen and (max-width: 990px) {
  .hero-block__hum {
    max-width: 234px;
    padding-right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .hero-block__hum {
    max-width: 175px;
  }
}
@media screen and (max-width: 640px) {
  .hero-block__hum {
    max-width: 154px;
  }
}
@media screen and (max-width: 480px) {
  .hero-block__hum {
    padding-right: 0;
  }
}
.hero-block__hum img {
  width: 100%;
  display: block;
}
.hero-block__mol-1 {
  max-width: 52px;
  position: absolute;
  top: 46%;
  right: -3%;
}
@media screen and (max-width: 990px) {
  .hero-block__mol-1 {
    right: 7%;
  }
}
@media screen and (max-width: 768px) {
  .hero-block__mol-1 {
    top: 33%;
  }
}
@media screen and (max-width: 480px) {
  .hero-block__mol-1 {
    display: none;
  }
}
.hero-block__mol-1 img {
  width: 100%;
  display: block;
  animation: tremble 1s linear infinite;
}
.hero-block__mol-2 {
  max-width: 52px;
  position: absolute;
  bottom: 6%;
  right: 0%;
}
@media screen and (max-width: 990px) {
  .hero-block__mol-2 {
    bottom: 1%;
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .hero-block__mol-2 {
    bottom: -2%;
    right: 8%;
  }
}
@media screen and (max-width: 480px) {
  .hero-block__mol-2 {
    display: none;
  }
}
.hero-block__mol-2 img {
  width: 100%;
  display: block;
  animation: tremble 2s linear infinite;
}
.hero-block__mol-3 {
  max-width: 88px;
  position: absolute;
  top: 76%;
  right: 20%;
}
@media screen and (max-width: 990px) {
  .hero-block__mol-3 {
    top: 67%;
    right: 30%;
  }
}
@media screen and (max-width: 768px) {
  .hero-block__mol-3 {
    max-width: 58px;
  }
}
@media screen and (max-width: 480px) {
  .hero-block__mol-3 {
    display: none;
  }
}
.hero-block__mol-3 img {
  width: 100%;
  display: block;
  animation: tremble 4s linear infinite;
}

.section-title-wrapper {
  max-width: 1200px;
  box-sizing: border-box;
  padding: 0 30px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 768px) {
  .section-title-wrapper {
    padding: 0 20px;
    margin: 0 auto 30px;
  }
}

.section-title {
  position: relative;
  padding: 24px 82px 24px 0;
  position: relative;
  border-radius: 0 150px 150px 0;
  border-left: 0;
  background: linear-gradient(90deg, #01AE92 0%, #007463 100%);
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  box-sizing: border-box;
  line-height: normal;
}
.section-title:before {
  content: "";
  width: 400px;
  height: 100%;
  background: #01AE92;
  box-sizing: border-box;
  position: absolute;
  right: 100%;
  top: 0;
}
@media screen and (max-width: 1280px) {
  .section-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 18px;
    padding: 24px 24px 24px 0;
  }
}
.section-title_small {
  font-size: 30px;
}
@media screen and (max-width: 1140px) {
  .section-title_small {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .section-title_small {
    max-width: 540px;
  }
}
@media screen and (max-width: 690px) {
  .section-title_small {
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .section-title_small {
    font-size: 18px;
  }
}

.section-wrapper {
  padding: 0 30px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 768px) {
  .section-wrapper {
    padding: 0 20px;
    margin: 0 auto 30px;
  }
}
.section-wrapper__inner {
  max-width: 1140px;
  margin: 0 auto;
}
.section-wrapper__item {
  margin-bottom: 40px;
}
.section-wrapper__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-wrapper__item {
    margin-bottom: 30px;
  }
  .section-wrapper__item:last-child {
    margin-bottom: 0;
  }
}
.section-wrapper_green {
  position: relative;
  background: linear-gradient(90deg, #007463 0%, #1D9E91 100%);
  padding: 44px 30px 83px 30px;
  border-bottom: 13px solid #F4DB38;
  margin: 0;
  overflow: hidden;
}
.section-wrapper_green::before {
  content: "";
  width: 100%;
  height: 39px;
  background: url("../img/w-line.png") 50% 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .section-wrapper_green {
    padding: 30px 20px 70px 20px;
  }
}
.section-wrapper_red {
  position: relative;
  background: linear-gradient(90deg, #732131 0%, #A64650 100%);
  padding: 30px;
  margin: 0;
  overflow: hidden;
}
.section-wrapper_red::after {
  content: "";
  width: 100%;
  height: 26%;
  background: #570819;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 940px) {
  .section-wrapper_red::after {
    height: 22%;
  }
}
@media screen and (max-width: 768px) {
  .section-wrapper_red {
    padding: 30px 20px 30px 20px;
  }
}
.section-wrapper.m-0 {
  margin: 0 !important;
}
.section-wrapper.hidden-section {
  display: none;
}

.text-img {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .text-img {
    flex-direction: column;
  }
}
.text-img__text {
  font-size: 22px;
  line-height: 130%;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .text-img__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .text-img__text {
    order: 2;
  }
}
.text-img__text p {
  margin: 0 0 15px;
}
.text-img__text p:last-child {
  margin-bottom: 0;
}
.text-img__img {
  width: 100%;
  max-width: 417px;
}
@media screen and (max-width: 640px) {
  .text-img__img {
    max-width: 210px;
    order: 1;
    margin-bottom: 10px;
  }
}
.text-img__img img {
  width: 100%;
  display: block;
}

.yellow-text-block {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 3px;
  background: linear-gradient(190deg, #fff9da 0.49%, #ffc95d 99.51%);
}
.yellow-text-block__inner {
  box-sizing: border-box;
  border-radius: 18px;
  background: linear-gradient(270deg, #FFFADC 2.33%, #F6DA30 100.86%);
  padding: 30px 38px;
  color: #006353;
  text-align: center;
  font-size: 28px;
  line-height: normal;
}
@media screen and (max-width: 1280px) {
  .yellow-text-block__inner {
    font-size: 24px;
    padding: 20px 50px;
  }
}
@media screen and (max-width: 748px) {
  .yellow-text-block__inner {
    font-size: 16px;
    padding: 20px;
  }
}

.game-section {
  background: linear-gradient(180deg, #F2BD38 0%, #CBE2B7 100%), #ECF9F8;
}
.game-section__wrapper {
  position: relative;
}
.game-section__view {
  display: none;
}
.game-section__view.finished .icon-items__item {
  cursor: default;
}
.game-section__view.finished .girl-item__message {
  display: none;
}
.game-section__view.finished .girl-item__message_2 {
  display: block;
  opacity: 1;
  transition: 1s ease 0.3s;
}
.game-section__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .game-section__inner {
    padding: 0 20px;
  }
}
.game-section__content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.game-section__top {
  padding-top: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .game-section__top {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.game-section__middle {
  flex-grow: 1;
}
.game-section__middle-content {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .game-section__middle-content {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.game-section__bottom-content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .game-section__bottom-content {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.game-section__bottom {
  background: linear-gradient(0deg, rgba(0, 91, 77, 0.7) 0%, rgba(0, 91, 77, 0.7) 100%), linear-gradient(90deg, #007463 0%, #1D9E91 100%);
  padding: 24px 0;
}
.game-section__cloud {
  width: 100%;
  max-width: 414px;
  margin-left: -100px;
}
@media screen and (max-width: 1140px) {
  .game-section__cloud {
    max-width: 264px;
  }
}
@media screen and (max-width: 768px) {
  .game-section__cloud {
    display: none;
  }
}
.game-section__cloud img {
  width: 100%;
  display: block;
}
.game-section__cloud-message {
  display: none;
  width: calc(100% + 40px);
  box-sizing: border-box;
  background: linear-gradient(90deg, #01AE92 0%, #007463 100%);
  color: #F8E339;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 70px 20px 20px;
  margin-top: -55px;
}
@media screen and (max-width: 768px) {
  .game-section__cloud-message {
    display: block;
  }
}
@media screen and (max-width: 690px) {
  .game-section__cloud-message {
    font-size: 18px;
  }
  .game-section__cloud-message span {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
}
.game-section__girl {
  flex-shrink: 0;
}
.game-section__icon-items {
  width: 100%;
  max-width: 828px;
  margin-left: -50px;
}
@media screen and (max-width: 768px) {
  .game-section__icon-items {
    margin-left: 0;
    max-width: none;
    margin-top: 20px;
  }
}
.game-section__yellow-message {
  width: 100%;
  position: relative;
  max-width: 640px;
  margin-right: 90px;
}
@media screen and (max-width: 1140px) {
  .game-section__yellow-message {
    max-width: 670px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .game-section__yellow-message {
    width: calc(100% + 40px);
    max-width: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.game-section__rec-buttons {
  width: 100%;
  max-width: 402px;
  flex-shrink: 0;
}
@media screen and (max-width: 1140px) {
  .game-section__rec-buttons {
    max-width: 306px;
  }
}
.game-section.v-0 .game-section__view_0 {
  display: block;
}
.game-section.v-0 .girl-item__message {
  left: 0;
  bottom: 5%;
}
.game-section.v-1 .game-section__view_1 {
  display: block;
}
.game-section.v-1 .girl-item__message_1 {
  left: 0;
  bottom: 10%;
}
.game-section.v-1 .girl-item__message_2 {
  left: 32%;
  bottom: 27%;
}
@media screen and (max-width: 768px) {
  .game-section.v-1 .game-section__bottom {
    padding-top: 0;
    margin-top: 50px;
  }
}
.game-section.v-2 .game-section__view_2 {
  display: block;
}
.game-section.v-2 .girl-item__message {
  left: 0;
  bottom: 5%;
}
@media screen and (max-width: 768px) {
  .game-section.v-2 .game-section__bottom {
    margin-top: 30px;
  }
}

.girl-item {
  position: relative;
  width: 100%;
  max-width: 475px;
}
@media screen and (max-width: 1140px) {
  .girl-item {
    max-width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .girl-item {
    max-width: 300px;
  }
}
.girl-item__item {
  width: 100%;
  display: block;
  position: relative;
  opacity: 0;
  transition: 0.5s ease;
}
@media screen and (max-width: 768px) {
  .girl-item__item {
    mask-image: linear-gradient(to bottom, black 0%, black 70%, transparent 100%);
  }
}
.girl-item__item.p-girl-item_2 {
  position: absolute;
  top: 0;
  left: 0;
}
.girl-item__item.asp-girl-item_2 {
  position: absolute;
  top: 0;
  left: 0;
}
.girl-item__item.is-on {
  opacity: 1;
}
.girl-item__message {
  max-width: 322px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 2px solid #007463;
  background: #FFF;
  padding: 16px 20px;
  color: #000;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  position: absolute;
}
@media screen and (max-width: 1140px) {
  .girl-item__message {
    max-width: 275px;
    font-size: 16px;
    padding: 16px 20px;
  }
}
@media screen and (max-width: 768px) {
  .girl-item__message {
    max-width: none;
    position: relative;
    left: 0 !important;
    bottom: 0 !important;
    margin-top: -85px;
  }
}
.girl-item__message_2 {
  opacity: 0;
}
.girl-item__message.is-on {
  opacity: 1;
}

.icon-items__title {
  color: #282828;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media screen and (max-width: 1140px) {
  .icon-items__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .icon-items__title {
    margin-bottom: 20px;
  }
}
.icon-items__row {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1140px) {
  .icon-items__row {
    margin-bottom: 30px;
  }
  .icon-items__row:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 580px) {
  .icon-items__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}
.icon-items__row:last-child {
  margin-bottom: 0;
}
.icon-items__item {
  width: 100%;
  max-width: 234px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1%;
  cursor: url("../img/wand.png") 5 5, auto;
}
@media screen and (max-width: 1140px) {
  .icon-items__item {
    max-width: 185px;
  }
}
@media screen and (max-width: 960px) {
  .icon-items__item {
    max-width: 160px;
  }
}
@media screen and (max-width: 580px) {
  .icon-items__item {
    max-width: none;
  }
}
.icon-items__item_asp .icon-items__icon img:last-child {
  display: none;
}
.icon-items__item.is-on .icon-items__small-icon {
  opacity: 1;
  transition: 0.5s ease;
}
.icon-items__item.is-on .icon-items__big-icon {
  opacity: 1;
  transition: 0.5s ease;
}
.icon-items__item.is-on.animated .icon-items__icon {
  animation: blink 0.5s linear 2;
}
.icon-items__item.is-on.icon-items__item_asp .icon-items__icon {
  background: radial-gradient(50% 50% at 50% 50%, #1D9E91 0%, #007463 100%);
}
.icon-items__item.is-on.icon-items__item_asp img:first-child {
  display: none;
}
.icon-items__item.is-on.icon-items__item_asp img:last-child {
  display: block;
}
.icon-items__icon {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
  box-sizing: border-box;
  border: 3px solid #fff;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.icon-items__icon.blink {
  animation: blink 1s ease 2;
}
@media screen and (max-width: 960px) {
  .icon-items__icon {
    width: 80px;
    height: 80px;
    padding: 14px;
  }
  .icon-items__icon img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .icon-items__icon {
    width: 100px;
    height: 100px;
    padding: 0;
  }
  .icon-items__icon img {
    width: auto;
  }
}
.icon-items__icon img {
  display: block;
}
.icon-items__label {
  color: #282828;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1140px) {
  .icon-items__label {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .icon-items__label {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .icon-items__label {
    font-size: 14px;
  }
}
@media screen and (max-width: 580px) {
  .icon-items__label {
    font-size: 12px;
  }
}
.icon-items__small-icon {
  position: absolute;
  right: 15%;
  bottom: 15%;
  opacity: 0;
}
.icon-items__big-icon {
  position: absolute;
  right: -26%;
  bottom: 0;
  opacity: 0;
}

.yellow-message {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0 20px 0 0;
  background: #FFFBE4;
  padding: 32px 64px 32px 0;
  position: absolute;
  left: 0;
  bottom: -24px;
}
@media screen and (max-width: 1140px) {
  .yellow-message {
    padding: 22px 40px 22px 0;
  }
}
@media screen and (max-width: 768px) {
  .yellow-message {
    position: static;
    border-radius: 0;
    padding: 60px 20px 20px 20px;
  }
}
.yellow-message:before {
  content: "";
  width: 400px;
  height: 100%;
  background: #FFFBE4;
  box-sizing: border-box;
  position: absolute;
  right: 100%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .yellow-message:before {
    content: none;
  }
}
.yellow-message__icon {
  width: 100%;
  max-width: 142px;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1140px) {
  .yellow-message__icon {
    max-width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .yellow-message__icon {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.yellow-message__icon img {
  width: 100%;
  display: block;
}
.yellow-message p {
  color: #000;
  font-size: 18px;
  line-height: 120%;
  margin: 0 0 20px;
}
@media screen and (max-width: 1140px) {
  .yellow-message p {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .yellow-message p {
    margin: 0 0 10px;
  }
  .yellow-message p:last-child {
    margin: 0;
  }
}
.yellow-message p:last-child {
  margin: 0;
}

.rec-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.rec-buttons__title {
  color: #F8E339;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.rec-buttons__buttons {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 540px) {
  .rec-buttons__buttons {
    flex-direction: column;
    align-items: center;
  }
}
.rec-buttons__button {
  width: 100%;
  max-width: 395px;
  background: linear-gradient(to bottom, #fff9da 0%, #ffc95c 100%);
  padding: 3px;
  border-radius: 60px;
  cursor: pointer;
  margin-right: 40px;
  transition: 0.5s ease;
}
@media screen and (max-width: 1140px) {
  .rec-buttons__button {
    max-width: 300px;
  }
}
@media screen and (max-width: 690px) {
  .rec-buttons__button {
    max-width: 230px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 540px) {
  .rec-buttons__button {
    height: 66px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .rec-buttons__button:last-child {
    margin-bottom: 0;
  }
  .rec-buttons__button:last-child {
    margin-right: 0;
  }
}
.rec-buttons__button:last-child {
  margin-right: 0;
}
.rec-buttons__button:hover {
  opacity: 0.8;
}
.rec-buttons__button-inner {
  height: 100%;
  box-sizing: border-box;
  border-radius: 60px;
  background: linear-gradient(270deg, #FFF 2.33%, #FFFADC 100.86%);
  color: #0C5A53;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
}
@media screen and (max-width: 1140px) {
  .rec-buttons__button-inner {
    font-size: 24px;
  }
}
@media screen and (max-width: 690px) {
  .rec-buttons__button-inner {
    font-size: 18px;
  }
}
@media screen and (max-width: 540px) {
  .rec-buttons__button-inner {
    padding: 5px 10px;
  }
}
.rec-buttons__button.disabled {
  pointer-events: none;
  opacity: 0.8;
}
.rec-buttons__button_small .rec-buttons__button-inner {
  font-size: 24px;
}
@media screen and (max-width: 1140px) {
  .rec-buttons__button_small .rec-buttons__button-inner {
    font-size: 19px;
  }
}
@media screen and (max-width: 690px) {
  .rec-buttons__button_small .rec-buttons__button-inner {
    font-size: 18px;
  }
}
@media screen and (max-width: 540px) {
  .rec-buttons__button_small .rec-buttons__button-inner {
    font-size: 16px;
  }
}

.aspirin-info__logo {
  max-width: 315px;
  margin: 0 auto 17px;
}
.aspirin-info__logo img {
  width: 100%;
  display: block;
}
.aspirin-info__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .aspirin-info__content {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.aspirin-info__item {
  width: 100%;
  max-width: 362px;
  border-radius: 20px;
  border: 2px solid #FFF;
  background: #007463;
  box-sizing: border-box;
  padding: 28px 8px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .aspirin-info__item {
    font-size: 14px;
    padding: 20px 8px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .aspirin-info__item:last-child {
    margin-bottom: 0;
  }
}
.aspirin-info__item:last-child {
  margin-right: 0;
}

.aspirin-pack-info__top {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .aspirin-pack-info__top {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.aspirin-pack-info__left {
  width: 100%;
  flex-grow: 1;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .aspirin-pack-info__left {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.aspirin-pack-info__right {
  width: 100%;
  max-width: 480px;
  flex-shrink: 0;
}
@media screen and (max-width: 1140px) {
  .aspirin-pack-info__right {
    max-width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .aspirin-pack-info__right {
    max-width: 280px;
  }
}
.aspirin-pack-info__right img {
  width: 100%;
  display: block;
}
.aspirin-pack-info__logo {
  max-width: 416px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .aspirin-pack-info__logo {
    max-width: 280px;
    margin: 0 auto 20px;
  }
}
.aspirin-pack-info__logo img {
  width: 100%;
  display: block;
}
.aspirin-pack-info__text {
  color: #FFF;
  font-size: 22px;
  line-height: 130%;
}
@media screen and (max-width: 1140px) {
  .aspirin-pack-info__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .aspirin-pack-info__text {
    font-size: 16px;
  }
}
.aspirin-pack-info__text span {
  color: #FFDB04;
}
.aspirin-pack-info__bottom {
  border-radius: 30px;
  border: 2px solid #FFF;
  padding: 16px 60px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1140px) {
  .aspirin-pack-info__bottom {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 768px) {
  .aspirin-pack-info__bottom {
    flex-direction: column;
  }
}
.aspirin-pack-info__bottom-item {
  color: #FFF;
  font-size: 18px;
  line-height: 130%;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .aspirin-pack-info__bottom-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.aspirin-pack-info__bottom-item:first-child {
  width: 53%;
}
@media screen and (max-width: 768px) {
  .aspirin-pack-info__bottom-item:first-child {
    width: 100%;
    text-align: center;
  }
}
.aspirin-pack-info__bottom-item:nth-child(2) {
  width: 74%;
}
@media screen and (max-width: 768px) {
  .aspirin-pack-info__bottom-item:nth-child(2) {
    width: 100%;
  }
}
.aspirin-pack-info__bottom-item:last-child {
  width: 90%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .aspirin-pack-info__bottom-item:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1140px) {
  .aspirin-pack-info__bottom-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .aspirin-pack-info__bottom-item {
    font-size: 14px;
  }
}
.aspirin-pack-info__bottom-item span {
  color: #FFDB04;
}

.afrin-pack-info__title {
  max-width: 800px;
  color: #F8E339;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 45px;
}
@media screen and (max-width: 1140px) {
  .afrin-pack-info__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .afrin-pack-info__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .afrin-pack-info__title {
    font-size: 20px;
  }
}
.afrin-pack-info__content {
  display: flex;
  justify-content: space-between;
  padding-right: 50px;
}
@media screen and (max-width: 1140px) {
  .afrin-pack-info__content {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .afrin-pack-info__content {
    flex-direction: column;
    align-items: center;
  }
}
.afrin-pack-info__left {
  position: relative;
  width: 100%;
  max-width: 563px;
  flex-shrink: 0;
}
@media screen and (max-width: 940px) {
  .afrin-pack-info__left {
    max-width: 453px;
  }
}
@media screen and (max-width: 768px) {
  .afrin-pack-info__left {
    max-width: none;
    order: 2;
  }
}
.afrin-pack-info__right {
  width: 100%;
  max-width: 400px;
  padding-top: 35px;
}
@media screen and (max-width: 1140px) {
  .afrin-pack-info__right {
    max-width: none;
  }
}
@media screen and (max-width: 940px) {
  .afrin-pack-info__right {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .afrin-pack-info__right {
    order: 1;
    margin-bottom: 30px;
  }
}
.afrin-pack-info__pack {
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 1140px) {
  .afrin-pack-info__pack {
    max-width: 453px;
  }
}
@media screen and (max-width: 940px) {
  .afrin-pack-info__pack {
    max-width: 433px;
  }
}
@media screen and (max-width: 560px) {
  .afrin-pack-info__pack {
    max-width: 300px;
  }
}
.afrin-pack-info__pack-item {
  width: 100%;
  position: relative;
  display: block;
}
.afrin-pack-info__decor {
  width: 943px;
  max-width: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6%;
}
@media screen and (max-width: 1140px) {
  .afrin-pack-info__decor {
    width: 833px;
    bottom: -14%;
  }
}
@media screen and (max-width: 768px) {
  .afrin-pack-info__decor {
    width: calc(100% + 40px);
    bottom: 0;
  }
}
@media screen and (max-width: 560px) {
  .afrin-pack-info__decor {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
}
.afrin-pack-info__list-item {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 1060px) {
  .afrin-pack-info__list-item {
    margin-bottom: 20px;
  }
  .afrin-pack-info__list-item:last-child {
    margin-bottom: 0;
  }
}
.afrin-pack-info__list-item:last-child {
  margin-bottom: 0;
}
.afrin-pack-info__list-item-bull {
  width: 15px;
  padding-top: 1px;
  margin-right: 8px;
  flex-shrink: 0;
}
.afrin-pack-info__list-item-bull img {
  width: 100%;
  display: block;
}
.afrin-pack-info__list-item-text {
  color: #FFF;
  font-size: 20px;
  line-height: 130%;
}
@media screen and (max-width: 1140px) {
  .afrin-pack-info__list-item-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .afrin-pack-info__list-item-text {
    font-size: 14px;
  }
}
.afrin-pack-info__list-item-text span {
  color: #F8E339;
}
.afrin-pack-info__button {
  width: 100%;
  display: block;
  box-sizing: border-box;
  border-radius: 60px;
  padding: 3px;
  background: linear-gradient(190deg, #fff9da 0.49%, #ffc95d 99.51%);
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-top: 90px;
}
.afrin-pack-info__button:visited {
  color: #fff !important;
}
.afrin-pack-info__button:visited .afrin-info__button-inner {
  color: #fff !important;
}
@media screen and (max-width: 940px) {
  .afrin-pack-info__button {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .afrin-pack-info__button {
    margin: 0 auto;
  }
}
.afrin-pack-info__button:hover {
  opacity: 0.8;
  transition: 125ms ease;
}
.afrin-pack-info__button-inner {
  display: block;
  box-sizing: border-box;
  border-radius: 60px;
  background: linear-gradient(270deg, #D4496A 2.33%, #AB2545 100.86%);
  display: flex;
  justify-content: center;
  padding: 14px 20px;
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  line-height: normal;
}
.afrin-pack-info__button-inner:visited {
  color: #fff !important;
}
.afrin-pack-info__button-inner:visited .afrin-info__button-inner {
  color: #fff !important;
}
@media screen and (max-width: 940px) {
  .afrin-pack-info__button-inner {
    font-size: 16px;
    padding: 20px;
  }
}

.section-item-title {
  color: #006353;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1280px) {
  .section-item-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .section-item-title {
    font-size: 20px;
  }
}
.section-item-title_purple {
  color: #4D299E;
}
.section-item-title_black {
  color: #000;
}

.bayer-block {
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .bayer-block {
    padding-top: 30px;
  }
}
.bayer-block img {
  width: 100%;
  display: block;
}

.card-container__title {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .card-container__title {
    margin-bottom: 30px;
  }
}
.card-container__controls {
  display: flex;
  justify-content: flex-end;
  margin-top: -52px;
}
@media screen and (max-width: 940px) {
  .card-container__controls {
    margin-top: -30px;
  }
}
@media screen and (max-width: 600px) {
  .card-container__controls {
    margin-top: 0;
  }
}
.card-container .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.card-container .owl-dots button {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4D299E;
  margin: 0 5px;
  opacity: 0.5;
}
.card-container .owl-dots button.active {
  opacity: 1;
}

.card-controls {
  display: flex;
}
.card-controls button {
  display: block;
  border: none;
  width: 64px;
  height: 64px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: transparent;
  box-shadow: none;
}
@media screen and (max-width: 940px) {
  .card-controls button {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .card-controls button {
    display: none;
  }
}
.card-controls button.owl-prev {
  background-image: url("../img/larr.png");
  margin-right: 18px;
}
.card-controls button.owl-next {
  background-image: url("../img/rarr.png");
}
.card-controls button.disabled {
  opacity: 0.5;
}

.more-modules {
  margin-top: 36px;
}
@media screen and (max-width: 600px) {
  .more-modules {
    margin-top: 0;
  }
}
.more-modules__item {
  position: relative;
  height: 290px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 0.75px solid #FFF;
  background: #ECF9F8;
  padding: 30px 20px;
}
@media screen and (max-width: 768px) {
  .more-modules__item {
    height: 230px;
  }
}
.more-modules__item_active {
  pointer-events: none;
}
.more-modules__item_disabled {
  pointer-events: none;
}
.more-modules__num {
  color: #4D299E;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .more-modules__num {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .more-modules__num {
    font-size: 20px;
  }
}
.more-modules__title {
  height: 108px;
  color: #000;
  font-size: 22px;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .more-modules__title {
    height: 88px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .more-modules__title {
    height: 80px;
    font-size: 16px;
  }
}
.more-modules__label {
  display: inline-block;
  color: #4D299E;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  padding: 10px 16px;
  border-radius: 96px;
  border: 1px solid #4D299E;
}
@media screen and (max-width: 1280px) {
  .more-modules__label {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .more-modules__label {
    font-size: 16px;
  }
}
.more-modules__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sources {
  padding: 45px 30px;
  background: #ececec;
  color: #8c8c8c;
  font-size: 14px;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .sources {
    padding: 30px 20px;
  }
}
.sources__inner {
  max-width: 1140px;
  margin: 0 auto;
}
.sources__item {
  margin-bottom: 20px;
}
.sources__item:last-child {
  margin-bottom: 0;
}
.sources__item p {
  margin: 0;
}
.sources__item ol {
  margin: 0;
  padding: 0 0 0 32px;
}

.popup-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 100;
}
.popup-overlay__inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  overflow: auto;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .popup-overlay__inner {
    padding: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .popup-overlay__inner {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .popup-overlay__inner {
    padding: 0;
  }
}
.popup-overlay.active {
  display: block;
}

.popup {
  background: #fff;
  border-radius: 20px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .popup {
    border-radius: 0;
  }
}
.popup .close {
  width: 48px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .popup .close {
    top: 10px;
    right: 10px;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 460px) {
  .popup .close {
    width: 30px;
  }
}
.popup .close img {
  width: 100%;
  display: block;
}

.pop-info .popup {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}

.pop-content {
  padding: 60px 200px 40px 30px;
}
@media screen and (max-width: 1280px) {
  .pop-content {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pop-content {
    padding: 20px;
  }
}
.pop-content__section {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pop-content__section {
    flex-direction: column;
    align-items: center;
  }
}
.pop-content__section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .pop-content__section {
    margin-bottom: 30px;
  }
  .pop-content__section:last-child {
    margin-bottom: 0;
  }
}
.pop-content__section-left {
  width: 100%;
  max-width: 186px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .pop-content__section-left {
    max-width: 96px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.pop-content__section-right {
  flex-grow: 1;
}
.pop-content__left-img {
  width: 100%;
}
.pop-content__left-img img {
  width: 100%;
  display: block;
}
.pop-content__left-num {
  width: 100%;
  max-width: 110px !important;
}
.pop-content__left-num img {
  width: 100%;
  display: block;
}
.pop-content__item {
  margin-bottom: 40px;
}
.pop-content__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .pop-content__item {
    margin-bottom: 30px;
  }
  .pop-content__item:last-child {
    margin-bottom: 0;
  }
}
.pop-content__green-title {
  color: #005B4D;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .pop-content__green-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .pop-content__green-title {
    font-size: 24px;
  }
}
.pop-content__text {
  color: #000;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 20px;
}
.pop-content__text span {
  color: #005B4D;
}
.pop-content__text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .pop-content__text {
    font-size: 16px;
  }
}
.pop-content__color-block {
  padding: 20px;
  border-radius: 20px;
  background: #ECF9F8;
}
.pop-content__headline {
  color: #005B4D;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}
.pop-content__headline:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .pop-content__headline {
    font-size: 16px;
  }
}
.pop-content__list {
  margin: 0;
  padding: 0 0 0 28px;
}
@media screen and (max-width: 768px) {
  .pop-content__list {
    padding: 0 0 0 24px;
  }
}
.pop-content__list li {
  color: #000;
  font-size: 22px;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .pop-content__list li {
    font-size: 16px;
  }
}
.pop-content__color-img-block {
  padding: 20px;
  border-radius: 20px;
  background: #FFFBE4;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pop-content__color-img-block {
    flex-direction: column;
  }
}
.pop-content__color-img-block-icon {
  width: 100%;
  max-width: 80px;
  margin-right: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .pop-content__color-img-block-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.pop-content__color-img-block-icon img {
  width: 100%;
  display: block;
}
.pop-content__color-img-block-text {
  color: #000;
  font-size: 22px;
  line-height: 120%;
}
.pop-content__color-img-block-text span {
  color: #005B4D;
}
@media screen and (max-width: 768px) {
  .pop-content__color-img-block-text {
    font-size: 16px;
  }
}
.pop-content__color-img-block_blue {
  background: #ECF9F8;
}
.pop-content__packs {
  max-width: 454px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pop-content__packs {
    max-width: 300px;
  }
}
.pop-content__packs img {
  width: 100%;
  display: block;
}
.pop-content__two-cols {
  display: flex;
}
@media screen and (max-width: 768px) {
  .pop-content__two-cols {
    display: block;
  }
}
.pop-content__two-cols-col {
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  background: #ECF9F8;
  padding: 20px;
  margin-right: 36px;
}
.pop-content__two-cols-col:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .pop-content__two-cols-col {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .pop-content__two-cols-col:last-child {
    margin-bottom: 0;
  }
}
.pop-content__two-cols-col p {
  margin: 0 0 15px;
  color: #000;
  font-size: 22px;
  line-height: 120%;
}
.pop-content__two-cols-col p b {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .pop-content__two-cols-col p {
    font-size: 16px;
  }
}
.pop-content__two-cols-col p:last-child {
  margin: 0;
}

.pop-table-info .pop-content {
  padding: 40px 80px;
}
@media screen and (max-width: 1280px) {
  .pop-table-info .pop-content {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pop-table-info .pop-content {
    padding: 20px;
  }
}

.pop-table__row {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .pop-table__row {
    display: block;
  }
}
.pop-table__col {
  margin-right: 4px;
}
.pop-table__col:first-child .pop-table__th {
  border-radius: 20px 0 0 0;
}
.pop-table__col:last-child {
  margin-right: 0;
}
.pop-table__col:last-child .pop-table__th {
  border-radius: 0 20px 0 0;
}
.pop-table__col_1 {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .pop-table__col_1 {
    width: 100%;
  }
}
.pop-table__col_2 {
  width: 26%;
}
@media screen and (max-width: 768px) {
  .pop-table__col_2 {
    width: 100%;
  }
}
.pop-table__col_3 {
  width: 51%;
}
@media screen and (max-width: 768px) {
  .pop-table__col_3 {
    width: 100%;
  }
}
.pop-table__col_full {
  width: 100%;
}
.pop-table__col_full b {
  font-weight: 600;
}
.pop-table__col_full .pop-table__td {
  border-bottom: none;
}
.pop-table__th {
  width: 100%;
  height: 100%;
  min-height: 62px;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #005B4D;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  background: #ECF9F8;
}
@media screen and (max-width: 768px) {
  .pop-table__th {
    display: none;
    font-size: 16px;
  }
}
.pop-table__th_m {
  display: none;
}
@media screen and (max-width: 768px) {
  .pop-table__th_m {
    display: flex;
    border-radius: 0 !important;
  }
}
.pop-table__td {
  width: 100%;
  height: 100%;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #282828;
  font-size: 18px;
  line-height: 120%;
  border-bottom: 1px solid #6FAAA5;
}
@media screen and (max-width: 768px) {
  .pop-table__td {
    display: block;
    font-size: 16px;
    text-align: center;
  }
}

.pop-instruction .popup-overlay__inner {
  padding: 20px;
}
@media screen and (max-width: 1280px) {
  .pop-instruction .popup-overlay__inner {
    padding: 0;
  }
}
.pop-instruction .close {
  width: 64px;
  top: 20px;
  right: 20px;
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .pop-instruction .close {
    width: 32px;
  }
}
.pop-instruction .popup {
  max-width: 1200px;
}
.pop-instruction .pop-content {
  color: #FFF;
  position: relative;
  background: linear-gradient(90deg, #007463 0%, #1D9E91 100%);
  padding: 56px 279px 70px 258px;
  border-bottom: 13px solid #F4DB38;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .pop-instruction .pop-content {
    border-radius: 0;
    padding: 56px 100px 70px 100px;
  }
}
@media screen and (max-width: 940px) {
  .pop-instruction .pop-content {
    padding: 56px 100px 70px 30px;
  }
}
@media screen and (max-width: 768px) {
  .pop-instruction .pop-content {
    padding: 70px 20px 50px 20px;
  }
}
.pop-instruction .pop-content::before {
  content: "";
  width: 100%;
  height: 39px;
  background: url("../img/w-line.png") 50% 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(-1);
}
.pop-instruction__title {
  border-radius: 70px;
  border: 2px solid #FFF;
  text-align: center;
  padding: 16px 28px;
  color: #FFDB04;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 940px) {
  .pop-instruction__title {
    max-width: 410px;
    display: block;
    font-size: 22px;
    padding: 16px 20px;
    margin: 0 auto 24px;
  }
}
.pop-instruction__img-list {
  margin-bottom: 20px;
}
.pop-instruction__img-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.pop-instruction__img-list-item:last-child {
  margin-bottom: 0;
}
.pop-instruction__img-list-icon {
  width: 100%;
  max-width: 32px;
  margin-right: 25px;
  flex-shrink: 0;
}
.pop-instruction__img-list-icon img {
  width: 100%;
  display: block;
}
.pop-instruction__img-list-text {
  flex-grow: 1;
  font-size: 22px;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  .pop-instruction__img-list-text {
    font-size: 16px;
  }
}
.pop-instruction__headline {
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .pop-instruction__headline {
    font-size: 16px;
  }
}
.pop-instruction__list {
  max-width: 420px;
  margin: 0;
  padding: 0 0 0 28px;
}
@media screen and (max-width: 768px) {
  .pop-instruction__list {
    padding: 0 0 0 24px;
  }
}
.pop-instruction__list li {
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 10px;
}
.pop-instruction__list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .pop-instruction__list li {
    font-size: 16px;
  }
}
.pop-instruction__pack {
  width: 100%;
  max-width: 612px;
  margin: -170px 0 0 170px;
}
@media screen and (max-width: 940px) {
  .pop-instruction__pack {
    max-width: 400px;
    margin: -110px 0 0 260px;
  }
}
@media screen and (max-width: 768px) {
  .pop-instruction__pack {
    margin: 20px auto 0;
  }
}
.pop-instruction__pack img {
  width: 100%;
  display: block;
}

@keyframes tremble {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.tag {
  text-align: end;
  font-size: 14px;
  margin-bottom: 5px;
  color: black;
  font-weight: 500;
}

.owl-prev, .owl-next {
  position: static;
  transform: none;
}

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