@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 72px 24px 0;
  position: relative;
  border-radius: 0 150px 150px 0;
  border-left: 0;
  background: linear-gradient(270deg, rgba(246, 218, 48, 0.9) 2.33%, rgba(255, 250, 220, 0.9) 98.97%);
  color: #006353;
  font-size: 40px;
  font-weight: 700;
  box-sizing: border-box;
  line-height: normal;
}
.section-title:before {
  content: "";
  width: 400px;
  height: 100%;
  background: rgba(255, 250, 220, 0.9);
  box-sizing: border-box;
  position: absolute;
  right: 100%;
  top: -2px;
}
@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-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_blue {
  background: #ECF9F8;
  padding: 44px 30px;
}
@media screen and (max-width: 768px) {
  .section-wrapper_blue {
    padding: 30px 20px;
  }
}
.section-wrapper_l-purple {
  background: #EEECF9;
  padding: 44px 30px;
}
@media screen and (max-width: 768px) {
  .section-wrapper_l-purple {
    padding: 30px 20px;
  }
}
.section-wrapper_afrin-green {
  background: linear-gradient(270deg, #007463 0%, #1D9E91 50%, #FFF9DA 100%);
  padding: 30px 30px 70px 30px;
}
@media screen and (max-width: 768px) {
  .section-wrapper_afrin-green {
    padding: 30px 20px 70px 20px;
  }
}
.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_paper {
  background: #ECF9F8;
  padding: 5px 30px;
}
@media screen and (max-width: 1280px) {
  .section-wrapper_paper {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section-wrapper_paper {
    padding: 30px 20px;
  }
}
.section-wrapper_purple {
  position: relative;
  background: linear-gradient(270deg, #59418F 0%, #8067B8 100%);
  padding: 44px 30px 83px 30px;
  border-bottom: 13px solid #F4DB38;
  margin: 0;
  overflow: hidden;
}
.section-wrapper_purple::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%) scale(-1);
}
@media screen and (max-width: 768px) {
  .section-wrapper_purple {
    padding: 30px 20px 70px 20px;
  }
}
.section-wrapper.m-0 {
  margin: 0 !important;
}

.hum-info__row {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1280px) {
  .hum-info__row {
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .hum-info__row {
    flex-direction: column;
    align-items: center;
  }
}
.hum-info__img {
  max-width: 548px;
  margin-left: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 1280px) {
  .hum-info__img {
    max-width: 396px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .hum-info__img {
    max-width: 296px;
  }
}
@media screen and (max-width: 768px) {
  .hum-info__img {
    max-width: 360px;
    margin-right: 0;
  }
}
.hum-info__img img {
  width: 100%;
  display: block;
}
.hum-info__content {
  font-size: 22px;
  line-height: 130%;
  padding-bottom: 30px;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .hum-info__content {
    font-size: 16px;
  }
}
.hum-info__content p {
  margin: 0 0 15px;
}
.hum-info__content p:last-child {
  margin-bottom: 0;
}
.hum-info__content ul {
  margin: 0 0 15px;
  padding: 0 0 0 24px;
}
.hum-info__content ul:last-child {
  margin-bottom: 0;
}
.hum-info__color-block {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 3px;
  background: linear-gradient(190deg, #fff9da 0.49%, #ffc95d 99.51%);
}
.hum-info__color-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;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1280px) {
  .hum-info__color-block-inner {
    font-size: 24px;
    padding: 20px 50px;
  }
}
@media screen and (max-width: 748px) {
  .hum-info__color-block-inner {
    font-size: 16px;
    padding: 20px;
  }
}

.pack-info {
  display: flex;
}
@media screen and (max-width: 1280px) {
  .pack-info {
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 860px) {
  .pack-info {
    flex-direction: column;
  }
}
.pack-info__left {
  width: 100%;
  max-width: 622px;
}
@media screen and (max-width: 1280px) {
  .pack-info__left {
    max-width: 512px;
  }
}
@media screen and (max-width: 1024px) {
  .pack-info__left {
    max-width: 440px;
  }
}
@media screen and (max-width: 860px) {
  .pack-info__left {
    order: 2;
  }
}
@media screen and (max-width: 860px) {
  .pack-info__wrapper {
    order: 1;
  }
}
.pack-info__pack {
  max-width: 714px;
  flex-shrink: 0;
  margin-left: -93px;
}
@media screen and (max-width: 1280px) {
  .pack-info__pack {
    max-width: 500px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .pack-info__pack {
    max-width: 420px;
  }
}
.pack-info__pack img {
  width: 100%;
  display: block;
}
.pack-info__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: 24px;
}
@media screen and (max-width: 940px) {
  .pack-info__title {
    max-width: 410px;
    display: block;
    font-size: 22px;
    padding: 16px 20px;
    margin: 0 auto 24px;
  }
}
.pack-info__list {
  max-width: 732px;
  color: #FFF;
  font-size: 18px;
  line-height: normal;
  margin: 0 0 57px;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 768px) {
  .pack-info__list {
    font-size: 16px;
    margin: 0 0 30px;
  }
}
.pack-info__text {
  color: #FFF;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .pack-info__text {
    font-size: 16px;
  }
}
.pack-info__content {
  margin-bottom: 40px;
}
@media screen and (max-width: 1120px) {
  .pack-info__content {
    justify-content: space-between;
  }
}
@media screen and (max-width: 940px) {
  .pack-info__content {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .pack-info__content {
    margin-bottom: 30px;
  }
}
.pack-info__icons {
  max-width: 447px;
  flex-shrink: 0;
  margin-right: 30px;
}
@media screen and (max-width: 940px) {
  .pack-info__icons {
    max-width: 566px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 48px;
  }
}
.pack-info__row {
  display: flex;
  justify-content: space-around;
  margin-bottom: 48px;
}
.pack-info__row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .pack-info__row {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .pack-info__row:last-child {
    margin-bottom: 0;
  }
}
.pack-info__item {
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .pack-info__item {
    margin-bottom: 30px;
  }
  .pack-info__item:last-child {
    margin-bottom: 0;
  }
}
.pack-info__icon {
  max-width: 116px;
  margin-bottom: 18px;
}
.pack-info__icon img {
  width: 100%;
  display: block;
}
.pack-info__icon-text {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.pack-info__bottom-text {
  color: #fff;
  font-size: 22px;
  line-height: 130%;
}
@media screen and (max-width: 1280px) {
  .pack-info__bottom-text {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 860px) {
  .pack-info__bottom-text {
    text-align: center;
  }
}

.types-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .types-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.types-info__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 78px;
}
@media screen and (max-width: 1280px) {
  .types-info__col {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .types-info__col {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .types-info__col:last-child {
    margin-bottom: 0;
  }
}
.types-info__col:nth-child(2) {
  padding-bottom: 0;
  margin: 0 20px;
}
@media screen and (max-width: 1280px) {
  .types-info__col:nth-child(2) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .types-info__col:nth-child(2) {
    margin: 0 0 30px;
    order: -1;
  }
}
.types-info__text-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 2px solid #007463;
  background: #FFF;
  padding: 10px;
  color: #000;
  text-align: center;
  font-size: 22px;
  line-height: 130%;
}
@media screen and (max-width: 1280px) {
  .types-info__text-item {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .types-info__text-item {
    font-size: 16px;
  }
}
.types-info__text-item span {
  color: #007463;
}
.types-info__text-item_1 {
  max-width: 266px;
}
.types-info__text-item_2 {
  max-width: 428px;
  min-height: 300px;
  font-size: 30px;
}
@media screen and (max-width: 1280px) {
  .types-info__text-item_2 {
    font-size: 24px;
    min-height: 230px;
  }
}
@media screen and (max-width: 768px) {
  .types-info__text-item_2 {
    font-size: 20px;
    min-height: 0;
  }
}
.types-info__text-item_3 {
  max-width: 322px;
}
.types-info__icon {
  margin-bottom: 10px;
}
.types-info__icon img {
  width: 100%;
  display: block;
}
.types-info__icon_cup {
  max-width: 252px;
}
@media screen and (max-width: 1280px) {
  .types-info__icon_cup {
    max-width: 162px;
  }
}
@media screen and (max-width: 768px) {
  .types-info__icon_cup {
    max-width: 120px;
  }
}
.types-info__icon_glass {
  max-width: 165px;
}
@media screen and (max-width: 1280px) {
  .types-info__icon_glass {
    max-width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .types-info__icon_glass {
    max-width: 80px;
  }
}

.icon-info-items__top-text {
  color: #000;
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 70px;
}
@media screen and (max-width: 1280px) {
  .icon-info-items__top-text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .icon-info-items__top-text {
    font-size: 16px;
  }
}
.icon-info-items__item {
  padding: 36px 44px 36px 257px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 2px solid #007463;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 70px;
}
.icon-info-items__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .icon-info-items__item {
    padding: 36px 44px 36px 178px;
    margin-bottom: 30px;
  }
  .icon-info-items__item:first-child .icon-info-items__icon img {
    width: 107px;
  }
  .icon-info-items__item:nth-child(2) .icon-info-items__icon img {
    width: 162px;
  }
  .icon-info-items__item:last-child {
    margin-bottom: 0;
  }
  .icon-info-items__item:last-child .icon-info-items__icon img {
    width: 80px;
  }
}
@media screen and (max-width: 640px) {
  .icon-info-items__item {
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .icon-info-items__item {
    flex-direction: column;
    align-items: center;
  }
}
.icon-info-items__icon {
  width: 100%;
  max-width: 200px;
  position: absolute;
  left: 21px;
  bottom: 3px;
}
@media screen and (max-width: 1280px) {
  .icon-info-items__icon {
    max-width: 162px;
  }
}
@media screen and (max-width: 640px) {
  .icon-info-items__icon {
    position: static;
    margin-bottom: 20px;
  }
}
.icon-info-items__icon img {
  display: block;
  margin: 0 auto;
}
.icon-info-items__text {
  max-width: 534px;
  color: #000;
  font-size: 22px;
  line-height: 130%;
  margin-right: 20px;
}
@media screen and (max-width: 1280px) {
  .icon-info-items__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .icon-info-items__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .icon-info-items__text {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.icon-info-items__plus {
  max-width: 110px;
}
@media screen and (max-width: 1280px) {
  .icon-info-items__plus {
    max-width: 80px;
  }
}
.icon-info-items__plus img {
  width: 100%;
  display: block;
}

.instr-btn-block__row {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .instr-btn-block__row {
    flex-direction: column;
  }
}
.instr-btn-block__left {
  width: 100%;
  max-width: 528px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .instr-btn-block__left {
    max-width: none;
    margin-right: 0;
  }
}
.instr-btn-block__right {
  width: 100%;
  max-width: 494px;
}
@media screen and (max-width: 768px) {
  .instr-btn-block__right {
    max-width: none;
  }
}
.instr-btn-block__text {
  color: #000;
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .instr-btn-block__text {
    font-size: 16px;
  }
}
.instr-btn-block__list {
  margin: 0;
  padding: 0 0 0 28px;
}
.instr-btn-block__list li {
  color: #000;
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .instr-btn-block__list li {
    font-size: 16px;
  }
}
.instr-btn-block__button {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  border-radius: 60px;
  padding: 3px;
  background: linear-gradient(190deg, #fff9da 0.49%, #ffc95d 99.51%);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .instr-btn-block__button {
    max-width: 490px;
    margin: 0 auto;
  }
}
.instr-btn-block__button:hover {
  opacity: 0.8;
  transition: 125ms ease;
}
.instr-btn-block__button-inner {
  box-sizing: border-box;
  border-radius: 60px;
  background: linear-gradient(270deg, #FFF 2.33%, #FFFADC 100.86%);
  display: flex;
  justify-content: center;
  padding: 14px 50px;
  color: #006353;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1280px) {
  .instr-btn-block__button-inner {
    font-size: 24px;
    padding: 20px 50px;
  }
}
@media screen and (max-width: 768px) {
  .instr-btn-block__button-inner {
    font-size: 16px;
    padding: 20px;
  }
}
.instr-btn-block__green-text {
  color: #006353;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1280px) {
  .instr-btn-block__green-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .instr-btn-block__green-text {
    font-size: 20px;
  }
}

.afrin-info__wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .afrin-info__wrapper {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.afrin-info__pack {
  width: 100%;
  max-width: 410px;
  margin-right: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 1280px) {
  .afrin-info__pack {
    max-width: 366px;
  }
}
@media screen and (max-width: 768px) {
  .afrin-info__pack {
    max-width: none;
    margin-bottom: 30px;
  }
}
.afrin-info__pack img {
  width: 100%;
  max-width: 292px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .afrin-info__pack img {
    max-width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .afrin-info__pack img {
    max-width: 140px;
  }
}
.afrin-info__pack-text {
  color: #FFF;
  font-size: 18px;
  line-height: 110%;
  margin-top: 10px;
}
@media screen and (max-width: 1280px) {
  .afrin-info__pack-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .afrin-info__pack-text {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .afrin-info__pack-text {
    font-size: 14px;
  }
}
.afrin-info__content {
  max-width: 688px;
  padding-top: 30px;
}
@media screen and (max-width: 1280px) {
  .afrin-info__content {
    padding-top: 0;
  }
}
.afrin-info__list {
  margin: 0 0 50px;
  padding: 0 0 0 28px;
}
@media screen and (max-width: 1280px) {
  .afrin-info__list {
    margin: 0 0 30px;
  }
}
.afrin-info__list li {
  color: #FFF;
  font-size: 22px;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .afrin-info__list li {
    font-size: 16px;
  }
}
.afrin-info__list li span {
  color: #FFDB04;
}
.afrin-info__button {
  width: 100%;
  height: 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;
}
.afrin-info__button:visited {
  color: #fff !important;
}
.afrin-info__button:visited .afrin-info__button-inner {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .afrin-info__button {
    margin: 0 auto;
  }
}
.afrin-info__button:hover {
  opacity: 0.8;
  transition: 125ms ease;
}
.afrin-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: 30px;
  font-weight: 700;
  line-height: normal;
}
.afrin-info__button-inner:visited {
  color: #fff !important;
}
.afrin-info__button-inner:visited .afrin-info__button-inner {
  color: #fff !important;
}
@media screen and (max-width: 1280px) {
  .afrin-info__button-inner {
    font-size: 24px;
    padding: 20px 50px;
  }
}
@media screen and (max-width: 748px) {
  .afrin-info__button-inner {
    font-size: 16px;
    padding: 20px;
  }
}
.afrin-info__button_yellow {
  max-width: 470px;
}
.afrin-info__button_yellow .paper-info__button-inner {
  background: linear-gradient(270deg, #FFFADC 2.33%, #F6DA30 100.86%);
}
.afrin-info__num-content {
  display: flex;
}
@media screen and (max-width: 620px) {
  .afrin-info__num-content {
    flex-direction: column;
  }
}
.afrin-info__num-col {
  width: 100%;
  height: 160px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 2px solid #fec752;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #D4496A;
  text-align: center;
  margin-right: 38px;
}
.afrin-info__num-col:last-child {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .afrin-info__num-col {
    height: 140px;
    margin-right: 15px;
  }
  .afrin-info__num-col:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 620px) {
  .afrin-info__num-col {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .afrin-info__num-col:last-child {
    margin-bottom: 0;
  }
}
.afrin-info__num {
  font-size: 100px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .afrin-info__num {
    font-size: 70px;
  }
}
.afrin-info__num sup {
  color: #F2BD38;
  font-size: 36px;
  position: relative;
  top: -11px;
}
@media screen and (max-width: 960px) {
  .afrin-info__num sup {
    font-size: 21px;
  }
}
.afrin-info__num-text {
  font-size: 23px;
  font-weight: 700;
  line-height: 100%;
}

.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 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;
  margin-bottom: 10px;
}
.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;
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.card-controls button.owl-next {
  background-image: url("../img/rarr.png");
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.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: 120%;
}
@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);
  }
}
.tag {
  text-align: end;
  font-size: 14px;
  margin-bottom: 5px;
  color: black;
  font-weight: 500;
}

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