/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
body {
  position: relative;
  min-height: 100vh;
  background: #F7F7F9; }

*,
::after,
::before {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Manrope', sans-serif;
  line-height: 1.5; }

::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  width: 5px;
  height: 0px; }

::-webkit-scrollbar-track {
  background-color: #ecedee; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: #54AF37; }

::-webkit-scrollbar-thumb:hover {
  background-color: #54AF37; }

::-webkit-resizer {
  background-repeat: no-repeat;
  width: 4px;
  height: 0px; }

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

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

button {
  border: none;
  outline: none;
  background: transparent; }

body {
  position: relative;
  font-family: 'Manrope', sans-serif;
  margin: 0;
  padding: 0; }

.section__padding {
  padding-top: 100px; }

.body_active {
  overflow: hidden; }

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

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  text-decoration: none;
  color: #737988;
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a {
  transition: .2s; }
  a:active, a:hover {
    outline: 0;
    transition: .2s; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

select {
  border: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
  outline: none; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
.standart_container {
  padding: 100px 44px 0px 44px; }

.tab_container {
  padding: 0px 44px 0px 44px; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@-webkit-keyframes autofill {
  to {
    color: inherit;
    background: transparent; } }

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

main {
  position: relative; }

.unselectable {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    not supported by any browser */ }

.padding_navbar {
  padding-top: 165px; }

.section_height {
  min-height: calc(100vh - 137px); }

.container {
  position: relative;
  padding: 0px 5%;
  width: 100%; }

.upper_text {
  text-transform: uppercase; }

.swiper-button::after {
  transform: scale(0.6);
  color: #5D6B7C; }

.swiper-button::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background: #F2F2F2;
  opacity: 0.5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%; }

.swiper-button.swiper-button-disabled::after {
  color: #fff; }

.swiper-pagination-bullet {
  position: relative;
  width: 5px;
  margin: 0px 15px !important;
  height: 5px;
  opacity: 1;
  background: #000 !important; }
  .swiper-pagination-bullet:after {
    content: '';
    transition: all .2s;
    position: absolute;
    width: 5px;
    height: 5px;
    border: 1px solid #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%; }
  .swiper-pagination-bullet-active:after {
    width: 30px;
    height: 30px; }

.absolute_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.center {
  position: absolute;
  left: 50%;
  transform: translate(-50%); }

.first_padding {
  padding-top: 120px !important; }

@media (max-width: 992px) {
  .first_padding {
    padding-top: 110px !important; } }

@media (max-width: 500px) {
  .first_padding {
    padding-top: 100px !important; } }

.regular_title {
  font-weight: 400;
  font-stretch: normal;
  font-style: normal; }
  .regular_title_0 {
    font-size: 12px; }
  .regular_title_1 {
    font-size: 14px; }
  .regular_title_2 {
    font-size: 16px; }
  .regular_title_3 {
    font-size: 18px; }
  .regular_title_6 {
    font-size: 30px; }

.bold_title {
  font-weight: 700;
  font-stretch: normal;
  font-style: normal; }
  .bold_title_0 {
    font-size: 12px; }
  .bold_title_1 {
    font-size: 14px; }
  .bold_title_2 {
    font-size: 16px; }

.color_black {
  color: #000000; }

.color_white {
  color: #fff; }

.color_red {
  color: #CF1A20; }

.color_gray {
  color: #828282; }

.color_gray1 {
  color: #333333; }

@charset "UTF-8";
.input {
  border: 1px solid #F2F2F2;
  border-radius: 8px;
  background: transparent;
  outline: none;
  border-bottom: 1px solid #e0dede;
  padding: 4px 10px; }
  .input__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    margin-top: 30px; }
    .input__wrap textarea:-moz-placeholder {
      color: #586B7A; }
    .input__wrap textarea::-webkit-input-placeholder {
      color: #586B7A; }
    .input__wrap input::-webkit-input-placeholder {
      color: #586B7A; }
    .input__wrap input::-moz-placeholder {
      color: #586B7A; }
    .input__wrap input:-webkit-autofill {
      -webkit-box-shadow: inset 0 0 0 50px #FAFAFA !important;
      /* Цвет фона */
      -webkit-text-fill-color: #000 !important;
      /* цвет текста */
      color: #000 !important;
      /* цвет текста */ }
    .input__wrap.active .input_label {
      top: -12px;
      font-size: 12px; }
  .input_label {
    transition: all .2s;
    position: absolute;
    left: 10px;
    top: 5px; }

.input_basic {
  border: none;
  background: #FAFAFA;
  outline: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 4px 10px;
  border-radius: 6px; }
  .input_basic__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 25px 0; }
  .input_basic textarea:-moz-placeholder {
    color: #586B7A; }
  .input_basic textarea::-webkit-input-placeholder {
    color: #586B7A; }
  .input_basic input::-webkit-input-placeholder {
    color: #586B7A; }
  .input_basic input::-moz-placeholder {
    color: #586B7A; }
  .input_basic input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #FAFAFA !important;
    /* Цвет фона */
    -webkit-text-fill-color: #000 !important;
    /* цвет текста */
    color: #000 !important;
    /* цвет текста */ }

.textarea_basic {
  resize: none;
  height: 90px; }

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

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

.btn_standart {
  background: #54AF37;
  border-radius: 8px;
  color: white;
  height: 50px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px; }
  .btn_standart:hover {
    box-shadow: 0px 5px 5px rgba(139, 139, 139, 0.29); }

.register_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #54AF37;
  font-weight: bold;
  font-size: 15px;
  border: 1px solid #54AF37;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer; }

input[type="submit"] {
  border: none; }

.form_stars .stars {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==") repeat-x 0 0;
  width: 150px;
  display: block; }

.ie7 .form_stars .stars {
  *zoom: 1; }

.form_stars .stars:before,
.form_stars .stars:after {
  display: table;
  content: ""; }

.form_stars .stars:after {
  clear: both; }

.form_stars .stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0); }

.form_stars .stars input[type="radio"].star-5:checked ~ span {
  width: 100%; }

.form_stars .stars input[type="radio"].star-4:checked ~ span {
  width: 80%; }

.form_stars .stars input[type="radio"].star-3:checked ~ span {
  width: 60%; }

.form_stars .stars input[type="radio"].star-2:checked ~ span {
  width: 40%; }

.form_stars .stars input[type="radio"].star-1:checked ~ span {
  width: 20%; }

.form_stars .stars label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent !important;
  cursor: pointer; }

.form_stars .stars label:hover ~ span {
  background-position: 0 -30px; }

.form_stars .stars label.star-5:hover ~ span {
  width: 100% !important; }

.form_stars .stars label.star-4:hover ~ span {
  width: 80% !important; }

.form_stars .stars label.star-3:hover ~ span {
  width: 60% !important; }

.form_stars .stars label.star-2:hover ~ span {
  width: 40% !important; }

.form_stars .stars label.star-1:hover ~ span {
  width: 20% !important; }

.form_stars .stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==") repeat-x 0 -60px;
  -webkit-transition: -webkit-width 0.5s;
  -moz-transition: -moz-width 0.5s;
  -ms-transition: -ms-width 0.5s;
  -o-transition: -o-width 0.5s;
  transition: width 0.5s; }

.catalog_swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 10px; }
  .catalog_swiper .swiper-pagination-progressbar {
    position: absolute;
    bottom: 0px;
    top: unset;
    background: transparent; }
    .catalog_swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      background: #000; }

.catalog_title {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%; }

.product_card__block {
  cursor: pointer; }
  .product_card__block:hover .item_like {
    top: 15px; }
  .product_card__block:hover .product_card_content {
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px); }

.product_card_top {
  overflow: hidden;
  position: relative;
  height: 380px; }

.product_card_content {
  transition: all .2s;
  position: absolute;
  width: 100%;
  padding: 6px;
  bottom: -100%;
  left: 0;
  display: flex;
  z-index: 99;
  justify-content: space-between;
  align-items: center; }

.product_card_size {
  transition: all .2s;
  margin: 0px 7px; }
  .product_card_size__block {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
  .product_card_size_active {
    font-size: 16px; }

.product_card_color {
  position: relative;
  transition: all .2s;
  margin: 0px 7px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: 1px solid transparent; }
  .product_card_color__block {
    display: flex;
    align-items: center; }
  .product_card_color::before {
    content: '';
    border: 1px solid transparent;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px; }
  .product_card_color_active::before {
    border: 1px solid #000; }

.product_card_bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.product_card_title {
  margin-top: 10px;
  margin-bottom: 7px; }

.product_card_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%; }
  .product_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.product_card_hint_new {
  background: #CF1A20;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 7px 12px;
  display: flex;
  align-items: center;
  z-index: 1; }

.product_card_hint_sale {
  background: #000000;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 7px 12px;
  display: flex;
  align-items: center;
  z-index: 1; }

.item_like {
  transition: all .2s;
  position: absolute;
  top: -50px;
  right: 15px;
  z-index: 99;
  right: 15px;
  width: 30px;
  height: 30px; }

.modal__block {
  display: none;
  transition: all .2s;
  padding: 50px 60px;
  width: 100%;
  overflow-y: auto;
  max-height: 100%;
  max-width: 500px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 8px;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 14px 10px 13px -6px #bdbdbd;
  -moz-box-shadow: 14px 10px 13px -6px #bdbdbd;
  box-shadow: 14px 10px 13px -6px #bdbdbd; }
  .modal__block.active {
    display: block;
    z-index: 9999; }
  .modal__block .validation_error {
    bottom: -20px;
    left: 10px; }

.modal_close {
  transition: all .2s;
  color: #0000007a;
  cursor: pointer;
  display: flex;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px; }
  .modal_close:hover {
    color: #73CAC2; }

.modal_svg {
  margin-right: 8px; }

.modal_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 40px; }
  .modal_title img {
    margin-right: 20px; }

.modal_form {
  margin-top: 40px; }

.modal_forget_btn {
  display: block;
  width: 100%;
  margin: 30px 0;
  cursor: pointer;
  text-align: center;
  text-decoration-line: underline; }

.modal_btn__block {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between; }
  .modal_btn__block .login {
    width: 35%; }
    @media (max-width: 480px) {
      .modal_btn__block .login {
        width: 100%;
        margin-bottom: 20px; } }
    .modal_btn__block .login input {
      width: 100%; }
  .modal_btn__block .register {
    border: 1px solid;
    width: 60%; }

.modal__btn-center {
  display: flex;
  justify-content: center; }

.modal_new_user {
  text-transform: uppercase; }

.modal .mailing {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .modal .mailing_choice {
    display: flex; }
    .modal .mailing_choice__item {
      margin-right: 20px; }

.modal_auth-social {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .modal_auth-social__title {
    color: #828282;
    font-size: 14px; }
  .modal_auth-social a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: black; }
    .modal_auth-social a img {
      margin-right: 5px; }

.register_social {
  margin-top: 20px;
  text-align: center; }
  .register_social__title {
    color: #737988;
    opacity: 0.6;
    margin: 30px 0; }
  .register_social_main {
    display: flex;
    justify-content: center; }
    .register_social_main a {
      box-sizing: border-box;
      border-radius: 8px;
      width: 145px;
      height: 50px; }
      .register_social_main a img {
        width: 100%;
        height: 100%;
        padding: 5px; }
    .register_social_main .fb {
      border: 1px solid #2F80ED;
      margin-right: 15px; }
    .register_social_main .google {
      border: 1px solid #EB5757; }

@media (max-width: 480px) {
  .modal_btn__block {
    flex-direction: column; }
    .modal_btn__block .modal_btn {
      width: 100%;
      margin-bottom: 10px; }
    .modal_btn__block .modal_open {
      width: 100%; }
  .modal_title {
    justify-content: flex-start;
    padding-right: 30px; }
  .modal__block {
    padding: 15px; }
  .modal_form {
    padding-top: 0px;
    margin-top: 10px; } }

.input_section {
  margin-bottom: 30px; }
  .input_section__title {
    color: #333333;
    font-size: 14px;
    margin: 0 0 5px 25px; }
  .input_section input {
    width: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    box-sizing: border-box;
    height: 48px;
    padding: 15px 24px; }
  .input_section textarea {
    width: 100%;
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    padding: 15px 24px;
    box-sizing: border-box;
    resize: none; }

.nav_switch {
  cursor: pointer; }
  .nav_switch.fixed {
    position: fixed;
    z-index: 100;
    top: 77px; }
    .nav_switch.fixed .nav_items .active {
      top: 50px; }

.category_main .category__block {
  margin: 20px; }

.category_main .category_item {
  margin-right: 20px; }

.category_index .category__block {
  height: 535px; }

.category_index .category_item {
  margin: 5px; }

.category__block {
  height: 360px;
  display: flex;
  margin: 0 5px; }

.category_item {
  position: relative;
  height: 100%;
  cursor: pointer;
  overflow: hidden; }
  .category_item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .category_item__wrapper .category_item {
    width: calc(100% - 10px);
    height: 262px;
    margin-bottom: 10px; }
  .category_item_33procent {
    width: calc(33.3% - 10px); }
  .category_item_50procent {
    width: calc(50% - 10px); }
  .category_item_66procent {
    width: calc(66.6% - 10px); }
  .category_item:hover .category_content, .category_item:hover:after {
    top: 0; }
  .category_item:after {
    transition: all .2s;
    z-index: 0;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.612); }

.category_content {
  z-index: 1;
  transition: all .2s;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px 40px;
  top: 110%;
  left: 0; }
  .category_content_link {
    transition: all .2s;
    padding: 20px 10px;
    height: fit-content;
    width: fit-content;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    transform: scale(0.9); }
    .category_content_link:hover {
      transform: scale(1);
      border-bottom: 1px solid #CF1A20; }

.category_hint {
  position: absolute;
  bottom: 0;
  background: #fff;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center; }

@media (max-width: 1300px) {
  .category_content {
    padding: 10px 20px; } }

@media (max-width: 992px) {
  .category_index .category__block {
    flex-direction: column;
    height: auto; }
  .category_item__wrapper {
    display: flex;
    align-items: center;
    width: 100%; }
    .category_item__wrapper .category_item {
      margin-bottom: 5px; }
  .category_content {
    display: none; }
  .category_item {
    width: 100%;
    height: 282px; }
    .category_item:after {
      display: none; }
    .category_item:hover .category_content, .category_item:hover:after {
      top: 120%; } }

@media (max-width: 500px) {
  .category_item img {
    padding-bottom: 60px; }
  .category_hint {
    right: unset !important;
    left: 0 !important;
    width: 100%; } }

@media (max-width: 400px) {
  .category_item__wrapper {
    display: flex;
    flex-direction: column; }
    .category_item__wrapper .category_item {
      width: 100%; } }

.navigation_search.show .header_content_item__block {
  top: 55px;
  visibility: visible;
  opacity: 1; }

.header_content_item {
  display: block;
  width: calc(100% - 70px); }
  .header_content_item__block {
    transition: all .2s;
    display: block;
    position: absolute;
    top: 155px;
    opacity: 0;
    visibility: hidden;
    padding: 0px 5px;
    width: 400px;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    max-height: 400px;
    overflow-y: auto; }
    @media (max-width: 992px) {
      .header_content_item__block {
        right: 0px;
        max-width: 400px;
        width: 100vw; } }
  .header_content_item_title {
    transition: all .2s;
    display: block; }
  .header_content_item_type {
    display: block;
    margin: 5px 0;
    color: #000; }
  .header_content_item_price {
    display: block; }
  .header_content_item_img {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 10px; }
    .header_content_item_img img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .header_content_item_error {
    width: 100%;
    text-align: center; }
  .header_content_item_profile {
    transition: all .2s;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 10px;
    z-index: 10; }
    .header_content_item_profile:hover .header_content_item_title {
      color: #F28820; }

.basket_modal_wrapper {
  display: none;
  transition: all .2s;
  padding: 50px 60px;
  overflow-y: auto;
  max-height: calc(100% - 97px);
  max-width: 500px;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 87px;
  left: 100%;
  border-radius: 8px;
  transform: translateX(-115%);
  -webkit-box-shadow: 14px 10px 13px -6px #bdbdbd;
  -moz-box-shadow: 14px 10px 13px -6px #bdbdbd;
  box-shadow: 14px 10px 13px -6px #bdbdbd; }
  @media (max-width: 992px) {
    .basket_modal_wrapper {
      transform: translateX(-100%);
      top: 110px;
      max-height: calc(100% - 110px); } }
  @media (max-width: 650px) {
    .basket_modal_wrapper {
      left: 50%;
      transform: translateX(-50%);
      top: 100px;
      max-height: calc(100% - 100px);
      border-radius: 0; } }
  @media (max-width: 500px) {
    .basket_modal_wrapper {
      padding: 30px 15px 15px 15px; } }
  .basket_modal_wrapper.active {
    display: block;
    z-index: 9999; }
  .basket_modal_wrapper .basket_modal_close {
    transition: all .2s;
    color: #0000007a;
    cursor: pointer;
    display: flex;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px; }
    .basket_modal_wrapper .basket_modal_close:hover {
      color: #73CAC2; }
  .basket_modal_wrapper .basket_product {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(12, 6, 26, 0.2); }
    .basket_modal_wrapper .basket_product_cart {
      width: 100%;
      margin-bottom: 20px;
      display: flex;
      align-items: center; }
      .basket_modal_wrapper .basket_product_cart_wrapper {
        width: 70%; }
      .basket_modal_wrapper .basket_product_cart__name {
        width: 100%;
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 15px;
        word-wrap: break-word; }
      .basket_modal_wrapper .basket_product_cart .product_quantity_wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 25px;
        border-bottom: 1px solid rgba(12, 6, 26, 0.05); }
        @media (max-width: 400px) {
          .basket_modal_wrapper .basket_product_cart .product_quantity_wrapper {
            flex-direction: column;
            justify-content: center; } }
        @media (max-width: 400px) {
          .basket_modal_wrapper .basket_product_cart .product_quantity_wrapper .product_price_wrapper {
            margin-top: 15px; } }
      .basket_modal_wrapper .basket_product_cart__img {
        padding: 21px 18px;
        background: #FFFFFF;
        border-radius: 12px;
        margin-right: 40px;
        border: 1px solid #F3F3F3;
        box-sizing: border-box;
        transform: matrix(-1, 0, 0, 1, 0, 0); }
        .basket_modal_wrapper .basket_product_cart__img img {
          width: 56px;
          height: 50px;
          object-fit: contain; }
    .basket_modal_wrapper .basket_product_info {
      width: 100%; }
      .basket_modal_wrapper .basket_product_info_block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 25px;
        flex-wrap: wrap; }
    .basket_modal_wrapper .basket_product .product_price_wrapper {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap; }
      .basket_modal_wrapper .basket_product .product_price_wrapper .product_price__value {
        display: flex;
        align-items: center;
        justify-content: center; }
    @media (max-width: 300px) {
      .basket_modal_wrapper .basket_product__remove {
        margin-top: 20px; } }
    .basket_modal_wrapper .basket_product__remove button {
      display: flex;
      align-items: center;
      font-size: 13px;
      color: #737988;
      opacity: 0.6; }
      .basket_modal_wrapper .basket_product__remove button img {
        margin-right: 12px; }

.basket_modal_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px; }
  .basket_modal_bottom .total_sum__title {
    color: #373843;
    opacity: 0.6; }
  .basket_modal_bottom .total_sum__value {
    display: flex;
    font-size: 30px; }
    .basket_modal_bottom .total_sum__value-number {
      margin-right: 10px; }
  .basket_modal_bottom .basket_modal__btn {
    white-space: nowrap; }
    .basket_modal_bottom .basket_modal__btn a {
      padding: 15px; }
  .basket_modal_bottom_block {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .basket_modal_bottom_block .return {
      margin-top: 20px; }
    .basket_modal_bottom_block .ordering a {
      white-space: nowrap;
      padding: 15px; }

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: white; }
  .header_top {
    display: flex;
    align-items: center;
    background: black;
    padding: 5px 5%; }
    .header_top__text {
      width: 99%;
      text-align: center;
      color: #fff;
      font-size: 14px; }
      @media (max-width: 600px) {
        .header_top__text {
          font-size: 8px; } }
    .header_top__close {
      width: 1%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 12px;
      height: 12px;
      cursor: pointer; }
      .header_top__close svg {
        width: 100%;
        height: 100%; }
  .header_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media (max-width: 992px) {
      .header_main {
        display: none; } }
    .header_main div {
      margin-right: 20px; }
    .header_main__logo a {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
      .header_main__logo a img:first-child {
        margin-right: 15px; }
      @media (max-width: 1100px) {
        .header_main__logo a img:last-child {
          display: none; } }
    .header_main_button {
      display: flex;
      align-items: center; }
      .header_main_button .header_button__login {
        width: auto;
        padding: 0 30px;
        height: 50px;
        border-radius: 8px;
        border: 1px solid #E0E0E0;
        margin-right: 15px;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media (max-width: 992px) {
          .header_main_button .header_button__login {
            width: 50px;
            border-radius: 0;
            border: none;
            margin-right: 0; } }
        .header_main_button .header_button__login img {
          margin-right: 10px; }
          @media (max-width: 992px) {
            .header_main_button .header_button__login img {
              margin-right: 0px; } }
        .header_main_button .header_button__login:hover {
          border: solid 1px #bdd2d0 !important;
          background: #bdd2d0;
          color: #fff; }
      .header_main_button .header_button__basket {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        height: 50px; }
        @media (max-width: 992px) {
          .header_main_button .header_button__basket {
            width: 50px;
            border-radius: 0; } }
        .header_main_button .header_button__basket img {
          margin: 0 10px; }
        .header_main_button .header_button__basket .header_basket_count_wrapper {
          position: relative;
          width: 50px;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
          .header_main_button .header_button__basket .header_basket_count_wrapper img {
            width: 30px;
            height: 30px; }
          .header_main_button .header_button__basket .header_basket_count_wrapper .header_basket_count-mob {
            position: absolute;
            font-size: 14px;
            top: 30%;
            color: #54AF37;
            z-index: 100; }
        .header_main_button .header_button__basket .header_basket_count {
          margin-left: 10px;
          white-space: nowrap; }
          .header_main_button .header_button__basket .header_basket_count::after {
            content: ')'; }
          .header_main_button .header_button__basket .header_basket_count::before {
            content: '('; }
    .header_main_info {
      white-space: nowrap; }
  .header_mob {
    display: none; }
    @media (max-width: 992px) {
      .header_mob {
        display: block; } }
    .header_mob_top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 50px; }
    .header_mob_bottom {
      display: flex;
      justify-content: space-between;
      height: 50px; }
      .header_mob_bottom .catalog__btn_wrapper .catalog__btn {
        border-radius: 0;
        display: flex;
        align-items: center;
        white-space: nowrap;
        height: 50px;
        width: auto; }
        .header_mob_bottom .catalog__btn_wrapper .catalog__btn .dot_container {
          width: 21px;
          height: 21px;
          position: relative;
          margin-right: 10px; }
          .header_mob_bottom .catalog__btn_wrapper .catalog__btn .dot_container .dot__item {
            transition: all .2s;
            position: absolute;
            width: 4.57px;
            height: 4.57px;
            border-radius: 50%;
            background: white; }
            .header_mob_bottom .catalog__btn_wrapper .catalog__btn .dot_container .dot__item_1 {
              left: 0px;
              top: 0px; }
            .header_mob_bottom .catalog__btn_wrapper .catalog__btn .dot_container .dot__item_2 {
              left: 8.22px;
              top: 0px; }
            .header_mob_bottom .catalog__btn_wrapper .catalog__btn .dot_container .dot__item_3 {
              left: 16.43px;
              top: 0px; }
            .header_mob_bottom .catalog__btn_wrapper .catalog__btn .dot_container .dot__item_4 {
              left: 0px;
              top: 8.22px; }
            .header_mob_bottom .catalog__btn_wrapper .catalog__btn .dot_container .dot__item_5 {
              left: 8.22px;
              top: 8.22px; }
            .header_mob_bottom .catalog__btn_wrapper .catalog__btn .dot_container .dot__item_6 {
              left: 16.43px;
              top: 8.22px; }
            .header_mob_bottom .catalog__btn_wrapper .catalog__btn .dot_container .dot__item_7 {
              left: 8.22px;
              top: 16.43px; }
          .header_mob_bottom .catalog__btn_wrapper .catalog__btn .dot_container.active .dot__item_1 {
            left: 8.22px;
            top: 0px;
            transform: rotate(45deg); }
          .header_mob_bottom .catalog__btn_wrapper .catalog__btn .dot_container.active .dot__item_2 {
            left: 0px;
            top: 8.22px;
            transform: rotate(45deg); }
          .header_mob_bottom .catalog__btn_wrapper .catalog__btn .dot_container.active .dot__item_3 {
            left: 8.22px;
            top: 8.22px;
            transform: rotate(45deg); }
          .header_mob_bottom .catalog__btn_wrapper .catalog__btn .dot_container.active .dot__item_4 {
            left: 16.43px;
            top: 8.22px;
            transform: rotate(45deg); }
          .header_mob_bottom .catalog__btn_wrapper .catalog__btn .dot_container.active .dot__item_5 {
            left: 0px;
            top: 16.43px;
            transform: rotate(45deg); }
          .header_mob_bottom .catalog__btn_wrapper .catalog__btn .dot_container.active .dot__item_6 {
            left: 8.22px;
            top: 16.43px;
            transform: rotate(45deg); }
          .header_mob_bottom .catalog__btn_wrapper .catalog__btn .dot_container.active .dot__item_7 {
            left: 16.43px;
            top: 16.43px;
            transform: rotate(45deg); }
  .header_hamburger {
    overflow: hidden;
    position: relative;
    width: 50px;
    height: 50px;
    background: #F2F2F2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .header_line {
    transition: all .2s;
    position: absolute;
    width: 21px;
    height: 3px;
    border-radius: 18px;
    margin: 4px 0;
    cursor: pointer;
    background: #54AF37; }
    .header_line_1 {
      top: 16px;
      left: 14px; }
    .header_line_2 {
      top: 22px;
      left: 14px; }
    .header_line_3 {
      top: 28px;
      left: 14px; }

.header_main_phone {
  display: flex;
  align-items: center;
  margin-bottom: 5px; }
  .header_main_phone span {
    transition: all .2s; }
  .header_main_phone svg {
    margin-right: 3px; }
  .header_main_phone_info {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header_main_phone:hover span {
    color: #CF1A20; }

.header_phone_arrow {
  transition: all .2s;
  margin-left: 10px;
  position: relative;
  top: -2px;
  cursor: pointer; }
  .header_phone_arrow:hover {
    transform: scale(1.3); }

.header_another_phone {
  transition: all .2s;
  position: absolute;
  top: 50px;
  opacity: 0;
  max-height: 1px;
  visibility: hidden;
  height: auto;
  background: #fff;
  padding: 5px 15px;
  margin-left: -14px; }
  .header_another_phone.active {
    opacity: 1;
    top: 35px;
    visibility: visible;
    max-height: 1000px;
    z-index: 9; }

.header.active .header_line_1 {
  top: 22px;
  left: 15px;
  transform: rotate(45deg); }

.header.active .header_line_2 {
  left: -100px; }

.header.active .header_line_3 {
  top: 22px;
  left: 15px;
  transform: rotate(-45deg); }

.header_search {
  transition: all .2s;
  width: 300px;
  height: 50px;
  padding-left: 15px;
  padding-right: 45px;
  border: 1px solid #F2F2F2;
  border-radius: 8px; }
  @media (max-width: 1350px) {
    .header_search {
      max-width: 300px;
      width: 100%; } }
  @media (max-width: 992px) {
    .header_search {
      border: none;
      background: #F2F2F2;
      border-radius: 0;
      max-width: none;
      width: 100%; } }
  .header_search__block {
    position: relative;
    margin-right: 15px; }
    @media (max-width: 992px) {
      .header_search__block {
        margin-right: 0;
        width: 100%; } }
    .header_search__block img {
      position: absolute;
      cursor: default;
      right: 15px;
      top: 50%;
      transform: translateY(-50%); }
    .header_search__block:hover {
      transform: scale(1) !important; }
      .header_search__block:hover input {
        border: 1px solid #54AF37; }

.number-link {
  display: flex;
  align-items: center; }

.overlay {
  transition: all .2s;
  background-color: rgba(0, 0, 0, 0.708);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -1;
  bottom: -100%;
  right: 0;
  opacity: 0;
  overflow: hidden; }
  .overlay.active {
    z-index: 9;
    bottom: 0;
    opacity: 1; }

.icons {
  display: flex; }
  .icons a img {
    width: 20px;
    height: 20px;
    margin-right: 10px; }

.product_quantity {
  display: flex;
  align-items: center;
  justify-content: center; }
  .product_quantity button {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 7px 15px;
    color: #333333;
    font-weight: bold; }
  .product_quantity .basket__btn {
    background: #F7F7F9;
    border-radius: 8px;
    padding: 7px 15px;
    color: #333333;
    font-weight: bold; }
  .product_quantity__value {
    margin: 0 20px;
    font-weight: bold;
    font-size: 15px;
    color: #373843; }

.product_price__value {
  margin-left: 20px;
  font-weight: 600;
  font-size: 18px; }

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.top {
  display: flex;
  overflow: hidden; }
  .top .nav {
    width: 300px;
    height: min-content;
    position: relative; }
    @media (max-width: 992px) {
      .top .nav {
        width: auto; } }
    .top .nav.active {
      position: fixed;
      z-index: 100;
      top: 77px; }
    .top .nav:hover .nav_items {
      border-radius: 0px 0px 0px 8px; }
      .top .nav:hover .nav_items::before {
        content: ''; }
    .top .nav__title {
      width: 300px;
      height: 50px;
      border-radius: 8px 8px 0 0;
      text-align: left;
      background: #54AF37;
      display: flex;
      align-items: center;
      color: white;
      border: 1px solid #F2F2F2; }
      @media (max-width: 992px) {
        .top .nav__title {
          display: none; } }
      .top .nav__title.active {
        border-radius: 8px; }
      .top .nav__title img {
        margin: 20px; }
  .top .main {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-left: 20px; }
    @media (max-width: 992px) {
      .top .main {
        margin-left: 0px; } }
    .top .main .nav_hor {
      margin: 15px 0 25px 0px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 992px) {
        .top .main .nav_hor {
          display: none; } }
      .top .main .nav_hor .language {
        position: absolute;
        right: 0;
        z-index: 10; }
      .top .main .nav_hor a {
        color: #333333;
        font-weight: bold;
        margin-right: 10px;
        width: auto !important; }
      .top .main .nav_hor_mobile {
        display: none;
        position: fixed;
        top: 100px;
        left: 0;
        z-index: 11;
        background: white;
        width: 295px;
        height: calc(100% - 100px);
        border-radius: 0px; }
        .top .main .nav_hor_mobile_container {
          overflow-y: auto;
          height: calc(100% - 56px); }
        .top .main .nav_hor_mobile .nav_hor_wrapper {
          display: flex;
          flex-direction: column;
          margin: 30px 0 0 20px; }
          .top .main .nav_hor_mobile .nav_hor_wrapper .header_another_phone {
            position: static; }
          .top .main .nav_hor_mobile .nav_hor_wrapper .header_main_phone_info {
            justify-content: flex-start; }
          .top .main .nav_hor_mobile .nav_hor_wrapper .header_main_phone {
            margin-bottom: 0; }
          .top .main .nav_hor_mobile .nav_hor_wrapper .schedule {
            color: #737988;
            font-weight: 500;
            font-size: 13px; }
          .top .main .nav_hor_mobile .nav_hor_wrapper a {
            color: #333333;
            font-weight: bold;
            margin-bottom: 25px; }
          .top .main .nav_hor_mobile .nav_hor_wrapper .number-link {
            margin-bottom: 0px; }
        .top .main .nav_hor_mobile .header_mobile_soc__block {
          width: 295px;
          position: fixed;
          bottom: 0; }
          .top .main .nav_hor_mobile .header_mobile_soc__block .header_lang__block a {
            font-weight: normal;
            font-size: 18px; }
            .top .main .nav_hor_mobile .header_mobile_soc__block .header_lang__block a.active {
              font-weight: bold; }
        .top .main .nav_hor_mobile.active {
          display: block; }

.header_sociate {
  transition: all .2s;
  margin-right: 10px; }
  .header_sociate__block {
    display: flex;
    align-items: center;
    margin-right: 20px; }
  .header_sociate:hover {
    transform: scale(1.1); }

.header_mobile_soc__block {
  display: flex;
  width: 100%;
  background: linear-gradient(130.41deg, #54AF37 26.74%, #104511 73.26%);
  justify-content: space-between;
  padding: 10px 15px; }
  .header_mobile_soc__block .header_lang {
    color: #fff;
    font-weight: normal; }
    .header_mobile_soc__block .header_lang.active {
      font-weight: bold; }

.nav_items {
  border-radius: 0px 0px 8px 8px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 10px 0 27px 25px;
  min-height: 415px;
  border: 1px solid #F2F2F2; }
  @media (max-width: 992px) {
    .nav_items {
      display: none;
      border: none; } }
  .nav_items.active {
    display: flex;
    position: relative;
    left: 10;
    z-index: 10;
    border-radius: 8px; }
    .nav_items.active .nav__item_content {
      padding: 10px 0 27px 25px;
      position: absolute;
      top: 0;
      left: 50%; }
  .nav_items.fixed {
    top: 50px; }
  .nav_items.mobile {
    display: block;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 11;
    background: #54AF37;
    width: 295px;
    border-radius: 0px;
    overflow-y: auto;
    height: calc(100% - 100px); }
    .nav_items.mobile .nav__item {
      color: white; }

.nav__item {
  margin-top: 15px;
  color: #333333;
  max-width: 250px;
  width: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: 0.1s; }
  @media (min-width: 992px) {
    .nav__item:hover {
      transform: scale(1.05);
      color: green;
      background: rgba(0, 128, 0, 0.2); } }
  .nav__item img {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    object-fit: cover; }
  .nav__item.active {
    color: green;
    font-weight: bold; }
  .nav__item-main {
    position: relative; }

.nav__item_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .nav__item_wrapper div {
    max-width: 200px; }
  .nav__item_wrapper.active .nav__item-main {
    color: green;
    background: rgba(0, 128, 0, 0.2);
    font-weight: bold;
    border-radius: 3px; }
  .nav__item_wrapper.hidden {
    display: none; }

.nav__item_content {
  transition: all .2s;
  visibility: hidden;
  max-height: 1px;
  height: auto;
  display: none;
  flex-direction: column;
  width: fit-content; }
  .nav__item_content a {
    margin-left: 25px; }
  .nav__item_content.active {
    display: flex;
    visibility: visible;
    max-height: 1000px; }

.nav__item_content_container {
  position: absolute;
  width: 300px;
  top: 50px;
  z-index: 200;
  background: white; }
  .nav__item_content_container_1 {
    left: 300px; }
  .nav__item_content_container_2 {
    left: 600px;
    border-radius: 0 8px 8px 0; }
  .nav__item_content_container.active {
    height: calc(100% - 50px);
    overflow: scroll;
    border: 1px solid #F2F2F2; }

.nav__item-second.active {
  color: green;
  background: rgba(0, 128, 0, 0.2);
  font-weight: bold;
  border-radius: 3px; }

.img_green,
.img_white {
  display: block; }
  .img_green.active,
  .img_white.active {
    display: none; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  background: #F7F7F9; }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 15px;
    color: #737988; }

.swiper-button-prev {
  left: 0; }

.swiper-button-next {
  right: 40px; }

.swiper-button-disabled {
  display: none; }

.services_wrapper {
  margin-top: 40px;
  display: flex;
  align-items: stretch; }
  .services_wrapper .services__item {
    background: #FFFFFF;
    border-left: 1px solid #F3F3F3;
    display: flex;
    align-items: center;
    padding: 40px 50px;
    height: auto; }
    @media (max-width: 1410px) {
      .services_wrapper .services__item {
        padding: 20px; } }
    .services_wrapper .services__item:first-child {
      border-radius: 12px 0 0 12px; }
    .services_wrapper .services__item:last-child {
      border-radius: 0 12px 12px 0; }
    .services_wrapper .services__item .description {
      margin-left: 20px; }
      .services_wrapper .services__item .description__title {
        font-size: 16px;
        color: #333333;
        font-weight: 600; }
      .services_wrapper .services__item .description__text {
        max-width: 215px;
        font-size: 14px;
        color: #373843;
        opacity: 0.5; }

@charset "UTF-8";
.goods__cart {
  background: #FFFFFF;
  margin: 20px 20px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 23%;
  height: auto;
  border-radius: 8px; }
  @media (max-width: 1700px) {
    .goods__cart {
      width: 31%; } }
  @media (max-width: 1320px) {
    .goods__cart {
      width: 45%; } }
  @media (max-width: 600px) {
    .goods__cart {
      width: 90%;
      margin: 20px 0px 0 0; } }
  .goods__cart:hover {
    border: 1px solid #54AF37; }
  .goods__cart_top {
    height: 80%; }
  .goods__cart .goods_status {
    width: 100%;
    display: flex;
    position: absolute;
    z-index: 3;
    flex-wrap: wrap;
    padding: 10px; }
    .goods__cart .goods_status div {
      margin-right: 5px;
      margin-bottom: 5px;
      border-radius: 6px;
      padding: 5px 10px;
      text-transform: uppercase;
      font-size: 10px; }
    .goods__cart .goods_status .orange {
      background: #FFA600;
      color: #FFFFFF; }
    .goods__cart .goods_status .white {
      color: #54AF37; }
    .goods__cart .goods_status .red {
      background: #EB5757;
      color: #FFFFFF; }
  .goods__cart .goods__img {
    margin-top: 20px;
    width: 210px;
    height: 210px;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
    .goods__cart .goods__img img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .goods__cart .goods__name {
    font-size: 16px;
    color: #333333;
    padding: 10px; }
  .goods__cart .goods__description {
    font-size: 12px;
    color: #373843;
    opacity: 0.6;
    padding-left: 10px; }
  .goods__cart .goods_rating {
    padding-left: 10px; }
    .goods__cart .goods_rating a {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .goods__cart .goods_rating a .revews {
        margin-left: 10px;
        color: #373843;
        font-size: 12px; }
  .goods__cart .goods_bottom {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #E6E6E6;
    border-radius: 0px 0px 8px 8px; }
    .goods__cart .goods_bottom .goods__btn button {
      width: 60px;
      min-height: 50px;
      height: 100%;
      border-radius: 0 0 8px 0; }
      .goods__cart .goods_bottom .goods__btn button:hover {
        width: 100%; }
      .goods__cart .goods_bottom .goods__btn button:hover::after {
        content: 'Купити'; }
    .goods__cart .goods_bottom .goods__btn:hover {
      width: 40%; }

.goods__price {
  padding-left: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: bold;
  font-size: 20px; }
  .goods__price_wrapper {
    display: flex; }
  .goods__price-old {
    text-decoration-line: line-through;
    color: #333333;
    font-weight: 300;
    margin-right: 10px; }
  .goods__price-new {
    color: #EB5757; }

.sale_category {
  min-height: 300px;
  overflow: hidden;
  position: relative; }
  .sale_category a {
    position: absolute;
    width: 100%;
    height: 100%; }
  .sale_category .sale__title {
    font-weight: bold;
    font-size: 20px;
    color: #FFA600;
    width: 150px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .sale_category .sale__title::after {
      content: '→'; }

.title {
  margin-top: 49px;
  font-size: 24px;
  color: #737988; }

.rating-mini {
  display: inline-block;
  font-size: 0; }

.rating-mini span {
  padding: 0;
  font-size: 20px;
  line-height: 1;
  color: lightgrey; }

.rating-mini > span:before {
  content: '★'; }

.rating-mini > span.active {
  color: gold; }

.footer {
  background: #FFFFFF; }
  .footer_main {
    display: flex;
    color: #737988;
    margin-top: 40px; }
    @media (max-width: 992px) {
      .footer_main {
        flex-direction: column; } }
    .footer_main .footer_column-left {
      width: 55%;
      padding-top: 40px; }
      @media (max-width: 992px) {
        .footer_main .footer_column-left {
          width: 100%; } }
      .footer_main .footer_column-left .footer_middle {
        display: flex; }
        @media (max-width: 600px) {
          .footer_main .footer_column-left .footer_middle {
            flex-direction: column; } }
        .footer_main .footer_column-left .footer_middle .footer_contacts {
          width: 50%; }
          @media (max-width: 600px) {
            .footer_main .footer_column-left .footer_middle .footer_contacts {
              width: 100%; } }
          .footer_main .footer_column-left .footer_middle .footer_contacts__title {
            font-size: 18px;
            display: flex; }
            .footer_main .footer_column-left .footer_middle .footer_contacts__title .header_sociate__block {
              margin-left: 30px; }
          .footer_main .footer_column-left .footer_middle .footer_contacts .footer__inform-service {
            font-size: 14px; }
          .footer_main .footer_column-left .footer_middle .footer_contacts .footer__number a {
            font-size: 24px;
            white-space: nowrap; }
          .footer_main .footer_column-left .footer_middle .footer_contacts div {
            margin-top: 15px; }
        .footer_main .footer_column-left .footer_middle .footer_links {
          width: 100%;
          display: flex;
          justify-content: space-around;
          margin-top: 10px; }
          @media (max-width: 600px) {
            .footer_main .footer_column-left .footer_middle .footer_links {
              justify-content: space-between; } }
          .footer_main .footer_column-left .footer_middle .footer_links_column {
            display: flex;
            flex-direction: column; }
            .footer_main .footer_column-left .footer_middle .footer_links_column a {
              margin-top: 10px;
              font-size: 14px; }
    .footer_main .footer_contact-us {
      width: 45%;
      padding-top: 40px; }
      @media (max-width: 992px) {
        .footer_main .footer_contact-us {
          width: 100%; } }
      .footer_main .footer_contact-us__title {
        font-size: 24px;
        color: #333333;
        font-weight: 800; }
      .footer_main .footer_contact-us form {
        margin-top: 30px; }
        .footer_main .footer_contact-us form input {
          height: 49px;
          margin: 0 10px 10px 0; }
          @media (max-width: 600px) {
            .footer_main .footer_contact-us form input {
              width: 100%; } }
  .footer .footer_bottom {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px; }
    @media (max-width: 992px) {
      .footer .footer_bottom {
        flex-direction: column;
        align-items: center; }
        .footer .footer_bottom div {
          margin-bottom: 20px; } }
    .footer .footer_bottom .footer_payment a {
      margin-right: 10px; }
    .footer .footer_bottom .star-way__logo {
      height: 50px; }
      .footer .footer_bottom .star-way__logo img {
        width: 120px;
        height: 50px; }

a {
  cursor: pointer; }

.routers {
  margin: 25px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .routers a {
    color: #333333; }
  .routers img {
    margin: 0 15px; }

.newsletter_wrapper {
  margin: 5%;
  display: flex;
  border-radius: 8px; }
  @media (max-width: 992px) {
    .newsletter_wrapper {
      flex-direction: column; } }

.newsletter__img img {
  width: 100%; }

.newsletter_subscribe {
  width: 100%;
  padding: 30px;
  color: #737988; }
  .newsletter_subscribe__title {
    font-weight: 800;
    font-size: 24px; }
  .newsletter_subscribe__text {
    font-size: 14px; }
  .newsletter_subscribe__form {
    width: 100%;
    margin-top: 20px;
    display: flex; }
    @media (max-width: 500px) {
      .newsletter_subscribe__form {
        display: flex;
        flex-direction: column; } }
    .newsletter_subscribe__form .input_wrapper {
      width: 540px; }
      @media (max-width: 500px) {
        .newsletter_subscribe__form .input_wrapper {
          width: auto; } }
      .newsletter_subscribe__form .input_wrapper input {
        width: 100%; }
        .newsletter_subscribe__form .input_wrapper input:hover {
          border: 1px solid; }
    .newsletter_subscribe__form .btn {
      text-transform: lowercase; }
      @media (max-width: 500px) {
        .newsletter_subscribe__form .btn {
          margin-top: 20px; } }
      .newsletter_subscribe__form .btn::first-letter {
        text-transform: uppercase; }

.modal_name {
  display: none; }

.modal__block_fast_buy .modal_name {
  display: flex;
  width: 100%;
  text-align: center;
  margin: 10px 0; }

.field_error {
  margin: 5px 0;
  width: 100%;
  text-align: center; }

.order__block .validation_error {
  bottom: -18px;
  left: 10px; }

.profile_section .validation_error {
  bottom: -20px;
  left: 10px; }

.modal_loading__block {
  transition: all .2s;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
  width: 100px;
  height: 100px;
  border-radius: 50%; }
  .modal_loading__block img {
    width: 100%;
    height: 100%; }
  .modal_loading__block.active {
    opacity: 1;
    z-index: 10000; }

.modal_accept__block, .modal_bad__block {
  transition: all .2s;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  background: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 20px;
  flex-direction: column; }
  .modal_accept__block.active, .modal_bad__block.active {
    opacity: 1;
    z-index: 10000; }

.modal_accept_svg, .modal_bad_svg {
  width: 30px;
  height: 30px;
  margin-bottom: 10px; }
  .modal_accept_svg img, .modal_bad_svg img {
    width: 100%; }

.modal_accept_text, .modal_bad_text {
  width: 100%;
  text-align: center; }

.validation_container {
  position: relative; }

.validation_error {
  position: relative;
  bottom: 8px;
  left: 0;
  width: 100%;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  font-size: 12px;
  color: #EB5757; }

@charset "UTF-8";
.sort_top {
  padding: 16px;
  display: flex;
  margin-top: 24px;
  border-radius: 8px 8px 0px 0px;
  background: #FFFFFF;
  border-bottom: 1px solid #F3F3F3; }

.sort_bottom {
  padding: 16px;
  border-radius: 8px;
  background: #FFFFFF; }
  @media (max-width: 550px) {
    .sort_bottom {
      flex-direction: column;
      align-items: center; } }
  .sort_bottom_sections {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 500px) {
      .sort_bottom_sections {
        flex-direction: column; } }
    .sort_bottom_sections .shop_sort_link {
      cursor: pointer;
      border: 1px solid #F3F3F3;
      color: #333333;
      border-radius: 8px;
      padding: 4px 8px;
      margin: 10px 10px 0 0; }
      .sort_bottom_sections .shop_sort_link:hover {
        border: 1px solid #54AF37; }
      .sort_bottom_sections .shop_sort_link_active {
        border: 1px solid #54AF37; }

.advice_wrapper {
  margin-top: 30px; }
  @media (min-width: 992px) {
    .advice_wrapper {
      padding-bottom: 400px; } }
  .advice_wrapper .advice_section {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 26px; }
    .advice_wrapper .advice_section__title {
      display: flex;
      justify-content: space-between;
      cursor: pointer;
      color: #737988;
      font-weight: bold;
      font-size: 20px; }
      .advice_wrapper .advice_section__title::after {
        content: '⮟'; }
      .advice_wrapper .advice_section__title.active::after {
        content: '⮝'; }
    .advice_wrapper .advice_section_content {
      display: none;
      margin-top: 20px;
      width: 100%;
      flex-wrap: wrap; }
      .advice_wrapper .advice_section_content__text {
        font-weight: 500;
        font-size: 14px;
        color: #737988;
        width: 31%;
        margin-right: 25px; }
        @media (max-width: 1200px) {
          .advice_wrapper .advice_section_content__text {
            width: 45%; } }
        @media (max-width: 900px) {
          .advice_wrapper .advice_section_content__text {
            width: 95%;
            margin-right: 0;
            margin-bottom: 20px; } }
      .advice_wrapper .advice_section_content__img {
        margin-right: 25px;
        width: 31%; }
        @media (max-width: 1200px) {
          .advice_wrapper .advice_section_content__img {
            width: 45%; } }
        @media (max-width: 900px) {
          .advice_wrapper .advice_section_content__img {
            width: 95%;
            margin-right: 0;
            margin-bottom: 20px; } }
        .advice_wrapper .advice_section_content__img img {
          width: 100%;
          object-fit: cover;
          border-radius: 8px; }
      .advice_wrapper .advice_section_content.active {
        display: flex; }

.nav_items {
  display: none; }

@media (min-width: 992px) {
  .footer {
    position: absolute;
    bottom: 0; } }


/*# sourceMappingURL=index.css.map*/