<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./node_modules/normalize.css/normalize.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! 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 {
  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 */
  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 {
  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] {
  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;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/common/_base.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
/* critical:start */
a:hover {
  color: inherit;
}

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

*:focus {
  outline: #ebf0f5 solid 1px;
}

html,
body {
  font-size: 10px;
  min-width: 32rem;
  width: 100%;
  max-width: 100%;
}

body {
  min-width: 32rem;
  width: 100%;
  max-width: 100%;
}

body &gt; * {
  width: 100%;
}

body._google-test-1 .card__buy-btn {
  background-color: #bee6a8;
  color: #3c3c70;
}

body._google-test-1 .card__buy-btn:hover {
  background-color: #7b75c9;
  color: #fff;
}

address {
  font-style: normal;
}

button, [type=button], .button {
  cursor: pointer;
}

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

label {
  cursor: pointer;
  user-select: none;
}

textarea {
  resize: vertical;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.list-style {
  list-style: disc;
  padding-left: 2rem;
}

::-webkit-input-placeholder {
  text-overflow: ellipsis;
}

:-moz-placeholder {
  text-overflow: ellipsis;
}

::-moz-placeholder {
  text-overflow: ellipsis;
}

:-ms-input-placeholder {
  text-overflow: ellipsis;
}

input[placeholder] {
  text-overflow: ellipsis;
  white-space: nowrap;
}

input {
  border-radius: 0;
  -webkit-appearance: none;
}

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

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

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

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

/* critical:end */
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* critical:start */
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1604px;
  padding: 0 1.5rem;
}
@media only screen and (min-width: 768px) {
  .container {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .container {
    padding: 0 8rem;
  }
}

.site-wrapper {
  font-family: "EuclidCircularA", Arial, sans-serif;
  font-size: 1.6rem;
  color: #3c3c70;
  min-height: 100vh;
}

.site-content {
  flex: 1 0 auto;
}

.bg-cover {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.overflow-hidden {
  overflow: hidden;
}

@media (max-width: 767px) {
  ._sticky-header .site-header__top {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  }
  ._filter-open {
    /* critical:start */
    /* critical:end */
    /*.sticky-footer{
        display: none;
    }*/
  }
  ._filter-open .filter {
    top: var(--sort-height);
    height: calc(100 * var(--vh) - var(--footer-height) - var(--sort-height));
    transform: none;
    overflow: hidden;
  }
  ._filter-open .filter .container {
    padding: 0;
  }
  ._filter-open .filter__inner {
    height: calc(100 * var(--vh) - var(--footer-height) - var(--sort-height));
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*._keyboard-open {
      .site-header__top,
      .cart-footer,
      .sticky-footer{
          position: static;
      }

      .filter {
          height: 100vh;
          top: 0;
          background-color: var.$color-main;
      }

      .goods__sort {
          position: static;
          z-index: 0;
      }
  }*/
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  ._filter-open .filter__inner {
    transition: all 0.3s;
    display: block;
  }
}
@media (max-width: 767px) {
  ._filter-open .head-discount {
    display: none;
  }
  ._filter-open .goods__sort {
    display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    margin-left: -1.6rem;
    left: 1.6rem;
    padding: 0.7rem 1.6rem;
    z-index: 150;
    background-color: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  }
  ._filter-open .goods .select {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  ._filter-open .goods .select {
    margin-right: 1.3rem;
  }
}
@media (max-width: 767px) {
  ._filter-open .goods__delivery {
    display: none;
  }
  ._filter-open .goods__filter-link {
    margin-right: 0;
    margin-top: 0;
    display: block;
  }
  ._filter-open .goods__sort-select {
    margin-top: 0 !important;
  }
  ._filter-open .goods ._filter-opened {
    display: block;
  }
  ._filter-open .goods ._filter-closed {
    display: none;
  }
  ._filter-open .site-header__top {
    box-shadow: none;
    transform: translateY(-100%);
  }
  ._filter-open .tooltipster-base {
    z-index: 100 !important;
  }
  ._filter-sort-sticked .goods__sort {
    position: sticky;
    top: 0;
    width: 100vw;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding: 0.7rem 1.5rem;
    z-index: 150;
    background-color: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  }
  ._filter-sort-sticked .goods__sort .select {
    margin-right: 0;
    width: 25%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  ._filter-sort-sticked .goods__sort .select:not(.card__select) {
    margin-right: 1.3rem;
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  ._filter-sort-sticked .goods__delivery {
    display: none;
  }
  ._filter-sort-sticked .goods__filter-link {
    margin-right: 0;
    margin-top: 0;
    display: block;
  }
  ._filter-sort-sticked .goods__sort-select {
    margin-top: 0 !important;
  }
  ._filter-sort-sticked .site-header__top {
    box-shadow: none;
    transform: translateY(-100%);
  }
  ._header-input-open .sticky-footer {
    position: static;
  }
  ._header-input-open .site-header__input-label {
    opacity: 0;
    pointer-events: none;
  }
  ._header-input-open .site-header__city-input {
    border: 1px solid currentColor;
    opacity: 1;
    pointer-events: visible;
  }
}
@media only screen and (min-width: 768px) {
  ._sticky-header .sticky-footer {
    transform: none;
  }
  ._header-input-open .site-header__input-label {
    opacity: 0;
    pointer-events: none;
  }
  ._header-input-open .site-header__city-input {
    border: 1px solid currentColor;
    opacity: 1;
    pointer-events: visible;
  }
}
.section {
  margin-bottom: 8rem;
}
@media only screen and (min-width: 768px) {
  .section {
    margin-bottom: 8rem;
  }
}
@media only screen and (min-width: 768px) {
  .section {
    margin-bottom: 8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .section {
    margin-bottom: 8rem;
  }
}

.site-index .section:nth-child(1) {
  margin-top: 2rem;
  margin-bottom: 3.5rem;
}

@media (max-width: 767px) {
  ._menu-open {
    overflow: hidden;
  }
}
._menu-open .main-catalog {
  transform: none;
}
@media only screen and (min-width: 768px) {
  ._menu-open .main-catalog {
    display: block;
  }
}
._menu-open .site-header__menu-open, ._menu-open .sticky-footer__menu-icon {
  stroke: #fff;
}

._fixed-header .site-header__top {
  position: fixed;
  top: 0;
}
@media (max-width: 767px) {
  ._fixed-header .site-header {
    margin-top: 61.55px;
  }
}
@media (max-width: 1279px) {
  ._fixed-header .site-header {
    margin-top: 67px;
  }
}

/* critical:end */
._cart-open {
  overflow: hidden;
}
._cart-open .cart-popup {
  transform: none;
}
@media only screen and (min-width: 768px) {
  ._cart-open {
    overflow: initial;
  }
  ._cart-open .cart-popup {
    opacity: 1;
    pointer-events: initial;
  }
}

._loading::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100vh;
  width: 100%;
  background-color: #fff;
}

.ps__rail-y {
  opacity: 1 !important;
  width: 8px !important;
  background-color: #ebf0f5 !important;
  border-radius: 8px !important;
}

.ps__rail-x {
  opacity: 1 !important;
  height: 8px !important;
  background-color: #ebf0f5 !important;
  border-radius: 8px !important;
}

.ps__thumb-y {
  background-color: #7b75c9 !important;
  width: 8px !important;
  right: initial !important;
  border-radius: 8px !important;
}

.ps__thumb-x {
  background-color: #7b75c9 !important;
  height: 8px !important;
  bottom: initial !important;
  border-radius: 8px !important;
}

/* critical:start */
button,
input,
optgroup1,
select,
[type=button],
.button,
textarea {
  font-family: "EuclidCircularA", Arial, sans-serif !important;
  color: #3c3c70;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.h1-title {
  font-size: 2rem !important;
}
@media only screen and (min-width: 768px) {
  .h1-title {
    font-size: 3.2rem !important;
  }
}
@media only screen and (min-width: 1280px) {
  .h1-title {
    font-size: 4rem !important;
  }
}

.title {
  font-family: "Affect";
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0.015em;
  margin-top: 0;
  margin-bottom: 2rem;
}
.title._white {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .title {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1280px) {
  .title {
    font-size: 4rem;
    margin-bottom: 6rem;
  }
}

.link {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-decoration: none;
  color: #3c3c70;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .link {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.link__icon {
  width: 5px;
  height: 8px;
  stroke: currentColor;
  margin-left: 5px;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .link__icon {
    height: 9px;
  }
}
.link._grey {
  padding: 1.4rem 1.5rem;
  background: #EBF0F5;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .link._grey {
    padding: 1.7rem 2.5rem;
  }
}
@media (hover: hover) {
  .link._grey:hover, .link._grey:focus {
    background-color: #3c3c70;
    color: #fff;
  }
}

/* critical:end */
.color-section {
  padding: 2rem 1rem;
  background-color: #7b75c9;
  border-radius: 4px;
}
.color-section._grey {
  background-color: #EBF0F5;
}
@media only screen and (min-width: 320px) {
  .color-section {
    padding: 2rem 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .color-section {
    padding: 4rem 3rem;
  }
}
@media only screen and (min-width: 1620px) {
  .color-section {
    padding: 5rem 6rem;
  }
}

.slick-slide {
  outline: none;
}
.slick-slide .review__item {
  height: 100%;
}

.slick-slider {
  display: none;
}
.slick-slider.slick-initialized {
  visibility: visible;
  display: block;
}

._transform-disable {
  transform: none !important;
}

.slick-dots {
  display: flex;
  flex-wrap: wrap;
  max-width: 80%;
  margin: 0 auto;
  justify-content: center;
}
.slick-dots li {
  margin: 0 0.5rem;
}
.slick-dots button {
  width: 1rem;
  height: 1rem;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 1px solid #7b75c9;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  background-color: #fff;
}
.slick-dots .slick-active button {
  background-color: #7b75c9;
}

.mfp-wrap {
  font-size: 1.6rem;
  color: #3c3c70;
  font-family: "EuclidCircularA", Arial, sans-serif;
}

.mfp-container {
  padding: 0;
}

.mfp-close {
  right: 1.6rem;
  top: 1.6rem;
  width: 9.4rem;
  height: 2.4rem;
  opacity: 1;
  font-size: 1.6rem;
  line-height: 1;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  color: #7b75c9 !important;
}
.mfp-close:active {
  top: 1.6rem;
}
.mfp-close span {
  font-size: 13px;
  margin-right: 0.4rem;
}
.mfp-close svg {
  width: 1.4rem;
  height: 1.4rem;
  stroke: #7b75c9;
  transition: all 0.3s;
}
@media (hover: hover) {
  .mfp-close:hover {
    color: #3c3c70 !important;
  }
  .mfp-close:hover svg {
    stroke: #3c3c70;
  }
}
/* critical:start */
.tooltip-templates {
  display: none;
}

a {
  color: inherit;
}

.no-underline {
  text-decoration: none;
}

.full-width {
  width: 100%;
}

.hidden {
  display: none !important;
}

.show {
  display: block !important;
}

.empty {
  margin: 2rem auto;
  font-size: 2.8rem;
  line-height: 3.2rem;
  text-align: center;
  color: #808DA1;
  opacity: 0.5;
}

.goods__inner-rel {
  position: relative;
}

.page-preloader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0.8;
  background: #fff;
  font-size: 40px;
  display: none;
  text-align: center;
}
.page-preloader img {
  margin: 64px;
}

.popup-preloader {
  padding: 32px;
  text-align: center;
}
.popup-preloader img {
  width: 84px;
  height: 84px;
  margin: auto;
}

.catalog {
  overflow-x: hidden;
}

/* critical:end */
.tooltipster-box, .tooltipster-base {
  z-index: 2000 !important;
}

#goods {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .list-view {
    min-width: 100%;
  }
}
@media only screen and (min-width: 320px) {
  .list-view {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) {
  .select-sort-btn {
    float: right;
  }
}

@media only screen and (min-width: 768px) {
  .catalog-content-data .select-sort-btn {
    float: left;
  }
}

/* critical:start */
.no-wrap {
  white-space: nowrap;
}

/* critical:end */
.select-sort-btn {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .select-sort-btn {
    max-width: none;
  }
}

.certificates-ul li {
  padding-bottom: 16px;
}
.certificates-ul li::before {
  display: none;
}
.certificates-ul li img {
  max-width: 180px;
}

.wrap_bdf4 {
  bottom: 50px !important;
}

/* critical:start */
.invisible {
  visibility: hidden;
}

/* critical:end */
@media only screen and (min-width: 1441px) {
  .cart-index {
    overflow-x: hidden;
  }
}
.label_d154 {
  background-color: red !important;
}

.main-catalog {
  z-index: 300;
}
.main-catalog .brand-section__show-more {
  display: none;
}

.main-catalog__product-list._categories {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .main-catalog {
    position: absolute;
    width: 100%;
    top: var(--header-discount-height);
    height: 70%;
    border-top: 1px solid #ebf0f5;
    border-bottom: 1px solid #ebf0f5;
    z-index: 300;
    background: #fff;
    padding: 2rem 0;
    overflow-y: none;
  }
  .main-catalog .js-show-category {
    cursor: default;
  }
  .main-catalog .js-show-category:hover {
    border-bottom: none !important;
  }
  .main-catalog__top {
    display: none;
  }
  .main-catalog__container {
    height: 100%;
  }
  .main-catalog__container &gt; .container {
    height: 100%;
  }
  .main-catalog__container-inner {
    height: 100%;
  }
  .main-catalog__product-list {
    padding-top: 0;
  }
  .main-catalog__product-list._categories {
    position: relative;
    width: 20%;
    margin-right: 2rem;
    display: block;
    height: 100%;
    overflow-y: auto;
    float: left;
    padding-right: 5rem;
  }
  .main-catalog__product-list._categories .main-catalog__product-list__wrap {
    background: #EBF0F5;
    border-radius: 4px;
    padding: 14px 9px;
  }
  .main-catalog__product-list._categories .main-catalog__link-wrap {
    width: 100%;
    height: auto;
  }
  .main-catalog__product-list._categories .main-catalog__link-wrap a {
    display: block;
    padding: 0.6rem;
    border-radius: 4px;
    font-size: 16px;
    color: #3C3C70;
    font-weight: bold;
  }
  .main-catalog__product-list._subcategories {
    position: relative;
    width: 80%;
    float: left;
    height: 100%;
    overflow-y: auto;
    display: block;
  }
  .main-catalog__product-list._subcategories .main-catalog__link-wrap {
    display: none;
  }
  .main-catalog__product-list._subcategories .main-catalog__item-link {
    border-bottom: 1px solid transparent;
  }
}
@media only screen and (min-width: 1280px) and (hover: hover) {
  .main-catalog__product-list._subcategories .main-catalog__item-link:hover {
    border-color: currentColor;
  }
}
@media only screen and (min-width: 1280px) {
  .main-catalog__product-list._subcategories &gt; .main-catalog__item {
    width: calc(100% - 2rem);
    display: none;
  }
  .main-catalog__product-list._subcategories &gt; .main-catalog__item .main-catalog__product-list._sort {
    display: flex;
  }
  .main-catalog__product-list._subcategories &gt; .main-catalog__item .main-catalog__product-list._sort &gt; .main-catalog__item {
    width: calc(25% - 2rem);
    margin-right: 2rem;
  }
  .main-catalog__product-list._subcategories &gt; .main-catalog__item .main-catalog__product-list._sort &gt; .main-catalog__item._vendor-item {
    width: 100% !important;
  }
  .main-catalog__product-list._subcategories &gt; .main-catalog__item .main-catalog__product-list._sort &gt; .main-catalog__item:first-child, .main-catalog__product-list._subcategories &gt; .main-catalog__item .main-catalog__product-list._sort &gt; .main-catalog__item:nth-child(2), .main-catalog__product-list._subcategories &gt; .main-catalog__item .main-catalog__product-list._sort &gt; .main-catalog__item:nth-child(3) {
    margin-top: 0;
    margin-bottom: 4rem;
  }
  .main-catalog__product-list._subcategories &gt; .main-catalog__item .main-catalog__product-list._sort &gt; .main-catalog__item .main-catalog__popup {
    display: block;
    height: auto;
  }
  .main-catalog__product-list._subcategories &gt; .main-catalog__item .main-catalog__product-list._sort &gt; .main-catalog__item .main-catalog__popup._open {
    height: auto !important;
  }
  .main-catalog__link-wrap._sale .main-catalog__item-link, .main-catalog .js-main-catalog-link._active .main-catalog__item-link {
    background-color: #7b75c9;
    color: #fff;
  }
  .main-catalog .brand-section__show-more {
    margin-top: 0;
    display: inline-block;
  }
}
.hover-border,
.main-nav__list li a,
.site-header__popular-list li a,
.site-footer__middle-row li a,
.products__list .products__item .products__text &gt; span,
.map__content .link &gt; span,
.delivery-section .link &gt; span,
.head-discount .moretext,
.head-discount .head-discount__btn-close &gt; span,
.breadcrumbs__list .breadcrumbs__item:not(.active) a,
.card-detail__review,
.detail-price__month-price a.js-month-pay,
.popular-size__order-size &gt; span,
.detail-delivery__subtitle &gt; span,
.factory__link,
.card-detail__subtitle a.js-open-popup,
.detail-footer__month-price a.js-month-pay,
.other-size__link-custom &gt; span,
.cart-popup__product-name &gt; a,
.cart-list__title &gt; a,
.more__link &gt; span,
.default__link,
.site-map a,
.regions__link,
.delivery__link,
.not-found__link &gt; span,
.goods__reset-link,
.advantages__item-link .advantages__text,
.delivery__nav a {
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
@media (hover: hover) {
  .hover-border:hover,
  .main-nav__list li a:hover,
  .site-header__popular-list li a:hover,
  .site-footer__middle-row li a:hover,
  .products__list .products__item .products__text &gt; span:hover,
  .map__content .link &gt; span:hover,
  .delivery-section .link &gt; span:hover,
  .head-discount .moretext:hover,
  .head-discount .head-discount__btn-close &gt; span:hover,
  .breadcrumbs__list .breadcrumbs__item:not(.active) a:hover,
  .card-detail__review:hover,
  .detail-price__month-price a.js-month-pay:hover,
  .popular-size__order-size &gt; span:hover,
  .detail-delivery__subtitle &gt; span:hover,
  .factory__link:hover,
  .card-detail__subtitle a.js-open-popup:hover,
  .detail-footer__month-price a.js-month-pay:hover,
  .other-size__link-custom &gt; span:hover,
  .cart-popup__product-name &gt; a:hover,
  .cart-list__title &gt; a:hover,
  .more__link &gt; span:hover,
  .default__link:hover,
  .site-map a:hover,
  .regions__link:hover,
  .delivery__link:hover,
  .not-found__link &gt; span:hover,
  .goods__reset-link:hover,
  .advantages__item-link .advantages__text:hover,
  .delivery__nav a:hover {
    border-bottom-color: currentColor;
  }
}

.social__list li a {
  transition: transform 0.3s;
}
.social__list li a:hover {
  transform: translateY(-0.2rem);
}

.products__list .products__item .products__text &gt; span {
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
@media (hover: hover) {
  .products__list .products__item:hover .products__text &gt; span {
    border-bottom-color: currentColor;
  }
}

.site-index .filter__submit-btn {
  margin-right: 2rem;
}
.site-index .filter__show-btn._border {
  border-color: transparent !important;
}
@media only screen and (min-width: 768px) {
  .site-index .filter__show-btn._border {
    width: 15rem !important;
  }
}
@media only screen and (min-width: 1620px) {
  .site-index .filter__show-btn._border {
    width: 15rem !important;
  }
}
@media (hover: hover) {
  .site-index .filter__show-btn._border:hover {
    background-color: transparent !important;
    color: #fff !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .site-index .title {
    text-align: center;
    width: 100%;
  }
}

.js-contacts-popup .container {
  padding: 0;
}
.js-contacts-popup .call {
  margin-bottom: 1rem !important;
}
.js-contacts-popup .social__list {
  background: #f5f7fa;
  padding: 2rem;
  border-radius: 2px;
  margin-bottom: 8rem;
}
.js-contacts-popup .social__list svg {
  max-width: 3.8rem;
  max-height: 3.8rem;
  color: #3c3c70;
}
@media only screen and (min-width: 768px) {
  .js-contacts-popup .social__list {
    width: 100% !important;
  }
}
.js-contacts-popup .msg-btn {
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  font-size: 1.4rem;
}
.js-contacts-popup .msg-btn .when-disable {
  display: none;
}
.js-contacts-popup .msg-btn._disable {
  background-color: #f5f7fa !important;
  color: #a5a5a5 !important;
}
.js-contacts-popup .msg-btn._disable .when-no-disable {
  display: none;
}
.js-contacts-popup .msg-btn._disable .when-disable {
  display: block;
}
.js-contacts-popup .popup-contacts__list {
  width: auto !important;
  margin-left: 0 !important;
  flex-wrap: wrap;
}
.js-contacts-popup .popup-contacts__list .contacts__item {
  width: calc(50% - 0.5rem);
  margin: 0 0 1.5rem 0;
}
.js-contacts-popup .popup-contacts__list .contacts__item:nth-child(1) {
  margin-right: 0.5rem;
}
.js-contacts-popup .popup-contacts__list .contacts__item:nth-child(2) {
  margin-left: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .js-contacts-popup .popup-contacts__list {
    justify-content: space-between;
    background: none;
    border: none;
    padding: 0;
    margin-top: 2rem;
  }
  .js-contacts-popup .popup-contacts__list .contacts__link {
    padding: 1rem 2rem 1rem 1.5rem;
  }
}

.mfp-gallery .mfp-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mfp-gallery .mfp-arrow::before, .mfp-gallery .mfp-arrow::after {
  display: none;
}
.mfp-gallery .mfp-arrow svg {
  stroke: #7b75c9;
  width: 2rem;
}
.mfp-gallery .mfp-arrow-left svg {
  transform: rotate(180deg);
}

._pulse-animated {
  animation: pulse 0.7s infinite;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
    background-color: #7b75c9;
  }
  50% {
    transform: scale(0.95);
    background-color: #3c3c70;
  }
  100% {
    transform: scale(1);
    background-color: #7b75c9;
  }
}
.cart-thank-you .filter__inner {
  display: block;
}
.cart-thank-you .filter__inner .call__title {
  max-width: calc(100% - 7.5rem);
}

.delivery-icon {
  background: #bee6a8 !important;
  color: #3c3c70 !important;
  text-align: center;
  padding: 0.4rem 0.4rem 0.6rem 0.3rem !important;
}
.delivery-icon span {
  display: block;
  font-size: 1rem;
}

.hide {
  display: none;
}

._purple-color {
  color: #3c3c70;
}

.mascot-help-button {
  position: fixed;
  right: 0px;
  top: 30%;
  width: 3rem;
  height: 17rem;
  z-index: 300000;
  cursor: pointer;
  display: block;
}
.mascot-help-button svg:first-child {
  width: 3rem;
  height: auto;
  position: absolute;
  z-index: 300001;
}
.mascot-help-button__text {
  display: block;
  transform: rotate(270deg);
  white-space: nowrap;
  font-size: 0.8em;
  position: absolute;
  top: 8.5rem;
  right: -4.7rem;
  color: white;
}
.mascot-help-button__background {
  display: block;
  border-left: 3rem solid #7b75c9;
  height: 14rem;
  position: absolute;
  top: 2.3rem;
  border-bottom-left-radius: 1rem;
}

.dropdown-search {
  margin: 0 16px;
  width: calc(100% - 32px);
  padding: 8px 16px;
  margin-bottom: 8px;
}
.dropdown-search__nothing {
  text-align: center;
  padding: 24px;
  opacity: 0.7;
}

.select__dropdown._with-checkbox .dropdown-search {
  margin-right: 0;
  width: calc(100% - 16px);
}

.marquiz-widget__container {
  bottom: 70px;
  z-index: 50 !important;
}

.button-preloader {
  display: none;
  position: absolute;
  left: calc(50% - 2rem);
  top: calc(50% - 2rem);
  width: 4rem;
  height: 4rem;
}

.catalog-reviews__list, .reviews__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .catalog-reviews__list, .reviews__list {
    flex-direction: row;
    margin-bottom: 0;
  }
}
.catalog-reviews__list .review__item-wrap, .reviews__list .review__item-wrap {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .catalog-reviews__list .review__item-wrap, .reviews__list .review__item-wrap {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-reviews__list .review__item-wrap, .reviews__list .review__item-wrap {
    width: 33.333%;
  }
}
.catalog-reviews__list .review__item-wrap .review__item, .reviews__list .review__item-wrap .review__item {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .catalog-reviews__list .review__item-wrap .review__item, .reviews__list .review__item-wrap .review__item {
    width: calc(100% - 2rem) !important;
  }
}
.catalog-reviews .pagination, .reviews .pagination {
  margin-top: 10rem !important;
}
.catalog-reviews .more-btn-wrap, .reviews .more-btn-wrap {
  position: relative;
  text-align: center;
  margin-top: -14rem;
}
.catalog-reviews .more-btn-wrap .more-reviews, .reviews .more-btn-wrap .more-reviews {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .catalog-reviews .more-btn-wrap .more-reviews, .reviews .more-btn-wrap .more-reviews {
    max-width: 46rem;
  }
}
.catalog-reviews .more-btn-wrap ._load ._text, .reviews .more-btn-wrap ._load ._text {
  visibility: hidden;
}
.catalog-reviews .more-btn-wrap ._load .button-preloader, .reviews .more-btn-wrap ._load .button-preloader {
  display: block;
}

.shop-reviews__list {
  display: flex;
  flex-wrap: wrap;
}

.youtube-wrapper {
  min-height: 18rem;
}
.youtube-wrapper iframe {
  width: 100%;
  height: 100%;
}

.youtube-preview {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  min-height: 18rem;
}
.youtube-preview._load .youtube-icon {
  display: none;
}
.youtube-preview._load::after {
  content: "";
  position: absolute;
  top: calc(50% - 3rem);
  left: calc(50% - 3rem);
  width: 6rem;
  height: 6rem;
  background: url("/img/preloader.gif");
  background-size: cover;
}

.youtube-icon {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 24px);
}
.youtube-icon svg {
  width: 48px;
  height: 32px;
}

.review-index #reviewsList {
  margin-bottom: 10rem;
}

._СЃheck {
  font-size: 1.2rem;
}
._СЃheck .form__checkbox-label {
  display: flex;
  flex-direction: row;
}
._СЃheck .form__label-text::after, ._СЃheck .form__label-text::before {
  top: 0.6rem;
}

.sdek-map {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdek-map._delivery {
  width: 100%;
  height: 600px;
}
.sdek-map._cart {
  width: 100%;
  height: 400px;
}
.sdek-map .ymaps-2-1-79-balloon-content__header {
  font-size: 14px;
}

.bg-main {
  background-color: #7b75c9;
  color: white;
}

.bg-second {
  background-color: #bee6a8;
  color: #3c3c70;
}

img.mfp-img {
  padding: 0 !important;
}

._hide {
  display: none !important;
}

._disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}

h1 {
  font-size: 4rem;
  margin: 0;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/common/_typography.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.text-v1 p {
  margin-bottom: 4rem;
  font-family: "EuclidCircularA";
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2.24rem;
}
.text-v1 ul {
  margin-bottom: 2rem;
  font-family: "Affect";
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 2.52rem;
}
.text-v1 li {
  font-family: "EuclidCircularA";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.24rem;
}
.text-v1 h4 {
  margin-bottom: 1rem;
  font-family: "Affect";
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.88rem;
}
.text-v1 h6 {
  margin-bottom: 1rem;
  font-family: "Affect";
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.54rem;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/common/_btn.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
/* critical:start */
svg {
  /* width: 1px;
   height: 1px;*/
}

.btn {
  display: inline-flex;
  padding: 1.5rem 1.5rem;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 4px;
  background-color: #7b75c9;
  color: #fff;
  border: 0;
  outline: none;
  transition: all 0.3s;
  cursor: pointer;
}
.btn._text-white {
  color: #fff;
}
.btn._white {
  background-color: #fff;
  color: #3c3c70;
  border: 1px solid #fff;
}
.btn._grey {
  /*background-color: #F5F7FA;*/
  background-color: #ebf0f5;
  color: #3c3c70;
}
.btn._green {
  background-color: #bee6a8;
  color: #3c3c70;
}
.btn._border {
  border: 1px solid #fff;
  padding: 1.3rem 1.5rem;
}
.btn._dashed {
  border: 2px dashed #fff;
}
.btn._white._dashed {
  border-color: #7b75c9;
}
.btn._white._border {
  border-color: currentColor;
}
.btn._full {
  width: 100%;
}
@media (hover: hover) {
  .btn:hover {
    background-color: #3c3c70;
    color: #fff !important;
  }
  .btn._border:hover {
    background-color: #fff;
    color: #7b75c9 !important;
  }
  .btn._grey:hover {
    background-color: #7b75c9;
    color: #fff !important;
  }
  .btn._green:hover {
    color: #fff !important;
  }
  .btn._white:hover {
    background: #9591D4;
    color: #fff !important;
    border-color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .btn {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 1.7rem 2rem;
  }
}
.btn[disabled] {
  background-color: #7b75c9;
  color: #fff;
  opacity: 0.7;
  cursor: default;
}
.btn[disabled]:hover {
  background-color: #7b75c9;
  color: #fff !important;
}

/* critical:end */
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/common/_helpers.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
/* critical:start */
.visually-hidden,
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden,
input[type=file].visually-hidden,
select.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

@media (max-width: 767px) {
  ._tablet-only:not(._mobile-only),
  ._desktop-only:not(._mobile-only) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  ._mobile-only:not(._tablet-only),
  ._desktop-only:not(._tablet-only) {
    display: none;
  }
}
@media (min-width: 1280px) {
  ._mobile-only:not(._desktop-only),
  ._tablet-only:not(._desktop-only) {
    display: none;
  }
}
._no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
._no-scrollbar::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1279px) {
  ._slider-out-container {
    width: calc(100% + 1.5rem * 2);
    margin-left: -1.5rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  ._slider-out-container {
    width: calc(100% + 2rem * 2);
    margin-left: -2rem;
  }
}
@media (max-width: 1279px) {
  ._slider-out-container .slick-track {
    margin-left: 1.5rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  ._slider-out-container .slick-track {
    margin-left: 2rem;
  }
}

._slider-overflow-wrap {
  overflow: hidden;
}
._slider-overflow-wrap .slick-list {
  overflow: initial;
}

/* critical:end */
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/blocks/_about.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.about {
  margin-bottom: 5rem;
}
@media only screen and (min-width: 1280px) {
  .about {
    margin-bottom: 6.5rem;
  }
  .about .title {
    margin-bottom: 2.8rem;
  }
}
@media only screen and (min-width: 1441px) {
  .about {
    margin-bottom: 5.5rem;
  }
  .about .title {
    margin-bottom: 4rem;
  }
}
.about__inner {
  min-height: 22.8rem;
  padding: 2rem 1.5rem;
  background-color: #7b75c9;
  background-image: url("/img/mister-green-happy_mobile.svg");
  background-size: 8rem auto;
  background-repeat: no-repeat;
  background-position: bottom -1px right 1.2rem;
}
@media only screen and (min-width: 320px) {
  .about__inner {
    background-size: 10.2rem 8.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .about__inner {
    min-height: 20.3rem;
    padding: 3rem 2rem;
    padding-top: 2.5rem;
    background-size: 20.4rem 17.3rem;
    background-position: bottom -5px right 4.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .about__inner {
    padding: 4rem 3rem;
    min-height: initial;
    background-image: url("/img/mister-green-happy_desktop.svg");
    background-size: 17.6rem 18.1rem;
  }
}
@media only screen and (min-width: 1360px) {
  .about__inner {
    background-position: bottom -1px left 97.5rem;
  }
}
@media only screen and (min-width: 1620px) {
  .about__inner {
    padding: 5rem 6rem;
  }
}
.about__text {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .about__text {
    max-width: 38.5rem;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .about__text {
    max-width: 43.5rem;
  }
}
@media only screen and (min-width: 1441px) {
  .about__text {
    max-width: 66rem;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/blocks/_about-second.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.about-second .title {
  margin-bottom: 1.5rem;
  max-width: 30rem;
}
@media only screen and (min-width: 768px) {
  .about-second {
    margin-bottom: 5.5rem;
  }
  .about-second .title {
    max-width: 33rem;
  }
}
@media only screen and (min-width: 1025px) {
  .about-second .title {
    max-width: 35rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .about-second {
    margin-bottom: 14.5rem;
  }
  .about-second .title {
    max-width: 51.5rem;
  }
}
@media only screen and (min-width: 1620px) {
  .about-second {
    margin-bottom: 10rem;
  }
}
.about-second__inner {
  background-color: #7b75c9;
  border-radius: 2px;
}
@media only screen and (min-width: 768px) {
  .about-second__inner {
    display: flex;
    border-radius: 4px;
  }
}
.about-second__content {
  padding: 2rem 1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .about-second__content {
    display: flex;
    flex-direction: column;
    padding: 4rem 3rem;
    padding-right: 2.6rem;
    margin-bottom: 0;
    max-width: 54rem;
  }
}
@media only screen and (min-width: 1280px) {
  .about-second__content {
    max-width: 70rem;
  }
}
@media only screen and (min-width: 1620px) {
  .about-second__content {
    padding: 5rem 6rem;
    padding-right: 5.2rem;
    max-width: none;
  }
}
.about-second__text {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 3.5rem;
}
@media only screen and (min-width: 768px) {
  .about-second__text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .about-second__text {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 2.5rem;
  }
}
.about-second__btn {
  width: 16rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .about-second__btn {
    margin-top: auto;
    width: 17rem;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .about-second__img-wrap {
    width: 34rem;
    flex-shrink: 0;
    margin-left: auto;
    align-self: flex-end;
  }
}
@media only screen and (min-width: 1025px) {
  .about-second__img-wrap {
    width: 52rem;
  }
}
@media only screen and (min-width: 1620px) {
  .about-second__img-wrap {
    width: 71rem;
  }
}
.about-second__img {
  display: block;
  width: 100%;
  border-radius: 120px 4px 0 0;
}
@media only screen and (min-width: 1280px) {
  .about-second__img {
    border-radius: 175px 4px 0 0;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/blocks/_advantages-second.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.advantages-second {
  overflow: hidden;
  margin-bottom: 7.2rem;
}
@media only screen and (min-width: 768px) {
  .advantages-second {
    margin-bottom: 8.3rem;
  }
}
@media only screen and (min-width: 1280px) {
  .advantages-second {
    margin-bottom: 12rem;
  }
}
.advantages-second .title {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .advantages-second .title {
    max-width: 55rem;
    margin-bottom: 3.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .advantages-second .title {
    max-width: 80rem;
    margin-bottom: 8.4rem;
  }
}
.advantages-second__list {
  display: flex;
  flex-direction: column;
  margin-top: -3.5rem;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .advantages-second__list {
    flex-direction: row;
    margin-top: -3rem;
    margin-right: -3rem;
  }
}
@media only screen and (min-width: 1280px) {
  .advantages-second__list {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-right: -10rem;
  }
}
@media only screen and (min-width: 1441px) {
  .advantages-second__list {
    margin-right: -15rem;
  }
}
.advantages-second__item {
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .advantages-second__item {
    margin-top: 3rem;
    margin-right: 3rem;
    width: calc(50% - 3rem);
  }
  .advantages-second__item:nth-child(4) {
    order: 4;
  }
  .advantages-second__item:nth-child(2) {
    order: 3;
  }
}
@media only screen and (min-width: 1280px) {
  .advantages-second__item {
    margin-right: 10rem;
    width: auto;
    max-width: 21rem;
    flex-direction: column;
    align-items: stretch;
  }
  .advantages-second__item:nth-child(4) {
    order: initial;
  }
  .advantages-second__item:nth-child(2) {
    order: initial;
  }
}
@media only screen and (min-width: 1620px) {
  .advantages-second__item {
    margin-right: 15rem;
  }
}
.advantages-second__icon-container {
  width: 9rem;
  flex-shrink: 0;
  margin-right: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .advantages-second__icon-container {
    width: 10.5rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .advantages-second__icon-container {
    width: 100%;
    margin-right: 0;
    margin-bottom: auto;
  }
}
.advantages-second__icon {
  height: 4.3rem;
  margin-left: 1.5rem;
}
.advantages-second__icon._thumb-up {
  width: 7.2rem;
}
.advantages-second__icon._mister-green {
  width: 5.1rem;
}
.advantages-second__icon._transport {
  width: 7.9rem;
  margin-left: 0;
}
.advantages-second__icon._sale {
  width: 4.6rem;
  margin-left: 1.7rem;
}
.advantages-second__icon._glass {
  width: 5.2rem;
  height: 5rem;
}
.advantages-second__icon._bow-star {
  width: 5.8rem;
  height: 5rem;
}
.advantages-second__icon._heart {
  width: 5.8rem;
  height: 5rem;
}
.advantages-second__icon._mister-purple {
  width: 4.8rem;
}
@media only screen and (min-width: 768px) {
  .advantages-second__icon {
    margin-left: 0;
  }
  .advantages-second__icon._thumb-up {
    width: 10.5rem;
    height: 6.2rem;
  }
  .advantages-second__icon._mister-green {
    width: 7.6rem;
    height: 6.6rem;
    margin-top: 0.8rem;
  }
  .advantages-second__icon._transport {
    width: 10.1rem;
    height: 5.4rem;
    margin-left: 0;
  }
  .advantages-second__icon._sale {
    width: 7.8rem;
    height: 7.4rem;
    margin-left: 1.7rem;
    margin-bottom: -0.9rem;
  }
}
@media only screen and (min-width: 1280px) {
  .advantages-second__icon {
    margin-left: 0;
  }
  .advantages-second__icon._thumb-up {
    width: 12.5rem;
    height: 7.5rem;
  }
  .advantages-second__icon._mister-green {
    width: 9.2rem;
    height: 7.7rem;
    margin-top: 0;
  }
  .advantages-second__icon._transport {
    width: 15rem;
    height: 8.2rem;
  }
  .advantages-second__icon._sale {
    width: 8.8rem;
    height: 8rem;
    margin-left: 0;
    margin-top: -1.5rem;
  }
}
.advantages-second__text {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .advantages-second__text {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
@media only screen and (min-width: 1280px) {
  .advantages-second__text {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: 1.8rem;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/blocks/header-v2/_header-wrap.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.header-wrap {
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-wrap {
    background-image: linear-gradient(to right, rgb(249, 249, 249), rgb(249, 249, 249)), linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(to right, rgb(235, 240, 245), rgb(235, 240, 245));
    background-position: 0 0, 0 3.8rem, 0 8.9rem;
    background-size: 100% 3.8rem, 100% 5.1rem, 100% 0.1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header-wrap {
    background-image: linear-gradient(to right, rgb(249, 249, 249), rgb(249, 249, 249)), linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(to right, rgb(235, 240, 245), rgb(235, 240, 245));
    background-position: 0 0, 0 3.8rem, 0 10.1rem;
    background-size: 100% 3.8rem, 100% 6.3rem, 100% 0.1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .header-wrap {
    background-image: linear-gradient(to right, rgb(249, 249, 249), rgb(249, 249, 249)), linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(to right, rgb(235, 240, 245), rgb(235, 240, 245)), linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(to right, rgb(235, 240, 245), rgb(235, 240, 245));
    background-position: 0 0, 0 5.2rem, 0 15.2rem, 0 15.3rem, 0 22.2rem;
    background-size: 100% 5.2rem, 100% 10rem, 100% 0.1rem, 100% 6.9rem, 100% 0.1rem;
  }
}
.header-wrap__content {
  display: grid;
  margin-left: auto;
  margin-right: auto;
  max-width: 1604px;
}
@media only screen and (min-width: 0px) and (max-width: 1279px) {
  .header-wrap__content {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .header-wrap__content {
    padding: 0 8rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-wrap__content {
    grid-template-areas: "ib-content" "sb-logo" "mb-menu";
    grid-template-columns: 100%;
    grid-template-rows: 3.8rem 5.2rem 0vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header-wrap__content {
    grid-template-areas: "ib-content ib-content ib-content" "sb-logo sb-logo sb-action" "mb-menu mb-menu mb-menu";
    grid-template-columns: repeat(10, 10%);
    grid-template-rows: 3.8rem 6.4rem 0vh;
  }
}
@media only screen and (min-width: 1024px) {
  .header-wrap__content {
    grid-template-areas: "ib-content ib-content ib-menu" "sb-logo sb-search sb-action" "mb-menu mb-menu mb-menu" "mb-submenu mb-submenu mb-submenu";
    grid-template-columns: repeat(10, 10%);
    grid-template-rows: 5.2rem 10rem 7.1rem 0rem;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/blocks/_map-data.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.map-data {
  flex-wrap: wrap;
  padding: 2rem 1.5rem;
}
.map-data__phone {
  text-decoration: none;
  color: #3c3c70;
}
.map-data__title {
  display: block;
  color: #A5A5A5;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.map-data__value {
  font-size: 1.5rem;
  line-height: 1.9rem;
}
@media only screen and (min-width: 768px) {
  .map-data__baloon {
    width: 20rem;
  }
}
.map-data__baloon-text {
  margin: 0;
  font-family: "EuclidCircularA", Arial, sans-serif;
  color: #3c3c70;
  font-size: 1.2rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.map-data__baloon-text:last-child {
  margin-bottom: 0;
}
.map-data__baloon-text b {
  font-weight: 600;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/blocks/_map.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.map {
  margin-bottom: 7.6rem;
}
@media only screen and (min-width: 768px) {
  .map {
    margin-bottom: 8.6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .map {
    margin-bottom: 13.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .map__inner {
    display: flex;
  }
}
.map__content {
  position: relative;
  border-radius: 4px;
  background-color: #EBF0F5;
  margin-bottom: 1.5rem;
  padding: 2rem 1.5rem;
  background-image: url("/img/mister-purple-tricky.svg");
  background-repeat: no-repeat;
  background-size: 7rem 6.5rem;
  background-position: bottom right 3.5rem;
}
@media only screen and (min-width: 768px) {
  .map__content {
    padding: 3rem 2rem;
    width: 47.8rem;
    flex-grow: 1;
    margin-bottom: 0;
    margin-right: 2rem;
    background-size: 12.6rem 13.8rem;
    background-position: bottom right 4rem;
    background-image: url("/img/mister-purple-tricky-tablet.svg");
  }
}
@media only screen and (min-width: 1280px) {
  .map__content {
    width: 84.6rem;
    padding: 4rem 3rem;
    background-size: 16rem 21rem;
    background-position: bottom right 16.8rem;
    background-image: url("/img/mister-purple-tricky-desktop.svg");
  }
}
@media (min-width: 1360px) {
  .map__content {
    background-size: 20rem 21rem;
  }
}
@media only screen and (min-width: 1441px) {
  .map__content {
    width: 89.6rem;
    padding: 4rem;
    background-position: bottom right 23.4rem;
  }
}
.map__text {
  font-size: 1.4rem;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .map__text {
    max-width: calc(100% - 18rem);
    margin-bottom: 1.1rem;
  }
}
@media only screen and (min-width: 1280px) {
  .map__text {
    max-width: 38rem;
  }
}
.map__map-container {
  min-height: 21rem;
  background-color: #EBF0F5;
}
@media only screen and (min-width: 768px) {
  .map__map-container {
    width: 23rem;
    min-height: 18rem;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .map__map-container {
    width: 41.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .map .title {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .map .title {
    max-width: 38rem;
    margin-bottom: 2.5rem;
  }
}
.map .link {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .map .link {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .map .link {
    position: absolute;
    right: 4rem;
    bottom: 4rem;
  }
}
@media only screen and (min-width: 1620px) {
  .map .link {
    right: 5.5rem;
    display: inline-flex;
    align-items: center;
  }
  .map .link .link__icon {
    height: 1.2rem;
    margin-top: 2px;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/blocks/_additional-good.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.additional-good__list {
  display: none;
}
.additional-good__item:not(:last-child) {
  margin-bottom: 1rem;
}
.additional-good__label {
  position: relative;
  display: flex;
  padding-left: 3rem;
  color: #808DA1;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  transition: all 0.3s;
}
@media (hover: hover) {
  .additional-good__label:hover {
    color: #383838;
  }
}
@media only screen and (min-width: 768px) {
  .additional-good__label {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.additional-good__radio {
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  border: 2px solid #3c3c70;
  border-radius: 50%;
}
.additional-good__input:checked + .additional-good__radio::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 1rem;
  height: 1rem;
  background-color: #7b75c9;
  border-radius: 50%;
}
.additional-good__input:checked ~ span {
  color: #383838;
}
.additional-good__price {
  margin-left: auto;
  padding-left: 1rem;
  flex-shrink: 0;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/blocks/_modal.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.modal {
  position: relative;
  background: #FFFFFF;
  border-radius: 1.6rem;
  width: calc(100% - 3rem);
  max-width: 68.2rem;
  margin: 0 auto;
  padding: 6.5rem 2rem;
  padding-bottom: 7rem;
  background-repeat: no-repeat;
  background-position: bottom right 3.6rem;
}
.modal._success {
  background-image: url("/img/mister-green.svg");
  background-size: 6.4rem auto;
}
.modal._fail {
  background-image: url("/img/mister-purple-sad.svg");
  background-size: 6.4rem auto;
}
.modal._fail .modal__text {
  color: #3c3c70;
}
.modal .title {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .modal {
    padding: 5rem 4rem;
    background-size: 8.8rem auto;
    background-position: bottom right 6.3rem;
    border-radius: 0.6rem;
  }
  .modal .title {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 2rem;
  }
}
.modal__text {
  margin: 0;
  margin-bottom: 3.5rem;
  color: #7b75c9;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .modal__text {
    margin-bottom: 5rem;
  }
}
.modal__btn-ok {
  min-width: 16.9rem;
  font-size: 1.6rem;
  line-height: 2rem;
}
.modal__pre {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/blocks/_header.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
/* critical:start */
.site-header {
  position: relative;
  z-index: 100;
  transition: padding 0.3s;
}
@media only screen and (min-width: 768px) {
  .site-header {
    padding: 0;
  }
}
.site-header__top {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .site-header__top {
    position: relative;
    border-bottom: 1px solid #ebf0f5;
  }
}
.site-header__top-content {
  display: grid;
  grid-template-areas: "logo contacts" "special special";
  align-items: center;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  background-color: #fff;
  will-change: padding;
  position: relative;
  z-index: 200;
}
@media only screen and (min-width: 768px) {
  .site-header__top-content {
    grid-template-areas: "contacts menu" "special special";
    padding: 1.8rem 0;
    padding-bottom: 1.4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header__top-content {
    padding: 2.2rem 0;
    position: static;
  }
}
.site-header__geo-contacts {
  display: flex;
  grid-area: contacts;
  margin-left: auto;
}
.site-header__geo-contacts .btn {
  padding: 0.5rem 0.5rem;
  height: 2.5rem;
  margin-top: 0.3rem;
}
.site-header__geo-contacts-btn {
  position: relative;
  text-decoration: none;
  color: #7b75c9;
  width: 6rem;
  height: 3rem;
  border: 0;
  font-size: 1rem;
  background-color: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  outline: none;
  line-height: 1.5rem;
  margin-left: auto;
}
.site-header__geo-contacts-icon {
  stroke: #7b75c9;
  fill: #7b75c9;
  width: 28px;
  height: 28px;
}
.site-header__call-icon {
  transform: scale(1.1);
}
.site-header__contacts-icon {
  transform: scale(0.8);
  stroke-width: 1.5;
  height: auto;
  width: 30px;
}
.site-header__logo {
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: all 0.3s;
  width: 9rem;
  will-change: transform;
  transform-origin: left;
  grid-area: logo;
}
.site-header__logo img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .site-header__logo {
    width: 11.3rem;
    display: block;
    margin-right: -2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header__logo {
    margin-right: 9.2rem;
    width: 13rem;
  }
}
@media only screen and (min-width: 1520px) {
  .site-header__logo {
    margin-right: 0;
  }
}
.site-header__contacts {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  transition: all 0.3s;
  will-change: transform;
  transform-origin: right;
  grid-area: contacts;
}
@media only screen and (min-width: 768px) {
  .site-header__contacts {
    justify-content: flex-start;
    flex-grow: 0;
    align-items: center;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header__contacts {
    justify-content: flex-start;
    flex-grow: 0;
    align-items: center;
    margin-right: 2rem;
  }
}
.site-header__city {
  position: relative;
  color: rgba(60, 60, 112, 0.6);
  text-decoration: none;
  text-align: right;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 0.5rem;
  width: 22rem;
  transition: all 0.3s;
  border-bottom: 1px dashed transparent;
}
@media only screen and (min-width: 320px) {
  .site-header__city {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .site-header__city {
    font-size: 1.4rem;
    color: #3c3c70;
    font-weight: 500;
    text-align: left;
    width: 22rem;
    margin-right: 2rem;
    line-height: 1;
    min-width: 8.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header__city {
    font-size: 1.6rem;
    line-height: 1.1;
    min-width: 11.5rem;
    width: 22rem;
  }
}
@media only screen and (min-width: 1360px) {
  .site-header__city {
    width: 22rem;
  }
}
.site-header__city._open .delivery-form__icon {
  transform: rotateX(180deg);
}
.site-header__city._open .select__dropdown {
  opacity: 1;
  pointer-events: initial;
  max-height: initial;
  overflow: initial;
  left: -5rem;
  top: calc(100% + 7px);
  width: 18rem;
}
@media only screen and (min-width: 768px) {
  .site-header__city._open .select__dropdown {
    left: 0;
    width: 22rem;
  }
}
.site-header__city._dropdown-hidden .select__dropdown {
  display: none;
}
.site-header__city._dropdown-hidden .delivery-form__icon {
  transform: none;
}
.site-header__city-input {
  position: absolute;
  top: -2px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  color: rgba(60, 60, 112, 0.6);
  line-height: 1.1;
  font-size: 1.6rem;
  padding: 0.2rem 1rem;
  border: none;
  text-align: left;
}
.site-header__city-input::placeholder {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .site-header__city-input {
    color: #3c3c70;
    text-align: left;
    padding: 3px;
    top: -6px;
  }
  .site-header__city-input::placeholder {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header__city-input {
    font-size: 1.6rem;
    transform: none;
  }
}
.site-header__input-label {
  transition: color 0.3s;
}
@media (hover: hover) {
  .site-header__input-label:hover {
    color: #7b75c9;
  }
}
@media only screen and (min-width: 768px) {
  .site-header__input-label {
    font-size: 1.4rem;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header__input-label {
    font-size: 1.6rem;
  }
}
.site-header__phone {
  line-height: 1.1;
  font-weight: 500;
  color: #3c3c70;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  transform-origin: right;
  will-change: transform;
}
@media (hover: hover) {
  .site-header__phone:hover {
    color: #7b75c9;
  }
}
@media only screen and (min-width: 768px) {
  .site-header__phone {
    font-size: 1.4rem;
    margin-right: 2rem;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header__phone {
    font-size: 1.6rem;
  }
}
.site-header__phone-wrap {
  width: 100%;
  order: -1;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .site-header__phone-wrap {
    order: initial;
    width: auto;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header__phone-wrap {
    order: initial;
    width: auto;
    margin-bottom: 0;
  }
}
.site-header__working-hours {
  color: rgba(60, 60, 112, 0.6);
  font-size: 1.3rem;
  line-height: 1.1;
  margin: 0;
  transition: all 0.3s;
  width: 100%;
  text-align: right;
}
@media (max-width: 319px) {
  .site-header__working-hours {
    padding-left: 4px;
    width: auto;
  }
}
@media only screen and (min-width: 320px) {
  .site-header__working-hours {
    text-align: left;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .site-header__working-hours {
    font-size: 1.4rem;
    color: #9c9c9c;
    order: initial;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header__working-hours {
    font-size: 1.6rem;
  }
}
.site-header__menu-close {
  display: none;
  /*width: 18%;
  height: 18%;*/
}
.site-header__menu-toggle {
  padding: 0;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 1.5rem;
  will-change: transform;
}
@media only screen and (min-width: 768px) {
  .site-header__menu-toggle {
    padding: 0;
    width: 4.9rem;
    height: 4.6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header__menu-toggle {
    display: none;
  }
}
.site-header__bottom {
  padding-top: 0.6rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .site-header__bottom {
    padding: 1.8rem 0;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header__bottom {
    padding-top: 3.5rem;
    padding-bottom: 2.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .site-header__bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header__bottom-content {
    align-items: flex-start;
  }
}
.site-header__popular-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .site-header__popular-list {
    margin-left: 3.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header__popular-list {
    margin: 0;
  }
}
.site-header__popular-item {
  font-family: "Roboto";
  font-size: 1.3rem;
  line-height: 1.5rem;
  padding: 0 0.5rem;
}
@media only screen and (min-width: 320px) {
  .site-header__popular-item {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .site-header__popular-item {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header__popular-item {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .site-header__popular-item:first-of-type {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1441px) {
  .site-header__popular-item:last-of-type {
    padding-right: 0;
  }
}
.site-header__popular-item:not(:last-of-type) {
  border-right: 1px solid #ebf0f5;
}
.site-header__popular-item.active {
  font-weight: bold;
}
.site-header__popular-link {
  text-decoration: none;
  color: #3c3c70;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
@media (hover: hover) {
  .site-header__popular-link:hover {
    border-color: currentColor;
  }
}
.site-header__specialpromo-btn {
  font-size: 1.5rem !important;
  padding: 0.5rem !important;
  width: 70% !important;
  margin: 0.5rem auto 0 !important;
  grid-area: special;
}
@media only screen and (min-width: 1280px) {
  .site-header__catalog-wrap {
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: flex-start;
    /*width: 63.5rem;*/
    width: 100%;
    margin-right: 2rem;
    margin-top: 0.6rem;
  }
}
@media only screen and (min-width: 1520px) {
  .site-header__catalog-wrap {
    width: 101rem;
    justify-content: space-between;
    align-items: center;
    margin-right: auto;
    margin-left: 8rem;
  }
}
.site-header__btn {
  width: 19rem;
  margin-right: 2rem;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1280px) {
  .site-header__btn {
    padding: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1520px) {
  .site-header__btn {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.site-header__menu-open {
  fill: #fff;
  /*width: 17.6px;
  height: 11.1px;*/
}
@media only screen and (min-width: 1280px) {
  .site-header__menu-open {
    margin-right: 1rem;
  }
}
.site-header__indicators-wrap {
  position: relative;
  margin-left: auto;
  margin-top: 1.7rem;
  grid-area: menu;
}
@media only screen and (min-width: 768px) {
  .site-header__indicators-wrap {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header__indicators-wrap {
    margin-top: 2rem;
    margin-top: 1.4rem;
  }
}
@media only screen and (min-width: 1520px) {
  .site-header__indicators-wrap {
    margin-left: 0;
  }
}
.site-header__indicators {
  display: grid;
  grid-template-rows: 1fr;
  column-gap: 4rem;
  align-items: end;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .site-header__indicators {
    grid-template-columns: repeat(4, min-content);
  }
}
@media only screen and (min-width: 1024px) {
  .site-header__indicators {
    grid-template-columns: repeat(3, min-content);
  }
}
.site-header__indicators-link {
  text-decoration: none;
  position: relative;
  display: block;
  color: #3c3c70;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 0.5rem;
}
@media (hover: hover) {
  .site-header__indicators-link:hover {
    background-color: #EBF0F5;
  }
}
.site-header__indicators-label {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #7B75C9;
}
.site-header__indicators-count {
  background-color: #bee6a8;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Affect";
  text-align: center;
  position: absolute;
  right: -5px;
  top: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 2rem;
  height: 2rem;
}
.site-header__confirm-city {
  padding: 1rem;
  position: fixed;
  bottom: 15rem;
  right: 0;
  background-color: #bee6a8;
  color: #3c3c70;
  z-index: 1;
  font-size: 1.4rem;
}
.site-header__confirm-city._pulse-animated {
  animation: pulse 0.4s infinite;
  background-color: #bee6a8 !important;
}
@media only screen and (min-width: 768px) {
  .site-header__confirm-city {
    position: absolute;
    top: -2rem;
    left: 0;
    bottom: auto;
    right: auto;
  }
}
.site-header__confirm-city-button {
  margin-top: 0.5rem;
  display: flex;
}
.site-header__confirm-city-button .btn {
  font-size: inherit;
  margin-right: 1rem;
  padding: 1rem;
  white-space: nowrap;
}

._header-menu ._toggle {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #ebf0f5;
  background: transparent;
  padding: 0;
}
._header-menu .select__icon {
  left: calc(50% - 0.8rem);
}
._header-menu .select__dropdown {
  min-width: 16rem;
  right: 0;
}

/* critical:end */
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/blocks/_article.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.article {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 1280px) {
  .article {
    margin-bottom: 11rem;
  }
}
.article__section {
  margin-bottom: 5rem;
}
.article__section:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1280px) {
  .article__section {
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 1280px) {
  .article__section {
    display: flex;
    align-items: flex-start;
  }
}
.article__product-prices-image {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 80%;
}
@media only screen and (min-width: 1024px) {
  .article__product-prices-image {
    max-width: 700px;
  }
}
@media only screen and (min-width: 1280px) {
  .article__product-prices-image {
    max-width: 800px;
  }
}
@media only screen and (min-width: 1620px) {
  .article__product-prices-image {
    max-width: 1000px;
  }
}
.article__product-prices-price {
  width: 100%;
  text-align: center;
}
.article__section._table {
  margin-top: -2rem;
}
@media only screen and (min-width: 768px) {
  .article__section._table {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .article__section._table {
    display: block;
  }
}
.article__section._table .article__left p {
  font-size: 1.6rem;
  margin-bottom: 3.5rem;
}
@media only screen and (min-width: 768px) {
  .article__section._table .article__left {
    padding-left: 2rem;
  }
  .article__section._table .article__left p {
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .article__section._table .article__left {
    margin-right: 63rem;
    padding: 0;
  }
  .article__section._table .article__left p {
    margin-bottom: 4.5rem;
  }
}
.article__img-wrap {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .article__img-wrap {
    display: block;
    flex-shrink: 0;
    width: 54.2rem;
    margin: 0;
    position: sticky;
    top: 4rem;
  }
}
.article__img-wrap img {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .article__left {
    flex-grow: 1;
    margin-right: 8.8rem;
  }
}
.article__left h2 {
  margin-top: 5rem;
  margin-bottom: 3rem;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
}
.article__left h2:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .article__left h2 {
    font-weight: 600;
  }
}
.article__left h3 {
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 3rem 0;
}
.article__left h3:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .article__left h3 {
    margin: 2rem 0;
  }
}
.article__left img {
  display: block;
  margin: 3rem 0;
}
@media only screen and (min-width: 768px) {
  .article__left img {
    margin: 5rem 0;
  }
}
@media only screen and (min-width: 1280px) {
  .article__left img {
    display: none;
  }
}
.article__left p {
  margin: 0;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  line-height: 130%;
  color: #818DA1;
}
@media only screen and (min-width: 768px) {
  .article__left p {
    font-size: 1.6rem;
  }
}
.article__left b {
  font-weight: 500;
  color: #3c3c70;
}
.article__left ol {
  margin: 1.5rem 0;
  padding-left: 1.4rem;
}
.article__left ol &gt; li {
  font-size: 1.4rem;
  line-height: 130%;
  color: #818DA1;
}
.article__left ol &gt; li::marker {
  font-weight: 700;
  color: #3c3c70;
}
@media only screen and (min-width: 1280px) {
  .article__left ol &gt; li {
    font-size: 1.6rem;
  }
}
.article__left ul {
  padding-left: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .article__left ul {
    margin-top: 5rem;
  }
}
.article__left ul &gt; li {
  position: relative;
  font-size: 1.4rem;
  line-height: 130%;
  color: #818DA1;
}
.article__left ul &gt; li:not(.article__cell-item)::before {
  content: "О‡";
  position: absolute;
  left: -1.4rem;
  top: -1px;
  font-size: 1.6rem;
  color: #3c3c70;
}
@media only screen and (min-width: 1280px) {
  .article__left ul &gt; li {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .article__table {
    width: 91rem;
  }
}
.article__table-title {
  margin: 0;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .article__table-title {
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .article__table-title {
    margin-left: 0;
  }
}
.article__table-row {
  border-radius: 4px;
}
.article__table-row:nth-child(even) {
  background: #EBF0F5;
}
.article__table-row:nth-child(even) .article__cell-inner {
  border-color: #fff;
}
.article__table-row:nth-child(even) .article__cell-link {
  border: 0;
  color: #3c3c70;
}
@media only screen and (min-width: 768px) {
  .article__table-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }
  .article__table-row:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .article__table-row {
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
  .article__table-row:not(:first-child) .article__cell-title {
    display: none;
  }
  .article__table-row:nth-child(even) {
    background: none;
  }
  .article__table-row:last-child .article__cell-inner {
    padding-bottom: 2.5rem;
  }
}
.article__table-cell {
  padding: 2.5rem 2rem;
  padding-bottom: 0;
}
.article__table-cell:last-child .article__cell-inner {
  border: 0;
}
@media only screen and (min-width: 768px) {
  .article__table-cell._name {
    width: 100%;
  }
  .article__table-cell._advantages, .article__table-cell._shortcomings {
    width: calc(50% - 2rem);
  }
  .article__table-cell._advantages .article__cell-inner, .article__table-cell._shortcomings .article__cell-inner {
    border: 0;
  }
  .article__table-cell._advantages {
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 1280px) {
  .article__table-cell {
    padding: 0;
    padding-top: 2.3rem;
    padding-bottom: 0.7rem;
  }
  .article__table-cell._name {
    width: 15.5rem;
    margin-right: 3rem;
  }
  .article__table-cell._advantages {
    flex-grow: 1;
    margin-right: 3rem;
    background-color: #EBF0F5;
    padding: 2rem 2.5rem;
    padding-top: 2.3rem;
    padding-bottom: 0.7rem;
  }
  .article__table-cell._shortcomings {
    width: 27.5rem;
  }
}
.article__cell-inner {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #EBF0F5;
}
@media only screen and (min-width: 1280px) {
  .article__cell-inner {
    border: 0;
    padding: 0;
  }
}
.article__cell-title {
  margin: 0;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
}
@media only screen and (min-width: 1280px) {
  .article__cell-title {
    margin-bottom: 3.5rem;
  }
}
.article__cell-link {
  margin-bottom: 0;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  text-decoration: none;
  display: inline;
  color: #7b75c9;
  border-bottom: 1px solid currentColor;
}
.article__cell-link:last-child {
  margin-bottom: 0;
}
.article__cell-list {
  padding: 0;
  list-style: none;
  margin-top: 0 !important;
}
.article__cell-item {
  font-size: 1.4rem;
  line-height: 130%;
  color: #818DA2;
}
@media only screen and (min-width: 1280px) {
  .article__cell-item {
    font-size: 1.6rem;
  }
}
.article__cell-value {
  margin: 1rem 0;
  font-size: 1.4rem;
  line-height: 130%;
  color: #818DA2;
}
.article__cell-value:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1280px) {
  .article__cell-value {
    font-size: 1.6rem;
  }
}
.article .article-share {
  text-align: center;
  margin: 5rem 0;
}
.article section .container {
  padding: 0;
}
.article section .container .best__list:before {
  left: 99%;
}
.article-main {
  overflow-x: hidden;
}
.article .best__slider-container {
  padding: 0 3rem;
}
.article .best {
  margin-bottom: 0;
}
.article .best .best__slider-nav._next {
  right: 2rem;
}
.article .best .best__slider-nav._prev {
  left: 0;
}
.article .slick-list {
  overflow: visible;
}
.article .bg-main, .article .bg-second {
  padding: 1rem;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/blocks/_articles.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.articles__top-wrap {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .articles__top-wrap {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 3.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .articles__top-wrap {
    margin-bottom: 6.4rem;
  }
}
.articles__top-wrap .title {
  margin-bottom: 0;
}
.articles__show-all {
  display: none;
}
@media only screen and (min-width: 768px) {
  .articles__show-all {
    display: block;
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .articles__list {
    display: flex;
    margin-right: -2rem;
  }
}
.articles__item {
  margin: 0 0.75rem;
  width: 27.5rem;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .articles__item {
    margin: 0 1rem;
    width: 30.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .articles__item {
    margin: 0;
    margin-right: 2rem;
    width: calc(25% - 2rem);
  }
}
.articles__link {
  text-decoration: none;
  color: #3c3c70;
  outline: none;
}
.articles__img {
  border-radius: 4px;
  display: block;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .articles__img {
    margin-bottom: 2rem;
  }
}
.articles__category {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #818da1;
  margin: 0;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .articles__category {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 1rem;
  }
}
.articles__title {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .articles__title {
    font-size: 2rem;
    line-height: 2.5rem;
    max-width: 23rem;
  }
}
@media only screen and (min-width: 1280px) {
  .articles__title {
    max-width: 25rem;
  }
}
@media only screen and (min-width: 1620px) {
  .articles__title {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/blocks/header-v2/_info-bar.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.info-bar__submenu {
  display: none;
  position: absolute;
}
.info-bar__info-content {
  width: 100%;
  grid-area: ib-content;
  justify-self: start;
  display: grid;
  grid-template-rows: 1fr;
  height: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .info-bar__info-content {
    grid-column: 1/11;
  }
}
@media only screen and (min-width: 1024px) {
  .info-bar__info-content {
    grid-column: 1/6;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info-bar__info-content {
    grid-template-areas: "location phone";
    grid-template-columns: auto min-content;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .info-bar__info-content {
    grid-template-areas: "location phone callback schedule";
    grid-template-columns: 4fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .info-bar__info-content {
    grid-template-areas: "location phone callback schedule";
    grid-template-columns: 24.3rem repeat(3, min-content);
  }
}
.info-bar__location, .info-bar__phone, .info-bar__callback, .info-bar__schedule, .info-bar__menu {
  height: 100%;
}
.info-bar__location {
  cursor: pointer;
  grid-area: location;
  justify-self: start;
  display: grid;
  grid-template-areas: "icon-place text-place";
  grid-template-rows: 1fr;
}
.info-bar__phone {
  grid-area: phone;
  display: grid;
  grid-template-areas: "phone";
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .info-bar__phone {
    justify-content: end;
  }
}
.info-bar__phone .site-header__phone {
  white-space: nowrap;
  grid-area: phone;
  align-self: center;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .info-bar__phone .site-header__phone {
    font-weight: 500;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .info-bar__phone .site-header__phone {
    font-weight: 500;
    font-size: 1.6rem;
    margin-right: 2rem;
  }
}
.info-bar__callback {
  grid-area: callback;
  display: grid;
  align-content: center;
  grid-template-areas: "text";
  grid-template-columns: min-content;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .info-bar__callback {
    justify-self: end;
  }
}
.info-bar__callback-button {
  font-size: 1.4rem;
  font-weight: 400;
  grid-area: text;
  justify-content: start;
  white-space: nowrap;
  margin-right: 2rem;
  border-bottom: 1px dashed;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .info-bar__callback-button {
    justify-self: end;
  }
}
.info-bar__schedule {
  grid-area: schedule;
  display: grid;
  align-content: center;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .info-bar__schedule {
    justify-self: end;
  }
}
.info-bar__schedule .site-header__working-hours {
  white-space: nowrap;
  font-size: 1.2rem;
  color: #818DA1;
}
.info-bar__menu {
  width: 100%;
  grid-area: ib-menu;
  justify-self: end;
  align-content: center;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .info-bar__menu {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .info-bar__menu {
    grid-column: 6/11;
  }
}
.info-bar__menu-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  height: 100%;
}
.info-bar__menu-item {
  box-sizing: border-box;
  height: 100%;
  display: grid;
  align-content: center;
  margin-left: 3rem;
  grid-auto-flow: column;
  grid-template-columns: auto 2rem;
  grid-template-rows: 1fr;
  grid-template-areas: "label corner";
  align-items: center;
}
@media only screen and (min-width: 1024px) and (max-width: 1100px) {
  .info-bar__menu-item {
    margin-left: 0.5rem;
  }
}
.info-bar__menu-item li {
  display: block;
}
.info-bar__menu-item:hover &gt; a {
  color: #7b75c9;
}
.info-bar__dropdown-wrap {
  cursor: pointer;
  position: relative;
}
.info-bar__dropdown-wrap_is-open &gt; a {
  color: #7b75c9;
}
.info-bar__dropdown-wrap_is-open &gt; svg {
  stroke: #7b75c9;
}
.info-bar__dropdown-wrap_is-open .info-bar__submenu {
  display: grid;
  grid-auto-flow: row;
  row-gap: 1.5rem;
  position: absolute;
  top: 5.2rem;
  right: 0;
  z-index: 99999999;
  background-color: #F9F9F9;
  padding-bottom: 1.5rem;
}
.info-bar__dropdown-wrap_is-open .info-bar__menu-item {
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0;
  justify-content: end;
}
.info-bar__menu-link {
  color: #818DA1;
  line-height: 2rem;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
  white-space: nowrap;
  grid-area: label;
}
.info-bar__corner {
  grid-area: corner;
  stroke: #7b75c9;
  margin-left: 1rem;
}
.info-bar__location-icon-place {
  grid-area: icon-place;
  justify-self: center;
  align-self: center;
}
.info-bar__location-icon-place svg._desktop-only {
  stroke: #3C3C70;
  margin-bottom: 0.3rem;
}
.info-bar__location-text-place {
  grid-area: text-place;
  justify-self: center;
  align-self: center;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .info-bar__location-text-place {
    font-size: 1.3rem;
    font-weight: 400;
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .info-bar__location-text-place {
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: 1.4rem;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/blocks/header-v2/_menu-bar.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.menu-bar__alllink {
  color: #7b75c9;
  font-size: 1.4rem;
  text-tecoration: underline;
  margin-bottom: 1rem;
}
.menu-bar_is-popover-only-1st-lvl {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .menu-bar_is-popover-only-1st-lvl {
    display: grid;
  }
}
.menu-bar__is-popover-only-2st-lvl {
  display: none;
}
.menu-bar__is-popover-only-3rd-lvl {
  display: none;
}
.menu-bar_is-popover-only-3rd-lvl .menu-bar__item {
  grid-template-columns: none !important;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .menu-bar_is-open {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    height: 100vh;
    display: grid;
    grid-template-areas: "left-bar right-bar";
    grid-template-rows: 1fr;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .menu-bar_is-open {
    grid-template-columns: auto 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .menu-bar_is-open {
    grid-template-columns: 50rem auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .menu-bar_is-open .menu-bar__catalog-list {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 1fr;
    height: auto;
    margin: 3rem 3rem 3.4rem 3rem;
    row-gap: 2.6rem;
  }
  .menu-bar_is-open .menu-bar__item {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: auto 1.6rem;
    position: relative;
  }
  .menu-bar_is-open .menu-bar__item.menu-bar__item_is-active {
    display: block;
  }
  .menu-bar_is-open .menu-bar__item:hover .menu-bar__corner {
    stroke: #7b75c9;
  }
  .menu-bar_is-open .menu-bar__link {
    line-height: 1;
  }
  .menu-bar_is-open .menu-bar__corner {
    display: grid;
    align-self: center;
    stroke: #3C3C70;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .menu-bar__wrap:not(.menu-bar_is-open) {
    display: none;
  }
}
.menu-bar__wrap {
  grid-area: mb-menu;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .menu-bar__wrap {
    grid-column: 1/11;
  }
}
.menu-bar__top-wrap {
  padding: 1.9rem 1.6rem 0 1.6rem;
}
.menu-bar__top-wrap .search-form__input {
  padding-left: 5rem;
  padding-top: 1rem;
  padding-bottom: 1.1rem;
  font-size: 1.2rem;
  font-weight: 400;
}
.menu-bar__top-wrap .search-form__close {
  position: absolute;
  top: calc(50% - 0.8rem) !important;
  right: 1.5rem;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
}
.menu-bar__top-wrap .search-form__close-icon {
  stroke: #7b75c9;
}
.menu-bar__footer-wrap {
  margin: 3rem 3rem 0 3rem;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  row-gap: 1.8rem;
}
.menu-bar__footer-block {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  row-gap: 0.4rem;
}
.menu-bar__footer-block-title {
  font-weight: 400;
  font-size: 1.2rem;
  color: #818DA1;
}
.menu-bar__footer-block:nth-child(1) .menu-bar__footer-block-content {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: auto min-content;
  grid-template-areas: "phone callback";
}
.menu-bar__footer-block:nth-child(1) .menu-bar__footer-block-content .info-bar__callback-button {
  margin-right: 0;
  grid-area: callback;
}
@media only screen and (min-width: 0px) and (max-width: 359px) {
  .menu-bar__footer-block:nth-child(1) .menu-bar__footer-block-content .info-bar__callback-button {
    font-size: 1.2rem;
  }
}
.menu-bar__footer-block:nth-child(1) .menu-bar__footer-block-content .site-header__phone {
  grid-area: phone;
  display: grid;
  align-self: end;
}
@media only screen and (min-width: 0px) and (max-width: 359px) {
  .menu-bar__footer-block:nth-child(1) .menu-bar__footer-block-content .site-header__phone {
    font-size: 1.4rem;
  }
}
.menu-bar__footer-block-content p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #3C3C70;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.menu-bar__footer-block-content p a {
  text-decoration: none;
  color: inherit;
}
.menu-bar__footer-social-block {
  margin-top: 1.2rem;
}
.menu-bar__divider {
  margin: 0 3rem;
  height: 0.1rem;
  background-color: #ebf0f5;
}
.menu-bar__favorite-item {
  margin: 0 3rem;
  margin-top: 2.7rem;
}
@media only screen and (min-width: 768px) {
  .menu-bar__favorite-item {
    display: none;
  }
}
.menu-bar__indicators-link {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 2.9rem auto;
  grid-template-areas: "icon label";
  position: relative;
  justify-self: start;
  align-items: center;
  text-decoration: none;
}
.menu-bar__indicators-icon {
  grid-area: icon;
  justify-content: start;
  stroke: #7b75c9;
}
.menu-bar__indicators-label {
  grid-area: label;
  justify-content: start;
  font-size: 1.4rem;
  font-weight: 400;
  color: #7b75c9;
  line-height: 1;
}
.menu-bar__submenu {
  display: none;
}
.menu-bar__submenu .menu-bar__menu-item {
  padding-left: 1rem;
}
.menu-bar__menu-item_is-active .menu-bar__submenu {
  margin-top: 2rem;
  display: grid;
  row-gap: 1.5rem;
  grid-auto-flow: row;
  grid-auto-rows: 1.4rem;
}
.menu-bar__menu-item_is-active .menu-bar__menu-corner {
  transform: rotate(90deg);
}
.menu-bar__menu-corner {
  display: grid;
  align-self: center;
  stroke: #818DA1;
}
.menu-bar__menu-list {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  height: auto;
  margin: 3rem 3rem 3.4rem 3rem;
  overflow: inherit;
  row-gap: 2rem;
}
.menu-bar__menu-item {
  font-size: 1.4rem;
  color: #818DA1;
  margin: 0;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: auto 1.6rem;
}
.menu-bar__menu-link {
  text-decoration: none;
  line-height: 1;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .menu-bar__left-bar {
    grid-area: left-bar;
    background-color: #fff;
    min-width: 280px;
    overflow: scroll;
  }
}
@media only screen and (min-width: 1024px) {
  .menu-bar__left-bar {
    height: 100%;
  }
}
.menu-bar__right-bar {
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .menu-bar__right-bar {
    background-color: #5B57A5;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .menu-bar__right-bar {
    background-color: rgba(91, 87, 165, 0.5);
  }
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .menu-bar__right-bar {
    grid-area: right-bar;
    position: relative;
  }
}
.menu-bar__right-bar-close {
  stroke: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .menu-bar__right-bar-close {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .menu-bar__right-bar-close {
    position: absolute;
    top: 1.8rem;
    left: 1.8rem;
  }
}
.menu-bar__catalog-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .menu-bar__catalog-list {
    display: none;
  }
}
.menu-bar__item {
  box-sizing: border-box;
  height: 100%;
  display: grid;
  align-content: center;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) and (max-width: 1109.98px) {
  .menu-bar__item {
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 1109.99px) and (max-width: 1279px) {
  .menu-bar__item {
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .menu-bar__item {
    margin-right: 3rem;
  }
}
@media only screen and (min-width: 1441px) {
  .menu-bar__item {
    margin-right: 5rem;
  }
}
.menu-bar__item_active {
  color: #7b75c9;
}
.menu-bar__item:hover &gt; a {
  color: #7b75c9;
}
.menu-bar__item .menu-bar__item-content-wrap:hover {
  color: #7b75c9;
}
.menu-bar__link {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.menu-bar__corner {
  display: none;
}
.menu-bar__submenu-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99999991;
  height: 100vh;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .menu-bar__submenu-wrap {
    width: calc(100% - 4rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .menu-bar__submenu-wrap {
    width: 50rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .menu-bar__submenu-wrap_is-open {
    display: grid;
  }
}
.menu-bar__second-level-wrap_location-switcher {
  display: grid;
  grid-template-areas: "breadcrumb-place" "search-place" "list-place";
  grid-template-columns: 100%;
  grid-template-rows: min-content min-content calc(100vh - 11.8rem);
}
.menu-bar__second-level-wrap_location-switcher .menu-bar__breadcrumb-wrap {
  grid-area: breadcrumb-place;
}
.menu-bar__second-level-wrap_location-switcher .menu-bar__top-wrap {
  grid-area: search-place;
}
.menu-bar__second-level-wrap_location-switcher .menu-bar__scroll-list {
  grid-area: list-place;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-right: 3rem;
}
.menu-bar__second-level-wrap_location-switcher .menu-bar__catalog-list {
  margin-top: 0;
}
.menu-bar__second-level-wrap_catalog-submenu-2nd {
  display: grid;
  grid-template-areas: "breadcrumb-place" "main-list-place" "special-list-place";
  grid-template-columns: 100%;
  grid-template-rows: 5.7rem auto min-content;
}
.menu-bar__second-level-wrap_catalog-submenu-2nd .menu-bar__breadcrumb-wrap {
  grid-area: breadcrumb-place;
}
.menu-bar__second-level-wrap_catalog-submenu-2nd .menu-bar__catalog-list {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}
.menu-bar__second-level-wrap_catalog-submenu-2nd .menu-bar__item {
  align-items: center;
}
.menu-bar__second-level-wrap_catalog-submenu-2nd .submenu__special-list {
  margin-top: 0;
}
.menu-bar__second-level-wrap_catalog-submenu-2nd .submenu__special-item {
  margin-bottom: 0;
  grid-template-columns: 4rem;
}
.menu-bar__second-level-wrap_catalog-submenu-2nd .submenu__special-text-place {
  align-self: center;
}
.menu-bar__second-level-wrap_catalog-submenu-2nd .menu-bar__item-icon {
  stroke: #3C3C70;
}
.menu-bar__second-level-wrap_catalog-submenu-2nd .menu-bar__scroll-list {
  grid-area: main-list-place;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-right: 3rem;
}
.menu-bar__second-level-wrap_catalog-submenu-2nd .submenu__special-list {
  grid-area: special-list-place;
  background-color: #ECF0F5;
  overflow: hidden;
  grid-auto-rows: 5rem;
  padding: 1.5rem 4rem 1.5rem 0;
}
.menu-bar__second-level-wrap_catalog-submenu-3rd {
  display: grid;
  grid-template-areas: "breadcrumb-place" "main-list-place";
  grid-template-columns: 100%;
  grid-template-rows: 5.7rem calc(100vh - 5.7rem);
}
.menu-bar__second-level-wrap_catalog-submenu-3rd .menu-bar__breadcrumb-wrap {
  grid-area: breadcrumb-place;
}
.menu-bar__second-level-wrap_catalog-submenu-3rd .menu-bar__catalog-list {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}
.menu-bar__second-level-wrap_catalog-submenu-3rd .menu-bar__scroll-list {
  grid-area: main-list-place;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-right: 3rem;
}
.menu-bar__second-level-wrap_catalog-submenu-3rd .menu-bar__item {
  display: block;
  width: 100%;
}
.menu-bar__second-level-wrap_catalog-submenu-3rd .menu-bar__item_is-active .menu-bar__item-dropdown-wrap {
  display: grid;
}
.menu-bar__second-level-wrap_catalog-submenu-3rd .menu-bar__item_is-active .menu-bar__item-icon {
  transform: rotate(180deg);
}
.menu-bar__second-level-wrap_catalog-submenu-3rd .menu-bar__item-content-wrap {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: auto 1.6rem;
  position: relative;
  align-items: center;
}
.menu-bar__second-level-wrap_catalog-submenu-3rd .menu-bar__item-dropdown-wrap {
  display: none;
  grid-auto-flow: row;
  grid-auto-rows: 1.8rem;
  row-gap: 1.8rem;
  padding-bottom: 1.4rem;
  padding-top: 2rem;
}
.menu-bar__second-level-wrap_catalog-submenu-3rd .menu-bar__item-dropdown-item {
  position: relative;
  padding-left: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #818DA1;
}
.menu-bar__second-level-wrap_catalog-submenu-3rd .menu-bar__item-dropdown-item_is-dot:before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #7b75c9;
  display: block;
  position: absolute;
  top: 40%;
  left: -0.1rem;
}
.menu-bar__submenu-wrap .menu-bar__item a {
  text-decoration: none;
}
.menu-bar__submenu-wrap .menu-bar__breadcrumb-wrap {
  padding: 1.6rem;
  border-bottom: 0.1rem solid #ebf0f5;
}
.menu-bar__submenu-wrap .menu-bar__breadcrumb-item {
  display: grid;
  grid-template-columns: 2.2rem auto;
  grid-template-rows: 1fr;
  grid-template-areas: "corner link";
  align-items: center;
  cursor: pointer;
}
.menu-bar__submenu-wrap .menu-bar__breadcrumb-item .search-form__icon {
  grid-area: corner;
  stroke: #7b75c9;
}
.menu-bar__submenu-wrap .menu-bar__breadcrumb-item a {
  grid-area: link;
  text-decoration: none;
  color: #7b75c9;
  font-size: 1.6rem;
  font-weight: 400;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/blocks/header-v2/_search-bar.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.search-bar__logo-place {
  grid-area: sb-logo;
  display: grid;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .search-bar__logo-place {
    grid-template-areas: "lp-menu-subplace lp-logo-subplace lp-search-subplace";
    grid-template-columns: min-content auto min-content;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .search-bar__logo-place {
    grid-template-areas: "lp-menu-subplace lp-logo-subplace";
    grid-template-columns: min-content auto;
    grid-column: 1/6;
  }
}
@media only screen and (min-width: 1024px) {
  .search-bar__logo-place {
    grid-template-areas: "lp-logo-subplace";
    grid-column: 1/3;
  }
}
.search-bar__menu-subplace {
  grid-area: lp-menu-subplace;
  width: 1.8rem;
  height: 1.8rem;
  justify-self: start;
  align-self: center;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .search-bar__menu-subplace {
    display: none;
  }
}
.search-bar__search-subplace {
  grid-area: lp-search-subplace;
  width: 1.8rem;
  height: 1.8rem;
  justify-self: end;
  align-self: center;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .search-bar__search-subplace {
    display: none;
  }
}
.search-bar__logo-subplace {
  grid-area: lp-logo-subplace;
  align-self: center;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .search-bar__logo-subplace {
    width: 12.5rem;
    height: 2.4rem;
    justify-self: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .search-bar__logo-subplace {
    width: 13.8rem;
    height: 2.7rem;
    justify-self: center;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .search-bar__logo-subplace {
    width: 16rem;
    height: 3.1rem;
    justify-self: start;
  }
}
@media only screen and (min-width: 1440px) {
  .search-bar__logo-subplace {
    width: 19rem;
    height: 3.6rem;
    justify-self: start;
  }
}
.search-bar__logo {
  width: 100%;
  height: 100%;
}
.search-bar__search-place {
  grid-area: sb-search;
  justify-self: center;
  align-self: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .search-bar__search-place {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .search-bar__search-place {
    grid-column: 3/9;
  }
}
.search-bar__search-place .search-form {
  width: 100%;
}
.search-bar__search-place .search-form__input {
  padding-left: 5rem;
  padding-top: 1.1rem;
  font-size: 1.2rem;
  font-weight: 400;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .search-bar__search-place .search-form__input {
    max-width: 0rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .search-bar__search-place .search-form__input {
    max-width: 35rem;
    min-width: 35rem;
  }
}
@media only screen and (min-width: 1280px) {
  .search-bar__search-place .search-form__input {
    max-width: 46rem;
    min-width: 46rem;
  }
}
.search-bar__search-place .search-form__input::placeholder {
  color: #818DA1;
}
.search-bar__action-place {
  grid-area: sb-action;
  justify-self: end;
  align-self: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .search-bar__action-place {
    grid-column: 6/11;
  }
}
@media only screen and (min-width: 1024px) {
  .search-bar__action-place {
    grid-column: 9/11;
  }
}
.search-bar__action-place .site-header__indicators-item:nth-child(1) {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .search-bar__action-place .site-header__indicators-item:nth-child(1) {
    display: block;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/blocks/header-v2/_submenu.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.submenu-wrap {
  position: relative;
  grid-area: mb-submenu;
  grid-column: 1/11;
}

.submenu {
  display: none;
  background-color: #fff;
  position: absolute;
  z-index: 99999;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .submenu {
    top: 0rem;
  }
}
@media only screen and (min-width: 1024px) {
  .submenu {
    top: 0rem;
  }
}
.submenu_active {
  display: block;
}
.submenu__wrapper {
  float: left;
  width: 100%;
  margin-right: -100%;
  height: 100%;
  display: none;
  background-color: #fff;
  grid-template-areas: "left-bar right-bar";
  grid-template-columns: 31.5rem calc(100% - 31.5rem);
}
.submenu__wrapper_active {
  display: grid;
}
.submenu__left-bar {
  grid-area: left-bar;
  background-color: #F9F9F9;
  border-right: 0.1rem solid #ECF0F5;
  height: 100%;
  padding-top: 4rem;
  display: grid;
  grid-template-areas: "menu" "special";
  grid-template-columns: 1fr;
  grid-template-rows: auto min-content;
}
.submenu__main-menu-place {
  grid-area: menu;
}
.submenu__main-menu-list {
  margin-left: 3rem;
}
.submenu__main-menu-item {
  width: calc(100% + 0.1rem);
  padding: 1.5rem 3rem;
  cursor: pointer;
}
.submenu__main-menu-item_active {
  background-color: #fff;
  border-radius: 0.5rem 0 0 0.5rem;
}
.submenu__main-menu-item_active .submenu__main-menu-link {
  color: #7B75C9;
}
.submenu__main-menu-link-head {
  color: #7b75c9;
  text-decoration: underline;
  font-size: 1.4rem;
}
.submenu__main-menu-link {
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
}
.submenu__main-menu-link:hover {
  color: #7B75C9;
}
.submenu__special-place {
  background-color: #ECF0F5;
  grid-area: special;
  overflow: hidden;
}
.submenu__special-list {
  display: grid;
  padding: 4rem 4rem 4rem 0;
}
.submenu__special-item {
  display: grid;
  grid-template-areas: "icon text";
  grid-template-rows: 1fr;
  grid-template-columns: 6rem calc(100% - 6rem);
  margin-bottom: 2rem;
}
.submenu__special-item:last-child {
  margin-bottom: 0rem;
}
.submenu__special-icon-place {
  grid-area: icon;
  display: grid;
  align-self: center;
  justify-self: end;
}
.submenu__special-text-place {
  grid-area: text;
  margin-left: 1rem;
}
.submenu__special-link {
  text-decoration: none;
}
.submenu__special-link:hover {
  color: #7B75C9;
}
.submenu__right-bar {
  grid-area: right-bar;
  height: 100%;
  max-width: 100%;
  background-color: #fff;
}
.submenu__submenu-place {
  height: 100%;
  padding: 4rem 4rem 0 2rem;
}
.submenu__submenu-wrapper {
  position: relative;
  float: left;
  width: 100%;
  margin-right: -100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  display: none;
}
.submenu__submenu-wrapper_active {
  display: block;
}
.submenu__submenu-tag-block {
  float: left;
  padding-bottom: 6rem;
  padding-left: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .submenu__submenu-tag-block {
    width: 33.3%;
  }
}
@media only screen and (min-width: 1441px) {
  .submenu__submenu-tag-block {
    width: 25%;
  }
}
.submenu__submenu-tag-title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #001A34;
  margin-bottom: 2rem;
}
.submenu__submenu-tag-item {
  margin-bottom: 1rem;
  position: relative;
}
.submenu__submenu-tag-item_is-dot:before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #7b75c9;
  display: block;
  position: absolute;
  top: 45%;
  left: -1.4rem;
}
.submenu__submenu-tag-link {
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
}
.submenu__submenu-tag-link:hover {
  color: #7B75C9;
}
.submenu__submenu-tag-item:last-child {
  margin-bottom: 0;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/blocks/_search-dropdown.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
/* critical:start */
.search-dropdown {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  padding: 0 1.5rem;
  padding-bottom: 2rem;
  background-color: #F9F9F9;
  border: 1px solid #EBF0F5;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  transition: opacity 0.3s, max-width 0.3s;
  z-index: 200;
}
@media only screen and (min-width: 768px) {
  .search-dropdown {
    display: block;
    max-height: 0;
    overflow: hidden;
  }
}
.search-dropdown__section {
  border-top: 1px solid #EBF0F5;
  padding: 2rem 0;
}
.search-dropdown__title {
  margin: 0;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 500;
}
.search-dropdown__popular-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2rem;
  margin-top: -1.5rem;
}
.search-dropdown__popular-item {
  margin-right: 2rem;
  margin-top: 1.5rem;
}
.search-dropdown__popular-link {
  display: block;
  padding: 0.6rem 2rem;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  background-color: #7b75c9;
  border-radius: 1.8rem;
  transition: all 0.3s;
}
@media (hover: hover) {
  .search-dropdown__popular-link:hover {
    background-color: #3c3c70;
  }
}
.search-dropdown__category-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2rem;
  margin-top: -1.5rem;
}
.search-dropdown__category-item {
  margin-right: 2rem;
  margin-top: 1.5rem;
}
.search-dropdown__category-link {
  display: block;
  padding: 0.6rem 2rem;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 500;
  color: #7b75c9;
  text-decoration: none;
  background: #EBF0F5;
  border-radius: 4px;
  transition: all 0.3s;
}
@media (hover: hover) {
  .search-dropdown__category-link:hover {
    background-color: #7b75c9;
    color: #fff;
  }
}
.search-dropdown__good-list {
  position: relative;
  max-height: 22rem;
}
@media only screen and (min-width: 768px) {
  .search-dropdown__good-list {
    max-height: 36rem;
  }
}
.search-dropdown__good-list.ps--active-y {
  padding-right: 1rem;
}
.search-dropdown__good-item {
  margin-bottom: 1rem;
}
.search-dropdown__good-item:last-of-type {
  margin-bottom: 0;
}
.search-dropdown__good-item object {
  width: fit-content;
  height: fit-content;
}
.search-dropdown__submit-btn {
  margin-top: 2rem;
  padding: 0.9rem 1.5rem;
  font-weight: 400;
}

/* critical:end */
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/blocks/_search-form.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
/* critical:start */
.search-form {
  flex-grow: 1;
  position: relative;
}
@media only screen and (min-width: 1520px) {
  .search-form {
    flex-grow: 0;
    width: 42.6rem;
  }
}
.search-form._focused .search-dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
  max-height: 100rem;
  overflow: initial;
}
.search-form._focused .search-form__input {
  border-bottom-color: transparent;
  border-radius: 4px 4px 0 0;
}
.search-form._focused .search-form__close-btn {
  display: block;
}
@media only screen and (min-width: 768px) {
  .search-form._header .search-card__buttons {
    margin-left: 2rem;
  }
  .search-form._header .search-card__top-wrap {
    display: block;
  }
  .search-form._header .search-card__rating {
    margin-bottom: 1rem;
  }
}
.search-form__input {
  width: 100%;
  padding: 1.2rem 4.5rem 1.2rem 4.5rem;
  background-color: #f9f9f9;
  border: 1px solid #ebf0f5;
  border-radius: 4px;
  font-size: 1.5rem;
  line-height: 1.9rem;
  outline: none;
}
.search-form__input-manager {
  width: 100%;
  padding: 1.2rem 4.5rem 1.2rem 4.5rem;
  background-color: #f9f9f9;
  border: 1px solid #ebf0f5;
  border-radius: 4px;
  font-size: 1.5rem;
  line-height: 1.9rem;
  outline: none;
}
.search-form__btn {
  position: absolute;
  top: 50%;
  left: 2rem;
  background-color: transparent;
  border: 0;
  padding: 0;
  transform: translateY(-50%);
  line-height: 0;
}
.search-form__close-btn {
  position: absolute;
  top: 50%;
  right: 2rem;
  background-color: transparent;
  border: 0;
  padding: 0;
  transform: translateY(-50%);
  line-height: 0;
  stroke: #7b75c9;
  display: none;
}
.search-form__wrap {
  padding: 1.5rem 0;
}
@media only screen and (min-width: 768px) {
  .search-form__wrap {
    width: calc(50% - 1rem);
    margin-left: 0.5rem;
    padding: 0;
  }
  .search-form__wrap .container {
    padding: 0;
  }
}
.search-form__input-wrap {
  position: relative;
}

/* critical:end */
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/blocks/_news-detail.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.news-detail {
  margin-bottom: 5rem;
}
.news-detail__top.color-section {
  padding: 0;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .news-detail__top.color-section {
    display: flex;
    align-items: flex-end;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1280px) {
  .news-detail__top.color-section {
    margin-bottom: 5rem;
  }
}
.news-detail__top-content {
  padding: 2rem 1.5rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .news-detail__top-content {
    align-self: stretch;
    padding: 4rem;
    padding-left: 3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .news-detail__top-content {
    padding: 5rem 6rem;
  }
}
.news-detail__rating {
  display: flex;
}
.news-detail__rating .star {
  margin: 0 1rem;
}
.news-detail__top-title {
  margin: 0;
  margin-bottom: 1.5rem;
  font-family: "Affect", Arial, sans-serif;
  font-size: 2rem;
  line-height: 112%;
  letter-spacing: 0.015em;
  font-weight: 700;
  max-width: 26rem;
}
@media only screen and (min-width: 768px) {
  .news-detail__top-title {
    margin-bottom: 3rem;
    font-size: 3.2rem;
    max-width: none;
  }
}
@media only screen and (min-width: 1280px) {
  .news-detail__top-title {
    font-size: 4.4rem;
    max-width: 49.5rem;
  }
}
.news-detail__top-desc {
  margin: 0;
  margin-bottom: 3rem;
  font-size: 1.3rem;
  line-height: 131%;
}
@media only screen and (min-width: 768px) {
  .news-detail__top-desc {
    font-size: 1.6rem;
    max-width: 44rem;
  }
}
@media only screen and (min-width: 1280px) {
  .news-detail__top-desc {
    max-width: 53rem;
  }
}
.news-detail__img {
  display: block;
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  border-radius: 120px 4px 4px 4px;
}
@media only screen and (min-width: 768px) {
  .news-detail__img {
    width: 32rem;
    max-width: none;
  }
}
@media only screen and (min-width: 1025px) {
  .news-detail__img {
    width: 50rem;
  }
}
@media only screen and (min-width: 1280px) {
  .news-detail__img {
    width: 54rem;
  }
}
@media only screen and (min-width: 1620px) {
  .news-detail__img {
    width: 57rem;
  }
}
@media only screen and (min-width: 1280px) {
  .news-detail__desc {
    display: flex;
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 1620px) {
  .news-detail__desc {
    padding-left: 0;
  }
}
.news-detail__desc-title {
  margin: 0;
  margin-bottom: 3rem;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
}
@media only screen and (min-width: 1280px) {
  .news-detail__desc-title {
    font-weight: 600;
  }
}
.news-detail__catalog-link {
  width: 16.3rem;
}
@media only screen and (min-width: 768px) {
  .news-detail__catalog-link {
    width: auto;
    margin-top: auto;
  }
}
.news-detail__desc-wrap {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .news-detail__desc-wrap {
    margin-bottom: 3rem;
    margin-right: 10.8rem;
    padding-left: 3rem;
    padding-right: 5.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .news-detail__desc-wrap {
    padding: 0;
    margin-bottom: 0;
    margin-right: 5.6rem;
    padding: 0;
  }
}
.news-detail__desc-text {
  margin: 0;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 130%;
  color: #818DA1;
}
.news-detail__desc-text:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .news-detail__desc-text {
    font-size: 1.6rem;
  }
}
.news-detail__advantages.color-section {
  padding: 0;
  padding-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .news-detail__advantages.color-section {
    padding: 4rem 3rem;
    background-image: url("/img/maskot/quest-green-tablet.svg");
    background-repeat: no-repeat;
    background-size: 19rem auto;
    background-position: bottom right 4.4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .news-detail__advantages.color-section {
    width: 52.2rem;
    flex-shrink: 0;
    padding-bottom: 14.7rem;
    background-size: 17.6rem auto;
    background-position: bottom right 4.3rem;
  }
}
@media only screen and (min-width: 1620px) {
  .news-detail__advantages.color-section {
    width: 70.8rem;
    padding-bottom: 5rem;
    background-size: 22rem auto;
    background-position: bottom right 4.2rem;
  }
}
.news-detail__advantages-text {
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 0 1.5rem;
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
}
.news-detail__advantages-text:last-of-type {
  margin-bottom: 3.5rem;
}
@media only screen and (min-width: 768px) {
  .news-detail__advantages-text {
    max-width: 37rem;
    padding: 0;
  }
  .news-detail__advantages-text:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .news-detail__advantages-text {
    font-size: 1.8rem;
    max-width: none;
  }
}
@media only screen and (min-width: 1620px) {
  .news-detail__advantages-text {
    max-width: 37.3rem;
  }
}
.news-detail__bg-img {
  display: block;
  width: 100%;
  max-width: 34.5rem;
  margin-left: auto;
}
.news-detail__extra-section .best {
  margin-bottom: 5rem;
}
@media only screen and (min-width: 768px) {
  .news-detail__extra-section .best {
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .news-detail__extra-section .best {
    margin-bottom: 11rem;
  }
}
@media only screen and (min-width: 1620px) {
  .news-detail__extra-section .best {
    margin-bottom: 7rem;
  }
}
.news-detail__extra-section .best__title {
  font-family: "EuclidCircularA", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
  max-width: none;
}
@media only screen and (min-width: 1025px) {
  .news-detail__more-news .news__item {
    width: calc(25% - 2rem);
  }
}
.news-detail__more-title {
  font-size: 2rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .news-detail__more-title {
    font-size: 3.2rem;
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .news-detail__more-title {
    font-size: 4.4rem;
  }
}
.news-detail__offer {
  padding: 1rem;
  background: #BEE6A8;
  border-radius: 4px;
  margin-bottom: -1rem;
}
@media only screen and (min-width: 768px) {
  .news-detail__offer {
    margin-bottom: -3rem;
  }
}
.news-detail__offer p {
  margin: 0;
}
.news-detail .sale-more__date {
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  color: #3C3C70;
  padding: 6px 12px;
  margin: 0;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/widgets/action-group-v1/_action-group-v1.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.action-group-v1 {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(auto-fit, minmax(0, min-content));
  align-content: end;
}

/** DEPENDS CODE */
.action-group-v1 &gt; .button-v1 {
  margin-right: 1rem;
  display: inline-flex;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .action-group-v1 &gt; .button-v1 {
    margin-right: 2rem;
  }
}
.action-group-v1 &gt; .button-v1:last-child {
  margin-right: 0;
}

/** DEPENDS CODE */
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/widgets/modal-select-location-v1/_modal-select-location-v1.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.modal-select-location-v1 {
  display: none;
  position: absolute;
  padding: 2rem;
  background-color: #fff;
  top: 5.2rem;
  box-shadow: 0 0 8px 0 #b59d9d;
  z-index: 12;
}
.modal-select-location-v1__city-select {
  font-family: "Affect";
  margin: 1rem 0;
  font-weight: 700;
}
.modal-select-location-v1__city-list a {
  text-decoration: none;
  padding: 0.5rem 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.modal-select-location-v1__city-list a.active {
  text-decoration: underline;
}
.modal-select-location-v1__city-other {
  margin-top: 2rem;
  text-decoration: underline;
  cursor: pointer;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/widgets/breadcrumb-v1/_breadcrumb-v1.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.breadcrumb-v1 {
  line-height: 2.24rem;
}
.breadcrumb-v1__element {
  font-family: "EuclidCircularA";
  font-weight: 400;
  font-size: 1.6rem;
  display: inline-block;
  padding-right: 1rem;
}
.breadcrumb-v1__element:last-child {
  padding-right: 1rem;
  font-weight: 500;
}
.breadcrumb-v1__element:last-child::after {
  display: none;
}
.breadcrumb-v1__element:hover::before {
  color: #9D9D9D;
}
.breadcrumb-v1__element::after {
  padding-left: 1rem;
  content: "вЂў";
  color: #747474;
}

.breadcrumb-v1 .breadcrumb-item-v1:last-child .breadcrumb-v1__element::after {
  display: none;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/widgets/breadcrumb-item-v1/_breadcrumb-item-v1.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.breadcrumb-item-v1 {
  display: inline;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/widgets/rating-star-v3/_rating-star-v3.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.rating-star-v3 svg {
  fill: #3C3C70;
  height: 1.1rem;
  width: 1rem;
}

/** DEPENDS CODE */
.rating-star-v3 {
  display: grid;
  align-items: center;
  grid-auto-flow: column;
  grid-template-columns: min-content min-content;
  gap: 0.4rem;
}
.rating-star-v3 .badge-v1 {
  margin-right: 0;
  margin-bottom: 0;
  height: auto;
}
.rating-star-v3 .badge-v1__wrap {
  margin: 0;
}
.rating-star-v3 .badge-v1.badge-v1_content-type-label .badge-v1_filling-type-contained {
  background: #fff;
}
.rating-star-v3 .badge-v1.badge-v1_content-type-label .badge-v1__label {
  white-space: nowrap;
  font-family: "EuclidCircularA";
  color: #3C3C70;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  padding: 0rem;
}
.rating-star-v3 .icon-v1 {
  fill: #3C3C70;
}

/** DEPENDS CODE */
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/widgets/footnote-v1/_footnote-v1.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.footnote-v1 {
  font-size: 1.2rem;
  line-height: 150%;
  color: #a3a3a3;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/widgets/h1-v1/_h1-v1.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.h1-v1 {
  color: #3C3C70;
  font-family: "Affect";
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: end;
}
.h1-v1_lvl-type-1 {
  font-size: 4rem;
  font-weight: 700;
}
.h1-v1_lvl-type-2 {
  font-size: 3rem;
  font-weight: 400;
}
.h1-v1_lvl-type-4 {
  font-family: "EuclidCircularA";
  font-weight: 600;
  font-size: 2.8rem;
}
.h1-v1_lvl-type-5 {
  font-size: 1.8rem;
  font-weight: 400;
}
.h1-v1__label {
  justify-content: end;
  color: #7b75c9;
  font-weight: 600;
  font-family: "EuclidCircularA";
  align-content: end;
}
.h1-v1__text {
  font-size: 4rem;
  font-weight: 700;
}

/** DEPENDS CODE */
.h1-v1 .icon-v1 {
  margin-right: 2.1rem;
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
  .h1-v1 .icon-v1 {
    margin-right: 1rem;
  }
}

/** DEPENDS CODE */
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/widgets/link-v1/_link-v1.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.link-v1 {
  text-decoration: none;
}
.link-v1_text-color-type-gray {
  color: #747474;
}
.link-v1_text-color-type-gray:hover {
  color: #9D9D9D;
}
.link-v1_text-color-type-main {
  color: #7b75c9;
}
.link-v1_text-color-type-main:hover {
  color: #a7a3de;
}
.link-v1_text-color-type-secondary {
  color: #bee6a8;
}
.link-v1_text-color-type-secondary:hover {
  color: #d2edc4;
}
.link-v1_decoration-type-none {
  text-decoration: none;
}
.link-v1_decoration-type-underline {
  text-decoration: underline;
}

.link-v1:hover {
  color: inherit;
  text-decoration: none;
}

.link-v1_active.link-v1_text-color-type-gray {
  color: #9D9D9D;
}

.link-v1_active.link-v1_text-color-type-main {
  color: #a7a3de;
}

.link-v1_active.link-v1_text-color-type-secondary {
  color: #d2edc4;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/widgets/title-v1/_title-v1.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.title-v1 {
  font-family: "Affect";
  font-weight: 700;
  color: #3C3C70;
  line-height: 1.2;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .title-v1 {
    font-size: 2rem;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .title-v1 {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .title-v1 {
    font-size: 3rem;
  }
}

/** DEPENDS CODE */
/** \DEPENDS CODE */

/*# sourceMappingURL=critical-default.css.map*/</pre></body></html>