

/* Start:/local/templates/molys/libs/slick-1.8.1/slick.css?17561999591895*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/molys/libs/slick-1.8.1/slick-theme.css?17561999593353*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /*background: #fff url('/local/templates/molys/libs/slick-1.8.1/./ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/molys/libs/slick-1.8.1/./fonts/slick.eot');
    src: url('/local/templates/molys/libs/slick-1.8.1/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/molys/libs/slick-1.8.1/./fonts/slick.woff') format('woff'), url('/local/templates/molys/libs/slick-1.8.1/./fonts/slick.ttf') format('truetype'), url('/local/templates/molys/libs/slick-1.8.1/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/molys/libs/magnific-popup/dist/magnific-popup.css?17561999596951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/molys/css/style.css?1756199959311494*/
@charset "UTF-8";
/*=== Helpers ====*/
/* Breakpoints */
/* Fonts generator */
/* Clearfix */
/* default transition */
/* Available hide pattern: visually-hidden */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
%p {
	font-size: 18px;
	line-height: 1.78;

	@include mq('tablet') {
		font-size: 16px;
		line-height: 24px;
	}
}
*/
/* FRONT fonts */
@font-face {
  font-display: swap;
  font-family: "VelaSans-ExtraLight";
  font-style: normal;
  font-weight: 200;
  src: url("/local/templates/molys/css/../assets/fonts/VelaSans/VelaSans-ExtraLight.woff2") format("woff2"), url("/local/templates/molys/css/../assets/fonts/VelaSans/VelaSans-ExtraLight.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "VelaSans-GXExtraLight";
  font-style: normal;
  font-weight: 200;
  src: url("/local/templates/molys/css/../assets/fonts/VelaSans/VelaSans-GXExtraLight.woff2") format("woff2"), url("/local/templates/molys/css/../assets/fonts/VelaSans/VelaSans-GXExtraLight.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "VelaSans-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/local/templates/molys/css/../assets/fonts/VelaSans/VelaSans-Light.woff2") format("woff2"), url("/local/templates/molys/css/../assets/fonts/VelaSans/VelaSans-Light.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "VelaSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/molys/css/../assets/fonts/VelaSans/VelaSans-Regular.woff2") format("woff2"), url("/local/templates/molys/css/../assets/fonts/VelaSans/VelaSans-Regular.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "VelaSans-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/molys/css/../assets/fonts/VelaSans/VelaSans-Medium.woff2") format("woff2"), url("/local/templates/molys/css/../assets/fonts/VelaSans/VelaSans-Medium.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "VelaSans-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/molys/css/../assets/fonts/VelaSans/VelaSans-SemiBold.woff2") format("woff2"), url("/local/templates/molys/css/../assets/fonts/VelaSans/VelaSans-SemiBold.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "VelaSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/molys/css/../assets/fonts/VelaSans/VelaSans-Bold.woff2") format("woff2"), url("/local/templates/molys/css/../assets/fonts/VelaSans/VelaSans-Bold.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "VelaSans-ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url("/local/templates/molys/css/../assets/fonts/VelaSans/VelaSans-ExtraBold.woff2") format("woff2"), url("/local/templates/molys/css/../assets/fonts/VelaSans/VelaSans-ExtraBold.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "Alethia-Pro";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/molys/css/../assets/fonts/AlethiaPro/AlethiaProRegular.woff2") format("woff2"), url("/local/templates/molys/css/../assets/fonts/AlethiaPro/AlethiaProRegular.woff") format("woff"); }

/* BACK EBD fonts */
/*
@include font-face('VelaSans-ExtraLight', '../assets/fonts/VelaSans/VelaSans-ExtraLight', 200);
@include font-face('VelaSans-GXExtraLight', '../assets/fonts/VelaSans/VelaSans-GXExtraLight', 200);
@include font-face('VelaSans-Light', '../assets/fonts/VelaSans/VelaSans-Light', 300);
@include font-face('VelaSans-Regular', '../assets/fonts/VelaSans/VelaSans-Regular', 400);
@include font-face('VelaSans-Medium', '../assets/fonts/VelaSans/VelaSans-Medium', 500);
@include font-face('VelaSans-SemiBold', '../assets/fonts/VelaSans/VelaSans-SemiBold', 600);
@include font-face('VelaSans-Bold', '../assets/fonts/VelaSans/VelaSans-Bold', 700);
@include font-face('VelaSans-ExtraBold', '../assets/fonts/VelaSans/VelaSans-ExtraBold', 800);

@include font-face('Alethia-Pro', '../assets/fonts/AlethiaPro/AlethiaProRegular', 400);
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

.hidden {
  display: none !important; }

.nowrap {
  white-space: nowrap; }

@media only screen and (min-width: 1200px) {
  .hide-desk-desktop-tiny {
    display: none !important; } }

@media only screen and (max-width: 1199px) {
  .hide-desktop-tiny {
    display: none !important; } }

@media only screen and (min-width: 1024px) {
  .hide-desk-tablet {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .hide-desk-phone {
    display: none !important; } }

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

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

@media only screen and (min-width: 577px) {
  .hide-desk-phone-small {
    display: none !important; } }

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

/*=== UI-kit ====*/
/*=== All ====*/
/*
@font-face {
	font-family: "Alethia-Pro";
	src:

		url("/local/templates/molys/css/../assets/fonts/AlethiaPro/AlethiaProRegular.ttf") format("opentype"),
		url("/local/templates/molys/css/../assets/fonts/AlethiaPro/AlethiaProRegular.woff") format("woff"),
		url("/local/templates/molys/css/../assets/fonts/AlethiaPro/AlethiaProRegular.woff2") format("woff");
}
*.
/*
@font-face {
	font-family: "Alethia-Pro";
	src: 
		url('/local/templates/molys/css/../assets/fonts/AlethiaPro/AlethiaProRegular.woff2') format('woff2'),
		url('/local/templates/molys/css/../assets/fonts/AlethiaPro/AlethiaProRegular.woff') format('woff');
}
*/
html {
  height: unset;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-size-adjust: 100%;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

body {
  min-height: 100%;
  padding-right: 0 !important;
  width: 100%;
  color: #212121;
  font-family: "VelaSans-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  background: #FFFFFF; }
  @media only screen and (max-width: 1199px) {
    body {
      font-size: 16px;
      line-height: 140%; } }

.header,
.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.page-wrapper {
  position: relative;
  width: 100%; }

[type='search']::-ms-clear,
[type='text']::-ms-clear,
[type='passowrd']::-ms-clear,
[type='tel']::-ms-clear {
  display: none; }

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  body *:after, body *:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

img {
  max-width: 100%;
  vertical-align: middle; }

video {
  height: 100%;
  max-width: 100%;
  -o-object-fit: inherit;
     object-fit: inherit; }

.icon {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  display: inline-block;
  fill: currentColor; }

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  outline: none;
  padding: 0;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  button:disabled, button[disabled='disabled'] {
    cursor: default;
    opacity: 0.5; }

textarea:focus,
input:focus {
  outline: none; }

ol,
ul {
  background: transparent;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

.video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%; }
  .video-container--card {
    height: 56.25%;
    left: 0;
    padding-bottom: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.video-item {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
  z-index: -1; }

.v-lazy-image,
.swiper-lazy {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  will-change: opacity; }

.v-lazy-image-loaded,
.swiper-lazy-loaded {
  opacity: 1; }

@media only screen and (max-width: 1023px) {
  .no-scroll {
    position: relative;
    overflow: hidden; } }

@media only screen and (max-width: 1023px) {
  .no-scroll header {
    -webkit-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
            transform: translateY(-60px); } }

.dropdown-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #f4f4f480;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); }

.tabs-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px; }
  @media only screen and (max-width: 1439px) {
    .tabs-top {
      margin: 0 -20px;
      margin-bottom: 35px; } }

.tabs-nav {
  overflow: hidden;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 1199px) {
    .tabs-nav {
      font-size: 18px; } }
  .tabs-nav li {
    display: block;
    float: left;
    padding: 0;
    list-style: none; }
  .tabs-nav a {
    display: block; }

.tabs-item:not(.--active) {
  display: none;
  height: 0px;
  overflow: hidden; }

.tabs-slider .tabs-item:not(.--active) {
  display: block;
  height: 0px;
  overflow: hidden; }

.tabs-number .tabs-top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 44px; }
  @media only screen and (max-width: 1023px) {
    .tabs-number .tabs-top {
      margin-bottom: 36px; } }

.tabs-number .tabs-nav {
  height: 70px;
  font-weight: 100; }

.tabs-number .list-tab {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px; }
  .tabs-number .list-tab li {
    font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .tabs-number .list-tab li a::after {
      display: none; }

.tabs-number .list-tab__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #212121;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .tabs-number .list-tab__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%; }
  .tabs-number .list-tab__item::after {
    display: none; }
  .tabs-number .list-tab__item.--active {
    width: 70px;
    height: 70px;
    font-size: 24px;
    background: #212121; }
    .tabs-number .list-tab__item.--active a {
      color: #FFFFFF; }

.block-loading {
  pointer-events: none;
  position: relative; }
  .block-loading:before {
    background-color: rgba(255, 255, 255, 0.75);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    bottom: -1px;
    content: '';
    display: block;
    left: -1px;
    opacity: 0.8;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 101; }
  .block-loading-0:before {
    background-size: 5%; }
  .block-loading-5:before {
    background-size: 10%; }
  .block-loading-10:before {
    background-size: 15%; }
  .block-loading-15:before {
    background-size: 20%; }
  .block-loading-20:before {
    background-size: 25%; }
  .block-loading-25:before {
    background-size: 30%; }
  .block-loading-30:before {
    background-size: 35%; }
  .block-loading-35:before {
    background-size: 40%; }
  .block-loading-40:before {
    background-size: 45%; }
  .block-loading-45:before {
    background-size: 50%; }
  .block-loading-50:before {
    background-size: 55%; }
  .block-loading-55:before {
    background-size: 60%; }
  .block-loading-60:before {
    background-size: 65%; }
  .block-loading-65:before {
    background-size: 70%; }
  .block-loading-70:before {
    background-size: 75%; }
  .block-loading-75:before {
    background-size: 80%; }
  .block-loading-80:before {
    background-size: 85%; }
  .block-loading-85:before {
    background-size: 90%; }
  .block-loading-90:before {
    background-size: 95%; }
  .block-loading-95:before {
    background-size: 100%; }
  .block-loading-100:before {
    background-size: 105%; }

.show-item__item:nth-child(n + 4) {
  display: none; }

.show-item__item.is-visible {
  display: block; }

.show-item__button .hide {
  display: none; }

table {
  border-collapse: collapse; }
  @media only screen and (max-width: 1023px) {
    table {
      margin-top: 10px; } }
  table th {
    padding: 18px;
    padding-left: 0;
    font-size: 16px;
    line-height: 115%;
    color: #A5ACB6;
    font-weight: normal;
    text-align: start;
    border-bottom: 1px solid #D9DEE7; }
    @media only screen and (max-width: 1023px) {
      table th {
        padding: 10px;
        padding-left: 0;
        font-size: 14px; } }
  table td {
    width: 50%;
    padding: 16px;
    padding-left: 0;
    font-size: 16px;
    vertical-align: top;
    border-bottom: 1px solid #D9DEE7; }
    @media only screen and (max-width: 1023px) {
      table td {
        padding: 10px;
        padding-left: 0;
        font-size: 14px; } }

/*
* {
	border: 1px solid red;
}
*/
h1,
.h1 {
  font-size: 48px;
  font-weight: normal;
  line-height: 100%;
  margin: 0;
  font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.05em; }
  @media only screen and (max-width: 1199px) {
    h1,
    .h1 {
      font-size: 32px;
      line-height: 110%; } }

h2,
.h2 {
  font-size: 40px;
  line-height: 100%;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: center;
  letter-spacing: -0.05em; }
  @media only screen and (max-width: 1199px) {
    h2,
    .h2 {
      font-size: 28px; } }

h3,
.h3 {
  font-size: 44px;
  font-weight: 300;
  line-height: 60px;
  font-weight: normal; }
  @media only screen and (max-width: 1919px) {
    h3,
    .h3 {
      font-size: 36px;
      line-height: 56px; } }
  @media only screen and (max-width: 1199px) {
    h3,
    .h3 {
      font-size: 30px;
      line-height: 40px; } }
  @media only screen and (max-width: 1023px) {
    h3,
    .h3 {
      font-size: 22px;
      line-height: 28px; } }
  @media only screen and (max-width: 767px) {
    h3,
    .h3 {
      font-size: 20px;
      font-weight: 400;
      line-height: 24px; } }

h4,
.h4 {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  margin: 0; }

h5,
.h5 {
  margin: 0;
  font-size: 24px;
  line-height: 115%;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: -0.05em; }
  @media only screen and (max-width: 1199px) {
    h5,
    .h5 {
      font-size: 18px;
      line-height: 110%; } }

h6,
.h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0; }

p {
  font-size: 18px;
  line-height: 140%; }
  @media only screen and (max-width: 1199px) {
    p {
      font-size: 16px; } }

.desc {
  font-size: 16px;
  line-height: 28px; }

.th {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px; }

.td {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px; }

a,
.link {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

a[href^='tel:'],
a[href^='mailto:'] {
  white-space: nowrap; }

img,
picture {
  vertical-align: top; }

button {
  cursor: pointer; }

hr {
  border: 0;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0; }

.light {
  font-weight: 300; }

.normal {
  font-weight: 400; }

.medium {
  font-weight: 500; }

.semibold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.g-info {
  font-size: 12px;
  line-height: 1.25; }

.g-link-dotted {
  border-bottom: 1px dotted;
  cursor: pointer;
  text-decoration: none; }

.g-link-back {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .g-link-back .icon {
    margin-right: 18px; }

.mark {
  padding-left: 32px;
  position: relative; }
  .mark:before {
    content: '';
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 12px; }
    @media only screen and (max-width: 1023px) {
      .mark:before {
        height: 8px;
        width: 8px; } }

.txt-m {
  font-size: 18px;
  line-height: 140%; }
  @media only screen and (max-width: 1199px) {
    .txt-m {
      font-size: 16px; } }
  .txt-m p {
    font-size: 18px;
    line-height: 140%; }
    @media only screen and (max-width: 1199px) {
      .txt-m p {
        font-size: 16px; } }

.txt-s {
  font-size: 16px;
  line-height: 115%; }
  @media only screen and (max-width: 1199px) {
    .txt-s {
      font-size: 12px; } }
  @media only screen and (max-width: 767px) {
    .txt-s {
      font-size: 14px; } }
  .txt-s p {
    font-size: 16px;
    line-height: 115%; }
    @media only screen and (max-width: 1199px) {
      .txt-s p {
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .txt-s p {
        font-size: 14px; } }

.txt-xs {
  font-size: 14px;
  line-height: 115%; }
  @media only screen and (max-width: 1199px) {
    .txt-xs {
      font-size: 12px; } }
  .txt-xs p {
    font-size: 14px;
    line-height: 115%; }
    @media only screen and (max-width: 1199px) {
      .txt-xs p {
        font-size: 12px; } }

.tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  padding: 0 10px;
  border: 1px solid #212121;
  border-radius: 100px;
  font-family: "VelaSans-Bold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase; }
  @media only screen and (max-width: 1199px) {
    .tag {
      font-size: 10px;
      padding: 3px 10px;
      line-height: 100%; } }

.container {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  padding: 0 50px;
  /*
	@include mq('desktop-default') {
		padding: 0 $container-padding2;
	}
	*/ }
  @media only screen and (max-width: 1439px) {
    .container {
      padding: 0 20px; } }

.el-icon {
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.icon--fill {
  fill: currentColor; }

.icon--stroke {
  stroke: currentColor; }

.icon--full {
  fill: currentColor;
  stroke: currentColor; }

.logo-header {
  width: 166px;
  height: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media only screen and (max-width: 1199px) {
    .logo-header {
      height: 21px;
      width: 99px; } }

.list-check-img {
  width: 50px;
  height: 50px; }

.check {
  width: 30px;
  height: 23px;
  color: #212121; }
  @media only screen and (max-width: 1199px) {
    .check {
      width: 15px;
      height: 13px; } }

.mail {
  width: 18px;
  height: 15px; }

.phone {
  width: 18px;
  height: 18px; }

.point {
  width: 18px;
  height: 29px; }

.logo-dzen {
  width: 25px;
  height: 25px; }

.logo-telegram {
  width: 23px;
  height: 19px; }

.logo-vk {
  width: 25px;
  height: 15px; }

.logo-youtobe {
  width: 25px;
  height: 20px; }

.mob-menu-button {
  width: 23px;
  height: 23px; }

.cross-popup {
  width: 23px;
  height: 23px;
  color: #212121; }

.img-tizer-1 {
  width: 43px;
  height: 55px; }

.img-tizer-2 {
  width: 43px;
  height: 38px; }

.img-tizer-3 {
  width: 97px;
  height: 97px; }

.img-tizer-4 {
  width: 97px;
  height: 97px; }

.loupe {
  width: 21px;
  height: 24px; }

.loupe-phone {
  width: 21px;
  height: 24px; }

.button-up {
  width: 34px;
  height: 22px;
  color: #212121; }

/*=== Components ====*/
.molys-rb-type-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden; }
  .molys-rb-type-1 img {
    width: 100%;
    height: auto; }
    @media only screen and (max-width: 767px) {
      .molys-rb-type-1 img {
        max-width: none; } }
  .molys-rb-type-1 h5 {
    position: absolute;
    top: 50px;
    left: 50px;
    width: calc(100% - 80px);
    max-width: 300px; }
    @media only screen and (max-width: 1199px) {
      .molys-rb-type-1 h5 {
        top: 28px;
        left: 30px;
        line-height: 130%; } }
    @media only screen and (max-width: 767px) {
      .molys-rb-type-1 h5 {
        width: calc(100% - 60px); } }

.molys-rb-type-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -50px; }
  @media only screen and (max-width: 1439px) {
    .molys-rb-type-2 {
      margin: 0 -20px; } }
  .molys-rb-type-2 img {
    height: 100%;
    width: auto; }
    @media (min-width: 1601px) {
      .molys-rb-type-2 img {
        -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(6%, #000), color-stop(94%, #000), to(transparent));
        -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
        mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(6%, #000), color-stop(94%, #000), to(transparent));
        mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%); } }
    @media only screen and (max-width: 1023px) {
      .molys-rb-type-2 img {
        -webkit-mask-image: unset;
        mask-image: unset; } }

.blog-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 47px;
  padding-bottom: 48px;
  padding-left: 50px;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  border-bottom: 1px solid #D9DEE7; }
  @media only screen and (max-width: 1439px) {
    .blog-list__item {
      padding-left: 20px; } }
  @media only screen and (max-width: 1023px) {
    .blog-list__item {
      padding-top: 36px;
      padding-bottom: 36px;
      padding-left: 20px;
      gap: 20px; } }
  @media only screen and (max-width: 767px) {
    .blog-list__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-right: 20px; } }
  .blog-list__item-image {
    width: 115%; }
    @media only screen and (max-width: 1023px) {
      .blog-list__item-image {
        width: auto; } }
    @media only screen and (max-width: 767px) {
      .blog-list__item-image {
        width: 100%; } }
    @media only screen and (max-width: 1023px) {
      .blog-list__item-image img {
        min-width: 354px;
        height: 258px; } }
    @media only screen and (max-width: 767px) {
      .blog-list__item-image img {
        min-width: unset;
        height: auto; } }
  .blog-list__item-text {
    padding-right: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px; }
    @media only screen and (max-width: 1023px) {
      .blog-list__item-text {
        gap: 12px;
        padding-right: 20px; } }
    .blog-list__item-text-ttl {
      padding-top: 20px; }
      @media only screen and (max-width: 767px) {
        .blog-list__item-text-ttl {
          line-height: 23.4px; } }
    .blog-list__item-text-ttl:hover {
      color: #495361; }
    .blog-list__item-text-description {
      padding-bottom: 20px; }
    .blog-list__item-text-tag span {
      display: inline-block;
      padding: 5px 10px;
      border: 1px solid #212121;
      border-radius: 100px;
      font-size: 12px;
      line-height: 108%;
      text-transform: uppercase;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .blog-list__item-text-tag span {
          line-height: 75%; } }
    .blog-list__item-text-info-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      gap: 20px; }
      .blog-list__item-text-info-container div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .blog-list__item-text-info-container div .icon {
          width: 15px;
          height: 15px;
          display: block; }
        .blog-list__item-text-info-container div .icon.date {
          background: url(/local/templates/molys/css/../assets/images/icons/date.svg); }
        .blog-list__item-text-info-container div .icon.time {
          background: url(/local/templates/molys/css/../assets/images/icons/clock.svg); }
  .blog-list__item .tag {
    -ms-flex-item-align: start;
        align-self: flex-start; }

/* Breakpoints */
.section-breadcrumbs {
  padding-top: 0; }
  .section-breadcrumbs .container {
    position: relative; }

.breadcrumbs {
  position: absolute;
  top: 30px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 100px); }
  @media only screen and (max-width: 1439px) {
    .breadcrumbs {
      width: calc(100% - 40px); } }
  @media only screen and (max-width: 1199px) {
    .breadcrumbs {
      row-gap: 8px; } }
  @media only screen and (max-width: 1023px) {
    .breadcrumbs {
      top: 26px; } }
  @media only screen and (max-width: 767px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    color: #A5ACB6;
    line-height: 100%; }
    @media only screen and (max-width: 1023px) {
      .breadcrumbs__item {
        font-size: 12px; } }
  .breadcrumbs__home-icon {
    width: 16px;
    height: 15px;
    background: url(/local/templates/molys/css/../assets/images/icons/home.svg);
    background-position: left;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .breadcrumbs__item:not(:last-child):after {
    content: '';
    background: url(/local/templates/molys/css/../assets/images/icons/breadcrumb-arrow.svg);
    height: 9px;
    width: 11px;
    display: block;
    margin-left: 16px;
    margin-top: 1px; }
  .breadcrumbs-product {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(50% - 100px); }
    @media only screen and (max-width: 1439px) {
      .breadcrumbs-product {
        width: calc(50% - 40px); } }
    @media only screen and (max-width: 1023px) {
      .breadcrumbs-product {
        position: relative;
        width: 100%; } }
  .breadcrumbs-blog {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(75% - 100px); }
    @media only screen and (max-width: 1439px) {
      .breadcrumbs-blog {
        width: calc(75% - 40px); } }

.list-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  overflow-x: auto;
  scrollbar-width: none; }
  @media only screen and (max-width: 1439px) {
    .list-tab {
      padding: 0 20px; } }
  .list-tab::-webkit-scrollbar {
    width: 0;
    height: 0;
    -webkit-transition: 125ms;
    transition: 125ms;
    cursor: none !important; }
  .list-tab li {
    position: relative;
    font-family: "VelaSans-Bold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    line-height: 115%;
    text-transform: uppercase;
    white-space: nowrap; }
    @media only screen and (max-width: 1199px) {
      .list-tab li {
        font-size: 13px; } }
    .list-tab li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      color: #212121; }
      .list-tab li a::after {
        content: '';
        height: 1px;
        width: 100%;
        margin-top: 11px;
        background: #DDE2EC;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease; }
        @media only screen and (max-width: 1199px) {
          .list-tab li a::after {
            margin-top: 7px; } }
    .list-tab li:hover a::after {
      background: #212121; }
    .list-tab li.--active a::after {
      background: #212121; }

@media only screen and (min-width: 768px) {
  .slider-catalog .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 5px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px; } }

@media only screen and (min-width: 768px) {
  .slider-catalog .slick-slide {
    height: auto;
    width: calc(25% - 4px); } }

.about__top {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f0f1f2), color-stop(50%, #fff));
  background: -o-linear-gradient(left, #f0f1f2 50%, #fff 50%);
  background: linear-gradient(to right, #f0f1f2 50%, #fff 50%); }
  @media only screen and (max-width: 1023px) {
    .about__top {
      background: #fff; } }

.about__wrap {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  margin: 0 -50px; }
  @media only screen and (max-width: 1439px) {
    .about__wrap {
      margin: 0 -20px; } }
  @media only screen and (max-width: 1023px) {
    .about__wrap {
      grid-template-columns: 100%;
      height: auto; } }
  .about__wrap .about__img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .about__wrap .about__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(6%, #000));
      -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%);
      mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(6%, #000));
      mask-image: linear-gradient(90deg, transparent 0%, #000 6%); }
      @media only screen and (max-width: 1439px) {
        .about__wrap .about__img img {
          -webkit-mask-image: unset;
          mask-image: unset; } }
  .about__wrap .about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 100px;
    row-gap: 40px; }
    @media only screen and (max-width: 1439px) {
      .about__wrap .about__content {
        padding: 80px; } }
    @media only screen and (max-width: 1023px) {
      .about__wrap .about__content {
        padding: 36px 20px 64px;
        row-gap: 25px; } }
    @media only screen and (max-width: 767px) {
      .about__wrap .about__content {
        padding: 35px 20px 64px; } }
    .about__wrap .about__content span {
      line-height: 140%;
      text-align: center; }
  .about__wrap .button {
    margin-top: -5px; }
    @media only screen and (max-width: 1023px) {
      .about__wrap .button {
        margin-top: 0; } }

.list-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 50px;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px; }
  @media only screen and (max-width: 1023px) {
    .list-check {
      -webkit-column-gap: 10px;
         -moz-column-gap: 10px;
              column-gap: 10px; } }
  .list-check__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(50% - 25px);
    row-gap: 25px;
    font-family: "VelaSans-Bold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    line-height: 115%;
    text-transform: uppercase;
    text-align: center; }
    @media only screen and (max-width: 1199px) {
      .list-check__item {
        font-size: 13px; } }
    @media only screen and (max-width: 1023px) {
      .list-check__item {
        row-gap: 18px; } }
    .list-check__item .description {
      font-family: "VelaSans-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      line-height: 25.2px;
      font-size: 18px;
      text-transform: none; }
      @media only screen and (max-width: 1023px) {
        .list-check__item .description {
          font-size: 14px;
          line-height: 19.6px; } }
  .list-check__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #212121;
    background: url(/local/templates/molys/css/../assets/images/icons/check.svg) no-repeat center; }
    @media only screen and (max-width: 1199px) {
      .list-check__check {
        width: 25px;
        height: 25px;
        background-size: 15px 13px; } }
  .list-check span {
    font-family: "VelaSans-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .list-check b {
    font-family: "VelaSans-ExtraBold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .list-check .check {
    display: none; }

.list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 13px; }
  .list-icon a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 115%;
    text-transform: uppercase;
    font-family: "VelaSans-Bold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    white-space: break-spaces; }
    @media only screen and (max-width: 1023px) {
      .list-icon a {
        font-size: 13px; } }
    .list-icon a svg {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 20px;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      -ms-flex-item-align: start;
          align-self: flex-start; }
      @media only screen and (max-width: 1199px) {
        .list-icon a svg {
          margin-right: 10px; } }
      @media only screen and (max-width: 767px) {
        .list-icon a svg {
          margin-right: 20px; } }

.lit-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px; }
  .lit-soc a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 55px;
    height: 55px;
    border: 1px solid #EBEBEB; }
    .lit-soc a:hover {
      border-color: #212121; }

.list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  line-height: 140%; }
  .list-info__item span:first-child {
    font-family: "VelaSans-SemiBold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.list-buy-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px; }
  .list-buy-logo__item {
    width: 36px;
    height: 36px; }

.list-tizer {
  display: grid;
  grid-template-columns: repeat(4, calc(100% / 4 - 30px * 3 / 4));
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px; }
  @media only screen and (max-width: 1599px) {
    .list-tizer {
      grid-template-columns: repeat(4, calc(100% / 4 - 20px * 3 / 4));
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px; } }
  @media only screen and (max-width: 1023px) {
    .list-tizer {
      grid-template-columns: repeat(2, calc(50% - 20px));
      grid-template-rows: repeat(2, auto);
      grid-auto-flow: column;
      row-gap: 16px; } }
  @media only screen and (max-width: 767px) {
    .list-tizer {
      grid-template-columns: 100%;
      grid-template-rows: unset;
      grid-auto-flow: unset; } }
  .list-tizer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.05em;
    text-transform: uppercase; }
    @media only screen and (max-width: 1599px) {
      .list-tizer__item {
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
        font-size: 18px; } }
    @media only screen and (max-width: 1439px) {
      .list-tizer__item {
        font-size: 16px; } }
    @media only screen and (max-width: 1199px) {
      .list-tizer__item {
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px; } }
  .list-tizer__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 97px;
    height: 97px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
    @media only screen and (max-width: 1439px) {
      .list-tizer__img {
        width: 42px;
        height: 42px; } }
    .list-tizer__img img {
      max-height: 100%; }

.block-img__container {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  margin: 0 -50px; }
  @media only screen and (max-width: 1439px) {
    .block-img__container {
      margin: 0 -20px; } }
  @media only screen and (max-width: 767px) {
    .block-img__container {
      grid-template-columns: 100%; } }
  .block-img__container img {
    width: 100%;
    height: auto; }
    .block-img__container img:nth-child(3n) {
      grid-column: 1 / span 2; }
      @media only screen and (max-width: 767px) {
        .block-img__container img:nth-child(3n) {
          grid-column: unset; } }

.rating {
  display: grid;
  grid-template-columns: repeat(5, 20px);
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px; }
  @media only screen and (max-width: 1199px) {
    .rating {
      grid-template-columns: repeat(5, 12px);
      -webkit-column-gap: 6px;
         -moz-column-gap: 6px;
              column-gap: 6px; } }
  .rating span {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' viewBox='0 0 20 19' fill='none'%3e%3cscript xmlns=''/%3e%3cpath d='M10 0L12.2451 6.90983H19.5106L13.6327 11.1803L15.8779 18.0902L10 13.8197L4.12215 18.0902L6.36729 11.1803L0.489435 6.90983H7.75486L10 0Z' fill='%23C0CED6'/%3e%3cscript xmlns=''/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
    @media only screen and (max-width: 1199px) {
      .rating span {
        width: 12px;
        height: 12px; } }

.dropdown.--active {
  width: 100vw !important;
  left: 0 !important; }

/* hide-show end */
/* mobile-men start */
.dropbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 23px;
  height: 23px;
  border-radius: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.dropdown {
  position: fixed;
  display: inline-block;
  top: 60px;
  left: -100%;
  width: 0;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  z-index: 10; }
  .dropdown .close-dropbtn {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2; }
  .dropdown .dropdown-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50vw;
    height: 100vh;
    padding: 20px;
    background: #fff;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .dropdown .dropdown-content {
        min-width: 283px; } }
    .dropdown .dropdown-content.mob-menu {
      overflow-y: scroll;
      scrollbar-width: none; }
      .dropdown .dropdown-content.mob-menu::-webkit-scrollbar {
        width: 0;
        height: 0;
        -webkit-transition: 125ms;
        transition: 125ms;
        cursor: none !important; }
    .dropdown .dropdown-content .mob-menu__top .top-menu {
      margin: 100px 0; }
    .dropdown .dropdown-content .mob-menu__bottom {
      margin: 0 -20px;
      padding: 50px 20px;
      border-top: 1px solid #EBEBEB; }
      .dropdown .dropdown-content .mob-menu__bottom h5, .dropdown .dropdown-content .mob-menu__bottom .h5 {
        margin-bottom: 20px; }
    .dropdown .dropdown-content.mob-search .h5 {
      margin-top: 50px;
      font-size: 16px; }
    .dropdown .dropdown-content.mob-search .search {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 20px; }
      .dropdown .dropdown-content.mob-search .search .button {
        margin-top: 0; }
    .dropdown .dropdown-content nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
      @media only screen and (max-width: 1023px) {
        .dropdown .dropdown-content nav {
          padding-bottom: 30px; } }
    .dropdown .dropdown-content .top-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 25px; }
      .dropdown .dropdown-content .top-menu li {
        width: 100%;
        margin-right: 0; }
      .dropdown .dropdown-content .top-menu a {
        display: block;
        color: #3F3F3F;
        text-decoration: none; }
    .dropdown .dropdown-content .list-icon {
      row-gap: 12px; }
    .dropdown .dropdown-content .lit-soc {
      margin-top: 50px; }
    .dropdown .dropdown-content .button {
      position: relative;
      margin-top: 25px; }
    .dropdown .dropdown-content .header__contacts {
      margin-top: 20px; }

.dropdown-row {
  cursor: pointer;
  padding: 28px 0 27px 0;
  border-bottom: 1px solid #D9DEE7; }
  @media only screen and (max-width: 1199px) {
    .dropdown-row {
      padding: 24px 0 23px 0; } }
  .dropdown-row details {
    padding-right: 40px;
    padding-left: 50px; }
    @media only screen and (max-width: 1599px) {
      .dropdown-row details {
        padding-left: 20px; } }
    @media only screen and (max-width: 767px) {
      .dropdown-row details {
        padding-right: 20px; } }
    .dropdown-row details .text {
      padding-left: 87px;
      padding-top: 0;
      line-height: 25.2px; }
      @media only screen and (max-width: 1199px) {
        .dropdown-row details .text {
          padding-left: 58px;
          padding-top: 11px;
          line-height: 22.2px; } }
    .dropdown-row details summary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 24px;
      text-transform: uppercase;
      line-height: 27.6px;
      list-style: none; }
      @media only screen and (max-width: 1199px) {
        .dropdown-row details summary {
          font-size: 18px; } }
      .dropdown-row details summary .title {
        font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        letter-spacing: -1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media only screen and (max-width: 1199px) {
          .dropdown-row details summary .title {
            -webkit-box-align: baseline;
                -ms-flex-align: baseline;
                    align-items: baseline;
            line-height: 23px; } }
  .dropdown-row details summary:before {
    content: '';
    background-size: 27px 14px;
    width: 55px;
    height: 55px;
    background-image: url(/local/templates/molys/css/../assets/images/icons/arrow-down.svg);
    background-repeat: no-repeat;
    border: 1px solid #D9DEE7;
    background-position: center;
    margin-right: 30px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    @media only screen and (max-width: 1199px) {
      .dropdown-row details summary:before {
        margin-right: 20px;
        width: 37px;
        height: 37px;
        background-size: 16.67px 8px; } }
  .dropdown-row details[open] summary:before {
    background-image: url(/local/templates/molys/css/../assets/images/icons/arrow-up.svg); }
  .dropdown-row details[open] summary ~ * {
    -webkit-animation: sweep .5s ease-in-out;
            animation: sweep .5s ease-in-out; }

@-webkit-keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px; }
  100% {
    opacity: 1;
    margin-left: 0; } }

@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px; }
  100% {
    opacity: 1;
    margin-left: 0; } }

.dropdown-row:last-child {
  border-bottom: none; }

.category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (max-width: 767px) {
    .category-item {
      width: 150px; } }
  .category-item__img {
    width: 130px;
    height: 130px; }
    @media only screen and (max-width: 1023px) {
      .category-item__img {
        width: 80px;
        height: 80px; } }
    @media only screen and (max-width: 767px) {
      .category-item__img {
        width: 130px;
        height: 130px; } }
    .category-item__img img {
      width: 100%;
      height: 100%; }
  .category-item__ttl {
    margin-top: 18px;
    text-align: center; }
    @media only screen and (max-width: 1199px) {
      .category-item__ttl {
        margin-top: 10px; } }
    @media only screen and (max-width: 767px) {
      .category-item__ttl {
        margin-top: 14px; } }

.product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF; }
  .product__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
  .product__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%; }
  .product__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    padding: 34px 44px;
    max-height: 340px;
    min-height: 340px; }
    @media only screen and (max-width: 1199px) {
      .product__img {
        max-height: 150px;
        min-height: 150px;
        padding: 24px 18px; } }
    @media only screen and (max-width: 767px) {
      .product__img {
        max-height: 220px;
        min-height: 220px; } }
    .product__img img {
      height: auto;
      width: 100%;
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .product__name {
    width: 100%;
    padding: 0 44px;
    margin-top: 14px;
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center; }
    @media only screen and (max-width: 1199px) {
      .product__name {
        padding: 0 20px;
        margin-top: 15px;
        font-size: 16px;
        line-height: 120%; } }
    @media only screen and (max-width: 767px) {
      .product__name {
        padding: 0 20px; } }
  .product__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: auto;
    padding: 0 45px 45px;
    font-size: 18px;
    font-family: "VelaSans-Bold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-align: center; }
    @media only screen and (max-width: 1199px) {
      .product__price {
        padding: 0 35px 25px;
        font-size: 16px; } }
    .product__price span:first-child {
      font-size: 12px;
      text-transform: uppercase;
      padding-bottom: 5px; }
      @media only screen and (max-width: 1199px) {
        .product__price span:first-child {
          font-size: 10px; } }
  .product .rating {
    padding-top: 20px; }
  @media only screen and (max-width: 1199px) {
    .product .tag {
      margin-top: 10px; } }
  @media only screen and (max-width: 767px) {
    .product .tag {
      margin-top: 16px; } }

.where-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  padding: 20px;
  border: 1px solid #EBEBEB;
  font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #212121;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media only screen and (max-width: 1199px) {
    .where-buy {
      height: 95px;
      padding: 20px 40px;
      font-size: 18px;
      line-height: 110%; } }
  .where-buy:hover {
    border-color: #212121; }
  .where-buy__container {
    display: grid;
    grid-template-columns: repeat(4, calc(100% / 4 - 4px));
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    row-gap: 5px; }
    @media only screen and (max-width: 767px) {
      .where-buy__container {
        grid-template-columns: repeat(2, calc(100% / 2 - 3px));
        -webkit-column-gap: 6px;
           -moz-column-gap: 6px;
                column-gap: 6px;
        row-gap: 6px; } }

.footer {
  padding-top: 90px;
  border-top: 1px solid #EBEBEB; }
  @media only screen and (max-width: 1023px) {
    .footer {
      padding-top: 48px; } }
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 38px;
    padding-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        row-gap: 28px;
        margin-top: 0;
        padding-top: 0; } }
    .footer__bottom .develop a {
      margin-left: 20px; }
  .footer__info {
    margin-right: 73px;
    max-width: 305px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media only screen and (max-width: 1199px) {
      .footer__info {
        margin-right: 15px; } }
    @media only screen and (max-width: 1023px) {
      .footer__info {
        width: calc(25% - 15px); } }
    @media only screen and (max-width: 767px) {
      .footer__info {
        margin-right: 0;
        max-width: unset;
        width: 100%; } }
    .footer__info h5 {
      margin-bottom: 25px; }
      @media only screen and (max-width: 1199px) {
        .footer__info h5 {
          max-width: 55%;
          margin-bottom: 30px !important;
          line-height: 125%; } }
      @media only screen and (max-width: 767px) {
        .footer__info h5 {
          max-width: none; } }
  .footer__menus {
    display: grid;
    width: 50%;
    grid-template-columns: repeat(3, calc(100% / 3 - 20px));
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
    @media only screen and (max-width: 1023px) {
      .footer__menus {
        width: calc(50% - 15px);
        grid-template-columns: repeat(2, calc(100% / 2 - 10px));
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px; } }
    @media only screen and (max-width: 767px) {
      .footer__menus {
        display: none; } }
    @media only screen and (max-width: 1023px) {
      .footer__menus .col:nth-child(1) {
        grid-row: 1 / span 2; } }
    @media only screen and (max-width: 1023px) {
      .footer__menus .col:nth-child(3) {
        margin-top: 30px; } }
  .footer__img {
    width: auto;
    aspect-ratio: 1 / 1;
    width: 353px;
    margin-left: 30px;
    margin-top: -50px; }
    @media only screen and (max-width: 1199px) {
      .footer__img {
        width: calc(25% - 15px);
        margin-top: 0;
        margin-left: 20px;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    @media only screen and (max-width: 767px) {
      .footer__img {
        width: 100%;
        margin-left: 0;
        margin-top: 50px;
        margin-bottom: 50px; } }
    .footer__img img {
      height: 100%;
      width: auto; }
      @media only screen and (max-width: 1199px) {
        .footer__img img {
          height: auto; } }
      @media only screen and (max-width: 767px) {
        .footer__img img {
          width: 100%;
          height: auto; } }
  .footer h5 {
    margin-bottom: 25px; }
    @media only screen and (max-width: 1199px) {
      .footer h5 {
        margin-bottom: 20px; } }
  .footer .section-footer-info {
    padding: 0; }
    .footer .section-footer-info h5 {
      margin-bottom: 42px; }
      @media only screen and (max-width: 1199px) {
        .footer .section-footer-info h5 {
          margin-bottom: 20px; } }
  .footer .section-footer-form {
    padding: 92px 0 70px;
    background: #F4F4F4; }
    @media only screen and (max-width: 1199px) {
      .footer .section-footer-form {
        padding: 48px 0; } }
    .footer .section-footer-form .h5 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 65px; }
      @media only screen and (max-width: 1199px) {
        .footer .section-footer-form .h5 {
          height: 50px; } }
  .footer .footer-form__container {
    display: grid;
    grid-template-columns: 1fr 57%;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
    @media only screen and (max-width: 1199px) {
      .footer .footer-form__container {
        grid-template-columns: 1fr 66%;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px; } }
    @media only screen and (max-width: 576px) {
      .footer .footer-form__container {
        grid-template-columns: 100%; } }

.checkbox ~ label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 120%;
  color: green; }

.checkbox ~ label span:first-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-right: 0.625rem;
  border: 1px solid #E8EBF2;
  border-radius: 5px; }

.checkbox ~ label span svg {
  opacity: 0; }

.checkbox:checked ~ label span svg {
  opacity: 1; }

.checkbox__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.checkbox-filter-fill {
  /*
	& ~ label span  svg {
		opacity: 0;
	}
	&:checked ~ label  span  svg {
		opacity: 1;
	}
	*/ }
  .checkbox-filter-fill ~ label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 120%;
    color: green;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .checkbox-filter-fill ~ label:hover {
      color: green; }
  .checkbox-filter-fill ~ label span:first-child {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.625rem;
    border: 1.5px solid red;
    border-radius: 5px; }
  .checkbox-filter-fill ~ label span svg {
    opacity: 0; }
  .checkbox-filter-fill:checked ~ label {
    color: blue; }
    .checkbox-filter-fill:checked ~ label span svg {
      opacity: 1; }

.file-upload input[type="file"] {
  display: none;
  /* скрываем input file */ }

#custom-button {
  padding: 10px;
  color: white;
  background-color: #009578;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer; }

#custom-button:hover {
  background-color: #00b28f; }

#custom-text {
  margin-left: 10px;
  font-family: sans-serif;
  color: #aaa; }

input[type=checkbox] {
  display: none; }

input[type=radio] + label {
  position: relative; }

input[type=radio] {
  display: none; }

input[type=text], input[type=email], input[type=tel], textarea {
  padding: 15px 20px;
  border: 1px solid transparent;
  border-radius: 0;
  opacity: 1;
  width: 100%;
  font-family: "VelaSans-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px; }

@media only screen and (max-width: 1199px) {
  textarea {
    min-height: 130px;
    font-family: "VelaSans-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } }

input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: "VelaSans-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #212121;
  font-size: 16px; }

input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: "VelaSans-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #212121;
  opacity: 1;
  font-size: 16px; }

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: "VelaSans-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #212121;
  opacity: 1;
  font-size: 16px; }

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: "VelaSans-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #212121;
  font-size: 16px; }

/*
.input-text {
	position: relative;
	.error-text {
		position: absolute;
		bottom: -15px;
		left: 0;
		font-size: 11px;
		color: #FF0000;
		@include mq('desktop-tiny') {
			bottom: -20px;
		}
	}
}
*/
input[type=text].invalid, input[type=email].invalid, input[type=tel].invalid, textarea.invalid {
  border-color: #FF00004D; }

.form-error {
  position: absolute;
  bottom: -15px;
  left: 0;
  font-size: 11px;
  color: #FF0000; }
  @media only screen and (max-width: 1199px) {
    .form-error {
      bottom: -20px; } }

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .form .form--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: 30px; }
    @media only screen and (max-width: 1199px) {
      .form .form--row {
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
        margin-top: 20px; } }
    @media only screen and (max-width: 576px) {
      .form .form--row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .form .form--row:first-child {
      margin-top: 0; }
  .form .form--field {
    position: relative; }
  .form .form--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: 30px; }
    @media only screen and (max-width: 1199px) {
      .form .form--footer {
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
        margin-top: 20px; } }
    @media only screen and (max-width: 576px) {
      .form .form--footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 20px; } }
  .form .form--message {
    margin-top: 30px; }
    @media only screen and (max-width: 1199px) {
      .form .form--message {
        margin-top: 20px; } }
  .form .form--policy {
    margin-bottom: 0; }

@media only screen and (max-width: 576px) {
  .form-feedback .form--row:nth-child(2) {
    row-gap: 20px; } }

.form-feedback .form--row:nth-child(2) .form--field {
  width: calc(50% - 15px); }
  @media only screen and (max-width: 576px) {
    .form-feedback .form--row:nth-child(2) .form--field {
      width: 100%; } }

.form-feedback .form--field {
  width: 100%; }

.form-feedback input[type=submit] {
  padding: 15px 58px;
  background: #212121;
  color: #FFFFFF;
  border: 0 none;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase; }
  @media only screen and (max-width: 1199px) {
    .form-feedback input[type=submit] {
      width: 230px;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  @media only screen and (max-width: 767px) {
    .form-feedback input[type=submit] {
      width: 100%; } }

.form-feedback .form--policy {
  margin-top: 0; }

.form-subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .form-subscribe .form--field {
    width: 100%; }
  .form-subscribe .form--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 576px) {
      .form-subscribe .form--row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 10px; } }
  .form-subscribe .input {
    height: 65px; }
    @media only screen and (max-width: 1199px) {
      .form-subscribe .input {
        height: 50px;
        padding: 0 20px; } }
  .form-subscribe .button {
    height: 65px;
    width: 41%;
    padding: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media only screen and (max-width: 1199px) {
      .form-subscribe .button {
        height: 50px;
        width: 35%; } }
    @media only screen and (max-width: 576px) {
      .form-subscribe .button {
        width: 100%; } }
  .form-subscribe .form--row {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0; }

input[type="date"] {
  position: relative;
  z-index: 2;
  width: 100%;
  opacity: 0; }
  input[type="date"]::-webkit-datetime-edit {
    font-family: "VelaSans-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 3.125rem;
    color: green; }
  input[type="date"]:focus {
    opacity: 1; }
  input[type="date"].active {
    opacity: 1; }

.from-to-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .from-to-date .field-wrap {
    position: relative; }
    .from-to-date .field-wrap:first-child {
      margin-right: 1.875rem; }
      .from-to-date .field-wrap:first-child::after {
        content: '-';
        position: absolute;
        right: -1.0625rem;
        top: 0;
        height: 100%;
        line-height: 3.125rem;
        color: green; }
    .from-to-date .field-wrap label {
      background: blue; }

input[type=radio] {
  display: none; }

.box-radio__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .box-radio__wrap input[type=radio]:checked + .box-radio__label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-0.25rem, -0.25rem);
        -ms-transform: translate(-0.25rem, -0.25rem);
            transform: translate(-0.25rem, -0.25rem);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: green; }
  .box-radio__wrap span {
    font-size: 0.875rem;
    line-height: 120%;
    color: green;
    font-family: green; }

.box-radio__label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  width: 1rem;
  height: 1rem; }
  .box-radio__label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 1px solid #E8EBF2; }

.button-radio__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .button-radio__wrap input[type=radio]:checked + label {
    color: #FFFFFF;
    background: red; }
  .button-radio__wrap input[type=radio] + label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    padding: 0.9375rem 1.875rem;
    border-radius: 0.625rem;
    border: 1px solid red;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 0.875rem;
    line-height: 120%;
    color: red;
    font-family: "VelaSans-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .button-radio__wrap input[type=radio] + label:hover {
      background: red;
      color: #FFFFFF; }

.prise-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.625rem; }
  .prise-order input[type=radio]:checked ~ .prise-order__wrap {
    border: 1px solid red; }
  .prise-order .box-radio__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 20.625rem;
    height: 7.8125rem;
    margin-right: 30px;
    padding: 1.25rem; }
    .prise-order .box-radio__wrap:last-child {
      margin-right: 0; }
  .prise-order .box-radio__label {
    z-index: 2; }
  .prise-order .field-wrap {
    height: auto; }
    .prise-order .field-wrap .box-radio__label {
      margin-right: 0; }
  .prise-order__wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 20.625rem;
    height: 7.8125rem;
    border-radius: 0.625rem;
    border: 1px solid red;
    padding: 1.25rem; }
  .prise-order__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-weight: 700;
    color: blue !important;
    font-size: 1rem !important;
    line-height: 120% !important; }
  .prise-order__prompt {
    font-weight: 400;
    font-size: 0.75rem !important;
    line-height: 120% !important; }
  .prise-order__payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.625rem; }
    .prise-order__payment span {
      color: red;
      font-size: 0.875rem;
      line-height: 120%; }

/*
.range {
	//background: linear-gradient(to right, $color-green 0%, $color-green 0%, #ECF1F5 0%, #ECF1F5 100%);
	background: #ECF1F5;
	background-image: linear-gradient($color-red, $color-red);
	background-size: 0 100%;
	background-repeat: no-repeat;
	//border: solid 2px #82CFD0;
	border-radius: 99px;
	height: 5px;
	width: rem(525);
	outline: none;
	//transition: background 450ms ease-in;
	-webkit-appearance: none;
	&__container {
		position: relative;
	}
	&__value-wrap {
		position: absolute;
		right: 0;
		top: rem(-8);
		font-size: rem(30);
		line-height: 160%;
		color: $color-red;
	}
	&__wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: rem(525);
	}
	&__title{
		padding-bottom: rem(15);
		font-size: rem(14);
		line-height: 160%;
	}
	&__min, &__max {
		padding-top: rem(10);
		font-size: rem(14);
		line-height: 160%;
		color: $color-new;
	}
}

.range::-webkit-slider-thumb {
	width: rem(15);
	height: rem(15);
	border-radius: 50%;
	-webkit-appearance: none;
	cursor: pointer;
	background: $color-new;
}
*/
.range {
  /* input[type="range"]:focus,
	input[type="number"]:focus {
	box-shadow: 0 0 3px 1px #4b81dd;
	outline: none;
	} */
  /* Input Thumb */
  /* Input Track */ }
  .range input,
  .range output {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    font-family: Arial, sans-serif; }
  .range output {
    background: #ff4500;
    padding: 5px 16px;
    border-radius: 3px;
    color: #fff; }
  .range input[type="number"] {
    width: 40px;
    padding: 4px 5px;
    border: 1px solid #bbb;
    border-radius: 3px; }
  .range input[type="range"] {
    -webkit-appearance: none;
    margin-right: 15px;
    width: 200px;
    height: 7px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff4500), to(#ff4500));
    background-image: -o-linear-gradient(#ff4500, #ff4500);
    background-image: linear-gradient(#ff4500, #ff4500);
    background-size: 80% 100%;
    background-repeat: no-repeat;
    border: 1px solid #000; }
  .range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ff4500;
    cursor: ew-resize;
    -webkit-box-shadow: 0 0 2px 0 #555;
            box-shadow: 0 0 2px 0 #555;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out; }
  .range input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ff4500;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out; }
  .range input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ff4500;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    -ms-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out; }
  .range input[type="range"]::-webkit-slider-thumb:hover {
    background: #ff0200; }
  .range input[type="range"]::-moz-range-thumb:hover {
    background: #ff0200; }
  .range input[type="range"]::-ms-thumb:hover {
    background: #ff0200; }
  .range input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    background: transparent; }
  .range input[type=range]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent; }
  .range input[type="range"]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent; }

.select {
  padding: 0 1.5rem;
  border: 0;
  height: 3.9375rem;
  width: 100%;
  border: 1px solid blue;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.03125 0H13.0313L6.53125 8L0.03125 0Z' fill='%23002A3A'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 0.8125rem;
  background-position: right 1.5rem center; }
  @media only screen and (max-width: 1023px) {
    .select {
      height: 3.25rem; } }
  .select__option {
    padding: 1.125rem 1.25rem; }

/*
.itc-select {
	position: relative;
	width: 100%;
	&__toggle {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 0.375rem 0.75rem;
		font-size: 1rem;
		font-style: italic;
		line-height: 1.4;
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 0.3125rem;
		cursor: pointer;
		user-select: none;
		&::after {
			flex-shrink: 0;
			width: 0.75rem;
			height: 0.75rem;
			margin-left: 1rem;
			background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="100" width="100"%3E%3Cpath d="M97.625 25.3l-4.813-4.89c-1.668-1.606-3.616-2.41-5.84-2.41-2.27 0-4.194.804-5.777 2.41L50 52.087 18.806 20.412C17.223 18.805 15.298 18 13.03 18c-2.225 0-4.172.804-5.84 2.41l-4.75 4.89C.813 26.95 0 28.927 0 31.23c0 2.346.814 4.301 2.439 5.865l41.784 42.428C45.764 81.174 47.689 82 50 82c2.268 0 4.215-.826 5.84-2.476l41.784-42.428c1.584-1.608 2.376-3.563 2.376-5.865 0-2.26-.792-4.236-2.375-5.932z"/%3E%3C/svg%3E');
			background-size: cover;
			content: "";
		}
		&:focus {
			outline: none;
		}
	}
	&_show &__toggle::after {
		transform: rotate(180deg);
	}
	&__dropdown {
		position: absolute;
		top: 2.5rem;
		right: 0;
		left: 0;
		z-index: 2;
		display: none;
		max-height: 10rem;
		overflow-y: auto;
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 0.3125rem;
	}
	&_show &__dropdown {
		display: block;
	}
	&_show &__backdrop {
		display: block;
	}
	&__options {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	&__option {
		padding: 0.375rem 0.75rem;
	}
	&__option_selected {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #e1f5fe;
	}
	&__option_selected::after {
		width: 0.75rem;
		height: 0.75rem;
		color: #0277bd;
		background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="100" width="100" class="svg-inline--fa fa-check fa-w-16" data-icon="check" data-prefix="fas" aria-hidden="true"%3E%3Cpath d="M33.964 85.547l-32.5-32.251a4.935 4.935 0 010-7.017l7.071-7.017a5.027 5.027 0 017.071 0L37.5 60.987l46.894-46.534a5.028 5.028 0 017.07 0l7.072 7.017a4.935 4.935 0 010 7.017l-57.5 57.06a5.027 5.027 0 01-7.072 0z" fill="%230277bd"/%3E%3C/svg%3E');
		background-size: cover;
		content: "";
	}
	&__option:hover {
		background-color: #f5f5f5;
		cursor: pointer;
		transition: 0.2s background-color ease-in-out;
	}
}
*/
/*
// Контейнер должен быть расположен относительно: 
.custom-select {
	position: relative;
	font-family: Arial;
	select {
		display: none; // скрыть исходный элемент SELECT: 
	}
}

.select-selected {
	
	background-color: DodgerBlue;
	// Стиль стрелки внутри элемента select: 
	&::after {
		position: absolute;
		content: "";
		top: 14px;
		right: 10px;
		width: 0;
		height: 0;
		border: 6px solid transparent;
		border-color: #fff transparent transparent transparent;
	}
	// Направьте стрелку вверх, когда поле выбора открыто (active): 
	&.select-arrow-active:after {
		border-color: transparent transparent #fff transparent;
		top: 7px;
	}
}



// стиль элементов (опций), включая выбранный элемент: 
.select-items div,.select-selected {
	color: #ffffff;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
}

// Элементы стиля (опции): 
.select-items {
	position: absolute;
	background-color: DodgerBlue;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}

// Скрыть элементы при закрытии окна выбора: 
.select-hide {
	display: none;
}

.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}
*/
.select-wrap {
  width: 225px;
  margin: 15px auto;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .select-wrap .select-selected {
    background: #fff;
    border-radius: 5px;
    position: relative;
    cursor: pointer; }
    .select-wrap .select-selected li {
      padding: 10px 20px; }
    .select-wrap .select-selected:before {
      content: "";
      position: absolute;
      top: 18px;
      right: 18px;
      width: 6px;
      height: 6px;
      border: 2px solid;
      border-color: transparent transparent #555555 #555555;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .select-wrap .select-items {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    display: none; }
    .select-wrap .select-items li {
      padding: 10px 20px;
      cursor: pointer; }
      .select-wrap .select-items li:first-child:hover {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      .select-wrap .select-items li:last-child:hover {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
      .select-wrap .select-items li:hover {
        background: #fff4dd; }
  .select-wrap .option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .select-wrap .option .icon {
      background: url("https://i.imgur.com/oEZu0sK.png") no-repeat 0 0;
      width: 32px;
      height: 32px;
      margin-right: 15px; }
    .select-wrap .option.pizza .icon {
      background-position: 0 0; }
    .select-wrap .option.burger .icon {
      background-position: 0 -35px; }
    .select-wrap .option.ice .icon {
      background-position: 0 -72px; }
    .select-wrap .option.fries .icon {
      background-position: 0 -111px;
      width: 25px; }
    .select-wrap .option.default {
      color: red; }
  .select-wrap.active .select-items {
    display: block; }
  .select-wrap.active .select-selected:before {
    top: 25px;
    -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
            transform: rotate(-225deg); }

.select-wrap .select-selected {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.625rem 0;
  height: 3.125rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1875rem;
  white-space: nowrap;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  border-bottom: 1px solid #ddd;
  cursor: pointer; }
  .select-wrap .select-selected::after {
    position: absolute;
    right: 0;
    display: block;
    font-size: 1.5rem;
    background: #fff;
    opacity: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    content: "+"; }
  .select-wrap .select-selected svg {
    position: absolute;
    right: 0;
    top: 1.6875rem; }

.select-wrap .select-items {
  position: absolute;
  top: 3.0625rem;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #ddd;
  width: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  visibility: hidden;
  z-index: 2; }

.select-wrap .select-selected {
  background-repeat: no-repeat;
  background-position: top 1.6875rem right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3e%3cpath d='M5.36023 6.14306L5.5 6.27961L5.63977 6.14306L6.25741 5.53961L10.1398 1.7465L10.2862 1.60345L10.1398 1.46039L9.52212 0.856944L9.38235 0.720389L9.24259 0.856944L5.5 4.51349L1.75741 0.856944L1.61765 0.720389L1.47788 0.856944L0.860233 1.46039L0.71381 1.60345L0.860233 1.7465L4.74259 5.53961L5.36023 6.14306Z' fill='%239A5E84' stroke='%239A5E84' stroke-width='0.4'/%3e%3c/svg%3e"); }

.select-wrap.--active .select-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible; }
  .select-wrap.--active .select-items::after {
    opacity: 1; }

.select-wrap.--active .select-selected:before {
  top: 25px;
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg); }

.select-wrap input[type=radio] {
  display: none; }

.select-wrap input[type=radio] + label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  width: 100%;
  height: 1.875rem;
  z-index: 2;
  cursor: pointer;
  /*
        span {
            position: absolute;
            display: inline-block;
            display: block;
            margin: 0 0 0 -10px;
            width: 100%;
            height: 100%;
            background: #F4E4EE;
            opacity: 0;
            transition: 0.7s;
            visibility: hidden;
            z-index: -1;
        }
		*/ }

.select-wrap input[type=radio]:checked + label {
  background: #F4E4EE;
  /*
        span {
            opacity: 1;
            visibility: visible;
            cursor: pointer;
        }
		*/ }

.select-wrap input[type=radio]:hover + label {
  background: #F4E4EE;
  /*
        span {
            opacity: 1;
            visibility: visible;
            cursor: pointer;
        }
        */ }

.select-wrap input[type=checkbox] {
  display: none; }

.select-wrap input[type=checkbox] + label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  width: 100%;
  height: 1.875rem;
  cursor: pointer;
  /*
        span {
            position: absolute;
            display: inline-block;
            display: block;
            margin: 0 0 0 -10px;
            width: 100%;
            height: 100%;
            text-align: center;
            z-index: -1;
            
            &::after {
                display: block;
                width: 100%;
                height: 100%;
                background: #F4E4EE;
                opacity: 0;
                transition: 0.7s;
                content: "";
            }
        }
		*/ }

.select-wrap input[type=checkbox]:checked + label {
  background: #F4E4EE;
  /*
        span::after {
            display: block;
            width: 100%;
            height: 100%;
            background: #F4E4EE;
            opacity: 1;
            content: "";
        }
		*/ }

.select-wrap input[type=checkbox]:hover + label {
  background: #F4E4EE;
  /*
        span::after {
            display: block;
            width: 100%;
            height: 100%;
            background: #F4E4EE;
            opacity: 1;
            content: "";
        }
		*/ }

textarea {
  width: 100%;
  height: 100% !important; }
  textarea.input {
    resize: none;
    font-size: 0.875rem;
    line-height: 2.6875rem; }
  textarea + .input__label {
    height: 100%;
    border: none; }

.header {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #D9DEE7;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .header__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0; }
    @media only screen and (max-width: 1199px) {
      .header__wrap {
        padding: 18px 0; } }
    @media only screen and (max-width: 767px) {
      .header__wrap > .search {
        display: none; } }
  .header nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header .logo::after {
      content: 'Официальный\Aсайт\Aбренда';
      white-space: pre;
      display: block;
      margin-left: 30px;
      font-size: 12px;
      font-family: "VelaSans-Bold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      text-transform: uppercase;
      line-height: 105%; }
      @media only screen and (max-width: 1199px) {
        .header .logo::after {
          margin-left: 12px;
          font-size: 7px; } }
  .header .top-menu {
    margin-left: auto; }
  .header .loupe {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 55px; }
    @media only screen and (max-width: 1023px) {
      .header .loupe {
        margin-left: 0;
        margin-right: 35px; } }
    @media only screen and (max-width: 767px) {
      .header .loupe {
        display: none; } }
  .header .search-button {
    margin-left: 0;
    margin-right: 35px; }
    @media only screen and (min-width: 768px) {
      .header .search-button {
        display: none; } }
  .header.--fix {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #FFFFFF; }
    .header.--fix .header__wrap {
      padding: 15px 0; }

.list-pages {
  font-size: 1.375rem;
  margin-top: 1.25rem; }
  .list-pages__item {
    margin-bottom: 1.25rem; }

.top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "VelaSans-SemiBold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .top-menu li {
    font-size: 16px;
    text-transform: uppercase; }
    @media only screen and (max-width: 1199px) {
      .top-menu li {
        font-size: 15px; } }
    .top-menu li a {
      color: #212121; }

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px; }
  @media only screen and (max-width: 1199px) {
    .footer-menu {
      row-gap: 8px; } }

.blog-list__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  padding: 32px 30px 32px 47px; }
  @media only screen and (max-width: 1023px) {
    .blog-list__pagination {
      padding: 18px 33px 18px 35px;
      font-size: 18px; } }
  @media only screen and (max-width: 767px) {
    .blog-list__pagination {
      padding: 17px 27px; } }
  .blog-list__pagination-left-arrow-icon {
    display: block;
    width: 45px;
    height: 50px;
    background: url(/local/templates/molys/css/../assets/images/icons/slaider-button-left.svg) center no-repeat; }
    @media only screen and (max-width: 767px) {
      .blog-list__pagination-left-arrow-icon {
        height: 37px; } }
  .blog-list__pagination-left-arrow-icon:hover {
    background: url(/local/templates/molys/css/../assets/images/icons/slaider-button-left-hover.svg) center no-repeat; }
  .blog-list__pagination-pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .blog-list__pagination-pages a {
      padding-right: 48px; }
      @media only screen and (max-width: 767px) {
        .blog-list__pagination-pages a {
          padding-right: 32px; } }
      .blog-list__pagination-pages a .grey {
        color: #A5ACB6; }
    @media only screen and (max-width: 767px) {
      .blog-list__pagination-pages a.hidden-mobile {
        display: none;
        padding-right: 0; } }
    .blog-list__pagination-pages a:last-child {
      padding-right: 0; }
    .blog-list__pagination-pages a:hover {
      color: #495361; }
  .blog-list__pagination-right-arrow-icon {
    display: block;
    width: 45px;
    height: 50px;
    background: url(/local/templates/molys/css/../assets/images/icons/slaider-button-right.svg) center no-repeat; }
    @media only screen and (max-width: 767px) {
      .blog-list__pagination-right-arrow-icon {
        height: 37px; } }
  .blog-list__pagination-right-arrow-icon:hover {
    background: url(/local/templates/molys/css/../assets/images/icons/slaider-button-right-hover.svg) center no-repeat; }

.mfp-bg {
  background: #F4F4F4;
  opacity: 0.5; }

.mfp-wrap ~ * {
  -webkit-filter: blur(5px);
          filter: blur(5px); }

.popup {
  position: relative;
  margin: 0 auto;
  padding: 80px;
  width: 50%;
  background: #fff;
  max-width: 540px; }
  @media only screen and (max-width: 1199px) {
    .popup {
      padding: 64px; } }
  @media only screen and (max-width: 767px) {
    .popup {
      padding: 48px 20px; } }
  .popup .popup-modal-close {
    position: absolute;
    right: 30px;
    top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: transparent;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    z-index: 2; }
    @media only screen and (max-width: 1199px) {
      .popup .popup-modal-close {
        right: 20px;
        top: 20px; } }
  .popup .popup-modal-close svg {
    stroke: #212121; }
  .popup .popup-modal-close:hover {
    cursor: pointer; }

#popup-partners {
  width: 895px;
  max-width: 895px; }
  @media only screen and (max-width: 1023px) {
    #popup-partners {
      width: 604px;
      max-width: unset; } }
  @media only screen and (max-width: 767px) {
    #popup-partners {
      width: 100%; } }
  #popup-partners .form--field {
    border: 1px solid #D9DEE7; }
  #popup-partners .h2 {
    display: block;
    margin-bottom: 24px;
    text-align: start; }

#popup-thank {
  width: 895px;
  max-width: 895px;
  text-align: center; }
  @media only screen and (max-width: 1023px) {
    #popup-thank {
      width: 604px;
      max-width: unset; } }
  @media only screen and (max-width: 767px) {
    #popup-thank {
      width: 100%;
      height: 100vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .gallery > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    width: calc(100% / 3 - 1rem);
    height: 300px; }
    .gallery > a img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.section-contacts-form {
  padding-top: 59px; }
  @media only screen and (max-width: 1199px) {
    .section-contacts-form {
      padding-top: 42px; } }
  .section-contacts-form .section-body {
    background-color: #F4F4F4; }
    .section-contacts-form .section-body .container {
      position: relative;
      display: grid;
      grid-template-columns: repeat(2, calc(100% / 2 - 2px));
      padding-left: 0;
      padding-right: 0;
      /*
            form {
                display: flex;
                flex-direction: column;
                gap: 28px;
                padding-right: 45px;
                padding-left: 18px;
                padding-top: 98px;
                padding-bottom: 98px;
                @include mq('desktop-tiny') {
                    z-index: 1;
                    gap: 22px;
                    padding-right: 21px;
                    padding-top: 81px;
                }
                @include mq('phone') {
                    padding-top: 4px;
                    padding-left: 20px;
                    padding-right: 20px;
                }
                input[type=text], textarea {
                    padding-top: 15px;
                    padding-bottom: 15px;
                    padding-left: 20px;
                    border: 0 none;
                    -webkit-border-radius: 0;
                    border-radius: 0;
                    opacity:  1;
                    width: 100%;
                }
                @include mq('desktop-tiny') {
                    textarea {
                        min-height: 130px;
                    }
                }
                input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
                    // WebKit browsers 
                    color: $color-black;
                    font-size: 16px;
                }
                input[type=text]:-moz-placeholder, textarea:-moz-placeholder {
                    // Mozilla Firefox 4 to 18 
                    color: $color-black;
                    opacity:  1;
                    font-size: 16px;
                }
                input[type=text]::-moz-placeholder, textarea::-moz-placeholder {
                    // Mozilla Firefox 19+ 
                    color: $color-black;
                    opacity:  1;
                    font-size: 16px;
                }
                input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder {
                    // Internet Explorer 10+ 
                    color: $color-black;
                    font-size: 16px;
                }
                .input-text {
                    position: relative;
                    .error-text {
                        position: absolute;
                        bottom: -15px;
                        left: 0;
                        font-size: 11px;
                        color: #FF0000;
                        @include mq('desktop-tiny') {
                            bottom: -20px;
                        }
                    }
                }
                input[type=text].error {
                    border: 1px solid #FF00004D;
                }

                input[type=submit] {
                    padding: 15px 58px;
                    background: $color-black;
                    color: $color-white;
                    border: 0 none;
                    cursor: pointer;
                    -webkit-border-radius: 0;
                    border-radius: 0;
                    text-transform: uppercase;
                    @include mq('phone') {
                        width: 100%;
                    }
                }
                .full {
                    width: 100%;
                }
                .row {
                    display: grid;
                    grid-template-columns: repeat(2, calc(100% / 2 - 15px));
                    column-gap: 30px;
                    @include mq('phone') {
                        display: flex;
                        flex-direction: column;
                        gap: 22px;
                    }
                }
                .footer-block {
                    display: flex;
                    gap: 30px;
                    align-items: center;
                    padding-top: 25px;
                    @include mq('desktop-tiny') {
                        padding-top: 0;
                    }
                    @include mq('phone') {
                        flex-direction: column;
                        padding-bottom: 60px;
                    }
                    input:hover {
                        background: #495361;
                    }
                    span {
                        font-size: 14px;
                        @include mq('desktop-tiny') {
                            font-size: 12px;
                            line-height: 13.8px;
                        }
                        a {
                            text-decoration: underline;
                        }
                    }
                }
            }
            */ }
      @media only screen and (max-width: 1199px) {
        .section-contacts-form .section-body .container {
          position: relative;
          grid-template-columns: repeat(2, calc(100% / 3 - 1px) calc((100% / 3) * 2 + 1px));
          min-height: 504px; } }
      @media only screen and (max-width: 767px) {
        .section-contacts-form .section-body .container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          min-height: unset; } }
      .section-contacts-form .section-body .container .image {
        display: block;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        @media (min-width: 1601px) {
          .section-contacts-form .section-body .container .image {
            -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #000), color-stop(95%, #000), to(transparent));
            -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
            mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #000), color-stop(95%, #000), to(transparent));
            mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%); } }
        @media only screen and (max-width: 1023px) {
          .section-contacts-form .section-body .container .image {
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start; } }
        @media only screen and (max-width: 767px) {
          .section-contacts-form .section-body .container .image {
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            height: auto;
            -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(6%, #000));
            -webkit-mask-image: linear-gradient(0deg, transparent 0%, #000 6%);
            mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(6%, #000));
            mask-image: linear-gradient(0deg, transparent 0%, #000 6%); } }
        .section-contacts-form .section-body .container .image img {
          width: 100%;
          height: auto; }
          @media (min-width: 1601px) {
            .section-contacts-form .section-body .container .image img {
              -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(0%, #000), color-stop(95%, #000), to(transparent));
              -webkit-mask-image: linear-gradient(0deg, transparent 0%, #000 0%, #000 95%, transparent 100%);
              mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(0%, #000), color-stop(95%, #000), to(transparent));
              mask-image: linear-gradient(0deg, transparent 0%, #000 0%, #000 95%, transparent 100%); } }
          @media only screen and (max-width: 1023px) {
            .section-contacts-form .section-body .container .image img {
              width: 200%;
              max-width: none; } }
          @media only screen and (max-width: 767px) {
            .section-contacts-form .section-body .container .image img {
              height: 255px;
              width: auto; } }
      .section-contacts-form .section-body .container .promo {
        position: relative;
        /*
                .image {
                    height: 100%;
                    overflow: hidden;
                    img {
                        height: 100%;
                        width: auto;
                        @media(min-width:1601px) {
                            -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 100%, transparent 100%); 
                            mask-image:linear-gradient(90deg, transparent 0%, #000 5%, #000 100%, transparent 100%);
                        }
                    }
                    @include mq('desktop-tiny') {
                        display: none;
                    }
                }
*/ }
        @media only screen and (max-width: 767px) {
          .section-contacts-form .section-body .container .promo {
            margin-bottom: 36px; } }
        .section-contacts-form .section-body .container .promo .title {
          position: absolute;
          padding-left: 50px;
          padding-top: 85px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: baseline;
              -ms-flex-align: baseline;
                  align-items: baseline;
          gap: 22px;
          max-width: 650px;
          z-index: 1; }
          @media only screen and (max-width: 1199px) {
            .section-contacts-form .section-body .container .promo .title {
              padding-left: 20px;
              padding-right: 10px;
              padding-top: 78px;
              gap: 20px; }
              .section-contacts-form .section-body .container .promo .title h2 {
                text-align: left; } }
          @media only screen and (max-width: 767px) {
            .section-contacts-form .section-body .container .promo .title {
              position: relative;
              padding-top: 75px;
              padding-right: 22px; } }
          .section-contacts-form .section-body .container .promo .title .assets {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            gap: 29px;
            padding-top: 36px; }
            @media only screen and (max-width: 1199px) {
              .section-contacts-form .section-body .container .promo .title .assets {
                gap: 13px;
                padding-top: 5px; } }
            .section-contacts-form .section-body .container .promo .title .assets .asset {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              gap: 29px; }
              @media only screen and (max-width: 1199px) {
                .section-contacts-form .section-body .container .promo .title .assets .asset {
                  gap: 20px; } }
              .section-contacts-form .section-body .container .promo .title .assets .asset p {
                margin: 0; }
              .section-contacts-form .section-body .container .promo .title .assets .asset .box {
                min-width: 55px;
                height: 55px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                border: 1px solid #D9DEE7; }
                @media only screen and (max-width: 1199px) {
                  .section-contacts-form .section-body .container .promo .title .assets .asset .box {
                    min-width: 42px;
                    height: 42px; } }
                .section-contacts-form .section-body .container .promo .title .assets .asset .box span {
                  display: block;
                  background-repeat: no-repeat;
                  background-position: center center;
                  width: 30px;
                  height: 30px; }
                .section-contacts-form .section-body .container .promo .title .assets .asset .box .phone {
                  background-image: url(/local/templates/molys/css/../assets/images/icons/phone.svg); }
                .section-contacts-form .section-body .container .promo .title .assets .asset .box .whatsapp {
                  background-image: url(/local/templates/molys/css/../assets/images/icons/mail.svg); }
              .section-contacts-form .section-body .container .promo .title .assets .asset .text {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center; }
                @media only screen and (max-width: 1199px) {
                  .section-contacts-form .section-body .container .promo .title .assets .asset .text {
                    -webkit-box-pack: start;
                        -ms-flex-pack: start;
                            justify-content: flex-start; } }
                .section-contacts-form .section-body .container .promo .title .assets .asset .text a:hover {
                  color: #495361; }
            .section-contacts-form .section-body .container .promo .title .assets .asset.phone__asset a, .section-contacts-form .section-body .container .promo .title .assets .asset.whatsapp__asset a {
              font-weight: 500;
              font-size: 22px; }
              @media only screen and (max-width: 1199px) {
                .section-contacts-form .section-body .container .promo .title .assets .asset.phone__asset a, .section-contacts-form .section-body .container .promo .title .assets .asset.whatsapp__asset a {
                  font-size: 16px; } }
            .section-contacts-form .section-body .container .promo .title .assets .asset.phone__asset p, .section-contacts-form .section-body .container .promo .title .assets .asset.whatsapp__asset p {
              font-size: 14px;
              color: #A5ACB6; }
              @media only screen and (max-width: 1199px) {
                .section-contacts-form .section-body .container .promo .title .assets .asset.phone__asset p, .section-contacts-form .section-body .container .promo .title .assets .asset.whatsapp__asset p {
                  font-size: 12px; } }
            .section-contacts-form .section-body .container .promo .title .assets .asset.phone__asset .text, .section-contacts-form .section-body .container .promo .title .assets .asset.whatsapp__asset .text {
              -ms-flex-pack: distribute;
                  justify-content: space-around; }
      .section-contacts-form .section-body .container form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 28px;
        padding-right: 45px;
        padding-left: 18px;
        padding-top: 98px;
        padding-bottom: 98px;
        z-index: 2; }
        @media only screen and (max-width: 1199px) {
          .section-contacts-form .section-body .container form {
            z-index: 1;
            gap: 22px;
            padding-right: 21px;
            padding-top: 81px;
            padding-bottom: 75px; }
            .section-contacts-form .section-body .container form textarea {
              min-height: 130px; } }
        @media only screen and (max-width: 767px) {
          .section-contacts-form .section-body .container form {
            padding-top: 4px;
            padding-left: 20px;
            padding-right: 20px; } }

.search-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  padding-bottom: 36px;
  border-bottom: 1px solid #D9DEE7; }
  @media only screen and (max-width: 1023px) {
    .search-line {
      gap: 33px;
      padding-right: 20px;
      padding-top: 14px; } }
  @media only screen and (max-width: 767px) {
    .search-line {
      padding-right: 0;
      padding-bottom: 29px; } }
  .search-line__number {
    font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 24px;
    line-height: 27.6px; }
    @media only screen and (max-width: 1023px) {
      .search-line__number {
        font-size: 18px; } }
  .search-line__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px; }
    @media only screen and (max-width: 1023px) {
      .search-line__body {
        gap: 8px; } }
    .search-line__body-title {
      font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 24px;
      line-height: 27.6px;
      letter-spacing: -1px;
      text-transform: uppercase;
      word-spacing: -1px; }
      @media only screen and (max-width: 1023px) {
        .search-line__body-title {
          font-size: 18px;
          line-height: 24.4px;
          word-spacing: 1px; } }
    .search-line__body-title:hover {
      color: #495361; }
    .search-line__body-text {
      line-height: 25.2px; }
      @media only screen and (max-width: 1023px) {
        .search-line__body-text {
          line-height: 22.2px; } }
    .search-line__body .breadcrumbs {
      position: inherit;
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left;
      padding-top: 8px;
      gap: 11px; }
      @media only screen and (max-width: 1023px) {
        .search-line__body .breadcrumbs {
          padding-top: 0; } }
      @media only screen and (max-width: 767px) {
        .search-line__body .breadcrumbs {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      .search-line__body .breadcrumbs__item:not(:last-child):after {
        margin-left: 8px; }

.search {
  position: absolute;
  top: 50%;
  right: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  height: 50px;
  padding: 0 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  background: transparent;
  z-index: 2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: hidden; }
  @media only screen and (max-width: 1199px) {
    .search {
      height: 44px; } }
  @media only screen and (max-width: 1023px) {
    .search {
      right: 45px; } }
  @media only screen and (max-width: 767px) {
    .search {
      position: relative;
      right: unset;
      top: unset;
      width: 100%;
      -webkit-transform: unset;
          -ms-transform: unset;
              transform: unset; } }
  .search:not(.--active) {
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    pointer-events: none; }
    @media only screen and (max-width: 767px) {
      .search:not(.--active) {
        z-index: 2;
        border-color: #212121;
        background: #FFFFFF;
        visibility: visible;
        opacity: 1;
        pointer-events: auto; } }
  .search.--active {
    z-index: 2;
    border-color: #212121;
    background: #FFFFFF;
    visibility: visible;
    opacity: 1;
    pointer-events: auto; }
  .search .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media only screen and (max-width: 767px) {
    .search {
      z-index: 2; } }
  .search input[type="search"] {
    width: 100%;
    height: 100%;
    outline: 0;
    border: none;
    padding: 0;
    font-size: 16px;
    font-family: "VelaSans-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #212121;
    background: transparent;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .search input[type="search"]::-webkit-input-placeholder {
      font-family: "VelaSans-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-weight: 400;
      font-size: 16px;
      color: #212121; }
    .search input[type="search"]::-moz-placeholder {
      font-family: "VelaSans-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-weight: 400;
      font-size: 16px;
      color: #212121; }
    .search input[type="search"]:-ms-input-placeholder {
      font-family: "VelaSans-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-weight: 400;
      font-size: 16px;
      color: #212121; }
    .search input[type="search"]::-ms-input-placeholder {
      font-family: "VelaSans-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-weight: 400;
      font-size: 16px;
      color: #212121; }
    .search input[type="search"]::placeholder {
      font-family: "VelaSans-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-weight: 400;
      font-size: 16px;
      color: #212121; }
      @media only screen and (max-width: 1199px) {
        .search input[type="search"]::-webkit-input-placeholder {
          font-size: 12px; }
        .search input[type="search"]::-moz-placeholder {
          font-size: 12px; }
        .search input[type="search"]:-ms-input-placeholder {
          font-size: 12px; }
        .search input[type="search"]::-ms-input-placeholder {
          font-size: 12px; }
        .search input[type="search"]::placeholder {
          font-size: 12px; } }
    @media only screen and (max-width: 1199px) {
      .search input[type="search"] {
        font-size: 12px; } }
  .search input[type="submit"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 21px;
    height: 24px;
    margin-left: 20px;
    border: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='21' height='23' fill='none'%3e%3crect x='.5' y='.5' width='18.927' height='18.927' rx='9.463' stroke='%23212121'/%3e%3cpath d='M16.1 17.795l3.867 4.486' stroke='%23212121' stroke-linecap='square'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 100%; }

/*
.wrapper {
	max-width: 750px;
	margin: 100px auto;
}
*/
.slider-desc-container {
  position: relative;
  width: 100%; }

.slider-desc-container .item {
  outline: none;
  position: relative; }

.slider-desc .slick-slide {
  padding: 0 15px; }
  .slider-desc .slick-slide:not(.slick-active) {
    height: 0; }

.slider-desc .slick-list {
  margin: 0 -15px; }

@media only screen and (min-width: 768px) {
  .slider-mob .slick-track {
    width: 100%;
    max-width: 100%;
    -webkit-transform: unset !important;
        -ms-transform: unset !important;
            transform: unset !important; } }

@media only screen and (min-width: 768px) {
  .slider-mob .slick-track::before {
    display: none; } }

@media only screen and (min-width: 768px) {
  .slider-mob .slick-track::after {
    display: none; } }

@media only screen and (max-width: 767px) {
  .slider-mob .slick-list {
    margin: 0 -10px; } }

@media only screen and (max-width: 767px) {
  .slider-mob .slick-slide {
    padding: 0 10px; } }

/*
.section-slider {
	& + section {
		padding-top: 62px;
	}
}
*/
.slick-arrow {
  top: 50%;
  width: 40px;
  height: 175px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 2;
  cursor: pointer; }
  .slick-arrow::before {
    display: none; }
  .slick-arrow.slick-next {
    right: 50%;
    margin-right: -51.5%;
    background: url(/local/templates/molys/css/../assets/images/icons/slaider-button-right.svg); }
  .slick-arrow.slick-next:hover {
    background: url(/local/templates/molys/css/../assets/images/icons/slaider-button-right-hover.svg); }
  .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -51.5%;
    background: url(/local/templates/molys/css/../assets/images/icons/slaider-button-left.svg); }
  .slick-arrow.slick-prev:hover {
    background: url(/local/templates/molys/css/../assets/images/icons/slaider-button-left-hover.svg); }

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
  padding-bottom: 42px; }

.slick-dots {
  bottom: 0; }
  @media only screen and (max-width: 767px) {
    .slick-dots {
      width: 100%; } }
  .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 8px; }
    .slick-dots li button {
      width: 100%;
      height: 100%;
      padding: 0;
      border: 1px solid #212121; }
      .slick-dots li button::before {
        display: none; }
    .slick-dots li.slick-active button {
      background: #212121; }

.slick-dotted.slick-slider {
  margin-bottom: 35px; }
  @media only screen and (max-width: 767px) {
    .slick-dotted.slick-slider {
      margin-bottom: 26px;
      padding-bottom: 44px; } }

.slides-numbers {
  position: absolute;
  margin-top: -75px;
  margin-right: -75px;
  display: none;
  width: 150px;
  height: 150px;
  font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 40px;
  background: #F4F4F4;
  z-index: 2; }
  @media only screen and (max-width: 1199px) {
    .slides-numbers {
      width: 64px;
      height: 64px;
      margin-top: -32px;
      margin-right: -32px;
      font-size: 20px; } }
  .slides-numbers .active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%; }

.slider-container {
  position: relative; }

.slide-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -50px;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  cursor: -webkit-grab;
  cursor: grab; }
  @media only screen and (max-width: 1023px) {
    .slide-about {
      grid-template-columns: 100%; } }
  .slide-about__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 70px;
    padding-right: 100px; }
    @media only screen and (max-width: 1199px) {
      .slide-about__content {
        padding-right: 70px; } }
    @media only screen and (max-width: 1023px) {
      .slide-about__content {
        padding-bottom: 0; } }
    @media only screen and (max-width: 767px) {
      .slide-about__content {
        padding-top: 65px; } }
    .slide-about__content h2 {
      margin-bottom: 74px; }
      @media only screen and (max-width: 1199px) {
        .slide-about__content h2 {
          margin-bottom: 25px; } }
  .slide-about__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 1023px) {
      .slide-about__img {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        height: 720px; } }
    @media only screen and (max-width: 576px) {
      .slide-about__img {
        height: 360px; } }
    .slide-about__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(94%, #000), to(transparent));
      -webkit-mask-image: linear-gradient(90deg, #000 94%, transparent 100%);
      mask-image: -webkit-gradient(linear, left top, right top, color-stop(94%, #000), to(transparent));
      mask-image: linear-gradient(90deg, #000 94%, transparent 100%); }
      @media only screen and (max-width: 1023px) {
        .slide-about__img img {
          -webkit-mask-image: unset;
          mask-image: unset; } }
  .slide-about .list-check {
    grid-template-columns: repeat(2, calc(50% - 25px)) !important;
    row-gap: 80px; }
    @media only screen and (max-width: 1023px) {
      .slide-about .list-check {
        grid-template-columns: repeat(4, calc(100% / 4 - 20px * 3 / 4)) !important;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px; } }
    @media only screen and (max-width: 767px) {
      .slide-about .list-check {
        grid-template-columns: repeat(2, calc(50% - 7.5px)) !important; } }

.main-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 18px; }
  .main-blog__img {
    width: 100%;
    height: auto; }
    .main-blog__img img {
      width: 100%;
      height: auto; }
  .main-blog h5 {
    text-align: center;
    color: #212121; }
    @media only screen and (max-width: 1199px) {
      .main-blog h5 {
        line-height: 127%; } }
    @media only screen and (max-width: 767px) {
      .main-blog h5 {
        line-height: 130%; } }
  .main-blog h5:hover {
    color: #495361; }
  .main-blog span {
    color: #212121; }
  .main-blog .info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    gap: 20px; }
    @media only screen and (max-width: 1023px) {
      .main-blog .info-container {
        font-size: 12px; } }
    .main-blog .info-container .info-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .main-blog .info-container .info-row .icon {
        width: 15px;
        height: 15px;
        display: block; }
      .main-blog .info-container .info-row .icon.date {
        background: url(/local/templates/molys/css/../assets/images/icons/date.svg); }
      .main-blog .info-container .info-row .icon.time {
        background: url(/local/templates/molys/css/../assets/images/icons/clock.svg); }

.slider-main {
  /*
	&-arrow-container {
		position: relative;
	}
	&-arrow-wrap {
		position: absolute;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	&__content {
		position: relative;
		width: 30%;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-left: 120px;
		text-align: center;
		@include mq('desktop-tiny') {
			margin-left: 0;
			width: 40%;
		}
		@include mq('tablet') {
			width: 50%;
		}
		@include mq('phone') {
			width: 100%;
			padding-top: 50px;
			background: linear-gradient(to bottom, #f0f1f3 90%, transparent 100%,);
		}
		h2 {
			margin-bottom: 16px;
			@include mq('desktop-tiny') {
				margin-bottom: 10px;
			}
			@include mq('phone') {
				margin-bottom: 13px;
			}
		}
		p {
			margin: 0;
			text-transform: lowercase;
		}
	}
	&__item {
		position: relative;
		width: 100%;
		height: 555px;
		background: #f0f1f3;
		@include mq('desktop-tiny') {
			height: 400px;
		}
		@include mq('phone') {
			height: auto;
		}
	}
	&__img {
		position: absolute;
		height: 100%;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		@include mq('phone') {
			position: relative;
			max-height: 615px;
			margin: 0 -20px;
			display: flex;
			align-items: flex-end;
			-webkit-mask-image:
				linear-gradient(to bottom, transparent 0%, #000000 4%);
			mask-image:
				linear-gradient(to bottom, transparent 0%, #000000 4%);
			order: 1;
		}
		@include mq('phone-small') {
			max-height: 430px;
		}
		img {
			height: 100%;
			width: auto;
			max-width: unset;
			-webkit-mask-image:
				linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
			mask-image:
				linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);

			@include mq('phone') {
				width: 100%;
				height: auto;
				-webkit-mask-image: unset;
				mask-image: unset;

			}
		}
	}
	.slick-list {
		margin: 0;
		@include mq('phone') {
			height: auto !important;
		}
	}
	.slick-slide {
		display: flex ;
		align-items: center;
		justify-content: center;
		padding: 0;
		@include mq('phone') {
			flex-direction: column;
		}
	}
	
	.button {
		margin-top: 40px;
		@include mq('phone') {
			margin-top: 18px;
		}
	}
	.slick-prev {
        margin-left: -762px !important;
		@include mq('desktop-medium') {
			left: 25px;
			margin-left: 0 !important;
		}
		@include mq('desktop-small')  {
			left: 1px;
		}
    }
    .slick-next {
        margin-right: -762px !important;
		@include mq('desktop-medium') {
			right: 25px;
			margin-right: 0 !important;
		}
		@include mq('desktop-small') {
			right: 1px;
		}
    }
	*/
  /*
	.container {
		display: flex;
		height: 100%;
		align-items: center;
	}
	*/
  /*
	.slick-list {
		height: 555px;
		@include mq('desktop-tiny') {
			height: 400px;
		}
		@include mq('phone') {
			height: auto;
			height: 457px;
		}
	}
	*/ }
  .slider-main-arrow-container {
    position: relative; }
  .slider-main-arrow-wrap {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%; }
  .slider-main__content {
    position: relative;
    width: 36%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 50px;
    text-align: center; }
    @media only screen and (max-width: 1199px) {
      .slider-main__content {
        margin-left: 0;
        width: 40%; } }
    @media only screen and (max-width: 1023px) {
      .slider-main__content {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .slider-main__content {
        width: 100%;
        padding-top: 50px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #f0f1f3), to(transparent));
        background: -o-linear-gradient(top, #f0f1f3 90%, transparent 100%);
        background: linear-gradient(to bottom, #f0f1f3 90%, transparent 100%); } }
    .slider-main__content h2 {
      margin-bottom: 15px; }
      @media only screen and (max-width: 1199px) {
        .slider-main__content h2 {
          margin-bottom: 10px; } }
      @media only screen and (max-width: 767px) {
        .slider-main__content h2 {
          margin-bottom: 13px; } }
    .slider-main__content p {
      margin: 0;
      text-transform: lowercase; }
  .slider-main__item {
    position: relative;
    width: 100%;
    background: #f0f1f3;
    /*
		&:nth-child(3n) {
			.slider-main__img {
				img {
					@include mq('phone') {
						transform: translateX(140px);
					}
				}
			}
		}
		*/ }
    .slider-main__item.item-video {
      height: 100%;
      background: #f4f5f2;
      overflow: hidden; }
      .slider-main__item.item-video .slider-main__img {
        display: none; }
      .slider-main__item.item-video .slider-main__content {
        display: none; }
      .slider-main__item.item-video .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%; }
        @media only screen and (max-width: 1023px) {
          .slider-main__item.item-video .container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        @media only screen and (max-width: 767px) {
          .slider-main__item.item-video .container {
            padding: 0; } }
        .slider-main__item.item-video .container video {
          height: 100%;
          width: auto;
          max-width: unset;
          -o-object-fit: contain;
             object-fit: contain; }
          @media only screen and (max-width: 767px) {
            .slider-main__item.item-video .container video {
              width: 100%; } }
  .slider-main__img {
    position: absolute;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .slider-main__img {
        position: relative;
        height: 315px;
        margin: 0 -20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(8%, #000000));
        -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000000 8%);
        mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(8%, #000000));
        mask-image: linear-gradient(to bottom, transparent 0%, #000000 8%);
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    @media only screen and (max-width: 576px) {
      .slider-main__img {
        max-height: 430px; } }
    .slider-main__img img {
      height: 100%;
      width: auto;
      max-width: unset;
      -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(6%, #000), color-stop(94%, #000), to(transparent));
      -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
      mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(6%, #000), color-stop(94%, #000), to(transparent));
      mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%); }
      @media only screen and (max-width: 767px) {
        .slider-main__img img {
          height: 100%;
          width: auto;
          -webkit-mask-image: unset;
          mask-image: unset;
          -webkit-transform: translateX(105px);
              -ms-transform: translateX(105px);
                  transform: translateX(105px); } }
  .slider-main .bage {
    position: absolute;
    top: -30px; }
  .slider-main .slick-list {
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .slider-main .slick-list {
        height: auto !important; } }
  .slider-main .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    height: 555px !important; }
    @media only screen and (max-width: 767px) {
      .slider-main .slick-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media only screen and (max-width: 1199px) {
      .slider-main .slick-slide {
        height: 400px !important; } }
    @media only screen and (max-width: 767px) {
      .slider-main .slick-slide {
        height: 100% !important; } }
  .slider-main .button {
    margin-top: 40px; }
    @media only screen and (max-width: 767px) {
      .slider-main .button {
        margin-top: 18px;
        margin-bottom: 18px; } }
  .slider-main .slick-prev {
    margin-left: -770px !important; }
    @media only screen and (max-width: 1599px) {
      .slider-main .slick-prev {
        left: 25px;
        margin-left: 0 !important; } }
    @media only screen and (max-width: 1439px) {
      .slider-main .slick-prev {
        left: 1px; } }
  .slider-main .slick-next {
    margin-right: -770px !important; }
    @media only screen and (max-width: 1599px) {
      .slider-main .slick-next {
        right: 25px;
        margin-right: 0 !important; } }
    @media only screen and (max-width: 1439px) {
      .slider-main .slick-next {
        right: 1px; } }

@media only screen and (max-width: 767px) {
  .slider-category {
    margin: 0 -20px; } }

.slider-category__item {
  padding: 0 10px !important; }

.slider-category .slick-list {
  max-width: 93%;
  margin: 0 auto; }
  @media only screen and (max-width: 1199px) {
    .slider-category .slick-list {
      max-width: none; } }

.slider-number {
  position: relative; }
  .slider-number__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #f0f1f2));
    background: -o-linear-gradient(left, #fff 50%, #f0f1f2 50%);
    background: linear-gradient(to right, #fff 50%, #f0f1f2 50%); }
    @media only screen and (max-width: 1199px) {
      .slider-number__item {
        background: #fff; } }
  .slider-number .slick-list {
    margin: 0; }
  .slider-number .slick-slide {
    padding: 0; }

.slider-main-blog .slick-arrow {
  top: 32%; }

@media only screen and (max-width: 767px) {
  .slider-main-blog {
    margin: 0 -20px;
    margin-right: -10px; } }

@media only screen and (max-width: 767px) {
  .slider-main-blog__item {
    width: 263px; } }

.slider-main-blog .slick-list {
  margin: 0 -15px; }
  @media only screen and (max-width: 1199px) {
    .slider-main-blog .slick-list {
      margin: 0 -10px; } }
  @media only screen and (max-width: 767px) {
    .slider-main-blog .slick-list {
      padding-left: 20px; } }

.slider-main-blog .slick-slide {
  height: auto;
  padding: 0 15px; }
  @media only screen and (max-width: 1199px) {
    .slider-main-blog .slick-slide {
      padding: 0 10px; } }
  .slider-main-blog .slick-slide .main-blog {
    height: 100%; }

.slider-main-blog .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.slider-images .slick-arrow.slick-prev {
  left: 49.5%; }

.slider-images .slick-arrow.slick-next {
  right: 49.5%; }

@media only screen and (max-width: 1199px) {
  .slider-images__img img {
    width: 100%; } }

@media only screen and (max-width: 1199px) {
  .slider-images .slick-list {
    margin: 0; } }

@media only screen and (max-width: 1199px) {
  .slider-images .slick-slide {
    padding: 0; } }

@media only screen and (max-width: 767px) {
  .slider-products {
    margin: 0 -20px; } }

.slider-products .slick-arrow {
  top: 36%; }

.slider-products .slider-products__item .product {
  height: 100%; }
  @media only screen and (max-width: 767px) {
    .slider-products .slider-products__item .product {
      max-width: 260px; } }
  .slider-products .slider-products__item .product__img {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1199px) {
      .slider-products .slider-products__item .product__img {
        margin-bottom: 10px; } }
    .slider-products .slider-products__item .product__img img {
      width: auto; }
      @media only screen and (max-width: 1199px) {
        .slider-products .slider-products__item .product__img img {
          max-width: 45px; } }
      @media only screen and (max-width: 767px) {
        .slider-products .slider-products__item .product__img img {
          max-width: 65px; } }
  .slider-products .slider-products__item .product__name:hover {
    color: #495361; }

.slider-products .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.slider-products .slick-slide {
  height: auto;
  padding: 0 3px; }
  @media only screen and (max-width: 767px) {
    .slider-products .slick-slide {
      width: 264px; } }

.slider-products .slick-list {
  margin: 0 -3px; }
  @media only screen and (max-width: 767px) {
    .slider-products .slick-list {
      margin: 0; } }

@media only screen and (max-width: 767px) {
  .slider-catalog {
    margin: 0 -20px;
    margin-right: -20px;
    padding-left: 20px; } }

@media only screen and (max-width: 767px) {
  .slider-catalog .slick-slide {
    width: 263px;
    height: unset;
    padding: 0 2px; } }

@media only screen and (max-width: 767px) {
  .slider-catalog .slick-list {
    margin: 0; } }

@media only screen and (max-width: 767px) {
  .slider-catalog .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.slider-catalog .product {
  height: 100%; }

@media only screen and (max-width: 767px) {
  .slider-catalog .slick-dots {
    width: calc(100% - 20px); } }

/*
.slider-product-nav {
	height: 100%;
	.slick-list {
		height: 100% !important;
	}
	.slick-track {
		height: 100% !important;
	}
}
*/
.product-slider {
  display: grid;
  grid-template-columns: 110px calc(100% - 110px);
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 1023px) {
    .product-slider {
      grid-template-columns: 100%; } }
  .product-slider .nav-container {
    position: relative;
    border-right: 1px solid #D9DEE7;
    border-left: 1px solid #D9DEE7; }
    @media only screen and (max-width: 1023px) {
      .product-slider .nav-container {
        display: none; } }
    .product-slider .nav-container .slider-product-nav {
      position: static; }
      .product-slider .nav-container .slider-product-nav .slick-list {
        padding-top: 0 !important;
        margin: 0; }
      .product-slider .nav-container .slider-product-nav button.slick-prev {
        display: none !important; }
      .product-slider .nav-container .slider-product-nav button.slick-next {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        bottom: 0;
        left: 0;
        top: auto;
        width: 100%;
        height: 36px;
        background-size: auto;
        background: url(/local/templates/molys/css/../assets/images/icons/slider-product-arrow.svg);
        background-size: auto !important; }
      .product-slider .nav-container .slider-product-nav .slick-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 120px;
        padding: 10px;
        border-bottom: 1px solid #D9DEE7; }
        .product-slider .nav-container .slider-product-nav .slick-slide img {
          max-width: 100%;
          max-height: 100%; }
  .product-slider .main-container .slider-product .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 635px;
    padding: 50px; }
    @media only screen and (max-width: 1023px) {
      .product-slider .main-container .slider-product .slick-slide {
        height: 650px;
        padding: 0; } }
    @media only screen and (max-width: 767px) {
      .product-slider .main-container .slider-product .slick-slide {
        height: 320px; } }
    .product-slider .main-container .slider-product .slick-slide img {
      height: 100%;
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

.test {
  color: red; }

.ticker__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .ticker__wrap.ticker-black {
    background: #212121; }
    .ticker__wrap.ticker-black .ticker__item {
      color: #FFFFFF; }
      .ticker__wrap.ticker-black .ticker__item::after {
        background: #FFFFFF; }

.ticker__list {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 42px 0; }
  @media only screen and (max-width: 1199px) {
    .ticker__list {
      padding: 22px 0; } }

.ticker__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 60px;
  font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #212121;
  /*
    span {
        margin-top: 5px;
        @include mq('desktop-tiny') {
            margin-top: 3px;
        }
    }
	*/ }
  @media only screen and (max-width: 1199px) {
    .ticker__item {
      margin-right: 32px;
      font-size: 20px;
      line-height: 20px; } }
  .ticker__item::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #212121;
    margin-left: 60px; }
    @media only screen and (max-width: 1199px) {
      .ticker__item::after {
        width: 6px;
        height: 6px;
        margin-left: 32px; } }
  .ticker__item:nth-child(even) {
    font-family: "VelaSans-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    letter-spacing: unset;
    /*
        span {
            margin-bottom: 5px;
            @include mq('desktop-tiny') {
                margin-bottom: 3px;
            }
            @include mq('phone') {
                margin-bottom: 5px;
            }
        }
		*/ }

.marquee {
  -webkit-animation: scroll 100s linear infinite;
          animation: scroll 100s linear infinite; }

.reverse {
  animation-direction: reverse; }

/* Для отключения анимации при наведении */
/* Для отключения анимации закомментировать @keyframes scroll */
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(calc(-100% - 100px));
            transform: translateX(calc(-100% - 100px)); } }
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(calc(-100% - 100px));
            transform: translateX(calc(-100% - 100px)); } }

a.button:hover {
  opacity: 1; }

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer; }

.button-base {
  height: 60px;
  padding: 0 45px;
  border: 1px solid #212121;
  font-family: "VelaSans-Bold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  text-transform: uppercase;
  color: #212121;
  white-space: nowrap; }
  @media only screen and (max-width: 1199px) {
    .button-base {
      height: 50px; } }
  .button-base:hover {
    color: #FFFFFF;
    background: #212121; }

.up-button {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 75px;
  height: 75px;
  background: #F4F4F4;
  z-index: 100;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media only screen and (max-width: 1439px) {
    .up-button {
      right: 20px;
      bottom: 20px; } }
  @media only screen and (max-width: 1199px) {
    .up-button {
      width: 50px;
      height: 50px; } }
  .up-button:hover {
    background: #212121; }
    .up-button:hover .el-icon {
      color: #FFFFFF; }

section {
  padding-top: 122px; }
  @media only screen and (max-width: 1199px) {
    section {
      padding-top: 76px; } }
  section .section-header {
    margin-bottom: 38px; }
    @media only screen and (max-width: 1199px) {
      section .section-header {
        margin-bottom: 32px; } }

.section-top {
  padding-top: 97px;
  padding-bottom: 97px;
  position: relative; }
  @media only screen and (max-width: 1023px) {
    .section-top {
      padding-top: 74px;
      padding-bottom: 78px; } }

@media only screen and (max-width: 767px) {
  .section-main-slider .slider-container {
    padding: 0; } }

@media only screen and (max-width: 767px) {
  .section-main-slider .slick-dotted.slick-slider {
    margin-bottom: 18px; } }

.section-top-main {
  padding-top: 0;
  padding-bottom: 70px;
  background: #EAF1F5; }
  .section-top-main .section-body {
    display: grid;
    grid-template-columns: 43% 57%; }
  .section-top-main .list-blue {
    margin-top: 50px;
    margin-bottom: 50px; }
  .section-top-main .button {
    position: relative;
    padding-top: 30px;
    padding-left: 58px; }
    .section-top-main .button::before {
      position: absolute;
      top: 27px;
      left: 40px; }

.section-logo-main {
  padding-top: 0;
  padding-bottom: 70px;
  background: #EAF1F5; }

.section-adv {
  padding-bottom: 130px; }
  @media only screen and (max-width: 1199px) {
    .section-adv {
      padding-bottom: 80px; } }
  .section-adv .molys-rb-container {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 4px));
    row-gap: 5px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px; }
    @media only screen and (max-width: 1199px) {
      .section-adv .molys-rb-container {
        grid-template-columns: repeat(2, calc(50% - 3px)); } }
    @media only screen and (max-width: 767px) {
      .section-adv .molys-rb-container {
        grid-template-columns: 100%; } }
    .section-adv .molys-rb-container .molys-rb-type-1:nth-child(3) {
      grid-column: 3 / span 2; }
      @media only screen and (max-width: 1199px) {
        .section-adv .molys-rb-container .molys-rb-type-1:nth-child(3) {
          grid-column: 1 / span 2; } }
      @media only screen and (max-width: 767px) {
        .section-adv .molys-rb-container .molys-rb-type-1:nth-child(3) {
          grid-column: unset;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: start; }
          .section-adv .molys-rb-container .molys-rb-type-1:nth-child(3) img {
            width: 200%;
            -webkit-transform: translateX(-33px);
                -ms-transform: translateX(-33px);
                    transform: translateX(-33px); } }
    .section-adv .molys-rb-container .molys-rb-type-1:nth-child(4) {
      grid-column: 1 / span 2; }
      @media only screen and (max-width: 767px) {
        .section-adv .molys-rb-container .molys-rb-type-1:nth-child(4) {
          grid-column: unset;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: start; }
          .section-adv .molys-rb-container .molys-rb-type-1:nth-child(4) img {
            width: 200%;
            -webkit-transform: translateX(-17px);
                -ms-transform: translateX(-17px);
                    transform: translateX(-17px); } }

.catalog-category {
  background: #F4F4F4;
  padding-bottom: 100px; }
  @media only screen and (max-width: 1199px) {
    .catalog-category {
      padding-bottom: 80px; } }

.section-about {
  padding-top: 0; }
  .section-about h2, .section-about .h2 {
    font-size: 40px !important; }
    @media only screen and (max-width: 1199px) {
      .section-about h2, .section-about .h2 {
        font-size: 28px !important;
        line-height: 100%; } }
  .section-about .slider-container {
    position: relative; }
  .section-about .slides-numbers {
    top: 50%;
    right: 0; }
    @media only screen and (max-width: 1023px) {
      .section-about .slides-numbers {
        top: 0;
        right: 50%; } }

.section-molys-rb {
  padding-top: 0; }

.section-blog-main {
  padding-bottom: 130px; }
  @media only screen and (max-width: 1199px) {
    .section-blog-main {
      padding-bottom: 80px; } }

/*=== Pages ====*/
.section-404-main {
  padding-top: 0;
  background-color: #f7f7f6;
  position: relative; }
  .section-404-main .section-body .container {
    position: relative;
    padding: 0; }
    .section-404-main .section-body .container .background {
      max-height: 731px; }
      @media (min-width: 1601px) {
        .section-404-main .section-body .container .background {
          -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #000), color-stop(95%, #000), to(transparent));
          -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #000), color-stop(95%, #000), to(transparent));
          mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%); } }
      @media only screen and (max-width: 1023px) {
        .section-404-main .section-body .container .background {
          max-height: none;
          min-height: 605px;
          -o-object-fit: cover;
             object-fit: cover; } }
    .section-404-main .section-body .container .text {
      margin-top: 175px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 14px; }
      @media only screen and (max-width: 1199px) {
        .section-404-main .section-body .container .text {
          margin-top: 184px; } }
      .section-404-main .section-body .container .text h1 {
        font-size: 128px;
        line-height: 102.4px; }
        @media only screen and (max-width: 1023px) {
          .section-404-main .section-body .container .text h1 {
            font-size: 96px;
            line-height: 76.8px; } }
      .section-404-main .section-body .container .text h2 {
        font-size: 32px; }
        @media only screen and (max-width: 1023px) {
          .section-404-main .section-body .container .text h2 {
            font-size: 22px; } }
      .section-404-main .section-body .container .text .button {
        padding: 0;
        margin: 40px;
        height: 65px; }
        @media only screen and (max-width: 1023px) {
          .section-404-main .section-body .container .text .button {
            margin: 43px; } }
        @media only screen and (max-width: 767px) {
          .section-404-main .section-body .container .text .button {
            width: 89%; } }
      .section-404-main .section-body .container .text span {
        margin: 0 44px;
        text-align: center; }

.section-about-brand-main {
  padding-top: 0;
  position: relative; }
  @media (min-width: 1601px) {
    .section-about-brand-main {
      background: -webkit-gradient(linear, left top, left bottom, from(#f8f6f6), to(#fff2f1));
      background: -o-linear-gradient(top, #f8f6f6, #fff2f1);
      background: linear-gradient(to bottom, #f8f6f6, #fff2f1); } }
  @media only screen and (max-width: 1023px) {
    .section-about-brand-main {
      background-color: #f5f4f4; } }
  @media only screen and (max-width: 1023px) {
    .section-about-brand-main .breadcrumbs {
      top: 34px; } }
  .section-about-brand-main .section-body .container {
    position: relative;
    padding: 0; }
    .section-about-brand-main .section-body .container .background {
      -o-object-fit: cover;
         object-fit: cover; }
      @media (min-width: 1601px) {
        .section-about-brand-main .section-body .container .background {
          -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #000), color-stop(95%, #000), to(transparent));
          -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #000), color-stop(95%, #000), to(transparent));
          mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%); } }
      @media only screen and (max-width: 1023px) {
        .section-about-brand-main .section-body .container .background {
          min-height: 433px;
          padding-top: 32px; } }
    .section-about-brand-main .section-body .container .bottles {
      position: absolute;
      bottom: 30px;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 50px; }
      @media only screen and (max-width: 1023px) {
        .section-about-brand-main .section-body .container .bottles {
          bottom: 20px;
          padding: 0 20px; } }
      .section-about-brand-main .section-body .container .bottles .bottle:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
      .section-about-brand-main .section-body .container .bottles .bottle {
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease; }
      .section-about-brand-main .section-body .container .bottles__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 60px; }
        @media only screen and (max-width: 1023px) {
          .section-about-brand-main .section-body .container .bottles__container {
            gap: 10px;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: end; } }
        .section-about-brand-main .section-body .container .bottles__container img {
          width: 160px;
          height: 160px; }
          @media only screen and (max-width: 1199px) {
            .section-about-brand-main .section-body .container .bottles__container img {
              width: 70px;
              height: 70px; } }
          @media only screen and (max-width: 767px) {
            .section-about-brand-main .section-body .container .bottles__container img {
              width: 46px;
              height: 46px; } }
      .section-about-brand-main .section-body .container .bottles__container:last-child {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
    .section-about-brand-main .section-body .container .text {
      margin-top: 99px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 28px; }
      @media only screen and (max-width: 1023px) {
        .section-about-brand-main .section-body .container .text {
          margin-top: 83px; } }
      @media only screen and (max-width: 767px) {
        .section-about-brand-main .section-body .container .text {
          margin-top: 35px; } }
      .section-about-brand-main .section-body .container .text span {
        margin: 0 3rem;
        text-align: center; }
  .section-about-brand-main ~ .section-about-brand-advantages-additional .slick-dots {
    display: none; }

.section-about-brand-philosophy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 97px; }
  @media only screen and (max-width: 1023px) {
    .section-about-brand-philosophy {
      padding-top: 80px; } }
  .section-about-brand-philosophy .section-header {
    max-width: 990px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
    margin-bottom: 93px; }
    @media only screen and (max-width: 1023px) {
      .section-about-brand-philosophy .section-header {
        gap: 35px;
        padding: 0 20px;
        margin-bottom: 78px; } }
    @media only screen and (max-width: 767px) {
      .section-about-brand-philosophy .section-header {
        padding: 0 20px; } }
    .section-about-brand-philosophy .section-header__row {
      height: 50px;
      background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) no-repeat center/1px 100%;
      background: -o-linear-gradient(#000, #000) no-repeat center/1px 100%;
      background: linear-gradient(#000, #000) no-repeat center/1px 100%; }
  .section-about-brand-philosophy .section-body .container__title {
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 47px; }
  .section-about-brand-philosophy .section-body .container__row {
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3 - 2px));
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px; }
    @media only screen and (max-width: 1023px) {
      .section-about-brand-philosophy .section-body .container__row {
        -webkit-column-gap: 4px;
           -moz-column-gap: 4px;
                column-gap: 4px; } }
    @media only screen and (max-width: 767px) {
      .section-about-brand-philosophy .section-body .container__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 5px; } }
    .section-about-brand-philosophy .section-body .container__row-item {
      position: relative; }
      @media only screen and (max-width: 1023px) {
        .section-about-brand-philosophy .section-body .container__row-item {
          background-color: #f4f4f4; } }
      @media only screen and (max-width: 1023px) {
        .section-about-brand-philosophy .section-body .container__row-item img {
          padding-top: 231px; } }
      @media only screen and (max-width: 767px) {
        .section-about-brand-philosophy .section-body .container__row-item img {
          padding-top: 140px; } }
      .section-about-brand-philosophy .section-body .container__row-item-data {
        position: absolute;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 49px;
        height: 100%; }
        @media only screen and (max-width: 1023px) {
          .section-about-brand-philosophy .section-body .container__row-item-data {
            padding: 22px 23px 0 20px; } }
        @media only screen and (max-width: 767px) {
          .section-about-brand-philosophy .section-body .container__row-item-data {
            padding: 30px 30px 0 30px; } }
        .section-about-brand-philosophy .section-body .container__row-item-data-point {
          content: '';
          display: block;
          width: 10px;
          height: 10px;
          background: #212121; }
        .section-about-brand-philosophy .section-body .container__row-item-data-title {
          padding-top: 20px;
          padding-bottom: 14px; }
          @media only screen and (max-width: 1023px) {
            .section-about-brand-philosophy .section-body .container__row-item-data-title {
              line-height: 23.4px;
              padding-bottom: 5px; } }
        .section-about-brand-philosophy .section-body .container__row-item-data-text {
          line-height: 25.2px; }
          @media only screen and (max-width: 1023px) {
            .section-about-brand-philosophy .section-body .container__row-item-data-text {
              line-height: 22.2px; } }
        .section-about-brand-philosophy .section-body .container__row-item-data-number {
          position: absolute;
          bottom: 12px;
          right: 49px;
          font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 156px;
          line-height: 156px; }
          @media only screen and (max-width: 1023px) {
            .section-about-brand-philosophy .section-body .container__row-item-data-number {
              font-size: 96px;
              line-height: 81px;
              right: 32px; } }
          @media only screen and (max-width: 767px) {
            .section-about-brand-philosophy .section-body .container__row-item-data-number {
              font-size: 127px;
              line-height: 99px;
              right: 25px; } }
    @media only screen and (max-width: 767px) {
      .section-about-brand-philosophy .section-body .container__row-item:nth-child(2n) img {
        padding-top: 0;
        max-height: 308px; } }
    @media only screen and (max-width: 767px) {
      .section-about-brand-philosophy .section-body .container__row-item:nth-child(3n) img {
        padding-top: 5px; } }

.section-about-brand-advantages {
  padding-top: 96px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 1023px) {
    .section-about-brand-advantages {
      padding-top: 81px;
      padding-bottom: 52px; } }
  .section-about-brand-advantages .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 97px;
    margin-bottom: 47px; }
    @media only screen and (max-width: 1023px) {
      .section-about-brand-advantages .section-header {
        gap: 81px;
        margin-bottom: 28px; } }
    @media only screen and (max-width: 767px) {
      .section-about-brand-advantages .section-header {
        gap: 78px; } }
    @media only screen and (max-width: 1023px) {
      .section-about-brand-advantages .section-header h2 {
        padding: 0 100px; } }
    @media only screen and (max-width: 767px) {
      .section-about-brand-advantages .section-header h2 {
        padding: 0 65px;
        line-height: 28px; } }
    .section-about-brand-advantages .section-header .ticker__wrap .ticker__list {
      padding: 37px 0; }
      @media only screen and (max-width: 1023px) {
        .section-about-brand-advantages .section-header .ticker__wrap .ticker__list {
          padding: 18px 0; } }
  .section-about-brand-advantages .section-body .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 97px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 1023px) {
      .section-about-brand-advantages .section-body .container {
        gap: 80px; } }
    .section-about-brand-advantages .section-body .container .section-header {
      max-width: 990px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 48px; }
      @media only screen and (max-width: 1023px) {
        .section-about-brand-advantages .section-body .container .section-header {
          gap: 36px; } }
      .section-about-brand-advantages .section-body .container .section-header__row {
        height: 50px;
        background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) no-repeat center/1px 100%;
        background: -o-linear-gradient(#000, #000) no-repeat center/1px 100%;
        background: linear-gradient(#000, #000) no-repeat center/1px 100%; }
    @media only screen and (max-width: 1023px) {
      .section-about-brand-advantages .section-body .container .text-container h2 {
        padding: 0; } }

.section-about-brand-advantages-additional {
  padding-top: 0; }
  .section-about-brand-advantages-additional .section-header {
    margin-bottom: 0; }
    .section-about-brand-advantages-additional .section-header .ticker__wrap .ticker__list {
      padding: 37px 0; }
      @media only screen and (max-width: 1023px) {
        .section-about-brand-advantages-additional .section-header .ticker__wrap .ticker__list {
          padding: 18px 0; } }
  .section-about-brand-advantages-additional .section-body .container .about__content.custom {
    padding: 63px 50px 63px 10px;
    background: #FFFFFF; }
    @media only screen and (max-width: 1439px) {
      .section-about-brand-advantages-additional .section-body .container .about__content.custom {
        padding: 63px 20px 63px 10px; } }
    @media only screen and (max-width: 1023px) {
      .section-about-brand-advantages-additional .section-body .container .about__content.custom {
        padding: 50px 20px; } }
    @media only screen and (max-width: 767px) {
      .section-about-brand-advantages-additional .section-body .container .about__content.custom {
        padding: 35px 20px; } }
    .section-about-brand-advantages-additional .section-body .container .about__content.custom .list-check {
      padding-top: 24px;
      row-gap: 48px;
      -webkit-column-gap: 52px;
         -moz-column-gap: 52px;
              column-gap: 52px; }
      @media only screen and (max-width: 1023px) {
        .section-about-brand-advantages-additional .section-body .container .about__content.custom .list-check {
          row-gap: 52px;
          -webkit-column-gap: 30px;
             -moz-column-gap: 30px;
                  column-gap: 30px;
          padding-bottom: 82px; } }
      @media only screen and (max-width: 767px) {
        .section-about-brand-advantages-additional .section-body .container .about__content.custom .list-check {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .section-about-brand-advantages-additional .section-body .container .about__content.custom .list-check__item {
        row-gap: 0;
        width: 100%;
        width: calc(50% - 26px); }
        @media only screen and (max-width: 1023px) {
          .section-about-brand-advantages-additional .section-body .container .about__content.custom .list-check__item {
            width: calc(50% - 15px); } }
        .section-about-brand-advantages-additional .section-body .container .about__content.custom .list-check__item span {
          padding-top: 17px;
          padding-bottom: 8px; }
        .section-about-brand-advantages-additional .section-body .container .about__content.custom .list-check__item span.description {
          padding: 0; }
          @media only screen and (max-width: 1199px) {
            .section-about-brand-advantages-additional .section-body .container .about__content.custom .list-check__item span.description {
              font-size: 14px; } }
  .section-about-brand-advantages-additional .section-body .container .about__content {
    padding-left: 50px;
    padding-right: 50px; }
    @media only screen and (max-width: 1439px) {
      .section-about-brand-advantages-additional .section-body .container .about__content {
        padding-left: 20px;
        padding-right: 20px; } }
    @media only screen and (max-width: 1023px) {
      .section-about-brand-advantages-additional .section-body .container .about__content {
        padding: 49px 20px 71px; } }
    @media only screen and (max-width: 767px) {
      .section-about-brand-advantages-additional .section-body .container .about__content {
        padding: 35px 20px 52px; } }
    .section-about-brand-advantages-additional .section-body .container .about__content .list-check {
      padding-top: 71px;
      row-gap: 86px;
      -webkit-column-gap: 50px;
         -moz-column-gap: 50px;
              column-gap: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media only screen and (max-width: 1023px) {
        .section-about-brand-advantages-additional .section-body .container .about__content .list-check {
          padding-top: 22px;
          row-gap: 43px;
          -webkit-column-gap: 27px;
             -moz-column-gap: 27px;
                  column-gap: 27px; } }
      @media only screen and (max-width: 767px) {
        .section-about-brand-advantages-additional .section-body .container .about__content .list-check {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 22px 0; } }
      .section-about-brand-advantages-additional .section-body .container .about__content .list-check__item {
        row-gap: 20px;
        width: 100%;
        width: calc(50% - 25px); }
  @media only screen and (max-width: 1023px) {
    .section-about-brand-advantages-additional .section-body .container .about__wrap:last-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .section-about-brand-advantages-additional .about__top img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (min-width: 1601px) {
      .section-about-brand-advantages-additional .about__top img {
        -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(6%, #000));
        -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%);
        mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(6%, #000));
        mask-image: linear-gradient(90deg, transparent 0%, #000 6%); } }
  @media (min-width: 1601px) {
    .section-about-brand-advantages-additional .about__bottom {
      background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #f0f1f2));
      background: -o-linear-gradient(left, #fff 50%, #f0f1f2 50%);
      background: linear-gradient(to right, #fff 50%, #f0f1f2 50%); } }
  .section-about-brand-advantages-additional .about__bottom img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-image: none;
    mask-image: none; }
    @media (min-width: 1601px) {
      .section-about-brand-advantages-additional .about__bottom img {
        -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(94%, #000), to(transparent));
        -webkit-mask-image: linear-gradient(90deg, #000 94%, transparent 100%);
        mask-image: -webkit-gradient(linear, left top, right top, color-stop(94%, #000), to(transparent));
        mask-image: linear-gradient(90deg, #000 94%, transparent 100%); } }

.section-about-brand-ages {
  padding-top: 0; }
  @media (min-width: 1601px) {
    .section-about-brand-ages {
      background: #f2f5f6; } }
  @media only screen and (max-width: 767px) {
    .section-about-brand-ages {
      overflow: hidden; } }
  .section-about-brand-ages .section-body .container {
    position: relative;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .section-about-brand-ages .section-body .container {
        background-color: #F4F4F4; } }
    @media only screen and (max-width: 767px) {
      .section-about-brand-ages .section-body .container .image-container {
        width: 775px;
        overflow: hidden;
        margin-left: -44px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (min-width: 1601px) {
      .section-about-brand-ages .section-body .container .image-container img {
        -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #000), color-stop(95%, #000), to(transparent));
        -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
        mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #000), color-stop(95%, #000), to(transparent));
        mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%); } }
    .section-about-brand-ages .section-body .container .background {
      -o-object-fit: cover;
         object-fit: cover; }
      @media only screen and (max-width: 767px) {
        .section-about-brand-ages .section-body .container .background {
          -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(15%, #000));
          -webkit-mask-image: linear-gradient(0deg, transparent 0%, #000 15%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(15%, #000));
          mask-image: linear-gradient(0deg, transparent 0%, #000 15%); } }
    .section-about-brand-ages .section-body .container .molys-rb-container__text {
      max-width: 500px;
      position: absolute;
      right: 146px;
      top: 38%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 30px; }
      @media only screen and (max-width: 1023px) {
        .section-about-brand-ages .section-body .container .molys-rb-container__text {
          right: 19px;
          max-width: 292px;
          top: 23%; } }
      @media only screen and (max-width: 767px) {
        .section-about-brand-ages .section-body .container .molys-rb-container__text {
          position: inherit;
          top: 0;
          right: 0;
          max-width: 100%;
          padding: 15px 25px 80px 25px; } }
      .section-about-brand-ages .section-body .container .molys-rb-container__text-description {
        text-align: center;
        padding-right: 30px;
        line-height: 25.2px; }
        @media only screen and (max-width: 1023px) {
          .section-about-brand-ages .section-body .container .molys-rb-container__text-description {
            padding-right: 0;
            line-height: 21.4px; } }

.section-about-brand-ingredients {
  padding-top: 0; }
  .section-about-brand-ingredients .section-body .container {
    max-width: 990px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 157px;
    padding-bottom: 125px;
    gap: 56px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 1023px) {
      .section-about-brand-ingredients .section-body .container {
        padding-top: 82px;
        gap: 32px;
        padding-bottom: 75px; } }
    .section-about-brand-ingredients .section-body .container .status-bar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 631px; }
      .section-about-brand-ingredients .section-body .container .status-bar__title {
        font-size: 156px;
        letter-spacing: -4px;
        line-height: 144px;
        font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
        @media only screen and (max-width: 1023px) {
          .section-about-brand-ingredients .section-body .container .status-bar__title {
            font-size: 96px;
            line-height: 90px; } }
      .section-about-brand-ingredients .section-body .container .status-bar__description {
        font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        letter-spacing: -1px;
        line-height: 24px;
        font-size: 24px;
        text-transform: uppercase;
        padding-bottom: 21px;
        word-spacing: -2px; }
        @media only screen and (max-width: 1023px) {
          .section-about-brand-ingredients .section-body .container .status-bar__description {
            line-height: 18px;
            font-size: 18px;
            padding-bottom: 16px; } }
        @media only screen and (max-width: 767px) {
          .section-about-brand-ingredients .section-body .container .status-bar__description {
            text-align: center;
            line-height: 20.5px; } }
      .section-about-brand-ingredients .section-body .container .status-bar__bar {
        background-color: #FFFFFF;
        border: 1px solid #212121;
        width: 78%; }
        @media only screen and (max-width: 1023px) {
          .section-about-brand-ingredients .section-body .container .status-bar__bar {
            width: 162%; } }
        @media only screen and (max-width: 767px) {
          .section-about-brand-ingredients .section-body .container .status-bar__bar {
            width: 100%; } }
        .section-about-brand-ingredients .section-body .container .status-bar__bar div {
          background-color: #212121;
          width: 47%;
          height: 20px; }
          @media only screen and (max-width: 1023px) {
            .section-about-brand-ingredients .section-body .container .status-bar__bar div {
              height: 10px; } }
    .section-about-brand-ingredients .section-body .container .subtext {
      text-align: center;
      padding: 8px 70px 0;
      line-height: 25.2px; }
      @media only screen and (max-width: 1023px) {
        .section-about-brand-ingredients .section-body .container .subtext {
          padding: 0 30px; } }
      @media only screen and (max-width: 767px) {
        .section-about-brand-ingredients .section-body .container .subtext {
          padding: 0;
          line-height: 23px; } }

.section-blog-detail-main {
  padding-top: 0;
  border-bottom: 1px solid #D9DEE7;
  position: relative; }
  .section-blog-detail-main .breadcrumbs {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    left: 53px;
    width: auto; }
  .section-blog-detail-main h1 {
    text-align: left; }
    .section-blog-detail-main h1 + p {
      margin-top: 0; }
  .section-blog-detail-main h2 {
    margin-top: 80px;
    padding-bottom: 34px;
    text-align: left; }
    @media only screen and (max-width: 1023px) {
      .section-blog-detail-main h2 {
        margin-top: 54px; } }
    @media only screen and (max-width: 767px) {
      .section-blog-detail-main h2 {
        padding-right: 10px; } }
    .section-blog-detail-main h2 + p {
      margin-top: 0; }
  .section-blog-detail-main h3 {
    margin: 0;
    padding-top: 60px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    letter-spacing: -2px; }
    @media only screen and (max-width: 1023px) {
      .section-blog-detail-main h3 {
        font-size: 26px;
        padding-top: 53px;
        padding-bottom: 30px;
        letter-spacing: -1.3px; } }
    @media only screen and (max-width: 767px) {
      .section-blog-detail-main h3 {
        padding-bottom: 36px; } }
    .section-blog-detail-main h3 + p {
      margin-top: 0; }
  .section-blog-detail-main h4 {
    padding-bottom: 24px;
    text-transform: uppercase;
    font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    letter-spacing: 1px; }
    @media only screen and (max-width: 1023px) {
      .section-blog-detail-main h4 {
        font-size: 22px;
        letter-spacing: -1px;
        padding-bottom: 16px; } }
    @media only screen and (max-width: 767px) {
      .section-blog-detail-main h4 {
        line-height: 24px; } }
    .section-blog-detail-main h4 + p {
      margin-top: 0; }
  .section-blog-detail-main h5 {
    padding-top: 25px;
    padding-bottom: 20px; }
    @media only screen and (max-width: 1023px) {
      .section-blog-detail-main h5 {
        padding-top: 17px;
        padding-bottom: 16px; } }
    @media only screen and (max-width: 767px) {
      .section-blog-detail-main h5 {
        line-height: 25px; } }
    .section-blog-detail-main h5 + p {
      margin-top: 0; }
  .section-blog-detail-main p {
    margin: 12px 0; }
    @media only screen and (max-width: 1023px) {
      .section-blog-detail-main p {
        line-height: 22px; } }
    .section-blog-detail-main p:first-child {
      margin-top: 0; }
    .section-blog-detail-main p:last-child {
      margin-bottom: 0; }
  .section-blog-detail-main ul.text {
    list-style-type: square;
    padding-bottom: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (max-width: 1023px) {
      .section-blog-detail-main ul.text {
        padding-bottom: 0; } }
    .section-blog-detail-main ul.text li {
      position: relative;
      padding-left: 37px;
      padding-bottom: 19px;
      line-height: 25.2px;
      list-style: none; }
      .section-blog-detail-main ul.text li::before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        display: block;
        width: 7px;
        height: 7px;
        background: #212121; }
      @media only screen and (max-width: 1439px) {
        .section-blog-detail-main ul.text li {
          padding-left: 27px; } }
      @media only screen and (max-width: 767px) {
        .section-blog-detail-main ul.text li {
          line-height: 21.2px; } }
  .section-blog-detail-main ol.text {
    /* убираем стандартную нумерацию */
    list-style: none;
    /* Идентифицируем счетчик и даем ему имя li. Значение счетчика не указано - по умолчанию оно равно 0 */
    counter-reset: li;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px; }
    @media only screen and (max-width: 1023px) {
      .section-blog-detail-main ol.text {
        gap: 16px; } }
    .section-blog-detail-main ol.text li {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 20px;
      padding-left: 37px;
      line-height: 140%; }
      @media only screen and (max-width: 1439px) {
        .section-blog-detail-main ol.text li {
          padding-left: 27px; } }
      @media only screen and (max-width: 1023px) {
        .section-blog-detail-main ol.text li {
          gap: 7px; } }
    .section-blog-detail-main ol.text li:before {
      /* Определяем элемент, который будет нумероваться — li. Псевдоэлемент before указывает, что содержимое, вставляемое при помощи свойства content, будет располагаться перед пунктами списка. Здесь же устанавливается значение приращения счетчика (по умолчанию равно 1). */
      counter-increment: li;
      /* С помощью свойства content выводится номер пункта списка. counters() означает, что генерируемый текст представляет собой значения всех счетчиков с таким именем. Точка в кавычках добавляет разделяющую точку между цифрами, а точка с пробелом добавляется перед содержимым каждого пункта списка */
      content: counters(li, ".") ". ";
      position: absolute;
      left: 0;
      display: block; }
    .section-blog-detail-main ol.text ol {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 14px;
      padding-left: 40px;
      margin-top: -8px; }
      @media only screen and (max-width: 1439px) {
        .section-blog-detail-main ol.text ol {
          margin-top: 0; } }
      @media only screen and (max-width: 1023px) {
        .section-blog-detail-main ol.text ol {
          padding-left: 27px; } }
    .section-blog-detail-main ol.text ol li {
      padding-left: 47px;
      font-size: 16px;
      line-height: 115%; }
      @media only screen and (max-width: 1439px) {
        .section-blog-detail-main ol.text ol li {
          padding-left: 27px;
          font-size: 14px; } }
      @media only screen and (max-width: 1023px) {
        .section-blog-detail-main ol.text ol li {
          padding-bottom: 12px; } }
  .section-blog-detail-main .section-body .container {
    display: grid;
    grid-template-columns: 76% 24%;
    padding: 0; }
    @media only screen and (max-width: 1023px) {
      .section-blog-detail-main .section-body .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .section-blog-detail-main .section-body .container .article {
      border-right: 1px solid #D9DEE7;
      padding-left: 50px;
      padding-right: 50px;
      padding-bottom: 32px; }
      @media only screen and (max-width: 1439px) {
        .section-blog-detail-main .section-body .container .article {
          padding-left: 20px; } }
      @media only screen and (max-width: 1023px) {
        .section-blog-detail-main .section-body .container .article {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0;
          padding-left: 20px;
          padding-right: 20px;
          padding-bottom: 40px;
          border-right: none; } }
      @media only screen and (max-width: 767px) {
        .section-blog-detail-main .section-body .container .article {
          padding-bottom: 54px; } }
      .section-blog-detail-main .section-body .container .article__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 32px;
        padding-top: 94px;
        padding-bottom: 33px; }
        @media only screen and (max-width: 1023px) {
          .section-blog-detail-main .section-body .container .article__header {
            padding-top: 72px;
            gap: 16px;
            padding-bottom: 45px; } }
        @media only screen and (max-width: 767px) {
          .section-blog-detail-main .section-body .container .article__header {
            padding-top: 35px;
            padding-bottom: 25px; } }
        .section-blog-detail-main .section-body .container .article__header-subrow {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 48px;
          font-size: 14px; }
          @media only screen and (max-width: 1023px) {
            .section-blog-detail-main .section-body .container .article__header-subrow {
              gap: 34px;
              font-size: 12px; } }
          @media only screen and (max-width: 767px) {
            .section-blog-detail-main .section-body .container .article__header-subrow {
              gap: 31px; } }
          .section-blog-detail-main .section-body .container .article__header-subrow div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 10px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .section-blog-detail-main .section-body .container .article__header-subrow div .icon {
              width: 15px;
              height: 15px;
              display: block; }
            .section-blog-detail-main .section-body .container .article__header-subrow div .icon.date {
              background: url(/local/templates/molys/css/../assets/images/icons/date.svg); }
            .section-blog-detail-main .section-body .container .article__header-subrow div .icon.time {
              background: url(/local/templates/molys/css/../assets/images/icons/clock.svg); }
      .section-blog-detail-main .section-body .container .article__image {
        padding-bottom: 10px; }
      .section-blog-detail-main .section-body .container .article__subtext {
        border-left: 2px solid #212121;
        margin-top: 52px;
        margin-bottom: 60px;
        padding-left: 126px;
        word-spacing: 5px; }
        @media only screen and (max-width: 1439px) {
          .section-blog-detail-main .section-body .container .article__subtext {
            margin-top: 32px; } }
        @media only screen and (max-width: 1023px) {
          .section-blog-detail-main .section-body .container .article__subtext {
            border-left: 1px solid #212121;
            margin-top: 5px;
            padding-left: 27px;
            margin-left: 62px;
            margin-bottom: 34px; } }
        @media only screen and (max-width: 767px) {
          .section-blog-detail-main .section-body .container .article__subtext {
            margin-top: 34px;
            margin-left: 0; } }
        .section-blog-detail-main .section-body .container .article__subtext-title {
          font-size: 24px;
          text-transform: uppercase;
          line-height: 27.6px;
          padding-bottom: 43px; }
          @media only screen and (max-width: 1023px) {
            .section-blog-detail-main .section-body .container .article__subtext-title {
              font-size: 18px;
              line-height: 22.6px;
              padding-bottom: 26px; } }
          @media only screen and (max-width: 767px) {
            .section-blog-detail-main .section-body .container .article__subtext-title {
              line-height: 23px; } }
        .section-blog-detail-main .section-body .container .article__subtext-author {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 30px; }
          @media only screen and (max-width: 1023px) {
            .section-blog-detail-main .section-body .container .article__subtext-author {
              gap: 20px; } }
          .section-blog-detail-main .section-body .container .article__subtext-author-info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            gap: 10px; }
            @media only screen and (max-width: 1023px) {
              .section-blog-detail-main .section-body .container .article__subtext-author-info {
                gap: 5px; } }
            .section-blog-detail-main .section-body .container .article__subtext-author-info-position {
              font-size: 16px;
              color: #A5ACB6; }
              @media only screen and (max-width: 1023px) {
                .section-blog-detail-main .section-body .container .article__subtext-author-info-position {
                  font-size: 14px; } }
          @media only screen and (max-width: 1023px) {
            .section-blog-detail-main .section-body .container .article__subtext-author-image img {
              max-width: 66px; } }
      .section-blog-detail-main .section-body .container .article .slider-container {
        margin-top: 36px;
        margin-bottom: 36px; }
        @media only screen and (max-width: 1023px) {
          .section-blog-detail-main .section-body .container .article .slider-container {
            margin-top: 0;
            margin-bottom: 30px; } }
        @media only screen and (max-width: 767px) {
          .section-blog-detail-main .section-body .container .article .slider-container {
            padding-left: 0; } }
      .section-blog-detail-main .section-body .container .article__block-with-image {
        min-height: 420px; }
        @media only screen and (max-width: 1023px) {
          .section-blog-detail-main .section-body .container .article__block-with-image {
            min-height: 270px; } }
        .section-blog-detail-main .section-body .container .article__block-with-image p {
          margin-top: 0; }
        @media only screen and (max-width: 1023px) {
          .section-blog-detail-main .section-body .container .article__block-with-image img {
            max-width: 354px; } }
      .section-blog-detail-main .section-body .container .article__block-with-image.right img {
        float: right;
        margin-left: 30px;
        margin-bottom: 45px; }
        @media only screen and (max-width: 1023px) {
          .section-blog-detail-main .section-body .container .article__block-with-image.right img {
            padding-left: 0;
            padding-bottom: 0;
            margin-left: 20px; } }
        @media only screen and (max-width: 767px) {
          .section-blog-detail-main .section-body .container .article__block-with-image.right img {
            margin-top: 28px;
            margin-bottom: 28px;
            max-width: 100%; } }
      .section-blog-detail-main .section-body .container .article__block-with-image.left {
        padding-top: 20px;
        margin-bottom: 45px; }
        @media only screen and (max-width: 1023px) {
          .section-blog-detail-main .section-body .container .article__block-with-image.left {
            padding-top: 10px; } }
        @media only screen and (max-width: 767px) {
          .section-blog-detail-main .section-body .container .article__block-with-image.left {
            padding-top: 0; } }
        .section-blog-detail-main .section-body .container .article__block-with-image.left img {
          float: left;
          padding-right: 30px; }
          @media only screen and (max-width: 1023px) {
            .section-blog-detail-main .section-body .container .article__block-with-image.left img {
              padding-right: 0;
              margin-right: 20px; } }
          @media only screen and (max-width: 767px) {
            .section-blog-detail-main .section-body .container .article__block-with-image.left img {
              margin-top: 28px;
              margin-bottom: 28px;
              max-width: 100%; } }
    .section-blog-detail-main .section-body .container .blog-detail-rubrics {
      padding-left: 50px;
      padding-right: 50px;
      padding-top: 96px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 23px; }
      @media only screen and (max-width: 1439px) {
        .section-blog-detail-main .section-body .container .blog-detail-rubrics {
          padding-right: 20px; } }
      @media only screen and (max-width: 1023px) {
        .section-blog-detail-main .section-body .container .blog-detail-rubrics {
          padding-bottom: 78px;
          padding-left: 20px;
          padding-top: 80px;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
      .section-blog-detail-main .section-body .container .blog-detail-rubrics__title {
        font-size: 32px;
        font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        text-transform: uppercase;
        letter-spacing: -1px; }
        @media only screen and (max-width: 1023px) {
          .section-blog-detail-main .section-body .container .blog-detail-rubrics__title {
            font-size: 22px; } }
      .section-blog-detail-main .section-body .container .blog-detail-rubrics__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px; }
        @media only screen and (max-width: 1023px) {
          .section-blog-detail-main .section-body .container .blog-detail-rubrics__list {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            max-height: 127px;
            gap: 12px; } }
        @media only screen and (max-width: 767px) {
          .section-blog-detail-main .section-body .container .blog-detail-rubrics__list {
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            max-height: none; } }
        .section-blog-detail-main .section-body .container .blog-detail-rubrics__list-item-grey {
          color: #A5ACB6; }
        .section-blog-detail-main .section-body .container .blog-detail-rubrics__list-item:hover {
          color: #495361; }
    .section-blog-detail-main .section-body .container .blog-share-links {
      padding-top: 48px;
      padding-bottom: 48px;
      padding-left: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 28px;
      grid-column: 1/3;
      border-top: 1px solid #D9DEE7; }
      @media only screen and (max-width: 1023px) {
        .section-blog-detail-main .section-body .container .blog-share-links {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          border-bottom: 1px solid #D9DEE7;
          padding-top: 33px;
          padding-bottom: 33px;
          padding-left: 20px; } }
      @media only screen and (max-width: 767px) {
        .section-blog-detail-main .section-body .container .blog-share-links {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: baseline;
              -ms-flex-align: baseline;
                  align-items: baseline;
          gap: 12px; } }
      .section-blog-detail-main .section-body .container .blog-share-links .title {
        text-transform: uppercase;
        font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 24px;
        letter-spacing: -1px; }
        @media only screen and (max-width: 1023px) {
          .section-blog-detail-main .section-body .container .blog-share-links .title {
            font-size: 18px; } }
      .section-blog-detail-main .section-body .container .blog-share-links .share-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 5px; }
        .section-blog-detail-main .section-body .container .blog-share-links .share-links .icon {
          width: 55px;
          height: 55px;
          border: 1px solid #D9DEE7; }
        .section-blog-detail-main .section-body .container .blog-share-links .share-links .youtube {
          background: url(/local/templates/molys/css/../assets/images/icons/logo-youtobe.svg) center no-repeat; }
        .section-blog-detail-main .section-body .container .blog-share-links .share-links .youtube:hover {
          background: url(/local/templates/molys/css/../assets/images/icons/logo-youtobe-white.svg) center no-repeat;
          background-color: #495361; }
        .section-blog-detail-main .section-body .container .blog-share-links .share-links .dzen {
          background: url(/local/templates/molys/css/../assets/images/icons/logo-dzen.svg) center no-repeat; }
        .section-blog-detail-main .section-body .container .blog-share-links .share-links .dzen:hover {
          background: url(/local/templates/molys/css/../assets/images/icons/logo-dzen-white.svg) center no-repeat;
          background-color: #495361; }
        .section-blog-detail-main .section-body .container .blog-share-links .share-links .vk {
          background: url(/local/templates/molys/css/../assets/images/icons/logo-vk.svg) center no-repeat; }
        .section-blog-detail-main .section-body .container .blog-share-links .share-links .vk:hover {
          background: url(/local/templates/molys/css/../assets/images/icons/logo-vk-white.svg) center no-repeat;
          background-color: #495361; }
        .section-blog-detail-main .section-body .container .blog-share-links .share-links .telegram {
          background: url(/local/templates/molys/css/../assets/images/icons/logo-telegram.svg) center no-repeat; }
        .section-blog-detail-main .section-body .container .blog-share-links .share-links .telegram:hover {
          background: url(/local/templates/molys/css/../assets/images/icons/logo-telegram-white.svg) center no-repeat;
          background-color: #495361; }

.section-blog-detail-recommendations {
  padding-top: 97px;
  padding-bottom: 15px; }
  @media only screen and (max-width: 1023px) {
    .section-blog-detail-recommendations {
      padding-top: 80px; } }
  .section-blog-detail-recommendations .section-body .container {
    padding-bottom: 80px; }

.section-blog-main {
  padding-top: 90px;
  padding-bottom: 97px;
  position: relative; }
  @media only screen and (max-width: 1199px) {
    .section-blog-main {
      padding-top: 75px; } }
  @media only screen and (max-width: 1023px) {
    .section-blog-main {
      padding-bottom: 78px; } }
  @media only screen and (max-width: 767px) {
    .section-blog-main {
      padding-top: 35px;
      padding-bottom: 80px; } }
  .section-blog-main .section-header {
    padding-bottom: 14px; }
    @media only screen and (max-width: 1023px) {
      .section-blog-main .section-header {
        margin-bottom: 6px; } }
    .section-blog-main .section-header h1 {
      padding-bottom: 46px; }
      @media only screen and (max-width: 1023px) {
        .section-blog-main .section-header h1 {
          padding-bottom: 31px; } }
    .section-blog-main .section-header .ticker__wrap {
      border-top: 1px solid #D9DEE7;
      border-bottom: 1px solid #D9DEE7; }
    .section-blog-main .section-header .ticker__list {
      padding: 37px 0; }
      @media only screen and (max-width: 1023px) {
        .section-blog-main .section-header .ticker__list {
          padding: 18px 0; } }
  @media only screen and (max-width: 1023px) {
    .section-blog-main .section-body .container .slider-container .slider-main-blog .slick-dots li button:before {
      opacity: 0; } }
  @media only screen and (max-width: 1023px) {
    .section-blog-main .section-body .container .slider-container .slick-dotted.slick-slider {
      margin-bottom: 48px; } }
  .section-blog-main .section-body .container .slider-container .main-blog__img img {
    height: 350px; }
    @media only screen and (max-width: 1439px) {
      .section-blog-main .section-body .container .slider-container .main-blog__img img {
        min-width: unset;
        height: auto; } }

.section-blog-list {
  padding: 0; }
  .section-blog-list .section-body {
    border-top: 1px solid #D9DEE7;
    border-bottom: 1px solid #D9DEE7;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1023px) {
      .section-blog-list .section-body {
        margin-bottom: 77px; } }
    .section-blog-list .section-body .container {
      display: grid;
      grid-template-columns: repeat(2, calc((100% / 4) * 3 + 1px) calc(100% / 4 - 1px));
      padding: 0; }
      @media only screen and (max-width: 1023px) {
        .section-blog-list .section-body .container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; } }
      .section-blog-list .section-body .container .blog-list {
        border-right: 1px solid #D9DEE7; }
        @media only screen and (max-width: 1023px) {
          .section-blog-list .section-body .container .blog-list {
            border-right: none; } }
      .section-blog-list .section-body .container .blog-rubrics {
        padding-left: 50px;
        padding-top: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 23px; }
        @media only screen and (max-width: 1023px) {
          .section-blog-list .section-body .container .blog-rubrics {
            border-bottom: 1px solid #D9DEE7;
            padding-bottom: 33px;
            padding-left: 20px;
            padding-top: 37px; } }
        .section-blog-list .section-body .container .blog-rubrics__title {
          font-size: 32px;
          font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          text-transform: uppercase;
          letter-spacing: -1px; }
          @media only screen and (max-width: 1023px) {
            .section-blog-list .section-body .container .blog-rubrics__title {
              font-size: 22px; } }
        .section-blog-list .section-body .container .blog-rubrics__list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 20px; }
          @media only screen and (max-width: 1023px) {
            .section-blog-list .section-body .container .blog-rubrics__list {
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              max-height: 127px;
              gap: 12px; } }
          @media only screen and (max-width: 767px) {
            .section-blog-list .section-body .container .blog-rubrics__list {
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap;
              max-height: none; } }
          .section-blog-list .section-body .container .blog-rubrics__list-item-grey {
            color: #A5ACB6; }
          .section-blog-list .section-body .container .blog-rubrics__list-item:hover {
            color: #495361; }

.page-catalog h1, .page-catalog .h1 {
  max-width: 70%;
  margin: 0 auto; }
  @media only screen and (max-width: 1023px) {
    .page-catalog h1, .page-catalog .h1 {
      max-width: unset; } }

.page-catalog .section-catalog-line {
  padding-bottom: 0; }

.page-catalog .section-catalog-category-top {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden; }
  .page-catalog .section-catalog-category-top::before {
    content: '';
    position: absolute;
    top: 0;
    height: 300px; }
  .page-catalog .section-catalog-category-top .section-body {
    background-color: #f4f4f4; }
    .page-catalog .section-catalog-category-top .section-body .container {
      position: relative; }
      .page-catalog .section-catalog-category-top .section-body .container .background {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (min-width: 1601px) {
          .page-catalog .section-catalog-category-top .section-body .container .background {
            -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #000), color-stop(95%, #000), to(transparent));
            -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
            mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #000), color-stop(95%, #000), to(transparent));
            mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%); } }
        @media only screen and (max-width: 1199px) {
          .page-catalog .section-catalog-category-top .section-body .container .background {
            height: 330px; } }
      .page-catalog .section-catalog-category-top .section-body .container .bottles {
        position: absolute;
        bottom: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        min-height: 120px; }
      .page-catalog .section-catalog-category-top .section-body .container .text {
        margin-top: 99px;
        position: relative;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 328px;
        gap: 28px; }
        @media only screen and (max-width: 1199px) {
          .page-catalog .section-catalog-category-top .section-body .container .text {
            padding-bottom: 246px;
            margin-top: 75px; } }
        @media only screen and (max-width: 767px) {
          .page-catalog .section-catalog-category-top .section-body .container .text {
            padding-bottom: 158px;
            margin-top: 35px;
            gap: 20px; } }
  .page-catalog .section-catalog-category-top .list-check {
    margin-top: 24px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
    @media only screen and (max-width: 1023px) {
      .page-catalog .section-catalog-category-top .list-check {
        grid-template-columns: repeat(3, calc(100% / 3 - 20px * 2 / 3));
        margin-top: 16px;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px; } }
    @media only screen and (max-width: 767px) {
      .page-catalog .section-catalog-category-top .list-check {
        grid-template-columns: 100%; } }
    .page-catalog .section-catalog-category-top .list-check__item {
      row-gap: unset;
      width: calc(100% / 3 - 30px * 2 / 3); }
      @media only screen and (max-width: 1199px) {
        .page-catalog .section-catalog-category-top .list-check__item {
          row-gap: 10px; } }
      @media only screen and (max-width: 767px) {
        .page-catalog .section-catalog-category-top .list-check__item {
          width: 100%; } }
    .page-catalog .section-catalog-category-top .list-check span:not(.description) {
      padding-top: 36px;
      font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      letter-spacing: -0.05em;
      text-transform: uppercase;
      font-size: 24px;
      line-height: 115%; }
      @media only screen and (max-width: 1199px) {
        .page-catalog .section-catalog-category-top .list-check span:not(.description) {
          padding-top: 0;
          font-size: 18px; } }
    .page-catalog .section-catalog-category-top .list-check .description {
      margin-top: 16px; }
      @media only screen and (max-width: 1199px) {
        .page-catalog .section-catalog-category-top .list-check .description {
          margin-top: 0; } }
  .page-catalog .section-catalog-category-top .section-top-img {
    margin: 0 -50px;
    width: calc(100% + 100px);
    overflow: hidden; }
    @media only screen and (max-width: 1439px) {
      .page-catalog .section-catalog-category-top .section-top-img {
        margin: 0 -20px;
        width: calc(100% + 40px); } }

.page-catalog .catalog-list-line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 700px; }
  @media (min-width: 1601px) {
    .page-catalog .catalog-list-line .catalog-list-line__img img {
      -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #000), color-stop(95%, #000), to(transparent));
      -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
      mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #000), color-stop(95%, #000), to(transparent));
      mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%); } }
  @media only screen and (max-width: 1199px) {
    .page-catalog .catalog-list-line {
      height: 490px; } }
  @media only screen and (max-width: 1023px) {
    .page-catalog .catalog-list-line {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 130px;
      height: auto; } }
  .page-catalog .catalog-list-line:nth-child(1) .catalog-list-line__img-wrap {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f4f4f4), color-stop(50%, #eeeded));
    background: -o-linear-gradient(left, #f4f4f4 50%, #eeeded 50%);
    background: linear-gradient(to right, #f4f4f4 50%, #eeeded 50%); }
  .page-catalog .catalog-list-line:nth-child(2) .catalog-list-line__img-wrap {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f8f9fa), color-stop(50%, #f4f4f4));
    background: -o-linear-gradient(left, #f8f9fa 50%, #f4f4f4 50%);
    background: linear-gradient(to right, #f8f9fa 50%, #f4f4f4 50%); }
  .page-catalog .catalog-list-line:nth-child(3) .catalog-list-line__img-wrap {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f4f4f4), color-stop(50%, #f7f7f7));
    background: -o-linear-gradient(left, #f4f4f4 50%, #f7f7f7 50%);
    background: linear-gradient(to right, #f4f4f4 50%, #f7f7f7 50%); }
  .page-catalog .catalog-list-line:nth-child(even) .catalog-list-line__content-wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .page-catalog .catalog-list-line:nth-child(even) .catalog-list-line__content {
    margin-left: 0;
    margin-right: 15px; }
    @media only screen and (max-width: 1023px) {
      .page-catalog .catalog-list-line:nth-child(even) .catalog-list-line__content {
        margin-right: 0; } }
  @media (max-width: 992px) {
    .page-catalog .catalog-list-line:nth-child(even) img {
      right: -64px; } }
  @media (max-width: 776px) {
    .page-catalog .catalog-list-line:nth-child(even) img {
      right: -170px; } }
  @media only screen and (max-width: 767px) {
    .page-catalog .catalog-list-line:nth-child(even) img {
      right: 0; } }
  @media (max-width: 400px) {
    .page-catalog .catalog-list-line:nth-child(even) img {
      right: -60px; } }
  .page-catalog .catalog-list-line__img {
    height: 100%;
    width: calc(100% + 100px);
    margin: 0 -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden; }
    @media only screen and (max-width: 1439px) {
      .page-catalog .catalog-list-line__img {
        width: calc(100% + 40px);
        margin: 0 -20px; } }
    @media only screen and (max-width: 1023px) {
      .page-catalog .catalog-list-line__img {
        height: 490px; } }
    @media only screen and (max-width: 767px) {
      .page-catalog .catalog-list-line__img {
        height: 230px; } }
    .page-catalog .catalog-list-line__img-wrap {
      position: absolute;
      width: 100%;
      height: 100%; }
      @media only screen and (max-width: 1023px) {
        .page-catalog .catalog-list-line__img-wrap {
          position: relative; } }
      .page-catalog .catalog-list-line__img-wrap .container {
        height: 100%; }
    .page-catalog .catalog-list-line__img img {
      height: 100%;
      width: 100%;
      max-width: unset;
      -o-object-fit: cover;
         object-fit: cover;
      overflow: unset; }
      @media only screen and (max-width: 1023px) {
        .page-catalog .catalog-list-line__img img {
          position: relative; } }
      @media (max-width: 992px) {
        .page-catalog .catalog-list-line__img img {
          right: 64px; } }
      @media (max-width: 776px) {
        .page-catalog .catalog-list-line__img img {
          right: 170px; } }
      @media only screen and (max-width: 767px) {
        .page-catalog .catalog-list-line__img img {
          right: 0; } }
      @media (max-width: 400px) {
        .page-catalog .catalog-list-line__img img {
          right: 60px; } }
  .page-catalog .catalog-list-line__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 30%;
    margin-left: 15px;
    z-index: 2; }
    @media only screen and (max-width: 1023px) {
      .page-catalog .catalog-list-line__content {
        width: 100%;
        margin-left: 0; } }
    .page-catalog .catalog-list-line__content::before {
      position: relative;
      content: attr(data-count);
      margin-bottom: 24px;
      font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 80px;
      line-height: 100%;
      letter-spacing: -0.05em;
      text-transform: uppercase; }
      @media only screen and (max-width: 1023px) {
        .page-catalog .catalog-list-line__content::before {
          margin-top: -30px;
          margin-bottom: 30px;
          font-size: 60px; } }
    .page-catalog .catalog-list-line__content-wrap {
      position: relative;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .page-catalog .catalog-list-line p {
    margin-bottom: 40px;
    margin-top: 15px;
    text-align: center; }

.page-catalog .catalog-category {
  padding-top: 0; }
  @media only screen and (max-width: 1199px) {
    .page-catalog .catalog-category {
      padding-bottom: 20px; } }
  .page-catalog .catalog-category .section-header {
    padding-top: 80px;
    padding-bottom: 45px;
    background: #FFFFFF; }
    @media only screen and (max-width: 1199px) {
      .page-catalog .catalog-category .section-header {
        padding-top: 76px; } }
    @media only screen and (max-width: 1199px) {
      .page-catalog .catalog-category .section-header {
        padding-top: 74px;
        padding-bottom: 40px; } }
    .page-catalog .catalog-category .section-header h2, .page-catalog .catalog-category .section-header .h2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .page-catalog .catalog-category .section-header h2::before, .page-catalog .catalog-category .section-header .h2::before {
        position: relative;
        content: attr(data-count);
        margin-bottom: 36px;
        font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 80px;
        line-height: 100%;
        letter-spacing: -0.05em;
        text-transform: uppercase; }
        @media only screen and (max-width: 1199px) {
          .page-catalog .catalog-category .section-header h2::before, .page-catalog .catalog-category .section-header .h2::before {
            margin-bottom: 28px;
            font-size: 60px; } }
  .page-catalog .catalog-category .section-body {
    padding-top: 45px; }
    @media only screen and (max-width: 1199px) {
      .page-catalog .catalog-category .section-body {
        padding-top: 20px; } }
  .page-catalog .catalog-category .product__img {
    height: 346px; }
    @media only screen and (max-width: 1199px) {
      .page-catalog .catalog-category .product__img {
        height: 150px;
        padding: 18px; } }
    @media only screen and (max-width: 767px) {
      .page-catalog .catalog-category .product__img {
        height: 220px; } }

.page-catalog .show-item__button {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 130px;
  padding: 0; }
  @media only screen and (max-width: 1199px) {
    .page-catalog .show-item__button {
      margin-top: 36px;
      margin-bottom: 80px; } }
  .page-catalog .show-item__button span {
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 45px; }
    .page-catalog .show-item__button span.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.page-catalog .section-product-top {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -1px; }
  @media only screen and (max-width: 1023px) {
    .page-catalog .section-product-top {
      padding-top: 0; } }
  .page-catalog .section-product-top h1, .page-catalog .section-product-top .h1 {
    max-width: unset !important;
    margin: 0 !important;
    text-align: start; }
    @media only screen and (max-width: 1023px) {
      .page-catalog .section-product-top h1, .page-catalog .section-product-top .h1 {
        padding-top: 14px; } }
    @media only screen and (max-width: 767px) {
      .page-catalog .section-product-top h1, .page-catalog .section-product-top .h1 {
        padding-top: 32px; } }
  .page-catalog .section-product-top .product-top__container {
    display: grid;
    grid-template-columns: repeat(2, 50%); }
    @media only screen and (max-width: 1023px) {
      .page-catalog .section-product-top .product-top__container {
        grid-template-columns: 100%;
        padding-bottom: 36px; } }
    @media only screen and (max-width: 767px) {
      .page-catalog .section-product-top .product-top__container {
        row-gap: 0; } }
  .page-catalog .section-product-top .product-top__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
    .page-catalog .section-product-top .product-top__details .rating {
      grid-template-columns: repeat(5, 20px);
      -webkit-column-gap: 3px;
         -moz-column-gap: 3px;
              column-gap: 3px; }
      .page-catalog .section-product-top .product-top__details .rating span {
        width: 20px;
        height: 20px; }
  .page-catalog .section-product-top .product-top__buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: 18px;
    font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: -1.2px;
    text-transform: uppercase; }
    @media only screen and (max-width: 1023px) {
      .page-catalog .section-product-top .product-top__buy {
        margin-top: 14px; } }
  .page-catalog .section-product-top .product-top__price {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .page-catalog .section-product-top .product-top__price-ttl {
      display: block;
      width: 100%;
      padding-bottom: 6px;
      font-size: 20px; }
      @media only screen and (max-width: 1199px) {
        .page-catalog .section-product-top .product-top__price-ttl {
          font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .page-catalog .section-product-top .col {
      margin: 0 -20px;
      padding: 0 20px; } }
  .page-catalog .section-product-top .col:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 28px;
    padding-right: 50px;
    padding-top: 97px;
    padding-bottom: 50px; }
    @media only screen and (max-width: 1023px) {
      .page-catalog .section-product-top .col:first-child {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        row-gap: 22px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    @media only screen and (max-width: 767px) {
      .page-catalog .section-product-top .col:first-child {
        border-top: 1px solid #D9DEE7; } }
  @media only screen and (max-width: 1023px) {
    .page-catalog .section-product-top .col:nth-child(2) {
      padding-bottom: 28px; } }
  .page-catalog .section-product-top ~ .catalog-category {
    padding-bottom: 45px; }
  .page-catalog .section-product-top ~ .section-molys-rb-2 {
    background: #FFFFFF;
    border-bottom: 1px solid #D9DEE7; }

.page-catalog .section-tizer {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: -1px;
  border-top: 1px solid #D9DEE7;
  border-bottom: 1px solid #D9DEE7; }
  @media only screen and (max-width: 1199px) {
    .page-catalog .section-tizer {
      padding-top: 36px;
      padding-bottom: 36px; } }
  @media only screen and (max-width: 1023px) {
    .page-catalog .section-tizer {
      margin-top: 0; } }
  .page-catalog .section-tizer .list-tizer__item:nth-child(3) .list-tizer__img, .page-catalog .section-tizer .list-tizer__item:nth-child(4) .list-tizer__img {
    padding: 0; }
  .page-catalog .section-tizer + .section-ticker {
    border-top: none; }

.page-catalog .section-ticker {
  padding: 0;
  border-top: 1px solid #D9DEE7;
  border-bottom: 1px solid #D9DEE7; }

.page-catalog .section-composition {
  padding-top: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #F4F4F4), color-stop(50%, #fafaf9));
  background: -o-linear-gradient(left, #F4F4F4 50%, #fafaf9 50%);
  background: linear-gradient(to right, #F4F4F4 50%, #fafaf9 50%); }
  @media only screen and (max-width: 767px) {
    .page-catalog .section-composition {
      background: #F4F4F4; } }
  .page-catalog .section-composition .composition__container {
    display: grid;
    grid-template-columns: repeat(2, 50%); }
    @media only screen and (max-width: 1199px) {
      .page-catalog .section-composition .composition__container {
        grid-template-columns: 100%; } }
    @media only screen and (max-width: 767px) {
      .page-catalog .section-composition .composition__container {
        padding-top: 20px; } }
    @media only screen and (max-width: 767px) {
      .page-catalog .section-composition .composition__container table tr td:nth-child(2) {
        padding-right: 0; } }
  .page-catalog .section-composition .col:nth-child(1) {
    padding-top: 50px;
    padding-bottom: 122px;
    padding-right: 18px;
    background: #F4F4F4; }
    @media only screen and (max-width: 1199px) {
      .page-catalog .section-composition .col:nth-child(1) {
        padding-bottom: 76px; } }
    @media only screen and (max-width: 1023px) {
      .page-catalog .section-composition .col:nth-child(1) {
        padding: 0 20px;
        padding-bottom: 38px;
        margin: 0 -20px; } }
  .page-catalog .section-composition table {
    width: 100%; }
  .page-catalog .section-composition .composition__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin-right: -50px;
    overflow: hidden; }
    @media only screen and (max-width: 1439px) {
      .page-catalog .section-composition .composition__img {
        margin-right: -20px; } }
    @media only screen and (max-width: 1199px) {
      .page-catalog .section-composition .composition__img {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media only screen and (max-width: 767px) {
      .page-catalog .section-composition .composition__img {
        margin: 0 -20px; } }
    .page-catalog .section-composition .composition__img img {
      height: 100%;
      width: auto;
      max-width: unset; }
      @media (min-width: 1601px) {
        .page-catalog .section-composition .composition__img img {
          -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(0%, #000), color-stop(95%, #000), to(transparent));
          -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 0%, #000 95%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(0%, #000), color-stop(95%, #000), to(transparent));
          mask-image: linear-gradient(90deg, transparent 0%, #000 0%, #000 95%, transparent 100%); } }
      @media only screen and (max-width: 1199px) {
        .page-catalog .section-composition .composition__img img {
          width: 100%;
          height: auto;
          max-width: 100%; } }

.page-catalog .section-block-img {
  padding-top: 0; }

.section-contacts-main {
  padding-top: 97px;
  position: relative; }
  @media only screen and (max-width: 1199px) {
    .section-contacts-main {
      padding-top: 74px; } }
  @media only screen and (max-width: 767px) {
    .section-contacts-main {
      padding-top: 35px; } }
  .section-contacts-main .section-header {
    padding-bottom: 12px; }
    @media only screen and (max-width: 1199px) {
      .section-contacts-main .section-header {
        padding-bottom: 5px; } }
  .section-contacts-main .section-body {
    padding-top: 47px;
    border-top: 1px solid #D9DEE7; }
    @media only screen and (max-width: 1199px) {
      .section-contacts-main .section-body {
        padding-top: 32px; } }
    .section-contacts-main .section-body .container {
      display: grid;
      grid-template-columns: repeat(2, calc(100% / 2 - 10px));
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px; }
      @media only screen and (max-width: 1199px) {
        .section-contacts-main .section-body .container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 20px; } }
      .section-contacts-main .section-body .container .data {
        display: grid;
        grid-template-columns: repeat(2, calc(100% / 2 - 10px));
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px; }
        @media only screen and (max-width: 767px) {
          .section-contacts-main .section-body .container .data {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            gap: 30px; } }
        .section-contacts-main .section-body .container .data .assets {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 27px; }
          @media only screen and (max-width: 1199px) {
            .section-contacts-main .section-body .container .data .assets {
              gap: 20px; } }
          .section-contacts-main .section-body .container .data .assets .asset {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 29px; }
            @media only screen and (max-width: 1199px) {
              .section-contacts-main .section-body .container .data .assets .asset {
                gap: 20px; } }
            .section-contacts-main .section-body .container .data .assets .asset p {
              margin: 0; }
            .section-contacts-main .section-body .container .data .assets .asset .box {
              min-width: 55px;
              height: 55px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              border: 1px solid #D9DEE7; }
              .section-contacts-main .section-body .container .data .assets .asset .box span {
                display: block;
                background-repeat: no-repeat;
                background-position: center center;
                width: 30px;
                height: 30px; }
              .section-contacts-main .section-body .container .data .assets .asset .box .phone {
                background-image: url(/local/templates/molys/css/../assets/images/icons/phone.svg); }
              .section-contacts-main .section-body .container .data .assets .asset .box .map {
                background-image: url(/local/templates/molys/css/../assets/images/icons/point.svg); }
              .section-contacts-main .section-body .container .data .assets .asset .box .mail {
                background-image: url(/local/templates/molys/css/../assets/images/icons/mail.svg); }
            .section-contacts-main .section-body .container .data .assets .asset .text {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; }
              @media only screen and (max-width: 1199px) {
                .section-contacts-main .section-body .container .data .assets .asset .text {
                  -webkit-box-pack: start;
                      -ms-flex-pack: start;
                          justify-content: flex-start; } }
              .section-contacts-main .section-body .container .data .assets .asset .text a:hover {
                color: #495361; }
          .section-contacts-main .section-body .container .data .assets .asset.phone__asset a {
            font-weight: 500;
            font-size: 22px; }
            @media only screen and (max-width: 1199px) {
              .section-contacts-main .section-body .container .data .assets .asset.phone__asset a {
                font-size: 18px; } }
          .section-contacts-main .section-body .container .data .assets .asset.phone__asset p {
            font-size: 14px;
            color: #A5ACB6; }
            @media only screen and (max-width: 1199px) {
              .section-contacts-main .section-body .container .data .assets .asset.phone__asset p {
                font-size: 12px; } }
          .section-contacts-main .section-body .container .data .assets .asset.phone__asset .text {
            -ms-flex-pack: distribute;
                justify-content: space-around; }
        @media only screen and (max-width: 1199px) {
          .section-contacts-main .section-body .container .data .image {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: end; } }
      @media only screen and (max-width: 1199px) {
        .section-contacts-main .section-body .container .map img {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .section-contacts-main .section-body .container .map img {
          height: 320px;
          -o-object-fit: cover;
             object-fit: cover; } }

.design h1 {
  width: 100%; }

.design h2 {
  width: 100%; }

.design h3 {
  width: 100%; }

.design h4 {
  width: 100%; }

.design .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px; }

.design .color-round {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border: 3px solid #FFF;
  border-radius: 50%;
  margin-right: 10px; }

.design__background {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px; }
  .design__background-1 .color-round {
    background: #EAF1F5; }
  .design__background-2 .color-round {
    background: #F4F4F4; }

.design__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px; }
  .design__content-1 .color-round {
    background: #212121; }
  .design__content-2 .color-round {
    background: #DDE2EC; }

.design .base {
  font-family: "VelaSans-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.design .semiBold {
  font-family: "VelaSans-SemiBold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.design .bold {
  font-family: "VelaSans-Bold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.design .product {
  width: calc(100% / 4); }

.section-faq-main {
  padding-top: 90px;
  padding-bottom: 37px;
  position: relative; }
  @media only screen and (max-width: 1199px) {
    .section-faq-main {
      padding-top: 75px; } }
  @media only screen and (max-width: 767px) {
    .section-faq-main {
      padding-top: 35px; } }
  .section-faq-main .section-header {
    margin-bottom: 48px; }
    @media only screen and (max-width: 1199px) {
      .section-faq-main .section-header {
        margin-bottom: 30px; } }
  .section-faq-main .section-body {
    border-top: 1px solid #D9DEE7;
    border-bottom: 1px solid #D9DEE7; }
    .section-faq-main .section-body .container {
      display: grid;
      grid-template-columns: repeat(2, calc((100% / 4) * 3 + 1px) calc(100% / 4 - 1px));
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .section-faq-main .section-body .container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      .section-faq-main .section-body .container .questions {
        border-right: 1px solid #D9DEE7; }
        @media only screen and (max-width: 767px) {
          .section-faq-main .section-body .container .questions {
            border-right: none; } }
      .section-faq-main .section-body .container .image-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media only screen and (max-width: 767px) {
          .section-faq-main .section-body .container .image-container {
            display: none; } }
        .section-faq-main .section-body .container .image-container .image {
          width: 100%;
          padding: 50px; }
          @media only screen and (max-width: 1439px) {
            .section-faq-main .section-body .container .image-container .image {
              padding: 20px; } }

.page-main {
  padding-bottom: 122px; }
  @media only screen and (max-width: 1023px) {
    .page-main {
      padding-bottom: 76px; } }
  .page-main h2, .page-main .h2 {
    font-size: 48px;
    line-height: 100%; }
    @media only screen and (max-width: 1199px) {
      .page-main h2, .page-main .h2 {
        font-size: 32px; } }
  .page-main .section-main-slider {
    padding-top: 0; }
    .page-main .section-main-slider h2, .page-main .section-main-slider .h2 {
      font-size: 40px;
      line-height: 100%; }
      @media only screen and (max-width: 1199px) {
        .page-main .section-main-slider h2, .page-main .section-main-slider .h2 {
          font-size: 28px; } }
  .page-main .section-molys-rb {
    background: #ebeaea; }
    @media only screen and (max-width: 1023px) {
      .page-main .section-molys-rb {
        padding-top: 76px;
        background: #fff; } }
  .page-main .section-about .about__wrap {
    height: 750px; }
    @media only screen and (max-width: 767px) {
      .page-main .section-about .about__wrap {
        height: auto; } }
  .page-main .section-blog-main {
    padding-bottom: 0; }

.section-partners-main {
  position: relative;
  padding-top: 0;
  padding-bottom: 130px;
  overflow: hidden; }
  @media (min-width: 1601px) {
    .section-partners-main {
      background: #f4f4f4; } }
  @media only screen and (max-width: 1439px) {
    .section-partners-main {
      overflow: hidden; } }
  @media only screen and (max-width: 1199px) {
    .section-partners-main {
      padding-bottom: 80px; } }
  @media only screen and (max-width: 1023px) {
    .section-partners-main .breadcrumbs {
      top: 34px; } }
  .section-partners-main .section-body .container {
    position: relative;
    padding: 0; }
    .section-partners-main .section-body .container img {
      position: absolute;
      height: calc(100% + 130px); }
      @media (min-width: 1601px) {
        .section-partners-main .section-body .container img {
          -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(6%, #000), color-stop(94%, #000), to(transparent));
          -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(6%, #000), color-stop(94%, #000), to(transparent));
          mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%); } }
      @media only screen and (max-width: 1199px) {
        .section-partners-main .section-body .container img {
          height: calc(100% + 80px); } }
    .section-partners-main .section-body .container .background {
      -o-object-fit: cover;
         object-fit: cover; }
    .section-partners-main .section-body .container .text-container {
      position: relative;
      padding-top: 99px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 28px;
      z-index: 2; }
      @media only screen and (max-width: 1023px) {
        .section-partners-main .section-body .container .text-container {
          padding-top: 82px; } }
      @media only screen and (max-width: 767px) {
        .section-partners-main .section-body .container .text-container {
          padding-top: 35px; } }
      .section-partners-main .section-body .container .text-container .button-block {
        max-width: 920px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .section-partners-main .section-body .container .text-container .button-block h5 {
          text-align: center;
          padding-top: 36px;
          padding-bottom: 68px; }
          @media only screen and (max-width: 1023px) {
            .section-partners-main .section-body .container .text-container .button-block h5 {
              padding-left: 70px;
              padding-right: 70px;
              line-height: 22px;
              padding-bottom: 39px; } }
          @media only screen and (max-width: 767px) {
            .section-partners-main .section-body .container .text-container .button-block h5 {
              padding-left: 20px;
              padding-right: 20px; } }
        .section-partners-main .section-body .container .text-container .button-block__title {
          font-size: 96px;
          font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          letter-spacing: -5px;
          line-height: 85px; }
          @media only screen and (max-width: 1023px) {
            .section-partners-main .section-body .container .text-container .button-block__title {
              font-size: 80px;
              line-height: 65px;
              letter-spacing: -4px; } }
        .section-partners-main .section-body .container .text-container .button-block__line {
          height: 50px;
          background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) no-repeat center/1px 100%;
          background: -o-linear-gradient(#000, #000) no-repeat center/1px 100%;
          background: linear-gradient(#000, #000) no-repeat center/1px 100%;
          width: 100%;
          margin: 30px 0; }
          @media only screen and (max-width: 1023px) {
            .section-partners-main .section-body .container .text-container .button-block__line {
              margin: 25px 0; } }
        .section-partners-main .section-body .container .text-container .button-block span {
          text-align: center; }
        .section-partners-main .section-body .container .text-container .button-block .button-base {
          max-width: 250px;
          color: #FFFFFF;
          background: #212121;
          margin-top: 28px;
          max-height: 50px;
          padding: 0 48px;
          font-size: 16px; }
          @media only screen and (max-width: 1023px) {
            .section-partners-main .section-body .container .text-container .button-block .button-base {
              margin-top: 21px;
              padding: 0 35px; } }
          @media only screen and (max-width: 767px) {
            .section-partners-main .section-body .container .text-container .button-block .button-base {
              min-width: 89%; } }
        .section-partners-main .section-body .container .text-container .button-block .button-base:hover {
          background: #495361; }
  .section-partners-main ~ #comp_4755cec29e69e224f056f4869aae464b .section-contacts-form {
    padding-top: 0; }
  .section-partners-main ~ .section-partners-benefits .section-body .benefits-buttons-button {
    border-bottom: none;
    font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 40px;
    font-weight: normal; }
    @media only screen and (max-width: 1199px) {
      .section-partners-main ~ .section-partners-benefits .section-body .benefits-buttons-button {
        padding-top: 5px;
        text-align: center;
        font-size: 28px; } }
    .section-partners-main ~ .section-partners-benefits .section-body .benefits-buttons-button.active {
      border-bottom: none; }

.section-partners-benefits {
  padding-top: 96px; }
  @media only screen and (max-width: 1023px) {
    .section-partners-benefits {
      padding-top: 72px; } }
  .section-partners-benefits .section-body {
    border-bottom: 1px solid #D9DEE7; }
    @media only screen and (max-width: 1023px) {
      .section-partners-benefits .section-body {
        border-bottom: none; } }
    .section-partners-benefits .section-body .benefits {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 47px; }
      @media only screen and (max-width: 1023px) {
        .section-partners-benefits .section-body .benefits {
          padding: 0 20px; } }
      .section-partners-benefits .section-body .benefits-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: pointer; }
        @media only screen and (max-width: 767px) {
          .section-partners-benefits .section-body .benefits-buttons {
            overflow-x: scroll;
            margin: 0 -20px;
            padding: 0 20px;
            scrollbar-width: none; }
            .section-partners-benefits .section-body .benefits-buttons::-webkit-scrollbar {
              width: 0;
              height: 0;
              -webkit-transition: 125ms;
              transition: 125ms;
              cursor: none !important; } }
        .section-partners-benefits .section-body .benefits-buttons-button {
          border-bottom: 1px solid #DDE2EC;
          padding-bottom: 10px;
          font-size: 16px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 0.5px; }
          @media only screen and (max-width: 1023px) {
            .section-partners-benefits .section-body .benefits-buttons-button {
              font-size: 13px;
              padding-bottom: 4px; } }
        .section-partners-benefits .section-body .benefits-buttons-button.active {
          border-bottom: 1px solid #212121; }
      .section-partners-benefits .section-body .benefits-items-container {
        display: none;
        padding: 49px 0;
        gap: 30px; }
        @media only screen and (max-width: 1023px) {
          .section-partners-benefits .section-body .benefits-items-container {
            padding: 36px 0;
            gap: 19px; } }
        @media only screen and (max-width: 767px) {
          .section-partners-benefits .section-body .benefits-items-container {
            gap: 37px; } }
        .section-partners-benefits .section-body .benefits-items-container-item {
          max-width: 482px; }
          @media only screen and (max-width: 1023px) {
            .section-partners-benefits .section-body .benefits-items-container-item {
              max-width: 230px; } }
          @media only screen and (max-width: 767px) {
            .section-partners-benefits .section-body .benefits-items-container-item {
              max-width: none; } }
          .section-partners-benefits .section-body .benefits-items-container-item .list-check__item {
            width: auto;
            row-gap: 15px; }
            @media only screen and (max-width: 1023px) {
              .section-partners-benefits .section-body .benefits-items-container-item .list-check__item {
                row-gap: 7px; } }
            .section-partners-benefits .section-body .benefits-items-container-item .list-check__item .list-check__check {
              margin-bottom: 10px; }
              @media only screen and (max-width: 1023px) {
                .section-partners-benefits .section-body .benefits-items-container-item .list-check__item .list-check__check {
                  margin-bottom: 0; } }
            .section-partners-benefits .section-body .benefits-items-container-item .list-check__item span {
              font-size: 24px;
              font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
              max-width: 300px;
              line-height: 27.6px;
              padding-top: 11px; }
              @media only screen and (max-width: 1023px) {
                .section-partners-benefits .section-body .benefits-items-container-item .list-check__item span {
                  font-size: 18px;
                  padding-top: 0;
                  letter-spacing: -1px;
                  line-height: 25px;
                  max-width: 200px; } }
              @media only screen and (max-width: 767px) {
                .section-partners-benefits .section-body .benefits-items-container-item .list-check__item span {
                  max-width: none; } }
            .section-partners-benefits .section-body .benefits-items-container-item .list-check__item span.description {
              font-size: 18px;
              font-family: "VelaSans-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
              max-width: none;
              line-height: 25.2px;
              padding-top: 0; }
              @media only screen and (max-width: 1023px) {
                .section-partners-benefits .section-body .benefits-items-container-item .list-check__item span.description {
                  font-size: 16px;
                  line-height: 22.2px;
                  padding-top: 2px;
                  letter-spacing: 0;
                  max-width: none; } }
        .section-partners-benefits .section-body .benefits-items-container-item:last-child span {
          max-width: 320px; }
          @media only screen and (max-width: 1023px) {
            .section-partners-benefits .section-body .benefits-items-container-item:last-child span {
              max-width: 220px; } }
      .section-partners-benefits .section-body .benefits-items-container.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media only screen and (max-width: 767px) {
          .section-partners-benefits .section-body .benefits-items-container.active {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }

.section-partners-pharma {
  padding-top: 50px; }
  @media only screen and (max-width: 1023px) {
    .section-partners-pharma {
      padding-top: 0; } }
  .section-partners-pharma .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 45px; }
    @media only screen and (max-width: 1023px) {
      .section-partners-pharma .section-header {
        margin-bottom: 37px; } }
    .section-partners-pharma .section-header-container {
      max-width: 820px; }
      .section-partners-pharma .section-header-container__line {
        height: 50px;
        background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) no-repeat center/1px 100%;
        background: -o-linear-gradient(#000, #000) no-repeat center/1px 100%;
        background: linear-gradient(#000, #000) no-repeat center/1px 100%;
        width: 100%;
        margin: 48px 0; }
        @media only screen and (max-width: 1023px) {
          .section-partners-pharma .section-header-container__line {
            margin: 43px 0; } }
      @media only screen and (max-width: 1023px) {
        .section-partners-pharma .section-header-container h2 {
          padding: 4px 0; } }
      @media only screen and (max-width: 767px) {
        .section-partners-pharma .section-header-container h2 {
          max-width: 300px; } }
  .section-partners-pharma .section-body {
    border-top: 1px solid #DDE2EC; }
    .section-partners-pharma .section-body .container {
      display: grid;
      grid-template-columns: repeat(3, calc(100%/3));
      padding: 0;
      /*
            .pharma-item:nth-child(1) {
                border-left: none;
            }
            .pharma-item:nth-child(4) {
                border-left: none;
            }
            .pharma-item:nth-child(7) {
                border-left: none;
                border-bottom: none;
                @include mq('phone') {
                    border-bottom: 1px solid $color-gray;
                }
            }
            .pharma-item:nth-child(8) {
                border-bottom: none;
                @include mq('phone') {
                    border-bottom: 1px solid $color-gray;
                }
            }
            .pharma-item:nth-child(9) {
                border-bottom: none;
            }
            */ }
      @media only screen and (max-width: 767px) {
        .section-partners-pharma .section-body .container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .section-partners-pharma .section-body .container .pharma-item {
        border: 1px solid #DDE2EC;
        border-left: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        min-height: 250px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 20px;
        margin-top: -1px; }
        @media only screen and (max-width: 1023px) {
          .section-partners-pharma .section-body .container .pharma-item {
            min-height: 120px;
            gap: 12px; } }
        @media only screen and (max-width: 767px) {
          .section-partners-pharma .section-body .container .pharma-item {
            min-height: 125px;
            border-left: none; } }
        .section-partners-pharma .section-body .container .pharma-item:nth-child(3n) {
          border-right: none; }
    .section-partners-pharma .section-body .ticker__list {
      padding: 38px 0; }
      @media only screen and (max-width: 1023px) {
        .section-partners-pharma .section-body .ticker__list {
          padding: 18px 0; } }

.section-partners-connect {
  padding-top: 50px; }
  @media only screen and (max-width: 1023px) {
    .section-partners-connect {
      padding-top: 33px; } }
  .section-partners-connect .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 45px; }
    @media only screen and (max-width: 1023px) {
      .section-partners-connect .section-header {
        margin-bottom: 31px; } }
    @media only screen and (max-width: 767px) {
      .section-partners-connect .section-header {
        margin-bottom: 21px; } }
    .section-partners-connect .section-header-container {
      max-width: 920px; }
      @media only screen and (max-width: 1023px) {
        .section-partners-connect .section-header-container {
          max-width: 700px; } }
      .section-partners-connect .section-header-container__line {
        height: 50px;
        background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) no-repeat center/1px 100%;
        background: -o-linear-gradient(#000, #000) no-repeat center/1px 100%;
        background: linear-gradient(#000, #000) no-repeat center/1px 100%;
        width: 100%;
        margin: 48px 0; }
      @media only screen and (max-width: 767px) {
        .section-partners-connect .section-header-container h2 {
          max-width: 280px; } }
  .section-partners-connect .section-body {
    border-top: 1px solid #DDE2EC;
    border-bottom: 1px solid #DDE2EC; }
    .section-partners-connect .section-body .container {
      display: grid;
      grid-template-columns: repeat(3, calc(100%/3));
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .section-partners-connect .section-body .container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .section-partners-connect .section-body .container .connect-item {
        border-right: 1px solid #DDE2EC;
        border-bottom: 1px solid #DDE2EC;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 65px 55px 71px 55px; }
        @media only screen and (max-width: 1023px) {
          .section-partners-connect .section-body .container .connect-item {
            padding: 30px 21px 41px 20px; } }
        @media only screen and (max-width: 767px) {
          .section-partners-connect .section-body .container .connect-item {
            border-right: none;
            padding: 30px 21px 36px 20px; } }
        .section-partners-connect .section-body .container .connect-item__title {
          font-size: 96px;
          font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          letter-spacing: -5px;
          line-height: 108px;
          text-transform: uppercase; }
          @media only screen and (max-width: 1199px) {
            .section-partners-connect .section-body .container .connect-item__title {
              font-size: 56px;
              line-height: 67px;
              letter-spacing: -3px; } }
          @media only screen and (max-width: 767px) {
            .section-partners-connect .section-body .container .connect-item__title {
              line-height: 62px; } }
        .section-partners-connect .section-body .container .connect-item__text {
          text-align: center; }
          @media only screen and (max-width: 1023px) {
            .section-partners-connect .section-body .container .connect-item__text {
              line-height: 22px; } }
      .section-partners-connect .section-body .container .connect-item:nth-child(3) {
        border-right: none; }
      .section-partners-connect .section-body .container .connect-item:nth-child(4) {
        border-bottom: none; }
        @media only screen and (max-width: 767px) {
          .section-partners-connect .section-body .container .connect-item:nth-child(4) {
            border-bottom: 1px solid #DDE2EC; } }
      .section-partners-connect .section-body .container .connect-item:nth-child(5) {
        border-bottom: none; }
        @media only screen and (max-width: 767px) {
          .section-partners-connect .section-body .container .connect-item:nth-child(5) {
            border-bottom: 1px solid #DDE2EC; } }
      .section-partners-connect .section-body .container .connect-item:nth-child(6) {
        border-right: none;
        border-bottom: none; }

.section-partners-bottles {
  padding-top: 110px; }
  @media only screen and (max-width: 1023px) {
    .section-partners-bottles {
      padding-top: 84px; } }
  @media only screen and (max-width: 767px) {
    .section-partners-bottles {
      overflow: hidden; } }
  @media only screen and (max-width: 767px) {
    .section-partners-bottles .section-body .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (max-width: 767px) {
    .section-partners-bottles .section-body .container img {
      max-width: 237%; } }

.section-contacts-form.partners {
  padding-top: 0; }
  .section-contacts-form.partners .section-body .container .promo .title {
    padding-top: 94px; }
    @media only screen and (max-width: 1023px) {
      .section-contacts-form.partners .section-body .container .promo .title {
        padding-top: 82px; } }
    @media only screen and (max-width: 767px) {
      .section-contacts-form.partners .section-body .container .promo .title {
        padding-top: 77px;
        gap: 20px; } }
  .section-contacts-form.partners .section-body .container .promo .image img {
    max-width: 102%; }
  .section-contacts-form.partners .section-body .container form {
    gap: 26px; }
    @media only screen and (max-width: 1023px) {
      .section-contacts-form.partners .section-body .container form {
        gap: 20px; } }
  .section-contacts-form.partners h2 {
    text-align: left; }

.section-search-main {
  position: relative;
  padding-top: 98px; }
  @media only screen and (max-width: 1023px) {
    .section-search-main {
      padding-top: 74px; } }
  @media only screen and (max-width: 767px) {
    .section-search-main {
      padding-top: 35px; } }
  .section-search-main .section-header {
    margin-bottom: 47px; }
    @media only screen and (max-width: 1023px) {
      .section-search-main .section-header {
        margin-bottom: 26px; } }
  .section-search-main .section-body .container {
    max-width: 1089px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35.5px;
    padding-bottom: 103px; }
    @media only screen and (max-width: 1023px) {
      .section-search-main .section-body .container {
        gap: 21.5px;
        padding-bottom: 59px; } }
    @media only screen and (max-width: 767px) {
      .section-search-main .section-body .container {
        gap: 11.5px; } }
    .section-search-main .section-body .container .input-container {
      position: relative;
      margin-bottom: 12px; }
      @media only screen and (max-width: 1023px) {
        .section-search-main .section-body .container .input-container {
          margin-bottom: 0; } }
      .section-search-main .section-body .container .input-container input[type=text] {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 20px;
        border: 1px solid #D9DEE7;
        border-radius: 0;
        opacity: 1;
        width: 100%;
        line-height: 25.2px; }
      .section-search-main .section-body .container .input-container input[type=text]::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #212121;
        font-size: 18px; }
        @media only screen and (max-width: 1023px) {
          .section-search-main .section-body .container .input-container input[type=text]::-webkit-input-placeholder {
            font-size: 16px; } }
      .section-search-main .section-body .container .input-container input[type=text]:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #212121;
        opacity: 1;
        font-size: 18px; }
        @media only screen and (max-width: 1023px) {
          .section-search-main .section-body .container .input-container input[type=text]:-moz-placeholder {
            font-size: 16px; } }
      .section-search-main .section-body .container .input-container input[type=text]::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #212121;
        opacity: 1;
        font-size: 18px; }
        @media only screen and (max-width: 1023px) {
          .section-search-main .section-body .container .input-container input[type=text]::-moz-placeholder {
            font-size: 16px; } }
      .section-search-main .section-body .container .input-container input[type=text]:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #212121;
        font-size: 18px; }
        @media only screen and (max-width: 1023px) {
          .section-search-main .section-body .container .input-container input[type=text]:-ms-input-placeholder {
            font-size: 16px; } }
    .section-search-main .section-body .container .input-container:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto 0;
      width: 20px;
      height: 22.28px;
      background: url("/local/templates/molys/css/../assets/images/icons/magnifier.svg") no-repeat;
      background-size: cover; }
    .section-search-main .section-body .container .blog-list__pagination {
      padding: 47px 47px 32px 47px; }
      @media only screen and (max-width: 1023px) {
        .section-search-main .section-body .container .blog-list__pagination {
          padding: 35px 15px 35px 15px; } }
      @media only screen and (max-width: 767px) {
        .section-search-main .section-body .container .blog-list__pagination {
          padding: 33px 9px 36px 9px; } }

.section-where-buy-main {
  padding-top: 0;
  background-color: #eff0f2;
  position: relative; }
  .section-where-buy-main .section-body .container {
    position: relative;
    padding: 0; }
    .section-where-buy-main .section-body .container .background {
      min-height: 350px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (min-width: 1601px) {
        .section-where-buy-main .section-body .container .background {
          -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #000), color-stop(95%, #000), to(transparent));
          -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #000), color-stop(95%, #000), to(transparent));
          mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%); } }
      @media only screen and (max-width: 1199px) {
        .section-where-buy-main .section-body .container .background {
          min-height: 318px; } }
    .section-where-buy-main .section-body .container .bottles {
      position: absolute;
      bottom: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      min-height: 120px; }
    .section-where-buy-main .section-body .container .text {
      margin-top: 90px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 34px; }
      @media only screen and (max-width: 1199px) {
        .section-where-buy-main .section-body .container .text {
          margin-top: 75px;
          gap: 22px; } }
      @media only screen and (max-width: 767px) {
        .section-where-buy-main .section-body .container .text {
          margin-top: 35px;
          gap: 20px; } }
      .section-where-buy-main .section-body .container .text span {
        margin: 0 3rem;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .section-where-buy-main .section-body .container .text span {
            margin: 0 1rem; } }

.section-where-buy-marketplace {
  padding-top: 0; }
  .section-where-buy-marketplace .section-header {
    border-top: 1px solid #D9DEE7;
    border-bottom: 1px solid #D9DEE7;
    margin-bottom: 0; }
    .section-where-buy-marketplace .section-header .container {
      font-size: 40px;
      text-transform: uppercase;
      overflow: hidden; }
      @media only screen and (max-width: 1199px) {
        .section-where-buy-marketplace .section-header .container {
          font-size: 30px; } }
      @media only screen and (max-width: 1023px) {
        .section-where-buy-marketplace .section-header .container {
          font-size: 20px; } }
  .section-where-buy-marketplace .section-body .container {
    display: grid;
    grid-template-columns: repeat(2, calc(100% / 2 - 2px)); }
    @media only screen and (max-width: 1199px) {
      .section-where-buy-marketplace .section-body .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        background: -webkit-gradient(linear, left top, left bottom, from(#D9DEE7), to(#D9DEE7)) no-repeat center/1px 100%;
        background: -o-linear-gradient(#D9DEE7, #D9DEE7) no-repeat center/1px 100%;
        background: linear-gradient(#D9DEE7, #D9DEE7) no-repeat center/1px 100%;
        padding: 0; } }
    @media only screen and (max-width: 767px) {
      .section-where-buy-marketplace .section-body .container {
        background: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        gap: 0; } }
    .section-where-buy-marketplace .section-body .container .marketplace {
      padding-top: 50px;
      padding-bottom: 50px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media only screen and (max-width: 1199px) {
        .section-where-buy-marketplace .section-body .container .marketplace {
          padding-top: 20px;
          padding-bottom: 12px;
          width: 50%; } }
      @media only screen and (max-width: 767px) {
        .section-where-buy-marketplace .section-body .container .marketplace {
          padding-bottom: 22px;
          width: 100%; } }
      .section-where-buy-marketplace .section-body .container .marketplace .small {
        display: none; }
        @media only screen and (max-width: 1199px) {
          .section-where-buy-marketplace .section-body .container .marketplace .small {
            display: inherit; } }
        @media only screen and (max-width: 767px) {
          .section-where-buy-marketplace .section-body .container .marketplace .small {
            width: 100%; } }
      .section-where-buy-marketplace .section-body .container .marketplace img {
        min-height: 220px;
        -o-object-fit: cover;
           object-fit: cover; }
        @media only screen and (max-width: 1199px) {
          .section-where-buy-marketplace .section-body .container .marketplace img {
            display: none; } }
        @media only screen and (max-width: 767px) {
          .section-where-buy-marketplace .section-body .container .marketplace img {
            min-height: 206px; } }
      .section-where-buy-marketplace .section-body .container .marketplace .border {
        position: absolute;
        bottom: 98px;
        border: 1px solid #FFFFFF; }
        @media only screen and (max-width: 1199px) {
          .section-where-buy-marketplace .section-body .container .marketplace .border {
            bottom: 39px; } }
        .section-where-buy-marketplace .section-body .container .marketplace .border .button {
          padding: 21px 45px;
          color: #FFFFFF;
          text-transform: uppercase;
          font-size: 14px;
          font-weight: 700; }
          @media only screen and (max-width: 1199px) {
            .section-where-buy-marketplace .section-body .container .marketplace .border .button {
              padding: 13px 24px; } }
    .section-where-buy-marketplace .section-body .container .marketplace:first-child {
      border-right: 1px solid #D9DEE7;
      padding-right: 50px; }
      @media only screen and (max-width: 1199px) {
        .section-where-buy-marketplace .section-body .container .marketplace:first-child {
          padding-right: 20px;
          padding-left: 20px;
          border-right: none; } }
      @media only screen and (max-width: 767px) {
        .section-where-buy-marketplace .section-body .container .marketplace:first-child {
          border-right: none; } }
    .section-where-buy-marketplace .section-body .container .marketplace:last-child {
      padding-left: 50px; }
      @media only screen and (max-width: 1199px) {
        .section-where-buy-marketplace .section-body .container .marketplace:last-child {
          padding-left: 20px;
          padding-right: 20px; } }
      @media only screen and (max-width: 767px) {
        .section-where-buy-marketplace .section-body .container .marketplace:last-child {
          padding-right: 20px;
          border-bottom: 1px solid #D9DEE7; } }
  @media only screen and (max-width: 767px) {
    .section-where-buy-marketplace .section-body .container {
      padding: 0; } }

.section-where-buy-shops {
  padding-top: 0; }
  @media only screen and (max-width: 1199px) {
    .section-where-buy-shops {
      margin-bottom: 88px;
      border-bottom: 1px solid #D9DEE7; } }
  .section-where-buy-shops .section-header {
    background-color: #212121;
    margin-bottom: 0; }
    .section-where-buy-shops .section-header .container {
      font-size: 40px;
      color: #FFFFFF;
      text-transform: uppercase;
      overflow: hidden; }
      @media only screen and (max-width: 1199px) {
        .section-where-buy-shops .section-header .container {
          font-size: 30px; } }
      @media only screen and (max-width: 1023px) {
        .section-where-buy-shops .section-header .container {
          font-size: 20px; } }
    @media only screen and (max-width: 1199px) {
      .section-where-buy-shops .section-header .ticker__list {
        padding: 17.5px 0; } }
  .section-where-buy-shops .section-body .container {
    display: grid;
    grid-template-columns: repeat(2, calc(100% / 2 - 2px));
    margin-bottom: -1px; }
    @media only screen and (max-width: 767px) {
      .section-where-buy-shops .section-body .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media only screen and (max-width: 767px) {
      .section-where-buy-shops .section-body .container {
        padding: 0; } }
    .section-where-buy-shops .section-body .container .shop {
      border-bottom: 1px solid #D9DEE7;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 48px 0; }
      @media only screen and (max-width: 1199px) {
        .section-where-buy-shops .section-body .container .shop {
          padding: 39px 0; } }
      @media only screen and (max-width: 767px) {
        .section-where-buy-shops .section-body .container .shop {
          padding-left: 20px;
          padding-right: 20px; } }
      .section-where-buy-shops .section-body .container .shop img {
        padding-right: 30px; }
        @media only screen and (max-width: 1199px) {
          .section-where-buy-shops .section-body .container .shop img {
            padding-right: 22px;
            padding-bottom: 10px; } }
        @media only screen and (max-width: 1023px) {
          .section-where-buy-shops .section-body .container .shop img {
            max-height: 100px; } }
      .section-where-buy-shops .section-body .container .shop .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 14px;
        margin-top: -4px; }
        @media only screen and (max-width: 1199px) {
          .section-where-buy-shops .section-body .container .shop .text {
            gap: 12px; } }
        .section-where-buy-shops .section-body .container .shop .text .title {
          font-family: "Alethia-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          text-transform: uppercase;
          font-size: 32px;
          line-height: 32px; }
          @media only screen and (max-width: 1199px) {
            .section-where-buy-shops .section-body .container .shop .text .title {
              line-height: 1.15; } }
          @media only screen and (max-width: 1023px) {
            .section-where-buy-shops .section-body .container .shop .text .title {
              font-size: 22px; } }
          @media only screen and (max-width: 767px) {
            .section-where-buy-shops .section-body .container .shop .text .title {
              letter-spacing: -1px; } }
        .section-where-buy-shops .section-body .container .shop .text .assets {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 10px; }
          @media only screen and (max-width: 1023px) {
            .section-where-buy-shops .section-body .container .shop .text .assets {
              font-size: 14px;
              gap: 3px; } }
          .section-where-buy-shops .section-body .container .shop .text .assets .asset .icon {
            width: 15px;
            height: 15px; }
          .section-where-buy-shops .section-body .container .shop .text .assets .asset .icon.link {
            background: url(/local/templates/molys/css/../assets/images/icons/link.svg); }
          .section-where-buy-shops .section-body .container .shop .text .assets .asset .icon.clock {
            background: url(/local/templates/molys/css/../assets/images/icons/clock.svg); }
          .section-where-buy-shops .section-body .container .shop .text .assets .asset .icon.phone {
            background: url(/local/templates/molys/css/../assets/images/icons/phone.svg);
            background-size: 100% auto; }
          .section-where-buy-shops .section-body .container .shop .text .assets .asset .description {
            margin-left: 15px;
            font-size: 16px; }
            .section-where-buy-shops .section-body .container .shop .text .assets .asset .description a:hover {
              color: #495361; }
      .section-where-buy-shops .section-body .container .shop:nth-child(odd) {
        margin-left: -50px;
        padding-left: 50px;
        padding-right: 50px; }
        @media only screen and (max-width: 1439px) {
          .section-where-buy-shops .section-body .container .shop:nth-child(odd) {
            margin-left: -20px;
            padding-left: 20px;
            padding-right: 20px; } }
        @media only screen and (max-width: 767px) {
          .section-where-buy-shops .section-body .container .shop:nth-child(odd) {
            margin-left: 0; } }
      .section-where-buy-shops .section-body .container .shop:nth-child(even) {
        margin-right: -50px;
        padding-right: 50px; }
        @media only screen and (max-width: 1439px) {
          .section-where-buy-shops .section-body .container .shop:nth-child(even) {
            margin-right: -20px;
            padding-right: 20px; } }
        @media only screen and (max-width: 767px) {
          .section-where-buy-shops .section-body .container .shop:nth-child(even) {
            margin-right: 0; } }
    .section-where-buy-shops .section-body .container .shop:nth-child(2n) {
      padding-left: 48px; }
      @media only screen and (max-width: 1199px) {
        .section-where-buy-shops .section-body .container .shop:nth-child(2n) {
          padding-left: 14px; } }
      @media only screen and (max-width: 767px) {
        .section-where-buy-shops .section-body .container .shop:nth-child(2n) {
          padding-left: 20px; } }
    .section-where-buy-shops .section-body .container .shop:nth-child(2n+1) {
      border-right: 1px solid #D9DEE7; }
      @media only screen and (max-width: 767px) {
        .section-where-buy-shops .section-body .container .shop:nth-child(2n+1) {
          padding-left: 20px;
          border-right: none; } }
    @media only screen and (max-width: 767px) {
      .section-where-buy-shops .section-body .container .shop:nth-last-child(2) {
        border-bottom: 1px solid #D9DEE7; } }

/*=== Animation ====*/
.section-header.delighter {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.7s ease;
  -o-transition: opacity 0.5s ease, transform 0.7s ease;
  transition: opacity 0.5s ease, transform 0.7s ease;
  transition: opacity 0.5s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px); }
  .section-header.delighter.started {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .section-header.delighter.started.ended {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.section-body.delighter {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.7s ease;
  -o-transition: opacity 0.5s ease, transform 0.7s ease;
  transition: opacity 0.5s ease, transform 0.7s ease;
  transition: opacity 0.5s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px); }
  .section-body.delighter.started {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .section-body.delighter.started.ended {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

/* End */


/* Start:/local/templates/molys/css/custom2.css?17561999592156*/
.section-blog-list .blog-list .blog-list__item .blog-list__item-image img {
	width: 100%;
}
.section-blog-list .blog-list a:last-of-type .blog-list__item.without-last-border {
	border-bottom: none;
}
.section-blog-list .blog-list .blog-list__item {
	display: grid;
	grid-template-columns: repeat(2, calc(100% / 2 - 25px));
	column-gap: 50px;
}
.section-blog-list .blog-list .blog-list__item .blog-list__item-image {
	width: auto;
}
@media only screen and (max-width: 1023px) {
	.section-blog-list .blog-list .blog-list__item {
		display: flex;
		column-gap: 20px;
	} 
}
@media only screen and (max-width: 1023px) {
	.about__wrap {
		height: auto !important;
	}
}
#cookie-banner {
	display: none;
	position: fixed;
	bottom: 0;
	z-index: 200;
	justify-content: center;
	width: 100%;
}
#cookie-banner.show {
	display: flex;
}
#cookie-banner .cookie-banner-container {
	display: flex;
	max-width: 545px;
	padding: 30px;
	background: #000000B2;
	gap: 60px;
	align-items: center;
}
@media only screen and (max-width: 1199px) {
	#cookie-banner .cookie-banner-container {
		max-width: 460px;
		gap: 15px;
		padding: 15px;
	}
}
@media only screen and (max-width: 767px) {
	#cookie-banner .cookie-banner-container {
		gap: 20px;
	}
}
#cookie-banner .cookie-banner-container span {
	color: white;
	font-size: 14px;
	line-height: 16.1px;
	letter-spacing: 0;
	align-content: center;
}
@media only screen and (max-width: 1199px) {
	#cookie-banner .cookie-banner-container span {
		font-size: 12px;
		line-height: 13.8px;
	}
}
@media only screen and (max-width: 767px) {
	#cookie-banner .cookie-banner-container span {
		font-size: 14px;
		line-height: 16.1px;
	}
}
#cookie-banner .cookie-banner-container span a {
	color: inherit;
	text-decoration: underline;
}
#cookie-banner .cookie-banner-container .button-cookie {
	background-color: white;
	max-width: 130px;
	color: #212121;
	border: 1px solid #212121;
}
#cookie-banner .cookie-banner-container .button-cookie:hover {
	color: inherit;
}
.section-where-buy-shops .section-body .container .shop .text {
	justify-content: center;
}
@media only screen and (max-width: 767px) {
  .where-buy {
    font-size: 16px;
  }
}
/* End */
/* /local/templates/molys/libs/slick-1.8.1/slick.css?17561999591895 */
/* /local/templates/molys/libs/slick-1.8.1/slick-theme.css?17561999593353 */
/* /local/templates/molys/libs/magnific-popup/dist/magnific-popup.css?17561999596951 */
/* /local/templates/molys/css/style.css?1756199959311494 */
/* /local/templates/molys/css/custom2.css?17561999592156 */
