@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* strong {
  font-weight: 900;
}

@media screen and (max-width: 575.98px) {
  .hide-phone-lg {
    display: none !important;
  }
}

@media screen and (min-width: 576px) {
  .show-phone-lg {
    display: none !important;
  }
}

@media screen and (max-width: 767.98px) {
  .hide-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .show-tablet {
    display: none !important;
  }
}

.nowrap {
  white-space: nowrap;
}

.hide {
  display: none !important;
}

.pink-wrapper {
  background: #FFFBFC;
}

.white-wrapper {
  background: #ffffff;
}

.revers-block {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 4rem;
  line-height: 1;
  color: #242B45;
}

.section-title--sm {
  font-size: 3.375rem;
}

@media screen and (max-width: 1199.98px) {
  .section-title {
    font-size: 3.375rem;
  }
}

@media screen and (max-width: 767.98px) {
  .section-title {
    font-size: 2.5rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 575.98px) {
  .section-title {
    font-size: 1.6875rem;
    line-height: 1.18519;
  }
}

.section-title small {
  display: block;
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 1;
  color: #DE0052;
  margin-top: 1.25rem;
}

@media screen and (max-width: 1199.98px) {
  .section-title small {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767.98px) {
  .section-title small {
    font-size: 1.25rem;
    font-weight: 500;
  }
}

@media screen and (max-width: 575.98px) {
  .section-title small {
    font-size: 1rem;
  }
}

.section-small-title {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.30556;
  color: #60355A;
}

@media screen and (max-width: 575.98px) {
  .section-small-title {
    font-size: 1.5rem;
  }
}

.btn {
  font-family: 'Raleway';
  font-weight: bold;
  font-size: 1rem;
  height: 3.75rem;
  border-radius: 6.875rem;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.5rem;
  border: none;
  outline: none;
}

.btn__toggle-active {
  display: none;
}

.btn--toggle .btn__toggle-unactive {
  display: none;
}

.btn--toggle .btn__toggle-active {
  display: inline;
}

.btn-fill-blue {
  background: #F7A66C;
  -webkit-box-shadow: 1.0625rem 1.3125rem 2.5625rem rgba(243, 148, 78, 0.22);
          box-shadow: 1.0625rem 1.3125rem 2.5625rem rgba(243, 148, 78, 0.22);
  color: #ffffff;
}

.btn-fill-blue:hover {
  background: #FF964B;
}

.btn-fill-pink {
  background: #FEDEE9;
  -webkit-box-shadow: 1.0625rem 1.3125rem 2.5625rem rgba(222, 0, 82, 0.17);
          box-shadow: 1.0625rem 1.3125rem 2.5625rem rgba(222, 0, 82, 0.17);
  color: #DE0052;
}

.btn-fill-pink:hover {
  background: #FCD7E4;
}

.btn-fill-pink-light {
  background-color: #F8B2D0;
  -webkit-box-shadow: 0.875rem 0.875rem 0.75rem rgba(248, 178, 208, 0.2);
          box-shadow: 0.875rem 0.875rem 0.75rem rgba(248, 178, 208, 0.2);
  color: #ffffff;
}

.btn-fill-pink-light:hover {
  background-color: #FCD7E4;
  color: #DE0052;
}

.btn-fill-pink-light-2 {
  background-color: #F9AFC9;
  color: #ffffff;
}

.btn-fill-pink-light-2:hover {
  background-color: #FCD7E4;
  color: #DE0052;
}

.btn-fill-white {
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #DE0052;
}

.btn-fill-white:hover {
  background-color: #FFFFFF;
  color: #DE0052;
}

.btn-border-pink-light {
  background: none;
  color: #F9AFC9;
  border: 2px solid #F9AFC9;
}

.btn-border-pink-light:hover {
  border-color: #D086A0;
  color: #D086A0;
}

.socials > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.socials > ul > li:not(:last-child) {
  margin-right: 0.75rem;
}

.socials > ul > li > a {
  display: block;
  width: 1.6875rem;
  height: 1.6875rem;
}

.socials > ul > li > a img {
  width: 100%;
  height: 100%;
}

.offset-header {
  padding-top: 8.75rem;
}

@media screen and (max-width: 767.98px) {
  .offset-header {
    padding-top: 3.75rem;
  }
}

.breadcrumbs {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 575.98px) {
  .breadcrumbs {
    margin: 0 -1.25rem 1.875rem;
    padding: 0.75rem 1.25rem;
    background-color: #ffffff;
    display: block;
    max-width: none;
  }
}

.breadcrumbs ul {
  display: block;
  white-space: nowrap;
  background: #FCF1F4;
  border-radius: 6.25rem;
  padding: 0.3125rem 0.9375rem;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #F9AFC9;
}

@media screen and (max-width: 575.98px) {
  .breadcrumbs ul {
    background-color: #fff;
    padding: 0;
  }
}

.breadcrumbs ul li {
  position: relative;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.33333;
  color: #F9AFC9;
  display: inline;
}

.breadcrumbs ul li:not(:last-child) {
  padding-right: 0.625rem;
}

.breadcrumbs ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.25rem;
  margin-top: -0.0625rem;
  width: 0.125rem;
  height: 0.125rem;
  border-radius: 50%;
  background-color: #F9AFC9;
}

.breadcrumbs ul li a {
  color: inherit;
}

.breadcrumbs ul li a:hover {
  color: #60355A;
}

.breadcrumbs--invert ul {
  background-color: #fff;
}

.breadcrumbs--invert ul li {
  color: #F9AFC9;
}

.main-title {
  font-weight: 300;
  font-size: 4rem;
  line-height: 100%;
  color: #242B45;
  margin: 0;
}

@media screen and (max-width: 767.98px) {
  .main-title {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 575.98px) {
  .main-title {
    font-size: 2.25rem;
  }
}

.file-download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1rem 1rem 1.875rem;
  background: #DE0052;
  -webkit-box-shadow: 1.0625rem 1.3125rem 2.5625rem rgba(222, 0, 82, 0.17);
          box-shadow: 1.0625rem 1.3125rem 2.5625rem rgba(222, 0, 82, 0.17);
  border-radius: 0.3125rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375;
  color: #ffffff;
  -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.file-download:hover {
  background: #D00651;
  -webkit-box-shadow: 1.0625rem 1.3125rem 2.5625rem rgba(222, 0, 82, 0);
          box-shadow: 1.0625rem 1.3125rem 2.5625rem rgba(222, 0, 82, 0);
}

@media screen and (max-width: 575.98px) {
  .file-download {
    font-size: 0.9375rem;
  }
}

.file-download__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.5rem;
  width: 4.1875rem;
  height: 4.1875rem;
  min-width: 4.1875rem;
  border-radius: 50%;
  background-color: #ffffff;
}

@media screen and (max-width: 575.98px) {
  .file-download__ico {
    width: 3.125rem;
    height: 3.125rem;
    min-width: 3.125rem;
    margin-right: 2rem;
  }
}

.file-download__ico img {
  width: 70%;
  height: 70%;
}

.file-download strong {
  font-weight: bold;
}

.uses-acco-item {
  background: #FFF3F7;
  border-radius: 0.3125rem;
  overflow: hidden;
}

.uses-acco-item__head {
  padding: 0.9375rem 2.5625rem 0.9375rem 2.8125rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.625;
  color: #60355A;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.uses-acco-item__head:hover {
  color: #DE0052;
}

@media screen and (max-width: 575.98px) {
  .uses-acco-item__head {
    padding: 0.9375rem 1.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.uses-acco-item__head .btn {
  margin-left: auto;
  height: 3.4375rem;
  min-width: 12.5rem;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .uses-acco-item__head .btn {
    display: none;
  }
}

.uses-acco-item__head u {
  text-decoration: none;
  border-bottom: 0.0625rem solid #FEDAE6;
}

.uses-acco-item__ico {
  width: 3.5625rem;
  height: 3.5625rem;
  min-width: 3.5625rem;
  margin-right: 1.875rem;
}

@media screen and (max-width: 575.98px) {
  .uses-acco-item__ico {
    width: 2.375rem;
    height: 2.375rem;
    min-width: 2.375rem;
  }
}

.uses-acco-item__ico img {
  width: 100%;
  height: 100%;
}

.uses-acco-item__body {
  display: none;
}

.uses-acco-item__content {
  padding: 1.875rem 2.5625rem 3.6875rem 8.4375rem;
}

@media screen and (max-width: 767.98px) {
  .uses-acco-item__content {
    padding: 1.875rem 2.5625rem 3.6875rem 2.5625rem;
  }
}

@media screen and (max-width: 575.98px) {
  .uses-acco-item__content {
    padding: 0.9375rem 1.25rem;
  }
}

.uses-acco-item__content > ul > li {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.28571;
  color: #60355A;
}

.uses-acco-item__content > ul > li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.uses-acco-item__content > ul > li strong {
  font-weight: bold;
}

.useful-articles {
  overflow: hidden;
  padding: 5.625rem 0 5.3125rem;
}

@media screen and (max-width: 767.98px) {
  .useful-articles {
    padding: 4.0625rem 0 4.375rem;
  }
}

.useful-articles .section-small-title {
  text-align: center;
  margin-bottom: 5.625rem;
}

@media screen and (max-width: 575.98px) {
  .useful-articles .section-small-title {
    margin-bottom: 4.3125rem;
  }
}

.useful-articles-slider {
  position: relative;
}

.useful-articles-slider::before {
  content: "";
  position: absolute;
  top: -10%;
  right: 84%;
  /* (28% * 3) 3 slides in views 28% */
  pointer-events: none;
  width: 100vw;
  height: 120%;
  background: -webkit-gradient(linear, left top, right top, color-stop(85.96%, #FFFBFC), to(rgba(255, 242, 245, 0)));
  background: -o-linear-gradient(left, #FFFBFC 85.96%, rgba(255, 242, 245, 0) 100%);
  background: linear-gradient(-270deg, #FFFBFC 85.96%, rgba(255, 242, 245, 0) 100%);
  z-index: 1;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.useful-articles-slider::after {
  content: "";
  position: absolute;
  top: -10%;
  left: 84%;
  /* (28% * 3) 3 slides in views 28% */
  pointer-events: none;
  width: 100vw;
  height: 120%;
  background: -webkit-gradient(linear, right top, left top, color-stop(85.96%, #FFFBFC), to(rgba(255, 242, 245, 0)));
  background: -o-linear-gradient(right, #FFFBFC 85.96%, rgba(255, 242, 245, 0) 100%);
  background: linear-gradient(270deg, #FFFBFC 85.96%, rgba(255, 242, 245, 0) 100%);
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.useful-articles-slider.useful-articles-slider--started::before {
  opacity: 0;
}

.useful-articles-slider.useful-articles-slider--ended::after {
  opacity: 0;
}

.useful-articles-slider .swiper-container {
  overflow: visible;
  z-index: auto;
}

.useful-articles-slider .swiper-wrapper {
  z-index: auto;
}

.useful-articles-slider .swiper-slide {
  width: 28%;
  height: auto;
}

.useful-articles-slider .swiper-slide .article-card {
  height: 100%;
}

@media screen and (max-width: 767.98px) {
  .useful-articles-slider .swiper-slide {
    width: 18.125rem;
  }
}

.useful-articles-cards .article-card:not(:last-child) {
  margin-bottom: 2.5rem;
}

.useful-articles__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.75rem;
}

.useful-articles__actions .btn {
  width: 100%;
  max-width: 12.25rem;
}

.useful-articles__actions .btn + .btn {
  margin-left: 0.5rem;
}

@media screen and (max-width: 767.98px) {
  .useful-articles__actions {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .useful-articles__actions .btn {
    width: 100%;
    max-width: 17.125rem;
  }
  .useful-articles__actions .btn + .btn {
    margin-top: 1.5rem;
  }
}

.article-card {
  display: block;
}

.article-card__inner {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.25rem 1.5rem #F9E5E9;
          box-shadow: 0 0.25rem 1.5rem #F9E5E9;
  border-radius: 0.625rem;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.article-card:hover .article-card__inner {
  -webkit-box-shadow: 0 -0.375rem 1.5rem #F9E5E9;
          box-shadow: 0 -0.375rem 1.5rem #F9E5E9;
}

.article-card:hover .article-card__link {
  color: #DE0052;
}

.article-card__img {
  width: 100%;
  height: 0;
  padding-top: 49.2%;
  position: relative;
}

.article-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.article-card__body {
  padding: 1.6875rem 1.6875rem 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 767.98px) {
  .article-card__body {
    padding: 2.0625rem 0.9375rem 1.875rem;
  }
}

.article-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.125rem;
}

.article-card__tags .tag {
  margin-bottom: 0.375rem;
  margin-right: 0.375rem;
}

.article-card__title {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.22222;
  color: #242B45;
  margin: 0 0 1.125rem;
}

.article-card__desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3125;
  color: #60355A;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767.98px) {
  .article-card__desc {
    font-size: 0.875rem;
  }
}

.article-card__link {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  color: #60355A;
}

.article-card__link u {
  text-decoration: none;
  border-bottom: 0.0625rem solid #FEDAE6;
}

.tag {
  display: inline-block;
  background: #FCF1F4;
  border-radius: 6.25rem;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.33333;
  color: #F9AFC9;
  padding: 0.25rem 0.8125rem;
}

.tag--lg {
  font-size: 0.875rem;
}

.tag--white {
  background-color: #ffffff;
}
.stxt{
	display: none;
}
.stxt.active{
	display: block;
}
.swiper-button-custom {
  width: 4.3125rem;
  height: 4.3125rem;
  border-radius: 50%;
  background: #F7A66C;
  -webkit-transition: opacity 0.2s, background 0.3s;
  -o-transition: opacity 0.2s, background 0.3s;
  transition: opacity 0.2s, background 0.3s;
  -webkit-box-shadow: 1.0625rem 1.3125rem 2.5625rem rgba(222, 0, 82, 0.17);
          box-shadow: 1.0625rem 1.3125rem 2.5625rem rgba(222, 0, 82, 0.17);
  z-index: 2;
}

.swiper-button-custom::after {
  width: 0.5rem;
  height: 0.9375rem;
  background: url("../img/icons/arrow-next-white.svg") no-repeat 50%/100%;
  font-size: 0;
}

.swiper-button-custom:hover {
  background-color: #ffffff;
}

.swiper-button-custom:hover::after {
  background: url("../img/icons/arrow-next-blue.svg") no-repeat 50%/100%;
}

.swiper-button-custom.swiper-button-prev:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-custom.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.uteka-widget {
  width: 100%;
  height: 768px;
  outline: 1px solid #e0e0e0;
}

.uteka-widget iframe {
  border: none;
  width: 100%;
  height: calc(100% - 57px);
}

.uteka-widget__container {
  margin: 0 auto;
  padding: 0 16px;
}

@media (min-width: 600px) {
  .uteka-widget__container {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .uteka-widget__container {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  .uteka-widget__container {
    padding: 0 44px;
  }
}

@media (min-width: 1440px) {
  .uteka-widget__container {
    padding: 0 60px;
    max-width: 1440px;
  }
}

.uteka-widget-header {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.uteka-widget-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
}

.uteka-widget-header__title {
  background: url("https://widget.uteka.ru/static/img/widgets/title_2@mobile.svg") no-repeat;
  background-position: center;
  width: 230px;
  height: 24px;
}

.uteka-widget-header__logo {
  height: 16px;
}

.uteka-widget-header__logo img {
  height: 100%;
}

.uteka-widget-header__close {
  position: absolute;
  top: 0;
  right: -8px;
  bottom: 0;
  z-index: 5;
  margin: auto;
  width: 32px;
  height: 32px;
  background: url("https://widget.uteka.ru/static/img/widgets/close_2.svg") no-repeat center;
}

@media (min-width: 1024px) {
  .uteka-widget-header__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .uteka-widget-header__title {
    background-image: url("https://widget.uteka.ru/static/img/widgets/title_2.svg");
    width: 264px;
    height: 24px;
  }
  .uteka-widget-header__logo {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 32px;
  }
}

/*-------------- header --------------*/
.header {
  -webkit-transition: background 0.3s 0.3s;
  -o-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 15;
  /*padding: 0 6.875rem;*/
  padding: 0 0.875rem;
}

.header .header__content{
	margin: 0 auto;	
  width: 1920px;
  max-width: 100%;
}

@media screen and (max-width: 1919.98px) {
  .header {
    padding: 0 1.25rem;
  }
}

@media screen and (max-width: 767.98px) {
  .header {
    background: #FFFFFF;
    -webkit-box-shadow: 0rem 1.0625rem 1.1875rem rgba(249, 175, 201, 0.12);
            box-shadow: 0rem 1.0625rem 1.1875rem rgba(249, 175, 201, 0.12);
  }
}

.header.header--scrolled {
  position: fixed;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1.0625rem 1.1875rem rgba(249, 175, 201, 0.12);
          box-shadow: 0 1.0625rem 1.1875rem rgba(249, 175, 201, 0.12);
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.header.header--scrolled .header__content {
  height: 6.875rem;
}

@media screen and (max-width: 767.98px) {
  .header.header--scrolled .header__content {
    height: 3.75rem;
  }
}

.header.menu-open {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1.0625rem 1.1875rem rgba(249, 175, 201, 0.12);
          box-shadow: 0 1.0625rem 1.1875rem rgba(249, 175, 201, 0.12);
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.header.header--refresh-transition {
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.header-logo {
  width: 13.75rem;
}

@media screen and (max-width: 1439.98px) {
  .header-logo {
    width: 8.5rem;
  }
}

@media screen and (max-width: 575.98px) {
  .header-logo {
    width: 5.9375rem;
  }
}

.header__content {
  height: 8.75rem;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /*max-width: 106.25rem;*/
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767.98px) {
  .header__content {
    height: 3.75rem;
  }
}

.header__actions {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3.575rem;
}

@media screen and (max-width: 1439.98px) {
  .header__actions {
    padding-left: 4rem;
  }
}

@media screen and (max-width: 1199.98px) {
  .header__actions {
    padding-left: 2.5rem;
  }
}

.header-pay-btn {
  width: 100%;
  max-width: 12.5rem;
}

@media screen and (max-width: 1439.98px) {
  .header-pay-btn {
    max-width: 10rem;
  }
}

@media screen and (max-width: 767.98px) {
  .header-pay-btn {
    display: none;
  }
}

.header-dropdown {
  margin-right: auto;
}

@media screen and (max-width: 767.98px) {
  .header-dropdown {
    display: none;
  }
}

.header-nav {
  margin-right: 3rem;
}

@media screen and (max-width: 1199.98px) {
  .header-nav {
    margin-right: 1.75rem;
  }
}

@media screen and (max-width: 767.98px) {
  .header-nav {
    display: none;
  }
}

.header-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-nav > ul > li:not(:last-child) {
  /*margin-right: 1.1875rem;*/
  margin-right: 3rem;
}

@media screen and (max-width: 1199.98px) {
  .header-nav > ul > li:not(:last-child) {
    margin-right: 1rem;
  }
}

.header-nav > ul > li a {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.625;
  color: #60355A;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.header-nav > ul > li a:hover {
  color: #DE0052;
}

@media screen and (max-width: 1439.98px) {
  .header-nav > ul > li a {
    font-size: 0.875rem;
  }
}

.nav-dropdown {
  position: relative;
  display: block;
}

.nav-dropdown:hover .nav-dropdown__label {
  color: #DE0052;
}

.nav-dropdown:hover .nav-dropdown__label::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.nav-dropdown:hover .nav-dropdown__popup {
  pointer-events: auto;
}

.nav-dropdown:hover .nav-dropdown__popup > ul {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.nav-dropdown__label {
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.625;
  color: #60355A;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  padding-right: 1.5rem;
  display: block;
}

.nav-dropdown__label::after {
  content: "";
  width: 0.875rem;
  height: 0.5rem;
  background: url("../img/icons/arrow-down-blue.svg") no-repeat 50%/100%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.25rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (max-width: 1439.98px) {
  .nav-dropdown__label {
    font-size: 0.875rem;
  }
}

.nav-dropdown__popup {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  display: block;
  pointer-events: none;
}

.nav-dropdown__popup > ul {
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  background: #FFF9FB;
  margin-top: 1rem;
  -webkit-box-shadow: 0 0.3125rem 1.25rem 0rem #F9E5E9;
          box-shadow: 0 0.3125rem 1.25rem 0rem #F9E5E9;
  -webkit-transform: translate3d(0, 8px, 0);
          transform: translate3d(0, 8px, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s, visibility 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
}

.nav-dropdown__popup > ul li {
  white-space: nowrap;
  margin-bottom: 0.75rem;
}

.nav-dropdown__popup > ul li:last-child {
  margin-bottom: 0;
}

.logo {
  display: block;
}

.logo img {
  width: 100%;
  height: auto;
  display: block;
}

.dropdown {
  position: relative;
}

.dropdown.dropdown--open .dropdown__popup {
  opacity: 1;
  visibility: visible;
}

.dropdown.dropdown--open .dropdown__text {
  background-color: #FEDAE6;
}

.dropdown.dropdown--open .dropdown__text::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.dropdown__text {
  width: 15.3125rem;
  height: 3.75rem;
  background: transparent;
  border: 0.125rem solid #F7A66C;
  border-radius: 6.25rem;
  cursor: pointer;
  padding: 0 1.5rem;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  position: relative;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3125;
  color: #27325A;
}

.dropdown__text::after {
  content: "";
  width: 0.875rem;
  height: 0.5rem;
  background: url("../img/icons/arrow-down-blue.svg") no-repeat 50%/100%;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -0.25rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (max-width: 1439.98px) {
  .dropdown__text {
    width: 12.5rem;
  }
}

@media screen and (max-width: 991.98px) {
  .dropdown__text {
    width: 10rem;
  }
}

.dropdown__popup {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.dropdown__popup-inner {
  padding: 1.875rem 1rem 1.125rem;
  background: #FEDAE6;
  border-radius: 0.3125rem;
  margin-top: 0.875rem;
}

.dropdown__popup-inner > ul > li:not(:last-child) {
  border-bottom: 0.125rem solid #FFF3F7;
}

.dropdown__popup-inner > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.3125;
  color: #613768;
  padding: 1.5rem 0;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.dropdown__popup-inner > ul > li a > img {
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  margin-right: 1.25rem;
}

.dropdown__popup-inner > ul > li a:hover {
  color: #DE0052;
}

.dropdown__popup-inner > ul > li:first-child a {
  padding-top: 0;
}

.dropdown__popup-inner > ul > li:last-child a {
  padding-bottom: 0;
}

.home-main {
  background: #FFFDFD;
}

/*-------------- hero --------------*/
.hero {
  position: relative;
}

.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1439.98px) {
  .hero__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 767.98px) {
  .hero__content {
    padding: 3.75rem 0;
  }
}

@media screen and (max-width: 575.98px) {
  .hero__content {
    padding: 1.875rem 0 3.125rem;
  }
}

.hero-content {
  position: relative;
  width: 45%;
}

@media screen and (max-width: 1439.98px) {
  .hero-content {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767.98px) {
  .hero-content {
    margin-top: 0;
    width: auto;
    z-index: 1;
  }
}

.hero-content .section-title {
  margin-bottom: 3.75rem;
  width: 100%;
  font-size: 3.5rem;
}

@media screen and (max-width: 767.98px) {
  .hero-content .section-title {
    max-width: 26.25rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 575.98px) {
  .hero-content .section-title {
    max-width: 18.75rem;
  }
}

.hero-content .home-scroll-btns {
  margin-bottom: 5rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767.98px) {
  .hero-content .home-scroll-btns {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 575.98px) {
  .hero-content .home-scroll-btns {
    margin-bottom: 1.5rem;
  }
}

.hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.hero__actions .btn {
  min-width: 12.5rem;
}

.hero__actions .btn:not(:last-child) {
  margin-right: 2.5rem;
}

@media screen and (max-width: 575.98px) {
  .hero__actions .btn {
    height: 2.9375rem;
    min-width: 9rem;
    font-size: 0.75rem;
  }
}

.hero-slider {
  position: relative;
  width: 55%;
  margin-left: auto;
}

@media screen and (max-width: 767.98px) {
  .hero-slider {
    display: none;
  }
}

.hero-slider .swiper-container {
  z-index: auto;
  overflow: visible;
}

.hero-slider .swiper-wrapper {
  z-index: auto;
}

.hero-slider .swiper-slide.swiper-slide-duplicate-active .hero-slide__pic, .hero-slider .swiper-slide.swiper-slide-active .hero-slide__pic {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.hero-slider .swiper-slide.swiper-slide-duplicate-active .hero-slide-decor, .hero-slider .swiper-slide.swiper-slide-active .hero-slide-decor {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.hero-slider .swiper-slide.swiper-slide-duplicate-active .hero-slide-decor-1-1, .hero-slider .swiper-slide.swiper-slide-duplicate-active .hero-slide-decor-2-1, .hero-slider .swiper-slide.swiper-slide-duplicate-active .hero-slide-decor-3-1, .hero-slider .swiper-slide.swiper-slide-active .hero-slide-decor-1-1, .hero-slider .swiper-slide.swiper-slide-active .hero-slide-decor-2-1, .hero-slider .swiper-slide.swiper-slide-active .hero-slide-decor-3-1 {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.hero-slider .swiper-slide.swiper-slide-duplicate-active .hero-slide-decor-1-2, .hero-slider .swiper-slide.swiper-slide-duplicate-active .hero-slide-decor-2-2, .hero-slider .swiper-slide.swiper-slide-duplicate-active .hero-slide-decor-3-2, .hero-slider .swiper-slide.swiper-slide-active .hero-slide-decor-1-2, .hero-slider .swiper-slide.swiper-slide-active .hero-slide-decor-2-2, .hero-slider .swiper-slide.swiper-slide-active .hero-slide-decor-3-2 {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.hero-slider-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 12.5rem;
  right: 0;
}

.hero-slider-btns .swiper-button-next,
.hero-slider-btns .swiper-button-prev {
  position: static;
}

.hero-slider-btns .swiper-button-custom {
  outline: none;
  z-index: auto;
}

.hero-slider-btns .swiper-button-custom:not(:last-child) {
  margin-right: 0.875rem;
}

.hero-slider-btns .swiper-button-custom.swiper-button-disabled {
  opacity: 0.5;
}

.home-label {
  position: absolute;
  top: 0;
  right: -8.0625rem;
  width: 11.1875rem;
  height: 11.1875rem;
}

@media screen and (max-width: 1199.98px) {
  .home-label {
    right: 0;
    width: 6.8125rem;
    height: 6.8125rem;
  }
}

.home-label img {
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: relative;
  width: 100%;
}

.hero-slide__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.hero-slide__bg-inner {
  width: 100%;
  height: 0;
  position: relative;
}

.hero-slide__bg-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.hero-slide__bg--1 {
  -webkit-transform: translate(-30%, -55%);
      -ms-transform: translate(-30%, -55%);
          transform: translate(-30%, -55%);
  width: 120%;
}

.hero-slide__bg--1 .hero-slide__bg-inner {
  padding-top: 81%;
}

.hero-slide__bg--2 {
  -webkit-transform: translate(-30%, -60%);
      -ms-transform: translate(-30%, -60%);
          transform: translate(-30%, -60%);
  width: 105%;
}

.hero-slide__bg--2 .hero-slide__bg-inner {
  padding-top: 95.8%;
}

.hero-slide__bg--3 {
  -webkit-transform: translate(-25%, -55%);
      -ms-transform: translate(-25%, -55%);
          transform: translate(-25%, -55%);
  width: 110%;
}

.hero-slide__bg--3 .hero-slide__bg-inner {
  padding-top: 89.46%;
}

.hero-slide__img {
  position: relative;
  margin: 0 0 0 auto;
}

.hero-slide__img--1 {
  width: 63%;
  right: 1.5rem;
}

.hero-slide__img--1 .hero-slide__pic {
  padding-top: 162.37%;
}

.hero-slide__img--2 {
  width: 81%;
  right: -4.75rem;
}

.hero-slide__img--2 .hero-slide__pic {
  padding-top: 125.7%;
}

.hero-slide__img--3 {
  width: 76%;
  right: -4.75rem;
}

.hero-slide__img--3 .hero-slide__pic {
  padding-top: 128.1%;
}

.hero-slide__pic {
  position: relative;
  width: 100%;
  height: 0;
  -webkit-transform: translate3d(6.25rem, 0, 0);
          transform: translate3d(6.25rem, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  -o-transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
}

.hero-slide__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.hero-slide__pic.pack img {
  bottom: 5vh;
  top: unset;
  width: 70%;
}

.hero-slide-decor {
  position: absolute;
  opacity: 0;
  -webkit-transform: translate3d(6.25rem, 0, 0);
          transform: translate3d(6.25rem, 0, 0);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.hero-slide-decor-1-1 {
  width: 19.5%;
  top: 10%;
  left: 25%;
}

.hero-slide-decor-1-2 {
  width: 20.5%;
  top: 30%;
  right: -20%;
}

.hero-slide-decor-2-1 {
  width: 14.6%;
  top: 40%;
  left: 35%;
}

.hero-slide-decor-2-2 {
  width: 18%;
  top: 50%;
  right: -22%;
}

.hero-slide-decor-3-1 {
  width: 12%;
  top: 15%;
  left: 30%;
}

.hero-slide-decor-3-2 {
  width: 13%;
  top: 40%;
  right: -15%;
}

.hero-slide-decor > img {
  width: 100%;
  height: 100%;
}

.home-scroll-btns {
  width: 100%;
}

.home-scroll-btns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767.98px) {
  .home-scroll-btns ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-scroll-btns ul > li:not(:last-child) {
  padding-right: 2.5rem;
  margin-right: 2.5rem;
  border-right: 0.1875rem solid #F8B2D0;
}

@media screen and (max-width: 767.98px) {
  .home-scroll-btns ul > li:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    margin-bottom: 1.125rem;
    padding-bottom: 1.125rem;
    position: relative;
  }
  .home-scroll-btns ul > li:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2.375rem;
    height: 0.1875rem;
    background-color: #F8B2D0;
    border-radius: 0.625rem;
  }
}

.home-scroll-btn {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.28571;
  color: #613768;
  max-width: 10.625rem;
  display: inline-block;
  position: relative;
}

.home-scroll-btn__ico {
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.home-scroll-btn__ico--1 {
  width: 6.0625rem;
  height: 4.4375rem;
  left: 0;
  margin-top: -2.21875rem;
}

.home-scroll-btn__ico--2 {
  width: 5.3125rem;
  height: 4.1875rem;
  margin-top: -2.09375rem;
}

.home-scroll-btn__ico--3 {
  width: 4.6875rem;
  height: 3.8125rem;
  margin-top: -1.90625rem;
}

@media screen and (max-width: 767.98px) {
  .home-scroll-btn__ico {
    display: none;
  }
}

.home-scroll-btn.active .home-scroll-btn__ico {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.home-scroll-btn > span {
  position: relative;
}

.home-box {
  width: 31.25rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -11.25rem;
}

@media screen and (max-width: 767.98px) {
  .home-box {
    width: 22.5rem;
    margin-left: 0;
    left: 16.25rem;
    bottom: -1.25rem;
    z-index: 0;
  }
}

@media screen and (max-width: 575.98px) {
	/*
  .home-box {
    width: 16.875rem;
    left: 7.5rem;
    bottom: 1.5625rem;
  }
  */
.home-box {
  width: 21.875rem;
  left: 0.5rem;
  bottom: 1.5625rem;
}  
}

.home-box__inner {
  padding-top: 130%;
  width: 100%;
  position: relative;
  height: 0;
}

.home-box__decor {
  width: 10.3125rem;
  position: absolute;
  bottom: 8.625rem;
  left: 1rem;
}

.home-box__decor2 {
  width: 12.313rem;
  position: absolute;
  bottom: 5.625rem;
  left: -3rem;
}

@media screen and (max-width: 767.98px) {
  .home-box__decor {
    display: none;
  }
  .home-box__decor2 {
    display: none;
  }
}

.home-box .box-elem {
  bottom: 0;
  z-index: 2;
}

@media screen and (max-width: 767.98px) {
  .home-box .box-elem {
    width: 100%;
    z-index: 0;
    margin-left: 0;
    left: 0;
  }
}

/*-------------- home-about --------------*/
.home-about {
  background: #FFF9FA;
  position: relative;
}

.home-about__content {
  padding-top: 10.9375rem;
  padding-bottom: 12.5rem;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .home-about__content {
    padding: 3.125rem 0 4.375rem;
  }
}

.home-about-content {
  width: 100%;
  max-width: 30rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767.98px) {
  .home-about-content {
    margin-bottom: 2.25rem;
  }
}

.home-about-content .section-title {
  margin-bottom: 5.8125rem;
  font-size: 2.675rem;
}

@media screen and (max-width: 767.98px) {
  .home-about-content .section-title {
    margin-bottom: 2.5rem;
    max-width: 22.5rem;
  }
}

@media screen and (max-width: 575.98px) {
  .home-about-content .section-title {
    margin-bottom: 1.25rem;
    max-width: 18.75rem;
  }
}

@media screen and (max-width: 991.98px) {
  .home-about-content__list {
    width: 100%;
    max-width: 25rem;
  }
}

.home-about-content__list li {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.61111;
  color: #242B45;
  padding-left: 1.875rem;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .home-about-content__list li {
    font-size: 1rem;
  }
}

.home-about-content__list li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.home-about-content__list li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #DE0052;
}

@media screen and (max-width: 575.98px) {
  .home-about-content__list li {
    padding-left: 0.875rem;
  }
  .home-about-content__list li::before {
    top: 0.625rem;
    width: 0.3125rem;
    height: 0.3125rem;
  }
}

.home-about-content__btn {
  margin-top: 4rem;
  min-width: 13.75rem;
}

.home-about-rewards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 11.25rem;
  right: 0;
}

@media screen and (max-width: 767.98px) {
  .home-about-rewards {
    position: relative;
    bottom: auto;
    right: auto;
    margin-bottom: 3.375rem;
  }
}

.home-about-mark {
  width: 5.875rem;
  height: 5.6875rem;
  margin-right: 2.5rem;
}

@media screen and (max-width: 767.98px) {
  .home-about-mark {
    width: 4.25rem;
    height: 4.1875rem;
    margin-right: 1.75rem;
  }
}

.home-about-reward {
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 1.5rem;
  background-color: #ffffff;
  border-radius: 6.25rem;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.1875;
  color: #60355A;
}

@media screen and (max-width: 767.98px) {
  .home-about-reward {
    padding: 0.4375rem 1.25rem;
    height: 4.5rem;
    font-size: 0.875rem;
  }
}

.home-about-reward > img {
  width: 4.875rem;
  height: 4.875rem;
  min-width: 4.875rem;
  margin-right: 1.25rem;
}

@media screen and (max-width: 767.98px) {
  .home-about-reward > img {
    width: 3.6875rem;
    height: 3.6875rem;
    min-width: 3.6875rem;
    margin-right: 0.75rem;
  }
}

.home-about-reward > span {
  max-width: 7.5rem;
}

.home-about-tooltips {
  position: absolute;
  top: 12.1875rem;
  right: 0;
  width: 15rem;
}

@media screen and (max-width: 767.98px) {
  .home-about-tooltips {
    position: relative;
    top: auto;
    margin: -2.5rem auto 0;
    width: 100%;
    max-width: 20rem;
  }
}

@media screen and (max-width: 575.98px) {
  .home-about-tooltips {
    margin: -0.625rem auto 0;
  }
}

.home-about-tooltips__bg {
  width: 160%;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-55%);
      -ms-transform: translateX(-55%);
          transform: translateX(-55%);
}

@media screen and (max-width: 767.98px) {
  .home-about-tooltips__bg {
    width: 31.25rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.home-about-tooltips__bg-inner {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 0;
  padding-top: 107.3%;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .home-about-tooltips__bg-inner {
    padding-top: 68.275%;
  }
}

@media screen and (max-width: 500px) {
  .home-about-tooltips__bg-inner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #ffffff;
  }
}

.home-about-tooltips__bg-decor {
  width: 5.3125rem;
  height: 5.5625rem;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -3.75rem;
  margin-left: -4.0625rem;
  display: none;
}

@media screen and (max-width: 767.98px) {
  .home-about-tooltips__bg-decor {
    display: block;
  }
}

.home-about-tooltips__bg-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .home-about-tooltips__bg-pic--desk {
    display: none;
  }
}

.home-about-tooltips__bg-pic--mob {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .home-about-tooltips__bg-pic--mob {
    display: block;
  }
}

.home-about-tooltips__inner {
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .home-about-tooltips__inner .swiper-container {
    overflow: visible;
  }
}

.home-about-tooltips__controls {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -2.8125rem;
  right: -2.1875rem;
}

@media screen and (max-width: 767.98px) {
  .home-about-tooltips__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 575.98px) {
  .home-about-tooltips__controls {
    right: 0;
  }
}

.home-about-tooltips__controls .swiper-button-next,
.home-about-tooltips__controls .swiper-button-prev {
  position: static;
}

.home-about-tooltips__controls .swiper-button-custom {
  outline: none;
  z-index: auto;
  width: 3.0625rem;
  height: 3.0625rem;
}

.home-about-tooltips__controls .swiper-button-custom:not(:last-child) {
  margin-right: 0.875rem;
}

.home-about-tooltips__controls .swiper-button-custom.swiper-button-disabled {
  opacity: 0.5;
}

.home-about-tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3125;
  color: #60355A;
}

@media screen and (max-width: 767.98px) {
  .home-about-tooltip {
    font-size: 0.9375rem;
  }
}

.home-about-tooltip strong {
  font-weight: bold;
}

.home-about-tooltip > span {
  color: #E895B5;
  display: block;
  margin-bottom: 1.5625rem;
  font-weight: bold;
}

.home-about-tooltip > p {
  margin: 0 0 2.5rem;
}

@media screen and (max-width: 767.98px) {
  .home-about-tooltip > p {
    margin: 0 0 1.75rem;
  }
}

.home-about-tooltip > a {
  display: block;
  font-weight: bold;
  color: #DE0052;
}

.home-about-box {
  width: 35.3125rem;
  position: absolute;
  bottom: 4.375rem;
  left: 50%;
  margin-left: -17.65625rem;
}

@media screen and (max-width: 991.98px) {
  .home-about-box {
    width: 31.25rem;
    margin-left: -15.625rem;
    bottom: 5.625rem;
  }
}

@media screen and (max-width: 767.98px) {
  .home-about-box {
    width: 25rem;
    position: relative;
    left: auto;
    margin: 0 auto;
    bottom: auto;
  }
}

@media screen and (max-width: 575.98px) {
  .home-about-box {
    width: 17.125rem;
  }
}

@media screen and (max-width: 374.98px) {
  .home-about-box {
    width: 15.125rem;
  }
}

.home-about-box__inner {
  position: relative;
  width: 100%;
  padding-top: 117.2%;
  height: 0;
}

.home-about-box__inner > img:not(.caps,.prod) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-about-box__inner > img.caps {
  position: absolute;
  bottom: 2rem;
  left: -3rem;
  width: 12rem;
}

.home-about-box__inner > img.prod {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 17rem;
}
.home-about-box .box-elem {
  bottom: -5.4375rem;
}

@media screen and (max-width: 767.98px) {
  .home-about-box .box-elem {
    width: 100%;
    left: 0;
    margin-left: 0;
    bottom: -2.5rem;
  }
.home-about-box__inner > img.caps {
  position: absolute;
  bottom: 4rem;
  left: -3rem;
  width: 7rem;
}  
}

@media screen and (max-width: 575.98px) {
  .home-about-box .box-elem {
    width: 16.25rem;
  }
}

.home-tooltip-pgn {
  display: block;
  width: 6.125rem;
  height: 6.125rem;
  position: relative;
  border-radius: 50%;
  outline: none;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 991.98px) {
  .home-tooltip-pgn {
    width: 4.875rem;
    height: 4.875rem;
  }
}

@media screen and (max-width: 767.98px) {
  .home-tooltip-pgn {
    width: 3.75rem;
    height: 3.75rem;
  }
}

@media screen and (max-width: 374.98px) {
  .home-tooltip-pgn {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.home-tooltip-pgn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0.5rem 0.875rem 1rem transparent;
          box-shadow: 0.5rem 0.875rem 1rem transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.home-tooltip-pgn-active::before {
  width: 120%;
  height: 120%;
}

.home-tooltip-pgn-0 {
  top: 6.1875rem;
  left: -0.6875rem;
}

@media screen and (max-width: 767.98px) {
  .home-tooltip-pgn-0 {
    left: -1.875rem;
  }
}

@media screen and (max-width: 575.98px) {
  .home-tooltip-pgn-0 {
    top: 4.375rem;
  }
}

.home-tooltip-pgn-0::before {
  background-color: #FF8731;
}

.home-tooltip-pgn-0.home-tooltip-pgn-active::before {
  -webkit-box-shadow: 0.5rem 0.875rem 1rem rgba(255, 135, 49, 0.31);
          box-shadow: 0.5rem 0.875rem 1rem rgba(255, 135, 49, 0.31);
}

.home-tooltip-pgn-0 .home-tooltip-pgn__small {
  color: #FEBA88;
}

.home-tooltip-pgn-1 {
  top: -2.75rem;
  left: 6.875rem;
}

@media screen and (max-width: 767.98px) {
  .home-tooltip-pgn-1 {
    left: 2.5rem;
    top: 0;
  }
}

@media screen and (max-width: 575.98px) {
  .home-tooltip-pgn-1 {
    top: -0.3125rem;
    left: 0.625rem;
  }
}

@media screen and (max-width: 374.98px) {
  .home-tooltip-pgn-1 {
    left: 0rem;
  }
}

.home-tooltip-pgn-1::before {
  background-color: #6CB8DB;
}

.home-tooltip-pgn-1.home-tooltip-pgn-active::before {
  -webkit-box-shadow: 0.5rem 0.875rem 1rem rgba(108, 184, 219, 0.31);
          box-shadow: 0.5rem 0.875rem 1rem rgba(108, 184, 219, 0.31);
}

.home-tooltip-pgn-1 .home-tooltip-pgn__small {
  color: #A0D4EC;
}

.home-tooltip-pgn-2 {
  top: -2.1875rem;
  right: 9.125rem;
}

@media screen and (max-width: 767.98px) {
  .home-tooltip-pgn-2 {
    right: auto;
    left: 50%;
    margin-left: -2.4375rem;
  }
}

@media screen and (max-width: 575.98px) {
  .home-tooltip-pgn-2 {
    margin-left: -1.875rem;
  }
}

@media screen and (max-width: 374.98px) {
  .home-tooltip-pgn-2 {
    margin-left: -1.5625rem;
  }
}

.home-tooltip-pgn-2::before {
  background-color: #FFBF3F;
}

.home-tooltip-pgn-2.home-tooltip-pgn-active::before {
  -webkit-box-shadow: 0.5rem 0.875rem 1rem rgba(255, 191, 63, 0.31);
          box-shadow: 0.5rem 0.875rem 1rem rgba(255, 191, 63, 0.31);
}

.home-tooltip-pgn-2 .home-tooltip-pgn__small {
  color: #FBEBCB;
}

.home-tooltip-pgn-3 {
  top: 4.9375rem;
  right: -0.4375rem;
}

@media screen and (max-width: 767.98px) {
  .home-tooltip-pgn-3 {
    top: 0;
    right: 2.5rem;
  }
}

@media screen and (max-width: 575.98px) {
  .home-tooltip-pgn-3 {
    top: -0.3125rem;
    right: 0.9375rem;
  }
}

@media screen and (max-width: 374.98px) {
  .home-tooltip-pgn-3 {
    right: 0;
  }
}

.home-tooltip-pgn-3::before {
  background-color: #FA5995;
}

.home-tooltip-pgn-3.home-tooltip-pgn-active::before {
  -webkit-box-shadow: 0.5rem 0.875rem 1rem rgba(250, 89, 149, 0.31);
          box-shadow: 0.5rem 0.875rem 1rem rgba(250, 89, 149, 0.31);
}

.home-tooltip-pgn-3 .home-tooltip-pgn__small {
  color: #FF9AC0;
}

.home-tooltip-pgn-4 {
  top: 14.5rem;
  right: -2.875rem;
}

@media screen and (max-width: 767.98px) {
  .home-tooltip-pgn-4 {
    top: 6.1875rem;
    right: -1.875rem;
  }
}

@media screen and (max-width: 575.98px) {
  .home-tooltip-pgn-4 {
    top: 4.375rem;
  }
}

.home-tooltip-pgn-4::before {
  background-color: #93C582;
}

.home-tooltip-pgn-4.home-tooltip-pgn-active::before {
  -webkit-box-shadow: 0.5rem 0.875rem 1rem rgba(147, 197, 130, 0.31);
          box-shadow: 0.5rem 0.875rem 1rem rgba(147, 197, 130, 0.31);
}

.home-tooltip-pgn-4 .home-tooltip-pgn__small {
  color: #C6E3BD;
}

.home-tooltip-pgn__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.home-tooltip-pgn__name {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.04167;
  color: #ffffff;
}

@media screen and (max-width: 767.98px) {
  .home-tooltip-pgn__name {
    font-size: 1.5rem;
  }
}

.home-tooltip-pgn__name sub {
  font-size: 1.125rem;
  margin-top: -0.375rem;
  display: inline-block;
  bottom: auto;
}

@media screen and (max-width: 767.98px) {
  .home-tooltip-pgn__name sub {
    font-size: 0.8125rem;
    margin-top: -0.375rem;
  }
}

.home-tooltip-pgn__small {
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.16667;
  color: #ffffff;
}

@media screen and (max-width: 767.98px) {
  .home-tooltip-pgn__small {
    font-size: 0.5rem;
  }
}

.box-elem {
  position: absolute;
  left: 50%;
  width: 30rem;
  margin-left: -15rem;
  pointer-events: none;
}

@media screen and (max-width: 991.98px) {
  .box-elem {
    width: 28.125rem;
    margin-left: -14.0625rem;
  }
}

.home-box.desktop .box-elem__inner {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 132.7%;
  display: block;
}


.home-box.mobile .hero-slider-btns .swiper-button-custom {
  outline: none;
  z-index: 9999;
}

.box-elem__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

@media screen and (max-width: 767.98px) {
	/*
  .box-elem__inner img {
    display: block;
  }
  */
.home-about-box__inner > img.prod {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 9rem;
}
}

.box-elem__inner canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767.98px) {
  .box-elem__inner canvas {
    display: none;
  }
}

/*-------------- home-screen --------------*/
.home-screen {
  overflow: hidden;
}

.home-screen.home-screen--started .home-screen__content::before {
  opacity: 0;
}

.home-screen.home-screen--ended .home-screen__content::after {
  opacity: 0;
}

.home-screen__container {
  position: relative;
}

.home-screen-mob-decor {
  position: absolute;
  left: 50%;
  display: none;
}

.home-screen-mob-decor-2 {
  top: 3.875rem;
  width: 4rem;
  height: 4.625rem;
  margin-left: -2rem;
}

.home-screen-mob-decor-3 {
  top: 0.875rem;
  width: 3.625rem;
  height: 5.875rem;
  margin-left: -1.8125rem;
}

@media screen and (max-width: 575.98px) {
  .home-screen-mob-decor {
    display: block;
  }
}

.home-screen-bg {
  position: absolute;
}

.home-screen-bg__inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.home-screen-bg__inner img {
  position: absolute;
  top: 15.625rem;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .home-screen-bg__inner img {
    top: 0;
  }
}

.home-screen-bg--1 {
  width: 58%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-25%);
      -ms-transform: translateX(-25%);
          transform: translateX(-25%);
}

.home-screen-bg--1 .home-screen-bg__inner {
  padding-top: 176%;
}

@media screen and (max-width: 767.98px) {
  .home-screen-bg--1 {
    width: 21.8125rem;
    left: auto;
    right: 0;
    top: 2%;
    -webkit-transform: translateX(15%);
        -ms-transform: translateX(15%);
            transform: translateX(15%);
  }
}

@media screen and (max-width: 575.98px) {
  .home-screen-bg--1 {
    width: 15.5625rem;
  }
}

.home-screen-bg--2 {
  width: 80%;
  top: -20%;
  left: 0;
  -webkit-transform: translateX(-30%);
      -ms-transform: translateX(-30%);
          transform: translateX(-30%);
}

.home-screen-bg--2 .home-screen-bg__inner {
  padding-top: 186.8%;
}

@media screen and (max-width: 767.98px) {
  .home-screen-bg--2 {
    width: 21.8125rem;
    left: auto;
    top: 1.875rem;
    right: 0;
    -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
            transform: translateX(20%);
  }
  .home-screen-bg--2 .home-screen-bg__inner img {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}

@media screen and (max-width: 575.98px) {
  .home-screen-bg--2 {
    width: 15.5625rem;
  }
}

.home-screen-bg--3 {
  width: 65%;
  top: -20%;
  right: 0;
}

.home-screen-bg--3 .home-screen-bg__inner {
  padding-top: 164%;
  overflow: visible;
}

@media screen and (max-width: 767.98px) {
  .home-screen-bg--3 {
    width: 21.8125rem;
    top: 1.25rem;
    -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
            transform: translateX(20%);
  }
}

@media screen and (max-width: 575.98px) {
  .home-screen-bg--3 {
    width: 15.5625rem;
  }
}

.home-screen-label {
  position: absolute;
  right: 0;
  width: 11.1875rem;
  height: 11.1875rem;
  z-index: 1;
}

@media screen and (max-width: 1199.98px) {
  .home-screen-label {
    width: 9.3125rem;
    height: 9.3125rem;
  }
}

@media screen and (max-width: 767.98px) {
  .home-screen-label {
    display: none;
  }
}

.home-screen-label img {
  width: 100%;
  height: 100%;
}

.home-screen__content {
  padding: 5.625rem 0 2.625rem;
  position: relative;
}

.home-screen__content::before, .home-screen__content::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.home-screen__content::before {
  right: 80%;
  background: -webkit-gradient(linear, left top, right top, color-stop(80.96%, #FFFCFD), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #FFFCFD 80.96%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(-270deg, #FFFCFD 80.96%, rgba(255, 255, 255, 0) 100%);
}

.home-screen__content::after {
  left: 84%;
  background: -webkit-gradient(linear, right top, left top, color-stop(85.96%, #FFFCFD), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(right, #FFFCFD 85.96%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, #FFFCFD 85.96%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 767.98px) {
  .home-screen__content::before, .home-screen__content::after {
    content: none;
  }
}

.home-screen-content {
  width: 100%;
  max-width: 42.8125rem;
}

.home-screen-content .tag {
  margin-bottom: 4rem;
}

.home-screen-content .section-title {
  margin-bottom: 2rem;
}

@media screen and (max-width: 575.98px) {
  .home-screen-content .section-title {
    font-size: 2.25rem;
    line-height: 1.27778;
  }
}

.home-screen-content__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-screen-content__btn {
  min-width: 12.5rem;
  margin-right: 0.875rem;
}

.home-screen-content__btn:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767.98px) {
  .home-screen-content__btn {
    min-width: 9.625rem;
    height: 3.4375rem;
  }
}

@media screen and (max-width: 767.98px) {
  .home-screen-content .tag {
    margin-bottom: 1.5rem;
    font-size: 0.625rem;
  }
}

.home-screen__desc {
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.61111;
  color: #242B45;
  margin-bottom: 4rem;
  max-width: 24.0625rem;
}

@media screen and (max-width: 767.98px) {
  .home-screen__desc {
    margin-bottom: 2rem;
    font-size: 0.9375rem;
  }
}

.home-screen-slider .swiper-container {
  overflow: visible;
  z-index: auto;
}

.home-screen-slider .swiper-wrapper {
  z-index: auto;
}

.home-screen-slider .swiper-slide {
  height: auto;
  width: 22.375rem;
}

.home-screen-slider .swiper-slide .common-card {
  height: 100%;
}

@media screen and (max-width: 575.98px) {
  .home-screen-slider .swiper-slide {
    width: 16.125rem;
  }
}

.home-screen-slider .swiper-button-custom {
  background: #F7A66C;
}

.home-screen-slider .swiper-button-custom::after {
  background: url("../img/icons/arrow-next-white.svg") no-repeat 50%/100%;
}

.home-screen-slider .swiper-button-custom:hover {
  background: #DE0052;
}

@media screen and (max-width: 767.98px) {
  .home-screen-slider .swiper-button {
    display: none;
  }
}

.home-screen-1 .home-screen__content {
  padding-top: 5.3125rem;
}

.home-screen-1 .home-screen__content::before {
  right: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(90.96%, #FFFCFD), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #FFFCFD 90.96%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(-270deg, #FFFCFD 90.96%, rgba(255, 255, 255, 0) 100%);
}

.home-screen-1 .home-screen-content {
  margin-bottom: 7.5rem;
}

.home-screen-1 .home-screen-label {
  top: 6.25rem;
}

@media screen and (max-width: 767.98px) {
  .home-screen-1 .home-screen__container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(46.96%, #FFFCFD), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, #FFFCFD 46.96%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, #FFFCFD 46.96%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
  .home-screen-1 .home-screen__content {
    z-index: 1;
  }
  .home-screen-1 .home-screen-content {
    margin-bottom: 2.5rem;
  }
}

.home-screen-2 {
  background: #FFF0F5;
}

.home-screen-2 .home-screen__content {
  padding-top: 6.25rem;
}

.home-screen-2 .home-screen-content {
  margin-left: 50%;
  margin-bottom: 7.875rem;
}

.home-screen-2 .home-screen-label {
  top: 8.75rem;
}

@media screen and (max-width: 767.98px) {
  .home-screen-2 .home-screen__container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(46.96%, #FFFCFD), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, #FFFCFD 46.96%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, #FFFCFD 46.96%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
  .home-screen-2 .home-screen__content {
    padding-top: 5rem;
    z-index: 1;
  }
  .home-screen-2 .home-screen-content {
    margin-left: 0;
    margin-bottom: 3.4375rem;
    z-index: 1;
  }
}

.home-screen-3 .home-screen__content {
  padding-top: 5.625rem;
}

.home-screen-3 .home-screen__content::before {
  right: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(90.96%, #FFFCFD), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #FFFCFD 90.96%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(-270deg, #FFFCFD 90.96%, rgba(255, 255, 255, 0) 100%);
}

.home-screen-3 .home-screen-content {
  margin-bottom: 6.625rem;
}

.home-screen-3 .home-screen-label {
  top: 8.125rem;
}

@media screen and (max-width: 767.98px) {
  .home-screen-3 {
    background: #FFF0F5;
  }
  .home-screen-3 .home-screen__container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(46.96%, #FFFCFD), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, #FFFCFD 46.96%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, #FFFCFD 46.96%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
  .home-screen-3 .home-screen__content {
    z-index: 1;
  }
  .home-screen-3 .home-screen-content {
    margin-bottom: 4.0625rem;
  }
  .home-screen-3 .home-screen-content .tag {
    background: #ffffff;
  }
}

.home-screen__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .common-card:hover .common-card__body {
    -webkit-transform: translate3d(0, -4.375rem, 0);
            transform: translate3d(0, -4.375rem, 0);
  }
  .common-card:hover .common-card__link {
    color: #DE0052;
  }
}

.common-card__inner {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 0.25rem 1.5rem #F9E5E9;
          box-shadow: 0 0.25rem 1.5rem #F9E5E9;
  border-radius: 0.625rem;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 25rem;
  padding-bottom: 2rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 767.98px) {
  .common-card__inner {
    min-height: 19.6875rem;
  }
}

.common-card__logo {
  width: 6.4375rem;
  height: 6.4375rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767.98px) {
  .common-card__logo {
    width: 4.0625rem;
    height: 4.0625rem;
    margin-bottom: 2.5rem;
  }
}

.common-card__logo img {
  width: 100%;
  height: 100%;
}

.common-card__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 99.8%;
  padding: 2.25rem 2.875rem 4.25rem;
  border-radius: 0.625rem 0.625rem 0 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background-color: #ffffff;
  -webkit-box-shadow: 0 -1rem 1.75rem -0.625rem #f9e5e9;
          box-shadow: 0 -1rem 1.75rem -0.625rem #f9e5e9;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (max-width: 575.98px) {
  .common-card__body {
    padding: 1.25rem 1.25rem 3rem;
  }
}

.common-card__title {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.22222;
  color: #60355A;
  margin: 0 0 2rem;
}

.common-card__desc {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375;
  color: #60355A;
  max-height: 5.625rem;
}

@media screen and (max-width: 767.98px) {
  .common-card__desc {
    font-size: 0.875rem;
  }
}

.common-card__footer {
  position: relative;
  padding: 0 2.875rem;
}

.common-card__link {
  display: block;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.3125;
  color: #60355A;
  text-decoration: underline;
}

@media screen and (max-width: 767.98px) {
  .common-card__link {
    display: none;
  }
}

.home-useful-articles {
  position: relative;
  background: #FFF2F5;
  padding: 0;
}

@media screen and (max-width: 767.98px) {
  .home-useful-articles .section-small-title {
    margin-bottom: 3.125rem;
  }
}

.home-useful-articles__content {
  padding: 5.625rem 0 5.3125rem;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .home-useful-articles__content {
    padding: 3.75rem 0;
  }
}

.home-useful-articles__content::before {
  content: "";
  position: absolute;
  top: -10%;
  right: 84%;
  /* (28% * 3) 3 slides in views 28% */
  pointer-events: none;
  width: 100vw;
  height: 120%;
  background: -webkit-gradient(linear, left top, right top, color-stop(85.96%, #FFFBFC), to(rgba(255, 242, 245, 0)));
  background: -o-linear-gradient(left, #FFFBFC 85.96%, rgba(255, 242, 245, 0) 100%);
  background: linear-gradient(-270deg, #FFFBFC 85.96%, rgba(255, 242, 245, 0) 100%);
  z-index: 1;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.home-useful-articles__content::after {
  content: "";
  position: absolute;
  top: -10%;
  left: 84%;
  /* (28% * 3) 3 slides in views 28% */
  pointer-events: none;
  width: 100vw;
  height: 120%;
  background: -webkit-gradient(linear, right top, left top, color-stop(85.96%, #FFFBFC), to(rgba(255, 242, 245, 0)));
  background: -o-linear-gradient(right, #FFFBFC 85.96%, rgba(255, 242, 245, 0) 100%);
  background: linear-gradient(270deg, #FFFBFC 85.96%, rgba(255, 242, 245, 0) 100%);
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

@media screen and (max-width: 767.98px) {
  .home-useful-articles__content::before, .home-useful-articles__content::after {
    content: none;
  }
}

.home-useful-articles.useful-articles--started .home-useful-articles__content::before {
  opacity: 0;
}

.home-useful-articles.useful-articles--ended .home-useful-articles__content::after {
  opacity: 0;
}

.home-useful-articles .useful-articles-slider::before, .home-useful-articles .useful-articles-slider::after {
  content: none;
}

.home-useful-articles .swiper-button-custom {
  background: #F7A66C;
}

.home-useful-articles .swiper-button-custom::after {
  background: url("../img/icons/arrow-next-white.svg") no-repeat 50%/100%;
}

.home-useful-articles .swiper-button-custom:hover {
  background: #DE0052;
}

/*-------------- order-block --------------*/
.order-block {
  padding: 5.625rem 0 3.75rem;
}

@media screen and (max-width: 767.98px) {
  .order-block {
    padding: 3.75rem 0 4.375rem;
  }
}

.order-block .section-small-title {
  width: 100%;
  text-align: center;
  margin-bottom: 5.625rem;
}

@media screen and (max-width: 767.98px) {
  .order-block .section-small-title {
    margin: 0 auto 2.8125rem;
    max-width: 13.75rem;
  }
}

.order-block .map-block {
  margin-bottom: 3.75rem;
  height: 530px;
}

.order-block .map-block .uteka-widget {
  height: 100%;
}

.order-block__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.125rem;
  margin-bottom: 5.625rem;
}

.order-block__actions .btn {
  width: 100%;
  max-width: 17.125rem;
}

.order-block__actions .btn + .btn {
  margin-left: 0.5rem;
}

@media screen and (max-width: 767.98px) {
  .order-block__actions {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order-block__actions .btn + .btn {
    margin-top: 1.5rem;
  }
}
.pharmacies__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	  justify-content: space-between;
  margin: 0 -1.4375rem;
}

@media screen and (max-width: 991.98px) {
  .pharmacies__row {
    margin: 0 -0.9375rem;
  }
}

@media screen and (max-width: 767.98px) {
  .pharmacies__row {
    margin: 0 -0.625rem;
  }
}

@media screen and (max-width: 575.98px) {
  .pharmacies__row {
    margin: 0 -0.3125rem;
  }
}

.pharmacies__col {
  padding: 0 1.4375rem 2.875rem;
  width: 20%;
  display: none;
}
/*
.pharmacies__col:nth-child(1), .pharmacies__col:nth-child(2), .pharmacies__col:nth-child(3), .pharmacies__col:nth-child(4), .pharmacies__col:nth-child(5) {
  display: block;
}
*/

.pharmacies__col:nth-child(1), .pharmacies__col:nth-child(2), .pharmacies__col:nth-child(3), .pharmacies__col:nth-child(4) {
  display: block;
}

@media screen and (max-width: 767.98px) {
  .pharmacies__col:nth-child(6) {
    /*display: block;*/
  }
}

@media screen and (max-width: 991.98px) {
  .pharmacies__col {
    padding: 0 0.9375rem 1.875rem;
  }
}

@media screen and (max-width: 767.98px) {
  .pharmacies__col {
    padding: 0 0.625rem 1.25rem;
    width: 33.33333%;
  }
}

@media screen and (max-width: 575.98px) {
  .pharmacies__col {
    padding: 0 0.3125rem 0.625rem;
    width: 50%;
  }
}

.pharmacies.show-all .pharmacies__col {
  display: block;
}

.pharmacies-card {
  display: block;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.25rem 1.5rem #F9E5E9;
          box-shadow: 0 0.25rem 1.5rem #F9E5E9;
  border-radius: 0.625rem;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.pharmacies-card:hover {
  -webkit-box-shadow: 0 0.25rem 1.5rem #F2C5CF;
          box-shadow: 0 0.25rem 1.5rem #F2C5CF;
}

.pharmacies-card__inner {
  position: relative;
  width: 100%;
  padding-top: 95.8%;
}

.pharmacies-card__inner img {
  width: 70%;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
}

.pharmacies-card__inner img:nth-child(2) {
  position: absolute;
  width: 80%;
  top: 0;
  right: 0;
  left: unset;
  transform: translate(15%, -40%);
}

/*-------------- single-news --------------*/
.main-article {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30rem, #FFFBFC), color-stop(30rem, #fff));
  background: -o-linear-gradient(top, #FFFBFC 30rem, #fff 30rem);
  background: linear-gradient(to bottom, #FFFBFC 30rem, #fff 30rem);
}

.article::before {
  content: "";
  width: 100%;
  height: 39.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFBFC;
}

@media screen and (max-width: 575.98px) {
  .article::before {
    height: calc(22.5rem - 3%);
  }
}

.article > .container {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 575.98px) {
  .article {
    position: relative;
  }
}

.article__head {
  background-color: #FFFBFC;
}

.article__head + .container .article__content {
  padding-top: 4.6875rem;
}

.article__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 0 5rem;
}

@media screen and (max-width: 767.98px) {
  .article__inner {
    padding: 0 0 4.1875rem;
  }
}

.article__inner img {
  max-width: 100%;
  height: unset !important;
}

.article__inner h1 {
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.29167;
  text-align: center;
  color: #242B45;
  width: 100%;
  max-width: 58.75rem;
  margin: 0 auto 3rem;
}

@media screen and (max-width: 767.98px) {
  .article__inner h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 575.98px) {
  .article__inner h1 {
    font-size: 1.6875rem;
    margin: 0 0 1.125rem;
    text-align: left;
    width: 100%;
    max-width: 20rem;
  }
}

.article__inner > img {
  width: 100%;
  height: auto;
  display: block;
}

.article__content {
  padding: 3rem 6.25rem 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.625;
  color: #613768;
}

@media screen and (max-width: 767.98px) {
  .article__content {
    padding: 3.4375rem 0 0;
  }
}

@media screen and (max-width: 575.98px) {
  .article__content {
    font-size: 0.9375rem;
  }
}

.article__content > img {
  width: 100%;
  height: auto;
  display: block;
}

.article__content strong {
  font-weight: bold;
}

.article__content p {
  margin: 2.8125rem 0;
}

@media screen and (max-width: 575.98px) {
  .article__content p {
    margin: 1.5625rem 0;
  }
}

.article__content > h2 {
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.29167;
  color: #DE0052;
  margin: 2.8125rem 0;
}

@media screen and (max-width: 767.98px) {
  .article__content > h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 575.98px) {
  .article__content > h2 {
    font-size: 1.5rem;
  }
}

.article__content > ul {
  margin: 2.8125rem 0 4.6875rem;
}

@media screen and (max-width: 575.98px) {
  .article__content > ul {
    margin: 2.8125rem 0;
  }
}

.article__content > ul li {
  width: 100%;
  max-width: 50rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.61111;
  color: #613768;
  position: relative;
  padding-left: 5rem;
}

@media screen and (max-width: 767.98px) {
  .article__content > ul li {
    padding-left: 2.75rem;
  }
}

@media screen and (max-width: 575.98px) {
  .article__content > ul li {
    font-size: 1rem;
  }
}

.article__content > ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.3125rem;
  height: 2.3125rem;
  background: url("../img/icons/ulico.svg") no-repeat 50%/100%;
  -webkit-box-shadow: 1.0625rem 1.3125rem 2.5625rem rgba(222, 0, 82, 0.17);
          box-shadow: 1.0625rem 1.3125rem 2.5625rem rgba(222, 0, 82, 0.17);
  border-radius: 50%;
}

@media screen and (max-width: 767.98px) {
  .article__content > ul li::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.article__content > ul li:not(:last-child) {
  margin-bottom: 1.125rem;
}

.article__content > ul li strong {
  font-weight: bold;
}

.article__content blockquote {
  background: #FEDAE6;
  -webkit-box-shadow: 0.6875rem 0.8125rem 3.0625rem rgba(255, 225, 236, 0.52);
          box-shadow: 0.6875rem 0.8125rem 3.0625rem rgba(255, 225, 236, 0.52);
  padding: 2.5rem 3.625rem 2.5rem 3.125rem;
  border-left: 0.75rem solid #DE0052;
  margin: 4.375rem 0 3.5rem;
}

@media screen and (max-width: 767.98px) {
  .article__content blockquote {
    padding: 1.4375rem;
    border-left: 0.25rem solid #DE0052;
  }
}

@media screen and (max-width: 575.98px) {
  .article__content blockquote {
    margin: 2.8125rem 0 1.8125rem;
  }
}

.article__content .file-download {
  margin-bottom: 5.125rem;
}

@media screen and (max-width: 767.98px) {
  .article__content .file-download {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575.98px) {
  .article__content .file-download {
    width: 100%;
  }
  .article__content .file-download__label strong {
    display: block;
  }
}

.article table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 130%;
  border-collapse: collapse;
  width: 100%;
  margin: 1.875rem 0;
}

@media screen and (max-width: 767.98px) {
  .article table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) {
    min-width: 43.75rem;
  }
}

.article table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) td, .article table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) th {
  border: 0.125rem solid #FEDAE6;
  height: 4.0625rem;
  text-align: center;
  vertical-align: middle;
  padding: 0 0.9375rem;
}

.article table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) thead tr th {
  font-weight: bold;
}

.article table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tbody tr td:first-child {
  font-weight: bold;
  width: 8.8125rem;
}

.article table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) .gray-bg {
  background: #FEDAE6;
}

.article table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) .gray-light-bg {
  background: #FEF5F6;
}

.article table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) .small-h {
  height: 2.25rem;
}

.article table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) small {
  font-size: 0.75rem;
  line-height: 0.975rem;
}

@media screen and (max-width: 767.98px) {
  .table-wrap {
    overflow-x: auto;
  }
}

.article2:before {
  height: 33.125rem;
}

.article2 .article__content {
  padding-top: 6.25rem;
}

@media screen and (max-width: 767.98px) {
  .article2 .article__content {
    padding-top: 3.125rem;
  }
}

.articles__head {
  padding-bottom: 5rem;
  position: relative;
}

@media screen and (max-width: 575.98px) {
  .articles__head {
    padding-bottom: 50px;
  }
}

.articles__head:before {
  content: "";
  display: block;
  width: 100vw;
  height: 62.5rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FFFBFC;
  pointer-events: none;
  z-index: -1;
}

.articles__head .main-title {
  margin: 0 0 2.5rem;
}

@media screen and (max-width: 575.98px) {
  .articles__head .main-title {
    margin: 0 0 1.375rem;
  }
}

.articles__list {
  padding-top: 4.1875rem;
  padding-bottom: 7.1875rem;
}

@media screen and (max-width: 575.98px) {
  .articles__list {
    padding-top: 1.875rem;
    padding-bottom: 4.375rem;
  }
}

.articles__list .article-card {
  height: 100%;
}

.articles__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5625rem -2.8125rem;
}

.articles__col {
  padding: 0 1.5625rem;
  margin-bottom: 2.8125rem;
  width: 33.333%;
}

@media screen and (max-width: 767.98px) {
  .articles__col {
    width: 50%;
  }
}

@media screen and (max-width: 575.98px) {
  .articles__col {
    width: 100%;
  }
}

.articles-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 575.98px) {
  .articles-filters {
    margin-bottom: -0.75rem;
    margin-right: -0.75rem;
  }
}

.articles-filters li {
  margin-right: 0.9375rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 575.98px) {
  .articles-filters li {
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
  }
}

.articles-filters a {
  border-radius: 6.25rem;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 160%;
  color: #60355A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.875rem;
  height: 3.4375rem;
  padding: 0 1.9375rem;
  border: 0.125rem solid #FEDAE6;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-filter: drop-shadow(17px 21px 41px rgba(243, 148, 78, 0.22););
          filter: drop-shadow(17px 21px 41px rgba(243, 148, 78, 0.22););
}

@media screen and (max-width: 575.98px) {
  .articles-filters a {
    height: 2.875rem;
    padding: 0 1.25rem;
    font-size: 0.875rem;
  }
}

.articles-filters a.active {
  background: #FEDAE6;
  font-weight: bold;
  -webkit-filter: none;
          filter: none;
}

.articles-filters a:hover {
  background: #FEDAE6;
  -webkit-filter: none;
          filter: none;
}

.step-hero {
  background: #FFFBFC;
}

.step-hero .container {
  position: relative;
}

.step-hero .main-title {
  margin-bottom: 2.75rem;
  max-width: 25.25rem;
}

@media screen and (max-width: 575.98px) {
  .step-hero .main-title {
    margin-top: 60%;
    max-width: 13.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: 1.6875rem;
    line-height: 130%;
  }
}

.step-hero__desc {
  max-width: 31.25rem;
  margin-bottom: 2.8125rem;
  font-size: 1.125rem;
  line-height: 160%;
  color: #242B45;
}

@media screen and (max-width: 575.98px) {
  .step-hero__desc {
    font-size: 0.9375rem;
    line-height: 1.3125rem;
    margin-bottom: 0;
  }
}

.step-hero__emblem {
  width: 11.1875rem;
  display: block;
  position: absolute;
  top: 11.25rem;
  right: -8.125rem;
}

@media screen and (max-width: 1439.98px) {
  .step-hero__emblem {
    right: -3.75rem;
  }
}

@media screen and (max-width: 1199.98px) {
  .step-hero__emblem {
    right: 1.25rem;
  }
}

@media screen and (max-width: 767.98px) {
  .step-hero__emblem {
    width: 5rem;
    top: auto;
    bottom: 0;
  }
}

@media screen and (max-width: 575.98px) {
  .step-hero__emblem {
    top: 28%;
  }
}

.step-hero__down-link {
  font-family: "Montserrat";
  height: 4.375rem;
  padding: 0 3rem;
}

@media screen and (max-width: 767.98px) {
  .step-hero__down-link {
    font-size: 0;
    padding: 0;
    width: 3.0625rem;
    height: 3.0625rem;
    position: relative;
    margin-top: 1.5625rem;
  }
  .step-hero__down-link:after {
    content: '';
    display: block;
    width: 1rem;
    height: 1.0625rem;
    position: absolute;
    background: url("../img/icons/arrow-down-red.svg") no-repeat 50%/contain;
  }
}

.step-hero--become-mom {
  padding-bottom: 7.6875rem;
  background: url("../img/images/step-hero-become-mom.png") no-repeat calc(50vw - 15rem) 0%/106.4375rem, #FFFBFC;
}

@media screen and (max-width: 575.98px) {
  .step-hero--become-mom {
    padding-bottom: 1.25rem;
    background: url("../img/images/step-hero-become-mom-mob.png") no-repeat 50% 3.125rem/contain, #FFFBFC;
  }
}

.elements-life__cover {
  position: relative;
  padding-top: 3.75rem;
}

.elements-life__content {
  position: relative;
  z-index: 2;
}

.elements-life .main-title {
  font-size: 2.7rem;
  max-width: 30rem;
  margin-bottom: 4.375rem;
}

@media screen and (max-width: 767.98px) {
  .elements-life .main-title {
    margin-bottom: 2.125rem;
    font-size: 1.6875rem;
    line-height: 100%;
  }
}

.elements-life .main-title sup {
  font-size: 1.5rem;
  line-height: 130%;
  top: -1em;
}

@media screen and (max-width: 767.98px) {
  .elements-life .main-title sup {
    font-size: 1.125rem;
    top: -0.625em;
  }
}

.elements-life__subtitle {
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 100%;
  color: #DE0052;
  display: block;
  margin-top: 1.5rem;
}

@media screen and (max-width: 767.98px) {
  .elements-life__subtitle {
    margin-top: 0.9375rem;
    font-size: 1rem;
    font-weight: 500;
  }
}

.elements-life__properties-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.9375rem -2.8125rem;
  max-width: 44.375rem;
}

@media screen and (max-width: 767.98px) {
  .elements-life__properties-row {
    margin-bottom: -0.9375rem;
  }
}

.elements-life__properties-col {
  padding: 0 0.9375rem;
  width: 50%;
  margin-bottom: 2.8125rem;
}

@media screen and (max-width: 767.98px) {
  .elements-life__properties-col {
    width: 100%;
    margin-bottom: 0.9375rem;
  }
}

.elements-life--become-mom {
  padding-bottom: 11.0625rem;
}

@media screen and (max-width: 767.98px) {
  .elements-life--become-mom {
    padding-bottom: 2.8125rem;
  }
}

.elements-life--become-mom .elements-life__cover {
  margin-bottom: 8.3125rem;
}

@media screen and (max-width: 767.98px) {
  .elements-life--become-mom .elements-life__cover {
    padding-top: 22.5rem;
    margin-bottom: 2.8125rem;
  }
}

.elements-life__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.elements-life__btns .btn {
  margin-right: 60px;
}

.elements-life__btns .btn:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767.98px) {
  .elements-life__elements {
    width: 100%;
    position: relative;
  }
}

.elements-life__elements--become-mom {
  top: -0.3125rem;
  left: 27.6875rem;
  position: absolute;
  width: 85.625rem;
  height: 61.375rem;
  background: url("../img/images/elements-life/spot.svg") no-repeat 50%/contain;
}

@media (max-width: 1360px) {
  .elements-life__elements--become-mom {
    left: auto;
    right: -21.875rem;
  }
}

@media screen and (max-width: 767.98px) {
  .elements-life__elements--become-mom {
    top: 1.75rem;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 49.625rem;
    height: 35.625rem;
  }
}

.elements-life__elements--become-mom .elements-life__product {
  width: 33.125rem;
  position: absolute;
  left: 28.0292%;
  top: 5.39715%;
}

@media screen and (max-width: 767.98px) {
  .elements-life__elements--become-mom .elements-life__product {
    width: 20.5rem;
    top: -9.82456%;
    left: 26.32242%;
  }
}

.elements-life__elements--become-mom .elements-life__socks {
  position: absolute;
  left: 55.69343%;
  top: 36.25255%;
  width: 15.875rem;
}

@media screen and (max-width: 767.98px) {
  .elements-life__elements--become-mom .elements-life__socks {
    width: 7.1875rem;
    left: 57.93451%;
    top: 18.24561%;
  }
}

.elements-life__elements--become-mom .elements-life__socks img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.elements-life__elements--become-mom .elements-life__bottle {
  width: 9.5625rem;
  position: absolute;
  top: 14.15479%;
  left: 26.93431%;
}

@media screen and (max-width: 767.98px) {
  .elements-life__elements--become-mom .elements-life__bottle {
    width: 4.6875rem;
    left: 26.32242%;
    top: 8.77193%;
  }
}

.elements-life__elements--become-mom .elements-life__bottle img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.elements-life__elements--become-mom .elements-life__reward {
  width: 5.875rem;
  position: absolute;
  top: 53.76782%;
  left: 62.77372%;
}

@media screen and (max-width: 767.98px) {
  .elements-life__elements--become-mom .elements-life__reward {
    width: 3.375rem;
    top: 38.07018%;
    left: 62.97229%;
  }
}

.useful-articles-slider--become-mom-elements:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(85.96%, #FFFFFF), to(rgba(255, 242, 245, 0)));
  background: -o-linear-gradient(left, #FFFFFF 85.96%, rgba(255, 242, 245, 0) 100%);
  background: linear-gradient(-270deg, #FFFFFF 85.96%, rgba(255, 242, 245, 0) 100%);
}

@media screen and (max-width: 767.98px) {
  .useful-articles-slider--become-mom-elements:before {
    display: none;
  }
}

.useful-articles-slider--become-mom-elements:after {
  background: -webkit-gradient(linear, right top, left top, color-stop(85.96%, #FFFFFF), to(rgba(255, 242, 245, 0)));
  background: -o-linear-gradient(right, #FFFFFF 85.96%, rgba(255, 242, 245, 0) 100%);
  background: linear-gradient(270deg, #FFFFFF 85.96%, rgba(255, 242, 245, 0) 100%);
}

@media screen and (max-width: 767.98px) {
  .useful-articles-slider--become-mom-elements:after {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .useful-articles-slider--become-mom-elements .swiper-button {
    display: none;
  }
}

.elements-properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.elements-properties__ico {
  width: 4.8125rem;
  height: 4.8125rem;
  position: relative;
  margin-right: 1.5625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 2px solid #F9AFC9;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.elements-properties__ico img {
  display: block;
  width: 100%;
}

.elements-properties__ico--kubs img {
  width: 2.1875rem;
}

.elements-properties > div {
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  color: #60355A;
}

.elem-card {
  background: #FFFFFF;
  -webkit-box-shadow: 0rem 0.25rem 1.5rem #F9E5E9;
          box-shadow: 0rem 0.25rem 1.5rem #F9E5E9;
  border-radius: 0.625rem;
  padding: 2.125rem 1.75rem 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

@media screen and (max-width: 767.98px) {
  .elem-card {
    padding: 0.9375rem 1rem 3.75rem 1.5rem;
  }
}

.elem-card__ico {
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 50%;
  margin-bottom: 2.8125rem;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: bold;
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 1.25rem;
  padding-top: 0.3125rem;
}

@media screen and (max-width: 767.98px) {
  .elem-card__ico {
    width: 3.5rem;
    height: 3.5rem;
    padding-top: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.elem-card__ico sub {
  font-size: 1.125rem;
  bottom: -0.125em;
}

.elem-card__ico img {
  width: 100%;
}

.elem-card__ico--vit-b9 {
  background: #E9F8E4;
  color: #93C582;
}

.elem-card__ico--vit-i {
  background: #FEDAE6;
  color: #FA5995;
}

.elem-card__ico--vit-omega3 {
  background: #FFE3CF;
  color: #FF8731;
}

.elem-card__ico--vit-d3 {
  background: #FFEDC8;
  color: #FFBF3F;
}

.elem-card__ico--vit-e {
  background: #DBF4FF;
  color: #6CB8DB;
}

.elem-card__title {
  /*margin-bottom: 1.5625rem;*/
  margin-bottom: 0.363rem;
  min-width: 2.8125rem;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #60355A;
}

.elem-card__title2 {
  margin-bottom: 1rem;
  min-width: 2.8125rem;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #F8B2D0;
}

.elem-card__desc {
  font-size: 1rem;
  line-height: 140%;
  color: #60355A;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 767.98px) {
  .elem-card__desc {
    font-size: 0.875rem;
  }
}

.useful-articles--success-criteria {
  padding-top: 6.25rem;
  padding-bottom: 3.875rem;
  counter-reset: section;
}

@media screen and (max-width: 767.98px) {
  .useful-articles--success-criteria {
    padding-top: 2.125rem;
  }
}

@media screen and (max-width: 767.98px) {
  .useful-articles--success-criteria .section-small-title {
    margin-bottom: 3.25rem;
  }
}

@media screen and (max-width: 767.98px) {
  .useful-articles--success-criteria .useful-articles__actions {
    margin-top: 5rem;
    margin-bottom: 5.3125rem;
  }
}

.useful-articles--success-criteria .uses-acco {
  margin-top: 5.9375rem;
}

@media screen and (max-width: 767.98px) {
  .useful-articles--success-criteria .uses-acco-item__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767.98px) {
  .useful-articles--success-criteria .useful-articles-cards .article-card:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

.useful-articles--success-criteria .article-card__img {
  position: relative;
}

.useful-articles--success-criteria .article-card__img::before,
.useful-articles--success-criteria .article-card__img .num {
  counter-increment: section;
  content: "0" counter(section);
  width: 3.0625rem;
  height: 3.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  position: absolute;
  top: 1.5rem;
  left: 1.75rem;
  font-family: "Raleway";
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 130%;
  color: #F9AFC9;
  border-radius: 50%;
  z-index: 2;
}

@media screen and (max-width: 767.98px) {
  .useful-articles--success-criteria .article-card__img::before,
  .useful-articles--success-criteria .article-card__img .num {
    top: 1.25rem;
    left: 1.0625rem;
  }
}

.become-mom-calculator-desc {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.625;
  text-align: center;
  color: #613768;
  max-width: 62.5rem;
  margin: 0 auto 3.4375rem;
}

@media screen and (max-width: 767.98px) {
  .become-mom-calculator-desc {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
}

.become-mom-calculator__info {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.625;
  text-align: center;
  color: #F9AFC9;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767.98px) {
  .become-mom-calculator__info {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
}

.become-mom-calculator__result {
  padding: 3rem 6.25rem;
}

.become-mom-calculator__result-title {
  font-weight: normal;
  font-size: 1.875rem;
  line-height: 1.3;
  text-align: center;
  color: #60355A;
  margin: 0 auto 2.8125rem;
  max-width: 36.875rem;
}

@media screen and (max-width: 767.98px) {
  .become-mom-calculator__result-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767.98px) {
  .become-mom-calculator__result {
    padding: 2rem 1rem;
  }
}

.become-mom-calculator__calendar {
  background: #FFF9FB;
  border-radius: 1.25rem;
}

.become-mom-calculator__calendar.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
  padding: 1.875rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767.98px) {
  .become-mom-calculator__calendar.fc .fc-toolbar.fc-header-toolbar {
    padding: 1rem 0;
  }
}

.become-mom-calculator__calendar.fc .fc-toolbar-title {
  min-width: 13rem;
  margin: 0 3rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #242B45;
}

.become-mom-calculator__calendar.fc .fc-toolbar-title .title-year {
  color: #DE0052;
}

@media screen and (max-width: 767.98px) {
  .become-mom-calculator__calendar.fc .fc-toolbar-title {
    margin: 0 1rem;
    min-width: 0;
  }
}

.become-mom-calculator__calendar.fc .fc-button-primary {
  width: 2.125rem;
  height: 2.125rem;
  background: #F9AFC9;
  border: 0.125rem solid #F9AFC9;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: background 0.3s, border 0.3s;
  -o-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
}

.become-mom-calculator__calendar.fc .fc-button-primary:hover {
  background-color: #FF964B;
  border: 0.125rem solid #FF964B;
}

.become-mom-calculator__calendar.fc .fc-button-primary:focus,
.become-mom-calculator__calendar.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.become-mom-calculator__calendar.fc .fc-button-primary:not(:disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 175, 201, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(249, 175, 201, 0.5);
}

.become-mom-calculator__calendar.fc .fc-button-primary:not(:disabled).fc-button-active,
.become-mom-calculator__calendar.fc .fc-button-primary:not(:disabled):active {
  background: #F9AFC9;
  border-color: #F9AFC9;
}

.become-mom-calculator__calendar.fc-theme-standard td {
  border: 0.1875rem solid #FFE2EC;
}

.become-mom-calculator__calendar.fc-theme-standard th {
  border: 0.1875rem solid #FFE2EC;
  background: #FFE2EC;
  color: #F9AFC9;
}

.become-mom-calculator__calendar.fc .fc-daygrid-day-number {
  color: #60355A;
  font-weight: bold;
}

.become-mom-calculator__calendar.fc .fc-has-event .fc-daygrid-day-number {
  color: #ffffff;
  font-weight: bold;
}

.become-mom-calculator__calendar.fc .fc-has-event.fc-day-other .fc-daygrid-day-number {
  color: #60355A;
}

.become-mom-calculator__calendar.fc-theme-standard .fc-scrollgrid {
  border: 0.09375rem solid #FFE2EC;
}

.become-mom-calculator__calendar.fc .fc-daygrid-day.fc-day-today {
  background-color: inherit;
}

.become-mom-calculator__calendar.fc .fc-bg-event {
  opacity: 1;
}

.become-mom-calculator__calendar.fc .fc-bg-event::before {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
}

.become-mom-calculator__calendar.fc .fc-bg-event.fertile-day {
  background-color: #F7A66C;
}

.become-mom-calculator__calendar.fc .fc-bg-event.ovulation-day {
  background-color: #DE0052;
}

.become-mom-calculator__calendar.fc .fc-bg-event.ovulation-day::before {
  content: "";
  background-image: url("../img/icons/cell.svg");
}

.become-mom-calculator__calendar.fc .fc-bg-event.menstruation-day {
  background-color: transparent;
}

.become-mom-calculator__calendar.fc .fc-bg-event.menstruation-day::before {
  content: "";
  background-image: url("../img/icons/drop.svg");
}

.become-mom-calculator__calendar.fc .fc-day-other .fc-bg-event {
  opacity: 0.3;
}

.become-mom-calculator__calendar .fc-toolbar-chunk:nth-child(2) > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.become-mom-calculator__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.1875rem;
}

.become-mom-calculator__legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: bold;
  font-size: 1.0625rem;
  line-height: 1.29412;
  color: #613768;
}

.become-mom-calculator__legend-item + .become-mom-calculator__legend-item {
  margin-left: 2.8125rem;
}

@media screen and (max-width: 767.98px) {
  .become-mom-calculator__legend-item {
    width: 100%;
  }
  .become-mom-calculator__legend-item + .become-mom-calculator__legend-item {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.become-mom-calculator__legend-item span {
  width: 2.6875rem;
  height: 2.6875rem;
  min-width: 2.6875rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.5625rem;
}

.become-mom-calculator__legend-item span.light {
  background: #FFF9FB;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.27778;
}

.become-mom-calculator__legend-item span.pink {
  background: #DE0052;
}

.become-mom-calculator__legend-item span.blue {
  background: #F7A66C;
  color: #FFFFFF;
}

.become-mom-calculator__legend-item span img {
  width: 1.25rem;
  height: 1.25rem;
}

.calcualator--become-mom .calcualator__step--1 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

@media screen and (max-width: 767.98px) {
  .calcualator--become-mom .calcualator__step--1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.calcualator--become-mom .calcualator__step--1 .btn-fill-blue {
  width: 100%;
  max-width: 13.75rem;
}

.calcualator--become-mom .become-mom-layout {
  margin-bottom: 2.5rem;
}

.calcualator--become-mom.calcualator .calendar-form {
  margin-top: 2rem;
}

@media screen and (max-width: 575.98px) {
  .calcualator--become-mom.calcualator .calendar-form {
    max-width: none;
    margin-top: 0;
  }
}

@media screen and (max-width: 575.98px) {
  .calcualator--become-mom .counter-el {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.become-mom-layout {
  width: 100%;
}

.become-mom-layout__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.3125rem;
}

.become-mom-layout__col {
  width: 50%;
  padding: 0 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.become-mom-layout__col-row {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.become-mom-layout__col-row + .become-mom-layout__col-row {
  margin-top: 0.625rem;
}

@media screen and (max-width: 767.98px) {
  .become-mom-layout__col {
    width: 100%;
    margin-bottom: 0.625rem;
  }
  .become-mom-layout__col:last-child {
    margin-bottom: 0;
  }
}

.become-mom-layout__field {
  background: #FFF9FB;
  border-radius: 1.25rem;
  padding: 1.375rem 1.5rem;
  height: 100%;
  text-align: left;
}

.become-mom-layout__field-text {
  max-width: 13.75rem;
}

@media screen and (max-width: 767.98px) {
  .become-mom-layout__field-text {
    max-width: 11.25rem;
  }
}

@media screen and (max-width: 575.98px) {
  .become-mom-layout__field-text {
    margin-bottom: 0.75rem;
  }
}

@media screen and (max-width: 767.98px) {
  .become-mom-layout__field {
    padding: 1rem;
  }
}

.become-mom-layout__label {
  font-weight: bold;
  font-size: 1.0625rem;
  line-height: 1.29412;
  color: #613768;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-left: 4rem;
}

.become-mom-layout__label::before {
  content: attr(data-num);
  width: 2.625rem;
  height: 2.625rem;
  background: #FFE2EC;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.27778;
  color: #F9AFC9;
}

@media screen and (max-width: 767.98px) {
  .become-mom-layout__label::before {
    width: 2rem;
    height: 2rem;
  }
}

@media screen and (max-width: 767.98px) {
  .become-mom-layout__label {
    font-size: 0.875rem;
    padding-left: 2.75rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 575.98px) {
  .become-mom-layout__label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.counter-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border: 0.125rem solid #FEDAE6;
  border-radius: 6.25rem;
  padding: 0.625rem 0.625rem 0.625rem 1.75rem;
}

@media screen and (max-width: 767.98px) {
  .counter-el {
    padding: 0.25rem 0.25rem 0.25rem 1rem;
  }
}

.counter-el__display {
  width: 3.625rem;
  margin-right: 0.3125rem;
}

.counter-el__display input {
  width: 100%;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.27778;
  color: #242B45;
  border: 0;
  outline: none;
  background-color: transparent;
}

.counter-el__display input::-webkit-input-placeholder {
  color: #242B45;
}

.counter-el__display input::-moz-placeholder {
  color: #242B45;
}

.counter-el__display input:-ms-input-placeholder {
  color: #242B45;
}

.counter-el__display input:-moz-placeholder {
  color: #242B45;
}

@media screen and (max-width: 767.98px) {
  .counter-el__display input {
    font-size: 1rem;
  }
}

.counter-el__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.counter-el__btn {
  width: 2.125rem;
  height: 2.125rem;
  border: 0.125rem solid #F9AFC9;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  -webkit-transition: background 0.3s, border 0.3s;
  -o-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
}

.counter-el__btn + .counter-el__btn {
  margin-left: 0.25rem;
}

.counter-el__btn--decr {
  background: #F9AFC9 url(../img/icons/arrow-prev-calendar-white.svg) no-repeat 50%/0.5rem 0.625rem;
}

.counter-el__btn--incr {
  background: #F9AFC9 url(../img/icons/arrow-next-calendar-white.svg) no-repeat 50%/0.5rem 0.625rem;
}

.counter-el__btn:hover {
  background-color: #FF964B;
  border: 0.125rem solid #FF964B;
}

.step-hero--waiting-baby {
  padding-bottom: 4.125rem;
  background: url("../img/images/step-hero-waiting-baby2.png") no-repeat calc(50vw - 18.75rem) 0%/81.25rem, #FFF0F5;
}

@media (max-width: 1200px) {
  .step-hero--waiting-baby {
    background-image: url("../img/images/step-hero-waiting-baby.png");
    background-position: calc(50vw - 50rem) 0;
    background-size: 93.75rem;
  }
}

@media screen and (max-width: 575.98px) {
  .step-hero--waiting-baby {
    padding-bottom: 1.25rem;
    background: url("../img/images/step-hero-waiting-baby-mob.png") no-repeat 50% 5rem/contain, #FFF0F5;
  }
}

.elements-life--waiting-baby {
  padding-bottom: 7.125rem;
}

@media screen and (max-width: 767.98px) {
  .elements-life--waiting-baby {
    padding-bottom: 3.125rem;
  }
}

@media screen and (max-width: 767.98px) {
  .elements-life--waiting-baby .elements-life__cover {
    padding-top: 22.5rem;
  }
}

.elements-life--waiting-baby .elements-life__properties-row {
  margin-bottom: 7.0625rem;
}

@media screen and (max-width: 767.98px) {
  .elements-life--waiting-baby .elements-life__properties-row {
    margin-bottom: 2.8125rem;
  }
}

.elements-life__elements--waiting-baby {
  top: -0.9375rem;
  left: 32.375rem;
  position: absolute;
  width: 68.8125rem;
  height: 61.75rem;
  background: url("../img/images/elements-life/spot-2.svg") no-repeat 50%/contain;
}

@media (max-width: 1360px) {
  .elements-life__elements--waiting-baby {
    left: auto;
    right: -11.25rem;
  }
}

@media screen and (max-width: 767.98px) {
  .elements-life__elements--waiting-baby {
    top: 1.75rem;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 49.625rem;
    height: 35.625rem;
  }
}

.elements-life__elements--waiting-baby .elements-life__product {
  width: 33.5625rem;
  position: absolute;
  left: 31.78928%;
  top: 10.52632%;
}

@media screen and (max-width: 767.98px) {
  .elements-life__elements--waiting-baby .elements-life__product {
    width: 19.1875rem;
    top: -11.75439%;
    left: 28.96725%;
  }
}

.elements-life__elements--waiting-baby .elements-life__beanbag {
  position: absolute;
  left: 68.75568%;
  top: 50.30364%;
  width: 9.6875rem;
}

@media screen and (max-width: 767.98px) {
  .elements-life__elements--waiting-baby .elements-life__beanbag {
    width: 8.375rem;
    left: 62.7204%;
    top: 15.78947%;
  }
}

@media screen and (max-width: 767.98px) {
  .elements-life__elements--waiting-baby .elements-life__beanbag > div {
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}

.elements-life__elements--waiting-baby .elements-life__beanbag img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.elements-life__elements--waiting-baby .elements-life__nipple {
  width: 11.0625rem;
  position: absolute;
  top: 51.61943%;
  left: 24.25068%;
}

@media screen and (max-width: 767.98px) {
  .elements-life__elements--waiting-baby .elements-life__nipple {
    width: 7.75rem;
    left: 21.91436%;
    top: 33.68421%;
  }
}

.elements-life__elements--waiting-baby .elements-life__nipple img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.elements-life__elements--waiting-baby .elements-life__bib {
  width: 17.3125rem;
  position: absolute;
  top: 10.4251%;
  left: 24.43233%;
}

@media screen and (max-width: 767.98px) {
  .elements-life__elements--waiting-baby .elements-life__bib {
    width: 9.3125rem;
    left: 21.41058%;
    top: 7.01754%;
  }
}

.elements-life__elements--waiting-baby .elements-life__bib img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.elements-life__elements--waiting-baby .elements-life__reward {
  width: 5.875rem;
  position: absolute;
  top: 62.75304%;
  left: 72.29791%;
}

@media screen and (max-width: 767.98px) {
  .elements-life__elements--waiting-baby .elements-life__reward {
    width: 3.4375rem;
    top: 37.19298%;
    left: 62.97229%;
  }
}

.mom-baby-block {
  background: url("../img/images/mom-and-baby-branch.png") no-repeat 40% 5.625rem/65.875rem, #FFF6F8;
  padding-top: 12.8125rem;
  padding-bottom: 5.9375rem;
}

@media screen and (max-width: 767.98px) {
  .mom-baby-block {
    background: #FFF6F8;
    padding-top: 0;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767.98px) {
  .mom-baby-block__cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

@media screen and (max-width: 767.98px) {
  .mom-baby-block__tooltip-pgn-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url("../img/images/mom-and-baby-branch-mob.png") no-repeat calc(50% - 1.25rem) 50%/22.1875rem;
    margin: 0 -20px 24px;
  }
}

.mom-baby-replaceable {
  margin-bottom: 7.5rem;
}

@media screen and (max-width: 767.98px) {
  .mom-baby-replaceable {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .mom-baby-replaceable .swiper-container {
    overflow: visible;
  }
}

.mom-baby-replaceable .swiper-slide {
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .mom-baby-replaceable .swiper-slide {
    max-height: 21.75rem;
    overflow: hidden;
    padding: 15px 1.5rem;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 24px #F9E5E9;
            box-shadow: 0px 4px 24px #F9E5E9;
    border-radius: 0.625rem;
    width: 16.25rem;
  }
}

.mom-baby-replaceable__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
  .mom-baby-replaceable__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.mom-baby-replaceable__col {
  width: 100%;
}

.mom-baby-replaceable__col:first-child {
  max-width: 23.5rem;
}

@media screen and (max-width: 767.98px) {
  .mom-baby-replaceable__col:first-child {
    max-width: 100%;
  }
}

.mom-baby-replaceable__col:last-child {
  max-width: 21.4375rem;
}

@media screen and (max-width: 767.98px) {
  .mom-baby-replaceable__col:last-child {
    display: none;
    max-width: 100%;
  }
}

.mom-baby-replaceable .main-title {
  margin-bottom: 4.6875rem;
}

@media screen and (max-width: 767.98px) {
  .mom-baby-replaceable .main-title {
    font-size: 1.125rem;
    line-height: 1.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 767.98px) {
  .mom-baby-replaceable .main-title br + br {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .mom-baby-replaceable .main-title.vit-b9 {
    color: #93C582;
  }
}

@media screen and (max-width: 767.98px) {
  .mom-baby-replaceable .main-title.vit-b9 .main-title__ico-el {
    background: #EDF9E9;
  }
}

@media screen and (max-width: 767.98px) {
  .mom-baby-replaceable .main-title.vit-i {
    color: #FA5995;
  }
}

@media screen and (max-width: 767.98px) {
  .mom-baby-replaceable .main-title.vit-i .main-title__ico-el {
    background: #FEDAE6;
  }
}

@media screen and (max-width: 767.98px) {
  .mom-baby-replaceable .main-title.vit-omega3 {
    color: #FF8731;
  }
}

@media screen and (max-width: 767.98px) {
  .mom-baby-replaceable .main-title.vit-omega3 .main-title__ico-el {
    background: #FFE3CF;
  }
}

@media screen and (max-width: 767.98px) {
  .mom-baby-replaceable .main-title.vit-d3 {
    color: #FFBF3F;
  }
}

@media screen and (max-width: 767.98px) {
  .mom-baby-replaceable .main-title.vit-d3 .main-title__ico-el {
    background: #FFEDC8;
  }
}

@media screen and (max-width: 767.98px) {
  .mom-baby-replaceable .main-title.vit-e {
    color: #6CB8DB;
  }
}

@media screen and (max-width: 767.98px) {
  .mom-baby-replaceable .main-title.vit-e .main-title__ico-el {
    background: #DBF4FF;
  }
}

.mom-baby-replaceable .main-title__ico-el {
  display: none;
  font-family: 'Raleway';
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: 2.5rem;
  width: 3.5625rem;
  height: 3.5625rem;
  background: #E9F8E4;
  border-radius: 50%;
  font-weight: bold;
  font-size: 3rem;
  line-height: 3.5rem;
}

.mom-baby-replaceable .main-title__ico-el sub {
  font-size: 1.125rem;
  line-height: 1.3125rem;
}

@media screen and (max-width: 767.98px) {
  .mom-baby-replaceable .main-title__ico-el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mom-baby-replaceable h4 {
  font-weight: 300;
  font-size: 3rem;
  line-height: 100%;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767.98px) {
  .mom-baby-replaceable h4 {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 140%;
    margin-bottom: 1.25rem;
  }
}

.mom-baby-replaceable p {
  font-size: 1.125rem;
  line-height: 160%;
  font-weight: normal;
}

@media screen and (max-width: 767.98px) {
  .mom-baby-replaceable p {
    max-height: 12.5rem;
    font-size: 0.875rem;
    line-height: 140%;
    height: 10.625rem;
  }
}

.mom-baby-replaceable__read-more {
  display: none;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #DE0052;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(59.38%, #FFFCFD), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #FFFCFD 59.38%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #FFFCFD 59.38%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0.3125rem;
  padding: 50px 30px 1.5rem;
  cursor: pointer;
}

@media screen and (max-width: 767.98px) {
  .mom-baby-replaceable__read-more {
    display: block;
  }
}

.mom-baby-replaceable__read-more:hover {
  text-decoration: underline;
}

.mom-baby-tooltip-pgn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -rem(50);
}

@media screen and (max-width: 767.98px) {
  .mom-baby-tooltip-pgn {
    width: 22.5rem;
    height: 20rem;
    margin-bottom: 0;
  }
}

.mom-baby-tooltip-pgn__item {
  font-family: 'Raleway';
  cursor: pointer;
  background-color: #fff;
  border-radius: 6.25rem;
  width: 15rem;
  -webkit-box-shadow: 0px 4px 24px rgba(248, 178, 208, 0.25);
          box-shadow: 0px 4px 24px rgba(248, 178, 208, 0.25);
  outline: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 3.125rem;
  margin-right: 1.25rem;
}

@media screen and (max-width: 767.98px) {
  .mom-baby-tooltip-pgn__item {
    margin: 0;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mom-baby-tooltip-pgn__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767.98px) {
  .mom-baby-tooltip-pgn__item-0 {
    background: #93C582;
    top: 45.625%;
    left: 6.5625%;
  }
}

.mom-baby-tooltip-pgn__item-0 .mom-baby-tooltip-pgn__name-ico {
  background: #EDF9E9;
  padding-left: 1.25rem;
}

.mom-baby-tooltip-pgn__item-0 .mom-baby-tooltip-pgn__name {
  color: #93C582;
}

.mom-baby-tooltip-pgn__item-0 .mom-baby-tooltip-pgn__small {
  color: #60355A;
}

@media screen and (max-width: 767.98px) {
  .mom-baby-tooltip-pgn__item-1 {
    background: #FA5995;
    top: 70%;
    left: 15.83333%;
  }
}

.mom-baby-tooltip-pgn__item-1 .mom-baby-tooltip-pgn__name-ico {
  background: #FEDAE6;
  padding-top: 0;
  padding-left: 0;
}

.mom-baby-tooltip-pgn__item-1 .mom-baby-tooltip-pgn__name {
  color: #FA5995;
}

.mom-baby-tooltip-pgn__item-1 .mom-baby-tooltip-pgn__small {
  color: #FA5995;
}

@media screen and (max-width: 767.98px) {
  .mom-baby-tooltip-pgn__item-2 {
    background: #FF8731;
    top: 81.875%;
    left: 40.55556%;
  }
}

.mom-baby-tooltip-pgn__item-2 .mom-baby-tooltip-pgn__name-ico {
  background: #FFE3CF;
  padding-top: 0.4375rem;
}

.mom-baby-tooltip-pgn__item-2 .mom-baby-tooltip-pgn__name {
  color: #FF8731;
}

.mom-baby-tooltip-pgn__item-2 .mom-baby-tooltip-pgn__small {
  color: #FF8731;
}

.mom-baby-tooltip-pgn__item-2.mom-baby-tooltip-pgn-active .mom-baby-tooltip-pgn__small {
  color: #242B45;
}

@media screen and (max-width: 767.98px) {
  .mom-baby-tooltip-pgn__item-3 {
    background: #FFBF3F;
    top: 70%;
    left: 69.44444%;
  }
}

.mom-baby-tooltip-pgn__item-3 .mom-baby-tooltip-pgn__name-ico {
  background: #FFEDC8;
  padding-left: 1.25rem;
}

.mom-baby-tooltip-pgn__item-3 .mom-baby-tooltip-pgn__name {
  color: #FFBF3F;
}

.mom-baby-tooltip-pgn__item-3 .mom-baby-tooltip-pgn__small {
  color: #FFBF3F;
}

@media screen and (max-width: 767.98px) {
  .mom-baby-tooltip-pgn__item-4 {
    background: #6CB8DB;
    top: 45.625%;
    left: 78.05556%;
  }
}

.mom-baby-tooltip-pgn__item-4 .mom-baby-tooltip-pgn__name-ico {
  background: #DBF4FF;
  padding-left: 1.25rem;
  padding-top: 1.25rem;
}

.mom-baby-tooltip-pgn__item-4 .mom-baby-tooltip-pgn__name {
  color: #6CB8DB;
}

.mom-baby-tooltip-pgn__item-4 .mom-baby-tooltip-pgn__small {
  color: #6CB8DB;
}

.mom-baby-tooltip-pgn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.8125rem;
  padding-right: 1.125rem;
  padding-top: 1.0625rem;
  padding-bottom: 0.75rem;
}

@media screen and (max-width: 767.98px) {
  .mom-baby-tooltip-pgn__inner {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.mom-baby-tooltip-pgn__name-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  padding-top: 0.625rem;
  padding-left: 0.625rem;
  background: #EDF9E9;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767.98px) {
  .mom-baby-tooltip-pgn__name-ico {
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0 !important;
    text-align: center;
    margin-bottom: 0.125rem;
    background: none !important;
  }
}

.mom-baby-tooltip-pgn__name {
  font-weight: bold;
  font-size: 3rem;
  line-height: 3.5rem;
  color: #93C582;
}

@media screen and (max-width: 767.98px) {
  .mom-baby-tooltip-pgn__name {
    color: #fff !important;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.mom-baby-tooltip-pgn__name sub {
  font-size: 1.125rem;
  line-height: 1.3125rem;
}

@media screen and (max-width: 767.98px) {
  .mom-baby-tooltip-pgn__name sub {
    font-size: 0.8125rem;
    line-height: 0.9375rem;
  }
}

.mom-baby-tooltip-pgn__small {
  padding-left: 1.875rem;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25rem;
}

@media screen and (max-width: 767.98px) {
  .mom-baby-tooltip-pgn__small {
    padding-left: 0;
    font-size: 0.5rem;
    line-height: 0.5625rem;
    color: #fff !important;
    text-align: center;
  }
}

@media screen and (max-width: 767.98px) {
  .mom-baby-tooltip-pgn__small span {
    display: none;
  }
}

@media (min-width: 768px) {
  .mom-baby-tooltip-pgn-active {
    background: #FEDAE6;
  }
  .mom-baby-tooltip-pgn-active .mom-baby-tooltip-pgn__name-ico {
    background-color: #fff;
  }
  .mom-baby-tooltip-pgn-active .mom-baby-tooltip-pgn__small {
    color: #60355A;
  }
}

.useful-articles--happy-pregnancy {
  padding-top: 5.3125rem;
  padding-bottom: 3.875rem;
}

@media screen and (max-width: 767.98px) {
  .useful-articles--happy-pregnancy {
    padding-top: 3.4375rem;
    padding-bottom: 4.375rem;
  }
}

.useful-articles--happy-pregnancy .section-small-title {
  margin-bottom: 5.9375rem;
}

@media screen and (max-width: 767.98px) {
  .useful-articles--happy-pregnancy .section-small-title {
    margin-bottom: 3.4375rem;
  }
}

.useful-articles--happy-pregnancy .article-card:not(:last-child) {
  margin-bottom: 1.25rem;
}

.useful-articles--happy-pregnancy .useful-articles__actions {
  margin-bottom: 6.25rem;
}

@media screen and (max-width: 767.98px) {
  .useful-articles--happy-pregnancy .useful-articles__actions {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 767.98px) {
  .useful-articles--happy-pregnancy .uses-acco-item__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.fancybox-container-slider-popup {
  z-index: 8;
}

.fancybox-container-slider-popup .fancybox-bg,
.fancybox-container-slider-popup .fancybox-infobar,
.fancybox-container-slider-popup .fancybox-toolbar,
.fancybox-container-slider-popup .fancybox-navigation {
  display: none;
}

.fancybox-container-slider-popup .fancybox-content {
  padding: 0;
  height: 100%;
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
}

.fancybox-container-slider-popup .fancybox-slide--html {
  padding: 0;
}

.fancybox-container-slider-popup .swiper-button-custom {
  position: relative;
  top: auto;
  left: auto;
}

.fancybox-container-slider-popup .swiper-container {
  overflow: visible;
}

.slider-popup {
  position: relative;
  padding-top: 3.75rem;
}

.slider-popup__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.25rem;
  height: 3.75rem;
  z-index: 2;
}

.slider-popup__slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-popup .swiper-slide {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px #F9E5E9;
          box-shadow: 0px 4px 24px #F9E5E9;
  border-radius: 0.625rem;
  height: auto;
}

.slider-popup__slider-nav-item {
  width: 1.875rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  cursor: pointer;
}

.slider-popup__slider-nav-item:after {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.875rem;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-popup__swiper-prev:after {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-image: url("../img/icons/chevron-cyan-left.svg");
}

.slider-popup__swiper-next:after {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-image: url("../img/icons/chevron-cyan-right.svg");
}

.slider-popup__close {
  background: none;
  padding: 0.3125rem 0;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 130%;
  color: #F9AFC9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  outline: none;
}

.slider-popup__close:after {
  content: "";
  display: block;
  width: 0.875rem;
  height: 0.8125rem;
  background: url("../img/icons/close.svg") no-repeat 50%/contain;
  margin-left: 0.75rem;
}

.mom-baby-card {
  padding: 15px 1.25rem;
  height: 100%;
  padding-bottom: 2.5rem;
}

.mom-baby-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
}

.mom-baby-card__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.5625rem;
  height: 3.5625rem;
  background: #E9F8E4;
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 3rem;
  line-height: 3.5rem;
  padding-top: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: 2.5rem;
  border-radius: 50%;
}

.mom-baby-card__ico sub {
  font-size: 1.125rem;
  line-height: 1.3125rem;
}

.mom-baby-card__ico--vit-b9 {
  background: #EDF9E9;
  color: #93C582;
}

.mom-baby-card__ico--vit-b9 + .mom-baby-card__title {
  color: #93C582;
}

.mom-baby-card__ico--vit-i {
  background: #FEDAE6;
  color: #FA5995;
}

.mom-baby-card__ico--vit-i + .mom-baby-card__title {
  color: #FA5995;
}

.mom-baby-card__ico--vit-omega3 {
  background: #FFE3CF;
  color: #FF8731;
}

.mom-baby-card__ico--vit-omega3 + .mom-baby-card__title {
  color: #FF8731;
}

.mom-baby-card__ico--vit-d3 {
  background: #FFEDC8;
  color: #FFBF3F;
}

.mom-baby-card__ico--vit-d3 + .mom-baby-card__title {
  color: #FFBF3F;
}

.mom-baby-card__ico--vit-e {
  background: #DBF4FF;
  color: #6CB8DB;
}

.mom-baby-card__ico--vit-e + .mom-baby-card__title {
  color: #6CB8DB;
}

.mom-baby-card__title {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.mom-baby-card__desc h5 {
  font-style: italic;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 140%;
  margin-bottom: 1.875rem;
}

.mom-baby-card__desc p {
  font-size: 0.875rem;
  line-height: 140%;
}

.mom-baby-card__section {
  margin-bottom: 1.875rem;
}

.mom-baby-card__section:last-child {
  margin-bottom: 0;
}

.step-hero--was-born {
  padding-bottom: 4.75rem;
  background: url("../img/images/step-hero-was-born.png") no-repeat calc(50vw - 21.25rem) 100%/91.25rem, #FFFBFC;
}

@media (max-width: 1200px) {
  .step-hero--was-born {
    background-position: calc(50vw - 31.25rem) 0;
  }
}

@media screen and (max-width: 575.98px) {
  .step-hero--was-born {
    padding-bottom: 1.25rem;
    background: url("../img/images/step-hero-was-born-mob.png") no-repeat 100% 2.5rem/contain, #FFFBFC;
  }
}

.elements-life--was-born {
  padding-bottom: 5.0625rem;
}

@media screen and (max-width: 767.98px) {
  .elements-life--was-born {
    padding-bottom: 2.8125rem;
  }
}

.elements-life--was-born .elements-life__cover {
  margin-bottom: 9rem;
  padding-top: 6.125rem;
}

@media screen and (max-width: 767.98px) {
  .elements-life--was-born .elements-life__cover {
    padding-top: 22.5rem;
    margin-bottom: 1.875rem;
  }
}

.elements-life__elements--was-born {
    top: -2.162rem;
  left: 32.375rem;
  position: absolute;
  width: 68.8125rem;
  height: 61.75rem;
  background: url("../img/images/elements-life/spot-2.svg") no-repeat 50%/contain;
}

@media (max-width: 1360px) {
  .elements-life__elements--was-born {
    left: auto;
    right: -11.25rem;
  }
}

@media screen and (max-width: 767.98px) {
  .elements-life__elements--was-born {
    top: -3.75rem;
    left: 36%;
    right: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 37.3125rem;
    height: 33.5rem;
  }
}

.elements-life__elements--was-born .elements-life__product {
  width: 33.5625rem;
  position: absolute;
  left: 31.78928%;
  top: 10.52632%;
}

@media screen and (max-width: 767.98px) {
  .elements-life__elements--was-born .elements-life__product {
    width: 18.1875rem;
    top: 10.63433%;
    left: 31.8258%;
  }
}

.elements-life__elements--was-born .elements-life__bottle-2 {
  position: absolute;
  left: 69.84559%;
  top: 22.97571%;
  width: 11.3125rem;
}

@media screen and (max-width: 767.98px) {
  .elements-life__elements--was-born .elements-life__bottle-2 {
    width: 6.1875rem;
    left: 69.84925%;
    top: 24.81343%;
  }
}

.elements-life__elements--was-born .elements-life__bottle-2 img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.elements-life__elements--was-born .elements-life__duck-toy {
  width: 13.1875rem;
  position: absolute;
  top: 50.60729%;
  left: 20.8901%;
}

@media screen and (max-width: 767.98px) {
  .elements-life__elements--was-born .elements-life__duck-toy {
    width: 7.125rem;
    left: 20.93802%;
    top: 52.42537%;
  }
}

.elements-life__elements--was-born .elements-life__duck-toy img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.elements-life__elements--was-born .elements-life__toy-cube {
  width: 11.9375rem;
  position: absolute;
  top: 17.71255%;
  left: 29.15531%;
}

@media screen and (max-width: 767.98px) {
  .elements-life__elements--was-born .elements-life__toy-cube {
    width: 7.3125rem;
    left: 29.14573%;
    top: 19.40299%;
  }
}

.elements-life__elements--was-born .elements-life__toy-cube img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.elements-life__elements--was-born .elements-life__reward {
  width: 5.875rem;
  position: absolute;
  top: 59.31174%;
  left: 72.29791%;
}

@media screen and (max-width: 767.98px) {
  .elements-life__elements--was-born .elements-life__reward {
    width: 3.4375rem;
    top: 62.31343%;
    left: 74.03685%;
  }
}

.elements-life--about-product {
  padding-bottom: 0;
  margin-bottom: 8.125rem;
}

@media screen and (max-width: 767.98px) {
  .elements-life--about-product {
    margin-bottom: 2.5rem;
  }
}

.elements-life--about-product .main-title {
  font-size: 3rem;
  max-width: 38.4375rem;
}

.elements-life--about-product .main-title strong {
  font-weight: 500;
}

@media screen and (max-width: 767.98px) {
  .elements-life--about-product .main-title {
    text-align: center;
    max-width: 100%;
    font-size: 1.6875rem;
    line-height: 120%;
    min-height: 26.25rem;
  }
}

@media screen and (max-width: 767.98px) {
  .elements-life--about-product .elements-life__subtitle {
    text-align: center;
    max-width: 100%;
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

.elements-life--about-product .elements-life__cover {
  margin-bottom: 4.6875rem;
  padding-top: 14.1875rem;
}

@media screen and (max-width: 767.98px) {
  .elements-life--about-product .elements-life__cover {
    padding-top: 5.625rem;
    margin-bottom: 2.1875rem;
  }
}

.elements-life--about-product .step-hero__emblem {
  top: 9.375rem;
  right: -3rem;
}

@media screen and (max-width: 767.98px) {
  .elements-life--about-product .step-hero__emblem {
    top: 2.5rem;
    right: -1.25rem;
  }
}

.elements-life__elements--about-product {
  top: 2.5rem;
  left: 50.625rem;
  position: absolute;
}

@media (max-width: 1360px) {
  .elements-life__elements--about-product {
    left: auto;
    right: 5rem;
  }
}

@media screen and (max-width: 767.98px) {
  .elements-life__elements--about-product {
    width: 17.5625rem;
    top: 11.875rem;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.elements-life__elements--about-product .elements-life__product {
  width: 38.188rem;
}

@media screen and (max-width: 767.98px) {
  .elements-life__elements--about-product .elements-life__product {
    width: 17.5625rem;
  }
}

.elements-life__elements--about-product .elements-life__reward {
  width: 5.875rem;
  position: absolute;
  top: 67.1345%;
  right: -12.9376%;
}

@media screen and (max-width: 767.98px) {
  .elements-life__elements--about-product .elements-life__reward {
    width: 4.875rem;
    top: 59.67302%;
    right: -8.69565%;
  }
}

.about-video {
  margin-top: 8.125rem;
  margin-bottom: 10.3125rem;
}

@media screen and (max-width: 767.98px) {
  .about-video {
    margin-top: 2.5rem;
    margin-bottom: 3.625rem;
  }
}

.video-wrap {
  width: 100%;
  padding-top: 45%;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .video-wrap {
    padding-top: 80%;
  }
}

.video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-bg .play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 11.125rem;
  height: 11.125rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  padding-left: 0.9375rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0.25rem 1.5rem #F9E5E9;
          box-shadow: 0 0.25rem 1.5rem #F9E5E9;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767.98px) {
  .video-bg .play {
    width: 4.5625rem;
    height: 4.5625rem;
    padding-left: 0.5rem;
  }
}

.video-bg .play img {
  width: 3.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767.98px) {
  .video-bg .play img {
    width: 1.5625rem;
  }
}

.video-bg .play:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.15);
      -ms-transform: translate(-50%, -50%) scale(1.15);
          transform: translate(-50%, -50%) scale(1.15);
}

.video-bg > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.video.visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.importance-block {
  margin-bottom: 4.0625rem;
  margin-top: 10.3125rem;
}

@media screen and (max-width: 767.98px) {
  .importance-block {
    margin-top: 3.625rem;
    margin-bottom: 2.3125rem;
  }
}

.importance-block__cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3.9375rem 4.375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767.98px) {
  .importance-block__cover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 2.5rem;
  }
}

.importance-block__img {
  padding-top: 46.8%;
  position: relative;
  overflow: hidden;
}

.importance-block__img img {
  position: absolute;
  width: 100%;
  top: 8.125rem;
  left: 0;
}

@media screen and (max-width: 767.98px) {
  .importance-block__img img {
    top: -2.5rem;
  }
}

.importance-block__col {
  padding: 0 3.9375rem;
}

.importance-block__col:first-child {
  width: 45.5%;
}

@media screen and (max-width: 767.98px) {
  .importance-block__col:first-child {
    width: 100%;
  }
}

.importance-block__col:last-child {
  width: 54.5%;
}

@media screen and (max-width: 767.98px) {
  .importance-block__col:last-child {
    width: 100%;
  }
}

.importance-block .main-title {
  font-weight: 300;
  font-size: 3rem;
  line-height: 110%;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 767.98px) {
  .importance-block .main-title {
    font-size: 1.5rem;
  }
}

.importance-block p {
  font-size: 1.375rem;
  line-height: 1.6875rem;
  color: #60355A;
  margin-bottom: 1.5625rem;
}

@media screen and (max-width: 767.98px) {
  .importance-block p {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    margin-bottom: 1.875rem;
  }
}

.importance-block p:last-child {
  margin-bottom: 0;
}

.they-good {
  padding-bottom: 8.3125rem;
}

@media screen and (max-width: 767.98px) {
  .they-good {
    padding-bottom: 3.75rem;
  }
}

.they-good .main-title {
  font-weight: 300;
  font-size: 3rem;
  line-height: 110%;
  text-align: center;
  color: #60355A;
  margin-bottom: 6.5625rem;
}

@media screen and (max-width: 767.98px) {
  .they-good .main-title {
    font-size: 1.5rem;
    margin-bottom: 2.3125rem;
  }
}

.they-good__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.375rem;
}

@media screen and (max-width: 767.98px) {
  .they-good__row {
    margin: 0 -0.625rem -1.25rem;
  }
}

@media screen and (max-width: 575.98px) {
  .they-good__row {
    margin-bottom: -0.625rem;
  }
}

.they-good__col {
  padding: 0 1.375rem;
  width: 33.333%;
}

@media screen and (max-width: 767.98px) {
  .they-good__col {
    width: 50%;
    margin-bottom: 1.25rem;
    padding: 0 0.625rem;
  }
}

@media screen and (max-width: 575.98px) {
  .they-good__col {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}

.they-good-card {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.25rem 1.5rem #F9E5E9;
          box-shadow: 0 0.25rem 1.5rem #F9E5E9;
  border-radius: 0.625rem;
  padding: 6.875rem 3.125rem 3.125rem;
  position: relative;
  height: 100%;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #60355A;
}

@media screen and (max-width: 767.98px) {
  .they-good-card {
    padding: 6.875rem 1.25rem 2.8125rem 1.375rem;
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }
}

.they-good-card:before {
  content: "!";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #DE0052;
  position: absolute;
  top: 1.875rem;
  left: 3.3125rem;
  background: #F9E5E9;
}

@media screen and (max-width: 767.98px) {
  .they-good-card:before {
    left: 1.5625rem;
  }
}

.about-section-bg {
  background: #FFF7F8;
}

.about-section-bg .about-video {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), color-stop(40%, #FFF7F8));
  background: -o-linear-gradient(top, #fff 40%, #FFF7F8 40%);
  background: linear-gradient(to bottom, #fff 40%, #FFF7F8 40%);
}

.product-substance {
  overflow: hidden;
}

.product-substance__cover {
  max-width: 41.125rem;
  padding-top: 9.375rem;
  padding-bottom: 11.25rem;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .product-substance__cover {
    padding-top: 21.5625rem;
    padding-bottom: 3.75rem;
  }
}

.product-substance__img {
  width: 54.563rem;
  position: absolute;
  top: -5.625rem;
  left: 42.0625rem;
}

@media screen and (max-width: 767.98px) {
  .product-substance__img {
    top: -4.375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 21.75rem;
  }
}

.product-substance .main-title {
  font-weight: 300;
  font-size: 3rem;
  line-height: 110%;
  color: #27325A;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767.98px) {
  .product-substance .main-title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}

.product-substance__sub-title {
  font-size: 1.375rem;
  line-height: 130%;
  color: #DE0052;
  margin-bottom: 3.3125rem;
}

@media screen and (max-width: 767.98px) {
  .product-substance__sub-title {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 1.875rem;
  }
}

.product-substance p {
  margin-bottom: 1.5rem;
  font-size: 1.375rem;
  line-height: 130%;
  color: #60355A;
}

@media screen and (max-width: 767.98px) {
  .product-substance p {
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }
}

.product-substance p:last-child {
  margin-bottom: 0;
}

.why-block {
  background: #FFF6F8;
  padding-top: 4.6875rem;
  padding-bottom: 7.5rem;
}

@media screen and (max-width: 767.98px) {
  .why-block {
    padding-bottom: 4.0625rem;
    padding-top: 3rem;
  }
}

.why-block .main-title {
  text-align: center;
  margin-bottom: 4.5rem;
}
.why-block .main-title sup{
  top: -0.3em;
}

@media screen and (max-width: 767.98px) {
  .why-block .main-title {
    font-size: 2.25rem;
  }
}

.why-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5625rem;
}

@media screen and (max-width: 767.98px) {
  .why-block__row {
    margin: 0 -0.625rem -0.625rem;
  }
}

.why-block__col {
  padding: 0 1.5625rem;
  width: 33.333%;
}

@media screen and (max-width: 767.98px) {
  .why-block__col {
    width: 50%;
    padding: 0 0.625rem;
    margin-bottom: 0.625rem;
  }
}

@media screen and (max-width: 575.98px) {
  .why-block__col {
    width: 100%;
  }
}

.why-block-card {
  padding: 2.375rem 3.375rem 4.0625rem 2.375rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.25rem 1.5rem #F9E5E9;
          box-shadow: 0 0.25rem 1.5rem #F9E5E9;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  line-height: 130%;
  color: #60355A;
  height: 100%;
}

@media screen and (max-width: 767.98px) {
  .why-block-card {
    padding: 1.875rem 1.4375rem 3.4375rem 1.5rem;
    font-size: 0.9375rem;
  }
}

.why-block-card__img {
  position: relative;
  margin-bottom: 3.75rem;
  width: 6.125rem;
  height: 6.125rem;
}

.why-block-card__img:before {
  content: "";
  background: #FEDAE6;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.why-block-card__img img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}

.why-block-card strong {
  font-weight: bold;
  display: block;
  margin-bottom: 1.125rem;
}

.calcualator {
  background: #FFE2EC;
  border-radius: 1.25rem;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
}

@media screen and (max-width: 575.98px) {
  .calcualator {
    margin: 0 -1.25rem;
  }
}

.calcualator.result {
  background: none;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.calcualator.result .calcualator__step {
  border-radius: 1.25rem 1.25rem 0rem 0rem;
}

.calcualator__step-wrap {
  background: #FFE2EC;
}

.calcualator__step {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6.4375rem;
  background: #FFE2EC;
  border-radius: 1.25rem;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
}

@media screen and (max-width: 767.98px) {
  .calcualator__step {
    padding: 0 1.5625rem;
  }
}

.calcualator__step b {
  font-weight: bold;
  font-size: 1rem;
  line-height: 160%;
  text-align: center;
  color: #60355A;
}

.calcualator__step-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.calcualator__field {
  background: #FFF9FB;
  border-radius: 1.25rem;
}

.calcualator__field b {
  font-weight: bold;
  font-size: 1.0625rem;
  line-height: 130%;
  text-align: center;
  color: #613768;
}

.calcualator a.calcualator__field {
  border: 0.1875rem solid transparent;
}

.calcualator a.calcualator__field:hover {
  border: 0.1875rem solid #F9AFC9;
}

.calcualator__step-action-btn {
  font-family: "Montserrat";
  height: 4.375rem;
  padding: 0 3.875rem;
  font-size: 1rem;
}

@media screen and (max-width: 575.98px) {
  .calcualator__step-action-btn {
    padding: 0 3.125rem;
  }
}

@media screen and (max-width: 575.98px) {
  .calcualator__step-action-btn--back {
    font-size: 0;
    padding: 0 2.0625rem;
    background: url("../img/icons/arrow-left-purple-light.svg") no-repeat 50%/1.5625rem;
  }
  .calcualator__step-action-btn--back:hover {
    background: url("../img/icons/arrow-left-purple.svg") no-repeat 50%/1.5625rem;
  }
}

.calcualator .calendar-form {
  max-width: 20.875rem;
  width: 100%;
  margin: 0 auto;
}

.calcualator__step-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.calcualator__result {
  border: 0.1875rem solid #FFE2EC;
  border-radius: 0rem 0rem 1.25rem 1.25rem;
}

.calcualator__result-desc {
  padding: 35px 65px;
  margin-top: 14px;
  line-height: 26px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767.98px) {
  .calcualator__result-desc {
    padding: 35px 25px;
  }
}

.calcualator__result-desc b {
  font-size: inherit;
}

.calcualator__baby-size {
  width: 28.5625rem;
  height: 28.5625rem;
  border-radius: 50%;
  background: #FFF9FB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: italic;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 130%;
  text-align: center;
  color: #F8B2D0;
}

@media screen and (max-width: 767.98px) {
  .calcualator__baby-size {
    width: 100%;
    height: auto;
    background: none;
  }
}

.calcualator__baby-size.grapefruit {
  padding-top: 3.75rem;
}

@media screen and (max-width: 767.98px) {
  .calcualator__baby-size.grapefruit {
    padding-top: 0;
  }
}

.calcualator__baby-size.grapefruit img {
  max-width: 12.3125rem;
  width: 100%;
  margin-bottom: 2.5rem;
}

.calcualator--pregnancy .calcualator__step {
  padding-top: 3.4375rem;
  padding-bottom: 2.9375rem;
  min-height: 26.5625rem;
}

.calcualator--pregnancy .calcualator__step--1 {
  padding-bottom: 4rem;
}

.calcualator--pregnancy .calcualator__step--1 .calcualator__step-row {
  margin-bottom: 2.8125rem;
}

@media screen and (max-width: 767.98px) {
  .calcualator--pregnancy .calcualator__step--1 .calcualator__step-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
  }
}

.calcualator--pregnancy .calcualator__step--1 .calcualator__field {
  max-width: 25.875rem;
  width: 50%;
  margin: 0 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 14.6875rem;
  padding: 2.875rem 2.5rem;
  cursor: pointer;
}

@media screen and (max-width: 767.98px) {
  .calcualator--pregnancy .calcualator__step--1 .calcualator__field {
    padding: 1.5625rem;
    margin: 0 0 1.5625rem;
    width: 100%;
  }
  .calcualator--pregnancy .calcualator__step--1 .calcualator__field:last-child {
    margin-bottom: 0;
  }
}

.calcualator--pregnancy .calcualator__step--1 .calcualator__field:nth-child(1) {
  padding-top: 3.25rem;
}

@media screen and (max-width: 767.98px) {
  .calcualator--pregnancy .calcualator__step--1 .calcualator__field:nth-child(1) {
    padding-top: 1.5625rem;
  }
}

.calcualator--pregnancy .calcualator__step--1 .calcualator__field:nth-child(1) img {
  width: 4.6875rem;
  margin-bottom: 1.75rem;
}

.calcualator--pregnancy .calcualator__step--1 .calcualator__field:nth-child(2) {
  padding-top: 2.1875rem;
}

@media screen and (max-width: 767.98px) {
  .calcualator--pregnancy .calcualator__step--1 .calcualator__field:nth-child(2) {
    padding-top: 0.9375rem;
  }
}

.calcualator--pregnancy .calcualator__step--1 .calcualator__field:nth-child(2) img {
  width: 7.75rem;
  margin-bottom: 0.6875rem;
}

.calcualator--pregnancy .calcualator__step--1 .calcualator__field input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.calcualator--pregnancy .calcualator__step--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calcualator--pregnancy .calcualator__step--2 .calcualator__field {
  padding: 2.625rem;
  padding-bottom: 3rem;
  max-width: 30.375rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 575.98px) {
  .calcualator--pregnancy .calcualator__step--2 .calcualator__field {
    padding: 2.5rem 0.9375rem;
  }
}

.calcualator--pregnancy .calcualator__step--2 .calendar-form {
  margin-top: 1.75rem;
}

.calcualator--pregnancy .calcualator__result {
  padding-top: 3.5rem;
  padding-left: 6.4375rem;
  padding-right: 7.8125rem;
  padding-bottom: 4.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.875rem;
  line-height: 140%;
  color: #60355A;
}

@media screen and (max-width: 767.98px) {
  .calcualator--pregnancy .calcualator__result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 2.8125rem 1.5625rem;
    font-size: 1.125rem;
  }
}

.calcualator--pregnancy .calcualator__result b {
  font-weight: bold;
  color: #DE0052;
}

.calcualator--pregnancy .calcualator__result hr {
  display: block;
  height: 0.1875rem;
  border: none;
  background-color: #FEDAE6;
  margin: 3.75rem 0;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .calcualator--pregnancy .calcualator__result hr {
    margin: 1.5625rem 0;
  }
}

.calcualator--pregnancy .calcualator__result-content {
  padding-right: 5.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 767.98px) {
  .calcualator--pregnancy .calcualator__result-content {
    padding-right: 0;
    width: 100%;
    margin-bottom: 1.5625rem;
  }
}

.calcualator--hw .calcualator__step {
  padding-top: 3.4375rem;
  padding-bottom: 2.9375rem;
  min-height: 26.5625rem;
}

.calcualator--hw .calcualator__step--1 {
  padding-bottom: 4rem;
}

.calcualator--hw .calcualator__step--1 .calcualator__step-row {
  margin-bottom: 2.8125rem;
}

@media screen and (max-width: 767.98px) {
  .calcualator--hw .calcualator__step--1 .calcualator__step-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
  }
}

.calcualator--hw .calcualator__step--1 .calcualator__field {
  max-width: 25.875rem;
  width: 50%;
  margin: 0 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 14.6875rem;
  padding: 2.875rem 2.5rem;
  cursor: pointer;
}

@media screen and (max-width: 767.98px) {
  .calcualator--hw .calcualator__step--1 .calcualator__field {
    padding: 1.5625rem;
    margin: 0 0 1.5625rem;
    width: 100%;
  }
  .calcualator--hw .calcualator__step--1 .calcualator__field:last-child {
    margin-bottom: 0;
  }
}

.calcualator--hw .calcualator__step--1 .calcualator__field:nth-child(1) {
  padding-top: 3.0625rem;
}

@media screen and (max-width: 767.98px) {
  .calcualator--hw .calcualator__step--1 .calcualator__field:nth-child(1) {
    padding-top: 1.5625rem;
  }
}

.calcualator--hw .calcualator__step--1 .calcualator__field:nth-child(1) img {
  width: 5.9375rem;
  margin-bottom: 1.4375rem;
}

.calcualator--hw .calcualator__step--1 .calcualator__field:nth-child(2) {
  padding-top: 3.875rem;
}

@media screen and (max-width: 767.98px) {
  .calcualator--hw .calcualator__step--1 .calcualator__field:nth-child(2) {
    padding-top: 0.9375rem;
  }
}

.calcualator--hw .calcualator__step--1 .calcualator__field:nth-child(2) img {
  width: 8.5625rem;
  margin-bottom: 1.5625rem;
}

.calcualator--hw .calcualator__step--1 .calcualator__field input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.calcualator--hw .calcualator__step--2 .calcualator__step-row {
  margin: 0 -0.8125rem 1.1875rem;
  width: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.calcualator--hw .calcualator__step--2 .calcualator__step-col {
  padding: 0 0.8125rem;
  margin-bottom: 1.625rem;
}

.calcualator--hw .calcualator__step--2 .calcualator__step-col:nth-child(1) {
  width: 24.85%;
}

@media screen and (max-width: 767.98px) {
  .calcualator--hw .calcualator__step--2 .calcualator__step-col:nth-child(1) {
    width: 50%;
  }
}

@media screen and (max-width: 575.98px) {
  .calcualator--hw .calcualator__step--2 .calcualator__step-col:nth-child(1) {
    width: 100%;
  }
}

.calcualator--hw .calcualator__step--2 .calcualator__step-col:nth-child(2) {
  width: 24.85%;
}

@media screen and (max-width: 767.98px) {
  .calcualator--hw .calcualator__step--2 .calcualator__step-col:nth-child(2) {
    width: 50%;
  }
}

@media screen and (max-width: 575.98px) {
  .calcualator--hw .calcualator__step--2 .calcualator__step-col:nth-child(2) {
    width: 100%;
  }
}

.calcualator--hw .calcualator__step--2 .calcualator__step-col:nth-child(3) {
  width: 50.3%;
}

@media screen and (max-width: 767.98px) {
  .calcualator--hw .calcualator__step--2 .calcualator__step-col:nth-child(3) {
    width: 100%;
  }
}

.calcualator--hw .calcualator__step--2 .calcualator__field {
  padding: 0.9375rem 2.0625rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 12.125rem;
}

@media screen and (max-width: 575.98px) {
  .calcualator--hw .calcualator__step--2 .calcualator__field {
    padding: 0.9375rem;
  }
}

.calcualator--hw .calcualator__step--2 .calcualator-input {
  margin-top: 1.75rem;
}

.calcualator--hw .calcualator__step--2 .calendar-form {
  margin-top: 1.75rem;
}

.calcualator--hw .calcualator__result {
  padding-top: 3.625rem;
  padding-left: 6.5rem;
  padding-right: 6.5rem;
  padding-bottom: 6.1875rem;
}

@media screen and (max-width: 767.98px) {
  .calcualator--hw .calcualator__result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 2.8125rem 1.5625rem;
    font-size: 1.125rem;
  }
}

.calcualator--hw .calcualator__result-hw-child {
  margin-bottom: 2.8125rem;
  font-size: 1.875rem;
  line-height: 130%;
  text-align: center;
  color: #60355A;
}

@media screen and (max-width: 575.98px) {
  .calcualator--hw .calcualator__result-hw-child {
    font-size: 1.125rem;
  }
}

.calcualator--hw .calcualator__result-hw-child img {
  margin: 0 auto 2.1875rem;
}

.calcualator--hw .calcualator__result-hw-status {
  background: #FFF9FB;
  border-radius: 1.25rem;
  min-height: 17.375rem;
  padding: 4.875rem 1.5625rem 3.125rem;
  font-size: 1.0625rem;
  line-height: 130%;
  text-align: center;
  color: #60355A;
}

.calcualator--hw .calcualator__result-hw-status img {
  margin: 0 auto 3.75rem;
  width: 4.875rem;
}

.calcualator--hw .calcualator__result-hw-status b {
  font-weight: bold;
}

.calcualator--hw .calcualator__result-hw-status small {
  font-size: 0.9375rem;
  color: #F9AFC9;
}

.calcualator--hw .calcualator__result--girl {
  padding-top: 3.625rem;
}

.calcualator--hw .calcualator__result--girl .calcualator__result-hw-child img {
  margin: 0 auto 2.1875rem;
}

.calcualator--hw .calcualator__result .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.4375rem;
}

.calcualator--hw .calcualator__result .col {
  padding: 0 0.4375rem;
  width: 33.333%;
}

@media screen and (max-width: 575.98px) {
  .calcualator--hw .calcualator__result .col {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .calcualator--hw .calcualator__result .col:last-child {
    margin-bottom: 0;
  }
}

.calendar-form {
  background: #FFFFFF;
  border: 0.125rem solid #FEDAE6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6.25rem;
  padding: 0.1875rem;
  height: 3.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.calendar-form input {
  font-family: inherit;
  width: 9.1875rem;
  padding-left: 3.75rem;
  height: 100%;
  background: url("../img/icons/calendar-small-purple.svg") no-repeat 1.3125rem 50%/1rem;
  border: none;
  outline: none;
  font-weight: bold;
  font-size: 1.125rem;
  color: #242B45;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.calendar-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #E5CAE2;
}

.calendar-form input::-moz-placeholder {
  opacity: 1;
  color: #E5CAE2;
}

.calendar-form input:-ms-input-placeholder {
  opacity: 1;
  color: #E5CAE2;
}

.calendar-form input::-ms-input-placeholder {
  opacity: 1;
  color: #E5CAE2;
}

.calendar-form input::placeholder {
  opacity: 1;
  color: #E5CAE2;
}

.calendar-form button {
  font-size: 0.875rem;
  height: 100%;
  padding: 0 1.125rem;
  width: 7.4375rem;
}

@media screen and (max-width: 575.98px) {
  .calendar-form button {
    font-size: 0;
    width: 3.125rem;
    background-image: url("../img/icons/calendar-small-white.svg");
    background-size: 1.125rem;
    background-position: 50%;
    background-repeat: no-repeat;
  }
}

.calendar-form button.active {
  background-color: #DE0052;
}

.calendar-form button.active:hover {
  background-color: #F9AFC9;
}

.calendar-form .datepicker-here {
  position: absolute;
  width: 100%;
  top: 4rem;
  left: 0;
  display: none;
}

.calendar-form .datepicker-here .datepicker {
  width: 100%;
  background: #FFFFFF;
  border: 0.125rem solid #FEDAE6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.25rem;
  font-family: "Montserrat";
}

.calendar-form .datepicker-here .datepicker .datepicker--nav {
  padding: 1rem;
  border-bottom: none;
}

.calendar-form .datepicker-here .datepicker .datepicker--nav > div:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0.25rem;
}

.calendar-form .datepicker-here .datepicker .datepicker--nav > div:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.calendar-form .datepicker-here .datepicker .datepicker--nav > div:nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.calendar-form .datepicker-here .datepicker .datepicker--nav-title {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 130%;
  color: #242B45;
  padding: 0;
  margin-right: auto;
}

.calendar-form .datepicker-here .datepicker .datepicker--nav-title i {
  color: #DE0052;
}

.calendar-form .datepicker-here .datepicker .datepicker--nav-action {
  background: #F9AFC9;
  border-radius: 50%;
  width: 2.1875rem;
  height: 2.1875rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.calendar-form .datepicker-here .datepicker .datepicker--nav-action:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  width: 0.5rem;
  height: 0.625rem;
}

.calendar-form .datepicker-here .datepicker .datepicker--nav-action[data-action="prev"]:after {
  background: url("../img/icons/arrow-prev-calendar-white.svg") no-repeat 50%/contain;
}

.calendar-form .datepicker-here .datepicker .datepicker--nav-action[data-action="next"]:after {
  background: url("../img/icons/arrow-next-calendar-white.svg") no-repeat 50%/contain;
}

.calendar-form .datepicker-here .datepicker .datepicker--nav-action path {
  stroke: #fff;
}

.calendar-form .datepicker-here .datepicker .datepicker--nav-action svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

.calendar-form .datepicker-here .datepicker .datepicker--content {
  padding: 0 1rem 1.375rem;
}

.calendar-form .datepicker-here .datepicker .datepicker--days-names {
  margin-top: 0;
  margin-bottom: 0;
}

.calendar-form .datepicker-here .datepicker .datepicker--day-name {
  background: #FFF0F5;
  color: #F9AFC9;
  padding: 0.3125rem;
  border-right: 0.0625rem solid #fff;
  border-bottom: 0.0625rem solid #fff;
  text-align: right;
  border-radius: 0;
  font-size: 0.875rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-transform: lowercase;
}

.calendar-form .datepicker-here .datepicker .datepicker--cell-day {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  background: #FFF9FB;
  color: #60355A;
  border-right: 0.0625rem solid #fff;
  border-bottom: 0.0625rem solid #fff;
  height: 1.75rem;
  border-radius: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 0.3125rem;
}

.calendar-form .datepicker-here .datepicker .datepicker--cell.-focus- {
  background: #F8B2D0;
}

.flip-article-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3.75rem 0;
}

.flip-article-head__btn {
  background: #FEDEE9;
  border: 0.0625rem solid #FEDAE6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6.25rem;
  font-weight: bold;
  font-size: 1rem;
  line-height: 160%;
  text-align: center;
  color: #E497B4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.625rem;
  height: 4.0625rem;
  width: 11.875rem;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .flip-article-head__btn {
    font-size: 0.875rem;
    width: 8.75rem;
    height: 2.8125rem;
    padding: 0 1rem;
  }
}

.flip-article-head__btn:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.6875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.flip-article-head__btn.prev {
  padding-left: 2.25rem;
}

@media screen and (max-width: 767.98px) {
  .flip-article-head__btn.prev {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 1.625rem;
  }
}

.flip-article-head__btn.prev:before {
  left: 1.625rem;
  background: url("../img/icons/arrow-prev-purple.svg") no-repeat 50%/contain;
}

@media screen and (max-width: 767.98px) {
  .flip-article-head__btn.prev:before {
    left: 0.9375rem;
  }
}

.flip-article-head__btn.next {
  padding-right: 2.25rem;
}

@media screen and (max-width: 767.98px) {
  .flip-article-head__btn.next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-right: 1.625rem;
  }
}

.flip-article-head__btn.next:before {
  right: 1.625rem;
  background: url("../img/icons/arrow-next-purple.svg") no-repeat 50%/contain;
}

@media screen and (max-width: 767.98px) {
  .flip-article-head__btn.next:before {
    right: 0.9375rem;
  }
}

.flip-article-head__title {
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 130%;
  text-align: center;
  color: #60355A;
}

@media screen and (max-width: 767.98px) {
  .flip-article-head__title {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1.5625rem;
  }
}

.calcualator-input {
  position: relative;
}

.calcualator-input input {
  font-family: inherit;
  background: #FFFFFF;
  border: 0.125rem solid #FEDAE6;
  border-radius: 6.25rem;
  height: 3.375rem;
  width: 100%;
  padding-right: 3.75rem;
  padding-left: 1.625rem;
  border: none;
  outline: none;
  font-weight: bold;
  font-size: 1.125rem;
  color: #242B45;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.calcualator-input input::-webkit-input-placeholder {
  opacity: 1;
  color: #E5CAE2;
}

.calcualator-input input::-moz-placeholder {
  opacity: 1;
  color: #E5CAE2;
}

.calcualator-input input:-ms-input-placeholder {
  opacity: 1;
  color: #E5CAE2;
}

.calcualator-input input::-ms-input-placeholder {
  opacity: 1;
  color: #E5CAE2;
}

.calcualator-input input::placeholder {
  opacity: 1;
  color: #E5CAE2;
}

.calcualator-input__units {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  font-weight: bold;
  font-size: 1.0625rem;
  line-height: 130%;
  color: #F9AFC9;
}

.article3::before {
  height: 28.125rem;
}

.article3 h1 {
  text-align: left;
  margin-left: 0;
  margin-bottom: 8.75rem;
}

@media screen and (max-width: 767.98px) {
  .article3 h1 {
    margin-bottom: 5rem;
  }
}

.reviews-block__row {
  margin: 0 -0.9375rem;
}

.reviews-block__row:after {
  content: " ";
  clear: both;
  display: table;
}

.reviews-block__col {
  width: 50%;
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 767.98px) {
  .reviews-block__col {
    width: 100%;
  }
}

.reviews-block__col:nth-child(even) {
  float: right;
}

@media screen and (max-width: 767.98px) {
  .reviews-block__col:nth-child(even) {
    float: none;
  }
}

.reviews-block__col:nth-child(odd) {
  float: left;
}

@media screen and (max-width: 767.98px) {
  .reviews-block__col:nth-child(odd) {
    float: none;
  }
}

.reviews-block__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 18.75rem;
  margin: 0 auto;
  margin-top: 5rem;
}

@media screen and (max-width: 767.98px) {
  .reviews-block__btn {
    margin-top: 3.125rem;
  }
}

.review-card {
  background: #FFFFFF;
  -webkit-box-shadow: 0rem 0.25rem 1.5rem #F9E5E9;
          box-shadow: 0rem 0.25rem 1.5rem #F9E5E9;
  border-radius: 0.625rem;
  padding: 3.125rem;
}

@media screen and (max-width: 767.98px) {
  .review-card {
    padding: 2.1875rem 1.25rem;
  }
}

.review-card__name {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #242B45;
  margin-bottom: 1.25rem;
}

.review-card__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.4375rem;
}

.review-card__stars img {
  margin-right: 0.5625rem;
}

.review-card__text {
  font-size: 1rem;
  line-height: 130%;
  color: #60355A;
  margin-bottom: 1.875rem;
}

.review-card__link {
  font-weight: bold;
  font-size: 1rem;
  line-height: 130%;
  color: #60355A;
  display: inline-block;
  border-bottom: 0.0625rem solid #FEDAE6;
}

.review-card__link span {
  color: #DE0052;
}

/*-------------- footer --------------*/
.footer {
  padding-bottom: 5.75rem;
}

@media screen and (max-width: 767.98px) {
  .footer {
    padding-bottom: 7.4375rem;
  }
}

.footer__row {
  margin: 0 -1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767.98px) {
  .footer__row {
    margin: 0 -0.625rem;
  }
}

.footer__top {
  padding: 3.75rem 0;
  border-top: 0.125rem solid #FEDAE6;
  border-bottom: 0.125rem solid #FEDAE6;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .footer__top {
    padding: 1.5rem 0 2.875rem;
  }
}

.footer__top-col {
  padding: 0 1.25rem;
}

@media screen and (max-width: 767.98px) {
  .footer__top-col {
    padding: 0 0.625rem;
  }
}

.footer__top-col:nth-child(1) {
  width: 20%;
}

@media screen and (max-width: 767.98px) {
  .footer__top-col:nth-child(1) {
    width: 100%;
    margin-bottom: 2.25rem;
  }
}

.footer__top-col:nth-child(2) {
  width: 22%;
}

@media screen and (max-width: 767.98px) {
  .footer__top-col:nth-child(2) {
    width: 50%;
    margin-bottom: 2rem;
  }
}

.footer__top-col:nth-child(3) {
  width: 20%;
}

@media screen and (max-width: 767.98px) {
  .footer__top-col:nth-child(3) {
    width: 50%;
    margin-bottom: 2rem;
  }
}

.footer__top-col:nth-child(4) {
  /*width: 38%;*/
  width: 25%;
}

@media screen and (max-width: 767.98px) {
  .footer__top-col:nth-child(4) {
    width: 100%;
  }
}

.footer__top-col:nth-child(5) {
  /*width: 38%;*/
  width: 25%;
}

@media screen and (max-width: 767.98px) {
  .footer__top-col:nth-child(5) {
    width: 100%;
  }
}

.footer__scroll-top {
  background: none;
  outline: none;
  padding: 0;
  border: 0.125rem solid #FEDAE6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: drop-shadow(1.0625rem 1.3125rem 2.5625rem rgba(243, 148, 78, 0.22););
          filter: drop-shadow(1.0625rem 1.3125rem 2.5625rem rgba(243, 148, 78, 0.22););
  border-radius: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 3.9375rem;
}

@media screen and (max-width: 767.98px) {
  .footer__scroll-top {
    width: 3.75rem;
    height: 3.75rem;
    top: 2.25rem;
  }
}

.footer__scroll-top:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1.125rem;
  background: url("../img/icons/arrow-top-blue.svg") no-repeat 50%/contain;
  position: absolute;
}

.footer__middle {
  padding: 2.5rem 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767.98px) {
  .footer__middle {
    padding: 1.5rem 0 3.125rem;
  }
}

.footer__middle-col {
  padding: 0 1.25rem;
}

@media screen and (max-width: 767.98px) {
  .footer__middle-col {
    padding: 0 0.625rem;
  }
}

.footer__middle-col:nth-child(1) {
  width: 20%;
}

@media screen and (max-width: 767.98px) {
  .footer__middle-col:nth-child(1) {
    margin-bottom: 1.8125rem;
    width: 7.5rem;
  }
}

.footer__middle-col:nth-child(2) {
  width: 22%;
}

@media screen and (max-width: 767.98px) {
  .footer__middle-col:nth-child(2) {
    width: calc(100% - 7.5rem);
    padding-left: 2rem;
    margin-bottom: 1.8125rem;
  }
}

@media screen and (max-width: 374.98px) {
  .footer__middle-col:nth-child(2) {
    padding-left: 0.875rem;
  }
}

.footer__middle-col:nth-child(3) {
  width: 20%;
}

@media screen and (max-width: 767.98px) {
  .footer__middle-col:nth-child(3) {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.footer__middle-col:nth-child(4) {
  width: 38%;
}

@media screen and (max-width: 767.98px) {
  .footer__middle-col:nth-child(4) {
    width: 100%;
  }
}

.footer__fixed-bottom {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
}

.footer__сookie {
  padding: 1.25rem 0;
  background: #FEDAE6;
}

@media screen and (max-width: 767.98px) {
  .footer__сookie {
    padding: 0.9375rem 0;
  }
}

.footer__сookie .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767.98px) {
  .footer__сookie .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.footer__сookie p {
  padding-right: 3.125rem;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 160%;
  color: #60355A;
}

@media screen and (max-width: 767.98px) {
  .footer__сookie p {
    padding-right: 0;
    font-size: 0.625rem;
    margin-bottom: 0.9375rem;
    text-align: center;
  }
}

.footer__сookie p a {
  color: #DE0052;
  border-bottom: 1px solid #DE0052;
}

.footer__сookie p a:hover {
  border-bottom: 1px solid transparent;
}

.footer__сookie .btn {
  border: none;
  width: 11.9375rem;
  height: 3.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  outline: none;
  margin-right: 3.75rem;
}

@media screen and (max-width: 767.98px) {
  .footer__сookie .btn {
    width: 9.375rem;
    font-size: 0.8125rem;
    margin-right: 0;
  }
}

.footer__fixed-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Montserrat', sans-serif;
  background: #DE0052;
  font-weight: bold;
  font-size: 1rem;
  line-height: 3.4375rem;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .footer__fixed-btn {
    display: none;
  }
}

.footer__fixed-btn:hover {
  background: #ff2c7a;
}

.footer__disclamer {
  background: #FEF5F6;
  padding: 1.5625rem 0 1.25rem;
  text-align: center;
}

.footer__disclamer img {
  width: 100%;
}

.footer__disclamer span {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.33333;
  color: #F9AFC9;
  text-transform: uppercase;
  display: none;
}

@media screen and (max-width: 575.98px) {
  .footer__disclamer {
    padding: 0.875rem 0;
  }
  .footer__disclamer img {
    display: none;
  }
  .footer__disclamer span {
    display: inline;
  }
}

.footer__column-between {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-logo {
  width: 11.25rem;
  margin-bottom: 2.5rem;
}

.footer-logo2 {
  width: 8.125rem;
}

@media screen and (max-width: 767.98px) {
  .footer-logo2 {
    width: 100%;
    max-width: 6.1875rem;
  }
}

.footer-nav {
  width: 100%;
  max-width: 18.125rem;
}

.footer-nav > ul li:not(:last-child) {
  margin-bottom: 0.6875rem;
}

.footer-nav > ul li a {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.33333;
  color: #60355A;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.footer-nav > ul li a u {
  text-decoration: none;
  border-bottom: 0.0625rem solid #FEDAE6;
}

.footer-nav > ul li a:hover {
  color: #DE0052;
}

.footer-contacts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-cookie {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.13333;
  color: #A883A3;
}

@media screen and (max-width: 767.98px) {
  .footer-cookie {
    margin-top: 2.625rem;
  }
}

.footer-cookie a {
  color: #60355A;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.footer-cookie a:hover {
  color: #DE0052;
}

.footer-text {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.33333;
  color: #A883A3;
}

@media screen and (max-width: 767.98px) {
  .footer-text {
    width: 100%;
    max-width: 20rem;
  }
}

@media screen and (max-width: 575.98px) {
  .footer-text {
    font-size: 0.625rem;
  }
}

.footer-text address {
  font-size: inherit;
  font-style: normal;
  line-height: inherit;
}

@media screen and (max-width: 767.98px) {
  .footer-text address {
    font-weight: 600;
  }
}

.footer-text p {
  line-height: inherit;
}

.footer-links a {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.125;
  color: #A883A3;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.footer-links a:not(:last-child) {
  margin-bottom: 0.25rem;
}

.footer-links a:hover {
  color: #DE0052;
}

@media screen and (max-width: 767.98px) {
  .footer-links a {
    font-weight: 600;
  }
}

@media screen and (max-width: 575.98px) {
  .footer-links a {
    font-size: 0.75rem;
  }
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

@media screen and (max-width: 575.98px) {
  .fancybox-slide.common-modal-class {
    padding: 0 1.25rem;
  }
}

.modal {
  display: none;
  background: none;
  padding: 0;
  overflow: visible;
  position: relative;
}

.modal input {
  outline: none;
}

.modal .fancybox-button.fancybox-close-small {
  color: white;
  padding: 0.3125rem;
  border-radius: 50%;
}

@media screen and (max-width: 767.98px) {
  .modal .fancybox-button.fancybox-close-small {
    width: 2rem;
    height: 2rem;
  }
}

.mob-menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFDFD;
  padding-top: 3.75rem;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .mob-menu {
    display: none;
  }
}

.mob-menu.open {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.mob-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow-y: auto;
}

.mob-menu__body {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mob-menu-btn {
  width: 64px;
  height: 60px;
  background: #F7A66C;
  border: none;
  cursor: pointer;
  margin-right: -1.25rem;
  margin-left: auto;
  outline: none;
  padding: 0 18px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.mob-menu-btn.active {
  background: #DE0052;
}

.mob-menu-btn.active .mob-menu-btn__inner > span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mob-menu-btn.active .mob-menu-btn__inner > span:nth-child(2) {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.mob-menu-btn.active .mob-menu-btn__inner > span:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .mob-menu-btn {
    display: none;
  }
}

.mob-menu-btn__inner {
  height: 19px;
  width: 28px;
  position: relative;
  display: block;
}

.mob-menu-btn__inner > span {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  border-radius: 20px;
  left: 0;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mob-menu-btn__inner > span:nth-child(1) {
  top: 0;
}

.mob-menu-btn__inner > span:nth-child(2) {
  top: 50%;
  margin-top: -1.5px;
}

.mob-menu-btn__inner > span:nth-child(3) {
  bottom: 0;
}

.mob-menu-pay-btn {
  width: 100%;
  max-width: 12.5rem;
}

.mob-menu-nav {
  width: 100%;
  margin-bottom: 2.125rem;
}

.mob-menu-nav > ul > li {
  border-bottom: 0.1875rem solid #FEF5F6;
}

.mob-menu-nav > ul > li > a {
  display: block;
  padding: 2rem 0;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.11111;
  text-align: center;
  color: #60355A;
}

.mob-menu__disclamer {
  background: #FEF5F6;
  padding: 0.875rem 0.75rem;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.33333;
  text-align: center;
  color: #F9AFC9;
}

.mob-acco__item-head {
  display: block;
  padding: 2rem 0;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.11111;
  text-align: center;
  color: #60355A;
  cursor: pointer;
}

.mob-acco__item-head.active .mob-acco__item-title::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.mob-acco__item-body {
  display: none;
}

.mob-acco__item-title {
  padding-right: 1.875rem;
  position: relative;
}

.mob-acco__item-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.21875rem;
  width: 0.875rem;
  height: 0.4375rem;
  background: url("../img/icons/arrow-down-blue.svg") no-repeat 50%/100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.mob-acco__item-content > ul > li:not(:last-child) {
  border-bottom: 0.1875rem solid #ffffff;
}

.mob-acco__item-content > ul > li > a {
  display: block;
  padding: 1rem 0;
  background: #FEF5F6;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
  color: #60355A;
}

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





.cookie-block{
  position: fixed;
  bottom: 69px;
  right: 0;
  left: 0;
  right: 0;
  background: #FEDAE6;
  padding: 10px;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 10000;
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 160%;
color: #60355A;
}
.cookie-block .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-block span:nth-child(1){
	width: 65%;
  display:block;
}

.cookie-block span:nth-child(2){
	width: 27%;
	max-width: 191px;
  display:block;
}

.cookie-block button{
	background: #F9F4F4;
	border-radius: 30px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 160%;

text-align: center;
color: #DE0052;
	padding: 0.53em 0.5em;
	box-sizing: border-box;
	border: none;
	width: 100%;
	cursor: pointer;
}

.cookie-block span a{
	color: #FF5A90;
	text-decoration: underline;
}
.cookie-block span a:hover{
	color: #FF5A90;
	text-decoration: none;
}
.politic-block{
  position: fixed;
  bottom: 69px;
  right: 0;
  left: 0;
  right: 0;
  background: #FEDAE6;
  padding: 15px;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 10001;
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 160%;
color: #60355A;
}
.politic-block .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.politic-block span:nth-child(1){
	width: 65%;
  display:block;
}

.politic-block span:nth-child(2){
	width: 27%;
	max-width: 191px;
  display:block;
}

.politic-block button{
	background: #F9F4F4;
	border-radius: 30px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 160%;

text-align: center;
color: #DE0052;
	padding: 0.83em 0.5em;
	box-sizing: border-box;
	border: none;
	width: 100%;
	cursor: pointer;
}

.politic-block span a{
	color: #FF5A90;
	text-decoration: none;
}


@media all and (max-width:780px) {	
.cookie-block {
  padding: 10px;
  font-size: 10px;
}	
.politic-block {
  padding: 10px;
  font-size: 10px;
}	
.politic-block button,.cookie-block button{
	font-size: 12px;
}
}




.newmodal{
	max-width: 95%;
	padding: 0 !important;
	position: relative;
	background: none !important;
	z-index: 999999;
}
.newmodal>div{
	display: inline-flex;
	justify-content: flex-start;
	flex-wrap: wrap;	
	position: relative;
	width: 900px;
	max-width: 100%;
	background: #fff;
	border-radius: 1rem;
	overflow: hidden;
}

.newmodal .lft{
	width: 42%;
	min-width: 280px;
	border-radius: 2rem;
}
.newmodal .lft img{
	display: block;
	width: 100%;
}

.newmodal .rgt {
  width: 57%;
  min-width: 280px;
  border-radius: 2rem;
  padding: 0 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}

.newmodal .rgt .tit{
color: #DE0052;
font-family: Montserrat;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 100%;
margin-bottom: 5px;
}

.newmodal .rgt .atit{
color: #27325A;
font-family: Montserrat;
font-size: 32px;
font-style: normal;
font-weight: 300;
line-height: 100%;
margin-bottom: 38px;
}

.newmodal .rgt .txt{
color: #60355A;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%;
	margin-bottom: 1.5rem;
}

.newmodal .rgt .txt span{
	color: #F7A66C;
}

.newmodal .rgt .btm{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 25px;
}

.newmodal .rgt .btm .l{
	width: 196px;
}

.newmodal .rgt .btm .l a.btn {
  width: 100%;
  box-sizing: border-box;
}
.fancybox-bg {
  background: rgba(0,0,0,0.3);
}

.newmodal .rgt .btm .r{
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 140%;
color: #545484;
}

.newmodal .fancybox-close-small{
	position: absolute;
	top: 1.5rem;
	right: 2rem;
}

.newmodal .fancybox-close-small:hover svg path{
	fill: #DE0052;
}

.newmodal .fancybox-close-small::after{
	font-size: 70px;
}

.newmodal .fancybox-button{
	display: none;
}


@media all and (max-width:760px) {	
.newmodal > div {
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 400px;
  max-width: 100%;
  background: #fff;
  border-radius: 12px;
  flex-direction: column;
}
.newmodal .lft {
  width: 100%;
  min-width: 280px;
  border-radius: 12px;
  overflow: hidden;
}
.newmodal .fancybox-close-small {
  position: absolute;
  top: 15px;
  right: 15px;
  font-weight: bold;
}
.newmodal .rgt {
  width: 100%;
  min-width: 280px;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}
.newmodal .rgt .tit {
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 110%;
  color: #60355A;
  margin-bottom: 5px;
}
.newmodal .rgt .txt {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 5px;
}
.newmodal .rgt .btm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  margin-top: 20px;
}
.newmodal .rgt .btm .l {
  width: 100%;
}
.newmodal .rgt .btm {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  flex-direction: column;
  width: 100%;
}

}


/*
PROF
*/


#prof .center,#prof_text .center {
    /*width: 1920px;*/
	width: auto;
    margin: 0 auto;
    position: relative;
    padding: 0 35px;
    box-sizing: border-box;
}

#prof {
    margin-top: 80px;
    margin-bottom: 25px;
}
#prof>.center>.row {
    /*padding: 0 60px;*/
}
#prof>.center>.row:first-child {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
#prof>.center>.row:first-child .title{
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 110%;
    color: #29366B;
    margin-bottom: 80px;
    width: 600px;
}

#prof>.center>.row:first-child .title span{
    font-family: 'Pattaya';
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 120%;
    color: #FF5A90;
    display: block;
}

#prof>.center>.row:first-child .buttons .tl{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 79px;
    height: 79px;
    border: 3px solid #3F4F8E;
    box-sizing: border-box;
    border-radius: 30px;
    margin-right: 10px;
    cursor: pointer;
}

#prof>.center>.row:first-child .buttons .tl img:last-child{
    display: none;
}
#prof>.center>.row:first-child .buttons .tl:hover img:first-child{
    display: none;
}
#prof>.center>.row:first-child .buttons .tl:hover img:last-child{
    display: block;
}
#prof>.center>.row:first-child .buttons .tl:hover{
    background: #29366B;
}

#prof>.center>.row:first-child .buttons .tr{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 79px;
    height: 79px;
    border: 3px solid #3F4F8E;
    box-sizing: border-box;
    border-radius: 30px;
    cursor: pointer;
}

#prof>.center>.row:first-child .buttons .tr img:last-child{
    display: none;
}
#prof>.center>.row:first-child .buttons .tr:hover img:first-child{
    display: none;
}
#prof>.center>.row:first-child .buttons .tr:hover img:last-child{
    display: block;
}
#prof>.center>.row:first-child .buttons .tr:hover{
    background: #29366B;
}

#prof>.center>.row.tabs{
    display: flex;
	justify-content: flex-start;
    align-items: center;
    margin: 0 -20px 30px;
	flex-wrap:wrap;
}

#prof>.center>.row.tabs a.item{
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #FF5A90;
  white-space: nowrap;
  text-decoration: none;
  background-color: #F5ECEC;
  padding: 20px 20px;
  border-radius: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  display: block;
}

#prof>.center>.row.slider{
    display: flex;
	justify-content: flex-start;
    /*align-items: flex-start;*/
    margin: 0 -20px;
	flex-wrap:wrap;
}

#prof .title + .buttons{
	display: none;
}

#prof>.center>.row.slider .item{
    background: #F9F4F4;
    border-radius: 30px;
    width: calc((100% / 3) - 40px);
	overflow:hidden;
    margin: 0 20px 20px;
	padding-top: 30px;
	position: relative;
}
#prof>.center>.row.slider .item::after {
  content: url('../images/fl3.png');
  position: absolute;
	bottom: 10px;
	right: 10px;
}

#prof>.center>.row.slider .item .image{
    width: 100%;
	height: 250px;
	overflow: hidden;
    margin-bottom: 30px;
}

#prof>.center>.row.slider .item .image img{
    width: 100%;
    display: block;
	    -webkit-transition: all 1s linear 1s;
    -moz-transition: all 1s linear 1s;
    -o-transition: all 1s linear 1s;
    transition: all 1s linear 1s;
}
#prof>.center>.row.slider .item:hover .image img{
	transform: scale(1.2);
	    -webkit-transition: all 1s linear 1s;
    -moz-transition: all 1s linear 1s;
    -o-transition: all 1s linear 1s;
    transition: all 1s linear 1s;

}

#prof>.center>.row.slider .item .author{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: left;
    color: #29366B;
    margin-bottom: 15px;
    padding: 0 30px;
	min-height: 34px;
		overflow: hidden;
      text-overflow: ellipsis;
      display: -moz-box;
      -moz-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      line-clamp: 1;
      box-orient: vertical;
}
#prof>.center>.row.slider .item .institution{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: left;
    color: #29366B;
    margin-bottom: 15px;
    padding: 0 30px;
	min-height: 51px;
		overflow: hidden;
      text-overflow: ellipsis;
      display: -moz-box;
      -moz-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-clamp: 2;
      box-orient: vertical;
}

#prof>.center>.row.slider .item .title{
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    text-align: left;
    color: #FF5A90;
    margin-bottom: 20px;
    padding: 0 30px;
}


#prof>.center>.row.slider .item .atitle{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    text-align: left;
    color: #29366B;
    margin-bottom: 30px;
    padding: 0 30px;
	min-height: 112px;
		overflow: hidden;
      text-overflow: ellipsis;
      display: -moz-box;
      -moz-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      line-clamp: 4;
      box-orient: vertical;
}

#prof>.center>.row.slider .item .buttons{
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    padding: 0 30px;
}

#prof>.center>.row.slider .item .buttons a.button2{
    background: #ffffff;
    display: inline-block;
    padding: 20px 60px;
    width: auto;
}


#prof_text img{
	max-width: 100%;
}
#prof_text .row.tomain{
    display: flex;
	justify-content: flex-start;
    align-items: center;
    margin: 0 -20px 30px;
	flex-wrap:wrap;
}

#prof_text .row.tomain a.item{
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #FF5A90;
  white-space: nowrap;
  text-decoration: none;
  background-color: #F5ECEC;
  padding: 20px 20px;
  border-radius: 20px;
  margin-left: 20px;
  display: block;
	font-style: italic;
}

#prof_text {
	margin-top: 2rem;
	font-weight: 500;
font-size: 1rem;
line-height: 1.625;
color: #613768;
}

#prof_text p {
  text-align: justify;
  margin: 1rem 0;
  font-size: 18px;
}

#prof_text .side{
	padding: 20px;
	border-radius: 30px;
	background: #F9F4F4;
}


#prof_text .cats{
	margin-bottom: 30px;
}
#prof_text .cats a{
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: #FF5A90;
	text-decoration: none;
	display: inline-block;
	margin-right: 20px;
	font-style: italic;
}

#prof_text .side .cat{
    margin-bottom: 15px;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: #FF5A90;
	text-decoration: none;
	font-style: italic;
}
#prof_text .side .author{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: left;
    color: #29366B;
    margin-bottom: 35px;
}
#prof_text .side .institution{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: left;
    color: #29366B;
}

#prof_text .row.maincont{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#prof_text .row.maincont .side {
  width: 400px;
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  margin-bottom: 20px;
}

#prof_text .row.maincont .cont{
	width: calc(100% - 480px);
	max-width: 100%;
	flex: none;
}

#prof_text img{
	border-radius: 30px;
	height: unset !important;
}



@media all and (max-width:1450px) {
#prof_text .row{
	/*padding: 0 80px;*/
}

#prof_title .row{
	padding: 55px 80px;
}
	#prof_wrapper .row {
  background: #F9F4F4;
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#prof_list .row .item{
	width: 410px;
	border-radius: 20px;
}
#prof_list .row .item .buttons a {
  border-radius: 20px;
  padding: 15px 30px;
}
#prof_wrapper .buttons a.item{
padding: 20px;
background: #FFFFFF;
border-radius: 20px;
margin-right: 10px;
margin-bottom: 10px;
}	
    #prof > .center > .row:first-child .title {
        font-size: 34px;
        margin-bottom: 30px;
        width: auto;
    }

    #prof > .center > .row:first-child .buttons .tl {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border: 3px solid #3F4F8E;
        box-sizing: border-box;
        border-radius: 15px;
        margin-right: 10px;
        cursor: pointer;
    }
    #prof > .center > .row:first-child .buttons .tr {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border: 3px solid #3F4F8E;
        box-sizing: border-box;
        border-radius: 15px;
        cursor: pointer;
    }
    #prof > .center > .row.slider .item .atitle {
        font-size: 18px;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    #prof > .center > .row.slider .item .buttons a.button2 {
        background: #ffffff;
        display: inline-block;
        padding: 15px 40px;
        width: auto;
    }
}

@media all and (max-width:1450px) {
	#prof > .center > .row.slider .item .atitle{
		min-height: unset !important;
	}
}
@media all and (max-width:930px) {
#prof_text .row.maincont .cont {
  width: 100%;
}
#prof_title h1 {
  font-size: 28px;
}
#prof_text .row{
	/*padding: 0 20px;*/
}

#prof_title .row{
	border-radius: 20px;
	padding: 25px 20px;
}

#prof_title .row{
	background-position: cover;
	position: relative;
	border-radius: 20px;
	padding: 20px;
}

#prof_text{
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 150%;
color: #27325A;
}

#prof_text h2{
	font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 150%;
color: #FF5A90;
}
	#prof_wrapper .row {
  background: #F9F4F4;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#prof_wrapper h1 {
  margin-bottom: 20px;
  font-size: 42px;
}
    #prof > .center > .row:first-child .buttons .tl {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 36px;
        border: 3px solid #3F4F8E;
        box-sizing: border-box;
        border-radius: 10px;
        margin-right: 10px;
        cursor: pointer;
    }
    #prof > .center > .row:first-child .buttons .tr {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 36px;
        border: 3px solid #3F4F8E;
        box-sizing: border-box;
        border-radius: 10px;
        cursor: pointer;
    }
    #prof .center {
        width: auto;
        padding: 0;
    }
    #prof > .center > .row:first-child .title {
        font-size: 32px;
        margin-bottom: 0;
        width: auto;
    }
    #prof > .center > .row {
        padding: 0 20px;
    }
.row.maincont{
	flex-wrap: wrap;
}
.row.maincont .cont {
  width: 100%;
}
.row.maincont .side{
  width: 100%;
}

}
@media all and (max-width:950px) {
	#prof > .center > .row.slider .item {
		width: calc((100% / 2) - 40px);
	}
}
@media all and (max-width:600px) {
#prof_text h1 {
  font-size: 1.5em;
  margin: 0.67em 0;
}
#prof .center, #prof_text .center {
  padding: 0 15px;
}	
	#prof > .center > .row.slider .item {
		width: auto;
	}
	#prof > .center > .row.slider .item .atitle {
		min-height: unset;
	}
	
}
@media all and (max-width:500px) {
#prof > .center > .row.tabs a.item{
	white-space: normal;
	margin-bottom: 15px;
}
#prof > .center > .row.tabs {
  margin: 0 0 30px;
  box-sizing: border-box;
}

}

/*
profend
*/


/*spec*/
.popups{
	display: none;
}
#block{
	margin-bottom: 20px;
}
#block .wrapper2{
	display: flex;
	justify-content: space-between;
}

#block .wrapper2 .item{
	background: #F9F4F4;
	border-radius: 20px;
	padding: 60px;
	width: calc(50% - 10px);
	box-sizing: border-box;
}

#block .wrapper2 .item .title{
	font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 120%;
color: #29366B;
margin-bottom: 18px;
}

#block .wrapper2 .item .title span{
	color: #FF5A90;
}

#block .wrapper2 .item .title2{
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 160%;
color: #29366B;
margin-bottom: 32px;
}

#block .wrapper2 .item .title3{
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 150%;
color: #29366B;
}

#block .wrapper2 .item ul{
	margin-left: 0;
	padding-left: 15px;
}
#block .wrapper2 .item ul li{
	font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 200%;
color: #8D95B2;
}
#block .wrapper2 .item ul li span{
color: #29366B;
}
#block .wrapper2 .item ul li::marker{
	color: #FF5A90;
}

#block .wrapper2 .item .small{
	font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 160%;
color: #EBB1B1;
}

#block .wrapper2 .item a.button{
	font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 120%;
text-align: center;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #FFFFFF;
padding: 26px 70px;
box-sizing: border-box;
}


      #block .wrapper2 .item a.button {
        color: white;
        border: none;
        overflow: hidden;
        position: relative;
        z-index: 0;
      }

      #block .wrapper2 .item a.button::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #FF5A90;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -2;
      }

      #block .wrapper2 .item a.button::after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        border-radius: 50%;
        background-color: #29366b;
        left: 100%;
        top: 100%;
        transition: transform 700ms ease;
        z-index: -1;
      }

      #block .wrapper2 .item a.button:hover::after {
        transform: scale(50);
      }


#block .wrapper2 .item .buttons{
	margin-bottom: 30px;
}

#block .wrapper2 .item>.title2{
	max-width: 350px;
}

#block .wrapper2 .item.vita1{
	background-image: url('../../images/s1.png');
	background-position: right 120px;
	background-repeat: no-repeat;
	background-size: 45% auto;
}

#block .wrapper2 .item.vita2{
	background-image: url('../../images/s2.png');
	background-position: right 120px;
	background-repeat: no-repeat;
	background-size: 50% auto;
}

#isspec{
	max-width: 952px;
	box-sizing: border-box;
	border-radius: 30px;
	padding: 40px;
}

.fancybox-close-small{
	top: 10px;
	right: 10px;
}
.fancybox-close-small::after{
	background: #FF5A90;
	border: 2px solid #FF5A90;
	border-radius: 100px;
	box-sizing: border-box;
	color: #fff;
	font: 22px/26px Arial,Helvetica Neue,Helvetica,sans-serif;
}


#isspec a.button.cancel {
  background: #545484;
}

#isspec a.button{
	font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 120%;
text-align: center;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #FFFFFF;
padding: 26px 70px;
box-sizing: border-box;
margin-right: 15px;
}

#isspec .title{
	font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
font-size: 24px;
line-height: 130%;
color: #27325A;
margin-bottom: 20px;
}

#isspec .text{
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 150%;
color: #545484;
}

#isspec .text p{
	padding-bottom: 10px;
}
#isspec .text .qu{
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
font-size: 16px;
line-height: 150%;
color: #FF5A90;
}
#block .wrapper2 .item .title3 + ul{
	min-height: 195px;
}
	
	
@media all and (max-width:1150px) {
	#block .wrapper2 .item .title {
		font-size: 26px;
	}
	#block .wrapper2 .item .title2 {
		font-size: 13px;
	}
	#block .wrapper2 .item .title3 {
		font-size: 16px;
	}
	#block .wrapper2 .item ul li {
		font-size: 13px;
	}
	#block .wrapper2 .item a.button {
		font-size: 12px;
		padding: 20px 30px;
	}
#isspec a.button{
		font-size: 12px;
		padding: 20px 30px;
}	
	#block .wrapper2 .item {
		padding: 30px;
	}
#block .wrapper2 .item .title3 + ul{
	min-height: 159px;
}
}

@media all and (max-width:950px) {
#block .wrapper2 .item .title3 + ul{
	min-height: unset;
}
	#block .wrapper2{
		flex-wrap: wrap;
	}
	#block .wrapper2 .item{
		width: 100%;
		margin-bottom: 20px;
		box-sizing: border-box;
	}
	#block .wrapper2 .item > .title2 {
		margin-right: 40%;
	}
	#block .wrapper2 .item.vita2 {
		background-position: right 17%;
	}
	

#isspec .title{
font-size: 18px;
}

#isspec .text{
font-size: 13px;
}
#isspec .text .qu{
font-size: 13px;
}	
	
}


/*spec*/


#pay .buttons{
	margin-bottom: 30px;
	text-align: center;
	margin-top: -50px;
}

#pay .buttons .btn{
	
}

#pay .buttons .mob-menu-pay-btn {
  max-width: 30rem;
  height: 83px;
}
#pay .buttons .btn {
width: 416px !important;
font-size: 24px;
animation: blinker 1s linear infinite;
}


@media all and (max-width:1400px) {
#pay .buttons .btn {
font-size: 20px;
}
#pay .buttons .mob-menu-pay-btn {
  height: 63px;
}
	
}


@media all and (max-width:600px) {
#pay .buttons {
  margin-bottom: 30px;
  text-align: center;
  margin-top: -30px;
}
#pay .buttons .btn {
  width: auto !important;
}
	
}
.home-box.mobile{
	display: none;
}
.hb.hero-slider-btns{
	display: none;
}
#first-section .hero-content .section-title.mobile{
	display: none;
}
@media all and (max-width:600px) {

#first-section .hero-content .section-title.desktop{
	display: none;
}

#first-section .hero-content .section-title.mobile{
	display: block;
}
.home-box.mobile{
	display: block;
}
.home-box.mobile .box-elem{
	height: 100%;
}
.home-box.mobile .box-elem__inner.girl img {
  max-width: 55%;
  left: unset;
  right: 1rem;
  bottom: -3rem;
}
.home-box.desktop{
	display: none;
}
.hero__actions {
  display: inline-flex;
}


.hb.hero-slider-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  z-index: 9999;
}

.hb.hero-slider-btns .swiper-button-custom {
  width: 2.9375rem;
  height: 2.9375rem;
}

#prof_text p {
  text-align: left;
}
.profhide{
	display: none;
}
}

.mobbtns{
	display: none;
}

.mobbtns.active{
	border-radius: 3rem;
	overflow: hidden;
	display: flex;
}
.mobbtns .footer__fixed-btn{
	width: 50%;
}

.mobbtns .footer__fixed-btn.bluebtn{
	background: #F7A66C; 
}



@media screen and (max-width: 575.98px) {
	
.box-elem__inner img {
  position: absolute;
  bottom: 3rem;
  top: unset !important;
  display: block;
}
.hero-content .section-title {
  font-size: 1.7rem;
}
.home-about-content .section-title {
  font-size: 1.675rem;
}
.home-about-box .box-elem .box-elem__inner img {
  left: 50%;
  width: 8rem;
  -webkit-transform: translate3d(-50%, 0px, 0px);
  transform: translate3d(-50%, 0px, 0px);
  bottom: 6rem;
}
}

.openblock{
	border-radius: 5px;
	background: #FFF3F7; 
}

.openblock .opener{
	padding: 14px 45px;
	display: flex;
	justify-content: justify-content;
	align-items: center;
	gap: 30px;
}

.openblock .opener .ico{
	width: 57px;
}

.openblock .opener .title{
	color: #60355A;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.openblock .opener .button{
	margin-left: auto;
}

.openblock .opener .button button{
	border-radius: 100px;
background: #F8B2D0;
box-shadow: 14px 14px 12px 0px rgba(248, 178, 208, 0.20);
color: var(--white, #FFF);
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 160%; /* 25.6px */
padding: 14px 55px;
border: none;
}

.openblock .opener .button button:hover{
	background: #FF964B;
}

.openblock .opener_in{
	display: none;
	padding: 40px 135px;
	box-sizing: border-box;
color: #613768;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 160%;	
}
.openblock.opened .opener_in{
	display: block;
}

.openblock .opener_in h2{
	color: #DE0052;
font-family: Montserrat;
font-size: 48px;
font-style: normal;
font-weight: 300;
line-height: 130%;
margin-bottom: 55px;
}

.openblock .opener_in h3{
color: #613768;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 160%;
padding: 28px 0 0;
}

.openblock .opener_in ul{
	list-style: none;
	margin: 28px 0;
	padding: 0;
}

.openblock .opener_in ul li{
	display: flex;
	align-items: center;
	padding: 0 0 0 80px;
	min-height: 90px;
	background: url('../img/newblock/li.png') left top no-repeat;
}

.findblock{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.findblock .left{
	display: flex;
	flex-direction: column;
	gap: 70px;
}
.findblock .left .title{
	color: #60355A;
font-family: Montserrat;
font-size: 46px;
font-style: normal;
font-weight: 300;
line-height: 120%; /* 55.2px */
}
.findblock .left .button a{
	display: inline-block;
	border-radius: 100px;
	background: #F7A66C;
	padding: 20px 62px;
color: var(--white, #FFF);
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 1;
border: none;
}

.findblock .right{
	position: relative;
}

.findblock .right .product {
  position: absolute;
  z-index: 3;
  right: -8%;
  bottom: -3%;
  width: 39%;
}

.findblock .right .product img{
	max-width: 100%;
	display: block;
}

.apts{
	display: flex;
	justify-content: space-between;
flex-wrap: wrap;	
gap: 20px;
}

.apts .item{
	width: 222px;
	height: 212px;
	display: flex;
	justify-content: center;
	align-items: center;
border-radius: 10px;
background: var(--white, #FFF);
box-shadow: 0px 4px 24px 0px #F9E5E9;
flex-wrap: wrap;	
flex: none;
position: relative;
}

.apts .item img{
	max-width: 90%;
	display: block;
}

.apts .item img:nth-child(2) {
  position: absolute;
  width: 80%;
  top: 0;
  right: 0;
  left: unset;
  transform: translate(15%, -40%);
}


@media screen and (max-width: 1260px) {
	.findblock .right {
		width: 50%;
		flex: none;
	}
	.findblock .right .back img{
		max-width: 100%;
	}
	.openblock .opener_in {
		padding: 30px;
	}
	
}

@media screen and (max-width: 1000px) {
.findblock .left .title {
  font-size: 36px;
}
.openblock .opener_in h2 {
  font-size: 38px;
  margin-bottom: 25px;
}
.apts {
  justify-content: center;
}
}

@media screen and (max-width: 800px) {
	.findblock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
  flex-direction: column-reverse;
  text-align: center;
}
  .findblock .right {
    width: 300px;
    flex: none;
  }
  .findblock .left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.apts .item {
  width: 105px;
  height: 150px;
}
}


#pay .buttons{
	margin-bottom: 4rem;
}