@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;
}

.hero-block {
  background: linear-gradient(270deg, rgba(29, 158, 145, 0.9) 0%, rgba(0, 116, 99, 0.9) 100%);
  padding: 127px 30px 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 48px;
}
@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: 235px;
  flex-shrink: 0;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .hero-block__hum {
    max-width: 185px;
    padding-right: 14%;
  }
}
@media screen and (max-width: 990px) {
  .hero-block__hum {
    max-width: 145px;
    padding-right: 20%;
  }
}
@media screen and (max-width: 768px) {
  .hero-block__hum {
    max-width: 115px;
  }
}
@media screen and (max-width: 640px) {
  .hero-block__hum {
    max-width: 104px;
  }
}
@media screen and (max-width: 480px) {
  .hero-block__hum {
    padding-right: 0;
  }
}
.hero-block__hum img {
  width: 100%;
  display: block;
}
.hero-block__face-1 {
  max-width: 72px;
  position: absolute;
  top: -18%;
  right: 17%;
}
@media screen and (max-width: 1280px) {
  .hero-block__face-1 {
    top: -26%;
    right: 23%;
  }
}
@media screen and (max-width: 990px) {
  .hero-block__face-1 {
    right: 30%;
  }
}
@media screen and (max-width: 768px) {
  .hero-block__face-1 {
    max-width: 42px;
  }
}
@media screen and (max-width: 480px) {
  .hero-block__face-1 {
    display: none;
  }
}
.hero-block__face-1 img {
  width: 100%;
  display: block;
  animation: face_1 4s linear infinite;
}
.hero-block__face-2 {
  max-width: 113px;
  position: absolute;
  top: -2%;
  right: -10%;
}
@media screen and (max-width: 1280px) {
  .hero-block__face-2 {
    right: 0;
  }
}
@media screen and (max-width: 990px) {
  .hero-block__face-2 {
    max-width: 73px;
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .hero-block__face-2 {
    max-width: 55px;
  }
}
@media screen and (max-width: 480px) {
  .hero-block__face-2 {
    display: none;
  }
}
.hero-block__face-2 img {
  width: 100%;
  display: block;
  animation: face_2 4s linear infinite;
}
.hero-block__mol-1 {
  max-width: 78px;
  position: absolute;
  top: 42%;
  right: 2%;
}
@media screen and (max-width: 1280px) {
  .hero-block__mol-1 {
    right: 11%;
  }
}
@media screen and (max-width: 990px) {
  .hero-block__mol-1 {
    max-width: 55px;
    right: 18%;
  }
}
@media screen and (max-width: 480px) {
  .hero-block__mol-1 {
    display: none;
  }
}
.hero-block__mol-1 img {
  width: 100%;
  display: block;
  animation: tremble 3s linear infinite;
}
.hero-block__mol-2 {
  max-width: 165px;
  position: absolute;
  bottom: -12%;
  right: -10%;
}
@media screen and (max-width: 1280px) {
  .hero-block__mol-2 {
    max-width: 125px;
    right: 0;
  }
}
@media screen and (max-width: 990px) {
  .hero-block__mol-2 {
    max-width: 95px;
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .hero-block__mol-2 {
    max-width: 75px;
  }
}
@media screen and (max-width: 480px) {
  .hero-block__mol-2 {
    display: none;
  }
}
.hero-block__mol-2 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 40px;
}
@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_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;
  }
}

.hum-info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hum-info {
    flex-direction: column;
  }
}
.hum-info__img {
  max-width: 416px;
  margin-right: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 1280px) {
  .hum-info__img {
    max-width: 296px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .hum-info__img {
    max-width: 220px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.hum-info__img img {
  width: 100%;
  display: block;
}
.hum-info__content {
  font-size: 24px;
  line-height: normal;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .hum-info__content {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .hum-info__content {
    text-align: center;
  }
}

.y-icon-info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .y-icon-info {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .y-icon-info__content {
    order: 2;
  }
}
.y-icon-info__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .y-icon-info__title {
    text-align: center;
  }
}
.y-icon-info__item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.y-icon-info__item:last-child {
  margin-bottom: 0;
}
.y-icon-info__icon {
  max-width: 52px;
  margin-right: 20px;
  flex-shrink: 0;
}
.y-icon-info__icon img {
  width: 100%;
  display: block;
}
.y-icon-info__text {
  font-size: 22px;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .y-icon-info__text {
    font-size: 16px;
  }
}
.y-icon-info__img {
  max-width: 370px;
  margin-left: 26px;
}
@media screen and (max-width: 1280px) {
  .y-icon-info__img {
    max-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .y-icon-info__img {
    order: 1;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.y-icon-info__img img {
  width: 100%;
  display: block;
}

.w-blocks-info__title {
  text-align: center;
  margin-bottom: 30px;
}
.w-blocks-info__blocks {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .w-blocks-info__blocks {
    flex-direction: column;
  }
}
.w-blocks-info__blocks-item {
  width: 100%;
  border-radius: 20px;
  border: 2px solid #6FAAA5;
  background: #FFF;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 24px;
  margin-right: 8px;
}
.w-blocks-info__blocks-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .w-blocks-info__blocks-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .w-blocks-info__blocks-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .w-blocks-info__blocks-item {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .w-blocks-info__blocks-item {
    flex-direction: column;
    align-items: center;
  }
}
.w-blocks-info__blocks-icon {
  margin-right: 17px;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .w-blocks-info__blocks-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.w-blocks-info__blocks-icon_1 {
  max-width: 147px;
}
@media screen and (max-width: 1280px) {
  .w-blocks-info__blocks-icon_1 {
    max-width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .w-blocks-info__blocks-icon_1 {
    max-width: 140px;
  }
}
@media screen and (max-width: 480px) {
  .w-blocks-info__blocks-icon_1 {
    max-width: 100px;
  }
}
.w-blocks-info__blocks-icon_2 {
  max-width: 200px;
}
@media screen and (max-width: 1280px) {
  .w-blocks-info__blocks-icon_2 {
    max-width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .w-blocks-info__blocks-icon_2 {
    max-width: 140px;
  }
}
@media screen and (max-width: 480px) {
  .w-blocks-info__blocks-icon_2 {
    max-width: 150px;
  }
}
.w-blocks-info__blocks-icon img {
  width: 100%;
  display: block;
}
.w-blocks-info__blocks-text {
  font-size: 22px;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .w-blocks-info__blocks-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .w-blocks-info__blocks-text {
    text-align: center;
  }
}
.w-blocks-info__text {
  max-width: 790px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .w-blocks-info__text {
    font-size: 16px;
  }
}
.w-blocks-info__button {
  max-width: 600px;
  box-sizing: border-box;
  border-radius: 48px;
  border: 3px solid #1D9E91;
  background: linear-gradient(0deg, #007463 0%, #1D9E91 100%);
  padding: 24px 50px;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .w-blocks-info__button {
    font-size: 24px;
    padding: 24px;
  }
}
@media screen and (max-width: 748px) {
  .w-blocks-info__button {
    font-size: 18px;
    padding: 20px;
  }
}
.w-blocks-info__button:hover {
  opacity: 0.9;
  transition: 125ms ease;
}

.two-cols-info {
  display: flex;
}
@media screen and (max-width: 940px) {
  .two-cols-info {
    display: block;
  }
}
.two-cols-info__col {
  width: 100%;
  height: 532px;
  box-sizing: border-box;
  margin-right: 48px;
}
@media screen and (max-width: 940px) {
  .two-cols-info__col {
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.two-cols-info__col:first-child {
  padding-top: 60px;
}
@media screen and (max-width: 940px) {
  .two-cols-info__col:first-child {
    padding-top: 40px;
  }
}
.two-cols-info__col:last-child {
  margin-right: 0;
}
@media screen and (max-width: 940px) {
  .two-cols-info__col:last-child {
    margin-bottom: 0;
  }
}
.two-cols-info__yellow-block {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 3px;
  background: linear-gradient(190deg, #fff9da 0.49%, #ffc95d 99.51%);
}
.two-cols-info__yellow-block-inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 17px;
  background: linear-gradient(91deg, #F6DA30 0.49%, #FFFADC 99.51%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 56px;
  color: #006353;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1280px) {
  .two-cols-info__yellow-block-inner {
    font-size: 24px;
    padding: 30px;
  }
}
@media screen and (max-width: 748px) {
  .two-cols-info__yellow-block-inner {
    font-size: 16px;
    padding: 20px;
  }
}
.two-cols-info__gray-block {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  background: #F5F5F5;
  padding: 0 20px 22px;
}
.two-cols-info__gray-block-icon {
  width: 169px;
  height: 169px;
  position: relative;
  margin: 0 auto;
  transform: translateY(-50px);
}
.two-cols-info__gray-block-icon img {
  width: 216px;
  position: absolute;
  top: 0;
  left: 0;
}
.two-cols-info__gray-block-content {
  margin-top: -30px;
}
.two-cols-info__gray-block-text {
  text-align: center;
  font-size: 22px;
  line-height: normal;
  margin-bottom: 22px;
}
@media screen and (max-width: 1280px) {
  .two-cols-info__gray-block-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 748px) {
  .two-cols-info__gray-block-text {
    font-size: 16px;
  }
}
.two-cols-info__gray-block-button {
  max-width: 600px;
  box-sizing: border-box;
  border-radius: 150px;
  border: 3px solid #B1B1B1;
  background: linear-gradient(0deg, #8E8E8E 0%, #B1B1B1 100%);
  padding: 15px 50px;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  line-height: normal;
  cursor: pointer;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .two-cols-info__gray-block-button {
    font-size: 24px;
    padding: 24px;
  }
}
@media screen and (max-width: 748px) {
  .two-cols-info__gray-block-button {
    font-size: 18px;
    padding: 20px;
  }
}
@media screen and (max-width: 360px) {
  .two-cols-info__gray-block-button {
    border-radius: 40px;
  }
}
.two-cols-info__gray-block-button:hover {
  opacity: 0.9;
  transition: 125ms ease;
}

.pack-info__title {
  display: inline-block;
  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 48px;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 768px) {
  .pack-info__list {
    font-size: 16px;
    margin: 0 0 30px;
  }
}
.pack-info__content {
  display: flex;
  align-items: flex-end;
  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__pack {
  max-width: 742px;
  flex-shrink: 0;
  margin: -230px 0 0 0;
  transform: translate(50px, 20px);
}
@media screen and (max-width: 1280px) {
  .pack-info__pack {
    max-width: 592px;
    transform: translate(50px, -31px);
  }
}
@media screen and (max-width: 1120px) {
  .pack-info__pack {
    max-width: 458px;
    margin: 0;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) {
  .pack-info__pack {
    max-width: 350px;
  }
}
.pack-info__pack img {
  width: 100%;
  display: block;
}
.pack-info__bottom-text {
  color: #BDCAC9;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .pack-info__bottom-text {
    font-size: 16px;
  }
}

.paper-info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .paper-info {
    flex-direction: column;
  }
}
.paper-info__img {
  max-width: 431px;
  flex-shrink: 0;
  margin-right: 125px;
}
@media screen and (max-width: 1280px) {
  .paper-info__img {
    max-width: 360px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 940px) {
  .paper-info__img {
    max-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .paper-info__img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .paper-info__img {
    max-width: 240px;
  }
}
.paper-info__img img {
  width: 100%;
  display: block;
}
.paper-info__item {
  margin-bottom: 70px;
}
.paper-info__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .paper-info__item {
    margin-bottom: 30px;
  }
  .paper-info__item:last-child {
    margin-bottom: 0;
  }
}
.paper-info__text {
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .paper-info__text {
    font-size: 16px;
    text-align: center;
  }
}
.paper-info__button {
  width: 100%;
  height: 100%;
  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) {
  .paper-info__button {
    margin: 0 auto;
  }
}
.paper-info__button:hover {
  opacity: 0.8;
  transition: 125ms ease;
}
.paper-info__button-inner {
  box-sizing: border-box;
  border-radius: 60px;
  background: linear-gradient(91deg, #F6DA30 0.49%, #FFFADC 99.51%);
  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) {
  .paper-info__button-inner {
    font-size: 24px;
    padding: 20px 50px;
  }
}
@media screen and (max-width: 748px) {
  .paper-info__button-inner {
    font-size: 16px;
    padding: 20px;
  }
}
.paper-info__button_white {
  max-width: 320px;
}
.paper-info__button_white .paper-info__button-inner {
  background: linear-gradient(270deg, #FFF 2.33%, #FFFADC 100.86%);
}
.paper-info__button_yellow {
  max-width: 470px;
}
.paper-info__button_yellow .paper-info__button-inner {
  background: linear-gradient(270deg, #FFFADC 2.33%, #F6DA30 100.86%);
}

.color-blocks__title {
  text-align: center;
  margin-bottom: 30px;
}
.color-blocks__content {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .color-blocks__content {
    display: block;
  }
}
.color-blocks__item {
  width: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 5px;
}
.color-blocks__item:first-child {
  background: linear-gradient(90deg, #007463 0%, #1D9E91 100%);
}
.color-blocks__item:last-child {
  background: linear-gradient(270deg, #8067B8 0%, #59418F 100%);
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .color-blocks__item {
    margin-right: 0;
    padding: 20px;
    margin-bottom: 30px;
  }
  .color-blocks__item:last-child {
    margin-bottom: 0;
  }
}
.color-blocks__logo {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .color-blocks__logo {
    height: 84px;
    margin-bottom: 10px;
  }
}
.color-blocks__logo img {
  width: 100%;
  display: block;
}
.color-blocks__logo_1 {
  max-width: 502px;
}
@media screen and (max-width: 768px) {
  .color-blocks__logo_1 {
    max-width: 300px;
  }
}
.color-blocks__logo_2 {
  max-width: 233px;
}
@media screen and (max-width: 768px) {
  .color-blocks__logo_2 {
    max-width: 190px;
  }
}
.color-blocks__icon {
  max-width: 150px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .color-blocks__icon {
    max-width: 100px;
  }
}
.color-blocks__icon img {
  width: 100%;
  display: block;
}
.color-blocks__headline {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  color: #FFDB04;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  padding: 20px;
  border-radius: 60px;
  border: 2px solid #FFF;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .color-blocks__headline {
    font-size: 20px;
  }
}
.color-blocks__text {
  color: #FFF;
  font-size: 22px;
  line-height: normal;
}
@media screen and (max-width: 1280px) {
  .color-blocks__text {
    font-size: 16px;
  }
}
.color-blocks__text p {
  margin: 0 0 15px;
}
.color-blocks__text p:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .color-blocks__text p {
    text-align: center;
  }
}
.color-blocks__text ul {
  margin: 0;
  padding: 0 0 0 28px;
}
@media screen and (max-width: 768px) {
  .color-blocks__text ul {
    padding: 0 0 0 22px;
  }
}
@media screen and (max-width: 768px) {
  .color-blocks__text {
    font-size: 16px;
  }
}
.color-blocks__button {
  max-width: 600px;
  box-sizing: border-box;
  border-radius: 48px;
  border: 3px solid #FFFADC;
  background: linear-gradient(0deg, #59418F 0%, #8067B8 100%), linear-gradient(270deg, #F6DA30 0.02%, #FFFADC 99.98%);
  padding: 24px 50px;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .color-blocks__button {
    font-size: 24px;
    padding: 24px;
  }
}
@media screen and (max-width: 748px) {
  .color-blocks__button {
    font-size: 18px;
    padding: 20px;
  }
}
.color-blocks__button:hover {
  opacity: 0.9;
  transition: 125ms ease;
}

.afrin-info__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .afrin-info__wrapper {
    flex-direction: column;
  }
}
.afrin-info__pack {
  max-width: 445px;
  flex-shrink: 0;
}
@media screen and (max-width: 1280px) {
  .afrin-info__pack {
    max-width: 390px;
  }
}
@media screen and (max-width: 940px) {
  .afrin-info__pack {
    max-width: 290px;
  }
}
@media screen and (max-width: 768px) {
  .afrin-info__pack {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .afrin-info__pack {
    max-width: 240px;
  }
}
.afrin-info__pack img {
  width: 100%;
  display: block;
}
.afrin-info__content {
  max-width: 610px;
}
.afrin-info__list {
  margin: 0 0 30px;
  padding: 0 0 0 28px;
}
@media screen and (max-width: 768px) {
  .afrin-info__list {
    padding: 0 0 0 22px;
  }
}
.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 .afrin-info__button-inner {
  color: #4D299E;
}
@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, #FFFADC 2.33%, #F6DA30 100.86%);
  display: flex;
  justify-content: center;
  padding: 14px 20px;
  color: #4D299E;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}
@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 #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  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%;
}

.afrin-adv-info__title {
  text-align: center;
  margin-bottom: 30px;
}
.afrin-adv-info__p-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .afrin-adv-info__p-items {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.afrin-adv-info__p-items-item {
  max-width: 339px;
  height: 70px;
  box-sizing: border-box;
  padding: 5px 25px;
  border-radius: 150px;
  background: #8067B8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  margin-right: 10px;
}
.afrin-adv-info__p-items-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .afrin-adv-info__p-items-item {
    width: 100%;
    max-width: 340px;
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .afrin-adv-info__p-items-item:last-child {
    margin-bottom: 0;
  }
}
.afrin-adv-info__w-block {
  padding: 20px 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  background: #FFF;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .afrin-adv-info__w-block {
    flex-direction: column;
    padding: 20px;
  }
}
.afrin-adv-info__w-block-icon {
  width: 147px;
  height: 160px;
  position: relative;
  flex-shrink: 0;
  margin-right: 40px;
}
@media screen and (max-width: 640px) {
  .afrin-adv-info__w-block-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.afrin-adv-info__w-block-icon img {
  width: 256px;
  position: absolute;
  top: -39px;
  left: -49px;
}
.afrin-adv-info__w-block-text {
  font-size: 22px;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .afrin-adv-info__w-block-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .afrin-adv-info__w-block-text {
    text-align: center;
  }
}
.afrin-adv-info__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .afrin-adv-info__content {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.afrin-adv-info__content-col {
  width: 100%;
  max-width: 502px;
  margin-right: 30px;
}
.afrin-adv-info__content-col:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .afrin-adv-info__content-col {
    max-width: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .afrin-adv-info__content-col:last-child {
    margin-bottom: 0;
  }
}
.afrin-adv-info__icon {
  max-width: 150px;
  margin: 0 auto 14px;
}
@media screen and (max-width: 768px) {
  .afrin-adv-info__icon {
    max-width: 100px;
  }
}
.afrin-adv-info__icon img {
  width: 100%;
  display: block;
}
.afrin-adv-info__headline {
  width: 100%;
  height: 88px;
  box-sizing: border-box;
  padding: 5px 20px;
  border-radius: 60px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #4D299E;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
}
@media screen and (max-width: 1280px) {
  .afrin-adv-info__headline {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .afrin-adv-info__headline {
    max-width: 500px;
    height: 60px;
    margin: 0 auto 14px;
    font-size: 20px;
  }
}
.afrin-adv-info__text {
  font-size: 22px;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .afrin-adv-info__text {
    font-size: 16px;
  }
}
.afrin-adv-info__text p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .afrin-adv-info__text p {
    text-align: center;
  }
}
.afrin-adv-info__text ul {
  margin: 0;
  padding: 0 0 0 28px;
}
@media screen and (max-width: 768px) {
  .afrin-adv-info__text ul {
    padding: 0 0 0 23px;
  }
}

.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;
}
.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: 82px;
  color: #000;
  font-size: 22px;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .more-modules__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .more-modules__title {
    height: 60px;
    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: 120px 0 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: 876px;
  box-sizing: border-box;
}

.pop-content {
  padding: 40px 32px;
}
@media screen and (max-width: 768px) {
  .pop-content {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 460px) {
  .pop-content {
    padding: 50px 20px 30px 20px;
  }
}
.pop-content__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .pop-content__title {
    text-align: center;
    padding: 0 40px;
  }
}
@media screen and (max-width: 460px) {
  .pop-content__title {
    padding: 0;
  }
}
.pop-content__item {
  margin-bottom: 32px;
}
.pop-content__item:last-child {
  margin-bottom: 0;
}

.p-c-block {
  background: #ECF9F8;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 0 20px 0 0;
}
@media screen and (max-width: 640px) {
  .p-c-block {
    padding: 0 20px 20px 20px;
    flex-direction: column;
  }
}
@media screen and (max-width: 460px) {
  .p-c-block {
    padding: 0 10px 20px 10px;
  }
}
.p-c-block__img {
  max-width: 262px;
  flex-shrink: 0;
  margin-left: -20px;
}
@media screen and (max-width: 640px) {
  .p-c-block__img {
    max-width: 170px;
    margin-left: 0;
  }
}
.p-c-block__img img {
  width: 100%;
  display: block;
}
.p-c-block__content {
  flex-grow: 1;
}
.p-c-block__content ul {
  margin: 0;
  padding: 0 0 0 28px;
}
@media screen and (max-width: 768px) {
  .p-c-block__content ul {
    padding: 0 0 0 23px;
  }
}
.p-c-block__content ul li {
  color: #000;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
}
.p-c-block__content ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .p-c-block__content ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-c-block__content ul li {
    font-size: 16px;
  }
}

.b-icon-block {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .b-icon-block {
    flex-direction: column;
  }
}
.b-icon-block__img {
  position: relative;
  width: 152px;
  height: 152px;
  margin-right: 32px;
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .b-icon-block__img {
    width: 112px;
    height: 112px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.b-icon-block__img img {
  width: 220px;
  position: absolute;
  top: -33px;
  left: -31px;
}
@media screen and (max-width: 640px) {
  .b-icon-block__img img {
    width: 160px;
    top: -23px;
    left: -23px;
  }
}
.b-icon-block__text {
  color: #000;
  font-size: 20px;
  line-height: normal;
  flex-grow: 1;
  margin-bottom: 10px;
}
.b-icon-block__text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .b-icon-block__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .b-icon-block__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .b-icon-block__text {
    text-align: center;
  }
}

.p-g-block {
  display: flex;
  align-items: center;
  background: #F5F5F5;
  border-radius: 20px;
  padding: 20px 30px 20px 20px;
}
@media screen and (max-width: 640px) {
  .p-g-block {
    flex-direction: column;
    padding: 20px;
  }
}
.p-g-block__img {
  position: relative;
  width: 152px;
  height: 152px;
  margin-right: 32px;
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .p-g-block__img {
    width: 112px;
    height: 110px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.p-g-block__img img {
  width: 241px;
  position: absolute;
  top: -43px;
  left: -46px;
}
@media screen and (max-width: 640px) {
  .p-g-block__img img {
    width: 180px;
    top: -35px;
    left: -35px;
  }
}
.p-g-block__text {
  color: #000;
  font-size: 20px;
  line-height: normal;
  flex-grow: 1;
  margin-bottom: 10px;
}
.p-g-block__text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .p-g-block__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-g-block__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .p-g-block__text {
    text-align: center;
  }
}

.p-s-block {
  display: flex;
}
.p-s-block__icon {
  max-width: 52px;
  margin-right: 20px;
  flex-shrink: 0;
}
.p-s-block__icon img {
  width: 100%;
  display: block;
}
.p-s-block__content {
  flex-grow: 1;
  color: #000;
  font-size: 18px;
  line-height: normal;
  flex-grow: 1;
  margin-bottom: 10px;
}
.p-s-block__content:last-child {
  margin-bottom: 0;
}
.p-s-block__content p {
  margin: 0 0 10px;
}
.p-s-block__content p:last-child {
  margin: 0;
}
.p-s-block__content ul {
  margin: 0;
  padding: 0 0 0 28px;
}
@media screen and (max-width: 768px) {
  .p-s-block__content ul {
    padding: 0 0 0 23px;
  }
}
@media screen and (max-width: 768px) {
  .p-s-block__content {
    font-size: 16px;
  }
}
.p-s-block_centered {
  align-items: center;
}

.p-q-block {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .p-q-block {
    flex-direction: column;
  }
}
.p-q-block__content {
  flex-grow: 1;
}
@media screen and (max-width: 640px) {
  .p-q-block__content {
    order: 2;
  }
}
.p-q-block__title {
  color: #000;
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  flex-grow: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-q-block__title {
    font-size: 16px;
  }
}
.p-q-block__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.p-q-block__item:last-child {
  margin-bottom: 0;
}
.p-q-block__ic {
  max-width: 11px;
  margin-right: 10px;
}
.p-q-block__ic img {
  width: 100%;
  display: block;
}
.p-q-block__text {
  color: #000;
  font-size: 18px;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .p-q-block__text {
    font-size: 16px;
  }
}
.p-q-block__img {
  width: 190px;
  height: 190px;
  position: relative;
  margin-left: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .p-q-block__img {
    width: 114px;
    height: 114px;
    order: 1;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.p-q-block__img img {
  width: 294px;
  position: absolute;
  top: -62px;
  left: -62px;
}
@media screen and (max-width: 640px) {
  .p-q-block__img img {
    max-width: 190px;
    top: -45px;
    left: -45px;
  }
}

.dec-info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .dec-info {
    flex-direction: column;
  }
}
.dec-info__img {
  width: 200px;
  height: 222px;
  position: relative;
  margin-right: 32px;
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .dec-info__img {
    width: 132px;
    height: 138px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.dec-info__img img {
  width: 241px;
  position: absolute;
  top: -10px;
  left: -17px;
}
@media screen and (max-width: 640px) {
  .dec-info__img img {
    width: 172px;
  }
}
.dec-info__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .dec-info__title {
    text-align: center;
  }
}
.dec-info__list ul {
  margin: 0;
  padding: 0 0 0 28px;
}
@media screen and (max-width: 768px) {
  .dec-info__list ul {
    padding: 0 0 0 23px;
  }
}
.dec-info__list ul li {
  color: #000;
  font-size: 18px;
  line-height: normal;
  margin: 0 0 10px;
}
.dec-info__list ul li:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .dec-info__list ul li {
    font-size: 16px;
  }
}

@keyframes face_1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes face_2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0);
  }
}
@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 */
