/*!
Theme Name: sdar
Theme URI: http://underscores.me/
Author: JetBrain
Author URI: https://jet-brain.com/
Description: Template developed by JetBrain
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sdar
*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap');
@font-face {
  font-family: "Intro Bold Caps";
  src: url("/content/themes/sdar/fonts/Intro-Bold-Caps/Intro-Bold-Caps.eot");
  src: url("/content/themes/sdar/fonts/Intro-Bold-Caps/Intro-Bold-Caps.eot?#iefix")
      format("embedded-opentype"),
    url("/content/themes/sdar/fonts/Intro-Bold-Caps/Intro-Bold-Caps.woff")
      format("woff"),
    url("/content/themes/sdar/fonts/Intro-Bold-Caps/Intro-Bold-Caps.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Intro Book";
  src: url("/content/themes/sdar/fonts/Intro-Book/Intro-Book.eot");
  src: url("/content/themes/sdar/fonts/Intro-Book/Intro-Book.eot?#iefix")
      format("embedded-opentype"),
    url("/content/themes/sdar/fonts/Intro-Book/Intro-Book.woff") format("woff"),
    url("/content/themes/sdar/fonts/Intro-Book/Intro-Book.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Intro Light";
  src: url("/content/themes/sdar/fonts/Intro-Light/Intro-Light.eot");
  src: url("/content/themes/sdar/fonts/Intro-Light/Intro-Light.eot?#iefix")
      format("embedded-opentype"),
    url("/content/themes/sdar/fonts/Intro-Light/Intro-Light.woff")
      format("woff"),
    url("/content/themes/sdar/fonts/Intro-Light/Intro-Light.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Intro Bold Alt";
  src: url("/content/themes/sdar/fonts/Intro-Bold-Alt/Intro-Bold-Alt.eot");
  src: url("/content/themes/sdar/fonts/Intro-Bold-Alt/Intro-Bold-Alt.eot?#iefix")
      format("embedded-opentype"),
    url("/content/themes/sdar/fonts/Intro-Bold-Alt/Intro-Bold-Alt.woff")
      format("woff"),
    url("/content/themes/sdar/fonts/Intro-Bold-Alt/Intro-Bold-Alt.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Intro Inline";
  src: url("/content/themes/sdar/fonts/Intro-Inline/Intro-Inline.eot");
  src: local("Intro Inline"), local("Intro-Inline"),
    url("/content/themes/sdar/fonts/Intro-Inline/Intro-Inline.eot?#iefix")
      format("embedded-opentype"),
    url("/content/themes/sdar/fonts/Intro-Inline/Intro-Inline.woff2")
      format("woff2"),
    url("/content/themes/sdar/fonts/Intro-Inline/Intro-Inline.woff")
      format("woff"),
    url("/content/themes/sdar/fonts/Intro-Inline/Intro-Inline.ttf")
      format("truetype"),
    url("/content/themes/sdar/fonts/Intro-Inline/Intro-Inline.svg#Intro-Inline")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Happy Fox Condensed";
  src: url("/content/themes/sdar/fonts/HappyFox/HappyFox-Condensed.eot");
  src: local("HappyFox-Condensed"),
    url("/content/themes/sdar/fonts/HappyFox/HappyFox-Condensed.eot?#iefix")
      format("embedded-opentype"),
    url("/content/themes/sdar/fonts/HappyFox/HappyFox-Condensed.woff")
      format("woff"),
    url("/content/themes/sdar/fonts/HappyFox/HappyFox-Condensed.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* 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;
  -webkit-text-size-adjust: 100%;
}

/* 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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*** Custom style ***/
body .site {
  overflow: hidden;
}
.container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 33px;
}
a {
  text-decoration: none;
}
.row {
  display: inline-block;
  width: 100%;
}
.text-center {
  text-align: center;
}
.align-center {
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-reverse {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.site-header {
  padding: 0 33px;
  margin-top: 22px;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 9999;
}
.site-header__wrap {
  width: 100%;
  max-width: 1434px;
  margin: 0 auto;
  padding: 26px 0 12px;
}
.site-header .header-inn {
  max-width: 688px;
  padding: 0 33px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-logo__link {
  display: block;
  width: 105px;
}
.site-header .header-inn .head-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;

  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.site-header .header-inn .head-menu li {
  padding: 0 0 18px;
  margin-left: 5px;
  margin-right: 35px;
  position: relative;
  -webkit-transition: all 0.125s cubic-bezier(0.25, 0, 0.25, 1);
  -moz-transition: all 0.125s cubic-bezier(0.25, 0, 0.25, 1);
  -o-transition: all 0.125s cubic-bezier(0.25, 0, 0.25, 1);
  -ms-transition: all 0.125s cubic-bezier(0.25, 0, 0.25, 1);
  transition: all 0.125s cubic-bezier(0.25, 0, 0.25, 1);
}
.site-header .header-inn .head-menu li:last-child {
  margin-right: 0;
}
#head-menu-1 li:first-child {
  margin-left: 0;
}
.site-header .header-inn .head-menu li a {
  color: #fff;
  font-family: "Intro Bold Caps";
  font-size: 16px;
  line-height: 22px;
  position: relative;
  -webkit-transition: all 0.125s cubic-bezier(0.25, 0, 0.25, 1);
  -moz-transition: all 0.125s cubic-bezier(0.25, 0, 0.25, 1);
  -o-transition: all 0.125s cubic-bezier(0.25, 0, 0.25, 1);
  -ms-transition: all 0.125s cubic-bezier(0.25, 0, 0.25, 1);
  transition: all 0.125s cubic-bezier(0.25, 0, 0.25, 1);
}

.site-footer {
  padding-top: 50px;
  padding-bottom: 35px;
}
.footer-inn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-logo__ico {
  display: block;
  width: 154px;
  margin-right: 35px;
}
.social-net {
  height: 41px;
}
.social-net__ico_footer {
  display: inline-block;
  margin: 0 4px;
  width: 41px;
  height: 41px;
}
.footer-copyright {
  color: #ccc;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
.page-template-page-gifts .footer-copyright {
  color: #3c5898;
}

.section-main-bnr {
  position: relative;
}
.section-main-bnr__wrap {
  background-color: #0054bc;
  width: 100%;
  height: 860px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 22px;
  margin-bottom: 14px;
  position: relative;
  border-radius: 40px;
}

.page-template-home-page-new-2 .section-main-bnr__wrap {
  background-color: #0054bc;
}

.w1100 .section-main-bnr__wrap {
  height: 860px;
}
.w480 .section-main-bnr__wrap {
  height: 778px; //743px;
}
html[lang="ru-RU"] .w480 .section-main-bnr__wrap {
  height: 770px;
}
.w320 .section-main-bnr__wrap {
  height: 426px; //656px;
}
html[lang="ru-RU"] .w320 .section-main-bnr__wrap {
  height: 711px;
}
.main-bnr-text-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 10;
}
.w480 .section-main-bnr__wrap .main-bnr-text-content {
  left: 55px;
  bottom: 27px;
}
html[lang="ru-RU"] .w480 .section-main-bnr__wrap .main-bnr-text-content {
  left: 55px;
  bottom: 32px;
}
.section-main-bnr__images {
  position: absolute;
  top: -22px;
  right: -6px;
  z-index: 2;
}
.section-main-bnr__parallax {
  position: absolute;
  top: -22px;
  right: -6px;
  z-index: 2;
  display: none;
}
.w1100 .section-main-bnr__parallax-desktop {
  display: block;
}
.w480 .section-main-bnr__parallax-desktop,
.w320 .section-main-bnr__parallax-desktop {
  display: none;
}
.section-main-bnr__parallax-wrap {
  position: relative;
  width: 860px;
  height: 882px;
}
.section-main-bnr__layer {
  position: absolute;
  will-change: transform;

  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.section-main-bnr__layer-1 {
  top: 380px;
  left: 5px;

  width: auto;
  height: 563px;
}
.section-main-bnr__layer-2 {
  top: 690px;
  left: 405px;
  width: 381px;
  height: auto;
}
.section-main-bnr__layer-35 {
  top: 711px;
  left: 424px;
  width: 308px;
  height: auto;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.section-main-bnr__layer-36 {
  top: -16%;
  right: -20%;
  width: 1147px;
  height: 1151px;
  opacity: 0.3;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.w480 .section-main-bnr__layer-36 {
  top: -33%;
  right: -29%;
  max-width: 920px;
  /* opacity: 0; */
}
.w320 .section-main-bnr__layer-36 {
  top: -33%;
  right: -29%;
  max-width: 410px;
  /* opacity: 0; */
}

.shader {
  position: absolute;
  width: 80%;
  height: 100%;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border-radius: 40px;
}
.w480 .shader {
  width: 100%;
}
.w320 .shader {
  width: 100%;
  border-radius: 20px;
}

.section-main-bnr__layer-3 {
  top: 10px;
  left: 500px;
}
.section-main-bnr__layer-4 {
  top: 145px;
  left: 310px;
}
.section-main-bnr__layer-5 {
  top: 100px;
  left: 440px;
}
.section-main-bnr__layer-6 {
  top: 125px;
  left: 545px;
}
.section-main-bnr__layer-7 {
  top: 50px;
  left: 745px;
}
.section-main-bnr__layer-8 {
  top: 60px;
  left: 790px;
}
.section-main-bnr__layer-9 {
  top: 245px;
  left: 210px;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.section-main-bnr__layer-10 {
  top: 250px;
  left: 300px;
}
.section-main-bnr__layer-11 {
  top: 210px;
  left: 383px;
}
.section-main-bnr__layer-12 {
  top: 260px;
  left: 465px;
}
.section-main-bnr__layer-13 {
  top: 233px;
  left: 560px;
}
.section-main-bnr__layer-14 {
  top: 150px;
  left: 640px;
}
.section-main-bnr__layer-15 {
  top: 400px;
  left: 200px;
}
.section-main-bnr__layer-16 {
  top: 460px;
  left: 280px;
}
.section-main-bnr__layer-17 {
  top: 350px;
  left: 335px;
}
.section-main-bnr__layer-18 {
  top: 400px;
  left: 453px;
}
.section-main-bnr__layer-19 {
  top: 358px;
  left: 523px;
}
.section-main-bnr__layer-20 {
  top: 390px;
  left: 575px;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.section-main-bnr__layer-21 {
  top: 335px;
  left: 641px;
}
.section-main-bnr__layer-22 {
  top: 430px;
  left: 753px;
}
.section-main-bnr__layer-23 {
  top: 408px;
  left: 828px;
}
.section-main-bnr__layer-24 {
  top: 505px;
  left: 255px;
}
.section-main-bnr__layer-25 {
  top: 515px;
  left: 335px;
}
.section-main-bnr__layer-26 {
  top: 500px;
  left: 440px;
}
.section-main-bnr__layer-27 {
  top: 535px;
  left: 560px;
}
.section-main-bnr__layer-29 {
  top: 510px;
  left: 650px;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.section-main-bnr__layer-30 {
  top: 635px;
  left: 345px;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.section-main-bnr__layer-31 {
  top: 690px;
  left: 510px;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.section-main-bnr__layer-32 {
  top: 603px;
  left: 590px;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.section-main-bnr__layer-33 {
  top: 280px;
  left: 690px;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.section-main-bnr__layer-34 {
  top: 260px;
  left: 730px;
}
.main-bnr__title {
  color: #cc99ff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin-top: 0;
  margin-left: 5px;
  letter-spacing: 0.5px;
  margin-bottom: 67px;
}
.main-bnr__text {
  position: absolute;
  left: 30px;
  top: 150px;
  color: #cfabff;
  font-family: "Intro Inline";
  font-size: 200px;
  line-height: 177px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: -11px;
  letter-spacing: -8px;
  word-spacing: -45px;
  z-index: 1;
  opacity: 0;
}
html[lang="ru-RU"] .main-bnr__text {
  font-size: 160px;
  line-height: 150px;
}
.w1100 .main-bnr__text {
  opacity: 1;
}
.w480 .main-bnr__text {
  font-size: 107px;
  line-height: 95px;
  letter-spacing: -3px;
  top: 142px;
  left: 53px;
  opacity: 1;
}
html[lang="ru-RU"] .w480 .main-bnr__text {
  font-size: 115px;
  top: 105px;
}
.w320 .main-bnr__text {
  font-size: 70px;
  line-height: 72px;
  text-align: center;
  letter-spacing: -3px;
  word-spacing: -15px;
  margin-left: 0;
  top: 385px;
  left: 0;
  right: 0;
  opacity: 1;
}
html[lang="ru-RU"] .w320 .main-bnr__text {
  font-size: 68px;
  line-height: 60px;
  text-align: center;
  letter-spacing: -3px;
  word-spacing: -15px;
  margin-left: 0;
  top: 378px;
  left: 0;
  right: 0;
  opacity: 1;
}
.w1100 .main-bnr__s1,
.w1100 .main-bnr__s4 {
  display: block;
}
.w1100 .main-bnr__s2,
.w1100 .main-bnr__s3 {
  display: inline-block;
}
.w480 .main-bnr__s1,
.w480 .main-bnr__s4,
.w480 .main-bnr__s2,
.w480 .main-bnr__s3 {
  display: inline-block;
  position: absolute;
}
.w320 .main-bnr__s1,
.w320 .main-bnr__s4,
.w320 .main-bnr__s2,
.w320 .main-bnr__s3 {
  position: initial;
  top: initial;
  left: initial;
  display: inline-block;
}
.w480 .main-bnr__s1 {
  top: 0;
}
.w480 .main-bnr__s2 {
  top: 0;
  left: 235px;
}
.w480 .main-bnr__s3 {
  top: 94px;
}
.w480 .main-bnr__s4 {
  top: 94px;
  left: 140px;
}
html[lang="ru-RU"] .w480 .main-bnr__s1 {
  top: 0;
}
html[lang="ru-RU"] .w480 .main-bnr__s2 {
  top: 94px;
  left: 0;
}
html[lang="ru-RU"] .w480 .main-bnr__s3 {
  top: 94px;
  left: 315px;
}
html[lang="ru-RU"] .w480 .main-bnr__s4 {
  top: 188px;
  left: 0;
}
.w320 .main-bnr__title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: 16px;
}
html[lang="ru-RU"] .w320 .main-bnr__title {
  font-size: 14px;
  margin-bottom: 27px;
}
.w320 .main-bnr-text-content {
  left: auto;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  bottom: 35px;
}
.w320 .main-bnr__btn {
  margin: 0 auto;
}
.w320 .section-app-bnr .container {
  padding: 0 20px;
}
.main-bnr__text span {
  display: block;
}
.w480 .section-main-bnr__wrap .main-bnr__title {
  margin-bottom: 8px;
  margin-left: 0;
}
html[lang="ru-RU"] .w480 .section-main-bnr__wrap .main-bnr__title {
  margin-bottom: 24px;
  max-width: 160px;
  font-size: 18px;
}
.btn {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15.5px;
  line-height: 28px;
  padding: 7px;
  letter-spacing: 0.3px;
  text-align: center;
  cursor: pointer;
  outline: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 45px;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.4);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.4);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.4);
}
.main-bnr__btn {
  color: #6633cc;
  background-color: #ffff66;
  max-width: 183px;
}
.section-app-bnr .container {
  max-width: 1500px;
  padding: 0;
}
.section-app-bnr__wrap {
  width: 100%;
  max-width: 1486px;
  height: 186px;
  margin: 0 auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.w480 .section-app-bnr__wrap {
  height: 226px;
  margin-top: 0;
}
.w320 .section-app-bnr__wrap {
  height: 228px;
  margin-top: 0;
}
.sect-title {
  display: inline-block;
  color: #9966cc;
  font-family: "Intro Bold Caps";
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}
.sect-title_underline {
  border-bottom: 2px solid #9966cc;
}
.sect-title_underline a{
  color: #9966cc;
}
.section-main-products {
  padding-top: 40px;
  padding-bottom: 20px;
}
.products-card {
  margin: 0 -15px;
  margin-top: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-card {
  width: calc(25% - 16px);
  margin: 0 8px 22px;
  
  text-align: center;
  max-width: 460px;
  outline: none;

  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  -webkit-box-shadow: 7px 6px 17px 0px rgba(64, 90, 120, 0.13);
  -moz-box-shadow: 7px 6px 17px 0px rgba(64, 90, 120, 0.13);
  box-shadow: 7px 6px 17px 0px rgba(64, 90, 120, 0.13);
  border-radius: 40px;
  overflow: hidden;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.product-card:hover {
  -webkit-box-shadow: 7px 6px 17px 0px rgba(64, 90, 120, 0.2);
  -moz-box-shadow: 7px 6px 17px 0px rgba(64, 90, 120, 0.2);
  box-shadow: 7px 6px 17px 0px rgba(64, 90, 120, 0.2);
}
.product-card__wrap {
  width: 100%;
  display: block;
}
.product-card.slick-slide {
  margin: 10px 14px 20px;
}
.product-card__image {
  height: 476px;
  margin: 0 auto;
  background-color: #bedbfd;
  position: relative;
  overflow: hidden;

  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-card__image canvas {
  z-index: 0;
}

.img-el {
  position: absolute;
  z-index: 1;
  will-change: transform;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.img-el_1-1 {
  top: 315px;
  left: 210px;
}
.img-el_1-2 {
  top: 85px;
  left: 245px;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.img-el_1-3 {
  top: 175px;
  left: 25px;

  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.img-el_2-1 {
  top: 35px;
  left: 245px;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.img-el_2-2 {
  top: 245px;
  left: 25px;

  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.img-el_2-3 {
  top: 345px;
  left: 240px;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.img-el_2-4 {
  top: 163px;
  left: 50px;
}
.img-el_3-1 {
  top: 203px;
  left: 3px;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.img-el_3-2 {
  top: 92px;
  left: 200px;

  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.img-el_3-3 {
  top: 365px;
  left: 20px;

  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}

.img-el_4-1 {
  top: 340px;
  left: 305px;

  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.img-el_4-2 {
  top: 115px;
  left: 15px;

  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.img-el_4-3 {
  top: 400px;
  left: 10px;

  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.img-el_4-4 {
  top: 155px;
  left: 35px;

  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.img-el_4-5 {
  top: 90px;
  left: 260px;

  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}

.product-card__content {
  padding: 36px 0;
  background-color: #fff;
}
.product-card__title {  
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  width: min-content;
  margin-left: auto;
  margin-right: auto;
  height: 62px;

  font-family: "Intro Bold Alt";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.product-card__description {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  padding: 0 15px;
  margin-bottom: 20px;
  text-align: center;
  color: #666666;
  height: 102px;
  overflow: hidden;
  letter-spacing: 0.4px;
}
.product-card__more-btn {
  max-width: 160px;
  color: #fff;
  margin: 0 auto;
}
.product-card_blue .product-card__title {
  color: #548bf0;
}
.product-card_green .product-card__title {
  color: #6ab439;
}
.product-card_purple .product-card__title {
  color: #905edb;
}
.product-card_darkgreen .product-card__title {
  color: #bf376f;
}
.product-card_blue .product-card__more-btn {
  background-color: #23afed;
}
.product-card_blue .product-card__more-btn:hover {
  -webkit-box-shadow: 0px 5px 10px 2px #23afed70;
  -moz-box-shadow: 0px 5px 10px 2px #23afed70;
  box-shadow: 0px 5px 10px 2px #23afed70;
}
.product-card_green .product-card__more-btn {
  background-color: #8bc53e;
}
.product-card_green .product-card__more-btn:hover {
  -webkit-box-shadow: 0px 5px 10px 2px #8bc53e73;
  -moz-box-shadow: 0px 5px 10px 2px #8bc53e73;
  box-shadow: 0px 5px 10px 2px #8bc53e73;
}

.product-card_purple .product-card__more-btn {
  background-color: #9d68e6;
}
.product-card_purple .product-card__more-btn:hover {
  -webkit-box-shadow: 0px 5px 10px 2px #9d68e661;
  -moz-box-shadow: 0px 5px 10px 2px #9d68e661;
  box-shadow: 0px 5px 10px 2px #9d68e661;
}
.product-card_darkgreen .product-card__more-btn {
  background-color: #bf376f;
}
.product-card_darkgreen .product-card__more-btn:hover {
  -webkit-box-shadow: 0px 5px 10px 2px rgba(227, 128, 172, 0.6);
  -moz-box-shadow: 0px 5px 10px 2px rgba(227, 128, 172, 0.6);
  box-shadow: 0px 5px 10px 2px rgba(227, 128, 172, 0.6);
}
.img-oil {
  position: absolute;
  top: 0px;
  left: auto;
  z-index: 10;
  will-change: transform;

  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.w320 .product-card {
  border-radius: 20px;
}

.w480 .products-card:not(.slick-initialized),
.w320 .products-card:not(.slick-initialized) {
  opacity: 0;
}
.w480 .products-card.slick-initialized,
.w320 .products-card.slick-initialized {
  opacity: 1;
}
.section-main-recipes .recipes-card:not(.slick-initialized),
.section-products .products:not(.slick-initialized) {
  opacity: 0;
}
.section-main-recipes .recipes-card.slick-initialized,
.section-products .products.slick-initialized {
  opacity: 1;
}
.products-card .slick-prev,
.products-card .slick-next,
.recipes-card .slick-prev,
.recipes-card .slick-next {
  width: 83px;
  height: 83px;
  z-index: 100;
  border-radius: 50%;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.products-card .slick-prev {
  background-color: #23afed;
}
.products-card .slick-next {
  background-color: #816cd5;
}
.products-card .slick-arrow.blue {
  background-color: #23afed;
}
.products-card .slick-arrow.green,
.recipes-card .slick-arrow {
  background-color: #8bc53e;
}
.products-card .slick-arrow.purple {
  background-color: #816cd5;
}
.products-card .slick-arrow.darkgreen {
  background-color: #E380AC;
}
.products-card .slick-prev {
  top: 33.5%;
  left: -15px;
}
.products-card .slick-next {
  top: 33.5%;
  right: -15px;
}
.recipes-card .slick-prev {
  top: 50%;
  left: -15px;
}
.recipes-card .slick-next {
  top: 50%;
  right: -15px;
}
.products-card .slick-prev:before,
.recipes-card .slick-prev:before {
  display: inline-block;
  width: 29px;
  height: 19px;
  background-image: url(images/arrow-left.png);
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  content: " ";
  vertical-align: middle;
  opacity: 1;
}
.products-card .slick-next:before,
.recipes-card .slick-next:before {
  display: inline-block;
  width: 29px;
  height: 19px;
  background-image: url(images/arrow-right.png);
  background-position: center left;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  content: " ";
  vertical-align: middle;
  opacity: 1;
}

.section-main-contacts {
  margin-bottom: 44px;
}
.section-main-contacts .sect-title {
  margin-bottom: 45px;
}
.contacts-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 15px 11px 34px 2px rgba(64, 90, 120, 0.13);
  -moz-box-shadow: 15px 11px 34px 2px rgba(64, 90, 120, 0.13);
  box-shadow: 15px 11px 34px 2px rgba(64, 90, 120, 0.13);
  border-radius: 40px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.w320 .contacts-box {
  border-radius: 20px;
}
.contacts-info,
.contacts-map {
  width: 50%;
  height: 407px;
}
.contacts-info {
  padding: 62px;
}
.map {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100%;
}
.contacts-info__row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contacts-info__col {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 25px;
}
.contacts-info__col_location {
  margin-bottom: 67px;
  width: 100%;
}
.contacts-info__col_tel,
.contacts-info__col_fax {
  margin-bottom: 25px;
}
.contacts-info__col_tel,
.contacts-info__col_website {
  width: 58%;
}
.contacts-info__icon {
  width: 50px;
  height: 50px;
  background-color: #9d68e6;
  border-radius: 50%;
  margin-right: 25px;

  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contacts-info__phone {
  display: block;
}
.contacts-info__icon-location {
  width: 25px;
}
.contacts-info__icon-tel {
  width: 40px;
}
.contacts-info__icon-fax {
  width: 40px;
}
.contacts-info__icon-website {
  width: 30px;
}
.contacts-info__icon-callcenter {
  width: 26px;
}
.contacts-info__text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  letter-spacing: 0.3px;
}
.contacts-info__phone {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  letter-spacing: 0.3px;
}

.section-main-recipes {
  padding-bottom: 10px;
}
.recipes-card {
  margin: 0 -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recipe-card {
  width: calc(33.333% - 28px);
  text-align: center;
  max-width: 460px;
  outline: none;
  margin: 10px 14px 30px;

  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  -webkit-box-shadow: 7px 6px 17px 0px rgba(64, 90, 120, 0.13);
  -moz-box-shadow: 7px 6px 17px 0px rgba(64, 90, 120, 0.13);
  box-shadow: 7px 6px 17px 0px rgba(64, 90, 120, 0.13);
  border-radius: 40px;
  overflow: hidden;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.recipe-card:hover {
  -webkit-box-shadow: 7px 6px 17px 0px rgba(64, 90, 120, 0.2);
  -moz-box-shadow: 7px 6px 17px 0px rgba(64, 90, 120, 0.2);
  box-shadow: 7px 6px 17px 0px rgba(64, 90, 120, 0.2);
}
.recipe-card__wrap {
  width: 100%;
}
.recipe-card__image {
  height: 314px;
  width: 100%;
  margin: 0 auto;

  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.recipe-card__content {
  height: 306px;
  padding: 50px 0;
  background-color: #fff;
}
.recipe-card__title {
  color: #999999;
  font-family: "Intro Book";
  font-style: normal;
  font-weight: normal;
  font-size: 31px;
  line-height: 1;
  min-height: 62px;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 8px;
}
.recipe-card__more-btn {
  max-width: 160px;
  color: #fff;
  margin: 0 auto;
  background-color: #8bc53e;
}
.recipe-card__more-btn:hover {
  -webkit-box-shadow: 0px 5px 10px 2px #8bc53e73;
  -moz-box-shadow: 0px 5px 10px 2px #8bc53e73;
  box-shadow: 0px 5px 10px 2px #8bc53e73;
}
.recipe-card__params {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: justify;
  justify-content: space-evenly;

  margin: 0 50px 22px;
}
.recipe-card__param-item {
  width: 54px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.recipe-card__param-ico {
  width: 47px;
  height: 47px;
}
.recipe-card__param-name {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  letter-spacing: 0.3px;
  padding: 5px 0;
  white-space: nowrap;
}
.w320 .recipe-card {
  border-radius: 20px;
}

.recipe-card-popup {
  border-radius: 47px;
  overflow-y: hidden;
  overflow-x: auto;

  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.recipe-card-popup__wrap {
  width: 100%;
}
.recipe-card-popup__image {
  width: 683px;
  height: 338px;

  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.recipe-card-popup__content {
  width: 683px;
  padding: 69px 85px 83px 90px;
  background-color: #fff;
  overflow: hidden;
}
.recipe-card-popup__title {
  color: #666666;
  font-family: "Intro Book";
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 52px;
}
.recipe-card-popup__params {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

  margin-bottom: 35px;
}
.recipe-card-popup__param-ico {
  width: 47px;
  height: 47px;
}
.recipe-card-popup__param-name {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  padding: 10px 0;
  white-space: nowrap;
}
.recipe-card-popup__slogan {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #99cc66;
  margin-bottom: 43px;
}
.ingredients__table-title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  color: #666666;
}
.ingredients__table {
  width: 100%;
  margin-bottom: 40px;
}
.ingredients__table-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

  position: relative;
}
.ingredients__table-row:after {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  width: 100%;
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  top: -3px;
  z-index: 0;
}
.ingredients__name,
.ingredients__quantity {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  background-color: #fff;
  z-index: 1;
  padding: 0 1px;
}
.recipe-card-popup__cooking-process {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 55px;
}
.recipe-card-popup__bottom-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.recipe-card-popup__done-btn {
  width: 110px;
  max-width: 110px;
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
  background-color: #8bc53e;
  cursor: pointer;
}
.recipe-card-popup__done-btn:hover {
  -webkit-box-shadow: 0px 5px 10px 2px #8bc53e73;
  -moz-box-shadow: 0px 5px 10px 2px #8bc53e73;
  box-shadow: 0px 5px 10px 2px #8bc53e73;

}
.share_popup {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: calc(100% - 110px);
}
.share__link {
  display: inline-block;
  margin: 0 0 0 16px;
  width: 41px;
  height: 41px;
}
.share__text {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #97c9e3;
  letter-spacing: 0.3px;
}
.fancybox-close {
  cursor: pointer;
  position: absolute;
  top: -32px;
  right: -32px;
  width: 84px;
  height: 84px;
  background-image: url(images/close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.fancybox-overlay {
  background: rgba(156, 196, 255, 0.84);
}
.fancybox-skin {
  background: transparent;
  border-radius: 47px;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.app-btns {
  position: absolute;
  top: 70px;
  right: 3.5%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.app-btns__link {
  height: 36px;
}
.app-btns__link:first-child {
  margin-right: 10px;
}
.app-btns__app-store {
  height: 36px;
  width: 106px;
}
.app-btns__google-play {
  height: 36px;
  width: 120px;
}
.w480 .section-app-bnr__wrap .app-btns {
  top: 130px;
  right: 9%;
}
.w480 .section-app-bnr__wrap .app-btns__link {
  height: 33px;
}
.w480 .section-app-bnr__wrap .app-btns__link:first-child {
  margin-right: 35px;
}
.w480 .section-app-bnr__wrap .app-btns__app-store {
  height: 33px;
  width: 98px;
}
.w480 .section-app-bnr__wrap .app-btns__google-play {
  height: 33px;
  width: 115px;
}
.w320 .app-btns__app-store {
  height: 28px;
  width: 85px;
}
.w320 .app-btns__google-play {
  height: 28px;
  width: 95px;
}
.w320 .app-btns__link:first-child {
  margin-right: 5px;
}
.w320 .app-btns {
  top: 150px;
  right: 9%;
}

#header-mobile-menu:not(.mm-menu),
#fv-mobile-menu:not(.mm-menu) {
  display: none;
}
.mm-menu {
  --mm-color-background: #fff;
  --mm-color-text: #000;
  --mm-color-background-emphasis: rgba(0, 84, 188, 0.3); //rgba(120, 62, 207, 0.3);
  --mm-color-button: #fff;
  --mm-color-text-dimmed: #fff;
  --mm-color-button: #000;
}
.mm-navbar {
  background-color: #0054bc; //#783ecf;
}
.mm-listitem a {
  text-transform: uppercase;
}
.mm-navbars_bottom .mm-navbar {
  align-items: center;
}
#primary-menu-mobile li.current-menu-item {
  background-color: rgba(255, 255, 102, 1);
  color: #0054bc; //#6633cc;
}
#primary-menu-mobile li a {
  font-family: "Intro Bold Caps";
}
.mm-navbar .mm-navbar__title {
  color: #fff;
}
.mmenu__close {
  position: absolute;
  right: 20px;
  top: 12px;
  border: none;
  outline: 0;
  background: 0 0;
}
.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
  background: #fff;
  opacity: 0.7;
}
.header__burger {
  display: none;
}

.section-recipes {
  margin-top: 194px;
  margin-bottom: 20px;
}
.w1100:not(.home) .site-header__wrap {
  background-image: url(images/menu-purple-dbg.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 40px;
}
.w480:not(.home) .site-header__wrap {
  background-image: url(images/menu-purple-dbg.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 30px;
}
.w1100.page-template-page-products .site-header__wrap,
.w480.page-template-page-products .site-header__wrap,
.w1100.page-template-page-products-new .site-header__wrap,
.w480.page-template-page-products-new .site-header__wrap,
.w1100.page-template-home-page-new-2 .site-header__wrap,
.w480.page-template-home-page-new-2 .site-header__wrap,
.page-template-page-gifts .site-header__wrap,
.w1100.page-template-page-gifts .site-header__wrap,
.w480.page-template-page-gifts .site-header__wrap {
  background-image: none;
}

.section-recipes .recipes-card {
  margin-top: 20px;
}

.section-products {
  position: relative;
  margin-bottom: 30px;
}
.section-products__wrap {
  background-color: #bedbfd;
  width: 100%;
  display: inline-block;
  margin-top: 22px;
  position: relative;
  border-radius: 40px;
  overflow: hidden;

  -webkit-box-shadow: 7px 6px 17px 0px rgba(64, 90, 120, 0.13);
  -moz-box-shadow: 7px 6px 17px 0px rgba(64, 90, 120, 0.13);
  box-shadow: 7px 6px 17px 0px rgba(64, 90, 120, 0.13);
}
.w1100 .section-products__wrap {
  height: 1120px;
}
.w480 .section-products__wrap {
  height: 953px;
  border-radius: 30px;
}
.w320 .section-products__wrap {
  height: 765px;
  border-radius: 20px;
  margin-top: 0;
}

.products {
  margin-top: 177px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-item {
  height: 943px;
  outline: none;
  text-align: center;

  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.product-item.slick-slide {
  margin: 0 5px;
}
.product-item__image {
  height: 100%;
  min-height: 615px;
  margin: 0 auto;
  position: relative;
}
.w480 .product-item__image {
  min-height: 600px;
}
.product-item__content {
  height: 328px;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-slide .product-item__content {
  opacity: 0;
}
.slick-current .product-item__content {
  opacity: 1;
}
.product-item__title {
  font-family: "Intro Bold Caps";
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 61px;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 47px;
  text-transform: uppercase;
}
.product-item__description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  text-align: justify;
  padding: 0;
  max-width: 810px;
}
.product-item_blue .product-item__title {
  color: #0097da;
}
.product-item_green .product-item__title {
  color: #6ab439;
}
.product-item_purple .product-item__title {
  color: #905edb;
}
.product-item_darkgreen .product-item__title {
  color: #bf376f;
}
.product-item__blob {
  height: 715px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  overflow: hidden;
}
.w480 .product-item__blob {
  height: 600px;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.w320 .product-item__blob {
  height: 340px;
}
.product-item__parallax-wrap {
  position: relative;
  width: 100%;
  height: 1px;

  -webkit-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  -ms-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;

  opacity: 0;
}
.slick-current .product-item__parallax-wrap {
  opacity: 1;
}

.product-item__pr-layer-v {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.5px;
  width: 137px;
  height: 137px;
  display: block;
  background-color: #ffe651;
  border-radius: 50%;

  top: 423px;
  left: 137px;

  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.w480 .product-item__pr-layer-v {
  font-size: 24px;
  width: 110px;
  height: 110px;
  top: 295px;
  left: 90px;
}
.w320 .product-item__pr-layer-v {
  font-size: 13.5px;
  width: 60px;
  height: 60px;
  top: 155px;
  left: 15px;
}
.product-item_blue .product-item__pr-layer-v {
  color: #0066cc;
}
.product-item_green .product-item__pr-layer-v {
  color: #339933;
}
.product-item_purple .product-item__pr-layer-v {
  color: #663399;
}
.product-item_darkgreen .product-item__pr-layer-v {
  color: #bf376f;
}
.product-item__pr-layer {
  z-index: 1;
  position: absolute;  
  will-change: transform;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.product-item__pr-layer-1-1 {
  top: -85px;
  left: -130px;
}
.product-item__pr-layer-1-2 {
  top: -308px;
  left: 900px;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.product-item__pr-layer-1-3 {
  top: 125px;
  left: 68px;

  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.product-item__pr-layer-1-4 {
  top: 445px;
  left: 675px;

  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.product-item__pr-layer-1-5 {
  top: 213px;
  left: 180px;
}
.product-item__pr-layer-1-6 {
  top: 120px;
  left: 620px;
}
.product-item__pr-layer-1-7 {
  top: 373px;
  left: 672px;
}
.product-item__pr-layer-2-1 {
  top: -320px;
  left: -115px;
  z-index: -1;
}
.product-item__pr-layer-2-2 {
  top: -260px;
  left: 900px;
  z-index: -1;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.product-item__pr-layer-2-3 {
  top: 408px;
  left: 640px;

  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.product-item__pr-layer-2-4 {
  top: 30px;
  left: 30px;

  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.product-item__pr-layer-2-5 {
  top: 75px;
  left: 565px;
}
.product-item__pr-layer-2-6 {
  top: 335px;
  left: 565px;
}
.product-item__pr-layer-2-7 {
  top: 90px;
  left: 140px;
}
.product-item__pr-layer-2-9 {
  top: 252px;
  left: 195px
}
.product-item__pr-layer-3-1 {
  top: -45px;
  left: 880px;

  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.product-item__pr-layer-3-2 {
  top: 430px;
  left: 570px;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.product-item__pr-layer-3-3 {
  top: 165px;
  left: 180px;

  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.product-item__pr-layer-3-4 {
  top: -320px;
  left: -200px;
  z-index: -1;

  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.product-item__pr-layer-3-5 {
  top: 85px;
  left: 600px;
}
.product-item__pr-layer-3-6 {
  top: 505px;
  left: 640px;
}
.product-item__pr-layer-3-7 {
  top: 215px;
  left: 185px;
}

.product-item__pr-layer-4-1 {
  top: -85px;
  left: -130px;
}
.product-item__pr-layer-4-2 {
  top: -308px;
  left: 900px;
  z-index: -1;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.product-item__pr-layer-4-3 {
  top: 125px;
  left: 68px;

  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.product-item__pr-layer-4-4 {
  top: 475px;
  left: 600px;

  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.product-item__pr-layer-4-5 {
  top: 170px;
  left: 160px;
}
.product-item__pr-layer-4-6 {
  top: 0px;
  left: 665px;
}
.product-item__pr-layer-4-7 {
  top: 305px;
  left: 550px;
}
.product-item__pr-layer-4-9 {
  top: 125px;
  left: 605px
}

.products .slick-prev,
.products .slick-next {
  width: 72px;
  height: 72px;
  z-index: 100;
  border-radius: 50%;
  background-color: #bedbfd;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.products .slick-arrow[aria-disabled="true"] {
  visibility: hidden;
}
.products .slick-prev {
  top: 644px;
  left: 186px;
}
.products .slick-next {
  top: 644px;
  right: 186px;
}
.products .slick-prev:before {
  display: inline-block;
  width: 36px;
  height: 28px;
  background-image: url(images/arrow-left-purple.png);
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  content: " ";
  vertical-align: middle;
  opacity: 1;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.products .slick-next:before {
  display: inline-block;
  width: 36px;
  height: 28px;
  background-image: url(images/arrow-right-green.png);
  background-position: center left;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  content: " ";
  vertical-align: middle;
  opacity: 1;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.products .blue.slick-prev:before {
  background-image: url(images/arrow-left-blue.png);
}
.products .green.slick-prev:before {
  background-image: url(images/arrow-left-green.png);
}
.products .purple.slick-prev:before {
  background-image: url(images/arrow-left-purple.png);
}
.products .darkgreen.slick-prev:before {
  background-image: url(images/arrow-left-darkpink.png);
}
.products .blue.slick-next:before {
  background-image: url(images/arrow-right-blue.png);
}
.products .green.slick-next:before {
  background-image: url(images/arrow-right-green.png);
}
.products .purple.slick-next:before {
  background-image: url(images/arrow-right-purple.png);
}
.products .darkgreen.slick-next:before {
  background-image: url(images/arrow-right-darkpink.png);
}

.w480 .products .slick-prev {
  top: 535px;
  left: 135px;
}
.w480 .products .slick-next {
  top: 535px;
  right: 135px;
}
.w480 .products .slick-prev,
.w480 .products .slick-next {
  width: 58px;
  height: 58px;
}
.w480 .products .slick-prev:before,
.w480 .products .slick-next:before {
  width: 32px;
  height: 23px;
}

.w320 .products .slick-prev {
  top: 538px;
  left: 35px;
}
.w320 .products .slick-next {
  top: 538px;
  right: 35px;
}
.w320 .products .slick-prev,
.w320 .products .slick-next {
  width: 36px;
  height: 36px;
}
.w320 .products .slick-prev:before,
.w320 .products .slick-next:before {
  width: 19px;
  height: 15px;
}

.product-item__img-oil {
  position: absolute;
  z-index: 2;
  will-change: transform;

  -webkit-transition: max-height 0.8s ease;
  -moz-transition: max-height 0.8s ease;
  -o-transition: max-height 0.8s ease;
  -ms-transition: max-height 0.8s ease;
  transition: max-height 0.8s ease;
}
.product-item__img-oil {
  max-height: 310px;
  top: 190px;
  right: 125px;
  left: auto;
  z-index: 2;
}
.slick-current .product-item__img-oil {
  max-height: 100%;
  right: auto !important;
  top: 0px;
  left: calc(50% - 113px) !important;
}

canvas {
  display: block;
}

.product-item__image canvas {
  max-height: 560px;
  z-index: 0;
  -webkit-transition: max-height 0.8s ease;
  -moz-transition: max-height 0.8s ease;
  -o-transition: max-height 0.8s ease;
  -ms-transition: max-height 0.8s ease;
  transition: max-height 0.8s ease;
}
.w320 .product-item__image canvas {
  visibility: hidden;
  max-height: 400px;
}
.slick-current .product-item__image canvas {
  max-height: 715px;
}
.w320 .slick-current .product-item__image canvas {
  max-height: 400px;
  visibility: visible;
}

.section-process__wrap {
  position: relative;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;

  display: inline-block;
  margin-bottom: 40px;
  position: relative;
  border-radius: 40px;
  overflow: hidden;

  -webkit-box-shadow: 7px 6px 17px 0px rgba(64, 90, 120, 0.13);
  -moz-box-shadow: 7px 6px 17px 0px rgba(64, 90, 120, 0.13);
  box-shadow: 7px 6px 17px 0px rgba(64, 90, 120, 0.13);
}

.section-process__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  content: "";
  background-image: url(images/text-center-bg.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 62.274%;
  height: 16.885%;
}

.main-svg-wrapper_tablet{
  display: none;
  text-align: center;
}
.main-svg-wrapper_tablet img{
  margin-top: -145px;
}
.w480 .main-svg-wrapper_tablet{
  display: block;
  width: 100%;
}

.section-process__wrap{
  line-height: 0;
}
.section-process .sect-title {
  max-width: 350px;
  position: relative;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-top: 38px;
  line-height: 55px;
}
html[lang="en-GB"] .section-process .sect-title {
  max-width: 440px;
}
html[lang="en-GB"] .w480 .section-process .sect-title {
  font-size: 30px;
  line-height: 1.1;
}
html[lang="en-GB"] .w320 .section-process .sect-title {
  font-size: 16px;
  line-height: 1.1;
}

.w480 .product-item__img-oil {
  max-height: 230px;
  top: 150px;
}
.w480 .slick-current .product-item__img-oil {
  top: -10px;
  left: calc(50% - 75px) !important;
  max-height: 92%;
}

.page-template-page-gifts {
  background-image: url(images/vitamin/vit-bcg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.section-gifts-head__wrap {
  text-align: center;
}
.section-gifts-head__image {
  margin-top: -60px;
}
.w480 .section-gifts-head__image {
  margin-top: -155px;
}
.section-gifts-content {
  position: relative;
  width: 100%;
}
.section-gifts-content:before {
  display: inline-block;
  content: "";
  height: 1602px;
  width: 100%;
  max-width: 1506px;
  position: absolute;
  top: -472px;
  left: 0;
  z-index: 1;
  background-image: url(images/vitamin/confetti.png);
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.w480 .section-gifts-content:before,
.w320 .section-gifts-content:before {
  display: none;
}
.section-gifts-content_wrap {
  margin-top: -472px;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;

  display: inline-block;
  margin-bottom: 12px;
  position: relative;
  border-radius: 40px;

  -webkit-box-shadow: 7px 6px 17px 0px rgba(64, 90, 120, 0.13);
  -moz-box-shadow: 7px 6px 17px 0px rgba(64, 90, 120, 0.13);
  box-shadow: 7px 6px 17px 0px rgba(64, 90, 120, 0.13);
}
.w480 .section-gifts-content_wrap {
  margin-top: -225px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.rules-block {
  position: relative;
  z-index: 3;
}
.rules-block__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 46px 97px 0;
}
.rules-block__col-left,
.rules-block__col-right {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.rules-block__title {
  font-family: "Happy Fox Condensed";
  font-size: 88px;
  font-weight: 400;
  line-height: 90px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  max-width: 250px;
  margin-top: 0;
  margin-bottom: 70px;
}
.w480 .rules-block__title {
  margin-top: 40px;
  margin-bottom: 110px;
}
.rules-block__description {
  color: #5c35bd;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.3px;
  padding-right: 10%;
}
.w480 .rules-block__description {
  font-size: 16px;
  line-height: 22px;
  padding-right: 15%;
}
.rules-block__description p {
  margin-top: 0;
  margin-bottom: 30px;
}
.w480 .rules-block__description p {
  margin-bottom: 26px;
}
.rules-block__list {
  padding-top: 5px;
  padding-left: 10px;
}
.w480 .rules-block__list,
.w320 .rules-block__list {
  padding-top: 25px;
  padding-left: 0px;
}
.rules-block__item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
.w480 .rules-block__item,
.w320 .rules-block__item {
  margin-bottom: 20px;
}
.w480 .rules-block__item,
.w320 .rules-block__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.rules-block__item_E {
  margin-bottom: 97px;
}
.w480 .rules-block__item_E,
.w320 .rules-block__item_E {
  margin-bottom: 20px;
}
.rules-block__item_D {
  margin-bottom: 20px;
}
.w480 .rules-block__item_D,
.w320 .rules-block__item_D {
  margin-bottom: 20px;
}
.rules-block__item-image-wrap {
  width: 200px;
  min-width: 200px;
}
.w480 .rules-block__item-image-wrap {
  width: 140px;
  min-width: 140px;
}
.rules-block__item-text {
  color: #5c35bd;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
.rules-block__item-text_A {
  padding-top: 41px;
}
.rules-block__item-text_E {
  padding-top: 30px;
}
.rules-block__item-text_D {
  padding-top: 41px;
}
.w480 .rules-block__item-text {
  font-size: 18px;
  line-height: 25px;
  padding-left: 35px;
  padding-top: 0;
  margin-top: -26px;
}
.w480 .rules-block__item-text_D {
  margin-top: -10px;
}
.rules-block__item-text-icon {
  color: transparent;
  white-space: nowrap;
  display: inline-block;
  position: relative;
}
.rules-block__item-text-icon_A {
  width: 268px;
}
.rules-block__item-text-icon_A:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: -15px;
  left: -5px;
  width: 268px;
  height: 49px;
  background-image: url(images/vitamin/a-small.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.w480 .rules-block__item-text-icon_A:before {
  width: 215px;
  left: -12px;
}
.rules-block__item-text-icon_E {
  width: 300px;
}
.w480 .rules-block__item-text-icon_E {
  width: 250px;
  left: -10px;
}
.rules-block__item-text-icon_E:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: -23px;
  left: 0;
  width: 324px;
  height: 56px;
  background-image: url(images/vitamin/e-small.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.w480 .rules-block__item-text-icon_E:before {
  width: 258px;
  left: -10px;
}
.rules-block__item-text-icon_D {
  width: 250px;
}
.rules-block__item-text-icon_D:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: -15px;
  left: -20px;
  width: 274px;
  height: 59px;
  background-image: url(images/vitamin/d-small.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.w480 .rules-block__item-text-icon_D:before {
  width: 220px;
}
.w480 .rules-block__item-text-icon_A,
.w480 .rules-block__item-text-icon_E,
.w480 .rules-block__item-text-icon_D {
  width: 250px;
}
.bnr-block {
  position: relative;
  z-index: 3;
}
.w480 .bnr-block {
  margin-top: -55px;
  margin-bottom: 67px;
}
.bnr-block__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.w480 .bnr-block__wrap,
.w320 .bnr-block__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bnr-block__col-left {
  width: 64.5%;
  height: 471px;
  background-image: url(images/vitamin/badge-bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: 765px 471px;
  background-size: 765px 471px;
}
.w480 .bnr-block__col-left {
  width: calc(100% - 20px);
  height: 444px;
  background-image: url(images/vitamin/badge-bg-tablet.png);
  background-position: center top;
  -webkit-background-size: contain;
  background-size: contain;
  text-align: center;
}
.w320 .bnr-block__col-left {
  width: 100%;
  height: 422px;
  background-image: url(images/vitamin/badge-bg-mobile.png);
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}
.bnr-block__col-right {
  width: 400px;
  margin-top: 105px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.w480 .bnr-block__col-right {
  width: 380px;
  margin: 0 auto;
  text-align: center;
  margin-top: -17px;
}
.bnr-block__app-block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bnr-block__app-block_app-store {
  width: 155px;
}
.w480 .bnr-block__app-block_app-store {
  width: 122px;
}
.bnr-block__app-block_google-play {
  width: 172px;
}
.w480 .bnr-block__app-block_google-play {
  width: 138px;
}
.bnr-block__qr-code {
  width: 155px;
}
.w480 .bnr-block__qr-code {
  width: 120px;
  margin-bottom: 13px;
}
.bnr-block__link {
  margin-top: 22px;
}
.w480 .bnr-block__link {
  margin-top: 0;
}
.bnr-block__app-store-btn {
  width: 155px;
}
.w480 .bnr-block__app-store-btn {
  width: 122px;
}
.bnr-block__google-play-btn {
  width: 172px;
}
.w480 .bnr-block__google-play-btn {
  width: 138px;
}

.bnr-block__title,
.bnr-block__sub-title {
  padding-left: 100px;
}
.bnr-block__title {
  font-family: "Happy Fox Condensed";
  font-size: 109px;
  font-weight: 400;
  line-height: 112px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 98px;
  margin-bottom: 20px;
}
.w480 .bnr-block__title {
  font-size: 93px;
  line-height: 95px;
  margin-top: 135px;
  padding-left: 180px;
}
.bnr-block__sub-title {
  font-family: "Happy Fox Condensed";
  font-size: 52px;
  line-height: 53px;
  text-transform: uppercase;
  color: #fff;
}
.w480 .bnr-block__sub-title {
  font-size: 44px;
  line-height: 45px;
  padding-left: 180px;
}
.bnr-block__sub-title-p {
  margin-top: 0;
  margin-bottom: 0;
}
.bnr-block__sub-title-p:last-child {
  letter-spacing: 1.7px;
}
.w480 .bnr-block__sub-title-p:last-child {
  letter-spacing: 1.5px;
}

.gifts-block {
  position: relative;
  z-index: 3;
}
.gifts-block:after {
  display: inline-block;
  content: "";
  height: 551px;
  width: 100%;
  max-width: 325px;
  position: absolute;
  top: -50px;
  right: 300px;
  z-index: 2;
  background-image: url(images/vitamin/confetti-1.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.w480 .gifts-block:after {
  height: 340px;
  max-width: 325px;
  top: 40px;
  right: 100px;
}
.w320 .gifts-block:after {
  height: 340px;
  max-width: 325px;
  top: 0px;
  right: 0px;
}
.gifts-block__wrap {
  padding: 0px 20px 35px;
  position: relative;
  z-index: 4;
}
.w480 .gifts-block__wrap {
  padding: 0px 20px 12px;
}
.gifts-block__head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 245px;
  margin-bottom: 12px;
  padding-left: 76px;
}
.w480 .gifts-block__head {
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 240px;
  margin-bottom: 0;
}
.w320 .gifts-block__head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.gifts-block__title {
  font-family: "Happy Fox Condensed";
  font-size: 88px;
  font-weight: 400;
  line-height: 86px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #5c35bd;
  width: 42%;
  margin-top: 0;
  margin-bottom: 0;
}
.w480 .gifts-block__title {
  width: 280px;
}
.w480 .bnr-block__title,
.w480 .bnr-block__sub-title {
  padding-left: 0;
  text-align: center;
}
.gifts-block__description {
  color: #5c35bd;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0.3px;
  width: 58%;
  margin-bottom: 0;
}
.w480 .gifts-block__description {
  font-size: 19px;
  line-height: 25px;
  padding-left: 80px;
  padding-right: 40px;
}
.gifts-block__levels-wrap {
  padding: 0 60px;
}
.levels {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.levels:before {
  display: inline-block;
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  top: 325px;
  left: 0;
  z-index: 0;
  border-radius: 5px;
  background-image: url(images/vitamin/scale.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.w480 .levels:before {
  top: 208px;
  height: 7px;
}
.levels-item {
  width: calc(33.333% - 28px);
  margin: 0 14px;
  max-width: 360px;
  text-align: center;
  outline: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.w480 .levels-item {
  width: 33.333%;
  margin: 0;
}
.w320 .levels-item {
  width: 100%;
  margin: 0;

  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.levels-item__text {
  font-family: "Happy Fox Condensed";
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5c35bd;
  padding: 20px 5px;
}
.w480 .levels-item__text {
  font-size: 31px;
  line-height: 31px;
  padding: 13px 2px 10px;
}
.levels-item__gift {
  padding-top: 30px;
}
.levels-item__gift_1 {
  padding-left: 80px;
}
.levels-item__gift_2 {
  padding-left: 20px;
}
.levels-item__gift_3 {
  padding-left: 10px;
}
.w480 .levels-item__image {
  width: 76px;
}
.w480 .levels-item__star {
  width: 45px;
}
.w480 .levels-item__gift {
  max-width: 170px;
}
.w480 .levels-item__gift_1 {
  padding-top: 0;
  padding-left: 30px;
}
.w480 .levels-item__gift_2 {
  padding-top: 10px;
  padding-left: 0;
}
.w480 .levels-item__gift_3 {
  padding-top: 5px;
  padding-left: 10px;
  max-width: 150px;
}

#mapid {
  height: 100%;
}

.switcher-lang {
  position: absolute;
  right: -254px;
  top: 24px;
}
.switcher-lang__btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

  padding: 4px;
  width: 52px;
  height: 22px;
  background-color: transparent;
  border-radius: 5px;
  border: solid 1px #cc99ff;
  cursor: pointer;
}
.switcher-lang__icon-flag {
  width: 22px;
  height: 13px;
}
.switcher-lang__icon-down {
  width: 15px;
  height: auto;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.switcher-lang__btn.active .switcher-lang__icon-down {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.lang_menu {
  display: none;
  outline: none !important;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #cc99ff;
  list-style: none;
  margin: 0;
  margin-top: 4px;
  padding: 0;
  border-radius: 5px;
  border: solid 1px #cc99ff;    
}
.lang_menu li img {
  width: 22px!important;
  height: 13px!important;
}
.lang_menu li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 300;
  padding: 4px;
  color: #cc99ff;
}
.lang_menu li a:hover {
  color: #fff;
}
.lang_menu .lang-item-en{
  display: none;
}
.switcher-lang {
  display: none;
}

.u24 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 100;
  margin-top: 50px;
}
.u24__text {
  width: 67%;
  background-color: #ffda17;
  color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;  
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 33px 1% 28px 4.8%;
}
.u24__text-sm {  
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin: 0;
}
.u24__text-lg {
  font-family: 'Montserrat', sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 0 -5px;
}
.u24__img-wrap {
  width: 33%;
  background-color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 28px;
}
.u24__img {
  width: 100%;
  max-width: 312px;
  height: auto;
}

.section-main-bnr__home-parallax {
  display: block;
  padding: 135px 0 55px;
  height: 100%;
  width: 100%;  
}
.section-main-bnr__home-parallax-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-image: url(/content/themes/sdar/images/sd-home.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.w480 .section-main-bnr__home-parallax-wrap {
  background-image: url(/content/themes/sdar/images/sd-home-tab.png);
}
.w320 .section-main-bnr__home-parallax-wrap {
  background-image: url(/content/themes/sdar/images/sd-home-mobile.png);
}
.section-main-bnr__home-layer {
  margin-top: -75px;
}
.w480 .section-main-bnr__home-layer {
  max-height: 525px;
  margin-top: -45px;
}
.w320 .section-main-bnr__home-layer {
  max-height: 285px;
  margin-top: -75px;
}
.w480 .section-main-bnr__home-parallax {
  padding: 108px 0 60px;
}
.w320 .section-main-bnr__home-parallax {
  padding: 50px 0 25px;
}



/*** Media ***/
@media screen and (max-width: 1500px) {
  .rules-block__wrap {
    padding: 46px 35px 0 97px;
  }
  .switcher-lang {
    right: -200px;
  }
  .product-card__description {
    height: 130px;
  }
}
@media screen and (max-width: 1440px) {
  .u24__text-sm {
    font-size: 17px;
  }
  .u24__text-lg {
    font-size: 31px;
  }
  .product-card__description {
    height: 150px;
  }
  .product-item__title {
    font-size: 44px;
  }
  .product-item__description {
    font-size: 16px;
    line-height: 26px;
    margin: 0 auto;
  }
  .product-item__description br {
    display: none;
  }
  .rules-block__item-text-icon {
    display: block;
  }
  .rules-block__item-text-icon_D:before {
    left: 0;
  }
  .app-btns {
    right: 3%;
  }
  .app-btns__app-store {
    height: auto;
    width: 94px;
  }
  .app-btns__google-play {
    height: auto;
    width: 102px;
  }
  .img-el_1-1 {
    left: 180px;
  }
  .img-el_1-2 {
    left: 225px;
  }
  .img-el_1-3 {
    left: 20px;
  }
  .img-el_2-3 {
    left: 220px;
  }
  .img-el_2-1 {
    left: 200px;
  }
  .img-el_2-4 {
    left: 35px;
  }
  .img-el_3-2 {
    left: 210px;
  }
  .img-el_3-3 {
    left: 50px;
  }
  .img-el_4-1 {
    left: 210px;
  }
  .img-el_4-5 {
    left: 240px;
  }
  .product-item__pr-layer-4-5 {
    left: 130px;
  }
  .product-item__pr-layer-4-7 {
    left: 500px;
  }
  .product-item__pr-layer-4-9 {
    left: 555px;
  }
  .product-item__pr-layer-2-5 {
    left: 530px;
  }
  .product-item__pr-layer-2-7 {
    left: 100px;
  }
  .product-item__pr-layer-2-9 {
    left: 155px;
  }
  .product-item__pr-layer-2-6 {
    left: 525px;
  }
}
@media screen and (max-width: 1400px) {
  .contacts-info {
    padding: 62px 10px 62px 62px;
  }
  .section-gifts-content_wrap {
    margin-top: -400px;
  }
  .product-item__pr-layer-v {
    left: 80px;
  }
  .switcher-lang {
    right: -160px;
  }
  .product-item__pr-layer-4-3 {
    left: 10px;
  }
  .product-item__pr-layer-4-4 {
    left: 520px;
  }
  .product-item__pr-layer-4-5 {
    left: 100px;
  }
  .product-item__pr-layer-4-6 {
    left: 610px;
  }
  .product-item__pr-layer-4-7 {
    left: 495px;
  }
  .product-item__pr-layer-4-9 {
    left: 545px;
  }
  .product-item__pr-layer-2-5 {
    left: 510px;
  }
  .product-item__pr-layer-2-7 {
    left: 80px;
  }
  .product-item__pr-layer-2-9 {
    left: 135px;
  }
  .product-item__pr-layer-2-6 {
    left: 505px;
  }
}
@media screen and (max-width: 1366px) {
  .product-card__title {
    font-size: 26px;
  }
  .bnr-block__app-store-btn,
  .bnr-block__google-play-btn {
    height: 51px;
  }
  .switcher-lang {
    right: -100px;
  }
  .product-item__pr-layer-4-3 {
    left: -10px;
  }
  .product-item__pr-layer-4-4 {
    left: 520px;
  }
  .product-item__pr-layer-4-5 {
    left: 80px;
  }
  .product-item__pr-layer-4-6 {
    left: 590px;
  }
  .product-item__pr-layer-4-7 {
    left: 480px;
  }
  .product-item__pr-layer-4-9 {
    left: 530px;
  }
  .product-item__pr-layer-2-5 {
    left: 490px;
  }
  .product-item__pr-layer-2-7 {
    left: 60px;
  }
  .product-item__pr-layer-2-9 {
    left: 115px;
  }
  .product-item__pr-layer-2-6 {
    left: 485px;
  } 
}
@media screen and (max-width: 1360px) {
  .u24__text-sm {
    font-size: 16px;
  }
  .u24__text-lg {
    font-size: 29px;
  }
  .recipe-card__content {
    padding: 50px 5px;
  }
  .recipe-card__params {
    margin: 0 15px 22px;
  }
  .recipe-card__title {
    font-size: 28px;
  }
  .section-gifts-content_wrap {
    background-position: left bottom;
    -webkit-background-size: 120% 100%;
    background-size: 120% 100%;
  }
  .levels-item__text {
    font-size: 44px;
  }
  .img-el_1-1 {
    left: 180px;
  }
  .img-el_1-2 {
    left: 200px;
  }
  .img-el_1-3 {
    left: 0;
  }
  .img-el_2-3 {
    left: 220px;
  }
  .img-el_2-1 {
    left: 180px;
  }
  .img-el_3-1 {
    left: 0;
  }
  .img-el_3-2 {
    left: 180px;
  }
  .img-el_3-3 {
    left: 20px;
  }
  .img-el_4-1 {
    left: 200px;
  }
  .img-el_4-3 {
    left: 0;
  }
  .img-el_4-5 {
    left: 220px;
  }
  .product-item__pr-layer-2-5 {
    left: 530px;
  }
  .product-item__pr-layer-2-7 {
    left: 100px;
  }
  .product-item__pr-layer-2-9 {
    left: 155px;
  }
  .product-item__pr-layer-2-6 {
    left: 525px;
  } 
}
@media screen and (max-width: 1280px) {
  .u24__text-sm {
    font-size: 15px;
  }
  .u24__text-lg {
    font-size: 27px;
  }
  .product-card__title {
    font-size: 20px;
  }
  .product-card__description {
    line-height: 24px;
  }
  .contacts-info {
    padding: 62px 20px;
  }
  .contacts-info__icon {
    margin-right: 8px;
  }
  .contacts-info__col_tel,
  .contacts-info__col_website {
    width: 50%;
  }
  .recipe-card__title {
    font-size: 23px;
  }
  .product-item__img-oil {
    left: auto;
    right: 0;
  }
  .section-gifts-content_wrap {
    margin-top: -360px;
  }
  .rules-block__item-text-icon_A:before {
    width: 245px;
  }
  .rules-block__item-text-icon_E:before {
    width: 280px;
  }
  .rules-block__item-text-icon_D:before {
    width: 245px;
  }
  .bnr-block__col-left {
    width: 60%;
    -webkit-background-size: 640px 440px;
    background-size: 640px 440px;
  }
  .bnr-block__col-right {
    width: 360px;
    margin-left: 40px;
  }
  .levels-item__text {
    font-size: 40px;
  }
  .img-el_1-1 {
    left: 180px;
  }
  .img-el_1-3 {
    left: 0;
  }
  .img-el_1-2 {
    left: 190px;
  }
  .img-el_2-4 {
    left: 15px;
  }
  .img-el_2-3 {
    left: 185px;
  }
  .img-el_2-2 {
    left: 0;
  }
  .img-el_2-1 {
    left: 180px;
  }
  .img-el_3-2 {
    left: 160px;
  }
  .img-el_4-2 {
    left: 0;
  }
  .img-el_4-4 {
    left: 15px;
  }
  .img-el_4-5 {
    left: 180px;
  }
  .product-item__pr-layer-v {
    left: 220px;
  }
  .switcher-lang {
    right: -50px;
  }
  .product-item__pr-layer-4-3 {
    left: 140px;
  }
  .product-item__pr-layer-4-4 {
    left: 670px;
  }
  .product-item__pr-layer-4-5 {
    left: 230px;
  }
  .product-item__pr-layer-4-6 {
    left: 740px;
  }
  .product-item__pr-layer-4-7 {
    left: 620px;
  }
  .product-item__pr-layer-4-9 {
    left: 680px;
  }
  .product-item__pr-layer-2-5 {
    left: 660px;
  }
  .product-item__pr-layer-2-7 {
    left: 230px;
  }
  .product-item__pr-layer-2-9 {
    left: 285px;
  }
  .product-item__pr-layer-2-6 {
    left: 655px;
  }
  .product-item__pr-layer-2-3 {
    left: 800px;
  }
  .product-item__pr-layer-2-4 {
    left: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .u24__text-sm {
    font-size: 13px;
  }
  .u24__text-lg {
    font-size: 23.5px;
  }
  .product-item__pr-layer-4-3 {
    left: 130px;
  }
  .product-item__pr-layer-4-4 {
    left: 660px;
  }
  .product-item__pr-layer-4-5 {
    left: 220px;
  }
  .product-item__pr-layer-4-6 {
    left: 730px;
  }
  .product-item__pr-layer-4-7 {
    left: 610px;
  }
  .product-item__pr-layer-4-9 {
    left: 640px;
  }
  .product-item__pr-layer-2-5 {
    left: 660px;
  }
  .product-item__pr-layer-2-7 {
    left: 205px;
  }
  .product-item__pr-layer-2-9 {
    left: 260px;
  }
  .product-item__pr-layer-2-6 {
    left: 630px;
  }
  .product-item__pr-layer-2-3 {
    left: 780px;
  }
}
@media screen and (max-width: 1180px) {
  .w1100 .section-main-bnr__home-layer {
    max-height: 525px;
  }
  .product-item__title {
    font-size: 40px;
    letter-spacing: normal;
  }
  .section-gifts-head__image {
    margin-top: 0px;
  }
  .rules-block__wrap {
    padding: 46px 35px 0 60px;
  }
  .bnr-block__col-left {
    -webkit-background-size: 600px 440px;
    background-size: 600px 440px;
  }
  .bnr-block__title,
  .bnr-block__sub-title {
    padding-left: 60px;
  }
  .gifts-block__head {
    padding-left: 40px;
  }
  .gifts-block__levels-wrap {
    padding: 0 40px;
  }
  .levels-item__text {
    font-size: 38px;
  }
  .app-btns {
    right: 2.3%;
  }
  .app-btns__link:first-child {
    margin-right: 5px;
  }
  .product-item__pr-layer-v {
    left: 180px;
  }
  .product-item__pr-layer-4-3 {
    left: 110px;
  }
  .product-item__pr-layer-4-4 {
    left: 640px;
  }
  .product-item__pr-layer-4-5 {
    left: 200px;
  }
  .product-item__pr-layer-4-6 {
    left: 710px;
  }
  .product-item__pr-layer-4-7 {
    left: 590px;
  }
  .product-item__pr-layer-4-9 {
    left: 620px;
  }
  .product-item__pr-layer-2-5 {
    left: 610px;
  }
  .product-item__pr-layer-2-7 {
    left: 185px;
  }
  .product-item__pr-layer-2-9 {
    left: 240px;
  }
  .product-item__pr-layer-2-6 {
    left: 610px;
  }
  .product-item__pr-layer-2-3 {
    left: 760px;
  }
}
@media screen and (max-width: 1100px) {
  .u24__text-sm {
    font-size: 12px;
  }
  .u24__text-lg {
    font-size: 21.5px;
  }
  .site-header {
    padding: 0 22px;
  }
  .container {
    padding: 0 20px;
  }
  .section-app-bnr {
    margin-bottom: 5px;
  }
  .section-main-products {
    padding-bottom: 25px;
  }
  .products-card {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
    padding-left: 0;
    padding-right: 0;
  }
  .product-card {
    width: 100%;
    max-width: 100%;
  }
  .product-card__title {
    font-size: 28px;
  }
  .product-card__description {
    line-height: 30px;
  }
  .products-card .slick-prev {
    left: 35px;
  }
  .products-card .slick-next {
    right: 35px;
  }
  .product-card__description {
    max-width: 405px;
    padding: 0 5px;
    margin: 0 auto;
    text-align: center;
    height: 130px;
  }
  .product-card__content {
    padding: 41px 0;
  }
  .product-card__title {
    margin-bottom: 30px;
  }
  .recipe-card {
    width: 100%;
    max-width: 100%;
  }
  .recipe-card__image {
    height: 378px;
  }
  .recipe-card__content {
    height: 298px;
    padding: 40px 0 0;
  }
  .recipe-card__title {
    font-size: 31px;
  }
  .recipe-card__params {
    margin: 0 50px 22px;
  }
  .recipes-card .slick-prev {
    top: 245px;
    left: 35px;
  }
  .recipes-card .slick-next {
    top: 245px;
    right: 35px;
  }
  .section-main-recipes {
    padding-bottom: 15px;
  }
  .contacts-info__icon {
    margin-right: 25px;
  }
  .contacts-info__col_tel,
  .contacts-info__col_website {
    width: 58%;
  }
  .contacts-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contacts-info,
  .contacts-map {
    width: 100%;
    height: 410px;
  }
  .contacts-info {
    padding: 45px 60px 60px 75px;
  }
  .section-main-contacts {
    margin-bottom: 12px;
  }

  .section-recipes {
    margin-bottom: 0;
  }
  .section-recipes .recipes-card {
    margin: 0 -12px;
    margin-top: 20px;
  }
  .section-recipes .recipe-card {
    width: calc(50% - 24px);
    margin: 10px 12px 24px;
    border-radius: 30px;
  }
  .section-recipes .recipe-card__image {
    height: 240px;
  }
  .section-recipes .recipe-card__content {
    height: 260px;
    padding: 32px 0 0;
    width: 100%;
  }
  .section-recipes .recipe-card__params {
    margin: 0 15px 22px;
  }
  .section-recipes .recipe-card__title {
    font-size: 26px;
    line-height: 1;
    min-height: 52px;
    margin-bottom: 10px;
  }
  .section-recipes .recipe-card__param-ico {
    width: 34px;
    height: 34px;
  }
  .section-recipes .recipe-card__param-name {
    font-size: 14px;
    line-height: 27px;
    padding: 5px 0;
  }
  .recipe-card__more-btn.btn {
    max-width: 140px;
    padding: 5px;
  }
  .product-item__title {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 40px;
  }
  .product-item__img-oil {
    left: auto;
    right: -10px;
  }
  .product-item {
    height: 776px;
  }
  .section-products {
    margin-bottom: 55px;
  }
  .section-process .sect-title {
    margin-top: 35px;
    font-size: 30px;
    line-height: 1;
    max-width: 320px;
  }
  .section-process__wrap {
    margin-bottom: 5px;
  }
  .rules-block__wrap {
    padding: 46px 60px 0 60px;
  }
  .rules-block__col-left {
    width: 54%;
  }
  .rules-block__col-right {
    width: 46%;
  }
  .gifts-block__levels-wrap {
    padding: 0;
  }
  .img-el_1-1 {
    left: 570px;
    top: 270px;
  }
  .img-el_1-2 {
    left: 610px;
  }
  .img-el_1-3 {
    left: 300px;
  }
  .img-el_2-1 {
    left: 590px;
  }
  .img-el_2-2 {
    left: 330px;
  }
  .img-el_2-3 {
    left: 590px;
  }
  .img-el_2-4 {
    left: 350px;
  }
  .img-el_3-1 {
    top: 148px;
    left: 300px;
  }
  .img-el_3-2 {
    left: 590px;
    top: 80px;
  }
  .img-el_3-3 {
    left: 600px;
  }
  .img-el_4-1 {
    left: 600px;
  }
  .img-el_4-2 {
    left: 330px;
  }
  .img-el_4-3 {
    left: 320px;
    top: 300px;
  }
  .img-el_4-4 {
    left: 350px;
  }
  .img-el_4-5 {
    left: 600px;
  }

  .w480 .product-item__pr-layer-v {
    left: 220px;
  }
  .product-item__pr-layer-1-1 {
    top: -85px;
    left: -40px;
    max-width: 50px;
  }
  .product-item__pr-layer-1-2 {
    top: -328px;
    left: 790px;
    max-width: 65px;
  }
  .product-item__pr-layer-1-3 {
    top: 10px;
    left: 300px;
    max-width: 60px;
  }
  .product-item__pr-layer-1-4 {
    top: 305px;
    left: 620px;
    max-width: 50px;
  }
  .product-item__pr-layer-1-5 {
    top: 137px;
    left: 300px;
    max-width: 26px;
  }
  .product-item__pr-layer-1-6 {
    top: 45px;
    left: 580px;
    max-width: 120px;
  }
  .product-item__pr-layer-1-7 {
    top: 334px;
    left: 552px;
    max-width: 38px;
  }
  .product-item__pr-layer-2-1 {
    top: -300px;
    left: 830px;
    max-width: 35px;
  }
  .product-item__pr-layer-2-2 {
    top: -250px;
    left: -50px;
    max-width: 60px;
  }
  .product-item__pr-layer-2-3 {
    left: 720px;
    top: 350px;
    max-width: 60px;
  }
  .product-item__pr-layer-2-4 {
    left: 130px;
    max-width: 70px;
  }
  .product-item__pr-layer-2-5 {
    left: 600px;
    max-width: 120px;
  }
  .product-item__pr-layer-2-6 {
    left: 570px;
    max-width: 100px;
  }
  .product-item__pr-layer-2-7 {
    left: 245px;
    max-width: 85px;
  }
  .product-item__pr-layer-2-9 {
    left: 320px;
    top: 220px;
    max-width: 85px;
  }  
  .product-item__pr-layer-3-1 {
    top: 5px;
    left: 45px;
    max-width: 40px;
  }
  .product-item__pr-layer-3-2 {
    top: 285px;
    left: 600px;
    max-width: 145px;
  }
  .product-item__pr-layer-3-4 {
    top: -290px;
    left: 780px;
    max-width: 80px;
  }
  .product-item__pr-layer-3-5 {
    top: 30px;
    left: 580px;
    max-width: 125px;
  }
  .product-item__pr-layer-3-6 {
    top: 350px;
    left: 655px;
  }
  .product-item__pr-layer-3-7 {
    top: 125px;
    left: 160px;
    max-width: 60px;
  }
  .product-item__pr-layer-3-3 {
    top: 85px;
    left: 150px;
    max-width: 60px;
  }
  .product-item__pr-layer-4-1 {
    top: -50px;
    left: -40px;
    max-width: 65px;
  }
  .product-item__pr-layer-4-2 {
    top: -328px;
    left: 790px;
    max-width: 50px;
  }
  .product-item__pr-layer-4-3 {
    top: 10px;
    left: 300px;
    max-width: 40px;
  }
  .product-item__pr-layer-4-4 {
    top: 380px;
    left: 620px;
    max-width: 120px;
  }
  .product-item__pr-layer-4-5 {
    top: 137px;
    left: 250px;
    max-width: 100px;
  }
  .product-item__pr-layer-4-6 {
    top: 45px;
    left: 580px;
    max-width: 60px;
  }
  .product-item__pr-layer-4-7 {
    top: 334px;
    left: 560px;
    max-width: 85px;
  }
  .product-item__pr-layer-4-9 {
    left: 600px;
    max-width: 85px;
  }
  .section-products__wrap {
    border-radius: 30px;
  }
  .switcher-lang {
    right: 50px;
    top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .product-item__pr-layer-4-3 {
    left: 230px;
  }
  .product-item__pr-layer-4-5 {
    left: 220px;
  }
  .product-item__pr-layer-4-7 {
    top: 300px;
    left: 530px;
  }
  .product-item__pr-layer-4-9 {
    left: 550px;
  }
  .product-item__pr-layer-2-3 {
    left: 680px;
  }
  .product-item__pr-layer-2-5 {
    left: 580px;
  }
  .product-item__pr-layer-2-6 {
    left: 550px;
  }
  .product-item__pr-layer-2-7 {
    left: 225px;
  }
  .product-item__pr-layer-2-9 {
    left: 290px;
  }
}
@media screen and (max-width: 991px) {
  .u24 {
    -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }
  .u24__text, .u24__img-wrap {
    width: 100%;
  }
  .u24__text {
    padding: 33px 1% 28px;
    text-align: center;
  }
  .u24__text-sm {
    font-size: 16px;
    line-height: 1.2;
  }
  .u24__text-lg {
    font-size: 29px;
    margin: 0;
  }
  .w480 .section-gifts-head__image {
    margin-top: -100px;
  }
  .img-el_1-1 {
    left: 520px;
  }
  .img-el_1-2 {
    left: 560px;
  }
  .img-el_1-3 {
    left: 250px;
  }
  .img-el_2-1 {
    left: 540px;
  }
  .img-el_2-2 {
    left: 280px;
  }
  .img-el_2-3 {
    left: 540px;
  }
  .img-el_2-4 {
    left: 300px;
  }
  .img-el_3-1 {
    left: 250px;
  }
  .img-el_3-2 {
    left: 540px;
  }
  .img-el_3-3 {
    left: 550px;
  }
  .img-el_4-1 {
    left: 540px;
  }
  .img-el_4-2 {
    left: 250px;
  }
  .img-el_4-3 {
    left: 230px;
  }
  .img-el_4-4 {
    left: 300px;
  }
  .img-el_4-5 {
    left: 540px;
  }

  .w480 .product-item__pr-layer-v {
    left: 180px;
  }
  .product-item__pr-layer-1-2 {
    left: 690px;
  }
  .product-item__pr-layer-2-1 {
    left: 730px;
  }
  .product-item__pr-layer-2-3 {
    left: 680px;
  }
  .product-item__pr-layer-2-5 {
    left: 540px;
  }
  .product-item__pr-layer-2-6 {
    left: 550px;
  }
  .product-item__pr-layer-2-7 {
    left: 185px;
  }
  .product-item__pr-layer-2-9 {
    left: 250px;
  }
  .product-item__pr-layer-3-4 {
    left: 640px;
  }
  .product-item__pr-layer-4-2 {
    left: 650px;
  }
}
@media screen and (max-width: 900px) {
  .w480 .product-item__pr-layer-v {
    left: 150px;
  }
  .product-item__pr-layer-1-3 {
    left: 137px;
  }
  .product-item__pr-layer-1-5 {
    left: 123px;
  }
  .product-item__pr-layer-3-3 {
    left: 150px;
  }
  .product-item__pr-layer-3-7 {
    left: 160px;
  }
  .product-item__pr-layer-4-3 {
    left: 180px;
  }
  .product-item__pr-layer-4-4 {
    left: 560px;
  }
  .product-item__pr-layer-4-5 {
    left: 170px;
  }
  .product-item__pr-layer-4-6 {
    top: 0;
    left: 520px;
  }
  .product-item__pr-layer-4-7 {
    left: 480px;
  }
  .product-item__pr-layer-4-9 {
    top: 80px;
    left: 500px;
  }
  .product-item__pr-layer-2-1 {
    left: 700px;
  }
  .product-item__pr-layer-2-3 {
    left: 630px;
  }
  .product-item__pr-layer-2-4 {
    left: 50px;
  }
  .product-item__pr-layer-2-5 {
    left: 490px;
  }
  .product-item__pr-layer-2-6 {
    left: 500px;
  }
  .product-item__pr-layer-2-7 {
    left: 135px;
  }
  .product-item__pr-layer-2-9 {
    left: 200px;
    top: 200px;
  }
  .product-item__pr-layer-3-4 {
    left: 590px;
  }
  .product-item__pr-layer-4-2 {
    left: 600px;
  }
}
@media screen and (max-width: 850px) {
  .w480 .section-gifts-head__image {
    margin-top: -50px;
  }
  .w480 .section-gifts-content_wrap {
    margin-top: -150px;
  }
  .img-el_1-1 {
    left: 400px;
  }
  .img-el_1-2 {
    left: 460px;
  }
  .img-el_1-3 {
    left: 190px;
  }
  .img-el_2-1 {
    left: 440px;
  }
  .img-el_2-2 {
    left: 180px;
  }
  .img-el_2-3 {
    left: 440px;
  }
  .img-el_2-4 {
    left: 200px;
  }
  .img-el_3-1 {
    left: 125px;
  }
  .img-el_3-2 {
    left: 440px;
  }
  .img-el_3-3 {
    left: 450px;
  }
  .img-el_4-1 {
    left: 440px;
  }
  .img-el_4-2 {
    left: 190px;
  }
  .img-el_4-3 {
    top: 340px;
    left: 200px;
  }
  .img-el_4-4 {
    left: 200px;
  }
  .img-el_4-5 {
    left: 440px;
  }

  .w480 .product-item__pr-layer-v {
    left: 90px;
  }
  .product-item__pr-layer-1-1 {
    top: -85px;
    left: -40px;
  }
  .product-item__pr-layer-1-2 {
    top: -328px;
    left: 590px;
  }
  .product-item__pr-layer-1-3 {
    top: 10px;
    left: 137px;
  }
  .product-item__pr-layer-1-4 {
    top: 305px;
    left: 520px;
  }
  .product-item__pr-layer-1-5 {
    top: 137px;
    left: 123px;
  }
  .product-item__pr-layer-1-6 {
    top: 45px;
    left: 415px;
  }
  .product-item__pr-layer-1-7 {
    top: 334px;
    left: 452px;
  }
  .product-item__pr-layer-2-1 {
    top: -300px;
    left: 630px;
  }
  .product-item__pr-layer-2-2 {
    top: -250px;
    left: -50px;
  }
  .product-item__pr-layer-2-3 {
    left: 570px;
  }
  .product-item__pr-layer-2-4 {
    left: 0px;
  }
  .product-item__pr-layer-2-5 {
    left: 450px;
  }
  .product-item__pr-layer-2-6 {
    left: 460px;
  }
  .product-item__pr-layer-2-7 {
    left: 95px;
  }
  .product-item__pr-layer-2-9 {
    left: 160px;
  }
  .product-item__pr-layer-3-1 {
    top: 5px;
    left: 45px;
  }
  .product-item__pr-layer-3-2 {
    top: 285px;
    left: 445px;
  }
  .product-item__pr-layer-3-4 {
    top: -290px;
    left: 580px;
  }
  .product-item__pr-layer-3-5 {
    top: 30px;
    left: 415px;
  }
  .product-item__pr-layer-3-6 {
    top: 350px;
    left: 485px;
  }
  .product-item__pr-layer-3-7 {
    top: 125px;
    left: 160px;
  }
  .product-item__pr-layer-3-3 {
    top: 85px;
    left: 150px;
  }
  .product-item__pr-layer-4-1 {
    top: -30px;
    left: -40px;
  }
  .product-item__pr-layer-4-2 {
    top: -280px;
    left: 640px;
  }
  .product-item__pr-layer-4-3 {
    left: 140px;
  }
  .product-item__pr-layer-4-4 {
    left: 520px;
  }
  .product-item__pr-layer-4-5 {
    left: 170px;
  }
  .product-item__pr-layer-4-6 {
    left: 520px;
  }
  .product-item__pr-layer-4-7 {
    left: 480px;
  }
  .product-item__pr-layer-4-9 {    
    left: 440px;
  }
  .product-item__title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 800px) {
  .product-item__pr-layer-4-1 {
    top: -30px;
    left: -40px;
  }
  .product-item__pr-layer-4-2 {
    top: -280px;
    left: 600px;
  }
  .product-item__pr-layer-4-3 {
    left: 100px;
  }
  .product-item__pr-layer-4-4 {
    left: 480px;
  }
  .product-item__pr-layer-4-5 {
    left: 120px;
  }
  .product-item__pr-layer-4-6 {
    left: 480px;
  }
  .product-item__pr-layer-4-7 {
    left: 400px;
  }
  .product-item__pr-layer-4-9 {    
    left: 420px;
  }
  .product-item__pr-layer-2-3 {
    left: 550px;
  }
  .product-item__pr-layer-2-4 {
    left: 0px;
  }
  .product-item__pr-layer-2-5 {
    top: 45px;
    left: 430px;
  }
  .product-item__pr-layer-2-6 {
    left: 420px;
  }
  .product-item__pr-layer-2-7 {
    left: 90px;
    top: 80px;
  }
  .product-item__pr-layer-2-9 {
    left: 140px;
  }
}
@media screen and (max-width: 760px) {
  .section-recipes .recipe-card__title {
    font-size: 22px;
  }
  .w480 .section-gifts-head__image {
    margin-top: 0px;
  }
  .w480 .rules-block__title {
    max-width: 200px;
  }
  .w480 .rules-block__title,
  .w320 .rules-block__title {
    font-size: 60px;
    line-height: 60px;
    margin-top: 60px;
    margin-bottom: 130px;
  }
  .w480 .rules-block__description,
  .w320 .rules-block__description {
    font-size: 14px;
    line-height: 18px;
    padding-right: 15%;
  }
  .w480 .rules-block__description p,
  .w320 .rules-block__description p {
    margin-bottom: 20px;
  }
  .w480 .rules-block__item-text,
  .w320 .rules-block__item-text {
    font-size: 16px;
    line-height: 20px;
    padding-left: 35px;
    padding-top: 0;
    margin-top: -20px;
  }
  .w480 .rules-block__item-text-icon_A,
  .w320 .rules-block__item-text-icon_A,
  .w480 .rules-block__item-text-icon_E,
  .w320 .rules-block__item-text-icon_E,
  .w480 .rules-block__item-text-icon_D,
  .w320 .rules-block__item-text-icon_D {
    width: 200px;
  }
  .w480 .rules-block__item-text-icon_A:before,
  .w320 .rules-block__item-text-icon_A:before {
    width: 175px;
    left: -12px;
    top: -20px;
  }
  .w480 .rules-block__item-text-icon_E,
  .w320 .rules-block__item-text-icon_E {
    width: 200px;
    left: -10px;
  }
  .w480 .rules-block__item-text-icon_E:before,
  .w320 .rules-block__item-text-icon_E:before {
    width: 210px;
    left: -10px;
  }
  .w480 .rules-block__item-text_D,
  .w320 .rules-block__item-text_D {
    margin-top: -10px;
  }
  .w480 .rules-block__item-text-icon_D:before,
  .w320 .rules-block__item-text-icon_D:before {
    width: 175px;
    top: -20px;
    left: -12px;
  }
  .w480 .rules-block__item-image-wrap,
  .w320 .rules-block__item-image-wrap {
    width: 110px;
    min-width: 110px;
  }
  .w480 .bnr-block,
  .w320 .bnr-block {
    margin-top: -55px;
    margin-bottom: 10px;
  }
  .w480 .bnr-block__col-left {
    height: 422px;
  }
  .w480 .bnr-block__title,
  .w320 .bnr-block__title {
    font-size: 55px;
    line-height: 56px;
    margin-top: 135px;
    padding-left: 0px;
  }
  .w480 .bnr-block__sub-title,
  .w320 .bnr-block__sub-title {
    font-size: 25px;
    line-height: 26px;
    padding-left: 0px;
  }
  .w480 .bnr-block__sub-title-p:last-child,
  .w320 .bnr-block__sub-title-p:last-child {
    letter-spacing: 0.5px;
  }
  .w480 .bnr-block__col-right,
  .w320 .bnr-block__col-right {
    margin-top: -25px;
  }
  .w480 .gifts-block__head {
    height: 180px;
  }
  .w480 .gifts-block__description,
  .w320 .gifts-block__description {
    font-size: 14px;
    line-height: 18px;
    padding-left: 40px;
    padding-right: 20px;
  }
  .w480 .gifts-block__title,
  .w320 .gifts-block__title {
    font-size: 55px;
    line-height: 55px;
  }
  .w480 .levels-item__image,
  .w320 .levels-item__image {
    width: 50px;
  }
  .w480 .levels-item__text,
  .w320 .levels-item__text {
    font-size: 23px;
    line-height: 24px;
  }
  .w480 .levels-item__star,
  .w320 .levels-item__star {
    width: 25px;
  }
  .w480 .levels-item__gift {
    max-width: 140px;
  }
  .w480 .levels-item__gift_1 {
    padding-top: 0;
    padding-left: 22px;
  }
  .w480 .levels-item__gift_2 {
    padding-top: 10px;
    padding-left: 0;
  }
  .w480 .levels-item__gift_3 {
    padding-top: 5px;
    padding-left: 10px;
    max-width: 132px;
  }
  .w480 .levels:before {
    top: 152px;
    height: 4px;
  }

}
@media screen and (max-width: 740px) {
  .contacts-info {
    padding: 45px 30px 60px 30px;
  }
  .w480 .section-app-bnr__wrap .app-btns__link:first-child {
    margin-right: 25px;
  }
  .w480 .section-main-bnr__images {
    width: 90%;
  }
  .contacts-info__col_tel,
  .contacts-info__col_website {
    width: 50%;
  }
  .site-header .header-inn .head-menu li {
    margin-right: 15px;
  }
  .site-header .header-inn .head-menu li:last-child {
    margin-right: 0;
  }
  #head-menu-1 li:first-child {
    margin-left: 0;
  }

  .recipe-card-popup {
    border-radius: 35px;
  }
  .recipe-card-popup__image {
    width: 100%;
    min-width: 320px;
    max-width: 640px;
    height: 200px;
  }
  .recipe-card-popup__content {
    width: 100%;
    min-width: 320px;
    max-width: 640px;
    padding: 35px;
  }
  .recipe-card-popup__title {
    font-size: 30px;
    line-height: 1;
    text-align: center;
    margin-bottom: 38px;
  }
  .recipe-card-popup__params {
    margin-bottom: 28px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .recipe-card-popup__params .recipe-card__param-ico {
    width: 35px;
    height: 35px;
  }
  .recipe-card-popup__param-name {
    font-size: 12px;
    line-height: 28px;
    padding: 0;
  }
  .recipe-card-popup__slogan {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 36px;
    text-align: center;
  }
  .ingredients__table-title {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
  }
  .ingredients__table {
    margin-bottom: 46px;
  }
  .ingredients__table-row:after {
    font-size: 12px;
    line-height: 24px;
    top: -3px;
  }
  .ingredients__name,
  .ingredients__quantity {
    font-size: 12px;
    line-height: 24px;
  }
  .recipe-card-popup__cooking-process {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 40px;
    text-align: justify;
  }
  .recipe-card-popup__done-btn {
    width: 120px;
    max-width: 120px;
    margin-bottom: 38px;
  }
  .recipe-card-popup__bottom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .share_popup {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    -moz-box-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .share__link {
    display: inline-block;
    margin: 0 2px;
    width: 32px;
    height: 32px;
  }
  .share__text {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .fancybox-close {
    top: -17px;
    right: 12px;
    width: 47px;
    height: 47px;
    background-image: url(images/close-min.png);
  }
  .fancybox-skin {
    background: transparent;
    border-radius: 20px;
  }
  .product-item__description {
    line-height: 20px;
  }

  .w480 .product-item__pr-layer-v {
    left: 50px;
  }
  .product-item__pr-layer-1-1 {
    left: -10px;
  }
  .product-item__pr-layer-1-2 {
    left: 490px;
  }
  .product-item__pr-layer-1-4 {
    left: 400px;
  }
  .product-item__pr-layer-2-1 {
    left: 550px;
  }
  .product-item__pr-layer-2-3 {
    left: 490px;
  }
  .product-item__pr-layer-3-2 {
    left: 380px;
  }
  .product-item__pr-layer-3-4 {
    left: 480px;
  }
  .product-item__pr-layer-3-3 {
    left: 100px;
  }
  .product-item__pr-layer-3-6 {
    left: 400px;
  }
  .product-item__pr-layer-3-7 {
    left: 120px;
  }
  .product-item__pr-layer-3-5 {
    left: 320px;
  }
  .product-item__pr-layer-4-1 {
    left: -10px;
  }
  .product-item__pr-layer-4-2 {
    left: 490px;
  }
  .product-item__pr-layer-4-4 {
    left: 400px;
  }
}
@media screen and (max-width: 668px) {
  .slick-slide .product-item__content {
    padding: 0 35px;
  }
  .w480 .products .slick-prev {
    left: 70px;
  }
  .w480 .products .slick-next {
    right: 70px;
  }
  .product-item__title {
    font-size: 30px;
    line-height: 36px;
  }
  .w480 .product-item__img-oil {
    opacity: 0;
    -webkit-transition: max-height opacity 0.8s ease;
    -moz-transition: max-height opacity 0.8s ease;
    -o-transition: max-height opacity 0.8s ease;
    -ms-transition: max-height opacity 0.8s ease;
    transition: max-height opacity 0.8s ease;
  }
  .w480 .slick-current .product-item__img-oil {
    max-height: 80%;
    opacity: 1;
  }
  .img-el_1-1 {
    left: 340px;
  }
  .img-el_1-2 {
    left: 410px;
  }
  .img-el_1-3 {
    left: 140px;
  }
  .img-el_2-1 {
    left: 390px;
  }
  .img-el_2-2 {
    left: 130px;
  }
  .img-el_2-3 {
    left: 390px;
  }
  .img-el_2-4 {
    left: 150px;
  }
  .img-el_3-1 {
    left: 90px;
  }
  .img-el_3-2 {
    left: 360px;
  }
  .img-el_3-3 {
    left: 370px;
  }
  .img-el_4-1 {
    left: 390px;
  }
  .img-el_4-2 {
    left: 150px;
  }
  .img-el_4-3 {
    left: 130px;
  }
  .img-el_4-4 {
    left: 170px;
  }
  .img-el_4-5 {
    left: 380px;
  }
  .product-item__pr-layer-4-3 {
    left: 50px;
  }
  .product-item__pr-layer-4-4 {
    left: 430px;
  }
  .product-item__pr-layer-4-5 {
    left: 70px;
  }
  .product-item__pr-layer-4-6 {
    left: 430px;
  }
  .product-item__pr-layer-4-7 {
    left: 350px;
  }
  .product-item__pr-layer-4-9 {    
    left: 370px;
  }
  .product-item__pr-layer-2-3 {
    left: 460px;
  }
  .product-item__pr-layer-2-4 {
    left: 0px;
  }
  .product-item__pr-layer-2-5 {
    left: 400px;
  }
  .product-item__pr-layer-2-6 {
    left: 390px;
  }
  .product-item__pr-layer-2-7 {
    left: 60px;
  }
  .product-item__pr-layer-2-9 {
    left: 110px;
  }
}
@media screen and (max-width: 667px) {
  .w480 .section-app-bnr__wrap .app-btns__link:first-child {
    margin-right: 5px;
  }
  .footer-logo__ico {
    margin-right: 0;
  }
  .section-recipes .recipes-card {
    margin: 0 -12px;
    margin-top: 20px;
  }
  .section-recipes .recipe-card {
    width: calc(100% - 24px);
    margin: 10px 12px 24px;
    border-radius: 20px;
  }
  .section-recipes .recipe-card__title {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 610px) {
  .w480 .bnr-block__title,
  .w320 .bnr-block__title {
    margin-top: 115px;
  }
  .w480 .levels-item__text {
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-page-gifts .burger, body.error404 .burger {
    background-image: url(/content/themes/sdar/images/menu.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .w320 .section-gifts-head__image {
    margin-top: 0px;
  }
  .w320 .rules-block__title {
    font-size: 60px;
    line-height: 60px;
    margin-top: 0px;
    margin-bottom: 40px;
    max-width: 200px;
  }
  .w320 .rules-block__description {
    padding-right: 0;
  }
  .contacts-info {
    padding: 62px 20px;
  }
  .contacts-info__icon {
    margin-right: 8px;
  }
  .w480 .section-gifts-content_wrap,
  .w320 .section-gifts-content_wrap {
    margin-top: -150px;
  }
  .w480 .section-gifts-content_wrap,
  .w320 .section-gifts-content_wrap {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .w320 .section-gifts-content_wrap {
    margin-top: -125px;
    border-radius: 20px;
  }
  .w320 .rules-block__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .w320 .rules-block__col-left,
  .w320 .rules-block__col-right {
    width: 100%;
  }
  .w320 .bnr-block {
    margin-top: 0;
  }
  .w480 .bnr-block__col-right {
    margin: 0 auto;
    text-align: center;
  }
  .w320 .bnr-block__col-right {
    width: 222px;
    margin: 0 auto;
    text-align: center;
  }
  .w320 .bnr-block__app-block_app-store {
    width: 94px;
  }
  .w320 .bnr-block__app-block_google-play {
    width: 102px;
  }
  .w320 .bnr-block__qr-code {
    width: 94px;
    margin-bottom: 13px;
  }
  .w320 .bnr-block__link {
    margin-top: 0;
  }
  .w320 .bnr-block__app-store-btn {
    width: 94px;
  }
  .w320 .bnr-block__google-play-btn {
    width: 102px;
  }
  .w320 .gifts-block__title {
    width: 100%;
    max-width: 200px;
  }
  .w320 .gifts-block__description {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 15px;
  }
  .w320 .levels-item__text {
    font-size: 23px;
    line-height: 24px;
    padding: 0;
    width: 90px;
    max-width: 90px;
    letter-spacing: 0;
  }
  .w320 .levels-item__gift {
    max-width: 118px;
    margin-left: 30px;
  }
  .w320 .levels-item__gift_1 {
    padding-top: 0;
    padding-left: 10px;
  }
  .w320 .levels-item__gift_2 {
    padding-top: 0px;
    padding-left: 0;
  }
  .w320 .levels-item__gift_3 {
    padding-top: 0px;
    padding-left: 10px;
    max-width: 118px;
  }
  .w320 .levels:before {
    background-image: url(images/vitamin/scale-mobile.png);
    top: 22px;
    left: 155px;
    height: calc(100% - 50px);
    width: 4px;
  }
  .w320 .gifts-block__levels-wrap {
    padding-left: 15px;
  }
  .w320 .levels-item__star {
    width: 30px;
  }
  .w320 .product-item__image {
    min-height: 300px;
    height: 340px;
  }
  .w320 .product-item__image canvas {
    max-height: 715px;
  }
  .w320 .slick-current .product-item__image canvas {
    max-height: 715px;
  }

  .w320 .product-item__pr-layer-v {
    top: 155px;
    left: 15px;
  }
  .product-item__pr-layer-1-1 {
    max-width: 35px;
  }
  .product-item__pr-layer-1-2 {
    top: -390px;
    left: 240px;
    max-width: 45px;
  }
  .product-item__pr-layer-1-3 {
    top: -65px;
    left: 50px;
    max-width: 35px;
  }
  .product-item__pr-layer-1-4 {
    left: 250px;
    top: 170px;
    max-width: 30px;
  }
  .product-item__pr-layer-1-5 {
    top: 65px;
    left: 30px;
    max-width: 15px;
  }
  .product-item__pr-layer-1-6 {
    top: -10px;
    left: 190px;
    max-width: 70px;
  }
  .product-item__pr-layer-1-7 {
    top: 170px;
    left: 200px;
    max-width: 22px;
  }
  .product-item__pr-layer-2-1 {
    top: -390px;
    left: 270px;
    max-width: 25px;
  }
  .product-item__pr-layer-2-2 {
    top: -250px;
    left: -20px;
    max-width: 40px;
  }
  .product-item__pr-layer-2-3 {
    left: 400px;
    top: 240px;
    max-width: 45px;
  }
  .product-item__pr-layer-2-4 {
    left: 0px;
    max-width: 50px;
  }
  .product-item__pr-layer-2-5 {
    left: 400px;
    max-width: 70px;
  }
  .product-item__pr-layer-2-6 {
    top: 220px;
    left: 310px;
    max-width: 60px;
  }
  .product-item__pr-layer-2-7 {
    left: 60px;
    top: 40px;
    max-width: 60px;
  }
  .product-item__pr-layer-2-9 {
    top: 120px;
    left: 110px;
    max-width: 60px;
  }
  .product-item__pr-layer-3-1 {
    top: -10px;
    left: 0px;
    max-width: 30px;
  }
  .product-item__pr-layer-3-2 {
    top: 185px;
    left: 200px;
    max-width: 70px;
  }
  .product-item__pr-layer-3-4 {
    top: -390px;
    left: 250px;
    max-width: 50px;
  }
  .product-item__pr-layer-3-5 {
    top: 20px;
    left: 190px;
    max-width: 60px;
  }
  .product-item__pr-layer-3-7 {
    top: 55px;
    left: 50px;
    max-width: 30px;
  }
  .product-item__pr-layer-3-3 {
    top: 30px;
    left: 40px;
    max-width: 40px;
  }  
  .product-item__pr-layer-4-1 {
    max-width: 45px;
  }
  .product-item__pr-layer-4-2 {
    max-width: 45px;
  }
  .product-item__pr-layer-4-3 {
    max-width: 25px;
  }
  .product-item__pr-layer-4-4 {
    max-width: 70px;
  }
  .product-item__pr-layer-4-5 {
    max-width: 70px;
  }
  .product-item__pr-layer-4-6 {
    max-width: 40px;
  }
  .product-item__pr-layer-4-7 {
    max-width: 60px;
  }
  .product-item__pr-layer-4-9 {
    max-width: 60px;
  }
  .switcher-lang {
    right: 50px;
    top: 50px;
  }
}
@media screen and (max-width: 568px) {
  .switcher-lang {
    right: auto;
    top: 40px;
    left: auto;
  }
  .switcher-lang__btn {
    width: 42px;
  }
  .switcher-lang__icon-flag {
    width: 16px;
    height: 11px;
  }
  .switcher-lang__icon-down {
    width: 13px;
    height: auto;
  }
  .lang_menu li a {
    font-size: 10px;  
  }
  .lang_menu li img {
    width: 16px!important;
    height: 11px!important;
  }
  .main-navigation {
    display: none;
  }
  .header__burger {
    width: 34px;
    height: 34px;

    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    -moz-box-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .burger {
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;

    background-image: url(/content/themes/sdar/images/menu.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:not(.home) .burger {
    background-image: url(/content/themes/sdar/images/menu-purple.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  body.page-template-page-gifts .burger, body.error404 .burger {
    background-image: url(/content/themes/sdar/images/menu.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .site-header {
    margin-top: 0;
    padding: 0 34px;
  }
  .w320 .section-gifts-head__image {
    margin-top: -60px;
  }
  .site-header .header-inn {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .section-main-bnr__wrap {
    margin-top: 0;
    border-radius: 20px;
  }
  .section-main-bnr__images {
    position: absolute;
    top: 0;
    right: 0;
  }
  .header-logo__link {
    width: 44px;
  }
  .section-app-bnr {
    margin-bottom: 0;
  }
  .products-card {
    margin-top: 20px;
  }
  .product-card__image {
    height: 290px;
  }
  .img-oil {
    max-height: 300px;
    top: 10px;
  }
  .product-card__content {
    padding: 38px 0;
  }
  .product-card__title {
    font-size: 20px;
    margin-bottom: 27px;
    height: 40px;
  }
  .product-card__description {
    font-size: 14px;
    line-height: 24px;   
    height: 144px;
    max-width: 270px;    
  }
  .product-card.slick-slide {
    margin: 0px 14px 15px;
  }
  .products-card .slick-prev,
  .products-card .slick-next,
  .recipes-card .slick-prev,
  .recipes-card .slick-next {
    width: 45px;
    height: 45px;
  }
  .products-card .slick-prev:before,
  .recipes-card .slick-prev:before,
  .products-card .slick-next:before,
  .recipes-card .slick-next:before {
    width: 20px;
    height: 10px;
  }
  .products-card .slick-prev,
  .products-card .slick-next {
    top: 30%;
  }
  .recipes-card .slick-prev {
    top: 272px;
    left: 30px;
  }
  .recipes-card .slick-next {
    top: 272px;
    right: 30px;
  }
  .recipe-card__image {
    height: 273px;
  }
  .recipe-card__content {
    height: 258px;
    padding: 30px 0 0;
  }
  .section-recipes .recipe-card__content {
    display: inline-block;
    height: auto;
    min-height: 258px;
  }
  .recipe-card__params {
    margin: 0 15px 22px;
  }
  .recipe-card__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .recipe-card__param-ico {
    width: 40px;
    height: 40px;
  }
  .recipe-card__param-name {
    font-size: 14px;
    line-height: 27px;
    padding: 0 0 5px;
  }
  .btn {
    line-height: 29px;
    padding: 8px;
  }
  .recipe-card__more-btn.btn {
    margin-bottom: 35px;
  }
  .recipe-card-popup__done-btn {
    line-height: 28px;
    padding: 6px;
  }
  .sect-title {
    font-size: 30px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .recipe-card {
    margin: 0 14px 15px;
  }
  .section-main-contacts .sect-title {
    margin-bottom: 20px;
  }
  .contacts-info__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts-map {
    height: 311px;
  }
  .contacts-info__col {
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contacts-info {
    padding: 32px 30px 0;
    height: 100%;
  }
  .contacts-info__col,
  .contacts-info__col_tel,
  .contacts-info__col_website {
    width: 100%;
  }
  .contacts-info__text,
  .contacts-info__phone {
    font-size: 14px;
    line-height: 18px;
  }
  .contacts-info__icon {
    width: 44px;
    height: 44px;
  }
  .site-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-inn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .social-net {
    height: 32px;
    margin-bottom: 19px;
  }
  .social-net__ico_footer {
    width: 32px;
    height: 32px;
  }
  .footer-logo__ico {
    width: 108px;
  }
  .footer-copyright {
    font-size: 12.5px;
  }
  .contacts-info__icon-location {
    width: 22px;
  }
  .contacts-info__icon-fax {
    width: 35px;
  }
  .contacts-info__icon-website {
    width: 24px;
  }
  .contacts-info__col,
  .contacts-info__col_location,
  .contacts-info__col_fax {
    margin-bottom: 39px;
  }
  .contacts-info__col_tel {
    margin-bottom: 30px;
  }
  .contacts-info__icon {
    margin-right: 20px;
  }
  .section-recipes {
    margin-top: 0;
    padding-top: 77px;
    background-image: url(/content/themes/sdar/images/mobile-bg-lines.svg);
    background-position: right -45px;
    background-repeat: no-repeat;
    background-size: 220px auto;
  }
  .product-item__title {
    font-size: 30px;
    line-height: 36px;
  }
  .products {
    margin-top: 92px;
  }
  .slick-slide .product-item__content {
    padding: 0 30px;
  }
  .product-item__title {
    margin-bottom: 20px;
  }
  .product-item__description {
    font-size: 12px;
    line-height: 20px;
  }
  .product-item {
    height: 672px;
  }
  .product-item__content {
    height: 300px;
  }
  .product-item__image {
    padding: 0 16px;
  }

  .w320 .product-item__img-oil {
    top: -5px;
    left: calc(50% - 69px) !important;
    opacity: 0;
    max-height: 210px;
    -webkit-transition: max-height opacity 0.8s ease;
    -moz-transition: max-height opacity 0.8s ease;
    -o-transition: max-height opacity 0.8s ease;
    -ms-transition: max-height opacity 0.8s ease;
    transition: max-height opacity 0.8s ease;
  }
  .w320 .slick-current .product-item__img-oil {
    max-height: 125%;
    opacity: 1;
  }
  .section-process .sect-title {
    font-size: 18px;
    line-height: 1;
    max-width: 200px;
  }
  .w320 .section-products__wrap {
    margin-top: 0;
    border-radius: 20px;
  }
  .section-products {
    margin-bottom: 35px;
  }
  .section-process .sect-title {
    margin-top: 15px;
  }
  .w320 .rules-block__list {
    padding-top: 15px;
  }
  .w320 .rules-block__wrap {
    padding: 26px 27px 0 35px;
  }
  .w320 .rules-block__item-text {
    padding-left: 0;
  }
  .img-el_1-1 {
    top: 170px;
    left: 275px;
    width: 85px;
  }
  .img-el_1-2 {
    top: 45px;
    left: 320px;
    width: 25px;
  }
  .img-el_1-3 {
    top: 90px;
    left: 110px;
  }
  .img-el_2-1 {
    left: 295px;
    top: 55px;
    width: 80px;
  }
  .img-el_2-2 {
    left: 130px;
    top: 160px;
    width: 40px;
  }
  .img-el_2-3 {
    top: 200px;
    left: 330px;
    width: 40px;
  }
  .img-el_2-4 {
    left: 140px;
    width: 30px;
    top: 105px;
  }
  .img-el_3-1 {
    left: 110px;
    top: 60px;
  }
  .img-el_3-2 {
    left: 290px;
    width: 60px;
    top: 90px;
  }
  .img-el_3-3 {
    left: 145px;
    top: 235px;
  }
  .img-el_4-1 {
    width: 26px;
    top: 180px;
    left: 330px;
  }
  .img-el_4-2 {
    width: 40px;
    left: 130px;
    top: 40px;
  }
  .img-el_4-3 {
    left: 100px;
    top: 200px;
    width: 60px;
  }
  .img-el_4-4 {
    left: 150px;
    top: 60px;
    width: 14px;
  }
  .img-el_4-5 {
    left: 320px;
    top: 50px;
    width: 40px;
  }

  .w320 .products .slick-prev {
    top: 500px;
    left: 75px;
  }
  .w320 .products .slick-next {
    top: 500px;
    right: 75px;
  }
  .w320 .product-item__blob {
    height: 380px;
  }
  .w320 .product-item__pr-layer-v {
    top: 260px;
    left: 100px;
  }
  .product-item__pr-layer-1-2 {
    top: -300px;
    left: 420px;
    z-index: -1;
  }
  .product-item__pr-layer-1-4 {
    left: 340px;
    top: 190px;
  }
  .product-item__pr-layer-1-5 {
    top: 125px;
    left: 110px;
  }
  .product-item__pr-layer-1-6 {
    left: 320px;
  }
  .product-item__pr-layer-1-7 {
    left: 310px;
  }
  .product-item__pr-layer-2-1 {
    top: -300px;
    left: 400px;
  }
  .product-item__pr-layer-2-3 {
    left: 380px;
  }
  .product-item__pr-layer-2-4 {
    left: 0px;
  }
  .product-item__pr-layer-2-5 {
    left: 340px;
  }
  .product-item__pr-layer-2-6 {
    left: 290px;
  }
  .product-item__pr-layer-2-7 {
    left: 40px;
  }
  .product-item__pr-layer-2-9 {
    left: 90px;
  }
  .product-item__pr-layer-3-1 {
    left: 0px;
  }  
  .product-item__pr-layer-3-2 {
    left: 320px;
  }
  .product-item__pr-layer-3-4 {
    top: -300px;
    left: 430px;
  }
  .product-item__pr-layer-3-5 {
    left: 330px;
  }
  .product-item__pr-layer-3-6 {
    top: 250px;
    left: 340px;
  }
  .product-item__pr-layer-4-2 {
    top: -270px;
    left: 400px;
  }  
  .product-item__pr-layer-4-4 {
    top: 320px;
    left: 330px;
  }
  .product-item__pr-layer-4-5 {
    left: 70px;
    top: 100px;
  }
  .product-item__pr-layer-4-6 {
    left: 380px;
  }  
  .product-item__pr-layer-4-7 {
    top: 210px;
    left: 320px;
  }
  .product-item__pr-layer-4-9 {
    left: 350px;
    top: 50px;
  }
}
@media screen and (max-width: 480px) {
  .site-header .header-inn {
    padding: 0;
  }
  .home .container,
  .section-recipes .container,
  .section-products .container,
  .section-process .container {
    padding: 0;
  }
  .w320 .section-app-bnr .container,
  .w320 .section-gifts-content .container {
    padding: 0;
  }
  .site-header__wrap {
    padding: 22px 0 12px;
  }
  .recipe-card-popup__params {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-item__content {
    height: 320px;
  }
  .w320 .section-gifts-head__image {
    margin-top: -20px;
  }
  .w320 .section-gifts-content_wrap {
    margin-top: -60px;
  }
  .w320 .bnr-block__col-left {
    height: 290px;
  }
  .w320 .bnr-block__title {
    margin-top: 85px;
    margin-bottom: 15px;
  }
  .w320 .gifts-block__head {
    height: 207px;
    padding-left: 15px;
    margin-bottom: 0;
  }
  .w320 .gifts-block__description {
    padding-top: 30px;
  }
  .w320 .slick-current .product-item__img-oil {
    max-height: 140%;
  }
  .w320 .product-item__image {
    min-height: 200px;
    height: 292px;
  }
  .w320 .product-item__image canvas {
    max-height: 400px;
  }
  .w320 .slick-current .product-item__image canvas {
    max-height: 400px;
  }

  .w320 .product-item__blob {
    height: 380px;
  }
  .w320 .product-item__pr-layer-v {
    top: 220px;
    left: 60px;
  }
  .product-item__pr-layer-1-2 {
    top: -300px;
    left: 380px;
    z-index: -1;
  }
  .product-item__pr-layer-1-4 {
    left: 300px;
    top: 190px;
  }
  .product-item__pr-layer-1-5 {
    top: 125px;
    left: 110px;
  }
  .product-item__pr-layer-1-6 {
    left: 280px;
  }
  .product-item__pr-layer-1-7 {
    left: 290px;
  }
  .product-item__pr-layer-2-1 {
    top: -300px;
    left: 430px;
  }
  .product-item__pr-layer-2-3 {
    left: 360px;
    top: 200px;
  }
  .product-item__pr-layer-2-5 {
    left: 290px;
  }
  .product-item__pr-layer-2-6 {
    max-width: 60px;
  }
  .product-item__pr-layer-2-7 {
    left: 100px;
    max-width: 55px;
  }
  .product-item__pr-layer-2-9 {
    max-width: 55px;
  }
  .product-item__pr-layer-3-2 {
    left: 290px;
  }
  .product-item__pr-layer-3-4 {
    top: -300px;
    left: 320px;
  }
  .product-item__pr-layer-3-5 {
    left: 290px;
  }
  .product-item__pr-layer-3-6 {
    top: 250px;
    left: 300px;
  }
  .product-item__pr-layer-4-2 {
    top: -300px;
    left: 380px;
    z-index: -1;
  }
  .product-item__pr-layer-4-4 {
    left: 300px;
    top: 290px;
  }
  .product-item__pr-layer-4-5 {
    top: 105px;
    left: 100px;
    max-width: 65px;
  }
  .product-item__pr-layer-4-6 {
    left: 280px;
  }
  .product-item__pr-layer-4-7 {
    left: 290px;
    max-width: 55px;
  }
  .product-item__pr-layer-4-9 {
    left: 310px;
    top: 60px;
    max-width: 55px;
  }
  .section-products__wrap {
    margin-top: 0;
    border-radius: 20px;
  }
}
@media screen and (max-width: 440px) {
  .u24__text-sm {
    margin: 0 10px 10px;
  }
  .product-item__content {
    height: 350px;
  }
  .w320 .product-item__img-oil {
    left: calc(50% - 61px) !important;
  }
  .w320 .slick-current .product-item__img-oil {
    max-height: 125%;
  }
  .img-el_1-1 {
    top: 170px;
    left: 255px;
  }
  .img-el_1-2 {
    top: 45px;
    left: 300px;
  }
  .img-el_1-3 {
    top: 90px;
    left: 90px;
  }
  .img-el_2-1 {
    left: 265px;
    top: 55px;
  }
  .img-el_2-2 {
    left: 110px;
    top: 160px;
  }
  .img-el_2-3 {
    top: 200px;
    left: 300px;
  }
  .img-el_2-4 {
    left: 120px;
    top: 105px;
  }
  .img-el_3-1 {
    left: 90px;
    top: 60px;
  }
  .img-el_3-2 {
    left: 250px;
    top: 90px;
  }
  .img-el_3-3 {
    left: 115px;
    top: 235px;
  }
  .img-el_4-1 {
    left: 270px;
  }
  .img-el_4-2 {
    left: 90px;
  }
  .img-el_4-3 {
    width: 60px;
    left: 65px;
  }
  .img-el_4-4 {
    left: 115px;
  }
  .img-el_4-5 {
    left: 250px;
  }

  .w320 .products .slick-prev {
    top: 538px;
    left: 35px;
  }
  .w320 .products .slick-next {
    top: 538px;
    right: 35px;
  }
  .w320 .product-item__blob {
    height: 380px;
  }
  .w320 .product-item__pr-layer-v {
    top: 220px;
    left: 60px;
  }
  .product-item__pr-layer-1-2 {
    top: -340px;
    left: 365px;
  }
  .product-item__pr-layer-1-4 {
    left: 270px;
    top: 190px;
  }
  .product-item__pr-layer-1-5 {
    top: 125px;
    left: 80px;
  }
  .product-item__pr-layer-1-6 {
    left: 240px;
  }
  .product-item__pr-layer-1-7 {
    left: 265px;
  }
  .product-item__pr-layer-2-1 {
    top: -340px;
    left: 360px;
  }
  .product-item__pr-layer-2-3 {
    left: 330px;
    top: 230px;
  }
  .product-item__pr-layer-2-5 {
    left: 260px;
  }
  .product-item__pr-layer-2-6 {
    left: 260px;
    top: 190px;
  }
  .product-item__pr-layer-2-7 {
    left: 60px;
  }
  .product-item__pr-layer-2-9 {
    left: 70px;
  }
  .product-item__pr-layer-3-2 {
    left: 270px;
  }
  .product-item__pr-layer-3-4 {
    top: -340px;
    left: 300px;
  }
  .product-item__pr-layer-3-5 {
    left: 260px;
  }
  .product-item__pr-layer-4-2 {
    top: -340px;
    left: 320px;
  }
  .product-item__pr-layer-4-4 {
    left: 270px;
    top: 280px;
  }
  .product-item__pr-layer-4-5 {
    top: 115px;
    left: 65px;
  }
  .product-item__pr-layer-4-6 {
    left: 290px;
  }
  .product-item__pr-layer-4-7 {
    left: 265px;
    top: 160px;
  }
  .product-item__pr-layer-4-9 {
    left: 280px;
  }
}
@media screen and (max-width: 400px) {
  .product-item__content {
    height: 380px;
  }
  .img-el_1-1 {
    top: 170px;
    left: 225px;
  }
  .img-el_1-2 {
    top: 45px;
    left: 270px;
  }
  .img-el_1-3 {
    top: 90px;
    left: 60px;
  }
  .img-el_2-1 {
    left: 235px;
    top: 55px;
  }
  .img-el_2-2 {
    left: 80px;
    top: 160px;
  }
  .img-el_2-3 {
    top: 200px;
    left: 270px;
  }
  .img-el_2-4 {
    left: 90px;
    top: 105px;
  }
  .img-el_3-1 {
    left: 60px;
    top: 60px;
  }
  .img-el_3-2 {
    left: 220px;
    top: 90px;
  }
  .img-el_3-3 {
    left: 85px;
    top: 235px;
  }
  .img-el_4-1 {
    top: 180px;
    left: 250px;
  }
  .img-el_4-2 {
    left: 60px;
  }
  .img-el_4-3 {   
    left: 45px;
    top: 210px;
  }
  .img-el_4-4 {
    left: 80px;
  }
  .img-el_4-5 {
    left: 250px;
  }
  .w320 .product-item__blob {
    height: 340px;
  }
  .w320 .product-item__pr-layer-v {
    top: 185px;
    left: 50px;
  }
  .product-item__pr-layer-1-2 {
    top: -370px;
    left: 260px;
  }
  .product-item__pr-layer-1-6 {
    left: 210px;
  }
  .product-item__pr-layer-1-7 {
    left: 220px;
  }
  .product-item__pr-layer-2-1 {
    top: -370px;
    left: 290px;
  }
  .product-item__pr-layer-2-3 {
    left: 300px;
    top: 220px;
  }
  .product-item__pr-layer-2-4 {
    top: 0;
  }
  .product-item__pr-layer-3-2 {
    left: 230px;
  }
  .product-item__pr-layer-3-4 {
    top: -370px;
    left: 270px;
  }
  .product-item__pr-layer-3-5 {
    left: 210px;
  }
  .product-item__pr-layer-3-6 {
    top: 210px;
    left: 255px;
    max-width: 20px;
  }
  .product-item__pr-layer-4-2 {
    top: -370px;
    left: 260px;
  }
  .product-item__pr-layer-4-4 {
    left: 270px;
    top: 240px;
  }
  .product-item__pr-layer-4-5 {
    top: 80px;
    left: 50px;    
  }
  .product-item__pr-layer-4-7 {
    left: 235px;
    top: 160px;
  }
  .product-item__pr-layer-4-9 {
    left: 255px;
  }
}
@media screen and (max-width: 370px) {
  .product-item__content {
    height: 410px;
  }
  .w320 .levels-item__gift {
    margin-left: 0;
  }
  .w320 .product-item__img-oil {
    left: calc(50% - 50px) !important;
  }
  .w320 .slick-current .product-item__img-oil {
    max-height: 100%;
  }

  .w320 .product-item__pr-layer-v {
    left: 35px;
  }
  .product-item__pr-layer-1-2 {
    left: 260px;
  }
  .product-item__pr-layer-1-6 {
    left: 210px;
  }
  .product-item__pr-layer-1-7 {
    left: 220px;
  }
  .product-item__pr-layer-2-1 {
    left: 290px;
  }
  .product-item__pr-layer-2-3 {
    left: 280px;
    top: 190px;
    max-width: 40px;
  }
  .product-item__pr-layer-2-7 {
    left: 40px;
  }
  .product-item__pr-layer-2-9 {
    left: 60px;
    top: 110px;
  }
  .product-item__pr-layer-2-6 {
    left: 210px;
    top: 150px;
  }
  .product-item__pr-layer-2-3 {
    left: 280px;
  }
  .product-item__pr-layer-3-2 {
    left: 230px;
  }
  .product-item__pr-layer-3-4 {
    left: 270px;
  }
  .product-item__pr-layer-3-5 {
    left: 210px;
  }
  .product-item__pr-layer-4-2 {
    top: -400px;
    left: 260px;
  }
  .product-item__pr-layer-4-3 {
    left: 0px;
    top: 40px;
  }
  .product-item__pr-layer-4-4 {
    left: 240px;
    top: 210px;
  }
  .product-item__pr-layer-4-5 {
    top: 60px;
    left: 40px;    
  }
  .product-item__pr-layer-4-6 {
    left: 240px;
  }
  .product-item__pr-layer-4-7 {
    left: 205px;
    top: 125px;
  }
  .product-item__pr-layer-4-9 {
    left: 210px;
    top: 40px;
  }
}
@media screen and (max-width: 340px) {
  .u24__text-sm {
    font-size: 15px;
  }
  .u24__text-lg {
    font-size: 24px;
  }
  .product-item__content {
    height: 430px;
  }
  .w320 .levels:before {
    left: 133px;
  }
  .w320 .slick-current .product-item__img-oil {
    max-height: 100%;
  }
  .img-el_1-1 {
    top: 170px;
    left: 160px;
  }
  .img-el_1-2 {
    top: 45px;
    left: 220px;
  }
  .img-el_1-3 {
    top: 90px;
    left: 30px;
  }
  .img-el_2-1 {
    left: 200px;
    top: 55px;
  }
  .img-el_2-2 {
    left: 70px;
    top: 160px;
  }
  .img-el_2-3 {
    top: 200px;
    left: 240px;
  }
  .img-el_2-4 {
    left: 80px;
    top: 105px;
  }
  .img-el_3-1 {
    left: 10px;
    top: 60px;
  }
  .img-el_3-2 {
    left: 190px;
    top: 90px;
  }
  .img-el_3-3 {
    left: 70px;
    top: 235px;
  }
  .img-el_4-1 {
    left: 200px;
  }
  .img-el_4-2 {
    left: 50px;
  }
  .img-el_4-3 {   
    left: 25px;
  }
  .img-el_4-4 {
    left: 60px;
  }
  .img-el_4-5 {
    left: 190px;
  }

  .w320 .product-item__pr-layer-v {
    top: 155px;
    left: 15px;
  }
  .product-item__pr-layer-1-2 {
    top: -390px;
    left: 240px;
  }
  .product-item__pr-layer-1-3 {
    top: -65px;
    left: 50px;
  }
  .product-item__pr-layer-1-4 {
    left: 250px;
    top: 170px;
  }
  .product-item__pr-layer-1-5 {
    top: 65px;
    left: 30px;
  }
  .product-item__pr-layer-1-6 {
    top: -10px;
    left: 190px;
  }
  .product-item__pr-layer-1-7 {
    top: 170px;
    left: 200px;
  }
  .product-item__pr-layer-2-1 {
    top: -390px;
    left: 270px;
  }
  .product-item__pr-layer-2-2 {
    top: -250px;
    left: -20px;
  }
  .product-item__pr-layer-2-3 {
    left: 250px;
    top:  180px;
  }
  .product-item__pr-layer-2-5 {
    left: 200px;
    top: 10px;
  }
  .product-item__pr-layer-2-7 {
    left: 40px;
    top: 20px;
  }
  .product-item__pr-layer-2-9 {
    left: 50px;
    top: 100px;
  }
  .product-item__pr-layer-3-1 {
    top: -10px;
    left: 0px;
  }
  .product-item__pr-layer-3-2 {
    top: 185px;
    left: 200px;
  }
  .product-item__pr-layer-3-4 {
    top: -390px;
    left: 250px;
  }
  .product-item__pr-layer-3-5 {
    top: 20px;
    left: 190px;
  }
  .product-item__pr-layer-3-7 {
    top: 55px;
    left: 50px;
  }
  .product-item__pr-layer-3-3 {
    top: 30px;
    left: 40px;
  }
  .product-item__pr-layer-4-2 {
    top: -420px;
    left: 240px;
  }
  .product-item__pr-layer-4-4 {
    left: 220px;
    top: 190px;
  }
  .product-item__pr-layer-4-5 {
    top: 30px;
    left: 25px;
  }
  .product-item__pr-layer-4-7 {
    left: 185px;
    top: 125px;
  }
  .product-item__pr-layer-4-9 {
    left: 210px;
    top: 30px;
  }
}

.section-process__wrap .tablet_process_img,
 .section-process__wrap .mobile_process_img
{
  display: none;
}
.page-id-199.w480 .section-process__wrap .tablet_process_img,
.page-id-199.w320 .section-process__wrap .mobile_process_img

{
  display: block;
  margin: 0 auto;
}
.page-id-199.w480 .section-process__wrap::before,
.page-id-199.w320 .section-process__wrap::before

{
  display: none;
}
.page-id-199.w480 .section-process__wrap .main-svg-wrapper,
.page-id-199.w320 .section-process__wrap .main-svg-wrapper

{
  display: none;
}
.page-id-199.w480 .section-process .sect-title,
.page-id-199.w320 .section-process .sect-title {

  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 25px auto;
}

.main-404 {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 33px;
  padding-left: 33px;
}
.w-button{
  padding:9px 15px;
  display: inline-block;
}
.bg-404 {
  width: 100%;
  min-height: auto;
  margin-top: 181px;
  padding-bottom: 40px;
  border-radius: 40px;
  background-color: #783ecf;
  background-image: url("images/60afacf24f6987deaf796b98_r.png"), url("images/60afacd0893eb1d7bd3d6144_l.png"), url("images/60afab020d611d0440aeaac9_sh-n.png"), url("images/60afaa9888674ed31cbf0b06_sp.png");
  background-position: 100% 130px, 0px 0px, 50% 100%, 50% 100%;
  background-size: auto, auto 380px, 101%, auto 85%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.sub-text {
  margin-top: 40px;
  font-family: "Happy Fox Condensed";
  color: #cfabff;
  font-size: 88px;
  line-height: 100px;
  text-align: center;
}

.bl {
  display: inline-block;
  width: 100%;
}

.h-404 {
  margin: 0; 
  margin-top: 0px;
  font-family: "Intro Inline";
  color: #cfabff;
  font-size: 352px;
  line-height: 350px;
  font-weight: 400;
  text-align: center;
}

.img-404 {
  height: 500px;
  margin-top: -249px;
  margin-left: 23%;
}

.text-404 {
  margin-top: -70px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.bl-c-404 {
  text-align: center;
}

.button-404 {
  min-height: 15px;
  min-width: 240px;
  margin-top: 20px;
  border-radius: 100px;
  background-color: #ffe651;
  font-family: Roboto, sans-serif;
  color: #783ecf;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .main-404 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .bg-404 {
    min-height: auto;
    padding-bottom: 20px;
    background-size: 170px, 240px, 101%, auto 90%;
  }

  .sub-text {
    font-size: 73px;
    line-height: 70px;
  }

  .h-404 {
    font-size: 324px;
  }

  .img-404 {
    height: 461px;
    margin-left: 5%;
  }

  .text-404 {
    font-size: 20px;
  }

  .button-404 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .main-404 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bg-404 {
    background-image: url("images/60afb66ecd51582dab0bb902_Shape20520copy207.png"), url("images/60afacd0893eb1d7bd3d6144_l.png"), url("images/60afab020d611d0440aeaac9_sh-n.png"), url("images/60afaa9888674ed31cbf0b06_sp.png");
    background-position: 91% 10%, 0px 0px, 50% 100%, 50% 100%;
    background-size: auto, 240px, 101%, auto 90%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  }

  .sub-text {
    font-size: 66px;
    line-height: 60px;
  }

  .h-404 {
    font-size: 178px;
    line-height: 200px;
  }

  .img-404 {
    width: 100%;
    height: auto;
    margin-top: -111px;
    margin-left: 0%;
  }

  .text-404 {
    font-size: 14px;
  }

  .button-404 {
    min-height: 23px;
    min-width: 195px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .w320 .bg-404 {
    margin-top: 0;
  }
}
@media screen and (max-width: 479px) {
  .bg-404 {
    background-image: url("images/60afb66ecd51582dab0bb902_Shape20520copy207.png"), url("images/60afacd0893eb1d7bd3d6144_l.png"), url("images/60afab020d611d0440aeaac9_sh-n.png"), url("images/60afaa9888674ed31cbf0b06_sp.png");
    background-position: 91% 10%, 0px 0px, 50% 100%, 50% 100%;
    background-size: auto, 130px, 101%, auto 90%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  }

  .h-404 {
    font-size: 170px;
  }
}