@charset "UTF-8";
@import "assets/fonts/Cera/stylesheet.css";
/* ========== ========== ========== ========== ========== main style — start */
/* reset — start */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body {
  overflow-x: hidden;
}

html:has(body.compensate-for-scrollbar) {
  overflow: hidden;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

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

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

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  overflow-x: hidden;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: 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. Remove 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 */
  *overflow: visible;
  /* 4 */
}

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

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

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.bg-default-none:-webkit-autofill, .bg-default-none:-webkit-autofill:hover, .bg-default-none:-webkit-autofill:focus textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

/* reset — end */
/* global — start */
:root {
  --offset-top-menu-common: 0;
  --offset-top-menu-catalog: 0;
  --offset-bottom-menu-common: 0;
  --menu-header-height: 0;
}

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

html {
  box-sizing: inherit;
  font-size: 62.5%;
}

body {
  min-width: 320px;
  height: 100%;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  background-color: #fff;
  font-family: "Cera Pro", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: normal;
  color: #303030;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #fff;
    color: #303030;
  }
}

a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  border: none;
  font-family: "Cera Pro", sans-serif;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

form,
input {
  font-family: "Roboto", sans-serif;
}

input::-moz-placeholder {
  font-family: "Roboto", sans-serif;
}

input::placeholder {
  font-family: "Roboto", sans-serif;
}

/* global — end */
.lock-scroll-mob {
  overflow-y: hidden;
}

.main-wrapper {
  overflow: visible;
  position: relative;
  height: 100%;
}

@media (min-width: 960px) {
  .main-header__block {
    padding: 10px 10px 0;
  }
}
@media (min-width: 1366px) {
  .main-header__block {
    padding: 20px 20px 0;
  }
}

.container {
  padding: 0 16px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.container:has(.section_relink) .title {
  margin-bottom: 24px;
}
.container:has(.section_relink) .title {
  margin-bottom: 24px;
}
.container + .footer {
  margin-top: 64px;
}
.container .container {
  padding: 0;
  max-width: 100%;
}

@media (max-width: 919px) {
  .container + .footer {
    padding-bottom: 180px;
    margin-top: 32px;
  }
}
.jq-selectbox {
  z-index: 1;
}

.top-header {
  display: none;
  transition: all 0.3s linear;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: white;
}

.main-link {
  display: none;
  text-align: center;
  padding: 16px 20px;
  font-size: 14px !important;
  background-color: rgb(242, 242, 242);
  border-radius: 10px;
  flex-shrink: 0;
}
@media (min-width: 480px) {
  .main-link {
    display: flex;
  }
}

.main-header {
  position: sticky;
  top: 0;
  z-index: 10;
  transition: all 0.3s linear;
}
.main-header__desktop {
  display: none;
  background-color: white;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.main-header__mob {
  background-color: #fff;
}
.main-header__mob .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header__mob-main.container {
  padding-top: 11px;
  padding-bottom: 11px;
}
.main-header__mob-search {
  position: relative;
}
.main-header__mob-search.container {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: solid 1px #EBEBEB;
}
.main-header__mob-search-btn {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.main-header__mob-search-btn.active .close-icon {
  display: block;
}
.main-header__mob-search-btn.active .search-icon {
  display: none;
}
.main-header__mob-search-btn svg {
  width: 100%;
  height: 100%;
}
.main-header__mob-search-btn .close-icon {
  display: none;
}
.main-header__mob-location {
  width: 24px;
  height: 24px;
  stroke: rgb(155, 149, 159);
  fill: none;
}
.main-header__mob-left {
  display: flex;
  justify-content: flex-start;
  flex: 1 1 50%;
}
.main-header__mob-logo {
  max-width: 168px;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 6px;
  line-height: 1;
}
.main-header__mob-logo-line {
  display: block;
  height: 12px;
  width: 1px;
  background-color: #303030;
}
.main-header__mob-logo img {
  width: 88px;
  height: 30px;
}
.main-header__mob-right {
  display: flex;
  justify-content: flex-end;
  flex: 1 1 50%;
  position: relative;
  min-height: 48px;
}
.main-header__mob-phone {
  position: relative;
  display: flex;
}
.main-header__mob-phone-icon {
  width: 24px;
  height: 24px;
  fill: rgb(155, 149, 159);
}
.main-header__mob-phone a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  opacity: 0;
}

@media (max-width: 1159px) {
  .catalog-menu-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: var(--offset-bottom-menu-common);
    display: block;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 11;
    transition: right 0.35s ease-out;
    background-color: white;
  }
  .catalog-menu-layer:not(.active) {
    right: -100vw;
  }
  .catalog-menu-layer-inner {
    padding: 0 15px;
  }
  .catalog-menu-layer__bg {
    display: none;
  }
}
.mob-menu-layer {
  position: fixed;
  top: 0;
  bottom: var(--offset-bottom-menu-common);
  z-index: 11;
  height: auto;
  width: 100%;
  background-color: rgb(248, 248, 248);
  overflow-x: hidden;
  transition: right 0.3s linear, background-color 1s ease;
  scrollbar-width: none;
}
.mob-menu-layer:not(.active) {
  right: -100vw;
}
.mob-menu-layer:not(.active):before {
  display: none;
}
.mob-menu-layer::-webkit-scrollbar {
  width: 0;
}
.mob-menu-layer.active {
  right: 0;
}
.mob-menu-layer.active:before {
  display: block;
}
.mob-menu-layer-inner {
  background-color: rgb(248, 248, 248);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mob-menu-layer__top-menu {
  height: auto;
  background-color: rgb(248, 248, 248);
}
.mob-menu-layer__bottom-menu {
  background-color: rgb(248, 248, 248);
  flex: 1;
  display: flex;
  flex-direction: column;
}
.mob-menu-layer__bottom-menu .social {
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.mob-menu-layer__bottom-menu .social__title {
  display: none;
}
.mob-menu-layer__bottom-menu .social__subtitle {
  display: block;
}
.mob-menu-layer__bottom-menu .social__list {
  justify-content: center;
  align-items: center;
}

.profile-menu-layer {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: var(--offset-bottom-menu-common);
  overflow-y: auto;
  z-index: 11;
  transition: right 0.3s linear;
}
.profile-menu-layer:not(.active) {
  right: -100vw;
}
.profile-menu-layer:not(.active):before {
  display: none;
}
.profile-menu-layer.active {
  right: 0;
}
.profile-menu-layer.active:before {
  display: block;
}
.profile-menu-layer-inner {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.mob-panel-layer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 15px 9px;
  border-top: solid 1px #EBEBEB;
  background-color: #fff;
  z-index: 10;
}

.catalog-menu-btn {
  background-color: rgb(242, 242, 242);
  border-radius: 8px;
  padding: 12px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-right: 30px;
}
.catalog-menu-btn.active {
  background-color: #D3D4D5;
}
.catalog-menu-btn:hover {
  background-color: #303030;
}
.catalog-menu-btn:hover .line {
  stroke: white;
}
.catalog-menu-btn:hover span {
  color: white;
}
.catalog-menu-btn span {
  color: rgb(48, 48, 48);
  font-size: 16px;
  font-weight: 500;
}
.catalog-menu-btn .menu_burger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}
.catalog-menu-btn .line {
  fill: none;
  stroke: rgb(48, 48, 48);
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.catalog-menu-btn .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.catalog-menu-btn .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.catalog-menu-btn .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.catalog-menu-btn.active .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.catalog-menu-btn.active .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.catalog-menu-btn.active .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.mob-menu-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-right: 0;
  background-color: rgb(242, 242, 242);
  border-radius: 7px;
  width: 48px;
  height: 48px;
}
.mob-menu-btn span {
  display: none;
}
.mob-menu-btn .menu_burger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}
.mob-menu-btn .line {
  fill: none;
  stroke: #000000;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mob-menu-btn .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.mob-menu-btn .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.mob-menu-btn .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.mob-menu-btn.active .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.mob-menu-btn.active .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.mob-menu-btn.active .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.mob-menu-bottom__time {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 16px;
  gap: 5px;
  color: white;
  background-color: rgb(48, 48, 48);
}
.mob-menu-bottom__time--item {
  width: 100%;
  font-size: 12px;
  color: #fff;
}
.mob-menu-bottom__time--item a {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.view-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 8px;
}
.view-panel button {
  font-size: 14px;
}
.view-panel__hide {
  display: none !important;
}
@media (max-width: 767px) {
  .view-panel__text {
    display: none !important;
  }
}
.view-panel__text span {
  margin-left: 4px;
}

@media (min-width: 768px) {
  .view-panel {
    justify-content: flex-start;
  }
  .view-panel__text {
    display: none;
  }
  .view-panel__hide {
    display: flex !important;
    align-items: center;
  }
  .view-panel button {
    height: 50px;
    font-weight: 400;
  }
}
@media (min-width: 960px) {
  .container {
    padding: 0 30px;
  }
  .mob-menu-btn {
    gap: 8px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 15px;
  }
  .mob-menu-btn span {
    display: block;
  }
  .main-header__desktop .container {
    padding: 0 30px;
  }
  .top-header {
    display: block;
    position: relative;
    padding: 20px 0 8px;
    background-color: #fff;
    z-index: 11;
  }
  .top-header__menu {
    display: flex;
    align-items: center;
    gap: 30px;
    line-height: 1.2;
  }
  .top-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
  }
  .top-header__phone {
    display: flex;
    gap: 30px;
    align-items: center;
  }
  .top-header__phone-num {
    color: #505050;
    font-weight: 700;
  }
  .top-header__phone-num a {
    display: flex;
    align-items: center;
  }
  .top-header__phone-num a:before {
    content: url("/local/templates/tataev-market/assets/images/icons/phone-svg.svg");
    margin-right: 9px;
    width: 16px;
    height: 16px;
  }
  .top-header__phone-text {
    color: #606060;
  }
}
@media (min-width: 1160px) {
  :root {
    --catalog-width: 100%;
  }
  .lock-scroll-mob {
    overflow-y: visible;
  }
  .main-header__desktop {
    display: block;
    padding: 20px 0 25px;
    background-color: #fff;
  }
  .main-header__desktop .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main-header__desktop--wrapper {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin-right: 30px;
  }
  .main-header__desktop-logo {
    max-width: 251px;
    margin-right: 40px;
  }
  .main-header__mob {
    display: none;
  }
  .main-header__mob-search {
    display: none;
  }
  .catalog-menu-layer {
    display: none;
    position: absolute;
    top: auto;
    right: 0;
    z-index: 9;
    opacity: 1;
    height: 100%;
    max-height: unset;
    width: 100%;
    overflow: hidden;
  }
  .catalog-menu-layer.active:before {
    display: block;
  }
  .catalog-menu-layer.active .catalog-menu-layer__bg {
    display: block;
  }
  .catalog-menu-layer__bg {
    display: none;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.3;
    z-index: -1;
  }
  body {
    overflow-x: visible;
  }
  .mob-menu-layer {
    display: none;
  }
  .profile-menu-layer {
    display: none;
  }
  .mob-panel-layer {
    display: none;
  }
  .view-panel {
    margin-bottom: 38px;
  }
}
@media (min-width: 1250px) {
  .catalog-menu-btn span {
    display: inline-block;
  }
}
@media (min-width: 1366px) {
  .header {
    padding: 20px 20px 0;
  }
  .top-header__menu {
    gap: 30px;
  }
}
.loading {
  position: relative;
}
.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.9;
}
.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  border: 2px solid #69A94D;
  border-color: #69A94D transparent #69A94D transparent;
  animation: loading-rotate 1.2s linear infinite;
}

@keyframes loading-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 1366px) {
  .container {
    padding: 0 50px;
  }
  .main-header__desktop .container {
    padding: 0 50px;
  }
  .top-header .container {
    padding: 0 50px;
  }
}
/* ========== ========== ========== ========== general style — start */
/* helper — start */
.mb {
  margin-bottom: 64px;
}

.mt--line {
  padding-top: 7rem;
  border-top: 1px solid #ebebeb;
}

.title {
  font-size: 29px;
  line-height: 1.2;
  font-weight: 700;
  color: #303030;
  text-wrap: nowrap;
}
@media (min-width: 1160px) {
  .title {
    font-size: 39px;
  }
}

.title--mb {
  margin-bottom: 24px;
}

.title--inline {
  display: inline-block;
}

.text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #606060;
}

.transparency-layer {
  position: relative;
  margin-right: 0;
}

.transparency-layer::after {
  content: "";
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  width: 8rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

.pos-relative {
  position: relative;
}

@media (max-width: 1159px) {
  .main-header {
    position: relative;
  }
  .main-header__mob-search {
    visibility: visible;
    background-color: white;
    display: flex;
    align-items: center;
    min-height: 48px;
    margin-left: 20px;
    position: relative;
  }
  .main-header__mob-search.active {
    gap: 16px;
  }
  .main-header__mob-search .header-search-wrapper {
    width: 0;
    overflow: hidden;
    transition: width 0.5s linear;
    position: absolute;
    right: 32px;
  }
  .main-header__mob-search .header-search-wrapper.active {
    width: calc(80vw - 72px);
  }
}
@media (max-width: 919px) {
  .partner.mb {
    margin-bottom: 32px;
  }
  .mb {
    margin-bottom: 32px;
    position: relative;
  }
  .mb-slider {
    margin-bottom: 18px;
  }
  .pos-relative {
    position: static;
  }
  .transparency-layer::after {
    right: -10px;
  }
}
@media (max-width: 919px) {
  .about-us,
  .certificates,
  .employees,
  .service,
  .services,
  .shops,
  .brands-description,
  .brands-page,
  .news-page,
  .vacancies,
  .bonus-program {
    font-size: 1.4rem;
  }
}
@media (max-width: 415px) {
  .partner.mb {
    margin-bottom: 24px;
  }
  .mb {
    margin-bottom: 24px;
    position: relative;
  }
  .about-us,
  .certificates,
  .employees,
  .service,
  .services,
  .shops,
  .brands-description,
  .brands-page,
  .news-page,
  .vacancies,
  .bonus-program {
    font-size: 1.4rem;
  }
  .pos-relative {
    position: static;
  }
  .transparency-layer::after {
    right: -11px;
  }
}
@media (min-width: 1140px) {
  .text {
    font-size: inherit;
  }
  .transparency-layer {
    margin-right: 0;
  }
  .transparency-layer::after {
    width: 6.72727em;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 85%);
    height: 102%;
    position: absolute;
    top: 0;
    right: -1.36364em;
  }
}
/* helper — end */
/* assets — start */
.item-slider__slide {
  overflow: hidden;
  border-radius: 5px;
}

.partner__logo img {
  max-width: 100%;
}

/* Пагинация */
.partner .swiper-pagination {
  position: absolute;
}

.partner__inner .swiper-pagination {
  left: 30px;
  bottom: 22px;
  right: auto;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}

/* ======================== */
/* Стрелки */
.btn-slide--left,
.btn-slide--right {
  position: relative;
}

.btn-slide--left {
  left: 0;
}

.btn-slide--right {
  right: 0;
}

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

.btn-slide--left::before,
.btn-slide--right::before {
  content: url("assets/images/icons/prev.svg") url("assets/images/icons/prev-hover.svg") url("assets/images/icons/prev-disable.svg") url("assets/images/icons/next.svg") url("assets/images/icons/next-hover.svg") url("assets/images/icons/next-disable.svg");
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.btn-slide-prev::after {
  background: url("assets/images/icons/prev.svg");
}

.btn-slide-prev:hover::after {
  background: url("assets/images/icons/prev-hover.svg");
}

.btn-slide-next::after {
  background: url("assets/images/icons/next.svg");
}

.btn-slide-next:hover::after {
  background: url("assets/images/icons/next-hover.svg");
}

.btn-slide--left.swiper-button-disabled,
.btn-slide--right.swiper-button-disabled {
  opacity: 0.7;
  z-index: 2;
}

.btn-slide--left.swiper-button-disabled .btn-slide-next,
.btn-slide--left.swiper-button-disabled .btn-slide-prev,
.btn-slide--right.swiper-button-disabled .btn-slide-next,
.btn-slide--right.swiper-button-disabled .btn-slide-prev {
  cursor: default;
}

.btn-slide--left.swiper-button-disabled .btn-slide-next::after,
.btn-slide--right.swiper-button-disabled .btn-slide-next::after {
  background: url("assets/images/icons/next-disable.svg");
}

.btn-slide--left.swiper-button-disabled .btn-slide-prev::after,
.btn-slide--right.swiper-button-disabled .btn-slide-prev::after {
  background: url("assets/images/icons/prev-disable.svg");
}

.btn-slide--centered-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.btn-slide--centered-custom {
  position: absolute;
  top: calc((100% - 19rem) / 2);
  transform: translateY(-50%);
}

.btn-slide--centered-custom-news {
  position: absolute;
  top: calc((100% - 11.7rem) / 2);
  transform: translateY(-50%);
}

.btn-slide--centered-custom-watched {
  position: absolute;
  top: calc((100% - 15.8rem) / 2);
  transform: translateY(-50%);
}

.btn-slide--left {
  z-index: 2;
  position: absolute;
  top: 50%;
}

.btn-slide--right {
  z-index: 2;
  position: absolute;
  top: 50%;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #202020;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.14;
  font-weight: 700;
  padding: 16px 20px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s linear;
}

.btn--primary {
  background-color: #69a94d;
}

.btn--primary:hover {
  background-color: #5b9642;
}

.btn--primary:active {
  background-color: #FFCE50;
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn--lg {
  padding: 0.857em 1.9285em;
}

.btn--buy {
  padding: 12px 18px;
  padding-left: 49px;
  position: relative;
  font-size: 12px;
  line-height: 14px;
  min-height: 48px;
}

.btn--buy::before {
  content: "";
  background-image: url("assets/images/products/bag.svg");
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 21px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.btn--preorder {
  padding-left: 35px;
  position: relative;
  background-color: #1F97DA;
  font-size: 14px;
  line-height: 16px;
}

.btn--preorder:hover {
  background-color: #1d89c4;
  transition: all 0.3s;
}

.btn--preorder::before {
  content: "";
  background-image: url("assets/images/products/clock.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-left: 8px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.btn--not-available {
  padding-left: 0;
  background-color: transparent;
  cursor: not-allowed;
  color: inherit;
}

.btn--filter {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  border: 1px solid #ececec;
  border-radius: 1.428em;
  color: #505050;
  background-color: #fff;
  cursor: pointer;
}

.btn--gray {
  background-color: rgb(242, 242, 242);
  color: #303030;
}
.btn--gray:hover {
  background-color: #404040;
  color: white;
}
.btn--gray:active {
  background-color: #D3D4D5;
}

.btn--discount {
  line-height: 1;
  gap: 10px;
}
.btn--discount:active, .btn--discount.active {
  background-color: #404040;
  color: white;
}
@media (hover: hover) {
  .btn--discount:active:hover, .btn--discount.active:hover {
    background-color: #D3D4D5;
    color: #303030;
  }
}
@media (hover: hover) {
  .btn--discount:hover {
    background-color: #D3D4D5;
    color: #303030;
  }
}

.btn--show-more {
  display: block;
  text-align: center;
  width: 100%;
  padding: 16px 21px;
  background-color: rgb(242, 242, 242);
  color: #303030;
  height: 50px;
}
@media (hover: hover) {
  .btn--show-more:hover {
    background-color: #404040;
    color: white;
  }
}
.btn--show-more:active {
  background-color: #D3D4D5;
  color: #303030;
}

.btn--buy-one-click {
  background-color: transparent;
  color: rgb(48, 48, 48);
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  font-size: 16px;
  line-height: 19px;
}

.btn--buy-one-click::before {
  background-image: none;
}

/* custom button for slider -- swiperjs */
.btn-slide-prev,
.btn-slide-next {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #fff;
  z-index: 3;
  padding: 8px;
}

.main .btn-slide-prev.swiper-button-disabled,
.main .btn-slide-next.swiper-button-disabled {
  z-index: 3;
}

.main .btn-slide--left.swiper-button-disabled,
.main .btn-slide--right.swiper-button-disabled {
  z-index: 3;
}

.main .partner .btn-slide--left,
.main .partner .btn-slide--right {
  z-index: 3;
}

.main .partner .btn-slide-prev,
.main .partner .btn-slide-next {
  z-index: 3;
}

.main .partner .btn-slide-prev::after,
.main .partner .btn-slide-next::after {
  z-index: 3;
}

.main .partner .btn-slide-prev:hover,
.main .partner .btn-slide-next:hover {
  z-index: 3;
}

.btn-slide-prev,
.btn-slide-next {
  position: relative;
}

.btn-slide-prev::after,
.btn-slide-next::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 919px) {
  .btn-slide--left,
  .btn-slide--right {
    top: -10px;
    right: 0;
    left: auto;
    transform: none;
    display: none !important;
  }
  .btn-slide--left {
    right: 50px;
  }
  /* partner */
  .partner .btn-slide--centered-center {
    top: auto;
    bottom: -50px;
    transform: none;
  }
  .partner .btn-slide--left {
    left: 0;
    right: auto;
  }
  .partner .btn-slide--right {
    left: 50px;
    right: auto;
  }
  .partner .btn-slide-prev,
  .partner .btn-slide-next {
    display: inline-block;
  }
}
@media (max-width: 620px) {
  .partner .btn-slide-prev,
  .partner .btn-slide-next {
    display: none;
  }
  .partner .swiper-pagination {
    bottom: 22px;
    left: 30px;
  }
}
@media (max-width: 415px) {
  .btn-slide--left,
  .btn-slide--right {
    top: -10px;
    right: 0;
    left: auto;
    transform: none;
  }
  .btn-slide--left {
    right: 50px;
  }
}
@media (min-width: 1040px) and (min-width: 1160px) {
  .main .btn-slide--centered-custom {
    position: absolute;
    top: calc((100% - 181px) / 2);
    transform: translateY(-50%);
  }
}
/* assets — end */
/* template — start */
.main {
  display: block;
  color: #303030;
  flex: 1;
}

.main__content {
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
}
.main__content .container {
  width: 100%;
}
.main__content:has(.product__container) {
  background-color: #f8f8f8;
}
.main__content:has(.product__container) .popular-categories-wrapper {
  background-color: white;
}
.main__content:has(.product__container) .container--border {
  background-color: white;
}
@media (min-width: 480px) {
  .main__content:has(.product__container) .container--border {
    overflow: hidden;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
@media (min-width: 768px) {
  .main__content:has(.product__container) .container--border {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
@media (min-width: 480px) {
  .main__content:has(.product__container) .mb-slider.bordered {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
}
@media (min-width: 768px) {
  .main__content:has(.product__container) .mb-slider.bordered {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
}

.main__content:last-of-type {
  border-bottom: 1px solid #ebebeb;
}

@media (min-width: 1480px) {
  .main__content {
    font-size: 14px;
  }
}
@media (min-width: 1480px) and (min-width: 1600px) {
  .main__content {
    font-size: 18px;
  }
}
@media (min-width: 1480px) and (min-width: 1920px) {
  .main__content {
    font-size: 16px;
  }
}
@media (min-width: 1800px) {
  .main__content {
    font-size: 16px;
  }
}
@media (min-width: 1800px) and (min-width: 1920px) {
  .main__content {
    font-size: 18px;
  }
}
@media (min-width: 1800px) and (min-width: 2560px) {
  .main__content {
    font-size: 20px;
  }
}
/* template — end */
/* ========== ========== ========== ========== general style — end */
/* header — start */
.info {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
}

.info__phone {
  display: flex;
  align-items: center;
}

.info__phone a {
  display: block;
  font-weight: 700;
}

.info__phone-text {
  display: block;
  color: #606060;
}

.footer-info {
  color: #303030;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-info__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-info__item h3 {
  font-weight: 500;
}

@media (min-width: 480px) {
  .footer-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .footer-info__item:nth-child(1) {
    grid-area: 1/1/3/2;
  }
  .footer-info__item:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .footer-info__item:nth-child(3) {
    grid-area: 2/2/3/3;
  }
}
@media (max-width: 920px) {
  .info {
    white-space: nowrap;
  }
}
@media (min-width: 1140px) {
  .info {
    font-size: calc((100vw - 1140px) / 1140 * 12 + 12px);
  }
}
@media (min-width: 1040px) and (min-width: 1160px) {
  .info {
    font-size: inherit;
  }
}
.modal__close > span {
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: #69a94d;
  transition: all 300ms ease-in-out;
  transform-origin: 0.5rem center;
}

.modal__close > span:not(:last-child) {
  margin-bottom: 0.4rem;
}

.modal__close--active > span:first-child {
  transform: rotate(45deg);
}

.modal__close--active > span:last-child {
  transform: rotate(-45deg);
}

.modal__close--active > span:nth-child(2) {
  opacity: 0;
}

.modal__close--active > span:not(:last-child) {
  margin-bottom: 0.2rem;
}

@media (min-width: 416px) {
  .modal__close > span {
    width: 3.5rem;
    height: 0.3rem;
  }
  .modal__close > span:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .modal__close--active > span:not(:last-child) {
    margin-bottom: 0.6rem;
  }
}
.logo {
  display: block;
  width: 15rem;
  height: auto;
}

.logo a {
  display: block;
}

.logo img {
  width: 100%;
  height: auto;
}

@media (max-width: 1100px) {
  .logo {
    width: 13rem;
  }
}
@media (max-width: 919px) {
  .logo {
    padding: 7px 0;
    margin: 0 auto;
  }
}
@media (max-width: 415px) {
  .logo {
    padding: 7px 0;
    margin: 0 auto;
  }
}
@media (min-width: 1140px) {
  .header__bottom .logo {
    margin-left: 4px;
    width: 12.5em;
  }
  .footer__logo img {
    width: 100%;
  }
  .footer__logo .logo {
    width: inherit;
  }
}
@media (min-width: 1040px) and (min-width: 1160px) {
  .logo {
    width: 12.2em;
  }
  .header__bottom .logo {
    margin-left: 4px;
    width: 12.2em;
  }
}
@media (min-width: 2400px) {
  .header__bottom .logo {
    width: 11em;
  }
}
.form__group {
  min-width: 25.5rem;
  width: 100%;
}

.form__input,
.form__textarea {
  display: block;
  width: 100%;
  padding: 1.3rem 2rem;
  border: none;
  background-color: #ebebeb;
  border-radius: 0.5rem;
  font-family: inherit;
  font-size: inherit;
  color: #606060;
}

.form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
  color: #606060;
  font-size: inherit;
}

.form__input::placeholder,
.form__textarea::placeholder {
  color: #606060;
  font-size: inherit;
}

.form__textarea {
  resize: none;
}

.form__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form__content .form__label {
  display: block;
}

.form__content .form__input {
  width: 25.5rem;
}

.form__content .form__group {
  width: auto;
  margin-bottom: 1.5rem;
}

.form__label-text {
  display: inline-block;
  margin-bottom: 1.5rem;
}

@media (max-width: 1100px) {
  .form__input {
    padding: 0.95rem 2rem;
  }
}
@media (min-width: 1140px) {
  .form__input {
    display: block;
    width: 100%;
    padding: 1.0833333333em 1.6666666667em;
    border: none;
    background-color: #ebebeb;
    border-radius: 0.4166666667em;
  }
  .sign-in .form__input {
    min-width: 29.1666666667em;
    max-width: 29.1666666667em;
  }
  .without-auth__btn,
  .form__btn {
    min-height: 2.8571428571em;
    max-height: 61px;
    padding: 1.0833333333em 1.6666666667em;
  }
}
@media (min-width: 1480px) {
  .sign-in .form__input,
  .sign-in .gender-box {
    font-size: 12px;
  }
}
@media (min-width: 1480px) and (min-width: 1600px) {
  .sign-in .form__input,
  .sign-in .gender-box {
    font-size: 18px;
  }
}
@media (min-width: 1480px) and (min-width: 1920px) {
  .sign-in .form__input,
  .sign-in .gender-box {
    font-size: 14px;
  }
}
@media (min-width: 1800px) {
  .sign-in .form__input,
  .sign-in .gender-box {
    font-size: 14px;
  }
}
@media (min-width: 1800px) and (min-width: 1920px) {
  .sign-in .form__input,
  .sign-in .gender-box {
    font-size: 18px;
  }
}
@media (min-width: 1800px) and (min-width: 2560px) {
  .sign-in .form__input,
  .sign-in .gender-box {
    font-size: 18px;
  }
}
@media (min-width: 1800px) {
  .footer .form__input,
  .footer .btn {
    font-size: 14px;
  }
}
@media (min-width: 1800px) and (min-width: 1920px) {
  .footer .form__input,
  .footer .btn {
    font-size: 18px;
  }
}
@media (min-width: 1800px) and (min-width: 2560px) {
  .footer .form__input,
  .footer .btn {
    font-size: 16px;
  }
}
/* header — end */
/* jq plus minus */
.input-counter .jq-number__spin {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-shadow: none;
  cursor: pointer;
  width: 16px;
  height: 38px;
  border-radius: 3px;
}

.input-counter .jq-number__spin:hover {
  background-color: rgb(105, 169, 77);
}

.input-counter.product__footer.btn {
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 90px;
  min-width: 90px;
  background-color: rgb(248, 248, 248);
  margin-right: 8px;
  height: 48px;
  padding: 13px 5px;
}

.input-number .jq-number__field input {
  max-width: 33px;
  width: 100%;
  border: none;
  outline: none;
  background: none;
  color: #191A1C;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  pointer-events: none;
  padding: 0;
}

.input-number .jq-number__spin {
  position: relative;
  cursor: pointer;
}

.input-number .jq-number__spin:after {
  display: block;
  content: "";
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  color: #717B7D;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  width: 1.45em;
  height: 100%;
  border: none;
}

.input-number .jq-number__spin.minus {
  position: absolute;
  top: 50%;
  left: 4px;
  border: none;
  border-bottom-color: transparent;
  box-shadow: none;
  text-shadow: none;
  height: 38px;
}

.input-number .jq-number__spin.plus {
  position: absolute;
  top: 50%;
  right: 4px;
  border: none;
  border-bottom-color: transparent;
  box-shadow: none;
  text-shadow: none;
  height: 38px;
}

.element-input .jq-number__spin {
  transform: translateY(0);
}

.input-number .jq-number__spin.minus:after {
  left: 0;
  right: auto;
}

.input-number .jq-number__spin.plus:after {
  right: 0;
  left: auto;
}

.input-number .jq-number__spin.minus:after,
.input-number .jq-number__spin.plus:after {
  top: 0px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom-color: transparent;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  transform: translate(0, 0);
  background-position: center center;
}

.input-number .jq-number__spin.minus:after {
  background-image: url("assets/images/products/minus.svg");
}

.input-number .jq-number__spin.minus:hover:after {
  background-image: url("assets/images/products/minus-white.svg");
}

.input-number .jq-number__spin.plus:after {
  background-image: url("assets/images/products/plus.svg");
}

.input-number .jq-number__spin.plus:hover:after {
  background-image: url("assets/images/products/plus-white.svg");
}

:-ms-fullscreen, :root .input-number .jq-number__field input {
  max-width: 80px;
}

.input-number .jq-number__field {
  width: 100%;
  border: none;
  border-bottom-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

.input-number.jq-number {
  position: static;
  vertical-align: middle;
  padding: 0;
}

.product__footer-user-panel {
  transition: all 0.3s;
}

.product__footer-user-panel.user-panel-dn {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition: all 0.4s;
}

@media (max-width: 959px) {
  .product__footer-user-panel.user-panel-dn {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translate(100%, 0);
    transition: all 0.4s;
  }
}
/* footer — start */
.footer {
  padding-top: 40px;
  padding-bottom: 90px;
  background: #F2F2F2;
  color: #303030;
  overflow: hidden;
}
.footer .payment__images {
  gap: 10px;
  display: none;
}
.footer .payment__images--mobile {
  display: flex;
  margin-bottom: 15px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
}
.footer-nav__inner {
  width: 100%;
}

.footer__top {
  padding-bottom: 40px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}
.footer__top:after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #303030;
}
.footer__top h3 {
  font-size: 25px;
  font-weight: 700;
}
.footer__top a {
  text-decoration: underline;
}

.footer__social {
  margin-top: 30px;
}
.footer__social .social {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  color: #303030;
}
.footer__social .social__title {
  display: none;
}
.footer__social--desk {
  display: none;
}

.footer__middle {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ABABAB;
  position: relative;
}
.footer__middle--left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer__copyright--new {
  font-weight: 700;
  font-size: 16px;
}

.footer__description {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
}
.footer__description--item {
  min-width: 204px;
  font-size: 14px;
}
.footer__description--center {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__description--block {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer__privacy-policy a {
  text-decoration: underline;
}
.footer__privacy-policy a:hover {
  color: #69A94D;
}

.footer__copyright-group {
  display: none;
}

.footer__copyright-group .footer__poweredby a {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.footer__copyright-group .footer__poweredby a:hover {
  color: #69a94d;
}

.footer__copyright-group .footer__poweredby a:hover::after {
  content: "";
  width: 100%;
  border-bottom: 1px dashed #69a94d;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
}

@media (min-width: 767px) {
  .footer__description-group.description-text {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-nav {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
  }
  .footer-nav__inner {
    width: calc(50% - 10px);
  }
  .footer-nav__inner:nth-child(1) {
    order: 1;
    margin-top: -15px;
  }
  .footer-nav__inner:nth-child(2) {
    order: 3;
  }
  .footer-nav__inner:nth-child(3) {
    order: 2;
    margin-top: -15px;
  }
  .footer__description {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__social {
    width: calc(50% - 10px);
    margin-top: 0;
    order: 4;
  }
  .footer__social .social {
    align-items: flex-start;
  }
  .footer__social .social__title {
    display: block;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .footer__social .social__subtitle {
    margin-bottom: 8px;
  }
}
@media (min-width: 960px) {
  .footer .payment__images {
    display: flex;
  }
  .footer .payment__images--mobile {
    display: none;
  }
  .footer__middle {
    display: flex;
    justify-content: space-between;
  }
  .footer__middle--left {
    max-width: 510px;
  }
  .footer__social--desk {
    display: block;
    flex-shrink: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer__social--mobile {
    display: none;
  }
  .footer__description {
    justify-content: flex-start;
    gap: 55px;
  }
  .footer__description--center {
    align-items: center;
    justify-content: center;
  }
  .footer__description--block {
    flex-direction: row;
    gap: 30px;
  }
  .footer__description--item:nth-child(4) {
    display: none;
  }
  .footer__description-row {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .footer__copyright {
    display: block;
  }
  .footer__copyright-group {
    display: block;
  }
}
@media (min-width: 1160px) {
  .footer {
    padding-bottom: 40px;
  }
  .footer__middle--left {
    flex-direction: row;
    max-width: -moz-fit-content;
    max-width: fit-content;
    gap: 20px;
  }
  .footer__description {
    justify-content: space-between;
  }
  .footer__description--item:nth-child(4) {
    display: block;
  }
  .footer-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .footer-info__item {
    min-width: 210px;
  }
  .footer-info__item:nth-child(3) {
    margin-top: -20px;
  }
  .footer-nav {
    padding-bottom: 60px;
  }
  .footer-nav__inner {
    min-width: 210px;
  }
  .footer-nav__inner:nth-child(1) {
    margin: 0;
  }
  .footer-nav__inner:nth-child(2) {
    order: 2;
    position: absolute;
    bottom: 25px;
  }
  .footer-nav__inner:nth-child(3) {
    order: 3;
    margin: 0;
  }
}
@media (min-width: 1366px) {
  .footer-info__item:nth-child(3) {
    margin-top: 16px;
  }
  .footer-nav {
    flex-wrap: nowrap;
  }
  .footer-nav__inner {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1920px) {
  .footer-info__item {
    min-width: 286px;
  }
  .footer-nav__inner {
    min-width: 286px;
  }
}
a:hover, a:active, a:focus {
  outline: 0;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1366px) {
  .section-header {
    margin-bottom: 40px;
  }
}

.watched__inner .swiper-container {
  padding-top: 3px;
  padding-left: 3px;
  padding-bottom: 14px;
}

.product-slider__inner .swiper-container {
  padding-top: 3px;
  padding-left: 3px;
  padding-bottom: 14px;
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  height: auto;
}

.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question {
  padding: 16px 0 0;
  border: none;
  border-radius: 5px;
  overflow: hidden;
}

.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question-buttons {
  padding: 5px;
}

.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question-button {
  background-color: #69A94D;
  width: 50%;
  padding: 16px;
  margin: 0;
}

.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question-button:hover {
  background-color: #5b9642;
}

/*about*/
.about {
  margin-bottom: 64px;
  overflow: hidden;
}
.about--custom {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border-radius: 20px;
}
.about-part-one {
  width: 45%;
  background: #F8F8F8;
  padding: 50px;
}
.about-part-one-flex {
  display: flex;
  margin-top: 32px;
  flex-wrap: wrap;
  row-gap: 24px;
  justify-content: space-between;
}
.about-part-one-flex .block {
  width: 43%;
  display: flex;
  gap: 10px;
}
.about-part-one-flex .block p {
  color: black;
  font-size: 14px;
  font-weight: 400;
}
.about-part-one-title {
  font-weight: 700;
  font-size: 32px;
  font-family: "Roboto";
  margin-bottom: 24px;
}
.about-part-one-desc {
  font-size: 14px;
  font-weight: 400;
}
.about-part-two {
  width: 55%;
  background: #D9D9D9;
}

@media (max-width: 1440px) {
  .about-part-two {
    width: 38%;
  }
  .about-part-one {
    width: 62%;
  }
}
@media (max-width: 1110px) {
  .about {
    flex-direction: column;
  }
  .about-part-two {
    width: 100%;
    height: 464px;
  }
  .about-part-one {
    width: 100%;
    padding: 24px;
  }
  .about-part-one-title {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .about-part-one-flex {
    flex-direction: column;
  }
  .about-part-one-flex .block {
    width: 100%;
  }
}
/*end about*/
.regions-select-region {
  padding: 2px 0 2px 25px;
  background: url("./assets/images/icons/place-black.svg") left center/19px no-repeat;
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.filter-link {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.filter-link__list {
  overflow-x: auto;
  width: 100%;
}
.filter-link__item {
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: flex;
  align-items: stretch;
  gap: 1px;
}
.filter-link__name {
  background-color: rgb(236, 236, 236);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 8px 16px;
  font-size: 14px;
  color: rgb(80, 80, 80);
}
.filter-link__delete {
  background-color: rgb(236, 236, 236);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 4px 12px 4px 10px;
  display: flex;
  align-items: center;
}

@media (max-width: 920px) {
  .filter-link {
    display: none;
  }
}
.pos-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pos-static {
  position: static !important;
  transform: translate(0);
}

.hide {
  display: none;
}

.accordion__thumb {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.accordion__thumb:after {
  content: "";
  background-image: url("./assets/images/products/keyboard-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 0;
  display: block;
  transition: all 0.25s linear;
}
.accordion__thumb.active:after {
  transform: translateY(-50%) rotate(0);
}
.accordion__panel {
  display: none;
  padding-top: 16px;
}
.accordion__panel b {
  font-weight: 500;
}
.accordion__panel p {
  padding-bottom: 10px;
}
.accordion__panel p:last-child {
  padding-bottom: 0;
}
.accordion__panel ul {
  padding-bottom: 10px;
}
.accordion__panel ul li {
  list-style: disc inside;
  padding-left: 10px;
}
.accordion__panel a {
  text-decoration: underline;
}

.mb-slider {
  position: relative;
  overflow: hidden;
}

.payment__img .hide {
  display: none;
}
.payment__img:hover img {
  display: none;
}
.payment__img:hover .hide {
  display: block;
}
.payment__images {
  display: flex;
  align-items: center;
  gap: 15px;
}

.advantages--custom {
  position: relative;
  padding: 62px 0;
  background-color: rgb(242, 241, 246);
}
.advantages--custom:after, .advantages--custom:before {
  content: "";
  display: block;
  background-color: white;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.advantages--custom:before {
  bottom: 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.advantages--custom:after {
  top: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.advantages--custom__wrapper {
  position: relative;
  width: 100%;
}
.advantages--custom__name {
  font-size: 14px;
  line-height: 16px;
}
.advantages--custom__item {
  width: 133px;
  height: auto;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}
.advantages--custom__item a {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: white;
  position: relative;
}
.advantages--custom__item--all a {
  justify-content: flex-end;
}
.advantages--custom__name {
  padding: 10px 10px 4px;
}
.advantages--custom__img {
  width: 100%;
  height: 67px;
  overflow: hidden;
}
.advantages--custom__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.advantages--custom-swiper-button-prev {
  display: none;
}
.advantages--custom-swiper-button-prev.btn-slide--centered-center {
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.advantages--custom-swiper-button-next {
  display: none;
}
.advantages--custom-swiper-button-next.btn-slide--centered-center {
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

@media (min-width: 1290px) {
  .advantages--custom:after {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .advantages--custom:before {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
}
.bordered {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F3F3F3;
}

.swiper-pagination {
  margin-top: 25px;
  position: relative;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #000;
  opacity: 0.2;
  width: 8px;
  height: 8px;
  margin-right: 5px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 60px !important;
  border-radius: 46px !important;
}

.view-panel .btn--gray {
  font-weight: 400;
}
.view-panel a.btn--gray.active {
  background-color: #404040;
  color: white;
}

.section__description ul {
  list-style: inside disc;
  margin-bottom: 10px;
}
.section__description ol {
  list-style: inside decimal;
  margin-bottom: 10px;
}
.section__description ul li, .section__description ol li{
  margin-bottom: 5px;
}
.section__description p {
  margin-bottom: 10px;
}
.top-header__phone-num a.head-mail{
  margin-top: 5px;
}
.top-header__phone-num a.head-mail::before {
  display: none;
}
@media (max-width: 480px){
  .auth-form-fancy .fancybox-slide::before{
    height: auto;
  }
  .main-header__mob-logo-line + span {
    display: none;
  }  
  .header-panel__item-icon svg {
    width: 40px;
    height: 40px;
  }
  .main-header__mob-search-btn {
    width: 40px;
    height: 40px;
    cursor: pointer;
  }    
  .breadcrumbs__list{
    flex-wrap: wrap;
  }
  .form-select__group, .view-panel button {
    font-size: 12px;
  }  
  .contacts__info .info {
      white-space: wrap;
      font-size: 14px;
  }  
}
.form__input.redAlert {
  border-color: #ea1a1a;
}
.red-star{
  color: #ea1a1a;
}

.section__description ul.seak-it {
  column-count: 8;
  list-style: none;
  max-width: 100%;
}
@media (max-width: 1200px){
  .section__description ul.seak-it {
    column-count: 4;
  } 
}
@media (max-width: 750px){
  .section__description ul.seak-it {
    column-count: 3;
  } 
}
@media (max-width: 480px){
  .section__description ul.seak-it {
    column-count: 2;
  } 
}
@media (max-width: 415px){
  .section__description ul.seak-it {
    column-count: 1;
  } 
}
.section__description h2, .tab__content[data-tab="description"] h2 {
  margin-bottom: 10px;
  font-size: 2rem;
}
.page-inner p, .page-inner h2, .page-inner h3, .page-inner li, .page-inner div{
  margin-bottom: 15px;
}
.page-inner ul{
  list-style: inside disc;
}
.page-inner ol{
  list-style: inside decimal;
}
.page-inner {
  margin-bottom: 40px;
}