@charset "UTF-8";
/*
// ----------------------------------------------------
$link-color: #56b2ff !default;
$link-color_visited: #251792 !default;
$focus-color: #1279c5 !default;
$success-color: #28a745 !default;
$error-color: #dc3545 !default;
$info-color: #17a2b8 !default;
$warning-color: #ffc107 !default;
// ----------------------------------------------------
$highlight-color: #ffe924 !default;
$highlight-color_hover: #0081b9 !default;
$highlight-color_active: #0081b9 !default;
// ----------------------------------------------------
$bg-color: #fff !default;
$bg-color_alt: #e5e5e5 !default;
// ----------------------------------------------------
$text-color: #333 !default;
$text-color_alt: #70bdfd !default;
$text-color_bright: #309aec !default;
$text-color_muted: #5a5f6a !default;
$text-color_light: #9ea2a2 !default;
// ----------------------------------------------------
$title-color: #70bdfd !default;
// ----------------------------------------------------
$border-color: #70bdfd !default;

// Layout page
// ====================================================
// Site's minimal width
$layout-page-min-width: 32rem !default;
// Site's maximal width
$layout-page-max-width: 192rem !default;
// Maximal width wrapper
$layout-max-wrap: 192rem !default;
// Site's spaces
$layout-page-space: 3rem !default;
$layout-page-space_md: 5.3vw !default; // below $xxs
$layout-page-space_sm: 5.3vw !default; // below $md

// Layout content
// ====================================================
// Maximal content's width
$layout-content-max-width: 134rem !default; // get from promo slider's arrow by design
// Maximal narrow content's width
$layout-column-max-width: 77.2rem !default;
// Spaces content's
$layout-content-space: 3.4rem !default;

// Grid layout
// ====================================================
$grid-space: 3rem !default;

// Content
// ====================================================
$bottom-space: 2.2rem !default;
$bottom-space_mob: 2.4rem !default;

// Header
// ====================================================
$header-height: 10.1rem !default;
$header-height_mob: 4.9rem !default;

// Animation
// ====================================================
$animation-speed: 0.25s !default;

// Form elements colors scheme
// ====================================================
$form-def-height: 2.8rem !default;
$form-def-text-color: $text-color_alt !default;
$form-def-placeholder-color: $base-color !default;
$form-def-bg-color: #fff !default;
$form-def-border-color: $base-color !default;
$form-def-border-color_focus: $text-color_alt !default;
$form-text-color_disabled: #ced4da !default;
$form-bg-color_disabled: #e9ecef !default;
$form-border-color_disabled: #ced4da !default;

// Form elements disabled
// ====================================================
@mixin forms-disabled {
	cursor: default;
	color: $form-text-color_disabled;
	background-color: $form-bg-color_disabled;
	border-color: $form-border-color_disabled;
	box-shadow: none;
}
 */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Roboto/Roboto-Regular.woff2) format("woff2"),
    url(../fonts/Roboto/Roboto-Regular.woff) format("woff");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Roboto/Roboto-Medium.woff2) format("woff2"),
    url(../fonts/Roboto/Roboto-Medium.woff) format("woff");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Roboto/Roboto-Bold.woff2) format("woff2"),
    url(../fonts/Roboto/Roboto-Bold.woff) format("woff");
}

@font-face {
  font-family: "UbuntuCondensed";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/UbuntuCondensed/UbuntuCondensed.woff2) format("woff2"),
    url(../fonts/UbuntuCondensed/UbuntuCondensed.woff) format("woff");
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
  cursor: default;
}

body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  background: transparent;
}

*:focus,
*:active,
*:hover {
  outline: none;
}

hr {
  box-sizing: content-box;
  height: 0;
}

ol,
ul {
  list-style: none;
}

pre {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  white-space: pre-wrap;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}

input,
textarea {
  resize: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

[placeholder]:focus::-moz-placeholder {
  color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}

[placeholder]:focus::-ms-input-placeholder {
  color: transparent;
}

[placeholder]:focus::placeholder {
  color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: 600;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
}

.d-flex-jus-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.d-flex-alig-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.d-flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.d-f-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.d-f-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.align-items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}

.align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}

.page404 {
  position: relative;
  overflow: hidden;
}

.page404__inner {
  min-height: 100vh;
  padding-top: 203px;
  padding-top: 100px;
  padding-bottom: 128px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page404__num {
  position: relative;
  margin-bottom: 7px;
  font-size: 184px;
  line-height: 1;
  font-weight: 700;
  color: #0081b9;
}

.page404__num .shadow {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0) scale(1.5);
}

.page404__descr {
  padding: 0 15px;
  letter-spacing: 0.02em;
  color: #0081b9;
  font-weight: 700;
  font-size: 34px;
}

.page404__action {
  margin-top: 23px;
}

.page404__link {
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  color: #0081b9;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

.page404__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: -5;
}

.page404__bg svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page404 .decor .drop--pos-1 {
  top: 273px;
  left: calc(100vw / 2 - 598px);
}

.page404 .decor .drop--pos-2 {
  top: 389px;
  left: calc(100vw / 2 - 481px);
}

.page404 .decor .drop--pos-3 {
  top: 459px;
  right: calc(100vw / 2 - 504px);
}

.page404 .decor .drop--pos-4 {
  top: 397px;
  right: calc(100vw / 2 - 563px);
}

.page404 .decor .lemon--pos-1 {
  top: 20%;
  left: -70px;
  -webkit-transform: rotate(110deg);
  transform: rotate(110deg);
}

.page404 .decor .lime--pos-1 {
  top: 390px;
  right: -50px;
}

.page404 .decor .mint--pos-1 {
  top: 540px;
  left: calc(100vw / 2 - 400px);
  -webkit-transform: rotate(-86deg) scale(1.3);
  transform: rotate(-86deg) scale(1.3);
  z-index: -10;
}

.page500__inner {
  position: relative;
  padding: 65px 15px 0;
  text-align: center;
}

.page500__logo {
  position: relative;
  max-width: 330px;
  margin: 0 auto;
  z-index: 10;
}

.page500__num {
  position: relative;
  margin-top: 75px;
  margin-bottom: 25px;
  font-size: 130px;
  line-height: 1;
  font-weight: 700;
  color: #0081b9;
  overflow: hidden;
}

.sitemap {
  position: relative;
}

.sitemap__bg {
  position: absolute;
  top: -240px;
  right: 0;
  width: 822px;
  height: 638px;
}

.sitemap__list {
  margin: 0;
}

.sitemap__list ul {
  padding-left: 25px !important;
  margin-top: 15px !important;
}

.sitemap__item {
  margin-bottom: 10px !important;
}

.sitemap__item:before {
  content: none !important;
}

.wrapper .sitemap__item a {
  color: #000;
}

.sitemap__item_lvl1 > a {
  font-weight: 700;
}

.search-page__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.search-page__input:focus {
  border-color: #0081b9;
  outline: 0;
  box-shadow: none;
}

.search-page__input::-webkit-search-cancel-button,
.search-page__input::-webkit-search-decoration,
.search-page__input::-webkit-search-results-button,
.search-page__input::-webkit-search-results-decoration {
  display: none;
}

.search-page__result {
  margin: 0 0 20px;
}

.search-page .search-list__item {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.search-page .search-list__item:first-child {
  border-top: 1px solid #d0d0d0;
  padding-top: 10px;
}

.search-page .search-list__item:first-child:before {
  top: 20px;
}

.search-page .search-list__item:before {
  top: 0;
}

.search-page .search-list__header {
  display: inline-block;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
  color: #000;
}

@media screen and (max-width: 1023px) {
  .page404__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .page404__bg {
    height: 220px;
  }
  .page404 .decor {
    display: none;
  }
  .sitemap__bg {
    right: -100px;
  }
}

@media screen and (max-width: 767px) {
  .page404__num {
    font-size: 120px;
  }
  .page404__descr {
    font-size: 20px;
  }
  .search-page__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .search-page__input {
    width: 100%;
    margin: 0 0 15px 0;
  }
}

@media screen and (max-width: 575px) {
  .page404__inner {
    min-height: 400px;
  }
  .page500__logo {
    max-width: 260px;
  }
}

html {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

body {
  margin: 0;
}
body.hidden {
  overflow: hidden;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
}

.mobile_visible {
  display: none;
}

a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.menu {
  margin: 0 auto;
}

.menu__link {
  color: #0081b9;
  font-weight: 500;
}

.scroll-top {
  background: #0081b9;
}

.prod-slider__slide img {
  transition: 0.5s;
}

.prod-slider__slide:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* END common styles */
@media screen and (max-width: 780px) {
  .mobile_hidden {
    display: none !important;
  }
  .mobile_visible {
    display: block;
  }
}

.btn {
  background: linear-gradient(85.34deg, #ffd600 27.01%, #fff500 86.11%);
  background-color: initial;
  box-shadow: none;
  z-index: 50;
}
.btn::after {
  content: "";
  width: 50%;
  height: 25px;
  position: absolute;
  left: 25%;
  -webkit-filter: blur(24px);
  filter: blur(24px);
  bottom: 10px;
  z-index: -1;
  background: rgba(255, 184, 0, 0.6);
}
.btn:hover {
  box-shadow: none;
}
.btn--white {
  border: 1px solid #bdbdbd;
  background: none;
}
.btn--white::after {
  display: none;
}
.btn--white:hover {
  background: linear-gradient(85.34deg, #ffd600 27.01%, #fff500 86.11%);
}

.main {
  opacity: 1;
  visibility: visible;
}

.footer {
  opacity: 1;
  visibility: visible;
  padding: 0 130px;
}

.link-pink {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #e55498;
  text-align: center;
}

.full {
  will-change: transform;
}

@media screen and (max-width: 1399px) {
  .full {
    will-change: initial;
  }
}

@media screen and (max-width: 1023px) {
  .link-pink {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .link-pink {
    font-size: 16px;
  }
}

.train {
  width: 345px;
  height: 285px;
  position: absolute;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section__header {
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 0 40px;
  height: 64px;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section__header .logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.section__header img {
  margin-right: 40px;
  height: auto;
}

.section__content {
  padding-bottom: 0;
}

.hero-slide {
  position: relative;
  padding-bottom: 95px;
  overflow: hidden;
  z-index: 10;
}
.hero-slide__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(240px, 50vh, 400px);
  z-index: -5;
}
.hero-slide__bg svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-slide__bubbles {
  position: absolute;
  top: 130px;
  left: 525px;
  width: 155px;
  height: 165px;
  overflow: hidden;
  z-index: 10;
}
.hero-slide__bubbles .bubble {
  position: absolute;
  width: 2px;
  height: 2px;
  bottom: -20px;
  border-radius: 50%;
  background-color: #fff;
  will-change: opacity, left, bottom;
}
.hero-slide .np-logo {
  top: 110px;
}
.hero-slide .section__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.hero-slide--s1 {
  height: calc(100vh - 100px);
  background-color: #fff;
}
.hero-slide--s1 .hero-slide__pic {
  position: relative;
  width: 100%;
  max-width: 989px;
  margin: 50px auto 0;
}
.hero-slide--s1 .decor .drop--pos-1 {
  top: 120px;
  left: calc(100vw / 2 - 560px);
}
.hero-slide--s1 .decor .drop--pos-2 {
  top: 200px;
  left: calc(100vw / 2 - 450px);
}
.hero-slide--s1 .decor .drop--pos-3 {
  top: 257px;
  right: calc(100vw / 2 - 500px);
}
.hero-slide--s1 .decor .drop--pos-4 {
  top: 230px;
  right: calc(100vw / 2 - 515px);
}
.hero-slide--s1 .decor .lemon--pos-1 {
  top: 220px;
  left: calc(100vw / 2 - 700px);
  -webkit-transform: rotate(113deg);
  transform: rotate(113deg);
  width: 180px;
  height: 160px;
}
.hero-slide--s1 .decor .lemon--pos-2 {
  top: 160px;
  right: calc(100vw / 2 - 690px);
  width: 150px;
  height: 135px;
}
.hero-slide--s1 #smoke {
  position: absolute;
  top: -195px;
  left: 480px;
  width: 185px;
  height: 200px;
  z-index: -5;
}
.hero-slide--s1 #smoke .smoke {
  position: absolute;
  width: 70px;
  height: 70px;
  bottom: -100px;
  background: url(../img/smoke2.png) no-repeat 50% 50%;
  background-size: cover;
  will-change: opacity, left, bottom;
}
.hero-slide--s2 {
  background: linear-gradient(180deg, #0a4a8e 0, #2d224b 100%);
}
.hero-slide--s2 .hero-slide__bg {
  opacity: 0.6;
}
.hero-slide--s2 .hero-slide__pic {
  position: relative;
  width: 100%;
  max-width: 869px;
  margin: 0 auto;
  /* left: -70px;  */
  display: flex;
  justify-content: center;
}
.hero-slide--s2 .decor .drop--pos-1 {
  top: 110px;
  left: 100px;
}
.hero-slide--s2 .decor .drop--pos-2 {
  top: 210px;
  left: 170px;
}
.hero-slide--s2 .decor .drop--pos-3 {
  top: 210px;
  left: 190px;
}
.hero-slide--s2 .decor .drop--pos-4 {
  top: 240px;
  left: 210px;
}
.hero-slide--s2 .decor .drop--pos-5 {
  top: 85px;
  right: 100px;
}
.hero-slide--s2 .decor .drop--pos-6 {
  top: 170px;
  right: 185px;
}
.hero-slide--s2 .decor .strawberry--pos-1 {
  display: none;
  top: -10px;
  left: -80px;
  -webkit-transform: rotate(81deg) scale(0.7);
  transform: rotate(81deg) scale(0.7);
}
.hero-slide--s2 .decor .strawberry--pos-2 {
  display: none;
  top: 80px;
  right: -88px;
  -webkit-transform: rotate(-14deg) scale(0.5);
  transform: rotate(-14deg) scale(0.5);
}
.hero-slide--s2 .decor .lime--pos-1 {
  bottom: 85px;
  right: -164px;
}
.hero-slide--s3 {
  background: linear-gradient(
    179.95deg,
    #f2a6c5 0.04%,
    #e13a88 65.94%,
    #920057 118.29%
  );
}
.hero-slide--s3 .hero-slide__pic {
  margin: -80px auto 0;
  right: -145px;
  position: relative;
}
.hero-slide--s3 .decor .drop--pos-1 {
  top: 190px;
  left: calc(100vw / 2 - 520px);
}
.hero-slide--s3 .decor .drop--pos-2 {
  top: 288px;
  left: calc(100vw / 2 - 460px);
}
.hero-slide--s3 .decor .drop--pos-3 {
  top: 341px;
  left: calc(100vw / 2 - 565px);
}
.hero-slide--s3 .decor .drop--pos-4 {
  top: 320px;
  left: calc(100vw / 2 - 530px);
}
.hero-slide--s3 .decor .drop--pos-5 {
  top: 175px;
  right: calc(100vw / 2 - 790px);
}
.hero-slide--s3 .decor .drop--pos-6 {
  top: 270px;
  right: calc(100vw / 2 - 790px);
}
.hero-slide--s3 .decor .train--pos-1 {
  bottom: 60px;
  left: calc(100vw / 2 - 700px);
}

.mint--blur {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.trademark::after {
  content: "®";
  display: inline-block;
  font-size: 50px;
  position: relative;
  top: -40px;
}

.hero-title {
  margin-top: 65px;
  padding: 0 20px;
  text-align: center;
}
.hero-title__text {
  color: #0081b9;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
}
.hero-title__accent {
  font-size: 22px;
  color: #cbe28b;
  font-weight: 700;
  line-height: 1;
  margin: 10px auto 0;
}
.hero-title__subtext {
  max-width: 800px;
  margin: 10px auto 0;
  font-size: 28px;
  color: #16191e;
  line-height: 1.3;
  font-weight: 500;
}
.hero-title__descr {
  max-width: 800px;
  margin: 10px auto 0;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 500;
}
.hero-title__subdescr {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}
.hero-title--white .hero-title__descr,
.hero-title--white .hero-title__subdescr,
.hero-title--white .hero-title__text {
  color: #fff;
}

.watermark {
  padding: 10px 50px;
  background: rgba(19, 139, 207, 0.7);
}
.watermark__title {
  font-size: 20px;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  letter-spacing: 1px;
  fill: #fff;
}
.watermark__text {
  font-size: 11px;
  color: #fff;
  text-align: left;
  font-weight: 400;
  line-height: 10px;
}
.watermark svg {
  height: 20px;
}

.section-title {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  z-index: 5;
}
.section-title__text {
  position: relative;
  font-size: 54px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.02em;
  z-index: 10;
  font-family: "Oswald", sans-serif;
}
.section-title__text.trademark::after,
.section-title__text .trademark::after {
  font-size: 36px;
  top: -30px;
  left: -10px;
}
.section-title__shadowText {
  position: absolute;
  top: 35px;
  font-size: 94px;
  font-weight: 700;
  color: #7988bc;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.11;
  white-space: nowrap;
  z-index: 5;
}
.section-title__subtitle {
  font-size: 44px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.section-title__subtitle--pink {
  color: #e55498 !important;
}
.section-title__accent {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
  background: linear-gradient(90deg, #e78a00 0, #ffce4f 50%, #e78a00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 50;
}
.section-title__link {
  font-weight: 700;
  font-size: 22px;
  color: #01984a;
}
.section-title--center .section-title__shadowText {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.section-title--left .section-title__shadowText {
  left: 0;
}
.section-title--blue .section-title__subtitle,
.section-title--blue .section-title__text {
  color: #0081b9;
}
.section-title--pink .section-title__subtitle,
.section-title--pink .section-title__text {
  color: #e55498;
}

.fp-section .section-title__text {
  transition: 1.5s;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition-delay: 0.5s;
}

.fp-section .section-title__accent {
  opacity: 0;
  transition: 1s;
  transition-delay: 1.5s;
}

.fp-section.active .section-title .section-title__text {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fp-section.active .section-title .section-title__accent {
  opacity: 1;
}
.fp-section.active .section-title .section-title__accent .trademark:after {
  top: -15px;
  background: linear-gradient(90deg, #e78a00 0, #ffce4f 50%, #e78a00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
}

.inner .section-title {
  padding-top: 35px;
}
.inner .section-title__shadowText {
  top: 0;
}

.section-1-why__bg {
  background-position: center;
  background-size: contain;
}

.section-1-why__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* width: 100%; */
  grid-template-rows: 1fr 1fr;
}

.section-1-why__list .why-card:nth-child(2) {
  grid-row: span 2;
  align-self: center;
}

.section-1-why .decor .drop--pos-1 {
  top: -565px;
  left: 100px;
}

.section-1-why .decor .drop--pos-2 {
  top: -465px;
  left: 170px;
}

.section-1-why .decor .drop--pos-3 {
  top: -465px;
  left: 190px;
}

.section-1-why .decor .drop--pos-4 {
  top: -430px;
  left: 210px;
}

.section-1-why .decor .drop--pos-5 {
  top: -557px;
  right: 100px;
}

.section-1-why .decor .drop--pos-6 {
  top: -600px;
  right: 140px;
}

.section-1-why .decor .drop--pos-7 {
  top: -500px;
  right: 155px;
}

.section-1-why .decor .drop--pos-8 {
  top: -557px;
  right: 170px;
}

.section-1-why .decor .strawberry--pos-1 {
  top: -10px;
  left: -80px;
  -webkit-transform: rotate(81deg) scale(0.7);
  transform: rotate(81deg) scale(0.7);
}

.section-1-why .decor .strawberry--pos-2 {
  top: 150px;
  right: -90px;
  -webkit-transform: rotate(-14deg) scale(0.5);
  transform: rotate(-14deg) scale(0.5);
}

.section-1-why .decor .lime--pos-1 {
  top: -445px;
  right: -130px;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.section-1-why .decor .lime--pos-2 {
  top: -351px;
  right: 42%;
  width: 132px;
  height: 139px;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  background-size: contain;
}

.section-1-why .decor .lemons--pos-1 {
  bottom: 150px;
  left: calc(100vw / 2 - 700px);
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  width: 180px;
  height: 160px;
}

.why-card {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 100%;
  margin: 0 0 60px;
  text-align: center;
}
.why-card__title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.why-card__descr {
  margin-bottom: 5px;
  color: #299bdb;
  font-weight: 400;
}
.why-card__text {
  line-height: 160%;
}

.drop--size-5 {
  width: 11px;
  height: 12px;
}

.drug-work__tiles {
  margin: 0 !important;
}
.drug-work__tiles .drug-work-tile {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 20px 0;
  cursor: pointer;
  flex-direction: column;
  align-items: start;
}
.drug-work__tiles .drug-work-tile--red {
  color: #a60000;
}
.drug-work__tiles .drug-work-tile--blue {
  color: #228fcd;
}
.drug-work__tiles .drug-work-tile--green {
  color: #35d37e;
}
.drug-work__tiles .drug-work-tile__icon {
  margin-right: 20px;
}

.drug-work__girl {
  left: -75px;
  bottom: 100px;
}

.section-2-how .decor__drops .drop--pos-1 {
  top: 175px;
  right: 150px;
}

.section-2-how .decor__lemons .lemon--pos-1 {
  top: 250px;
  left: calc(100vw / 2 - 700px);
  -webkit-transform: rotate(160deg);
  transform: rotate(160deg);
  width: 115px;
  height: 100px;
}

.section-2-how .decor__lemons .lemon--pos-2 {
  bottom: 40%;
  right: -30px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  width: 180px;
  height: 160px;
}

.section-2-how .decor__line {
  width: 100%;
  bottom: -50px;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.choise-card {
  position: relative;
  -ms-flex: 1 0 370px;
  flex: 1 0 370px;
  max-width: 370px;
  margin: 0 24px;
  padding: 15px 20px 60px;
  border-radius: 20px;
  box-shadow: 0px 30px 30px rgba(40, 60, 111, 0.1);
  text-align: center;
  background-color: #fff;
  overflow: hidden;
  z-index: 10;
}
.choise-card--blue .choise-card__pic {
  width: calc(100% + 60px);
  margin-left: -30px;
}
.choise-card--blue .choise-card__pic img {
  position: relative;
  top: 40px;
  max-width: 310px;
}
.choise-card--blue .choise-card__action .btn {
  background: linear-gradient(83.47deg, #015faf 7.68%, #3dd8f8 101.38%);
}
.choise-card--blue .choise-card__action .btn::after {
  background: #3dd8f8;
}
.choise-card--blue .choise-card__action .btn:hover {
  box-shadow: 0 0 10px 3px #3dd8f8b2;
}
.choise-card--yellow .choise-card__pic img {
  position: relative;
  top: 40px;
}
.choise-card--yellow .choise-card__action .btn {
  background: linear-gradient(85.32deg, #ddac00 20.8%, #f3cd5a 86.12%);
}
.choise-card--yellow .choise-card__action .btn::after {
  background: #f3cd5a;
}
.choise-card--yellow .choise-card__action .btn:hover {
  box-shadow: 0 0 10px 3px #f3cd5ab2;
}
.choise-card--purple .choise-card__bg {
  height: 270px;
}
.choise-card--purple .choise-card__pic img {
  position: relative;
  top: 40px;
}
.choise-card--purple .choise-card__action .btn {
  background: linear-gradient(84.6deg, #5a0bb6 1.72%, #d788eb 97.29%);
}
.choise-card--purple .choise-card__action .btn::after {
  background: #eba1ee;
}
.choise-card--purple .choise-card__action .btn:hover {
  box-shadow: 0 0 10px 3px #eba1eeb2;
}
.choise-card:hover .choise-card__pic {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.choise-card__bg {
  height: 300px;
}
.choise-card__pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 340px;
  margin: 0 auto;
  transition: 0.5s;
}
.choise-card__title {
  font-family: "Oswald", sans-serif;
  color: #016088;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 22px;
}
.choise-card__descr {
  color: #515f65;
  font-weight: normal;
  font-size: 18px;
}
.choise-card__action .btn {
  color: #fff;
  border: none;
  /*     &:hover{
      box-shadow: none;
    } */
}
.choise-card__action .btn::after {
  content: "";
  width: 50%;
  height: 25px;
  position: absolute;
  left: 25%;
  -webkit-filter: blur(24px);
  filter: blur(24px);
  bottom: 10px;
  z-index: -1;
  transition: 1s;
}

.section-3-choise .decor .mint--pos-1 {
  top: 525px;
  right: calc(100vw / 2 - 730px);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.section-3-choise .decor .strawberry--pos-1 {
  bottom: 120px;
  width: 93px;
  height: 93px;
  -webkit-transform: rotate(100deg);
  transform: rotate(100deg);
  left: 50px;
}

.section-3-choise .decor .lime--pos-1 {
  width: 139px;
  height: 132px;
  left: calc(100vw / 2 - 660px);
  top: 350px;
  z-index: -1;
}

.prod-slider_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prod-slider_wrapper .action-box {
  margin: 0 !important;
}
.prod-slider_wrapper .action-box__title {
  text-align: center;
  margin-bottom: 20px;
}

.section__content .prod-slider {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
}

.prod-slider img {
  max-width: initial;
}

.prod-slider--powder-1 img {
  margin-left: 50px;
}

.prod-slider__outer {
  height: 1px;
  top: 100%;
}

#slide-s4-1 .decor__line {
  width: 100%;
  bottom: -50px;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: -1;
}

#slide-s4-1 .decor__elipse {
  position: absolute;
  bottom: 150px;
  left: 90px;
}

#slide-s4-2 .decor__drops .drop--pos-4 {
  top: auto;
  bottom: 200px;
}

#slide-s4-2 .decor__drops .drop--pos-5 {
  top: 178px;
}

#slide-s4-2 .decor__drops .drop--pos-6 {
  top: 252px;
}

#slide-s4-2 .decor__drops .drop--pos-7 {
  top: 257px;
}

#slide-s4-2 .decor__drops .drop--pos-8 {
  top: 302px;
}

#slide-s4-2 .decor__drops .drop--pos-9 {
  top: 334px;
}

#slide-s4-2 .decor__line {
  width: 100%;
  bottom: -50px;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: -1;
}

#slide-s4-2 .decor__elipse {
  position: absolute;
  bottom: 130px;
  left: -20px;
  width: 82px;
}

.section-5-pills1 .decor__drops .drop--pos-1 {
  top: 213px;
  left: calc(100vw / 2 - 670px);
}

.section-5-pills1 .decor__drops .drop--pos-2 {
  top: 113px;
  right: calc(100vw / 2 - 780px);
}

.section-5-pills1 .decor__line {
  width: 100%;
  bottom: -200px;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: -1;
}

.section-6-pills2 .action-box__accent2 {
  color: #e55498;
  font-size: 14px;
  background: none;
  -webkit-text-fill-color: initial;
  text-transform: uppercase;
}

.section-6-pills2 .prod-slider__slide img {
  margin-left: -50px;
}

.section-6-pills2 .pic-outer-9 {
  bottom: -50px;
  left: -200px;
}

.section-6-pills2 .decor__drops .drop--pos-1 {
  top: 290px;
  left: calc(100vw / 2 - 740px);
}

.section-6-pills2 .decor__drops .drop--pos-2 {
  top: 180px;
  right: calc(100vw / 2 - 665px);
}

.section-6-pills2 .decor__drops .drop--pos-3 {
  bottom: 150px;
  left: calc(100vw / 2 - 200px);
}

.section-6-pills2 .decor__elipses .elipse {
  position: absolute;
}
.section-6-pills2 .decor__elipses .elipse--pos-1 {
  top: 160px;
  left: calc(100vw / 2 - 450px);
}
.section-6-pills2 .decor__elipses .elipse--pos-2 {
  bottom: 280px;
  right: calc(100vw / 2 - 765px);
  width: 82px;
}

.section-6-pills2 .decor__line {
  width: 100%;
  bottom: -100px;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: -1;
}

.section-7-take1 .section__content {
  max-width: 1200px;
}

.section-7-take1 .how-take-item__pic {
  width: auto;
}

.section-7-take1 .how-take-item__pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-7-take1 .how-take-item__pic .flying {
  top: -90px;
  left: 86px;
  width: 90px;
  height: auto;
  object-fit: unset;
  transform: rotate(30deg);
}

div[data-id="#section-7-take1-3"] .how-take-item__pic .flying.flying-new-new {
  transform: rotate(25deg);
  width: 90px;
  top: -114px !important;
  left: 105px !important;
}

.section-7-take1 .how-take-item {
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  max-width: 350px;
}
.section-7-take1 .how-take-item:nth-child(2):before {
  right: 0;
  top: 90px;
  -webkit-filter: drop-shadow(1px -2px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(1px -2px 4px rgba(0, 0, 0, 0.25));
}
.section-7-take1 .how-take-item:nth-child(2)::after {
  left: 0;
  top: 90px;
  -webkit-filter: drop-shadow(1px -2px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(1px -2px 4px rgba(0, 0, 0, 0.25));
}

.section-7-take1 .decor__drops .drop--pos-1 {
  top: 165px;
  left: calc(100vw / 2 - 500px);
}

.section-7-take1 .decor__drops .drop--pos-2 {
  top: 175px;
  left: calc(100vw / 2 - 525px);
}

.section-7-take1 .decor__drops .drop--pos-3 {
  top: 180px;
  right: calc(100vw / 2 - 665px);
  left: auto;
}

.section-7-take1 .decor .lime--pos-1 {
  left: -50px;
  bottom: 100px;
  width: 156px;
  height: 156px;
  -webkit-transform: scaleX(-1) rotate(-10deg);
  transform: scaleX(-1) rotate(-10deg);
}

.section-7-take1 .decor .strawberry--pos-2 {
  right: -70px;
}

.section-7-take1 .decor .mint--pos-1 {
  left: -65px;
  top: 115px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.section-7-take1 .section__bg {
  background-size: contain;
}

.section-8-take2 .section__content {
  max-width: 1200px;
}

.section-8-take2 .how-take-item__pic {
  width: auto;
  height: 228px;
}
.section-8-take2 .how-take-item__pic .flying {
  top: -115px;
  left: 85px;
}

.section-8-take2 .how-take-item {
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  max-width: 350px;
}
.section-8-take2 .how-take-item:nth-child(2):before {
  right: 0;
  top: 90px;
  -webkit-filter: drop-shadow(1px -2px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(1px -2px 4px rgba(0, 0, 0, 0.25));
}
.section-8-take2 .how-take-item:nth-child(2)::after {
  left: 0;
  top: 90px;
  -webkit-filter: drop-shadow(1px -2px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(1px -2px 4px rgba(0, 0, 0, 0.25));
}

.section-8-take2 .decor__drops .drop--pos-1 {
  top: 165px;
  left: calc(100vw / 2 - 700px);
}

.section-8-take2 .decor__drops .drop--pos-2 {
  top: 215px;
  left: calc(100vw / 2 - 640px);
}

.section-8-take2 .decor__drops .drop--pos-3 {
  top: 180px;
  right: calc(100vw / 2 - 365px);
  left: auto;
}

.section-8-take2 .decor__drops .drop--pos-4 {
  top: 250px;
  right: calc(100vw / 2 - 280px);
  left: auto;
}

.section-8-take2 .decor__drops .drop--pos-5 {
  top: 305px;
  right: calc(100vw / 2 - 300px);
  left: auto;
}

.section-8-take2 .decor__lemons .lemon--pos-1 {
  top: auto;
  bottom: 100px;
  left: calc(100vw / 2 - 800px);
  -webkit-transform: scale(0.6) rotate(115deg);
  transform: scale(0.6) rotate(115deg);
}

.section-8-take2 .decor__lemons .lemon--pos-2 {
  top: 30%;
  left: auto;
  right: -40px;
}

.section-8-take2 .decor .lime--pos-1 {
  left: -50px;
  bottom: 100px;
  width: 156px;
  height: 156px;
  -webkit-transform: scaleX(-1) rotate(-10deg);
  transform: scaleX(-1) rotate(-10deg);
}

.section-8-take2 .decor .strawberry--pos-2 {
  right: -70px;
}

.section-8-take2 .decor .mint--pos-1 {
  left: -65px;
  top: 115px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.section-8-take2 .section__bg {
  background-size: 15%;
  background-position: top right;
  background-repeat: no-repeat;
}

.how-take-item__descr {
  line-height: 28px;
  font-size: 20px;
}

.section-9-kids .how-take-item__pic {
  margin-bottom: 40px;
}

.section-9-kids .section__content {
  max-width: 1400px;
}
.section-9-kids .section__content .how-take-item {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.section-9-kids .section__content .how-take-item.big {
  -ms-flex: 0 0 700px;
  flex: 0 0 700px;
  max-width: 700px;
  padding-left: 40px;
}

.section-9-kids .decor .strawberry--pos-2 {
  right: -80px;
  bottom: 10%;
  top: auto;
  -webkit-transform: scale(0.6) rotate(80deg);
  transform: scale(0.6) rotate(80deg);
}

.section-9-kids .decor .mint--pos-1 {
  left: -65px;
  top: 115px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.section-9-kids .section__bg {
  background-position: 50% 70%;
}

.header--fixed {
  z-index: 9999;
}

.header__np-logo {
  width: auto;
}

.header__country_switch {
  position: absolute;
  right: 300px;
}
.header__country_switch .switch_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.header__country_switch .switch_wrapper:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/play-arrow.svg) center no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 12px;
}
.header__country_switch .switch_wrapper.active:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.header__country_switch .choose_box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 180px;
  position: absolute;
  display: none;
  top: calc(100% + 20px);
  right: -20px;
  padding: 18px 8px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  background: #ffffff;
}
.header__country_switch .choose_box .title {
  display: inline-block;
  margin-bottom: 14px;
  padding: 0 10px;
}
.header__country_switch .choose_box .link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #333333;
  padding: 10px;
  border-radius: 4px;
}
.header__country_switch .choose_box .link:hover {
  background: rgba(50, 162, 222, 0.2);
}
.header__country_switch .choose_box .link img {
  margin-right: 17px;
}
.header__country_switch .cofirm_box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: calc(100% + 20px);
  right: -20px;
  display: none;
  padding: 18px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  background: #ffffff;
}
.header__country_switch .cofirm_box .close {
  cursor: pointer;
  margin-left: 15px;
}
.header__country_switch .cofirm_box .title {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 14px;
}
.header__country_switch .cofirm_box .button_wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.header__country_switch .cofirm_box .button_wrapper .cofirm_box_btn {
  width: 80px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  background: linear-gradient(180deg, #3eb3f4 0%, #11739e 100%);
  color: #ffffff;
  margin-right: 7px;
}
.header__country_switch .cofirm_box .button_wrapper .cofirm_box_btn.no {
  border: 1px solid #e2e2e2;
  background: none;
  color: #5f5f5f;
}

.section-10-where .section__content {
  max-width: 1280px;
}

.section-10-where__nav-item {
  -ms-flex: 0 0 472px;
  flex: 0 0 472px;
  max-width: 472px;
}

.section-10-where__action .btn {
  width: 100%;
  max-width: 472px;
  margin: 10px 5px;
}
.section-10-where__action .btn--blue {
  background: linear-gradient(85.34deg, #00b2ff 27.01%, #00f0ff 86.11%);
  color: #fff;
}
.section-10-where__action .btn--blue::after {
  background: #01f0ff;
  -webkit-filter: blur(24px);
  filter: blur(24px);
}

.section-10-where .decor__drops .drop--pos-1 {
  top: 120px;
  left: 100px;
}

.section-10-where .decor__drops .drop--pos-2 {
  top: 215px;
  right: 100px;
}

.section-10-where .decor__drops .drop--pos-3 {
  top: 120px;
  left: 100px;
}

.section-10-where .decor__drops .drop--pos-4 {
  top: 215px;
  right: 200px;
}

.section-10-where .decor__line {
  width: 100%;
  bottom: -100px;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: -1;
}

.section-10-where .decor .lime--pos-1 {
  top: 20%;
  right: -150px;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.section-10-where .slide {
  position: relative;
  overflow: hidden;
}

.section-10-where .fp-controlArrow,
.section-10-where .fp-slidesNav {
  display: none;
}

.section-10-where .section-title__text .icon {
  width: 40px;
  height: 40px;
  margin-right: 30px;
  fill: #2cb3ff;
}

.section-10-where .section-title__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.section-10-where .section-title {
  position: relative;
}

.section-10-where .js_next-slide {
  cursor: pointer;
  z-index: 10;
}

.section-10-where .section-title__accent.js_next-slide {
  position: absolute;
  top: 110px;
  right: 0;
}

.section-10-where .section-title__accent.js_next-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #e78a00 0, #ffce4f 50%, #e78a00 100%);
}

.section-10-where .discount_box {
  width: 100%;
  max-width: 780px;
  margin: 100px auto 0;
}
.section-10-where .discount_box__line {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
.section-10-where .discount_box__line .title {
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
}
.section-10-where .discount_box__line .sub_title {
  font-size: 16px;
  color: #0081b9;
  font-size: 18px;
  width: 100%;
}
.section-10-where .discount_box__line a {
  color: #0081b9;
  word-break: break-all;
}

.section-10-where__list {
  scrollbar-width: thin;
  border-right: 2px solid #e0e0e0;
  max-width: 972px;
  margin: 35px auto 0;
}
.section-10-where__list::-webkit-scrollbar {
  width: 6px;
}
.section-10-where__list::-webkit-scrollbar-thumb {
  background-color: #0081b9;
  border-radius: 8px;
}

.section-10-where__promo-list {
  max-height: 180px;
  overflow: auto;
  margin-top: 25px;
  scrollbar-width: thin;
  border-right: 2px solid #e0e0e0;
  width: 100%;
}
.section-10-where__promo-list::-webkit-scrollbar {
  width: 6px;
}
.section-10-where__promo-list::-webkit-scrollbar-thumb {
  background-color: #0081b9;
  border-radius: 8px;
}

.section-links {
  overflow: hidden;
}
.section-links .links_box {
  width: 100%;
  max-width: 980px;
  margin: 60px auto 40px;
  max-height: 360px;
  overflow: auto;
  scrollbar-width: thin;
  border-right: 2px solid #e0e0e0;
}
.section-links .links_box::-webkit-scrollbar {
  width: 6px;
}
.section-links .links_box::-webkit-scrollbar-thumb {
  background-color: #0081b9;
  border-radius: 8px;
}
.section-links .links_box ol {
  list-style: auto;
  padding-left: 10px;
}
.section-links .links_box li {
  margin: 15px;
  line-height: 26px;
}
.section-links .links_box a {
  font-weight: 500;
  font-size: 14px;
  color: #16191e;
}
.section-links .decor__drops .drop--pos-1 {
  top: 300px;
  left: calc(100vw / 2 - 800px);
}
.section-links .decor__drops .drop--pos-2 {
  top: 155px;
  left: calc(100vw / 2 - 400px);
}
.section-links .decor__drops .drop--pos-3 {
  top: 120px;
  right: 100px;
}
.section-links .decor .lime--pos-1 {
  bottom: 5%;
  left: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.section-links .decor .mint--pos-1 {
  bottom: 5%;
  right: calc(100vw / 2 - 400px);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.section-links .decor .big-circle {
  position: absolute;
  width: 646px;
  height: 646px;
  border-radius: 50%;
  border: 100px solid #2997d5;
  pointer-events: none;
  opacity: 0.15;
  top: -267px;
  left: calc(100vw / 2 - 1160px);
}

.footer__top {
  margin-bottom: 50px;
}

.footer__company_info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__company_info span,
.footer__company_info a {
  margin: 5px 0;
  line-height: 22px;
  color: #000;
}
.footer__company_info .name {
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.footer__company_info .name .blue {
  color: #0081b9;
}

.footer__menu .menu__link {
  text-transform: initial;
  font-size: 16px;
}

.footer__menu-item {
  -ms-flex: 1 0 320px;
  flex: 1 0 320px;
  max-width: 320px;
}

.footer__menu-title {
  color: #16191e;
  font-weight: 700;
  padding-bottom: 10px;
  text-transform: initial;
  font-size: 18px;
}

.footer__action .btn {
  padding: 0 40px;
}

.footer__bot {
  padding: 30px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__link,
.footer__dev-text {
  font-weight: 700;
}

.footer__bot-right {
  margin-left: 0;
}
.footer__bot-right span {
  color: #6c6c6c;
  font-weight: 400;
}

.footer .scroll-top {
  bottom: 100px;
}

@media only screen and (min-width: 1024px) and (max-height: 899px) {
  .header {
    height: 80px;
    padding: 10px 0;
  }
  .hero {
    padding: 80px 0 0;
  }
  .hero-slide {
    padding-bottom: 80px;
    /* height: 100vh; */
  }
  .hero-slide--s1 {
    height: calc(100vh - 80px);
  }
  .hero-slide--s3 .hero-slide__pic {
    margin: 0 auto;
  }
  .hero-title {
    margin-top: 40px;
  }
  .hero-title__text {
    font-size: 60px;
  }
  .hero-title__subtext {
    font-size: 22px;
  }
  .hero-title__descr {
    font-size: 26px;
  }
  .hero-title__subdescr {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 699px) {
  .hero-slide--s1 {
    height: auto !important;
  }
  .hero-slide--s1 .watermark {
    position: absolute;
  }
  .hero-slide--s1 .decor {
    position: initial;
  }
  .hero-title {
    margin-top: 20px;
  }
  .watermark {
    position: relative;
  }
  .decor {
    /* position: relative; */
    width: 100%;
    height: 100%;
  }
  .hero-slide {
    padding-bottom: 0;
    height: 100vh;
  }
  .section-10-where .section-title__text .icon {
    display: none;
  }
  .section-links .decor .mint--pos-1 {
    bottom: 4%;
    right: 0;
  }
  .section-5-pills1 .prod-slider img {
    max-width: initial;
  }
  .section-6-pills2 .prod-slider img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 799px) {
  .hero-slide__bubbles {
    top: 118px;
    left: 367px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 689px) {
  .hero-slide__bubbles {
    left: 327px;
    top: 74px;
    width: 130px;
    -webkit-transform: none;
    transform: none;
  }
  .hero-slide--s1 .hero-slide__pic {
    width: 690px;
  }
  .hero-slide--s1 #smoke {
    left: 250px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 649px) {
  .hero-slide__bubbles {
    left: 313px;
  }
  .hero-slide--s1 .hero-slide__pic {
    width: 670px;
    margin: 20px auto 0;
  }
  .hero-slide--s2 .hero-slide__pic {
    width: 690px !important;
  }
  .hero-slide--s2 .hero-slide__pic .zapiska {
    width: 290px;
    right: -275px;
    top: 65px;
  }
  .hero-title {
    margin-top: 0;
  }
  .hero-title__text {
    font-size: 50px;
  }
  .hero-title__accent {
    font-size: 20px;
  }
  .hero-title__subtext {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 879px) {
  .hero-slide--s1 .hero-slide__pic {
    margin: 40px auto 0;
  }
  .hero-slide--s1 #smoke {
    -webkit-transform: none;
    transform: none;
  }
  .hero-slide--s2 .hero-slide__pic {
    width: 920px;
    margin-top: 40px;
  }
  .hero-slide--s2 .hero-slide__pic .zapiska {
    right: -290px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 859px) {
  .hero-slide--s1 .hero-slide__pic {
    width: 800px;
  }
  .hero-slide--s1 #smoke {
    left: 339px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 749px) {
  .hero-slide--s1 .hero-slide__pic {
    width: 700px;
  }
  .hero-slide--s1 #smoke {
    left: 270px;
  }
  .hero-slide--s2 .hero-slide__pic {
    width: 815px;
  }
  .hero-title__text {
    font-size: 50px;
  }
  .btn {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 669px) {
  .hero-slide--s1 .hero-slide__pic {
    width: 680px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 679px) {
  .hero-slide--s2 .hero-slide__pic {
    width: 670px;
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 979px) {
  .hero-slide--s3 .hero-slide__pic {
    width: 1000px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 819px) {
  .hero-slide--s3 .hero-slide__pic {
    width: 800px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 779px) {
  .hero-slide--s3 .hero-slide__pic {
    margin: -20px auto 0;
    width: 700px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 700px) {
  .hero-slide--s3 .hero-slide__pic {
    width: 670px;
  }
}

@media screen and (min-width: 1260px) {
  .menu__action {
    display: none;
  }
}

@media screen and (max-width: 1399px) {
  .header__ag-logo {
    width: 180px;
  }
  .header__np-logo {
    width: 75px;
  }
  .header .menu__link {
    font-size: 12px;
  }
}

@media screen and (max-width: 1259px) {
  body:not(.inner) {
    padding-top: 50px;
  }
  .header {
    height: 50px;
    padding: 0;
  }
  .header .menu {
    position: absolute;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 280px;
    top: 50px;
    left: 0;
    padding: 30px 20px;
    background-color: #fff;
    border-right: 1px solid #86d3ff;
    border-bottom: 1px solid #86d3ff;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  .header .menu.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .header .menu__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .header .menu__link {
    font-size: 14px;
  }
  .header__inner {
    height: 100%;
    padding: 0 20px;
  }
  .header__ag-logo {
    width: 120px;
  }
  .header__np-logo {
    width: 45px;
    top: auto;
  }
  .header__action {
    display: none;
  }
  .hero {
    padding: 0;
  }
  .hero-slide {
    height: calc(100vh - 130px) !important;
    padding-bottom: 0;
    min-height: 600px;
  }
  .hero-slide--s1 #smoke {
    left: 55%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .hero-slide__bubbles {
    left: 61%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .hero-slide--s2 .hero-slide__pic {
    left: auto;
  }
  .hero-slide--s2 .hero-slide__pic .zapiska {
    right: -115px;
    width: 260px;
  }
  .hero-title {
    margin-top: 30px;
  }
  .hero-title__text {
    font-size: 60px;
  }
  .hero-title__subtext {
    font-size: 20px;
  }
  .hero-title__descr {
    font-size: 26px;
  }
  .hero-title__subdescr {
    font-size: 22px;
  }
  .section__header {
    display: none;
  }
  .trademark::after {
    font-size: 16px;
    top: -10px;
    right: 0;
  }
  .section-title__text.trademark::after {
    font-size: 16px;
    top: -10px;
    left: -10px;
  }
  .section-title__text .trademark::after {
    font-size: 15px;
    top: -10px;
    left: 0;
  }
  .hero-slide--s3 .hero-slide__pic {
    right: -30px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .hero-slide {
    height: calc(100vh - 50px) !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-slide .section__inner {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-slide__bg {
    height: 220px;
  }
  .hero-slide__bubbles {
    width: 120px;
    top: 88px;
  }
  .hero-slide--s1 .hero-slide__pic {
    width: 90%;
  }
  .hero-slide--s2 .hero-slide__pic .zapiska {
    right: 0;
    top: 0;
    max-width: 200px;
  }
  .hero-title__text {
    font-size: 40px;
  }
  .prod-slider_wrapper {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .prod-slider {
    margin: 30px auto !important;
  }
  .action-box__btns {
    max-width: 100%;
  }
  .section-10-where .section-title__text .icon {
    display: none;
  }
  .s10-slide {
    margin: 20px 0;
  }
  .section-10-where .section-title__container {
    display: inline-block;
    width: 100%;
  }
  .section-10-where .discount_box {
    margin: 20px auto 0;
    padding: 0 20px;
  }
  .section-links__cont {
    padding: 0 20px;
  }
  .section-links .links_box {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-slide__bubbles {
    left: 60%;
    top: auto;
    bottom: 65px;
    width: 80px;
  }
  .hero-slide--s1 #smoke {
    top: -145px;
    width: 120px;
    height: 150px;
  }
  .hero-slide--s1 #smoke .smoke {
    width: 40px;
    height: 40px;
  }
  .hero-slide--s2 .hero-slide__pic .zapiska {
    right: auto;
    top: auto;
    bottom: -120px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 170px;
  }
  .hero-slide--s3 .hero-slide__pic {
    margin: 20px auto 0;
  }
  .hero-title__accent {
    font-size: 18px;
  }
  .hero-title__subtext {
    font-size: 18px;
  }
  .hero-title__descr {
    font-size: 20px;
  }
  .hero-title__subdescr {
    font-size: 18px;
  }
  .section-6-pills2 .pic-outer-9 {
    left: -60px;
  }
  .footer__col {
    max-width: 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}

@media screen and (max-width: 575px) {
  .hero {
    margin-bottom: 0 !important;
  }
  .hero-slide {
    height: 500px !important;
  }
  .btn {
    height: 40px;
    padding: 0 !important;
    font-size: 14px;
    line-height: 40px;
    width: 100%;
  }
  .btn-arrow {
    font-size: 16px;
  }
}

@media screen and (max-width: 499px) {
  .hero-slide__bubbles {
    width: 90px;
    height: 100px;
  }
}

@media screen and (max-width: 429px) {
  .hero-slide {
    height: auto !important;
    min-height: auto;
  }
  /*     .hero-slide .watermark {
      display: none; } */
  .hero-slide__bubbles {
    width: 50px;
    height: 55px;
    bottom: 45px;
  }
  .hero-slide--s2 .hero-slide__pic .zapiska {
    max-width: 135px;
    bottom: -100px;
  }
}

@media screen and (max-width: 419px) {
  .hero-slide--s1 #smoke {
    top: -115px;
    width: 60px;
    height: 125px;
  }
  .hero-slide--s1 #smoke .smoke {
    width: 30px;
    height: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}

@media screen and (max-width: 1260px) {
  .header__country_switch {
    right: 70px;
  }
}

@media screen and (max-width: 400px) {
  .header__country_switch {
    right: 50px;
  }
}

@media screen and (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

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

@media only screen and (min-width: 1024px) and (max-height: 699px) {
  .hero .swiper-button-next {
    right: 20px;
  }
  .hero .swiper-button-prev {
    left: 30px;
  }
  .section-4-powder .swiper-button-next {
    right: 20px;
  }
  .section-4-powder .swiper-button-prev {
    left: 30px;
  }
  .section-4-powder .section__inner {
    overflow: visible;
  }
  .section-5-pills1 .swiper-button-next {
    right: 20px;
  }
  .section-5-pills1 .swiper-button-prev {
    left: 30px;
  }
  .section-6-pills2 .swiper-button-next {
    right: 20px;
  }
  .section-6-pills2 .swiper-button-prev {
    left: 30px;
  }
  .scroll-top {
    display: none;
    width: 37px;
    height: 37px;
  }
  .scroll-top .icon {
    width: 20px;
    height: 15px;
  }
  /* 	.watermark {
		display: none;
	} */
  .section-11-map {
    height: 450px;
  }
  .section-3-choise .decor .mint--pos-1 {
    top: 480px;
  }
  .footer .scroll-top {
    position: fixed;
    display: block;
    bottom: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .hidden-lg-up {
    display: none !important;
  }
  .drug-work-mob {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 979px) {
  .section-title {
    padding-top: 90px;
  }
  .section-title__text {
    font-size: 44px;
  }
  .section-title__shadowText {
    top: 10px;
    font-size: 70px;
  }
  .section-title__subtitle {
    font-size: 32px;
  }
  .section-title__accent {
    font-size: 24px;
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 899px) {
  .watermark svg {
    height: 80px;
  }
  .action-box {
    margin-top: 40px;
  }
  .action-box__btn-slide {
    margin-bottom: 10px;
  }
  .action-box__accent {
    margin: 5px;
    font-size: 14px;
  }
  .action-box--left .action-box__btn-slide {
    margin-left: 30px;
  }
  .choise-card {
    padding: 50px 40px 20px;
  }
  .choise-card__action {
    margin-top: 10px;
  }
  .how-take {
    margin-top: 130px;
  }
  .how-take-item__pic {
    width: 190px;
    height: 170px;
  }
  .how-take-item__pic .flying {
    width: 100px;
    transform: rotate(16deg);
    top: -77px !important;
    left: 80px !important;
  }
  .how-take-item__small {
    top: 10px;
  }
  .how-take-item .small-item__pic {
    width: 34px;
    height: 55px;
  }
  .section-1-why__list {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
  }
  .section-1-why__action-descr {
    max-width: 100%;
  }
  .section-1-why .section__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-10-where__list {
    max-height: 380px;
  }
  .section-10-where__action {
    margin-top: 20px;
  }
  .farmacy {
    margin-bottom: 25px;
  }
  .drug-work__girl {
    left: -50px;
    bottom: 0px;
    width: 455px;
    height: 436px;
  }
  .drug-work__tiles {
    margin-left: 540px;
  }
  .drug-work__thema {
    left: 365px;
  }
  .thema {
    width: 230px;
  }
  .drug-work-tile:not(:last-child) {
    margin-bottom: 30px;
  }
  .drug-work-tile__icon {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
  }
  .drug-work-tile__title {
    font-size: 18px;
  }
  .drug-work-mob__girl {
    width: 455px;
    height: 436px;
  }
  .section-4-powder .prod-slider {
    top: 15px;
  }
  .section-5-pills1 .prod-slider {
    top: 15px;
  }
  .section-6-pills2 .prod-slider {
    top: 15px;
  }
  .section-7-take1 .link-pink {
    bottom: 95px;
  }
  .section-8-take2 .decor .honey--pos-1 {
    left: calc(100vw / 2 - 850px);
  }
  .section-9-usefull__slider {
    margin: 30px auto 0;
  }
  .section-9-usefull__action {
    margin-top: 30px;
  }
  .section__content {
    padding-bottom: 80px;
  }
  .why-card {
    margin: 0 0 10px;
  }
  .why-card__pic {
    width: 60px;
    height: 60px;
  }
  .trademark::after {
    font-size: 30px;
    top: -30px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 749px) {
  .choise-card {
    padding: 25px 40px 40px;
  }
  .choise-card__pic {
    width: 175px;
    height: 260px;
    -ms-flex-align: center;
    align-items: center;
  }
  .how-take-item .small-item__descr {
    line-height: 1.2;
  }
  .prod-slider__outer .pic-outer-1 {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .prod-slider__outer .pic-outer-2 {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .prod-slider__outer .pic-outer-3 {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    bottom: -85px !important;
  }
  .section-10-where__list {
    max-height: 295px !important;
  }
  .drug-work-tile__descr {
    line-height: 1.1;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 799px) {
  .choise-card__pic {
    width: 210px;
    height: 300px;
    -ms-flex-align: center;
    align-items: center;
  }
  .prod-slider__outer .pic-outer-1 {
    right: 155px;
    bottom: 27px;
  }
  .prod-slider__outer .pic-outer-3 {
    bottom: -60px;
  }
  .prod-slider__outer .pic-outer-9 {
    bottom: 0;
  }
  .prod-slider__outer .pic-outer-10 {
    bottom: 55px;
    left: -60px;
  }
  .section-10-where__list {
    max-height: 275px;
  }
  .section-3-choise__list .choise-card:nth-child(2) .choise-card__pic {
    height: 300px;
  }
  .choise-card {
    padding-top: 0;
  }
  .watermark__title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .prod-slider_wrapper {
    padding-top: 20px;
  }
  .prod-slider__slide img {
    max-width: initial;
    margin: 0;
  }
  .section-5-pills1 .prod-slider__slide img {
    max-width: initial;
  }
  .drug-work__girl {
    bottom: 80px;
  }
  .drug-work__tiles {
    margin-top: 180px;
  }
  .section-10-where .discount_box {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 969px) {
  .prod-slider {
    width: 500px;
    height: 500px;
  }
  /* 	.prod-slider__slide {
		width: 500px !important;
		height: 500px;
	} */
  .prod-slider__outer .pic-outer-1 {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}

@media only screen and (min-width: 1024px) and (max-height: 779px) {
  .prod-slider {
    width: 420px;
    height: 420px;
  }
  .prod-slider__slide {
    width: 420px !important;
    height: 420px;
  }
  .prod-slider__slide img {
    max-width: 80%;
    max-height: 100%;
  }
  .prod-slider__outer .pic-outer-1 {
    right: 0 !important;
    bottom: -50px !important;
  }
  .prod-slider__outer .pic-outer-3 {
    bottom: -110px;
  }
  .prod-slider__outer .pic-outer-9 {
    left: -110px !important;
    bottom: -50px !important;
  }
  .prod-slider__outer .pic-outer-10 {
    left: -86px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 759px) {
  .prod-slider__outer .pic-outer-9 {
    bottom: 20px;
  }
}

@media screen and (min-width: 1260px) {
  .hidden-xl-up {
    display: none !important;
  }
  .hamburger {
    display: none;
  }
}

@media screen and (max-width: 1409px) {
  .footer__top .menu__item:not(:last-child) {
    margin-right: 20px;
  }
  .footer__col {
    -ms-flex: 1 0 300px;
    flex: 1 0 300px;
    max-width: 300px;
  }
  .footer .menu__link {
    font-size: 14px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1399px) {
  .section {
    overflow: hidden;
  }
  .section-9-kids .section__content .how-take-item.big {
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    max-width: 350px;
  }
  .section-7-take1 .how-take-item.big .how-take-item__pic {
    height: auto;
    margin-top: -40px;
  }
}

@media screen and (max-width: 1259px) {
  .swiper-button-prev {
    left: -10px;
  }
  .swiper-button-next {
    right: -10px;
  }
  .hero .swiper-button {
    bottom: 70px;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }
  .hero .swiper-button-next {
    right: 20px;
  }
  .hero .swiper-button-prev {
    left: 30px;
  }
  .section-4-powder .swiper-button {
    bottom: 70px;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }
  .section-4-powder .swiper-button-next {
    right: 20px;
  }
  .section-4-powder .swiper-button-prev {
    left: 30px;
  }
  .section-4-powder .s4-slide--s1 {
    margin-bottom: 100px;
  }
  .section-4-powder .section__content {
    padding-bottom: 100px;
  }
  .section-4-powder .prod-slider {
    top: 30px;
  }
  .section-5-pills1 .swiper-button {
    bottom: 70px;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }
  .section-5-pills1 .swiper-button-next {
    right: 20px;
  }
  .section-5-pills1 .swiper-button-prev {
    left: 30px;
  }
  .section-5-pills1 .section__content {
    padding-bottom: 100px;
  }
  .section-5-pills1 .prod-slider {
    top: 30px;
  }
  .section-5-pills1 .s5-slide--s1 {
    margin-bottom: 100px;
  }
  .section-5-pills1 .s5-slide--s2 {
    margin-bottom: 100px;
  }
  .section-5-pills1 .s5-slide--s3 {
    margin-bottom: 50px;
  }
  .section-6-pills2 .swiper-button {
    bottom: 70px;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }
  .section-6-pills2 .swiper-button-next {
    right: 20px;
  }
  .section-6-pills2 .swiper-button-prev {
    left: 30px;
  }
  .section-6-pills2 .section__content {
    padding-bottom: 100px;
  }
  .section-6-pills2 .prod-slider {
    top: 30px;
  }
  .section-6-pills2 .s6-slide--s1 {
    margin-bottom: 100px;
  }
  .hidden-xl-down {
    display: none !important;
  }
  .scroll-top {
    bottom: 20px;
    right: 20px;
    width: 37px;
    height: 37px;
    visibility: hidden;
  }
  .scroll-top .icon {
    width: 20px;
    height: 15px;
  }
  .scroll-top.active {
    visibility: visible;
  }
  .section-title {
    padding: 0 10px 0;
  }
  .section-title__shadowText {
    display: none;
  }
  .watermark {
    position: relative;
    margin-top: 40px;
  }
  .action-box {
    margin-top: 50px;
  }
  .action-box--left .action-box__btn-slide {
    margin-left: 30px;
  }
  .choise-card {
    -ms-flex: 1 0 300px;
    flex: 1 0 300px;
    max-width: 300px;
    padding: 70px 30px 30px;
  }
  .how-take-item {
    -ms-flex: 1 0 300px;
    flex: 1 0 300px;
    max-width: initial !important;
  }
  .how-take-item .small-item {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin: 0;
  }
  .how-take-item .small-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .how-take-item__pic {
    width: 160px;
    height: 200px;
  }
  .how-take-item__small {
    position: static;
    left: 0;
    -webkit-transform: none;
    transform: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 300px;
  }

  .section-1-why__list {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
  }
  .section-1-why .section__content {
    display: block;
  }
  .section-10-where {
    margin-bottom: 0 !important;
  }
  .section-10-where__list {
    max-height: 500px;
  }
  .section-11-map {
    height: 450px;
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
  }
  .drug-work__girl {
    bottom: 0;
    left: 0;
    width: 455px;
    height: 436px;
    position: relative;
  }
  .drug-work__tiles {
    position: relative !important;
    right: 0;
    top: 0;
  }
  .girl-container {
    flex-direction: column-reverse;
  }
  .drug-work-mob__girl {
    width: 455px;
    height: 436px;
  }
  .section-7-take1 .link-pink {
    position: static;
    display: block;
    max-width: 280px;
    left: auto;
    bottom: auto;
    margin: 30px auto 0;
  }
  .section-8-take2 .link-pink {
    position: static;
    display: block;
    max-width: 280px;
    left: auto;
    bottom: auto;
    margin: 30px auto 0;
  }
  .section-9-usefull__slider .swiper-button-next {
    top: auto;
    bottom: -60px;
    right: 15px;
  }
  .section-9-usefull__slider .swiper-button-prev {
    top: auto;
    bottom: -60px;
    left: 15px;
  }
  .section-9-usefull__action {
    display: none;
  }
  .section {
    margin-bottom: 50px;
    padding-bottom: 10px;
  }
  .section .decor {
    display: none;
  }
  .section:not(.footer) .scroll-top {
    display: none !important;
  }
  .section .np-logo {
    display: none;
  }
  .section__inner {
    overflow: visible;
  }
  .section__content {
    padding-bottom: 0;
  }
  .footer {
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }
  .footer .scroll-top {
    position: fixed;
  }
  .footer .watermark {
    display: block;
    position: static;
  }
  .footer__top {
    display: none;
  }
  .footer__mid {
    margin-top: 0;
    padding: 30px 40px;
  }
  .footer__bot-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__bot-right {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-10-where .section-title__accent.js_next-slide {
    display: inline;
    position: relative;
    top: auto;
    right: auto;
  }
  .section-10-where .section-title__accent.js_next-slide::after {
    width: 340px;
    left: calc(50% - 170px);
    position: relative;
  }
}

@media screen and (max-width: 1024px) {
  .hidden-lg-down {
    display: none !important;
  }
  .link-icon__icon {
    top: 3px;
  }
  .page-title {
    margin-bottom: 15px;
  }
  .page-title__title {
    font-size: 24px;
  }
  .page-title__descr {
    margin-top: 15px;
    margin-top: 10px;
  }
  .inner .section-title {
    padding-top: 0;
  }
  .section-title__text {
    font-size: 40px;
  }
  .section-title__subtitle {
    font-size: 28px;
  }
  .section-title__accent {
    font-size: 20px;
    line-height: 1.1;
    margin-top: 10px;
  }
  .action-box {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .action-box__descr {
    max-width: 100%;
  }
  .choise-card {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    width: 100%;
    height: 100%;
    max-width: 400px;
    margin-left: 0;
    margin-right: 0;
  }
  .choise-card:not(:last-child) {
    margin: 0 0 20px;
  }
  .how-take {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
  .how-take-item {
    -ms-flex: 1 0 100% !important;
    flex: 1 0 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  .how-take-item:nth-child(2):after {
    display: none;
  }
  .how-take-item:nth-child(2):before {
    display: none;
  }
  .how-take-item .small-item {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
  .how-take-item__pic {
    height: auto;
  }
  .how-take-item__pic .flying {
    display: none;
  }
  .how-take-item__title {
    margin-bottom: 5px;
    font-size: 24px;
  }
  .how-take-item__descr {
    font-size: 18px;
  }
  .how-take-item__small {
    width: 100%;
  }
  .prod-slider__outer .pic-outer-1 {
    bottom: -100px;
  }
  .section-10-where__nav-item {
    -ms-flex: 1 0 calc(50% - 20px);
    flex: 1 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 0 10px;
  }
  .farmacy {
    -ms-flex: 1 0 calc(100% / 3);
    flex: 1 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .farmacy:nth-child(3n) {
    border-right: none;
  }
  .farmacy:nth-child(4n) {
    border-right: 1px solid #dfdfdf;
  }
  .farmacy__name {
    font-size: 14px;
  }
  .farmacy__phone:not(:last-child) {
    margin-bottom: 10px;
  }
  .input-region {
    height: 45px;
  }
  .drop-select {
    top: 69px;
  }
  .drug-work {
    display: none;
    margin-top: 30px;
  }
  .drug-work__girl {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .drug-work__thema {
    display: none;
  }
  .drug-work__tiles {
    margin-left: 0;
  }
  .drug-work-tile:not(:last-child) {
    margin-bottom: 30px;
  }
  .drug-work-tile__icon {
    margin-left: auto;
    margin-right: auto;
  }
  .drug-work-tile__title {
    text-align: center;
  }
  .drug-work-tile__descr {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }
  .section-3-choise__list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-4-powder .section__content {
    padding-bottom: 0;
  }
  .section-4-powder .prod-slider {
    position: relative;
    top: 0;
    margin: 0 auto;
  }
  .section-5-pills1 .section__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
  .section-5-pills1 .prod-slider {
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
  }
  .section-5-pills1 .action-box {
    margin-left: 0;
  }
  .section-5-pills1 .action-box__descr {
    text-align: right;
  }
  .section-5-pills1 .action-box__btns {
    max-width: 100%;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .section-5-pills1 .action-box__btns .btn {
    max-width: 250px;
  }
  .section-6-pills2 .section__content {
    padding-bottom: 0;
  }
  .section-6-pills2 .prod-slider {
    position: relative;
    top: 0;
    margin: 0 auto;
  }
  .section-9-usefull__action {
    margin-top: 30px;
  }
  .section-9-usefull .section__content {
    padding-left: 0;
    padding-right: 0;
  }
  .why-card {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer__mid {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px;
  }
  .footer__bot {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 20px;
  }
  .footer__bot-left {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer__bot-right {
    margin-left: 0;
  }
  .footer__dev {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer__link:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer .scroll-top {
    bottom: 105px;
  }
}

@media screen and (max-width: 767px) {
  .hidden-md-down {
    display: none !important;
  }
  .alert__body {
    padding: 15px;
  }
  .link-action {
    font-size: 12px;
  }
  .link-action .icon {
    top: -2px;
  }
  .link-arrow {
    font-size: 14px;
  }
  .page-title__descr {
    margin-top: 3px;
  }
  .section-title__text {
    font-size: 24px;
    line-height: 1.1;
    padding: 0 40px;
  }
  .section-title__subtitle {
    font-size: 20px;
  }
  .watermark__inner-svg {
    display: none;
  }
  .watermark__inner-html {
    display: block;
  }
  .watermark__title {
    font-size: 16px;
    line-height: 1.1;
  }
  .watermark__text {
    line-height: 1.1;
  }
  .article-title__meta {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .meta-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .choise-card {
    padding: 40px 20px 20px;
  }
  .paginations__link {
    margin: 0 3px;
    font-size: 14px;
  }
  .section-1-why__list {
    padding: 0;
  }
  .farmacy {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    border: none !important;
  }
  .farmacy:after {
    content: "";
    position: absolute;
    display: block;
    width: 160px;
    height: 1px;
    left: 10px;
    bottom: -10px;
    background-color: #dfdfdf;
  }
  .why-card {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .footer__menu-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__menu-item:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .hero .swiper-button {
    bottom: 20px;
  }
  .section-4-powder {
    margin-bottom: 50px !important;
  }
  .section-4-powder .swiper-button {
    bottom: 20px;
  }
  .section-4-powder .s4-slide--s1 {
    margin-bottom: 30px;
  }
  .section-5-pills1 {
    margin-bottom: 50px !important;
  }
  .section-5-pills1 .swiper-button {
    bottom: 20px;
  }
  .section-5-pills1 .action-box__btn-slide {
    margin-right: 0;
  }
  .section-5-pills1 .action-box__btns .btn {
    max-width: initial;
  }
  .section-5-pills1 .s5-slide {
    overflow: hidden;
  }
  .section-5-pills1 .s5-slide--s1 {
    margin-bottom: 30px;
  }
  .section-5-pills1 .s5-slide--s2 {
    margin-bottom: 30px;
  }
  .section-5-pills1 .s5-slide--s3 {
    margin-bottom: 0;
  }
  .section-6-pills2 {
    margin-bottom: 50px !important;
  }
  .section-6-pills2 .swiper-button {
    bottom: 20px;
  }
  .section-6-pills2 .s6-slide--s1 {
    margin-bottom: 30px;
  }
  .hidden-sm-down {
    display: none !important;
  }
  .page-title {
    margin-top: 15px;
  }
  .page-title__link-box {
    position: static;
    margin-top: 15px;
  }
  .action-box__btn-slide {
    display: none;
  }
  .action-box__btns {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
  }
  .action-box__btns .btn:nth-child(1) {
    width: 48%;
  }
  .action-box__btns .btn:nth-child(2) {
    width: 48%;
  }
  .action-box__btns .btn:nth-child(3) {
    width: 100%;
  }
  .action-box--left .action-box__btn-slide {
    margin-left: 0;
  }
  .article-card__inner {
    padding: 15px 20px 20px;
  }
  .article-card__pic {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 0 auto 20px;
    -webkit-transform: none;
    transform: none;
  }
  .article-card__title {
    -webkit-line-clamp: unset;
  }
  .article-card__descr {
    -webkit-line-clamp: unset;
  }
  .article-slider {
    margin: 30px 0 0;
    padding: 30px 0 10px;
  }
  .article-slider__title {
    font-size: 22px;
  }
  .choise-card__bg {
    height: 300px;
  }
  .how-take-item .small-item {
    padding: 0 10px;
  }
  .prod-slider {
    max-width: 537px;
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding-top: 100%;
  }
  .prod-slider .swiper-slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .prod-slider__slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
  }
  .prod-slider__slide img {
    max-width: 85%;
    max-height: 85%;
    margin: 0 !important;
  }
  .section-5-pills1 .prod-slider img {
    max-width: 100%;
  }
  .prod-slider__outer {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .prod-slider__outer .pic-outer-1 {
    bottom: -110px;
    right: -78px;
  }
  .prod-slider__outer .pic-outer-2 {
    top: 47px;
    left: -95px;
  }
  .prod-slider__outer .pic-outer-3 {
    bottom: -130px;
    left: -31px;
  }
  .prod-slider__outer .pic-outer-4 {
    right: -100px;
  }
  .prod-slider__outer .pic-outer-5 {
    left: -170px;
  }
  .prod-slider__outer .pic-outer-6 {
    right: -110px;
  }
  .prod-slider__outer .pic-outer-8 {
    left: -111px;
  }
  .prod-slider__outer .pic-outer-9 {
    bottom: -125px;
    left: -145px;
  }
  .prod-slider__outer .pic-outer-10 {
    bottom: -71px;
    left: auto;
    right: -120px;
  }
  .section-10-where__nav-item {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin: 0;
  }
  .section-10-where__nav-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .section-10-where__nav-item select {
    height: 45px;
  }
  .section-10-where__list {
    max-height: 320px;
    width: calc(100% + 20px);
  }
  .farmacy {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .farmacy:last-child:after {
    display: none;
  }
  .section-11-map {
    height: 300px;
  }
  .drug-work-mob__girl {
    width: 300px;
    height: 290px;
  }
  .section-9-usefull__slider {
    margin-top: 20px;
  }
  .section-9-usefull__slider .swiper-button {
    width: 32px;
    height: 32px;
  }
  .section-9-usefull__slider .swiper-button .icon {
    width: 32px;
    height: 32px;
  }
  .section-9-usefull__slider .swiper-button-next {
    bottom: auto;
    top: 160px;
    right: 20px;
  }
  .section-9-usefull__slider .swiper-button-prev {
    bottom: auto;
    top: 160px;
    left: 20px;
  }
  .section-9-usefull__action .btn {
    width: auto;
    max-width: initial;
  }
  .section {
    margin-bottom: 30px;
  }
  .footer .scroll-top {
    right: 15px;
    bottom: 100px;
  }
  body.browser-safari .how-take-item__pic {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 529px) {
  .drug-work-mob__graph::before {
    width: calc(100% - 104px);
    left: 52px;
    right: 52px;
  }
  .drug-work-mob__graph-item {
    -ms-flex: 0 0 104px;
    flex: 0 0 104px;
    max-width: 104px;
    height: 100px;
  }
  .drug-work-mob__graph-item::before {
    top: 30px;
    height: calc(100% - 30px);
  }
  .drug-work-mob__graph-item .check {
    width: 25px;
    height: 25px;
    bottom: -5px;
  }
  .drug-work-mob__graph-item-title {
    min-height: 24px;
    font-size: 8px;
  }
  .drug-work-mob__graph-item-icon {
    width: 22px;
    height: 22px;
  }
  .drug-work-mob__graph-item-icon .icon {
    width: 10px;
    height: 10px;
  }
  .drug-work-mob__descr {
    font-size: 14px;
  }
}

@media screen and (max-width: 449px) {
  .drug-work-mob__descr {
    min-height: 84px;
  }
}

@media screen and (-ms-high-contrast: active) {
  html {
    height: 0 !important;
    overflow: visible !important;
  }
  body {
    height: auto;
  }
  .wrapper {
    height: auto;
  }
  .main {
    -ms-flex: none;
    flex: none;
    flex: none;
  }
  .header--fixed {
    position: absolute;
  }
  .watermark {
    padding: 10px 0;
  }
  .watermark__title {
    font-size: 44px;
  }
  .hero-slide__bg {
    height: 400px;
  }
  .header__ag-logo img {
    width: 213px;
    height: 33px;
  }
  .header__np-logo img {
    width: 95px;
    height: 57px;
  }
  .thema {
    height: 574px;
  }
  .section-title__accent {
    background: 0 0;
    color: #e78a00;
  }
  .action-box__accent2 {
    background: 0 0;
    color: #cf2d7d;
  }
  select {
    border: 1px solid #767676;
  }
  select::-ms-expand {
    display: none;
  }
}

@media (-ms-high-contrast: none) {
  html {
    height: 0 !important;
    overflow: visible !important;
  }
  body {
    height: auto;
  }
  .wrapper {
    height: auto;
  }
  .main {
    -ms-flex: none;
    flex: none;
    flex: none;
  }
  .header--fixed {
    position: absolute;
  }
  .watermark {
    padding: 10px 0;
  }
  .hero-slide__bg {
    height: 400px;
  }
  .prod-slider--powder-1 img {
    margin-left: -100px;
  }
  .thema {
    height: 574px;
  }
  .section-title__accent {
    background: 0 0;
    color: #e78a00;
    display: inline;
    padding-top: 30px;
  }
  .action-box__accent2 {
    background: 0 0;
    color: #cf2d7d;
  }
  select {
    border: 1px solid #767676;
  }
  select::-ms-expand {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 700px) {
  .drug-work__girl {
    bottom: 0;
  }
}

@media screen and (max-height: 850px) {
  .hero-slide__bubbles {
    top: 78px;
    left: 427px;
    width: 110px;
  }
}
@media screen and (max-height: 750px) {
  .hero-slide__bubbles {
    top: 80px;
    left: 372px;
    width: 70px;
    height: 130px;
  }
}
@media screen and (max-width: 1260px) {
  .hero-slide__bubbles {
    left: 486px;
  }
}
@media screen and (max-width: 1260px) and (max-height: 750px) {
  .hero-slide__bubbles {
    left: 425px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 750px) {
  .hero-slide__bubbles {
    left: 425px;
  }
}

/* .decor__strawberry {
      display: none !important;
    } */
/*new*/

.drop.drop--pos-0 {
  left: 0;
  top: 26px;
  width: 117.87px;
  height: 117.87px;
  border-radius: 0%;
}

.drop.drop--pos-7 {
  right: 0;
  top: 156px;
  width: 89.23px;
  height: 89.23px;
  border-radius: 0%;
}

#slide-hero-1 {
  padding-bottom: 135px;
}

#slide-hero-1 .hero-slide__pic {
  margin-top: 50px;
}

.drop--size-10 {
  width: 179.32px;
  height: 160.67px;
  left: 59.22px;
  top: 200px;
}

.drop--size-11 {
  width: 149.81px;
  height: 134.23px;
  right: 30.77px;
  top: 113.45px;
}

#slide-hero-3 .hero-slide__pic {
  max-width: 915px;
}

#slide-hero-2 .hero-slide__pic {
  max-width: 915px;
}

.drop--size-12 {
  width: 293px;
  height: 244px;
  bottom: 0;
}

.prod-slider_wrapper-slid {
  justify-content: center;
}

.section-4-powder .section__content {
  max-width: initial;
}

.prod-slider_wrapper .action-box {
  margin-left: 50px !important;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 100%;
}

.slider__arrow--prev {
  left: 10%;
  position: absolute;
}

.slider__arrow--next {
  right: 10%;
  position: absolute;
}

.section-title__text .blue-text {
  color: #0081b9;
}

.how-take-item__pic_new img {
  max-height: 100% !important;
}

.aftertitle {
  font-weight: 400;
  font-size: 16px;
  color: #0081b9;
}

.section-10-where .discount_box__line a {
  font-weight: 400;
  font-size: 16px;
  color: #16191e;
}

.section-10-where li.link_list_el::before {
  background: #16191e;
}

.discount_box__line ul {
  height: 165px;
  overflow: auto;
  margin-top: 24px;
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #0081b9;
}

.flying-new-new {
  transform: rotate(-6deg) !important;
  width: 120px;
  top: -133px !important;
  left: 92px;
  position: absolute;
}

.section-1-why .decor {
  position: relative;
}

.section-4-powder .prod-slider__slide {
  margin-left: 30px;
}

.section-6-pills2 .prod-slider__slide {
  width: 150% !important;
  margin-left: -72px;
  height: 400px;
  margin-top: 20px;
}

.prod-slider__outer .pic-outer-9 {
  left: -200px !important;
}

div[data-id="#section-7-take1-2"] .decor .strawberry--pos-2 {
  display: none;
}

div[data-id="#section-7-take1-3"] .decor .strawberry--pos-2 {
  display: none;
}

.section__bg {
  position: absolute;
  width: 100%;
  /* z-index: 9999; */
  height: 100%;
  background-repeat: repeat;
  /* background-position: -400px -400px; */
  /* background-size: cover; */
  z-index: -5;
}

div[data-id="#section-7-take1-3"] .flying-new-new {
  width: 90px;
}

div[data-id="#section-6-pills2-1"] .section-title__text {
  color: #0081b9;
}

div[data-id="#section-7-take1-3"] .mint--pos-1 {
  display: none;
}

div[data-id="#section-7-take1-3"] .lime--pos-1 {
  display: none;
}

.drop-lemo-11 {
  width: 124.66px;
  height: 95.57px;
  top: initial !important;
  bottom: 220px;
  left: 187px !important;
}

.drop-lemo-1 {
  width: 169.52px;
  height: 151.89px;
  right: 130px !important;
  left: initial !important;
  top: 259.77px !important;
}

.s10-slide {
  width: 100% !important;
  height: 100vh;
}

@media (max-width: 576px) {
  .fp-controlArrow {
    display: none;
  }

  .slider-arrow {
    display: none;
  }
}

.slider__arrow {
  display: none;
}

div[data-id="#section-9-take3"] .how-take-item__pic .flying {
  transform: rotate(0);
}

@media (max-width: 576px) {
  .prod-slider_wrapper .action-box {
    margin-left: 0 !important;
  }

  .footer {
    padding: 0;
  }
}

div[data-id="#section-7-take1-2"] .how-take-item__pic img {
  margin-bottom: 50px;
}

div[data-id="#section-7-take1"] .how-take-item__pic .flying {
  transform: rotate(5deg);
}

#slide-hero-2 .trademark {
  color: #fff;
}
.footer__company_info .footer__link-hoster {
  font-weight: 400;
  color: #0081b9;
}

.s10-slide-custom-width-kz {
  width: 50% !important;
}

.section-8-take2 {
  position: relative;
}

.section-1-why {
  position: relative;
}

.girl-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.drug-work-tile__inner {
  display: flex;
  align-items: center;
}

.drug-work-tile__list {
  list-style: disc;
  padding-left: 60px;
}

.drug-work-tile__list-item {
  margin-bottom: 10px;
  line-height: 20px;
  max-width: 313px;
}

.section-2-how .section__content {
  display: flex;
}

.drug-work-tile__icon {
  width: 21px !important;
  height: 21px !important;
}

.buy-now {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 50px;
  margin-top: 160px;
}

.buy-now__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  margin: 29px 24px;
}

.buy-now__item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.buy-now__item-icon {
  max-width: 378px;
}

.buy-now__item-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.buy-now__item-button span {
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #228fcd;
}

.buy-now__item:nth-child(3n + 1):after,
.buy-now__item:nth-child(3n + 2):after {
  background-color: #dfdfdf;
  bottom: 0;
  content: "";
  position: absolute;
  right: -24px;
  top: -8px;
  width: 1px;
}

.buy-now__item:nth-child(n + 4):before {
  background-color: #dfdfdf;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: -29px;
}

.buy__list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-top: 160px;
  width: 100%;
}

@media (max-width: 560px) {
  .buy__list {
    flex-direction: column;
    margin: 0;
  }
}

.buy__item {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 29px 24px;
  position: relative;
  width: calc(33.33333% - 48px);
}

@media (max-width: 560px) {
  .buy__item {
    border-bottom: 1px solid #dfdfdf;
    flex-direction: row;
    margin: 0;
    padding-bottom: 8px;
    width: 100%;
  }

  .buy__item:not(:last-child) {
    margin-bottom: 12px;
  }
}

.buy__item:nth-child(n + 4):before {
  background-color: #dfdfdf;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: -29px;
}

@media (max-width: 560px) {
  .buy__item:nth-child(n + 4):before {
    display: none;
  }
}

.buy__item:nth-child(3n + 1):after,
.buy__item:nth-child(3n + 2):after {
  background-color: #dfdfdf;
  bottom: 0;
  content: "";
  position: absolute;
  right: -24px;
  top: -8px;
  width: 1px;
}

@media (max-width: 560px) {
  .buy__item:nth-child(3n + 1):after,
  .buy__item:nth-child(3n + 2):after {
    display: none;
  }
}

.buy__item a {
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media (max-width: 560px) {
  .buy__item a {
    justify-content: space-between;
    width: 100%;
  }
}

.buy__item a svg {
  height: auto;
  width: 100%;
}

@media (max-width: 560px) {
  .buy__item a svg {
    height: 32px;
    width: 122px;
  }
}

.buy__item a span {
  align-items: center;
  color: #228fcd;
  display: flex;
  margin-top: 20px;
}

@media (max-width: 560px) {
  .buy__item a span {
    margin-top: 0;
  }
}

.buy__item a span svg {
  margin-right: 8px;
  width: 24px;
}
