@charset "UTF-8";
/*!
 * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-gray-100:#f8f9fa;
  --bs-gray-200:#e9ecef;
  --bs-gray-300:#dee2e6;
  --bs-gray-400:#ced4da;
  --bs-gray-500:#adb5bd;
  --bs-gray-600:#6c757d;
  --bs-gray-700:#495057;
  --bs-gray-800:#343a40;
  --bs-gray-900:#212529;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13,110,253;
  --bs-secondary-rgb:108,117,125;
  --bs-success-rgb:25,135,84;
  --bs-info-rgb:13,202,240;
  --bs-warning-rgb:255,193,7;
  --bs-danger-rgb:220,53,69;
  --bs-light-rgb:248,249,250;
  --bs-dark-rgb:33,37,41;
  --bs-white-rgb:255,255,255;
  --bs-black-rgb:0,0,0;
  --bs-body-color-rgb:33,37,41;
  --bs-body-bg-rgb:255,255,255;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-body-bg:#fff;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25;
}

hr:not([size]) {
  height: 1px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-bs-original-title], abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding-left: 2rem;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: .875em;
}

mark {
  padding: .2em;
  background-color: #fcf8e3;
}

sub, sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code, kbd, pre, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: .2rem .4rem;
  font-size: .875em;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*# sourceMappingURL=bootstrap-reboot.min.css.map */
@font-face {
  font-family: 'Yandex Sans';
  src: local("Yandex Sans Text Regular"), local("Yandex-Sans-Text-Regular"), url("/front/site/fonts/YandexSansText-Regular.woff2") format("woff2"), url("/front/site/fonts/YandexSansText-Regular.woff") format("woff"), url("/front/site/fonts/YandexSansText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Yandex Sans';
  src: local("Yandex Sans Text Medium"), local("Yandex-Sans-Text-Medium"), url("/front/site/fonts/YandexSansText-Medium.woff2") format("woff2"), url("/front/site/fonts/YandexSansText-Medium.woff") format("woff"), url("/front/site/fonts/YandexSansText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
input.active.focus,
input.active:focus,
input.focus,
input:active.focus,
input:active:focus,
input:focus,
textarea.active.focus,
textarea.active:focus,
textarea.focus,
textarea:active.focus,
textarea:active:focus,
textarea:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
}

html {
  height: 100%;
}

body {
  height: 100%;
  background: #F7F7F7;
  --sans-serif: 'Open Sans', system-ui, sans-serif;
  --monospace: 'consolas', monospace;
  font-style: normal;
  line-height: normal;
  position: relative;
}

.pageloading {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: -9999;
}

.main {
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .main {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .main {
    border-top: 1px solid #E7E9EB;
    padding-bottom: 30px;
  }
}

a {
  color: #C43434;
  text-decoration: none;
}

a:hover {
  color: #C43434;
}

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

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

.preloader-bg {
  background-image: url("/front/site/img/preloader/preloader-bg100x100.gif");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100px 100px;
  background-size: 100px 100px;
}

img.lazy {
  visibility: hidden;
}

img.lazy-img {
  display: none;
}

img.lazy.lazy-loaded {
  visibility: visible;
  display: inline-flex;
}

svg.lazy-svg {
  height: auto;
  display: inline-flex;
}

img.lazy-loaded + svg.lazy-svg {
  display: none !important;
}

.vuehide {
  visibility: hidden;
}

script {
  display: none !important;
}

.fancybox-infobar {
  display: none;
}

.__jivoMobileButton {
  z-index: 9998 !important;
}

#CalltouchWidgetFrame {
  z-index: 9998 !important;
}

/* Для Google Chrome, Safari и других браузеров на основе WebKit */
*::-webkit-scrollbar {
  width: 6px;
  /* Ширина полосы */
  height: 6px;
  /* Высота полосы для горизонтальной прокрутки */
}

*::-webkit-scrollbar-thumb {
  background-color: #aaa;
  /* Цвет ползунка */
  border-radius: 4px;
  /* Скругленные углы ползунка */
}

*::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  /* Цвет фона полосы прокрутки */
  border-radius: 4px;
}

/* Для Mozilla Firefox */
* {
  scrollbar-width: thin;
  /* Тонкая полоса прокрутки */
  scrollbar-color: #aaa #f0f0f0;
  /* Цвета ползунка и фона */
}

/* Для Microsoft Edge и Internet Explorer */
* {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Автоматическое скрытие полосы в Edge */
}

.new-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 12px;
  width: 100%;
}

.button-n {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
  padding: 0 30px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  box-shadow: none;
  transition: all .2s ease 0s;
}

.button-n:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .button-n {
    font-size: 12px;
    height: 40px;
  }
}

.button-n--white {
  border: 1px solid #1b314a;
  color: #1b314a;
}

.button-n--white:hover {
  background-color: #1b314a;
  color: #fff;
}

.button-n--red {
  background-color: #c13137;
  color: #fff;
}

.button-n--red:hover {
  color: #fff;
  background-color: #ad2727;
}

.button-n--border2px {
  border-width: 2px;
}

@media (max-width: 767px) {
  .button-n--border2px {
    border-width: 1px;
  }
}

.button-n--inline {
  display: inline-flex;
}

.nameplate {
  background: #F6BA76;
  height: 90px;
  overflow: hidden;
  align-items: center;
  align-content: center;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
}

.nameplate .container {
  height: 100%;
}

@media (max-width: 1199px) {
  .nameplate {
    height: 68px;
  }
}

@media (max-width: 991px) {
  .nameplate {
    height: 89px;
  }
}

@media (max-width: 767px) {
  .nameplate {
    height: auto;
    padding: 12px 16px;
    display: none;
  }
}

.nameplate--new-container {
  height: 100%;
}

.nameplate__container {
  height: 100%;
}

@media (max-width: 767px) {
  .nameplate__container {
    display: grid;
  }
}

.nameplate__wrapper {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  position: relative;
  height: 100%;
  display: none;
}

@media (max-width: 1199px) {
  .nameplate__wrapper {
    gap: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .nameplate__wrapper {
    grid-template-columns: auto 295px 1fr;
  }
}

@media (max-width: 767px) {
  .nameplate__wrapper {
    flex-wrap: wrap;
    gap: 13px;
    display: flex;
    visibility: hidden;
    grid-area: 1 / 1 / 1;
  }
}

.nameplate__wrapper_active {
  display: grid;
}

@media (max-width: 767px) {
  .nameplate__wrapper_active {
    display: flex;
    visibility: visible;
    position: relative;
  }
}

.nameplate__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100px;
  z-index: 0;
}

@media (max-width: 767px) {
  .nameplate__bg {
    display: none;
  }
}

.nameplate__bg_2000 {
  right: 100px;
}

.nameplate__bg_watch {
  right: 170px;
}

.nameplate__bg_chart {
  right: 170px;
}

@media (max-width: 1399px) {
  .nameplate__bg_2000 {
    right: 0px;
  }
  .nameplate__bg_watch {
    right: 100px;
  }
  .nameplate__bg_chart {
    right: 100px;
  }
}

@media (max-width: 1199px) {
  .nameplate__bg_2000 {
    right: 80px;
  }
  .nameplate__bg_2000 img {
    height: 100%;
  }
  .nameplate__bg_watch {
    right: 100px;
  }
  .nameplate__bg_watch img {
    height: 100%;
  }
  .nameplate__bg_chart {
    right: 100px;
  }
  .nameplate__bg_chart img {
    height: 100%;
  }
}

@media (max-width: 991px) {
  .nameplate__bg_2000 {
    right: -50px;
  }
  .nameplate__bg_watch {
    right: 80px;
  }
  .nameplate__bg_chart {
    right: 80px;
  }
}

.nameplate__watch {
  display: inline-grid;
  grid-template-columns: 19px auto 19px;
  position: relative;
  z-index: 1;
  align-self: center;
}

@media (max-width: 1199px) {
  .nameplate__watch {
    grid-template-columns: 15px auto 15px;
  }
}

@media (max-width: 767px) {
  .nameplate__watch {
    grid-template-columns: 11px auto 11px;
  }
}

.nameplate__circle {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  align-self: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0px 2px #333;
  background: conic-gradient(#EB9E6A, #EB9E6A var(--pie-p, 30%), #f8c891 0);
}

@media (max-width: 1199px) {
  .nameplate__circle {
    width: 38.5px;
    height: 39.5px;
    box-shadow: 0 0 0px 2px #333;
  }
}

@media (max-width: 767px) {
  .nameplate__circle {
    width: 21px;
    height: 21px;
    box-shadow: 0 0 0px 1px #333;
  }
}

.nameplate__arrow {
  align-self: center;
  display: flex;
  align-items: center;
  align-content: center;
}

.nameplate__arrow svg {
  width: 11px;
  height: 18px;
}

@media (max-width: 1199px) {
  .nameplate__arrow svg {
    width: 9px;
    height: 15px;
  }
}

@media (max-width: 767px) {
  .nameplate__arrow svg {
    width: 6px;
    height: 9px;
  }
}

.nameplate__arrow-left {
  justify-self: left;
}

.nameplate__arrow-right {
  justify-self: right;
}

.nameplate__number {
  color: #333;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

@media (max-width: 767px) {
  .nameplate__number {
    line-height: 11.527px;
  }
}

.nameplate__number-current {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  margin: 0;
}

@media (max-width: 1199px) {
  .nameplate__number-current {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .nameplate__number-current {
    font-size: 8.867px;
    line-height: 11.527px;
  }
}

.nameplate__number-total {
  font-size: 15px;
  display: inline-block;
  margin: 0;
}

@media (max-width: 1199px) {
  .nameplate__number-total {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .nameplate__number-total {
    font-size: 6.65px;
    line-height: 11.527px;
  }
}

.nameplate__content {
  position: relative;
  z-index: 1;
  align-self: center;
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

@media (max-width: 767px) {
  .nameplate__content {
    flex-grow: 1;
    flex-basis: min-content;
  }
}

.nameplate__title {
  color: var(--black, #0B0F16);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.nameplate__title span {
  color: #C43434;
  font-size: 20px;
  white-space: nowrap;
}

.nameplate__title span::before {
  content: ' ';
  display: inline-block;
  background: url("/front/site/svg/fire.svg");
  background-repeat: no-repeat;
  background-size: 14px 20px;
  width: 14px;
  height: 20px;
  margin-right: 6px;
}

@media (max-width: 1199px) {
  .nameplate__title span::before {
    background-size: 11px 16px;
    width: 11px;
    height: 16px;
    margin-right: 3px;
  }
}

@media (max-width: 1199px) {
  .nameplate__title span {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .nameplate__title {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  .nameplate__title {
    margin-bottom: 7px;
  }
}

.nameplate__text {
  color: var(--black, #0B0F16);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

@media (max-width: 1199px) {
  .nameplate__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 991px) {
  .nameplate__text {
    min-height: 32px;
  }
}

.nameplate__button {
  align-self: center;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: right;
}

.nameplate__button .nameplate__button-link {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  background: var(--red, #C43434);
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  transition: all .2s ease 0s;
  cursor: pointer;
}

.nameplate__button .nameplate__button-link:hover {
  color: #fff;
  background: #ad2727;
}

@media (max-width: 1199px) {
  .nameplate__button .nameplate__button-link {
    padding: 9px 30px;
    border-radius: 4px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .nameplate__button {
    width: 100%;
    flex-basis: 100%;
    justify-content: left;
  }
  .nameplate__button .nameplate__button-link {
    flex-basis: 100%;
    width: 100%;
    padding: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 38px;
  }
}

/* ==============================================
   Мобильный слайдер — Embla Carousel
   ============================================== */
.nameplate-mobile {
  width: 100%;
  background: #414141;
  padding: 0.5px 12px 0 12px;
  overflow: hidden;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

@media (min-width: 768px) {
  .nameplate-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .nameplate-mobile {
    display: block;
  }
}

/* Embla viewport */
.nameplate-mobile__viewport {
  overflow: hidden;
  width: 100%;
}

/* Embla flex-контейнер */
.nameplate-mobile__container {
  display: flex;
  backface-visibility: hidden;
}

/* Слайд-обёртка: занимает 100% ширины viewport */
.nameplate-mobile__slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  padding: 0 2px;
}

/* Карточка внутри слайда */
.nameplate-mobile__item {
  width: 100%;
  border-radius: 4px;
  background-color: #f5bd7b;
  overflow: hidden;
  padding: 0 10px;
}

.nameplate-mobile__outer {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.nameplate-mobile__text,
.nameplate-mobile__button {
  height: 55px;
  display: flex;
  align-content: center;
  align-items: center;
}

.nameplate-mobile__text {
  color: var(--black, #0B0F16);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Open Sans, system-ui, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12.2px;
  line-height: 17.2px;
  flex-grow: 1;
  cursor: pointer;
}

.nameplate-mobile__text span {
  color: #C43434;
  font-size: 11px;
  white-space: nowrap;
}

.nameplate-mobile__text span::before {
  content: ' ';
  display: inline-block;
  background: url("/front/site/svg/fire.svg");
  background-repeat: no-repeat;
  background-size: 9px 12px;
  width: 9px;
  height: 12px;
  margin-right: 2px;
}

.nameplate-mobile__button {
  margin-left: 10px;
}

.nameplate-mobile__button a {
  display: inline-block;
  padding: 11px 14px 11px;
  border-radius: 4px;
  background-image: linear-gradient(32deg, #c71a39 0%, #cc1f26 50%, #d4392e 100%);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1em;
  vertical-align: baseline;
}

.nameplate-mobile__button a:hover, .nameplate-mobile__button a:active, .nameplate-mobile__button a:visited {
  color: #fff;
}

/* Dots — пагинация */
.nameplate-mobile__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0 6px;
}

.nameplate-mobile__dot {
  width: 5px;
  height: 5px;
  background: #a0a0a0;
  border-radius: 100%;
  border: none;
  padding: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  transition: background 0.2s ease;
}

.nameplate-mobile__dot.is-active {
  background: #fff;
}

.nameplate-mobile__dot + .nameplate-mobile__dot {
  margin-left: 8px;
}

.wrapper {
  position: relative;
}

.icon {
  margin-bottom: 33px;
}

.icon__img {
  text-align: center;
}

.icon__label {
  margin-top: 12px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.header {
  display: flex;
  align-content: space-between;
  padding-top: 25px;
  padding-bottom: 22px;
  position: relative;
  z-index: 5;
}

@media (max-width: 767px) {
  .header {
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 12px 0 12px;
    background: #fff;
    margin: 0 -12px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
    margin-top: 70px;
  }
}

@media (max-width: 575px) {
  .header {
    background: #fff;
  }
}

.header__left {
  flex-grow: 0;
  align-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  z-index: 1;
}

.header__city-button {
  text-align: right;
  margin-left: 10px;
  margin-top: -35px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .header__city-button {
    font-size: 12px;
    margin-left: 5px;
  }
}

.header__logo {
  position: relative;
  z-index: 5;
  aspect-ratio: 274 / 46;
  max-width: 100%;
  width: 274px;
  user-select: none;
  /* предотвращает выделение текста */
  -webkit-touch-callout: none;
  /* отключает контекстное меню на устройствах с сенсорным экраном */
  -webkit-user-drag: none;
  /* отключает передвижение элементов на устройствах с сенсорным экраном */
}

.header__logo img {
  width: 100%;
}

@media (max-width: 991px) {
  .header__logo {
    max-width: 210px !important;
  }
}

.header__right {
  display: flex;
  justify-content: right;
  flex-grow: 1;
  align-items: center;
  align-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .header__right {
    flex-shrink: 0;
    margin-left: 20px;
  }
}

.header__menu-icon {
  display: none;
}

@media (max-width: 767px) {
  .header__menu-icon {
    display: flex;
    align-items: center;
    align-content: center;
  }
}

.header__menu-icon-phone {
  display: flex;
  flex-shrink: 0;
  margin-right: 10px;
}

.header__menu-icon-phone svg {
  height: 22px;
  margin-right: 12px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.header__menu-burger {
  flex-shrink: 0;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
}

.heart_header {
  margin-right: 15px;
}

.heart_header .heart__svg {
  width: 26px;
  fill: #C43434;
}

.heart_header .heart__svg-path {
  fill: #C43434;
}

.heart_header .heart__fill-svg {
  width: 26px;
}

.heart_header .heart__fill-svg-path {
  fill: #C43434;
}

.header__lider {
  display: flex;
  margin-left: 35px;
}

.header__lider img {
  width: 70px !important;
}

@media (max-width: 1199px) {
  .header__lider {
    margin-left: 12px;
  }
}

@media (max-width: 991px) {
  .header__lider {
    display: none;
  }
}

.header__city {
  position: absolute;
  z-index: 10;
  right: 0px;
  top: -18px;
  bottom: 0;
  cursor: pointer;
  display: flex;
}

.header__city-select {
  color: #19304b;
  font-size: 12px;
  font-weight: 600;
}

.header__city-select svg {
  width: 9px;
}

.header__city-select svg path {
  fill: none;
  stroke: #19304b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.header__left:hover .header__city-select svg,
.header__city-menu-wrap:hover .header__city-select svg,
.header__city:hover .header__city-select svg {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.header__city-menu-wrap {
  position: relative;
}

.header__city-menu {
  display: none;
  position: absolute;
  top: -2px;
  left: 0px;
  z-index: 5;
  padding-left: 12px;
  /*
	&::before {
		content: "";
		position: absolute;
		left: 5px;
		top: 6px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 10px 7px 0px;
		border-color: transparent #19304b transparent transparent;
		border-radius: 3px;
	}
	 */
}

.header__left:hover .header__city-menu,
.header__city-menu-wrap:hover .header__city-menu,
.header__city:hover .header__city-menu {
  display: block;
}

.header__city-menu-items {
  border: 1px solid rgba(27, 49, 74, 0.3);
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  line-height: 0;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  filter: drop-shadow(0px 5px 15px rgba(36, 49, 67, 0.1));
}

.header__city-menu-items:hover {
  border: 1px solid #1b314a;
}

.header__city-menu-item {
  display: flex;
}

.header__city-menu-link {
  font-size: 12px;
  line-height: 1.2em;
  display: block;
  width: 100%;
  padding: 5px 7px 6px;
  font-weight: 600;
  white-space: nowrap;
  color: #1b314a;
  background-color: #fff;
  transition: all .2s ease 0s;
}

.header__city-menu-link:hover {
  background: #1b314a;
  color: #fff;
}

@media (max-width: 379px) {
  .header__city-menu-link {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .address {
    display: none;
  }
}

.address__icon {
  position: absolute;
  left: -28.25px;
}

@media (max-width: 991px) {
  .address__icon {
    max-width: 10px;
    left: -18px;
  }
}

.address__title {
  font-family: "Source Serif Pro";
  font-weight: bold;
  font-size: 18px;
  color: #333;
  position: relative;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .address__title {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .address__title {
    font-size: 14px;
  }
}

.address__desc {
  font-family: Open Sans;
  font-size: 16px;
  color: #333;
}

@media (max-width: 1199px) {
  .address__desc {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .address__desc {
    font-size: 12px;
  }
}

.phone {
  position: relative;
}

.phone a {
  color: #333;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .phone {
    display: none;
  }
}

.phone__icon {
  position: absolute;
  left: -30.4px;
}

@media (max-width: 991px) {
  .phone__icon {
    max-width: 12px;
    left: -18px;
  }
}

.phone__number {
  font-family: PT Serif;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  position: relative;
}

@media (max-width: 1199px) {
  .phone__number {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .phone__number {
    font-size: 14px;
  }
}

.phone__desc {
  font-size: 15px;
  color: #333;
  position: relative;
  text-align: right;
}

@media (max-width: 1199px) {
  .phone__desc {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .phone__desc {
    font-size: 12px;
  }
}

.phone_header {
  margin-left: 85px;
}

@media (max-width: 1199px) {
  .phone_header {
    margin-left: 72px;
  }
}

@media (max-width: 991px) {
  .phone_header {
    margin-left: 60px;
  }
}

@media (max-width: 1200px) {
  .logo {
    max-width: 270px;
  }
}

.m-banner {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: relative;
  background-color: #1a232e;
}

.m-banner__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.m-banner__bg-items {
  display: none;
  opacity: 0;
}

.m-banner__bg-items img:not([src]), .m-banner__bg-items img[src=""] {
  display: none !important;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.m-banner__bg-items--show {
  display: block;
}

.m-banner__bg-item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}

@media (max-width: 1800px) {
  .m-banner__bg-item {
    object-fit: cover;
  }
}

.m-banner__bg-item--desktop {
  display: block;
}

@media (max-width: 767px) {
  .m-banner__bg-item--desktop {
    display: none;
  }
}

@media (max-width: 767px) {
  .m-banner__bg-item--desktop {
    object-position: -500px center;
  }
}

.m-banner__bg-item--mobile {
  display: none;
}

@media (max-width: 767px) {
  .m-banner__bg-item--mobile {
    display: block;
    object-fit: none;
    object-position: top center;
  }
}

.m-banner__container {
  position: relative;
}

.m-banner__embla {
  position: relative;
}

.m-banner__embla-viewport {
  overflow: hidden;
}

.m-banner__items {
  display: flex;
  text-align: center;
}

.m-banner__slide {
  flex: 0 0 100%;
  min-width: 0;
}

.m-banner__item {
  height: 506px;
  padding-top: 62px;
  text-align: left;
}

@media (max-width: 991px) {
  .m-banner__item {
    padding-top: 15px;
    height: 432px;
  }
}

.m-banner__slide:not(:first-child) {
  visibility: hidden;
}

.m-banner--embla-ready .m-banner__slide {
  visibility: visible;
}

.m-banner__header {
  max-width: 600px;
}

.m-banner__title-h {
  color: #fff;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  max-width: 600px;
}

@media (max-width: 991px) {
  .m-banner__title-h {
    font-size: 18px;
    line-height: 22px;
    max-width: 250px;
  }
}

.m-banner__desc {
  color: #e0e0e0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 30px;
  max-width: 500px;
}

@media (max-width: 991px) {
  .m-banner__desc {
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
  }
}

.m-banner__button {
  margin-top: 45px;
}

.m-banner__button a {
  height: 60px;
  padding: 0 32px;
}

@media (max-width: 991px) {
  .m-banner__button {
    margin-top: 28px;
  }
  .m-banner__button a {
    height: 40px;
    padding: 0 22px;
  }
}

.m-banner__dots {
  position: relative;
  top: -21px;
  height: 30px;
  display: flex;
  justify-content: center;
}

.m-banner__dots-inner {
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.302);
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 8px;
  visibility: hidden;
}

.m-banner--embla-ready .m-banner__dots-inner {
  visibility: visible;
}

.m-banner__dot {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-banner__dot::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  opacity: 0.5;
  background-color: #ffffff;
  transition: all 0.2s ease;
}

.m-banner__dot--active::after {
  opacity: 1;
  width: 13px;
  height: 13px;
  border-radius: 6px;
  background-color: #e7eaeb;
}

.m-banner__dot + .m-banner__dot {
  margin-left: 20px;
}

@media (max-width: 1470px) {
  .m-banner__nav {
    display: none !important;
  }
}

.m-banner__nav-btn {
  position: absolute;
  top: calc(50% - 3px);
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 2;
  line-height: 0;
}

.m-banner__nav-btn--prev {
  left: calc(-60px - 20px);
}

.m-banner__nav-btn--next {
  right: calc(-60px - 20px);
}

.m-banner__nav-btn-inner {
  --arrow-width: 50px;
  width: var(--arrow-width);
  height: var(--arrow-width);
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.05));
}

@media (max-width: 991px) {
  .m-banner__nav-btn-inner {
    --arrow-width: 40px;
  }
}

.m-banner__nav-btn-inner svg {
  width: 18px;
  height: 14px;
}

@media (max-width: 991px) {
  .m-banner__nav-btn-inner svg {
    width: 14px;
    height: 11px;
  }
}

.m-banner__advantages-container {
  position: relative;
}

.m-banner__advantages-wrapper {
  margin: 0 auto;
  padding: 0 12px;
  max-width: 1320px;
}

@media (max-width: 1199px) {
  .m-banner__advantages-wrapper {
    padding: 0;
  }
}

.m-banner__advantages-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}

.m-banner__advantages-bg-top {
  flex-basis: 50%;
  background-color: transparent;
}

.m-banner__advantages-bg-bottom {
  flex-basis: 50%;
  background-color: #f7f7f7;
}

@media (min-width: 1200px) {
  .m-banner__advantages {
    background-color: #fff;
    padding: 0px 19px;
    overflow: hidden;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.02));
    display: flex;
    align-items: center;
  }
}

.m-banner__advantages .advantages-n {
  width: 100%;
}

.m-banner__advantages .advantages-n__item-outer:first-child {
  margin-left: 12px;
}

.m-banner__advantages .advantages-n__item-outer:last-child {
  margin-right: 12px;
}

@media (min-width: 1200px) {
  .m-banner__advantages .advantages-n__item-outer {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .m-banner__advantages .advantages-n__item-outer + .advantages-n__item-outer {
    border-left: 1px solid #e7eaeb;
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  .m-banner__advantages .advantages-n__items {
    min-height: 88px;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
  }
}

@media (min-width: 1200px) {
  .m-banner__advantages .advantages-n__item {
    height: auto;
  }
}

.schedule {
  font-weight: normal;
  font-size: 15px;
  color: #333;
  text-align: right;
  position: relative;
  cursor: pointer;
  position: relative;
  right: 0;
}

.schedule img {
  margin-top: -1px;
  margin-left: 5px;
}

@media (max-width: 1199px) {
  .schedule {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .schedule {
    font-size: 12px;
  }
}

.schedule-title {
  color: #333;
}

.schedule-title:hover {
  text-decoration: underline;
}

.schedule_expand img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.schedule-content {
  display: none;
  padding: 10px 10px 10px;
  background: #fff;
  z-index: 20;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px 16px 16px 16px;
  padding: 10px 15px 10px;
  white-space: nowrap;
  position: relative;
  font-size: 14px;
  margin-top: 5px;
  text-align: left;
}

.schedule_expand .schedule-content {
  display: block;
  position: absolute;
  right: 0;
}

.schedule_city {
  font-size: 13px;
  cursor: unset;
}

@media (max-width: 767px) {
  .schedule_city {
    display: none;
  }
}

.useful-banner {
  margin: 20px 0;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
}

.useful-banner img {
  display: block;
  width: 100%;
}

.tabs__items img,
.catalog-nav__slider img {
  width: 15px !important;
}

.tabs__items .slick-arrow,
.catalog-nav__slider .slick-arrow {
  position: absolute;
  top: -11px;
  bottom: -11px;
  width: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  flex-grow: 1;
  z-index: 10;
}

.tabs__items .slick-arrow.prev,
.catalog-nav__slider .slick-arrow.prev {
  left: 0px;
  justify-content: left;
  background: linear-gradient(to right, rgba(247, 247, 247, 0.7) 20%, rgba(255, 255, 255, 0) 80%);
}

.tabs__items .slick-arrow.next,
.catalog-nav__slider .slick-arrow.next {
  right: 0px;
  justify-content: right;
  background: linear-gradient(to left, rgba(247, 247, 247, 0.9) 20%, rgba(255, 255, 255, 0) 80%);
}

.slick-slider_even-height .slick-list {
  display: flex;
}

.slick-slider_even-height .slick-track {
  display: flex;
}

.slick-slider_even-height.slick-initialized .slick-slide {
  display: flex;
  float: none;
}

.slick-slider_even-height.slick-initialized .slick-slide > div {
  width: 100%;
}

.slick-arrow.slick-arrow_red {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #C43434;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 100;
}

.slick-arrow.slick-arrow_red.prev {
  left: -15px;
}

.slick-arrow.slick-arrow_red.prev span {
  background-image: url(/front/site/svg/arrow-white-left.svg);
  margin-left: -3px;
}

.slick-arrow.slick-arrow_red.next {
  right: -15px;
}

.slick-arrow.slick-arrow_red.next span {
  background-image: url(/front/site/svg/arrow-white-right.svg);
  margin-left: 3px;
}

.slick-arrow.slick-arrow_red span {
  display: block;
  background-repeat: no-repeat;
  background-size: 9px 15px;
  width: 9px;
  height: 15px;
  position: relative;
  margin-top: -1px;
}

.categories-slider .slick-list,
.slider-products .slick-list {
  display: flex;
}

.categories-slider .slick-track,
.slider-products .slick-track {
  display: flex;
}

.categories-slider .slick-initialized .slick-slide,
.slider-products .slick-initialized .slick-slide {
  display: flex;
  float: none;
  justify-content: center;
}

.slick-slider {
  display: none;
}

.slick-slider.slick-initialized {
  display: block;
}

.easycomm-slick .slick-slide {
  margin: 0 12px;
}

.easycomm-slick .slick-list {
  margin: 0 -12px;
}

.easycomm-slick .reviews__item {
  padding: 30px 45px;
}

@media (max-width: 767px) {
  .easycomm-slick .reviews__item {
    padding: 30px 20px;
  }
}

.owl-carousel:not(.owl-loaded) {
  display: flex;
  overflow: auto;
  visibility: visible;
  --items-gap: initial;
  --item-width: initial;
}

.carousel--recommend .owl-carousel:not(.owl-loaded),
.carousel--works .owl-carousel:not(.owl-loaded),
.carousel--examples-n .owl-carousel:not(.owl-loaded) {
  --items-gap: 32px;
  --item-width: 300px;
}

.carousel--n2-advant .owl-carousel:not(.owl-loaded) {
  --items-gap: 32px;
  --item-width: 500px;
}

.carousel--n2-contact-slider .owl-carousel:not(.owl-loaded) {
  --items-gap: 32px;
  --item-width: 500px;
}

.carousel--n2-stones .owl-carousel:not(.owl-loaded) {
  --items-gap: 32px;
  --item-width: 172px;
}

.carousel--product-unical .owl-carousel:not(.owl-loaded),
.carousel--modern .owl-carousel:not(.owl-loaded) {
  --items-gap: 32px;
  --item-width: 300px;
}

.carousel--ready .owl-carousel:not(.owl-loaded) {
  --items-gap: initial;
  --item-width: initial;
}

.carousel--articles .owl-carousel:not(.owl-loaded) {
  --items-gap: 32px;
  --item-width: 300px;
}

@media (max-width: 1199px) {
  .carousel--recommend .owl-carousel:not(.owl-loaded),
  .carousel--works .owl-carousel:not(.owl-loaded),
  .carousel--n2-stones .owl-carousel:not(.owl-loaded),
  .carousel--examples-n .owl-carousel:not(.owl-loaded) {
    --items-gap: 22px;
  }
  .carousel--n2-advant .owl-carousel:not(.owl-loaded) {
    --items-gap: 22px;
    --item-width: 500px;
  }
  .carousel--n2-contact-slider .owl-carousel:not(.owl-loaded) {
    --items-gap: 22px;
    --item-width: 500px;
  }
  .carousel--product-unical .owl-carousel:not(.owl-loaded),
  .carousel--modern .owl-carousel:not(.owl-loaded) {
    --items-gap: 10px;
    --item-width: 300px;
  }
  .carousel--articles .owl-carousel:not(.owl-loaded) {
    --items-gap: 22px;
    --item-width: 300px;
  }
}

@media (max-width: 991px) {
  .carousel--improve .owl-carousel:not(.owl-loaded) {
    --item-width: 281px;
    --items-gap: 20px;
  }
  .carousel--ready .owl-carousel:not(.owl-loaded) {
    --item-width: 281px;
    --items-gap: 20px;
  }
  .carousel--articles .owl-carousel:not(.owl-loaded) {
    --items-gap: 20px;
    --item-width: 250px;
  }
}

@media (max-width: 767px) {
  .carousel--recommend .owl-carousel:not(.owl-loaded),
  .carousel--works .owl-carousel:not(.owl-loaded),
  .carousel--examples-n .owl-carousel:not(.owl-loaded) {
    --item-width: 170px;
    --items-gap: 14px;
  }
  .carousel--n2-advant .owl-carousel:not(.owl-loaded) {
    --items-gap: 14px;
    --item-width: 300px;
  }
  .carousel--n2-contact-slider .owl-carousel:not(.owl-loaded) {
    --items-gap: 14px;
    --item-width: 300px;
  }
  .carousel--n2-stones .owl-carousel:not(.owl-loaded) {
    --items-gap: 14px;
    --item-width: 130px;
  }
  .carousel--articles .owl-carousel:not(.owl-loaded) {
    --items-gap: 14px;
    --item-width: 250px;
  }
}

.owl-carousel:not(.owl-loaded) > * {
  width: var(--item-width);
  flex-basis: var(--item-width);
  flex-grow: 1;
  flex-shrink: 0;
}

.carousel--ready .owl-carousel:not(.owl-loaded),
.carousel--modern .owl-carousel:not(.owl-loaded),
.carousel--recommend .owl-carousel:not(.owl-loaded),
.carousel--examples-n .owl-carousel:not(.owl-loaded),
.carousel--works .owl-carousel:not(.owl-loaded),
.carousel--product-unical .owl-carousel:not(.owl-loaded),
.carousel--n2-advant .owl-carousel:not(.owl-loaded),
.carousel--n2-contact-slider .owl-carousel:not(.owl-loaded),
.carousel--n2-stones .owl-carousel:not(.owl-loaded),
.carousel--articles .owl-carousel:not(.owl-loaded),
.carousel--improve .owl-carousel:not(.owl-loaded) {
  gap: var(--items-gap);
}

.owl-carousel:not(.owl-loaded) {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE и старый Edge */
}

.owl-carousel:not(.owl-loaded)::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera, новый Edge */
}

.owl-carousel.owl-loaded {
  visibility: visible;
}

.owl-dots {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
}

.owl-dots button {
  display: flex;
}

.owl-dots button span {
  width: 10px;
  height: 10px;
  background: #C8C8C8;
  border-radius: 100%;
  display: inline-block;
  margin: 0 5px;
}

.owl-dots button.active span {
  width: unset;
  height: unset;
  background: none;
}

.owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  top: calc(50% - 7px);
  height: 0;
}

.owl-carousel_nav .owl-prev-inner,
.owl-carousel_nav .owl-next-inner {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #C43434;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
}

.owl-carousel_nav-red .owl-prev-inner span,
.owl-carousel_nav-red .owl-next-inner span {
  display: block;
  background-repeat: no-repeat;
  background-size: 9px 15px;
  width: 9px;
  height: 15px;
  position: relative;
  margin-top: -1px;
}

.owl-carousel_nav-red .owl-prev-inner {
  left: -50%;
}

.owl-carousel_nav-red .owl-prev-inner span {
  background-image: url("/front/site/svg/arrow-white-left.svg");
  margin-left: -3px;
}

.owl-carousel_nav-red .owl-next-inner {
  right: -50%;
}

.owl-carousel_nav-red .owl-next-inner span {
  background-image: url("/front/site/svg/arrow-white-right.svg");
  margin-left: 3px;
}

.jquery-modal.blocker {
  background-color: rgba(37, 37, 37, 0.9);
  padding: 0;
  z-index: 999999999;
}

@media (max-width: 575px) {
  .jquery-modal.blocker {
    padding-left: 0;
    padding-right: 0;
  }
}

.tippy-box {
  background-color: #fff;
  filter: drop-shadow(0px 5px 15px rgba(36, 49, 67, 0.1));
  color: #333;
  font-size: 14px;
  border-radius: 6px;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
}

.tippy-arrow {
  color: #fff;
}

.tippy-content {
  padding: 8px 16px;
}

div[data-tippy-root] {
  z-index: 10 !important;
}

.tippy-box[data-theme~='dark'] {
  background-color: #4b4b4b;
  color: #fff;
}

.tippy-box[data-theme~='dark'] .tippy-arrow {
  color: #4b4b4b;
}

.tippy-box[data-theme~='dark'] .tippy-content {
  padding: 20px 20px;
}

@media (max-width: 1199px) {
  .tippy-box[data-theme~='dark'] {
    display: none;
  }
}

/* Fix Android */
body {
  -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}

.checkbox-btn,
.radio-btn {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}

.checkbox-btn input[type="checkbox"],
.checkbox-btn input[type="radio"],
.radio-btn input[type="checkbox"],
.radio-btn input[type="radio"] {
  position: absolute;
  z-index: 1;
  opacity: 0;
  /* IE<9 graceful degradation */
  left: 0;
}

.checkbox-btn label,
.radio-btn label {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  line-height: 24px;
  /* ::after height+borders */
  color: #000;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  /* iOS =< 6 bug fix*/
  display: flex;
  align-content: center;
  align-items: center;
}

.checkbox-btn label::after,
.radio-btn label::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  content: "";
  cursor: pointer;
}

.checkbox-btn label::before,
.radio-btn label::before {
  position: absolute;
  top: 4px;
  left: 3px;
  z-index: 1;
  width: 10px;
  height: 5px;
  background: transparent;
  border: 2px solid #C43434;
  border-top: none;
  border-right: none;
  content: "";
  opacity: 0;
  transform: rotate(-45deg);
  transition: all .15s ease-in-out;
  cursor: pointer;
}

.checkbox-btn label:active::before,
.radio-btn label:active::before {
  opacity: .3;
}

.checkbox-btn label span,
.radio-btn label span {
  position: relative;
  margin-top: -3px;
  padding-left: 10px;
  cursor: pointer;
  color: #333;
}

.checkbox-btn input[type="checkbox"]:checked + label,
.checkbox-btn input[type="radio"]:checked + label,
.radio-btn input[type="checkbox"]:checked + label,
.radio-btn input[type="radio"]:checked + label {
  color: #C43434;
}

.checkbox-btn input[type="checkbox"]:checked + label::after,
.checkbox-btn input[type="radio"]:checked + label::after,
.radio-btn input[type="checkbox"]:checked + label::after,
.radio-btn input[type="radio"]:checked + label::after {
  border: 1px solid #C43434;
}

.checkbox-btn input[type="checkbox"]:checked + label::before,
.checkbox-btn input[type="radio"]:checked + label::before,
.radio-btn input[type="checkbox"]:checked + label::before,
.radio-btn input[type="radio"]:checked + label::before {
  opacity: 1;
}

.checkbox-btn input[type="radio"]:checked + label::before,
.radio-btn input[type="radio"]:checked + label::before {
  background-color: #C43434;
}

.checkbox-btn input[type="checkbox"]:disabled + label,
.checkbox-btn input[type="radio"]:disabled + label,
.radio-btn input[type="checkbox"]:disabled + label,
.radio-btn input[type="radio"]:disabled + label {
  color: #787878;
  cursor: default;
}

.checkbox-btn input[type="checkbox"]:disabled + label::after,
.checkbox-btn input[type="radio"]:disabled + label::after,
.radio-btn input[type="checkbox"]:disabled + label::after,
.radio-btn input[type="radio"]:disabled + label::after {
  background-color: #fff;
  border: 1px solid #787878;
}

.checkbox-btn input[type="checkbox"]:disabled + label::before,
.checkbox-btn input[type="radio"]:disabled + label::before,
.radio-btn input[type="checkbox"]:disabled + label::before,
.radio-btn input[type="radio"]:disabled + label::before {
  display: none;
}

.checkbox-btn input[type="checkbox"]:disabled + label span,
.checkbox-btn input[type="radio"]:disabled + label span,
.radio-btn input[type="checkbox"]:disabled + label span,
.radio-btn input[type="radio"]:disabled + label span {
  color: #787878;
}

.radio-btn label::after {
  border-radius: 50%;
}

.radio-btn label::before {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #000;
  border: 0;
  border-radius: 50%;
  transform: rotate(0deg);
}

.widegallery {
  height: 100%;
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #1a1a1a;
  user-select: none;
}

.widegallery .close-modal {
  display: none !important;
}

.widegallery__container {
  width: 100%;
  height: 100%;
}

.widegallery__outer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 0 10px;
  position: relative;
}

@media (max-width: 991px) {
  .widegallery__outer {
    padding: 0 0px;
  }
}

.widegallery__image-inner {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.widegallery__top {
  flex-basis: 71px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  flex-shrink: 0;
}

.widegallery__center {
  flex-grow: 1;
  background-color: #1a1a1a;
}

.widegallery__bottom {
  flex-shrink: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .widegallery__bottom {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

.widegallery__filters {
  display: inline-flex;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 991px) {
  .widegallery__filters {
    margin-left: 14px;
  }
}

.widegallery__filter {
  box-shadow: none;
  background: none;
  border: none;
  border-radius: 20px;
  border: 1px solid #fff;
  white-space: nowrap;
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 0 19px;
  height: 40px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.widegallery__filter + .widegallery__filter {
  margin-left: 10px;
}

@media (max-width: 991px) {
  .widegallery__filter {
    height: 32px;
    font-size: 12px;
  }
}

.widegallery__filter--active {
  color: #1a1a1a;
  background-color: #fff;
}

.widegallery__count {
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 991px) {
  .widegallery__count {
    display: none;
  }
}

.widegallery__count--mobile {
  display: none;
}

@media (max-width: 991px) {
  .widegallery__count--mobile {
    display: block;
  }
}

.widegallery__count--mobile .widegallery__count {
  display: inline-flex;
}

.widegallery__count-separ {
  margin: 0 5px 0 6px;
}

.widegallery__close {
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  bottom: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.widegallery__close svg {
  width: 40px;
  height: 40px;
}

.widegallery__close svg path {
  fill: #d1d1d1;
}

@media (max-width: 991px) {
  .widegallery__close {
    margin-right: 14px;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
  .widegallery__close svg {
    width: 30px;
    height: 30px;
  }
}

.widegallery__center {
  height: 100%;
  position: relative;
}

.widegallery__images {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}

.widegallery__image {
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 1199px) {
  .widegallery__image {
    flex-direction: column;
  }
}

.widegallery__image-img {
  max-height: 100%;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
  display: none;
  position: relative;
  z-index: 7;
}

@media (max-width: 991px) {
  .widegallery__image-img {
    border-radius: 0px;
  }
}

.widegallery__image-img--active {
  display: inline-block !important;
}

.widegallery__image-outer {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.widegallery__bottom-outer {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.widegallery__bottom-left {
  display: flex;
  align-items: center;
  align-content: center;
}

.widegallery__bottom-right {
  flex-shrink: 0;
}

.widegallery__props {
  display: flex;
}

.widegallery__prop + .widegallery__prop {
  margin-left: 60px;
}

@media (max-width: 1199px) {
  .widegallery__prop + .widegallery__prop {
    margin-left: 30px;
  }
}

@media (max-width: 991px) {
  .widegallery__prop + .widegallery__prop {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .widegallery__prop {
    margin-right: 20px;
  }
}

.widegallery__prop-height,
.widegallery__prop-width,
.widegallery__prop-depth {
  display: inline-flex;
}

.widegallery__prop-height {
  padding-left: 4px;
}

.widegallery__prop-height::before {
  content: '↕';
  font-size: 14px;
  margin-right: 3px;
}

@media (max-width: 991px) {
  .widegallery__prop-height::before {
    font-size: 11px;
  }
}

.widegallery__prop-width::before {
  content: '↔';
  margin-left: 5px;
  margin-top: -1px;
}

.widegallery__prop-depth::before {
  content: '⤢';
  margin-left: 4px;
}

@media (max-width: 991px) {
  .widegallery__prop--monument {
    display: none;
  }
}

.widegallery__prop--size .widegallery__prop-value {
  white-space: nowrap;
}

@media (max-width: 991px) {
  .widegallery__prop--size {
    order: 1;
  }
}

@media (max-width: 991px) {
  .widegallery__prop-value--polish {
    order: 0;
  }
}

@media (max-width: 991px) {
  .widegallery__prop--cemetery {
    display: none;
  }
}

.widegallery__prop-title {
  font-weight: bold;
  font-size: 12px;
  color: #eecfc2;
  line-height: 1.4em;
}

@media (max-width: 991px) {
  .widegallery__prop-title {
    font-size: 10px;
    line-height: 2.2em;
  }
}

.widegallery__prop-value {
  font-size: 16px;
  font-weight: bold;
  display: flex;
}

@media (max-width: 991px) {
  .widegallery__prop-value {
    font-size: 12px;
  }
}

.widegallery__arrow-left,
.widegallery__arrow-right {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 25px);
  cursor: pointer;
  z-index: 10;
}

.widegallery__arrow-left::before,
.widegallery__arrow-right::before {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.47 37.62'%3E%3Cpath d='M3.92,18.81H35' style='fill:none;stroke:%234b4b4b;stroke-linecap:round;stroke-width:5px'/%3E%3Cpolyline points='18.81 35.12 2.5 18.81 18.81 2.5' style='fill:none;stroke:%234b4b4b;stroke-linecap:round;stroke-linejoin:round;stroke-width:5px'/%3E%3C/svg%3E");
  width: 18px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 14px;
}

@media (max-width: 991px) {
  .widegallery__arrow-left,
  .widegallery__arrow-right {
    display: none;
  }
}

.widegallery__arrow-left {
  left: -78px;
}

@media (max-width: 1349px) {
  .widegallery__arrow-left {
    left: 5px;
  }
}

.widegallery__arrow-right {
  right: -78px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 1349px) {
  .widegallery__arrow-right {
    right: 5px;
  }
}

.widegallery__mobile-desc {
  color: #fff;
  display: none;
  width: 100%;
  height: 30px;
  position: relative;
  text-align: left;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .widegallery__mobile-desc {
    display: flex;
    padding-left: 14px;
    padding-right: 14px;
  }
}

.widegallery__mobile-desc-monument {
  font-size: 10px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 7px;
}

.widegallery__mobile-desc-cemetery {
  color: #cacaca;
  font-size: 10px;
  font-weight: 600;
}

.widegallery__mobile-desc-cemetery::before {
  content: ' ';
  display: inline-block;
  background-image: url("/front/site/img_new/works-slider-map-marker.png");
  background-size: 8px 10px;
  width: 8px;
  height: 10px;
  margin-right: 4px;
  flex-shrink: 0;
  vertical-align: bottom;
  position: relative;
  top: -2px;
}

.widegallery__mobile-desc-left,
.widegallery__mobile-desc-right {
  flex-grow: 1;
}

.widegallery__mobile-desc-count {
  color: #fff;
  white-space: nowrap;
  display: flex;
  justify-content: flex-end;
  margin-top: -2px;
}

.widegallery__mobile-desc-count .widegallery__count-current,
.widegallery__mobile-desc-count .widegallery__count-separ,
.widegallery__mobile-desc-count .widegallery__count-total {
  font-size: 10px;
  font-weight: 600;
}

.widegallery__mobile-desc-count .widegallery__count-separ {
  margin: 0 3px 0 4px;
}

.widegallery__button {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
  padding: 0 30px;
  font-weight: 600;
  background-color: #c13137;
  color: #fff;
}

.widegallery__button:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .widegallery__button {
    height: 44px;
    padding: 0 15px;
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .widegallery__button-desktop {
    display: none;
  }
}

.widegallery__button-mobile {
  display: none;
}

@media (max-width: 991px) {
  .widegallery__button-mobile {
    display: inline-block;
  }
}

.widegallery__image-loader {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 5;
}

.fancybox-video-modal .fancybox-content {
  padding: 0;
  width: auto;
  overflow: unset;
  box-shadow: none;
  margin-top: 0;
  background-color: #000;
}

.fancybox-video-modal .fancybox-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 90%;
  text-align: center;
}

.fancybox-video-modal video {
  max-width: 100%;
  max-height: 100%;
}

.fancybox-video-modal .fancybox-close-small {
  display: none;
}

.fancybox-video-modal__content {
  height: 100%;
  justify-content: center;
  display: flex;
}

.fancybox-content {
  background: #fff !important;
}

.n2-advant {
  margin: 80px 0;
}

@media (max-width: 1199px) {
  .n2-advant {
    margin: 60px 0;
  }
}

@media (max-width: 767px) {
  .n2-advant {
    margin: 40px 0;
  }
}

@media (max-width: 767px) {
  .n2-mainbanner + .n2-advant {
    margin-top: -20px;
  }
}

.n2-advant .carousel__slider {
  margin-top: 0;
}

@media (max-width: 575px) {
  .n2-advant {
    margin: 40px 0;
  }
}

.n2-advant--no_margin_top {
  margin-top: 0;
}

.n2-advant--no_margin_bottom {
  margin-bottom: 0;
}

.n2-advant__arrow-icon {
  width: 21px;
  height: 42px;
  display: block;
}

@media (max-width: 575px) {
  .n2-advant__arrow-icon {
    width: 17px;
    height: 34px;
  }
}

.n2-advant__desc {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #DDDDDD;
}

@media (max-width: 767px) {
  .n2-advant__desc {
    font-size: 13px;
    line-height: 18px;
    max-width: 220px;
  }
  .n2-advant__desc br {
    display: none;
  }
}

.n2-advant__slider {
  position: relative;
}

.n2-advant__slider .owl-stage-outer {
  overflow: hidden;
}

.n2-advant__title {
  margin: 0 0 12px;
  max-width: 297px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .n2-advant__title {
    font-size: 18px;
    line-height: 24px;
  }
}

.n2-advant__item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 31px 40px 40px;
  background-color: #4a3030;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  color: #FFFFFF;
  text-decoration: none;
}

.n2-advant__item.n2-advant__item--to_end {
  justify-content: flex-end;
}

.owl-item .n2-advant__item {
  height: 100%;
}

@media (max-width: 767px) {
  .n2-advant__item {
    padding: 20px 20px 20px;
    height: auto;
  }
  .owl-item .n2-advant__item {
    height: 100%;
  }
}

.n2-advant__overlay {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

@media (max-width: 767px) {
  .n2-advant__overlay {
    display: block;
  }
}

.n2-advant__arrow {
  left: 40px;
  bottom: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border: 2px solid #DAAB8E;
  border-radius: 50%;
  background: rgba(238, 232, 232, 0.05);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  color: #DAAB8E;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
  margin-top: 25px;
}

.n2-advant__arrow:hover, .n2-advant__arrow_active {
  background: #DAAB8E;
}

.n2-advant__arrow:hover svg path, .n2-advant__arrow_active svg path {
  fill: #333333;
}

@media (max-width: 767px) {
  .n2-advant__arrow {
    display: none;
  }
}

.n2-advant__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.n2-advant__image img {
  height: 100%;
}

.n2-advant__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.n2-advant__button {
  flex-grow: 1;
  align-items: flex-end;
  display: none;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.n2-advant__button .button {
  height: 30px;
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .n2-advant__button {
    display: flex;
  }
}

.n2-advant__add-height-desktop {
  display: flex;
}

@media (max-width: 767px) {
  .n2-advant__add-height-desktop {
    display: none;
  }
}

.n2-advant__add-height-mobile {
  display: none;
}

@media (max-width: 767px) {
  .n2-advant__add-height-mobile {
    display: flex;
  }
}

.n2-cats {
  margin: 80px 0;
}

@media (max-width: 1199px) {
  .n2-cats {
    margin: 60px 0;
  }
}

@media (max-width: 767px) {
  .n2-cats {
    margin: 40px 0;
  }
}

.n2-cats--no_margin_top {
  margin-top: 0;
}

.n2-cats--no_margin_bottom {
  margin-bottom: 0;
}

.n2-cats__rows {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (max-width: 767px) {
  .n2-cats__rows {
    margin-right: -12px;
  }
}

.n2-cats__items {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .n2-cats__items {
    gap: 22px;
    margin-top: 22px;
  }
}

@media (max-width: 767px) {
  .n2-cats__items {
    gap: 14px;
    margin-top: 14px;
  }
}

.n2-cats__item {
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 0px 0 30px;
  border-radius: 999px;
  overflow: hidden;
  background-color: #eaeaeb;
  border: 1px solid transparent;
  cursor: pointer;
  background-repeat: no-repeat;
  justify-content: space-between;
  position: relative;
  flex-shrink: 0;
}

.n2-cats__item:hover {
  border: 1px solid #C43434;
  color: #C43434;
}

@media (max-width: 767px) {
  .n2-cats__item {
    height: 60px;
    padding: 0 20px 0 20px;
  }
}

.n2-cats__title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

@media (max-width: 767px) {
  .n2-cats__title {
    font-size: 12px;
  }
}

.n2-cats__icon {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
}

.n2-cats__item--skidki {
  flex-basis: 235px;
  background: linear-gradient(90deg, #F2EDC5 0%, #F2E7E6 100%);
  padding-right: 30px;
}

.n2-cats__item--skidki .n2-cats__icon {
  width: 31px;
  background-size: 31px 30px;
}

@media (max-width: 767px) {
  .n2-cats__item--skidki .n2-cats__icon {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .n2-cats__item--skidki {
    flex-basis: unset;
    padding-right: 20px;
  }
}

.n2-cats__item--kompleks {
  flex-basis: 262px;
}

.n2-cats__item--kompleks .n2-cats__icon {
  width: 183px;
  background-size: 201px 108px;
  background-position: 1px 3px;
  position: absolute;
  right: -27px;
}

@media (max-width: 767px) {
  .n2-cats__item--kompleks .n2-cats__icon {
    width: 112px;
    background-size: auto 72px;
    background-position: left 0px top;
    margin-left: 0px;
    position: static;
  }
}

@media (max-width: 767px) {
  .n2-cats__item--kompleks {
    flex-basis: unset;
    padding-right: 0;
  }
}

.n2-cats__item--ekskluzive {
  flex-basis: 235px;
}

.n2-cats__item--ekskluzive .n2-cats__icon {
  width: 77px;
  background-size: 100% auto;
  background-position: 6px 10px;
}

@media (max-width: 767px) {
  .n2-cats__item--ekskluzive .n2-cats__icon {
    width: 60px;
  }
}

@media (max-width: 767px) {
  .n2-cats__item--ekskluzive {
    padding-right: 0;
    flex-basis: unset;
  }
}

.n2-cats__item--ustanovka {
  flex-basis: 262px;
  background-color: #EEE8E8;
}

.n2-cats__item--ustanovka .n2-cats__icon {
  width: 72px;
  background-size: 46px 44px;
  background-position: 3px 16px;
}

@media (max-width: 767px) {
  .n2-cats__item--ustanovka .n2-cats__icon {
    width: 40px;
    margin-left: 15px;
    background-size: auto 40px;
    background-position: center center;
  }
}

@media (max-width: 767px) {
  .n2-cats__item--ustanovka {
    flex-basis: unset;
  }
}

.n2-cats__item--krest {
  flex-basis: 235px;
  background-color: #EEE8E8;
}

.n2-cats__item--krest .n2-cats__icon {
  width: 84px;
  background-size: 69px auto;
  background-position: -3px 13px;
}

@media (max-width: 767px) {
  .n2-cats__item--krest .n2-cats__icon {
    width: 50px;
    margin-left: 15px;
    background-size: 100% auto;
  }
}

@media (max-width: 767px) {
  .n2-cats__item--krest {
    padding-right: 6px;
    flex-basis: unset;
  }
}

.n2-cats__item--blagoustr {
  flex-basis: 260px;
}

.n2-cats__item--blagoustr .n2-cats__icon {
  width: 72px;
  background-size: 47px 87px;
  background-position: 4px 6px;
}

@media (max-width: 767px) {
  .n2-cats__item--blagoustr .n2-cats__icon {
    width: 32px;
    margin-left: 10px;
    background-size: 100% auto;
    background-position: unset;
  }
}

@media (max-width: 767px) {
  .n2-cats__item--blagoustr {
    padding-right: 18px;
    flex-basis: unset;
  }
}

.n2-cats__item--budjet {
  flex-basis: 235px;
}

.n2-cats__item--budjet .n2-cats__icon {
  width: 84px;
  background-size: 64px auto;
  background-position: -1px 15px;
}

@media (max-width: 767px) {
  .n2-cats__item--budjet .n2-cats__icon {
    width: 32px;
    margin-left: 10px;
    background-size: 100% auto;
  }
}

@media (max-width: 767px) {
  .n2-cats__item--budjet {
    padding-right: 18px;
    flex-basis: unset;
  }
}

.n2-cats__item--gravir {
  flex-basis: 235px;
  background-color: #EEE8E8;
}

.n2-cats__item--gravir .n2-cats__icon {
  width: 79px;
  background-size: 49px 50px;
  background-position: -1px 14px;
}

@media (max-width: 767px) {
  .n2-cats__item--gravir .n2-cats__icon {
    width: 32px;
    margin-left: 13px;
    background-size: 100% auto;
  }
}

@media (max-width: 767px) {
  .n2-cats__item--gravir {
    padding-right: 18px;
    flex-basis: unset;
  }
}

.n2-cats__item--dekor {
  flex-basis: 260px;
  background-color: #EEE8E8;
}

.n2-cats__item--dekor .n2-cats__icon {
  width: 112px;
  background-size: 81px 81px;
  background-position: 3px 12px;
}

@media (max-width: 767px) {
  .n2-cats__item--dekor .n2-cats__icon {
    width: 55px;
    margin-left: 13px;
    background-size: 100% auto;
  }
}

@media (max-width: 767px) {
  .n2-cats__item--dekor {
    padding-right: 18px;
    flex-basis: unset;
  }
}

.n2-cats__item--all {
  flex-basis: 122px;
  justify-content: unset;
}

.n2-cats__item--all .n2-cats__icon {
  order: 0;
  width: 20px;
  background-size: 20px 20px;
  background-position: center;
}

.n2-cats__item--all .n2-cats__title {
  order: 1;
  margin-left: 14px;
}

@media (max-width: 767px) {
  .n2-cats__item--all {
    flex-basis: unset;
  }
}

.n2-free {
  margin: 80px 0;
}

@media (max-width: 1199px) {
  .n2-free {
    margin: 60px 0;
  }
}

@media (max-width: 767px) {
  .n2-free {
    margin: 40px 0;
  }
}

.n2-free--no_margin_top {
  margin-top: 0;
}

.n2-free--no_margin_bottom {
  margin-bottom: 0;
}

.n2-free__items {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .n2-free__items {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .n2-free__items {
    gap: 20px;
  }
}

.n2-free__item {
  flex-basis: calc(100% / 6);
}

.n2-free__item:nth-child(2n) .n2-free__item-wrap {
  margin-top: 32px;
}

@media (max-width: 1199px) {
  .n2-free__item:nth-child(2n) .n2-free__item-wrap {
    margin-top: 0;
  }
}

@media (max-width: 1199px) {
  .n2-free__item {
    flex-basis: calc((100% - 40px) / 3);
  }
}

@media (max-width: 767px) {
  .n2-free__item {
    flex-basis: calc((100% - 40px) / 3);
  }
}

@media (max-width: 575px) {
  .n2-free__item {
    flex-basis: calc((100% - 20px) / 2);
  }
}

.n2-free__item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 270px;
  background-color: #ece0dc;
  border-radius: 8px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .n2-free__item:nth-child(2n) .n2-free__item-wrap {
    background: linear-gradient(90deg, rgba(203, 22, 22, 0.15) 0%, rgba(133, 146, 137, 0.15) 52.03%, rgba(48, 180, 255, 0.15) 100%);
  }
}

@media (max-width: 1199px) {
  .n2-free__item-wrap {
    min-height: unset;
    background-color: #EEE8E8;
    height: 100%;
  }
  .n2-free__item:nth-child(2) .n2-free__item-wrap {
    background-color: #EAEAEB;
  }
  .n2-free__item:nth-child(4) .n2-free__item-wrap {
    background-color: #EAEAEB;
  }
  .n2-free__item:last-child .n2-free__item-wrap {
    background-color: #EAEAEB;
  }
}

@media (max-width: 575px) {
  .n2-free__item:nth-child(2) .n2-free__item-wrap {
    background-color: #EAEAEB;
  }
  .n2-free__item:nth-child(3) .n2-free__item-wrap {
    background-color: #EAEAEB;
  }
  .n2-free__item:nth-child(4) .n2-free__item-wrap {
    background-color: #EEE8E8;
  }
  .n2-free__item:last-child .n2-free__item-wrap {
    background-color: #EAEAEB;
  }
}

.n2-free__icon {
  height: 163px;
  display: flex;
  position: relative;
  z-index: 1;
}

.n2-free__icon img {
  position: relative;
  height: 100px;
}

@media (max-width: 1199px) {
  .n2-free__icon img {
    height: 60px;
  }
}

@media (max-width: 767px) {
  .n2-free__icon img {
    height: 44px;
  }
}

@media (max-width: 1199px) {
  .n2-free__icon {
    align-items: center;
    justify-content: center;
    height: 120px;
  }
}

@media (max-width: 767px) {
  .n2-free__icon {
    height: 89px;
  }
}

.n2-free__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  padding: 0 19px 29px;
}

@media (max-width: 1199px) {
  .n2-free__title {
    font-size: 16px;
    line-height: 24px;
    padding: 0 14px 26px 16px;
  }
}

@media (max-width: 767px) {
  .n2-free__title {
    font-size: 12px;
    line-height: 16px;
    padding: 0 14px 26px 16px;
  }
}

@media (max-width: 319px) {
  .n2-free__title {
    font-size: 11px;
    line-height: 15px;
    padding: 0 12px 18px 12px;
  }
}

.n2-free__item--consult .n2-free__icon img {
  top: 30px;
  left: -23px;
}

@media (max-width: 1199px) {
  .n2-free__item--consult .n2-free__icon img {
    top: unset;
    left: unset;
  }
}

.n2-free__item--dpr .n2-free__icon img {
  top: 27px;
  left: -17px;
}

@media (max-width: 1199px) {
  .n2-free__item--dpr .n2-free__icon img {
    top: unset;
    left: unset;
  }
}

.n2-free__item--rain .n2-free__icon img {
  top: 25px;
  left: -15px;
}

@media (max-width: 1199px) {
  .n2-free__item--rain .n2-free__icon img {
    top: unset;
    left: unset;
  }
}

.n2-free__item--storage .n2-free__icon img {
  top: 40px;
  left: -21px;
}

@media (max-width: 1199px) {
  .n2-free__item--storage .n2-free__icon img {
    top: unset;
    left: unset;
  }
}

.n2-free__item--demontag .n2-free__icon img {
  top: 30px;
  left: -14px;
}

@media (max-width: 1199px) {
  .n2-free__item--demontag .n2-free__icon img {
    top: unset;
    left: unset;
  }
}

.n2-free__item--uborka .n2-free__icon img {
  top: 27px;
  left: -6px;
}

@media (max-width: 1199px) {
  .n2-free__item--uborka .n2-free__icon img {
    top: unset;
    left: unset;
  }
}

.n2-mainbanner {
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .n2-mainbanner {
    margin-top: 0;
    border-radius: 0;
    margin-bottom: 22px;
  }
  .n2-mainbanner .new-container {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .n2-mainbanner {
    margin-bottom: 8px;
  }
}

.n2-mainbanner__wrap {
  border-radius: 8px;
  overflow: hidden;
  padding: 63px 70px 56px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  background-color: #2f4348;
}

@media (max-width: 1199px) {
  .n2-mainbanner__wrap {
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .n2-mainbanner__wrap {
    background-color: #252221;
    padding: 11px 14px 34px;
  }
}

.n2-mainbanner--mobile {
  background-position: right center;
}

.n2-mainbanner__content {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: min-content;
}

@media (max-width: 767px) {
  .n2-mainbanner__content {
    grid-template-rows: auto auto auto;
  }
}

.n2-mainbanner__text {
  grid-row: 1 / 2;
  grid-column: 1 / 3;
}

@media (max-width: 767px) {
  .n2-mainbanner__text {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
    margin-top: 26px;
  }
}

.n2-mainbanner__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.1em;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .n2-mainbanner__title {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
    font-size: 18px;
    line-height: 21px;
  }
  .n2-mainbanner__title br {
    display: none;
  }
}

.n2-mainbanner__desc {
  font-weight: 600;
  font-size: 17px;
  line-height: 28px;
  color: #DEDEDE;
  margin-top: 12px;
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .n2-mainbanner__desc {
    font-size: 10px;
    line-height: 14px;
    margin-top: 8px;
  }
}

.n2-mainbanner__rating {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}

@media (max-width: 767px) {
  .n2-mainbanner__rating {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
  }
}

.n2-mainbanner__lider {
  display: flex;
  position: relative;
  top: 6px;
  left: -7px;
}

@media (max-width: 767px) {
  .n2-mainbanner__lider {
    grid-row: 3 / 4;
    grid-column: 1 / 3;
    left: 4px;
  }
}

.n2-mainbanner__lider-desk {
  display: inline-flex;
}

@media (max-width: 767px) {
  .n2-mainbanner__lider-desk {
    display: none;
  }
}

.n2-mainbanner__lider-mobile {
  display: none;
}

@media (max-width: 767px) {
  .n2-mainbanner__lider-mobile {
    display: inline-flex;
  }
}

.n2-mainbanner__lider2025 {
  margin-left: 39px;
}

@media (max-width: 767px) {
  .n2-mainbanner__lider2025 {
    margin-left: 63px;
  }
}

.n2-mainbanner__rating {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: max-content max-content;
  margin-right: 56px;
}

.n2-mainbanner__rating-count {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  margin-right: 4px;
  font-size: 48px;
  color: #E86856;
}

.n2-mainbanner__rating-stars {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  position: relative;
  top: 10px;
}

.n2-mainbanner__rating-text {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  position: relative;
  top: 2px;
}

.n2-mainbanner__rounded {
  border-radius: 10px;
  overflow: hidden;
  background-color: #F7F7F7;
  display: none;
  height: 20px;
  position: relative;
  top: -8px;
}

@media (max-width: 767px) {
  .n2-mainbanner__rounded {
    display: block;
  }
}

.n2-gost {
  margin: 80px 0;
}

@media (max-width: 1199px) {
  .n2-gost {
    margin: 60px 0;
  }
}

@media (max-width: 767px) {
  .n2-gost {
    margin: 40px 0;
  }
  .n2-gost .new-container {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .n2-gost__title {
    padding-right: 12px;
  }
}

.n2-gost__wrap {
  display: grid;
  grid-template-rows: min-content 1fr;
  grid-template-columns: auto 45%;
}

@media (max-width: 767px) {
  .n2-gost__wrap {
    grid-template-rows: min-content min-content;
  }
}

.n2-gost__title {
  grid-row: 1/2;
  grid-column: 1/2;
  margin: 0px 0 13px 0px;
}

@media (max-width: 767px) {
  .n2-gost__title {
    grid-row: 1/2;
    grid-column: 1/3;
  }
}

.n2-gost__text {
  grid-row: 2/3;
  grid-column: 1/2;
  margin-right: 30px;
}

.n2-gost__text ul {
  margin-left: 10px;
}

.n2-gost__text ul li {
  display: flex;
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
  color: #2C2C2C;
  margin: 0px 0 20px 0;
}

.n2-gost__text ul li::before {
  content: ' ';
  margin-right: 10px;
  display: inline-block;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #C13137;
  border-radius: 50%;
  position: relative;
  top: 3px;
}

@media (max-width: 767px) {
  .n2-gost__text ul li {
    font-size: 12px;
    line-height: 21px;
  }
  .n2-gost__text ul li::before {
    width: 8px;
    height: 8px;
    top: 7px;
    margin-right: 6px;
  }
}

@media (max-width: 767px) {
  .n2-gost__text ul {
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .n2-gost__text {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-top: 0px;
    max-width: 400px;
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .n2-gost__text {
    max-width: 200px;
  }
}

.n2-gost__image {
  grid-row: 1/3;
  grid-column: 2/3;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .n2-gost__image {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}

.n2-gost__bg {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  background-image: url("/front/images/mixed/!new2/n2_gost/gost.webp");
}

@media (max-width: 767px) {
  .n2-gost__bg {
    display: block;
    background-size: auto 388px;
    background-position: unset;
    background-size: contain;
  }
}

@media (max-width: 575px) {
  .n2-gost__bg {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .n2-gost__img {
    display: none;
  }
}

.n2-gost__button {
  display: none;
}

@media (max-width: 767px) {
  .n2-gost__button {
    display: block;
  }
}

.n2-production {
  margin: 80px 0;
}

.n2-production .carousel__header {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .n2-production .carousel__header {
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .n2-production {
    margin: 60px 0;
  }
}

@media (max-width: 767px) {
  .n2-production {
    margin: 40px 0;
  }
}

.n2-production__content {
  display: flex;
  gap: 50px;
}

@media (max-width: 1200px) {
  .n2-production__content {
    display: block;
  }
}

.n2-production__preview {
  flex-basis: 648px;
  height: 364px;
  background-color: #333;
  border-radius: 8px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #333;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@media (max-width: 1399px) {
  .n2-production__preview {
    flex-basis: 600px;
  }
}

@media (max-width: 1199px) {
  .n2-production__preview {
    flex-basis: 500px;
  }
}

@media (max-width: 991px) {
  .n2-production__preview {
    flex-basis: 400px;
  }
}

@media (max-width: 767px) {
  .n2-production__preview {
    height: 173px;
  }
}

.n2-production__play {
  display: inline-flex;
}

@media (max-width: 575px) {
  .n2-production__play {
    width: 48px;
    height: 48px;
  }
}

.n2-production__cols {
  display: flex;
  gap: 60px;
  padding-top: 35px;
}

@media (max-width: 767px) {
  .n2-production__cols {
    padding-top: 20px;
    gap: 25px;
  }
}

.n2-production__col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.n2-production__col li {
  display: flex;
  gap: 15px;
}

@media (max-width: 767px) {
  .n2-production__col li {
    display: block;
  }
}

@media (max-width: 767px) {
  .n2-production__col {
    gap: 20px;
  }
}

.n2-production__marker {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #333333;
  position: relative;
  top: 5px;
  font-weight: 600;
  font-size: 23px;
  line-height: 31px;
  color: #333333;
}

@media (max-width: 767px) {
  .n2-production__marker {
    font-size: 14px;
    line-height: 18px;
    width: auto;
    height: auto;
    border: none;
    top: unset;
    align-items: flex-start;
    justify-content: flex-start;
    color: #C13137;
  }
}

.n2-production__desc {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .n2-production__desc {
    font-size: 12px;
    line-height: 18px;
  }
}

.n2-production__button {
  margin-top: 25px;
  display: none;
}

.n2-production__button a {
  border: 1px solid #333333;
  border-radius: 4px;
  display: flex;
  font-weight: 600;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #333333;
  text-decoration: none;
}

.n2-production__button a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .n2-production__button {
    display: block;
  }
}

.n2-clients {
  margin: 80px 0;
}

.n2-clients .carousel__header {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .n2-clients .carousel__header {
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .n2-clients {
    margin: 60px 0;
  }
}

@media (max-width: 768px) {
  .n2-clients {
    margin: 40px 0;
  }
}

.n2-clients__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 30px;
}

@media (max-width: 1199px) {
  .n2-clients__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .n2-clients__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.n2-clients__item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.n2-clients__item:nth-child(1), .n2-clients__item:nth-child(6) {
  grid-column: span 2;
}

@media (max-width: 1199px) {
  .n2-clients__item:nth-child(1), .n2-clients__item:nth-child(6) {
    grid-column: unset;
  }
}

.n2-clients__item-content {
  min-height: 270px;
  padding: 0 50px 50px;
}

@media (min-width: 1200px) {
  .n2-clients__item:nth-child(1) .n2-clients__item-content,
  .n2-clients__item:nth-child(6) .n2-clients__item-content {
    display: flex;
    align-items: center;
    padding-bottom: 0;
  }
}

.n2-clients__item:nth-child(1) .n2-clients__item-content {
  background-color: #EEE8E8;
}

@media (max-width: 1199px) {
  .n2-clients__item:nth-child(1) .n2-clients__item-content {
    background-color: #EEE8E8;
  }
}

@media (max-width: 767px) {
  .n2-clients__item:nth-child(1) .n2-clients__item-content {
    background-color: #EEE8E8;
  }
}

.n2-clients__item:nth-child(2) .n2-clients__item-content {
  background: linear-gradient(90deg, rgba(203, 22, 22, 0.15) 0%, rgba(133, 146, 137, 0.15) 52.03%, rgba(48, 180, 255, 0.15) 100%);
}

@media (max-width: 1199px) {
  .n2-clients__item:nth-child(2) .n2-clients__item-content {
    background: #EAEAEB;
  }
}

@media (max-width: 767px) {
  .n2-clients__item:nth-child(2) .n2-clients__item-content {
    background: #EAEAEB;
  }
}

.n2-clients__item:nth-child(3) .n2-clients__item-content {
  background-color: #EEE8E8;
}

@media (max-width: 767px) {
  .n2-clients__item:nth-child(3) .n2-clients__item-content {
    background-color: #EAEAEB;
  }
}

.n2-clients__item:nth-child(4) .n2-clients__item-content {
  background: linear-gradient(90deg, rgba(203, 22, 22, 0.15) 0%, rgba(133, 146, 137, 0.15) 52.03%, rgba(48, 180, 255, 0.15) 100%);
}

@media (max-width: 1199px) {
  .n2-clients__item:nth-child(4) .n2-clients__item-content {
    background: #EAEAEB;
  }
}

@media (max-width: 767px) {
  .n2-clients__item:nth-child(4) .n2-clients__item-content {
    background: #EEE8E8;
  }
}

.n2-clients__item:nth-child(5) .n2-clients__item-content {
  background-color: #EEE8E8;
}

@media (max-width: 767px) {
  .n2-clients__item:nth-child(5) .n2-clients__item-content {
    background: #EEE8E8;
  }
}

.n2-clients__item:nth-child(6) .n2-clients__item-content {
  background-color: #EAEAEB;
}

@media (max-width: 1199px) {
  .n2-clients__item:nth-child(6) .n2-clients__item-content {
    background: #EAEAEB;
  }
}

@media (max-width: 767px) {
  .n2-clients__item:nth-child(6) .n2-clients__item-content {
    background-color: #EAEAEB;
  }
}

@media (max-width: 1199px) {
  .n2-clients__item-content {
    min-height: 220px;
    padding: 0 30px 30px;
  }
}

@media (max-width: 767px) {
  .n2-clients__item-content {
    min-height: 156px;
    padding: 0 14px 26px 16px;
  }
}

.n2-clients__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4em;
}

@media (min-width: 1200px) {
  .n2-clients__item:nth-child(1) .n2-clients__title,
  .n2-clients__item:nth-child(6) .n2-clients__title {
    font-size: 24px;
    line-height: 1.4em;
  }
}

@media (max-width: 767px) {
  .n2-clients__title {
    font-size: 13px;
    line-height: 16px;
  }
}

.n2-clients__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: inherit;
}

.n2-clients__item:nth-child(1) .n2-clients__bg {
  height: 288px;
}

.n2-clients__item:nth-child(6) .n2-clients__bg {
  background-size: cover;
  height: 100%;
}

.n2-clients__icon-desktop,
.n2-clients__icon-mobile {
  height: 154px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 70px;
  background-position: left 50px;
}

@media (max-width: 1199px) {
  .n2-clients__icon-desktop {
    display: none;
  }
}

.n2-clients__icon-mobile {
  display: none;
}

@media (max-width: 1199px) {
  .n2-clients__icon-mobile {
    display: block;
    background-size: auto 60px;
  }
}

@media (max-width: 767px) {
  .n2-clients__icon-mobile {
    height: 90px;
    background-size: auto 40px;
    background-position: center 20px;
  }
}

@media (max-width: 1199px) {
  .n2-clients__bg {
    display: none;
  }
}

.n2-stones {
  margin: 80px 0;
}

@media (max-width: 767px) {
  .n2-mainbanner + .n2-stones {
    margin-top: -20px;
  }
}

@media (max-width: 1199px) {
  .n2-stones {
    margin: 60px 0;
  }
}

@media (max-width: 767px) {
  .n2-stones {
    margin: 40px 0;
  }
}

.n2-stones--no_margin_top {
  margin-top: 0;
}

.n2-stones--no_margin_bottom {
  margin-bottom: 0;
}

.n2-stones__desc {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .n2-stones__desc {
    font-size: 13px;
    line-height: 18px;
  }
}

.n2-stones__slider {
  position: relative;
}

.n2-stones__slider .owl-stage-outer {
  overflow: hidden;
}

.n2-stones__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
}

@media (max-width: 767px) {
  .n2-stones__title {
    font-size: 14px;
  }
}

.n2-stones__desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .n2-stones__desc {
    font-size: 12px;
  }
}

.n2-stones__item {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  width: 172px;
}

@media (max-width: 767px) {
  .n2-stones__item {
    width: 130px;
    height: auto;
  }
  .owl-item .n2-stones__item {
    height: 100%;
  }
}

.n2-stones__image {
  width: 172px;
  height: 172px;
  margin-bottom: 15px;
}

.n2-stones__image img {
  width: 100%;
}

@media (max-width: 767px) {
  .n2-stones__image {
    width: 130px;
    height: 130px;
  }
}

.n2-stones__content {
  position: relative;
  z-index: 1;
}

.zuck-stories {
  margin: 40px 0;
}

@media (max-width: 767px) {
  .zuck-stories {
    margin: 30px 0;
  }
}

.zuck-stories__items {
  --item-width: 80px;
  --item-height: 80px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

@media (max-width: 1199px) {
  .zuck-stories__items {
    gap: 22px;
    --item-width: 80px;
    --item-height: 80px;
  }
}

@media (max-width: 767px) {
  .zuck-stories__items {
    gap: 14px;
    --item-width: 80px;
    --item-height: 80px;
  }
}

.zuck-stories__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.zuck-stories__item:first-child {
  margin-left: auto;
}

.zuck-stories__item:last-child {
  margin-right: auto;
}

.zuck-stories__circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: var(--item-width);
  height: var(--item-height);
}

.zuck-stories__preview {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  border: 5px solid #fff;
  box-sizing: border-box;
  background-color: #fff;
}

.zuck-stories__preview img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .zuck-stories__preview {
    border: 7px solid #fff;
  }
}

@media (max-width: 767px) {
  .zuck-stories__preview {
    border: 6px solid #fff;
  }
}

.zuck-stories__title {
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3em;
}

@media (max-width: 1199px) {
  .zuck-stories__title {
    font-size: 14px;
    margin-top: 7px;
  }
}

@media (max-width: 767px) {
  .zuck-stories__title {
    font-size: 12px;
    margin-top: 6px;
  }
}

/* SVG-рамка, которую дорисует JS */
.zuck-stories__ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  /* старт сегментов сверху */
  pointer-events: none;
}

.n2-contacts {
  position: relative;
  z-index: 15;
  margin-top: 60px;
}

.n2-contacts.n2-contacts--no-margin-top {
  margin-top: 0;
}

.n2-contacts.n2-contacts--no-margin-bottom {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .n2-contacts {
    margin-top: 40px;
  }
  .n2-contacts.n2-contacts--no-margin-top {
    margin-top: 0;
  }
  .n2-contacts.n2-contacts--no-margin-bottom {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .n2-contacts {
    margin-top: 30px;
  }
  .n2-contacts.n2-contacts--no-margin-top {
    margin-top: 0;
  }
  .n2-contacts.n2-contacts--no-margin-bottom {
    margin-bottom: 0;
  }
}

.n2-contacts__wrapper {
  display: grid;
  grid-template-columns: 297px 30px 297px 25px 1fr;
  grid-template-rows: auto auto auto auto;
  font-family: "Open Sans";
}

@media (max-width: 1199px) {
  .n2-contacts__wrapper {
    grid-template-columns: 297px 30px 297px 0px 1fr;
    grid-template-rows: auto auto auto auto;
  }
}

@media (max-width: 767px) {
  .n2-contacts__wrapper {
    display: block;
  }
}

.n2-contacts__vertical-justify {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.n2-contacts__header {
  grid-column: 1/6;
  grid-row: 1/2;
}

.n2-contacts__stories {
  display: flex;
  justify-content: space-between;
}

.n2-contacts__stories .zuck-stories {
  margin-top: 20px;
  margin-bottom: 30px;
}

.n2-contacts__stories .zuck-stories__item:first-child {
  margin-left: unset;
}

@media (max-width: 767px) {
  .n2-contacts__stories {
    display: block;
  }
}

.n2-contacts__rating-wrap {
  position: relative;
}

@media (max-width: 991px) {
  .n2-contacts__rating-wrap {
    display: none;
  }
}

.n2-contacts__rating-buble {
  position: relative;
  top: 22px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 15px 33px 15px 22px;
}

.n2-contacts__rating-yandex {
  margin-right: 16px;
}

.n2-contacts__rating {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: max-content max-content;
}

.n2-contacts__rating-count {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  margin-right: 7px;
  font-size: 40px;
  color: #333;
}

.n2-contacts__rating-stars {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  position: relative;
  top: 5px;
}

.n2-contacts__rating-stars a {
  display: block;
}

.n2-contacts__rating-text {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  font-weight: 600;
  font-size: 12px;
  color: #333;
  position: relative;
  top: 2px;
}

@media (max-width: 767px) {
  .n2-contacts__custom-header {
    margin-top: 30px;
  }
}

.n2-contacts__breadcrumbs {
  margin: -1px 0 10px;
}

@media (max-width: 767px) {
  .n2-contacts__breadcrumbs {
    margin: 0px 0 5px;
  }
}

.n2-contacts__title {
  font-size: 32px;
  line-height: 1.26em;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.n2-contacts__title a {
  color: #000;
}

@media (max-width: 1199px) {
  .n2-contacts__title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .n2-contacts__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.n2-contacts__desc {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .n2-contacts__desc {
    font-size: 12px;
  }
}

.n2-contacts__custom-title {
  color: #333;
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .n2-contacts__custom-title {
    font-size: 18px;
  }
}

.n2-contacts__custom-desc {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .n2-contacts__custom-desc {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

.n2-contacts__phone,
.n2-contacts__office {
  background: #fff;
  border-radius: 8px;
}

.n2-contacts__phone {
  grid-column: 1/2;
  grid-row: 2/3;
  padding: 27px 29px 27px 31px;
}

@media (max-width: 767px) {
  .n2-contacts__phone {
    padding: 17px 21px 17px 21px;
  }
}

.n2-contacts--block-title {
  letter-spacing: 1.3px;
  font-weight: 600;
  color: #4b4b4b;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .n2-contacts--block-title {
    font-size: 12px;
    line-height: 15px;
  }
}

.n2-contacts__phone-number,
.n2-contacts__address {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}

.n2-contacts__phone-number a,
.n2-contacts__address a {
  color: #333;
}

.n2-contacts__phone-number a:hover,
.n2-contacts__address a:hover {
  color: #333;
}

@media (max-width: 767px) {
  .n2-contacts__phone-number,
  .n2-contacts__address {
    font-size: 22px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .n2-contacts__address {
    font-size: 17px;
    line-height: 19px;
  }
}

.n2-contacts__schedule {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .n2-contacts__schedule {
    font-size: 12px;
    line-height: 18px;
  }
}

.n2-contacts__social {
  border: 1px solid #1b314a;
  display: flex;
  align-content: center;
  align-items: center;
  margin-top: 30px;
  border-radius: 4px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .n2-contacts__social {
    margin-top: 16px;
  }
}

.n2-contacts__social-item {
  flex-basis: 33.33%;
}

.n2-contacts__social-item a {
  height: 48px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  transition: all .2s ease 0s;
}

.n2-contacts__social-item a:hover {
  background-color: #f7f7f7;
}

.n2-contacts__social-item + .n2-contacts__social-item {
  border-left: 1px solid #1b314a;
}

.n2-contacts__social-item img, .n2-contacts__social-item svg {
  height: 25px;
  width: 25px;
}

.n2-contacts__social-item svg path {
  fill: #4b4b4b;
}

@media (max-width: 767px) {
  .n2-contacts__social-item a {
    height: 38px;
  }
}

.n2-contacts__office {
  grid-column: 3/4;
  grid-row: 2/3;
  padding: 26px 29px 27px 31px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .n2-contacts__office {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .n2-contacts__office {
    margin-top: 23px;
    padding: 14px 21px 14px 21px;
    position: relative;
    z-index: 1;
  }
}

.n2-contacts__metro-color {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  vertical-align: middle;
  background-color: #ef8930;
  margin-right: 5px;
}

.n2-contacts__metro-walk {
  font-size: 12px;
  line-height: 24px;
  text-transform: lowercase;
  letter-spacing: 0;
}

.n2-contacts__metro-walk svg {
  vertical-align: baseline;
  height: 14px;
  width: 9px;
  margin-right: 6px;
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.n2-contacts__metro-walk svg path {
  fill: #4b4b4b;
}

@media (max-width: 767px) {
  .n2-contacts__metro-walk {
    font-size: 12px;
  }
}

.n2-contacts__address-button {
  margin-top: 20px;
}

.n2-contacts__address-button a, .n2-contacts__address-button span {
  display: block;
  border: 1px solid #1b314a;
  border-radius: 4px;
  height: 50px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #212529;
  overflow: hidden;
}

.n2-contacts__address-button a:hover, .n2-contacts__address-button span:hover {
  color: #000;
  background-color: #f7f7f7;
}

.n2-contacts__address-button a::before, .n2-contacts__address-button span::before {
  content: '';
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-image: url("/front/site/img_new/svg/geo-4b4b4b.svg");
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .n2-contacts__address-button a, .n2-contacts__address-button span {
    height: 40px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .n2-contacts__address-button {
    margin-top: 12px;
  }
}

.n2-contacts__address-desc {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .n2-contacts__address-desc {
    font-size: 12px;
    line-height: 20px;
  }
}

.n2-contacts__image {
  grid-column: 1/4;
  grid-row: 3/4;
  margin-top: 33px;
  height: 205px;
  border-radius: 8px;
  overflow: hidden;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}

.n2-contacts__image a {
  display: block;
}

.n2-contacts__image img {
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .n2-contacts__image {
    grid-column: 1 / 6;
    grid-row: 4 / 5;
  }
}

@media (max-width: 767px) {
  .n2-contacts__image {
    margin-left: -12px;
    margin-right: -12px;
    display: block;
    margin-top: -7px;
    position: relative;
    z-index: 0;
    border-radius: 0px;
  }
  .n2-contacts__image img {
    border-radius: 0px;
  }
}

.n2-contacts__map {
  grid-column: 5/6;
  grid-row: 2/4;
  height: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.n2-contacts__map iframe {
  height: 100%;
}

.n2-contacts__map .ymaps3--controls {
  display: none;
  z-index: 5;
}

@media (max-width: 1199px) {
  .n2-contacts__map {
    grid-column: 3/6;
    grid-row: 2/4;
  }
}

@media (max-width: 767px) {
  .n2-contacts__map {
    display: none;
    border-radius: 0px;
  }
}

.n2-contacts__map-bottom {
  display: none;
  height: 500px;
  position: relative;
}

@media (max-width: 767px) {
  .n2-contacts__map-bottom {
    display: block;
  }
}

.n2-contacts__mobile-map {
  margin-left: -12px;
  margin-right: -12px;
}

.n2-contacts_margin-bottom {
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .n2-contacts_margin-bottom {
    margin-bottom: 31px;
  }
}

.n2-contacts__map-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}

.n2-contacts__map-bottom .n2-contacts__map-overlay {
  display: block;
}

@media (min-width: 993px) {
  .n2-contacts__map-overlay {
    height: unset !important;
  }
}

@media (max-width: 991px) {
  .n2-contacts__map-overlay {
    position: static;
  }
}

.n2-contacts__map-overlay-zoom {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  bottom: 0;
  align-content: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease 0s;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.n2-contacts__map-overlay-zoom img {
  width: 100px;
}

.n2-contacts__map-overlay:hover .n2-contacts__map-overlay-zoom {
  display: flex;
  opacity: 1;
}

.n2-contacts__map-overlay-info {
  text-align: center;
}

.n2-contacts__map-overlay-zoom-text {
  color: #fff;
  margin-top: 20px;
}

.n2-contacts__icons {
  grid-column: 5/6;
  grid-row: 4/5;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media (max-width: 1199px) {
  .n2-contacts__icons {
    grid-column: 1 / 6;
    grid-row: 5 / 6;
  }
}

@media (max-width: 991px) {
  .n2-contacts__icons {
    grid-row: 4/5;
    grid-column: 1/6;
  }
}

@media (max-width: 767px) {
  .n2-contacts__icons {
    width: 100%;
  }
}

.n2-contacts__icons-items {
  display: flex;
  align-items: flex-end;
  position: absolute;
  z-index: 10;
  bottom: -20px;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  padding: 15px 30px;
  gap: 39px;
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
  .n2-contacts__icons-items {
    align-items: flex-start;
    border-radius: 8px;
    gap: 30px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: -45px;
    padding: 18px 15px;
  }
}

.n2-contacts__icons-item {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .n2-contacts__icons-item {
    align-items: flex-start;
    flex-direction: column;
  }
}

.n2-contacts__icons-icon {
  flex-shrink: 0;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .n2-contacts__icons-icon {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}

.n2-contacts__icons--metro-marker::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  vertical-align: middle;
  background-color: #ef8930;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .n2-contacts__icons--metro-marker::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .n2-contacts__icons--metro-marker {
    display: none;
  }
}

.n2-contacts__icons--metro-marker-mobile {
  display: none;
}

@media (max-width: 767px) {
  .n2-contacts__icons--metro-marker-mobile {
    display: block;
  }
}

.n2-contacts__icons-title {
  font-weight: 500;
  font-size: 14px;
}

@media (max-width: 767px) {
  .n2-contacts__icons-title {
    font-size: 12px;
    text-align: center;
    margin-top: 6px;
  }
}

.n2-contacts__office-mobile {
  display: none;
  background: #fff;
  border-radius: 8px;
  padding: 10px 14px 10px 14px;
  margin-top: 23px;
}

.n2-contacts__office-mobile__phone {
  text-align: center;
}

.n2-contacts__office-mobile__phone a {
  font-size: 27px;
  font-weight: 600;
  color: #333;
}

.n2-contacts__office-mobile__addr {
  font-size: 19px;
  font-weight: 700;
  margin-top: 10px;
}

.n2-about {
  margin: 80px 0;
}

@media (max-width: 1199px) {
  .n2-about {
    margin: 60px 0;
  }
}

@media (max-width: 767px) {
  .n2-about {
    margin: 40px 0;
  }
}

.n2-about__wrap {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 648px;
  justify-content: space-between;
  margin-top: -10px;
  gap: 32px;
}

@media (max-width: 1199px) {
  .n2-about__wrap {
    grid-template-columns: 450px 1fr;
  }
}

@media (max-width: 991px) {
  .n2-about__wrap {
    grid-template-columns: 1fr;
    align-items: end;
  }
}

.n2-about__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.26em;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .n2-about__title {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .n2-about__title {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .n2-about__title {
    font-size: 17px;
  }
}

.n2-about__content {
  max-width: 500px;
  margin-top: -8px;
  grid-row: 1/2;
  grid-column: 1/2;
  position: relative;
  z-index: 5;
}

@media (max-width: 991px) {
  .n2-about__content {
    grid-row: 1/2;
    grid-column: 1/2;
    padding: 0 15px 20px;
  }
}

.n2-about__image {
  grid-row: 1/2;
  grid-column: 2/3;
}

@media (max-width: 991px) {
  .n2-about__image {
    grid-row: 1/2;
    grid-column: 1/2;
    border-radius: 8px;
    overflow: hidden;
    background-color: #333;
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 767px) {
  .n2-about__image {
    border-radius: 0px;
    overflow: hidden;
  }
}

.n2-about__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.n2-about__text ul, .n2-about__text li, .n2-about__text ol {
  display: block;
}

.n2-about__text ul, .n2-about__text ol {
  font-size: 16px;
  margin-top: 0;
}

.n2-about__text ul li, .n2-about__text ol li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 7px;
}

.n2-about__text ul li {
  margin-left: 20px !important;
}

.n2-about__text ul li::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 68'%3E%3Ccircle cx='34' cy='34' r='28' style='fill:%23fff;stroke:%23c13137;stroke-miterlimit:10;stroke-width:12px'/%3E%3C/svg%3E");
  position: absolute;
  width: 10px;
  left: -16px;
  top: 11px;
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .n2-about__text ul li::before {
    width: 8px;
    left: -15px;
    top: 10px;
  }
}

@media (max-width: 991px) {
  .n2-about__text {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .n2-about__text {
    font-size: 13px;
  }
}

.n2-about__image-box {
  position: relative;
}

.n2-about__image-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  height: 270px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #333;
}

@media (max-width: 991px) {
  .n2-about__image-img {
    border-radius: 0px;
    height: 330px;
    box-shadow: inset 0 -75px 29px -25px rgba(0, 0, 0, 0.9);
  }
}

.n2-about__image-overlay {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
}

.n2-about--admin .n2-about__image-overlay {
  width: 288px;
  height: 298px;
  bottom: 0;
  right: 42px;
  background-position: right bottom;
  background-size: cover;
}

@media (max-width: 1199px) {
  .n2-about--admin .n2-about__image-overlay {
    right: 0;
  }
}

@media (max-width: 991px) {
  .n2-about--admin .n2-about__image-overlay {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-size: contain;
    box-shadow: inset 0 -75px 33px -19px rgba(0, 0, 0, 0.9);
    background-position: right 0px bottom 0px;
  }
}

@media (max-width: 767px) {
  .n2-about--admin .n2-about__image-overlay {
    background-position: right -58px bottom 0px;
  }
}

.n2-about__image-overlay {
  position: absolute;
}

.n2-about__image-desc {
  font-size: 14px;
  margin-top: 16px;
  color: #717171;
}

@media (max-width: 991px) {
  .n2-about__image-desc {
    display: none;
  }
}

.n2-remote {
  margin: 80px 0;
}

@media (max-width: 1199px) {
  .n2-remote {
    margin: 60px 0;
  }
}

@media (max-width: 767px) {
  .n2-remote {
    margin: 40px 0;
  }
}

.n2-remote__wrap {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 648px 1fr;
  justify-content: space-between;
  margin-top: -10px;
  gap: 80px;
}

@media (max-width: 1199px) {
  .n2-remote__wrap {
    grid-template-columns: 1fr 450px;
    gap: 32px;
  }
}

@media (max-width: 991px) {
  .n2-remote__wrap {
    grid-template-columns: 1fr;
    align-items: end;
  }
}

.n2-remote__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.26em;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .n2-remote__title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .n2-remote__title {
    font-size: 17px;
  }
}

.n2-remote__content {
  max-width: 500px;
  margin-top: -8px;
  grid-row: 1/2;
  grid-column: 2/3;
  position: relative;
  z-index: 5;
}

@media (max-width: 991px) {
  .n2-remote__content {
    grid-row: 2/3;
    grid-column: 1/2;
    padding: 0 15px 0px;
  }
}

.n2-remote__image {
  grid-row: 1/2;
  grid-column: 1/2;
}

@media (max-width: 991px) {
  .n2-remote__image {
    grid-row: 1/2;
    grid-column: 1/2;
    border-radius: 8px;
    overflow: hidden;
    background-color: #333;
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 767px) {
  .n2-remote__image {
    border-radius: 0px;
    overflow: hidden;
  }
}

.n2-remote__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.n2-remote__text ul, .n2-remote__text li, .n2-remote__text ol {
  display: block;
}

.n2-remote__text ul, .n2-remote__text ol {
  margin-top: 0;
}

.n2-remote__text ul li, .n2-remote__text ol li {
  position: relative;
  margin-bottom: 20px;
}

.n2-remote__text ul li:last-child, .n2-remote__text ol li:last-child {
  margin-bottom: 0;
}

.n2-remote__text ul li {
  margin-left: 20px !important;
}

.n2-remote__text ul li::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 68'%3E%3Ccircle cx='34' cy='34' r='28' style='fill:%23fff;stroke:%23c13137;stroke-miterlimit:10;stroke-width:12px'/%3E%3C/svg%3E");
  position: absolute;
  width: 10px;
  left: -16px;
  top: 11px;
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .n2-remote__text ul li::before {
    width: 8px;
    left: -15px;
    top: 10px;
  }
}

@media (max-width: 767px) {
  .n2-remote__text {
    font-size: 13px;
  }
}

.n2-remote__button a {
  display: inline-flex;
  padding: 0 27px;
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 767px) {
  .n2-remote__button a {
    font-size: 12px;
  }
}

@media (max-width: 379px) {
  .n2-remote__button a {
    display: flex;
  }
}

.n2-remote__image-box {
  position: relative;
}

.n2-remote__image-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  height: 270px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #333;
}

@media (max-width: 991px) {
  .n2-remote__image-img {
    border-radius: 0px;
    height: 250px;
  }
}

.n2-contact-slider {
  margin: 80px 0;
}

@media (max-width: 1199px) {
  .n2-contact-slider {
    margin: 60px 0;
  }
}

@media (max-width: 767px) {
  .n2-contact-slider {
    margin: 40px 0;
  }
}

@media (max-width: 767px) {
  .n2-mainbanner + .n2-contact-slider {
    margin-top: -20px;
  }
}

.n2-contact-slider--no_margin_top {
  margin-top: 0;
}

.n2-contact-slider--no_margin_bottom {
  margin-bottom: 0;
}

.n2-contact-slider__arrow-icon {
  width: 21px;
  height: 42px;
  display: block;
}

@media (max-width: 575px) {
  .n2-contact-slider__arrow-icon {
    width: 17px;
    height: 34px;
  }
}

.n2-contact-slider__desc {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #DDDDDD;
}

@media (max-width: 767px) {
  .n2-contact-slider__desc {
    font-size: 13px;
    line-height: 18px;
  }
}

.n2-contact-slider__slider {
  position: relative;
}

.n2-contact-slider__slider .owl-stage-outer {
  overflow: hidden;
}

.n2-contact-slider__title {
  margin: 0 0 12px;
  max-width: 297px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .n2-contact-slider__title {
    font-size: 18px;
    line-height: 24px;
  }
}

.n2-contact-slider__item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 250px;
  padding: 31px 40px 40px;
  background-color: #4a3030;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  border-radius: 8px;
  border-radius: 6px;
  overflow: hidden;
  color: #FFFFFF;
  text-decoration: none;
}

.n2-contact-slider__item.n2-contact-slider__item--to_end {
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .n2-contact-slider__item {
    padding: 20px 20px 20px;
    height: 180px;
  }
}

.n2-contact-slider__arrow {
  position: absolute;
  left: 40px;
  bottom: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border: 2px solid #DAAB8E;
  border-radius: 50%;
  background: rgba(238, 232, 232, 0.05);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  color: #DAAB8E;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

.n2-contact-slider__arrow:hover, .n2-contact-slider__arrow_active {
  background: #DAAB8E;
}

.n2-contact-slider__arrow:hover svg path, .n2-contact-slider__arrow_active svg path {
  fill: #333333;
}

@media (max-width: 767px) {
  .n2-contact-slider__arrow {
    display: none;
  }
}

.n2-contact-slider__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.n2-contact-slider__image img {
  height: 100%;
}

.n2-contact-slider__content {
  position: relative;
  z-index: 1;
}

.n2-contact-slider__button {
  flex-grow: 1;
  align-items: flex-end;
  display: none;
  margin-top: 20px;
}

.n2-contact-slider__button .button {
  height: 30px;
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .n2-contact-slider__button {
    display: flex;
  }
}

.n2-contact-slider__footer {
  margin-top: 30px;
}

.n2-contact-slider__add-height-desktop {
  display: flex;
}

@media (max-width: 767px) {
  .n2-contact-slider__add-height-desktop {
    display: none;
  }
}

.n2-contact-slider__add-height-mobile {
  display: none;
}

@media (max-width: 767px) {
  .n2-contact-slider__add-height-mobile {
    display: flex;
  }
}

.n2-promo-full {
  grid-column: 1/5;
  margin: 0 -16px;
}

@media (max-width: 767px) {
  .n2-promo-full {
    grid-column: 1/3;
  }
}

.n2-margin {
  margin-bottom: 80px;
  height: 1px;
  display: flex;
}

@media (max-width: 1199px) {
  .n2-margin {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .n2-margin {
    margin-bottom: 40px;
  }
}

.title {
  font-family: Source Serif Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  color: #0B0F16;
  margin-bottom: 0;
  line-height: 1.2em;
}

@media (max-width: 1199px) {
  .title {
    font-size: 44px;
  }
}

@media (max-width: 991px) {
  .title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .title {
    font-size: 28px;
  }
}

.title_h2 {
  font-size: 40px;
}

@media (max-width: 1199px) {
  .title_h2 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .title_h2 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .title_h2 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .title_h2 {
    font-size: 24px;
  }
}

.title_mb {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .title_mb {
    margin-bottom: 20px;
  }
}

.title_center {
  text-align: center;
}

.title_catalog-section {
  padding-bottom: 20px;
}

@media (max-width: 1199px) {
  .title_catalog-section {
    padding-bottom: 20px;
  }
}

.title_how-work {
  padding: 0;
}

.title_payment-order {
  padding-bottom: 16px;
}

.title_margin-top {
  margin-top: 80px;
}

@media (max-width: 1199px) {
  .title_margin-top {
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  .title_margin-top {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .title_margin-top {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .page-title-wrapper.page-title-wrapper_new-catalog {
    margin-left: 14px;
    margin-right: 14px;
  }
}

.page-title {
  margin-top: 0px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.page-title_new-catalog {
  margin-top: 0;
  margin-bottom: 0;
}

.page-title_new-catalog .title {
  font-weight: 700;
  font-family: 'Source Serif 4', serif;
  color: #0b0f16;
  font-size: 33.6px;
  line-height: normal;
  margin: 0;
}

@media (max-width: 767px) {
  .page-title_new-catalog .title {
    font-size: 1.3rem;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .page-title_new-catalog .page-title__link {
    display: none;
  }
}

.page-title_center {
  justify-content: center;
}

.page-title__link {
  text-align: right;
}

.page-title__link a {
  color: #19304B;
  font-size: 16px;
  text-align: right;
  text-decoration: underline;
}

.page-title__link a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .page-title__link a {
    font-size: 14px;
  }
}

.page-title__filter {
  color: #868686;
  display: flex;
  align-items: center;
  align-content: center;
}

.page-title__filter a {
  text-decoration: none;
}

.page-title__filter a::after {
  content: ' ';
  background-image: url("/front/site/svg/triangle-grey.svg");
  background-size: 7px 6px;
  width: 7px;
  height: 6px;
  margin-left: 7px;
  display: inline-block;
}

.page-title--useful {
  margin-top: 6px;
}

.page-title--useful h1 {
  display: block;
  font-size: 48px;
  font-weight: 700;
  font-family: Source Serif Pro;
  margin-bottom: 20px;
  color: #0b0f16;
  line-height: 1em;
}

@media (max-width: 1199px) {
  .page-title--useful h1 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .page-title--useful h1 {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .page-title--useful {
    margin-top: 0px;
  }
}

.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .breadcrumbs {
    margin-top: 0;
  }
}

.breadcrumbs li {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #868686;
}

.breadcrumbs li + li::before {
  content: '/';
  margin: 0 5px;
  font-weight: 500;
}

.breadcrumbs li a {
  text-decoration: none;
  color: #868686;
}

@media (max-width: 767px) {
  .breadcrumbs li {
    margin-top: 0;
    font-size: 12px;
    line-height: 16px;
  }
}

.breadcrumbs_city .breadcrumbs {
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .breadcrumbs_city .breadcrumbs {
    justify-content: center;
  }
}

.topnav {
  background: #C43434;
  display: flex;
  align-items: center;
  align-content: center;
}

@media (max-width: 767px) {
  .topnav {
    display: none;
  }
}

.topnav__menu-icon {
  display: none;
}

.topnav__menu-icon a {
  cursor: pointer;
}

@media (max-width: 991px) {
  .topnav__menu-icon {
    display: flex;
    height: 43px;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
}

.topnav__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.topnav__menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.topnav__menu a:not(.topnav-menu_nostyle) {
  color: #fff;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  height: 43px;
  display: flex;
  align-items: center;
  align-content: center;
}

.topnav__menu > li:first-child {
  padding-right: 20px;
}

.topnav__menu > li + li {
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 1199px) {
  .topnav__menu > li + li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.topnav__menu > li a:not(.topnav-menu_nostyle) {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.topnav__menu > li a:not(.topnav-menu_nostyle):hover {
  color: #fff;
  text-decoration: none;
}

.topnav__menu > li > ul {
  display: none;
  position: absolute;
  z-index: 100;
  background: #fff;
  top: 25px;
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.topnav__menu > li > ul li {
  padding: 5px 15px;
}

.topnav__menu > li > ul li a:not(.topnav-menu_nostyle) {
  color: #000;
  font-size: 14px;
  line-height: 1em;
}

.topnav__menu > li:hover {
  text-decoration: none;
}

.topnav__menu > li:hover ul {
  display: block;
}

.topnav__menu > li:hover .topnav__svg-triangle svg {
  -webkit-transform: unset;
  -moz-transform: unset;
  -o-transform: unset;
  -ms-transform: unset;
  transform: unset;
}

@media (max-width: 991px) {
  .topnav__menu {
    display: none;
  }
}

.topnav__right {
  display: flex;
}

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

.topnav__card-icon {
  width: 26px;
  height: 26px;
}

.topnav__card-total {
  margin-left: 4px;
  width: 1ch;
}

.topnav__card-title {
  margin-left: 4px;
}

@media (max-width: 1199px) {
  .topnav__card-title {
    display: none;
  }
}

.heart_topnav {
  margin-right: 7px;
}

.heart_topnav .heart__count span {
  color: #C43434;
  font-size: 11px;
}

.heart_topnav .heart__svg {
  width: 23px;
  fill: #fff;
}

.heart_topnav .heart__svg-path {
  fill: #fff;
}

.heart_topnav .heart__fill-svg {
  width: 23px;
}

.heart_topnav .heart__fill-svg-path {
  fill: #fff;
}

.topnav__favorites {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  margin-left: 15px;
  /*
	&::before {
		content: ' ';
		background-image: url('/front/site/svg/favorites.svg');
		background-size: 9px 16px;
		height: 16px;
		width: 9px;
		margin-right: 5px;
	}
	*/
}

.topnav__favorites a, .topnav__favorites span, .topnav__favorites {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  color: #fff;
}

.topnav__favorites a:hover {
  color: #fff;
  text-decoration: none;
}

.topnav__favorites sup {
  font-weight: 600;
  font-size: 12px;
}

.topnav__visited-counts {
  width: 3ch;
}

.ms2TotalCount {
  width: 1ch;
}

.topnav_relative {
  position: relative;
}

.topnav_static {
  position: unset;
}

.topnav__svg-triangle {
  margin-left: 5px;
  margin-top: -1px;
}

.topnav__svg-triangle svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.topnav-catalog {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 20;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 16px 16px;
}

.topnav-catalog__grey {
  background: #F7F7F7;
  padding: 16px 50px;
  display: none;
}

.topnav-catalog__grey a {
  color: #0B0F16;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.topnav-catalog__cols {
  padding: 30px 10px;
}

.topnav-catalog__outer {
  display: flex;
  margin: 0 -30px;
}

.topnav-catalog__outer_cats {
  display: flex;
  margin: 0 0px;
  flex-wrap: wrap;
  row-gap: 30px;
}

@media (max-width: 1199px) {
  .topnav-catalog__outer_cats {
    flex-wrap: wrap;
    margin-top: -20px;
  }
}

.topnav-catalog__col {
  flex-grow: 1;
  flex-basis: 25%;
  margin: 0 30px;
}

.topnav-catalog__cats {
  flex-basis: 20%;
  flex-shrink: 0;
  color: #333;
}

@media (max-width: 1199px) {
  .topnav-catalog__cats {
    margin-top: 20px;
  }
}

.topnav-catalog__cats-image {
  text-align: center;
  height: 85px;
}

.topnav-catalog__cats-image img {
  max-height: 100%;
}

@media (max-width: 1199px) {
  .topnav-catalog__cats-image {
    height: 75px;
  }
}

.topnav-catalog__cats-title {
  font-weight: 600;
  font-size: 16px;
  margin-top: 12px;
  text-align: center;
  line-height: 1.4em;
}

@media (max-width: 1199px) {
  .topnav-catalog__cats-title {
    font-size: 14px;
  }
}

.topnav-catalog__col-title {
  color: #0B0F16;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #E4E4E4;
}

.topnav-catalog__col-title a {
  color: #0B0F16;
}

.topnav-catalog__col-title a:hover {
  color: #C43434;
}

.topnav-catalog__col-category a {
  color: #333;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
}

.topnav-catalog__col-category + .topnav-catalog__col-category {
  margin-top: 6px;
}

.topnav-catalog__col_block + .topnav-catalog__col_block {
  margin-top: 24px;
}

.topnav-catalog__cols3 {
  display: none;
}

.topnav-mobile {
  position: absolute;
  left: 0;
  top: 0px;
  background: #fff;
  z-index: 20;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 16px 16px;
}

.topnav-mobile__grey {
  background: #F7F7F7;
  height: 43px;
  display: flex;
  align-content: center;
  align-items: center;
}

.topnav-mobile__grey a {
  color: #0B0F16;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.topnav-mobile__menu {
  width: 200px;
}

.topnav-mobile__menu li {
  position: relative;
}

.topnav-mobile__menu a {
  color: #0B0F16;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25em;
}

.topnav-mobile__menu > li {
  height: 35px;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 0 40px;
}

.topnav-mobile__parent-cat {
  position: absolute;
  top: 0;
  left: 200px;
  padding: 0 40px;
  background: #fff;
}

.topnav-mobile__parent-cat > li {
  width: 200px;
  height: 35px;
  display: flex;
  align-items: center;
  align-content: center;
}

.topnav-mobile__child-cat {
  position: absolute;
  top: 0;
  left: 200px;
}

.topnav-mobile__child-cat > li {
  height: 35px;
}

.button {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 48px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  border-radius: 5px;
  text-decoration: none !important;
  line-height: 1.2em;
  border: none;
  box-shadow: none;
}

.button:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .button {
    font-size: 16px;
    height: 44px;
  }
}

.button_red {
  background: #C43434;
  transition: all .2s ease 0s;
}

.button_red:hover {
  background: #ad2727;
}

.button_blue_border {
  border: 2px solid #19304B;
  color: #19304B;
}

.button_blue_border:hover {
  background: #19304B;
  color: #fff;
}

.button_footer {
  font-size: 14px;
  font-weight: normal;
  display: inline-flex;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .button_footer {
    width: 280px;
    margin-top: 16px;
  }
}

.button_catalog-card-left {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .button_catalog-card-left {
    display: none;
  }
}

.button_inline {
  display: inline-flex;
  padding: 12px 30px;
  height: auto;
}

@media (max-width: 575px) {
  .button_inline {
    padding: 12px 20px;
  }
}

.button_order {
  padding-left: 70px;
  padding-right: 70px;
  height: 48px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .button_order {
    width: 100%;
    height: 48px;
    padding-left: 20px;
    padding: 20px;
  }
}

.button_width100 {
  width: 100%;
}

.button_text-img {
  padding-top: 18px;
  padding-bottom: 18px;
  width: 100%;
}

@media (max-width: 1199px) {
  .button_text-img {
    width: auto;
  }
}

@media (max-width: 991px) {
  .button_grav-about {
    display: inline-flex;
    padding: 12px 40px;
    height: auto;
  }
}

.button_main-banner {
  display: inline-flex;
  padding-left: 70px;
  padding-right: 70px;
  height: 62px;
}

.button_category-plug {
  height: auto;
  padding: 12px 0;
  font-weight: 700;
  font-size: 14px;
  margin-top: 18px;
}

.button_easycomm-form-button {
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 767px) {
  .button_easycomm-form-button {
    margin-top: 10px;
  }
}

@media (max-width: 319px) {
  .button_easycomm-form-button {
    width: 100%;
  }
}

.button_author {
  border-radius: 50px;
  width: 300px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  height: 60px;
}

.catalog-nav {
  border-top: 1px solid #E7EAEB;
  border-bottom: 1px solid #E7EAEB;
  padding: 24px 0 8px;
  position: relative;
}

.catalog-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.catalog-nav ul li {
  display: flex !important;
  width: auto !important;
  align-content: center;
  align-items: center;
  border: 1px solid #333333;
  box-sizing: border-box;
  border-radius: 100px;
  margin-bottom: 16px;
  margin-right: 20px;
  transition: all .3s ease 0s;
}

.catalog-nav ul li a {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 0 24px;
  height: 40px;
  text-decoration: none;
  font-size: 16px;
  color: #333;
}

@media (max-width: 767px) {
  .catalog-nav ul li a {
    font-size: 12px;
  }
}

.catalog-nav ul li.active {
  background: #19304B;
}

.catalog-nav ul li.active a {
  color: #fff;
}

.catalog-nav ul li:hover {
  background: #19304B;
}

.catalog-nav ul li:hover a {
  color: #fff;
}

@media (max-width: 991px) {
  .catalog-nav ul li {
    white-space: nowrap;
    margin-right: 15px;
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .catalog-nav ul li {
    height: 32px;
    margin-right: 10px;
  }
}

@media (max-width: 991px) {
  .catalog-nav ul {
    flex-wrap: nowrap;
  }
}

@media (max-width: 991px) {
  .catalog-nav {
    padding: 16px 0 16px;
  }
}

@media (max-width: 767px) {
  .catalog-nav {
    padding: 12px 0 12px;
  }
}

.catalog-nav__wrap {
  overflow-x: auto;
}

.catalog-nav_top {
  border-top: none;
  padding-top: 0;
  margin-top: -20px;
}

.catalog-nav_works {
  border-top: none;
  padding-top: 0;
}

.tabs {
  position: relative;
}

.tabs__item {
  cursor: pointer;
  transition: all .3s ease 0s;
}

.tabs__content-item {
  display: none;
}

.tabs__content-item.active {
  display: block;
}

.tabs__arrow {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  flex-grow: 1;
  z-index: 10;
  display: none;
  cursor: pointer;
}

.tabs__arrow img {
  height: 12px;
}

.tabs__arrow-left {
  left: 0px;
  justify-content: flex-start;
  background: linear-gradient(to right, #FFFFFF 0%, rgba(255, 255, 255, 0.4) 100%);
}

.tabs__arrow-right {
  right: 0px;
  justify-content: flex-end;
  background: linear-gradient(to left, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 60%);
}

.tabs_round2 .tabs__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .tabs_round2 .tabs__items {
    padding: 0px 0 8px;
  }
}

@media (max-width: 767px) {
  .tabs_round2 .tabs__items {
    padding: 0px 0 4px;
  }
}

.tabs_round2 .tabs__item {
  display: flex !important;
  width: auto !important;
  align-content: center;
  align-items: center;
  border: 1px solid #333333;
  box-sizing: border-box;
  border-radius: 100px;
  margin-bottom: 16px;
  margin-right: 20px;
  overflow: hidden;
  transition: all .3s ease 0s;
}

.tabs_round2 .tabs__item a {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 0 24px;
  height: 40px;
  text-decoration: none;
  font-size: 16px;
  color: #333;
}

@media (max-width: 767px) {
  .tabs_round2 .tabs__item a {
    font-size: 12px;
  }
}

.tabs_round2 .tabs__item.active {
  background: #19304B;
}

.tabs_round2 .tabs__item.active a {
  color: #fff;
}

.tabs_round2 .tabs__item:hover {
  background: #19304B;
}

.tabs_round2 .tabs__item:hover a {
  color: #fff;
}

@media (max-width: 991px) {
  .tabs_round2 .tabs__item {
    margin-right: 15px;
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .tabs_round2 .tabs__item {
    height: 32px;
    margin-right: 10px;
  }
}

.tabs_round2 .tabs__content {
  border-top: 1px solid #E7EAEB;
  padding: 40px 0 0px;
  margin-top: 8px;
}

.tabs_product {
  margin-top: 50px;
}

.tabs_product .tabs__title {
  font-weight: 700;
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .tabs_product .tabs__title {
    margin-top: 40px;
  }
}

.tabs_product .tabs__title_nomrgtop {
  margin-top: 0;
}

.tabs_product .tabs__items-wrap {
  overflow-y: auto;
  padding: 0 0 15px;
  scrollbar-width: none;
  /* для Chrome/Edge/Safari */
}

.tabs_product .tabs__items-wrap::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  display: none;
}

.tabs_product .tabs__items-wrap::-webkit-scrollbar-track {
  background: orange;
  display: none;
}

.tabs_product .tabs__items-wrap::-webkit-scrollbar-thumb {
  background-color: blue;
  border-radius: 5px;
  border: 3px solid orange;
  display: none;
}

.tabs_product .tabs__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E7EAEB;
  border-bottom: 2px solid #E7EAEB;
}

@media (max-width: 1199px) {
  .tabs_product .tabs__items {
    width: max-content;
  }
}

.tabs_product .tabs__item {
  position: relative;
}

.tabs_product .tabs__item a {
  bottom: 0;
  padding: 12px 0;
  opacity: 0.8;
  color: #333;
  display: inline-block;
  margin-bottom: -2px;
  white-space: nowrap;
  display: block;
}

.tabs_product .tabs__item.active a {
  font-weight: 700;
  opacity: 1;
  border-bottom: 2px solid #C43434;
}

.tabs_product .tabs__item + .tabs__item {
  margin-left: 20px;
}

.tabs_product .tabs__content {
  padding: 32px 0 0;
}

.tabs_round .tabs__items-wrap {
  overflow-y: auto;
  padding: 0 0 9px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E7EAEB;
  scrollbar-width: none;
  /* для Chrome/Edge/Safari */
}

.tabs_round .tabs__items-wrap::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  display: none;
}

.tabs_round .tabs__items-wrap::-webkit-scrollbar-track {
  background: orange;
  display: none;
}

.tabs_round .tabs__items-wrap::-webkit-scrollbar-thumb {
  background-color: blue;
  border-radius: 5px;
  border: 3px solid orange;
  display: none;
}

@media (max-width: 767px) {
  .tabs_round .tabs__items-wrap {
    padding-bottom: 24px;
  }
}

.tabs_round .tabs__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .tabs_round .tabs__items {
    flex-wrap: nowrap;
    width: max-content;
  }
}

.tabs_round .tabs__item {
  border: 1px solid #333333;
  border-radius: 100px;
  margin-bottom: 15px;
  margin-right: 15px;
}

.tabs_round .tabs__item a {
  display: block;
  padding: 8px 24px;
  color: #333;
}

@media (max-width: 991px) {
  .tabs_round .tabs__item a {
    font-size: 14px;
    padding: 6px 16px;
  }
}

.tabs_round .tabs__item.active {
  background: #19304B;
  border: 1px solid #19304B;
}

.tabs_round .tabs__item.active a {
  color: #fff;
  font-weight: 600;
}

@media (max-width: 767px) {
  .tabs_round .tabs__item {
    margin-right: 0px;
    margin-bottom: 0;
  }
}

.tabs_round .tabs__arrow {
  height: 38px;
}

.tabs_round .tabs__arrow-left {
  background: linear-gradient(to right, #F7F7F7 0%, rgba(255, 255, 255, 0.04) 70%);
}

.tabs_round .tabs__arrow-right {
  background: linear-gradient(to left, #F7F7F7 0%, rgba(255, 255, 255, 0.03) 80%);
}

@media (max-width: 767px) {
  .tabs_round .tabs__item + .tabs__item {
    margin-left: 8px;
  }
}

.tabs_round_hover .tabs__item:hover, .tabs_round_hover .tabs__item.active {
  background: #19304B;
  border: 1px solid #19304B;
}

.tabs_round_hover .tabs__item:hover a, .tabs_round_hover .tabs__item.active a {
  color: #fff;
}

.tabs_round_hover .tabs__item.active a {
  font-weight: 600;
}

.tabs_catalog .tabs__items-wrap {
  overflow-y: auto;
  padding: 24px 0 9px;
  border-top: 1px solid #E7EAEB;
  scrollbar-width: none;
  /* для Chrome/Edge/Safari */
}

.tabs_catalog .tabs__items-wrap::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  display: none;
}

.tabs_catalog .tabs__items-wrap::-webkit-scrollbar-track {
  background: orange;
  display: none;
}

.tabs_catalog .tabs__items-wrap::-webkit-scrollbar-thumb {
  background-color: blue;
  border-radius: 5px;
  border: 3px solid orange;
  display: none;
}

@media (max-width: 767px) {
  .tabs_catalog .tabs__items-wrap {
    padding-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .tabs_catalog .tabs__items-wrap {
    padding: 12px 0;
  }
}

.tabs_catalog .tabs__items-wrap_product-categories {
  border-top: none;
  padding-top: 30px;
}

.tabs_catalog .tabs__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .tabs_catalog .tabs__items {
    flex-wrap: nowrap;
    width: max-content;
  }
}

.tabs_catalog .tabs__item {
  border: 1px solid #333333;
  border-radius: 100px;
  margin-bottom: 15px;
  margin-right: 15px;
}

.tabs_catalog .tabs__item a {
  display: block;
  padding: 8px 24px;
  color: #333;
}

@media (max-width: 991px) {
  .tabs_catalog .tabs__item a {
    font-size: 14px;
    padding: 6px 16px;
  }
}

.tabs_catalog .tabs__item:hover, .tabs_catalog .tabs__item.active {
  background: #19304B;
  border: 1px solid #19304B;
}

.tabs_catalog .tabs__item:hover a, .tabs_catalog .tabs__item.active a {
  color: #fff;
}

.tabs_catalog .tabs__item.active a {
  font-weight: 600;
}

@media (max-width: 991px) {
  .tabs_catalog .tabs__item {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .tabs_catalog .tabs__item {
    margin-bottom: 0;
  }
}

.tabs_catalog .tabs__arrow {
  height: 100%;
}

.tabs_catalog .tabs__arrow-left {
  background: linear-gradient(to right, #F7F7F7 0%, rgba(255, 255, 255, 0.04) 70%);
}

.tabs_catalog .tabs__arrow-right {
  background: linear-gradient(to left, #F7F7F7 0%, rgba(255, 255, 255, 0.03) 80%);
}

@media (max-width: 991px) {
  .tabs_catalog .tabs__item + .tabs__item,
  .tabs_catalog .pageblocks-block-anchor + .tabs__item {
    margin-left: 8px;
  }
}

.tabs_useful .tabs__items-wrap {
  overflow-y: auto;
  padding: 24px 0 9px;
  border-bottom: 1px solid #E7EAEB;
  scrollbar-width: none;
  /* для Chrome/Edge/Safari */
}

.tabs_useful .tabs__items-wrap::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  display: none;
}

.tabs_useful .tabs__items-wrap::-webkit-scrollbar-track {
  background: orange;
  display: none;
}

.tabs_useful .tabs__items-wrap::-webkit-scrollbar-thumb {
  background-color: blue;
  border-radius: 5px;
  border: 3px solid orange;
  display: none;
}

@media (max-width: 991px) {
  .tabs_useful .tabs__items-wrap {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (max-width: 575px) {
  .tabs_useful .tabs__items-wrap {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.tabs_useful .tabs__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .tabs_useful .tabs__items {
    flex-wrap: nowrap;
    width: max-content;
  }
}

.tabs_useful .tabs__item {
  border: 1px solid #333333;
  border-radius: 100px;
  margin-bottom: 15px;
  margin-right: 15px;
}

.tabs_useful .tabs__item a {
  display: block;
  padding: 8px 24px;
  color: #333;
}

@media (max-width: 991px) {
  .tabs_useful .tabs__item a {
    font-size: 14px;
    padding: 6px 16px;
  }
}

.tabs_useful .tabs__item.active {
  background: #19304B;
  border: 1px solid #19304B;
}

.tabs_useful .tabs__item.active a {
  color: #fff;
  font-weight: 600;
}

@media (max-width: 991px) {
  .tabs_useful .tabs__item {
    margin-bottom: 0;
    margin-right: 0;
  }
}

.tabs_useful .tabs__arrow {
  height: 72px;
}

@media (max-width: 575px) {
  .tabs_useful .tabs__arrow {
    height: 64px;
  }
}

.tabs_useful .tabs__arrow-left {
  background: linear-gradient(to right, #F7F7F7 0%, rgba(255, 255, 255, 0.04) 70%);
}

.tabs_useful .tabs__arrow-right {
  background: linear-gradient(to left, #F7F7F7 0%, rgba(255, 255, 255, 0.03) 80%);
}

@media (max-width: 991px) {
  .tabs_useful .tabs__item + .tabs__item {
    margin-left: 8px;
  }
}

.tabs_useful-n .tabs__items-wrap {
  overflow-y: auto;
  margin: 24px 0 9px;
  scrollbar-width: none;
  /* для Chrome/Edge/Safari */
}

.tabs_useful-n .tabs__items-wrap::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  display: none;
}

.tabs_useful-n .tabs__items-wrap::-webkit-scrollbar-track {
  background: orange;
  display: none;
}

.tabs_useful-n .tabs__items-wrap::-webkit-scrollbar-thumb {
  background-color: blue;
  border-radius: 5px;
  border: 3px solid orange;
  display: none;
}

@media (max-width: 991px) {
  .tabs_useful-n .tabs__items-wrap {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

@media (max-width: 575px) {
  .tabs_useful-n .tabs__items-wrap {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.tabs_useful-n .tabs__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .tabs_useful-n .tabs__items {
    flex-wrap: nowrap;
    width: max-content;
  }
}

.tabs_useful-n .tabs__item {
  border: 1px solid #333333;
  border-radius: 100px;
  margin-bottom: 15px;
  margin-right: 15px;
}

.tabs_useful-n .tabs__item a {
  display: block;
  padding: 8px 24px;
  color: #333;
}

@media (max-width: 991px) {
  .tabs_useful-n .tabs__item a {
    font-size: 14px;
    padding: 6px 16px;
  }
}

.tabs_useful-n .tabs__item.active {
  background: #19304B;
  border: 1px solid #19304B;
}

.tabs_useful-n .tabs__item.active a {
  color: #fff;
  font-weight: 600;
}

@media (max-width: 991px) {
  .tabs_useful-n .tabs__item {
    margin-bottom: 0;
    margin-right: 0;
  }
}

.tabs_useful-n .tabs__arrow {
  height: 100%;
}

@media (max-width: 575px) {
  .tabs_useful-n .tabs__arrow {
    height: 100%;
  }
}

.tabs_useful-n .tabs__arrow-left {
  background: linear-gradient(to right, #F7F7F7 0%, rgba(255, 255, 255, 0.04) 70%);
}

.tabs_useful-n .tabs__arrow-right {
  background: linear-gradient(to left, #F7F7F7 0%, rgba(255, 255, 255, 0.03) 80%);
}

@media (max-width: 991px) {
  .tabs_useful-n .tabs__item + .tabs__item {
    margin-left: 8px;
  }
}

.catalog-section {
  padding: 40px 0 30px;
  border-top: 1px solid #E7EAEB;
  border-bottom: 1px solid #E7EAEB;
}

.catalog-section + .catalog-section {
  border-top: none;
}

a.pageblocks-block-anchor + .catalog-section {
  border-top: none;
}

@media (max-width: 991px) {
  .catalog-section {
    padding: 32px 0 0;
  }
}

@media (max-width: 767px) {
  .catalog-section {
    padding: 24px 0 0;
  }
}

.catalog-section_no-border-top {
  border-top: none;
}

.catalog-section_no-border-bottom {
  border-bottom: none;
}

.products-section {
  border-top: 1px solid #E7EAEB;
  padding-top: 32px;
}

.products-section__custom-rank {
  display: none;
}

.products-section__custom-rank.products-section__custom-rank_show {
  display: block;
}

.catalog-card {
  background: #FFFFFF;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  padding: 32px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1199px) {
  .catalog-card {
    padding: 24px;
  }
}

@media (max-width: 991px) {
  .catalog-card {
    padding: 12px;
  }
}

@media (max-width: 575px) {
  .catalog-card {
    padding: 24px;
  }
}

@media (max-width: 319px) {
  .catalog-card {
    padding: 16px;
  }
}

@media (max-width: 991px) {
  .catalog-card__top {
    flex-grow: 0;
  }
}

.catalog-card__center {
  display: flex;
  padding-top: 16px;
  flex-grow: 1;
}

@media (max-width: 1199px) {
  .catalog-card__center {
    padding-top: 12px;
  }
}

@media (max-width: 991px) {
  .catalog-card__center {
    padding-top: 8px;
  }
}

.catalog-card__bottom {
  padding-top: 20px;
}

.catalog-card__title a {
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  color: #0B0F16;
}

@media (max-width: 991px) {
  .catalog-card__title a {
    font-size: 16px;
    padding-right: 20px;
  }
}

.catalog-card__desc {
  font-size: 16px;
  color: #333333;
  padding-top: 16px;
}

@media (max-width: 1199px) {
  .catalog-card__desc {
    padding-top: 8px;
  }
}

@media (max-width: 991px) {
  .catalog-card__desc {
    display: none;
  }
}

@media (max-width: 767px) {
  .catalog-card__desc {
    display: block;
  }
}

@media (max-width: 1199px) {
  .catalog-card__desc-long {
    display: none;
  }
}

@media (max-width: 767px) {
  .catalog-card__desc-long {
    display: block;
  }
}

@media (max-width: 575px) {
  .catalog-card__desc-long {
    display: none;
  }
}

.catalog-card__desc-short {
  display: none;
}

@media (max-width: 1199px) {
  .catalog-card__desc-short {
    display: block;
  }
}

@media (max-width: 767px) {
  .catalog-card__desc-short {
    display: none;
  }
}

@media (max-width: 575px) {
  .catalog-card__desc-short {
    display: block;
  }
}

.catalog-card__left {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  width: 50%;
}

.catalog-card__right {
  flex-grow: 1;
  flex-basis: 50%;
  width: 50%;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: right;
}

.catalog-card__image {
  text-align: right;
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  padding-left: 30px;
}

.catalog-cart__image-3x {
  padding: 15px 10px;
}

.catalog-card_price {
  flex-grow: 1;
}

.catalog-card_2x .catalog-card__left {
  flex-basis: 47%;
  width: 47%;
}

.catalog-card_2x .catalog-card__right {
  flex-basis: 53%;
  width: 53%;
}

.catalog-card_2x img {
  max-height: 300px;
}

.catalog-card_2x .catalog-card__bottom-2x {
  display: none;
}

@media (max-width: 767px) {
  .catalog-card_2x .catalog-card__bottom-2x {
    display: block;
  }
}

.catalog-card_3x .catalog-card__left {
  flex-basis: 47%;
  width: 47%;
}

.catalog-card_3x .catalog-card__right {
  flex-basis: 53%;
  width: 53%;
}

.catalog-card_3x img {
  max-height: 300px;
}

.catalog-card_3x .catalog-card__bottom-3x {
  display: none;
}

@media (max-width: 767px) {
  .catalog-card_3x .catalog-card__bottom-3x {
    display: block;
  }
}

.catalog-card_3x .catalog-card___button-left-outer {
  max-width: 290px;
}

.product-card__more {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  align-items: center;
  align-content: center;
  justify-content: center;
  opacity: 0;
  transition: all .3s ease 0s;
  z-index: 20;
}

@media (max-width: 767px) {
  .product-card__more {
    display: block;
    opacity: 1;
    position: static;
    margin-top: 20px;
  }
}

.product-card {
  background: #FFFFFF;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  padding: 22px 20px;
  height: 100%;
  min-height: 310px;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.product-card:hover .product-card__more {
  display: flex;
  opacity: 1;
}

.product-card:hover .product-card__top,
.product-card:hover .product-card__center,
.product-card:hover .product-card__bottom {
  opacity: 0.5;
  transition: all .2s ease 0s;
}

@media (max-width: 1199px) {
  .product-card {
    padding: 24px;
  }
}

@media (max-width: 991px) {
  .product-card {
    padding: 12px;
  }
}

@media (max-width: 575px) {
  .product-card {
    padding: 24px;
  }
}

@media (max-width: 319px) {
  .product-card {
    padding: 16px;
  }
}

.page-title__filter {
  padding: 10px 0;
}

.product-card__discount {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
  background: #C43434;
  border-radius: 8px;
  position: absolute;
  right: 8px;
  top: 8px;
  color: #fff;
  font-size: 12px;
}

.product-card__price-installment {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 8px 2px 8px;
  background: #EF9942;
  border-radius: 100px;
  position: absolute;
  left: 8px;
  top: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.product-card__image {
  text-align: center;
  padding-bottom: 15px;
}

.product-card__image img {
  max-height: 230px;
}

.product-card__title a {
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  color: #0B0F16;
}

@media (max-width: 991px) {
  .product-card__title a {
    font-size: 16px;
  }
}

.product-card__desc {
  font-size: 14px;
  color: #868686;
  padding-top: 12px;
  line-height: 1.3em;
}

@media (max-width: 1199px) {
  .product-card__desc {
    padding-top: 8px;
  }
}

.product-card__top {
  z-index: 10;
}

.product-card__center {
  flex-grow: 1;
  z-index: 10;
}

.product-card__bottom {
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  z-index: 10;
}

.product-card__price {
  font-weight: bold;
  font-size: 18px;
  color: #0B0F16;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .product-card__price {
    font-size: 15px;
  }
}

.product-card__price_red {
  color: #BB2B2B;
}

.product-card__old-price {
  color: #868686;
  text-decoration: line-through;
  font-size: 14px;
}

.button_product-card {
  padding-left: 32px;
  padding-right: 32px;
}

.product-card_question {
  transition: all .3s ease 0s;
}

.product-card_question .product-card__title {
  text-align: center;
}

.product-card_question .product-card__title a {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.product-card_question .product-card__desc {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.product-card_question .product-card__more {
  display: block;
  opacity: 1;
  position: static;
  width: 100%;
}

.product-card_question:hover .product-card__more {
  display: block;
  opacity: 1;
}

.product-card_question:hover .product-card__top,
.product-card_question:hover .product-card__center,
.product-card_question:hover .product-card__bottom {
  opacity: 1;
  transition: none;
}

.product-card_question:hover .product-card__bg {
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
}

.product-card__bg {
  background: url("/front/site/img/products/product-q.jpg") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: all .3s ease 0s;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.5);
}

.product-card_catalog-g {
  box-shadow: none;
  padding: 0;
  min-height: auto;
  border-radius: 0;
}

.product-card_catalog-g .product-card__image {
  padding-bottom: 0;
  border-radius: 6px;
  overflow: hidden;
  background: #000;
  position: relative;
  margin-bottom: 8px;
}

.product-card_catalog-g .product-card__image img {
  height: auto;
}

.product-card_catalog-g .product-card__bottom {
  padding-top: 3px;
  justify-content: flex-start;
}

.product-card_catalog-g .product-card__price {
  font-size: 14px;
}

.product-card_catalog-g .product-card__old-price {
  font-size: 12px;
  margin-left: 10px;
}

.product-card_catalog-g .product-card__discount {
  left: 8px;
  right: initial;
}

@media (max-width: 767px) {
  .product-card_catalog-g .product-card__more {
    display: none;
  }
}

.product-card_catalog-g:hover .product-card__more {
  display: flex;
  opacity: 1;
}

@media (max-width: 767px) {
  .product-card_catalog-g:hover .product-card__more {
    display: none;
  }
}

.product-card_catalog-g:hover .product-card__top,
.product-card_catalog-g:hover .product-card__center,
.product-card_catalog-g:hover .product-card__bottom {
  opacity: 1;
  transition: all .2s ease 0s;
}

.product-card_catalog-g:hover .product-card__image img {
  transition: all .5s ease 0s;
  filter: brightness(40%);
}

.product-card_promo-product {
  background: transparent;
  box-shadow: 13px 0px 74px 0px rgba(212, 212, 212, 0.25);
  border: 1px solid #19304B;
}

.price__title {
  font-weight: normal;
  font-size: 14px;
  color: #464646;
}

@media (max-width: 991px) {
  .price__title {
    font-size: 13px;
  }
}

.price__value {
  font-weight: bold;
  font-size: 20px;
  color: #0B0F16;
}

@media (max-width: 991px) {
  .price__value {
    font-size: 15px;
  }
}

.price__value_red {
  color: #BB2B2B;
}

.avail__title {
  font-weight: normal;
  font-size: 14px;
  color: #464646;
  line-height: 1.2em;
}

@media (max-width: 991px) {
  .avail__title {
    font-size: 13px;
  }
}

.avail__value {
  font-weight: bold;
  font-size: 18px;
  color: #0B0F16;
}

@media (max-width: 991px) {
  .avail__value {
    font-size: 15px;
  }
}

.avail__value_red {
  color: #BB2B2B;
}

.content-gal {
  margin: 40px 0 40px;
}

.content-gal h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 24px;
}

.title-gallery + .content-gal {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .content-gal {
    padding: 32px 0 32px;
  }
}

.content-gal__items {
  text-align: center;
}

.content-gal__item a.img {
  position: relative;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  display: block;
}

.content-gal__item a.img img {
  width: auto !important;
  display: inline-block !important;
  z-index: 10;
  position: relative;
}

.content-gal__item a.img:hover .zoom {
  display: flex;
}

.content-gal__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2em;
  color: #686868;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .content-gal__title {
    padding-top: 12px;
  }
}

.content-gal_2photo {
  height: 350px !important;
}

.text-img {
  display: flex;
  padding-top: 16px;
  padding-bottom: 30px;
}

.text-img__text {
  flex-grow: 1;
  padding-right: 48px;
  font-size: 16px;
  color: #333;
}

.text-img_image-left .text-img__text {
  padding-left: 48px;
  padding-right: 0;
  order: 2;
}

@media (max-width: 1199px) {
  .text-img_image-left .text-img__text {
    padding-left: 0;
    padding-right: 0;
  }
}

.text-img__text h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
  line-height: 1.2em;
}

@media (max-width: 767px) {
  .text-img__text h3 {
    font-size: 20px;
  }
}

.text-img__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.text-img__text ul {
  margin-bottom: 20px;
  list-style: disc;
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .text-img__text {
    padding-left: 0;
    padding-right: 0;
  }
}

.text-img__img {
  flex-basis: 47%;
  flex-grow: 1;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.text-img_image-left .text-img__img {
  order: 1;
}

@media (max-width: 1199px) {
  .text-img__img {
    display: none;
  }
}

.contacts-block__wrap {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .contacts-block__wrap {
    flex-wrap: wrap;
  }
}

.contacts-block__info {
  flex-basis: 42%;
  flex-grow: 1;
  padding-right: 40px;
  font-size: 18px;
  color: #333333;
}

.contacts-block__info ul {
  list-style: none;
}

.contacts-block__info ul li + li {
  margin-top: 13px;
}

@media (max-width: 1199px) {
  .contacts-block__info ul li + li {
    margin-top: 8px;
  }
}

.contacts-block__info ul li span {
  font-weight: bold;
}

@media (max-width: 1199px) {
  .contacts-block__info {
    flex-basis: 47%;
  }
}

@media (max-width: 991px) {
  .contacts-block__info {
    flex-basis: 100%;
    font-size: 16px;
  }
}

.contacts-block__info-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 23px;
}

@media (max-width: 991px) {
  .contacts-block__info-title {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .contacts-block__icons-top {
    display: none;
  }
}

.contacts-block__icons-bottom {
  display: none;
}

@media (max-width: 991px) {
  .contacts-block__icons-bottom {
    display: block;
  }
}

@media (max-width: 1199px) {
  .icon__img img {
    width: 56px;
  }
}

@media (max-width: 767px) {
  .icon__label {
    font-size: 14px;
  }
}

.contacts-block__map {
  flex-basis: 58%;
  position: relative;
}

@media (max-width: 1199px) {
  .contacts-block__map {
    flex-basis: 53%;
  }
}

@media (max-width: 991px) {
  .contacts-block__map {
    flex-basis: 100%;
    margin-top: 20px;
  }
}

.contacts-block__map-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 993px) {
  .contacts-block__map-overlay {
    height: unset !important;
  }
}

@media (max-width: 991px) {
  .contacts-block__map-overlay {
    position: static;
  }
}

.contacts-block__map-overlay-zoom {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-content: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease 0s;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.contacts-block__map-overlay-zoom img {
  width: 100px;
}

.contacts-block__map-overlay:hover .contacts-block__map-overlay-zoom {
  display: flex;
  opacity: 1;
}

.contacts-block__map-overlay-info {
  text-align: center;
}

.contacts-block__map-overlay-zoom-text {
  color: #fff;
  margin-top: 20px;
}

.contacts-block__icons {
  margin-top: 80px;
}

@media (max-width: 1199px) {
  .contacts-block__icons {
    margin-top: 32px;
  }
}

.title_contacts-block {
  padding-bottom: 40px;
  padding-top: 0px;
}

.garanty-section {
  background: #FFFFFF;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  padding: 40px 60px;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  align-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .garanty-section {
    padding: 40px 40px;
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .garanty-section {
    padding: 24px;
    margin-top: 60px;
  }
}

@media (max-width: 575px) {
  .garanty-section {
    padding: 16px;
  }
}

.garanty-section__left {
  flex-basis: 40%;
}

@media (max-width: 1199px) {
  .garanty-section__left {
    flex-basis: 35%;
  }
}

@media (max-width: 991px) {
  .garanty-section__left {
    display: none;
  }
}

.garanty-section__right {
  flex-basis: 55%;
}

@media (max-width: 991px) {
  .garanty-section__right {
    flex-basis: 90%;
  }
}

@media (max-width: 767px) {
  .garanty-section__right {
    flex-basis: 100%;
  }
}

.garanty-section__button {
  padding-top: 25px;
}

.garanty-section__title {
  font-family: Source Serif Pro;
  font-weight: 600;
  font-size: 40px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E7EAEB;
  line-height: 1.1;
}

@media (max-width: 1199px) {
  .garanty-section__title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .garanty-section__title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .garanty-section__title {
    font-size: 24px;
  }
}

.garanty-section__desc {
  font-size: 18px;
  color: #333333;
  padding-top: 16px;
}

.garanty-section__desc p {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .garanty-section__desc {
    font-size: 16px;
  }
}

.garanty-section__m-img {
  display: none;
  text-align: center;
  padding: 10px 0;
}

.garanty-section__m-img a {
  display: inline-block;
  max-width: 260px;
}

@media (max-width: 767px) {
  .garanty-section__m-img {
    display: flex;
    justify-content: center;
  }
}

.button_garanty {
  max-width: 315px;
  height: 60px;
}

@media (max-width: 767px) {
  .button_garanty {
    max-width: 100%;
    height: 48px;
  }
}

.order-section {
  background: #FFFFFF;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  padding: 60px 60px;
}

@media (max-width: 1199px) {
  .order-section {
    padding: 40px 40px;
  }
}

@media (max-width: 991px) {
  .order-section {
    padding: 40px 40px;
  }
}

@media (max-width: 767px) {
  .order-section {
    padding: 24px;
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .order-section {
    padding: 16px;
  }
}

.order-section__top {
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.order-section__bottom {
  display: none;
  padding-top: 20px;
}

@media (max-width: 991px) {
  .order-section__bottom {
    display: block;
  }
}

.order-section_inline {
  padding: 0;
  border-radius: 0px;
  background: none;
  margin-top: 60px;
  box-shadow: none;
}

.order-section__left {
  text-align: center;
  margin-right: 60px;
  flex-basis: 350px;
  flex-shrink: 0;
}

.order-section__left a {
  display: inline-block;
}

.order-section__left img {
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .order-section__left {
    flex-basis: 267px;
  }
}

@media (max-width: 991px) {
  .order-section__left {
    display: none;
  }
}

.order-section__right {
  padding-right: 0px;
  flex-grow: 1;
}

@media (max-width: 1199px) {
  .order-section__right {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .order-section__right {
    flex-basis: 100%;
  }
}

.order-section__button {
  padding-top: 25px;
  display: flex;
  align-items: center;
  align-content: center;
}

@media (max-width: 767px) {
  .order-section__button {
    display: block;
    text-align: center;
  }
}

.order-section__title {
  font-family: Source Serif Pro;
  font-weight: 600;
  font-size: 40px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E7EAEB;
  line-height: 1.1;
}

@media (max-width: 1199px) {
  .order-section__title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .order-section__title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .order-section__title {
    font-size: 24px;
  }
}

.order-section__desc {
  font-size: 18px;
  color: #333333;
  padding-top: 24px;
}

.order-section__desc p {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .order-section__desc {
    font-size: 16px;
  }
}

.order-section__name {
  font-weight: normal;
  margin-top: 24px;
  font-size: 16px;
}

@media (max-width: 1199px) {
  .order-section__name {
    margin-top: 12px;
  }
}

.order-section__position {
  font-size: 14px;
}

.order-section__phone {
  padding-left: 24px;
  font-size: 14px;
}

.order-section__phone a {
  font-weight: bold;
  color: #0B0F16;
  font-size: 20px;
}

@media (max-width: 767px) {
  .order-section__phone {
    margin-top: 16px;
    padding-left: 0;
  }
}

.order-section__m-img {
  display: none;
  text-align: center;
  padding: 24px 0 0;
}

.order-section__m-img a {
  display: inline-block;
  max-width: 260px;
}

.order-section__m-img img {
  border-radius: 8px;
}

@media (max-width: 767px) {
  .order-section__m-img {
    display: block;
    justify-content: center;
  }
}

.order-section_img-right .order-section__left {
  order: 1;
  margin-right: 0;
  margin-left: 60px;
}

.order-section_img-right .order-section__right {
  order: 0;
}

.order-form {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .order-form {
    padding-top: 0px;
  }
}

.order-form__fields {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
}

@media (max-width: 767px) {
  .order-form__fields {
    display: block;
  }
}

.order-form__separator {
  flex-basis: 16px;
}

@media (max-width: 767px) {
  .order-form__separator {
    display: none;
  }
}

.order-form__name,
.order-form__phone {
  flex-grow: 1;
}

.order-form__name input,
.order-form__phone input {
  width: 100%;
  border: 1px solid #868686;
  border-radius: 6px;
  padding: 12px 16px 12px 16px;
}

.order-form__name input:focus,
.order-form__phone input:focus {
  border-color: #000;
}

@media (max-width: 767px) {
  .order-form__name input,
  .order-form__phone input {
    font-size: 14px;
    padding: 8px 12px 8px 12px;
  }
}

@media (max-width: 767px) {
  .order-form__phone {
    margin-top: 8px;
  }
}

.order-form__button {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .order-form__button {
    margin-top: 16px;
  }
}

.order-form__bottom-text {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  padding-top: 8px;
}

.order-form__bottom-text a {
  font-size: 16px;
}

@media (max-width: 767px) {
  .order-form__bottom-text {
    font-size: 14px;
  }
  .order-form__bottom-text a {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .order-form_order-section-top {
    display: none;
  }
}

.examples-section {
  background: #FFFFFF;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  padding: 60px 60px;
}

@media (max-width: 767px) {
  .examples-section {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .examples-section {
    padding: 20px;
  }
}

.examples-section__title {
  font-family: Source Serif Pro;
  font-weight: 600;
  font-size: 40px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E7EAEB;
  line-height: 1.1;
}

@media (max-width: 1199px) {
  .examples-section__title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .examples-section__title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .examples-section__title {
    font-size: 24px;
  }
}

.examples-section__desc {
  font-size: 18px;
  color: #333333;
  padding-top: 16px;
  max-width: 650px;
  margin: 0 auto;
}

.examples-section__desc p {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .examples-section__desc {
    font-size: 16px;
  }
}

.title_examples-section {
  text-align: center;
}

.examples-section__desc {
  font-size: 18px;
  text-align: center;
  color: #333333;
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .examples-section__desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .examples-section__desc {
    font-size: 14px;
  }
}

.examples-section__image {
  text-align: center;
}

.examples-section__images {
  padding-bottom: 0px;
  margin-bottom: 0;
}

.examples-section__images .slick-dots {
  bottom: -30px;
}

.examples-section__images .slick-list {
  margin: 0 -12px;
  overflow: hidden;
}

.examples-section__images .slick-list .slick-slide a {
  margin: 0 12px;
}

.examples-section__images .arrow {
  width: 40px;
  height: 40px;
  background: #BB2B2B;
  border-radius: 90%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  top: calc(33%);
  z-index: 100;
}

@media (max-width: 1199px) {
  .examples-section__images .arrow {
    top: calc(27%);
  }
}

@media (max-width: 991px) {
  .examples-section__images .arrow {
    top: calc(33%);
  }
}

@media (max-width: 767px) {
  .examples-section__images .arrow {
    top: calc(35%);
  }
}

.examples-section__images .prev {
  left: -20px;
}

.examples-section__images .next {
  right: -20px;
}

.examples-section__images .next img {
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.examples-section__images .slick-dots {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.examples-section__images .slick-dots li {
  width: 8px;
  height: 8px;
  background: #C8C8C8;
  border-radius: 100%;
}

.examples-section__images .slick-dots li button {
  display: none;
}

.examples-section__images .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  background: #19304B;
}

.examples-section__images .slick-dots li + li {
  margin-left: 8px;
}

.examples-section__image a {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
  line-height: 0;
  margin: 0;
}

.examples-section__image a img {
  width: 100%;
}

.examples-section__image a:hover .zoom {
  display: flex;
}

.examples-section__image-title {
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  padding: 10px 0px;
}

@media (max-width: 991px) {
  .examples-section__image-title {
    font-size: 14px;
  }
}

.text-section {
  /*
	margin-top: 100px;
	margin-bottom: 0px;

	@media (max-width: $media-lg - 1px) {
		margin-top: 80px;
		margin-bottom: 0px;
	}

	@media (max-width: $media-md - 1px) {
		margin-top: 60px;
		margin-bottom: 0px;
	}

	@media (max-width: $media-sm - 1px) {
		margin-bottom: 0px;
	}

	 */
}

.text-section__text {
  font-size: 18px;
  padding-top: 16px;
  max-height: 200px;
  overflow-y: auto;
}

@media (max-width: 767px) {
  .text-section__text {
    font-size: 16px;
  }
}

.related-section .slick-dotted.slick-slider {
  margin-bottom: 80px;
}

.related-section__items {
  padding-bottom: 0px;
  margin-bottom: 0;
}

.related-section__items .slick-dots {
  bottom: -30px;
}

.related-section__items .slick-list {
  margin: 0 -12px;
  overflow: hidden;
}

.related-section__items .slick-list .slick-slide .product-card {
  margin: 0 12px;
}

.related-section__items .slick-slide {
  margin: 0 24px 0 0;
}

.related-section__items {
  margin-top: 40px;
}

.related-section__items .product-card {
  box-shadow: 0px 0px 10px rgba(212, 212, 212, 0.25);
}

.related-section__items .product-card__image a {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
  line-height: 0;
  margin: 0;
}

.related-section__items .product-card__image a img {
  width: 100%;
  height: auto;
}

.related-section__items .product-card__image a:hover .zoom {
  display: flex;
}

.mon__tabs--product-new .related-section__items .product-card {
  display: none;
}

.mon__tabs--product-new .related-section__items .product-card:first-child {
  display: inline-flex;
}

.contacts-section {
  background: #FFFFFF;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  padding: 60px 60px;
  color: #333333;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .contacts-section {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .contacts-section {
    padding: 24px;
    margin-top: 24px;
  }
}

@media (max-width: 575px) {
  .contacts-section {
    padding: 12px;
  }
}

.contacts-section-title {
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .contacts-section-title {
    margin-bottom: 24px;
  }
}

.contacts-section__title {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .contacts-section__title {
    margin-bottom: 16px;
    font-size: 16px;
  }
}

.contacts-section__office {
  padding-right: 50px;
}

@media (max-width: 991px) {
  .contacts-section__office {
    padding-right: 0px;
    margin-bottom: 24px;
  }
}

.contacts-section__office li {
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-content: center;
  align-items: center;
}

.contacts-section__office li::before {
  content: ' ';
  background-repeat: no-repeat;
  width: 22px;
  height: 14px;
}

.contacts-section__office li + li {
  margin-top: 16px;
}

@media (max-width: 991px) {
  .contacts-section__office li + li {
    margin-top: 12px;
  }
}

@media (max-width: 991px) {
  .contacts-section__office li {
    font-size: 16px;
  }
}

.contacts-section__office .contacts-section__address {
  align-content: flex-start;
  align-items: flex-start;
}

.contacts-section__office .contacts-section__address::before {
  background-image: url("/front/site/svg/map-red.svg");
  background-size: 11px 14px;
  margin-top: 4px;
}

.contacts-section__office .contacts-section__phone::before {
  background-image: url("/front/site/svg/phone-red.svg");
  background-size: 14px 14px;
}

.contacts-section__office .contacts-section__phone a {
  color: #333;
}

.contacts-section__office .contacts-section__email::before {
  background-image: url("/front/site/svg/email-red.svg");
  background-size: 14px 14px;
}

.contacts-section__office .contacts-section__email a {
  color: #333;
}

.contacts-section__office .contacts-section__requisites a {
  text-decoration: underline;
}

.contacts-section__office .contacts-section__requisites a:hover {
  text-decoration: none;
}

.contacts-section__attantion {
  padding-top: 48px;
}

@media (max-width: 991px) {
  .contacts-section__attantion {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .contacts-section__attantion {
    padding-top: 16px;
  }
}

.contacts-section__attantion-title {
  font-weight: 600;
  font-size: 16px;
}

.contacts-section__attantion-title::before {
  content: ' ';
  background-repeat: no-repeat;
  background-image: url("/front/site/svg/attention.svg");
  background-size: 12px 13px;
  width: 12px;
  height: 13px;
  margin-right: 6px;
  display: inline-block;
}

.contacts-section__attantion-text {
  font-weight: 400;
  font-size: 14px;
  margin-top: 8px;
}

.contacts-section__map {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .contacts-section__map {
    margin-top: 24px;
  }
}

.contacts-how {
  margin-top: 120px;
}

.title_contacts-how {
  text-align: center;
}

.content_contacts-text {
  width: 70%;
  margin: 18px auto 0;
}

.services-section.services-section_main {
  margin: 0;
}

.services {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .services {
    margin-top: 24px;
  }
}

.services__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

@media (max-width: 991px) {
  .services__items {
    margin: 0 -8px;
  }
}

@media (max-width: 991px) {
  .services__items {
    margin: 0;
  }
}

.services__item {
  flex-basis: 33.3%;
  padding: 0 12px;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .services__item {
    padding: 0 8px;
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .services__item {
    flex-basis: 100%;
    padding: 0px;
    margin-bottom: 24px;
  }
  .services-section_other .services__item {
    margin-bottom: 0px;
  }
}

.services__content {
  background: #FFFFFF;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 991px) {
  .services__content {
    padding: 12px;
  }
}

.services__title {
  margin-top: 16px;
}

.services__title a {
  color: #0B0F16;
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .services__title a {
    font-size: 18px;
  }
}

.services__img img {
  border-radius: 16px;
  overflow: hidden;
}

.services__text {
  font-size: 16px;
  margin-top: 12px;
  flex-grow: 1;
}

@media (max-width: 991px) {
  .services__text_long {
    display: none;
  }
}

.services__text_short {
  display: none;
}

@media (max-width: 991px) {
  .services__text_short {
    display: block;
  }
}

.services__link {
  margin-top: 38px;
}

.services__link a {
  font-size: 16px;
  color: #C43434;
  text-decoration: underline;
}

.services__link a:hover {
  text-decoration: none;
}

.services_mb {
  margin-bottom: 25px;
}

.title-line {
  font-family: Source Serif Pro;
  font-weight: 600;
  font-size: 40px;
  padding-bottom: 24px;
  line-height: 1.1;
  margin-bottom: 24px;
  border-bottom: 1px solid #E7EAEB;
}

@media (max-width: 1199px) {
  .title-line {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .title-line {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .title-line {
    font-size: 32px;
    padding-bottom: 12px;
  }
}

@media (max-width: 575px) {
  .title-line {
    font-size: 24px;
    padding-bottom: 12px;
  }
}

.title-line_grav-about {
  border: none;
  padding-bottom: 0;
}

.title-line_noline {
  border-bottom: none;
  padding-bottom: 0px;
}

.title-line_center {
  text-align: center;
}

.b-white {
  background: #FFFFFF;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  padding: 60px 60px;
}

@media (max-width: 991px) {
  .b-white {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .b-white {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .b-white {
    padding: 24px 16px;
  }
}

@media (max-width: 319px) {
  .b-white {
    padding: 16px;
  }
}

.b-white_mt {
  margin-top: 60px;
}

.b-white_margin {
  margin: 80px 0 80px;
}

@media (max-width: 1199px) {
  .b-white_margin {
    margin: 60px 0 60px;
  }
}

@media (max-width: 991px) {
  .b-white_margin {
    margin: 60px 0 60px;
  }
}

@media (max-width: 767px) {
  .b-white_margin {
    margin: 40px 0 40px;
  }
}

.b-white_margin-top {
  margin-top: 80px;
}

@media (max-width: 1199px) {
  .b-white_margin-top {
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  .b-white_margin-top {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .b-white_margin-top {
    margin-top: 40px;
  }
}

.b-white_margin-notop +
.pageblocks-block-anchor +
.b-white_margin,
.b-white_margin-notop +
.b-white_margin {
  margin-top: 0;
}

.b-white_margin-mini {
  margin: 40px 0 40px;
}

@media (max-width: 767px) {
  .b-white_margin-mini {
    margin: 24px 0 24px;
  }
}

.page-title + .pageblocks-block-anchor + .b-white,
.page-title + .b-white {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .page-title + .pageblocks-block-anchor + .b-white,
  .page-title + .b-white {
    margin-top: 24px;
  }
}

.b-white_margin-product-related {
  margin-top: 40px;
}

.b-white--unset.b-white,
.b-white--unset .b-white {
  background: transparent;
  padding: 0;
  box-shadow: none;
  all: unset;
}

.b-info {
  display: flex;
}

@media (max-width: 991px) {
  .b-info {
    flex-direction: row-reverse;
  }
}

@media (max-width: 767px) {
  .b-info {
    display: block;
  }
}

.b-info__left {
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .b-info__left {
    display: none;
  }
}

@media (max-width: 767px) {
  .b-info__left {
    display: none;
  }
}

.b-info__right {
  flex-grow: 1;
  padding-left: 80px;
}

@media (max-width: 991px) {
  .b-info__right {
    padding-left: 0px;
  }
}

.b-info__bottom-img {
  padding-top: 24px;
  text-align: center;
  display: none;
}

@media (max-width: 575px) {
  .b-info__bottom-img {
    display: block;
  }
}

.b-info__reverse .b-info__left {
  order: 1;
  padding-left: 80px;
}

.b-info__reverse .b-info__right {
  order: 0;
  padding-left: 0px;
}

.work {
  background: #FFFFFF;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  margin-top: 40px;
  padding: 60px;
}

@media (max-width: 1199px) {
  .work {
    padding: 45px;
  }
}

@media (max-width: 991px) {
  .work {
    margin-top: 36px;
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .work {
    margin-top: 28px;
    padding: 36px;
  }
}

@media (max-width: 575px) {
  .work {
    margin-top: 24px;
    padding: 24px;
  }
}

.work__cols {
  display: flex;
}

@media (max-width: 991px) {
  .work__cols {
    display: block;
  }
}

.work__left {
  flex-basis: 45%;
  width: 45%;
}

@media (max-width: 1199px) {
  .work__left {
    flex-basis: 40%;
    width: 40%;
  }
}

@media (max-width: 991px) {
  .work__left {
    width: 100%;
  }
}

.work__slider-wrap {
  position: sticky;
  top: 20px;
}

.work__right {
  flex-basis: 65%;
  width: 65%;
  padding-left: 60px;
}

@media (max-width: 1199px) {
  .work__right {
    flex-basis: 60%;
    width: 60%;
  }
}

@media (max-width: 991px) {
  .work__right {
    padding-left: 48px;
    width: 100%;
    padding-left: 0;
    padding-top: 32px;
  }
}

.work__slider {
  position: relative;
}

.work__slider::after {
  content: ' ';
  background-image: url("/front/site/svg/zoom-grey.svg");
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 18px;
  right: 18px;
}

.work__slider .slick-slide a {
  display: inline-block;
  position: relative;
}

.work__slider .slick-slide img {
  display: inline-block;
}

.work__slider .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  flex-grow: 1;
  z-index: 10;
  background: #BB2B2B;
  border-radius: 100%;
  justify-content: center;
}

.work__slider .slick-arrow.prev {
  left: -22px;
}

.work__slider .slick-arrow.prev::before {
  content: ' ';
  background-image: url("/front/site/svg/arrow-white-left.svg");
  background-size: 10px 22px;
  width: 10px;
  height: 22px;
  display: block;
}

@media (max-width: 991px) {
  .work__slider .slick-arrow.prev::before {
    background-size: 8px 20px;
    width: 8px;
    height: 20px;
  }
}

@media (max-width: 991px) {
  .work__slider .slick-arrow.prev {
    left: -24px;
  }
}

.work__slider .slick-arrow.next {
  right: -22px;
}

.work__slider .slick-arrow.next::before {
  content: ' ';
  background-image: url("/front/site/svg/arrow-white-right.svg");
  background-size: 10px 22px;
  width: 10px;
  height: 22px;
  display: block;
}

@media (max-width: 991px) {
  .work__slider .slick-arrow.next::before {
    background-size: 8px 20px;
    width: 8px;
    height: 20px;
  }
}

@media (max-width: 991px) {
  .work__slider .slick-arrow.next {
    right: -24px;
  }
}

@media (max-width: 991px) {
  .work__slider .slick-arrow {
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
  }
}

.work__slider-item {
  text-align: center;
}

.work__slider-nav {
  overflow: hidden;
  margin-top: 16px;
}

.work__slider-nav img {
  border-radius: 4px;
  overflow: hidden;
}

.work__slider-nav .slick-slide {
  margin: 0 12px;
}

@media (max-width: 991px) {
  .work__slider-nav .slick-slide {
    margin: 0 8px;
  }
}

.work__slider-nav .slick-list {
  margin: 0 -12px;
}

@media (max-width: 991px) {
  .work__slider-nav .slick-list {
    margin: 0 -8px;
  }
}

@media (max-width: 991px) {
  .work__slider-nav {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .work__slider-nav {
    display: none;
  }
}

.work__h1 {
  font-family: 'Source Serif Pro';
  font-weight: 600;
  font-size: 36px;
  line-height: 1.1em;
  margin-bottom: 0;
  padding-bottom: 24px;
}

@media (max-width: 1199px) {
  .work__h1 {
    font-size: 36px;
    padding-bottom: 16px;
  }
}

@media (max-width: 991px) {
  .work__h1 {
    font-size: 36px;
    padding-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .work__h1 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .work__h1 {
    font-size: 24px;
  }
}

.work__article {
  color: #868686;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  border-top: 1px solid #E7EAEB;
  border-bottom: 1px solid #E7EAEB;
  padding: 8px 0;
  margin-bottom: 24px;
}

.work__article div {
  display: flex;
  align-content: center;
  align-items: center;
}

.work__article svg {
  margin-left: 7px;
}

.work__article a {
  color: #868686;
}

.work__article a:hover {
  color: #868686;
  text-decoration: underline;
}

.work__header_mobile {
  display: none;
}

@media (max-width: 991px) {
  .work__header_mobile {
    display: block;
  }
}

@media (max-width: 991px) {
  .work__header_desktop {
    display: none;
  }
}

.works-section {
  background: #FFFFFF;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  padding: 40px 60px;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .works-section {
    padding: 40px 40px;
  }
}

@media (max-width: 767px) {
  .works-section {
    padding: 24px;
  }
}

@media (max-width: 575px) {
  .works-section {
    padding: 16px;
  }
}

@media (max-width: 1199px) {
  .works {
    margin-top: 16px;
  }
}

.works__item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.works__img {
  border-radius: 16px;
  overflow: hidden;
  flex-grow: 1;
  background: #F7F7F7;
}

.works__img a {
  display: inline-block;
  position: relative;
}

.works__img a:hover .zoom {
  display: flex;
}

.works__title {
  margin-top: 12px;
}

.works__title a {
  font-size: 16px;
  color: #0B0F16;
}

.works__hidden {
  display: none;
}

.title_works {
  font-size: 40px;
  color: #333;
}

@media (max-width: 1199px) {
  .title_works {
    font-size: 36px;
  }
}

.works__button {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 575px) {
  .works__button {
    margin-top: 0;
  }
}

.work_mb {
  margin-bottom: 32px;
}

.button_works {
  display: inline-flex;
  padding: 0 60px;
}

@media (max-width: 575px) {
  .button_works {
    display: flex;
    padding: 0;
  }
}

.content,
.mce-content-body {
  font-size: 18px;
  color: #333333;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .content,
  .mce-content-body {
    font-size: 16px;
  }
}

.content p,
.mce-content-body p {
  margin-bottom: 16px;
}

.content ul:not([class]),
.mce-content-body ul:not([class]) {
  list-style: disc;
  margin-bottom: 20px;
  margin-top: 16px;
}

.content ul:not([class]) li,
.mce-content-body ul:not([class]) li {
  margin-left: 20px;
}

.content ol:not([class]),
.mce-content-body ol:not([class]) {
  list-style: decimal;
  margin-bottom: 20px;
  margin-top: 16px;
}

.content ol:not([class]) li,
.mce-content-body ol:not([class]) li {
  margin-left: 20px;
}

.content hr,
.mce-content-body hr {
  border: none;
  background: none;
  border-top: 1px solid #E7EAEB;
  display: block;
  margin: 32px 0;
  padding: 0;
  opacity: 1;
}

@media (max-width: 767px) {
  .content hr,
  .mce-content-body hr {
    margin: 24px 0;
  }
}

.content h2,
.mce-content-body h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .content h2,
  .mce-content-body h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .content h2,
  .mce-content-body h2 {
    font-size: 18px;
  }
}

.content h3,
.mce-content-body h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .content h3,
  .mce-content-body h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .content h3,
  .mce-content-body h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.content h4,
.mce-content-body h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.content h6,
.mce-content-body h6 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .content,
  .mce-content-body {
    font-size: 16px;
  }
}

.content table,
.mce-content-body table {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
}

.content table tr,
.mce-content-body table tr {
  border-left: 1px solid #E7EAEB;
  border-right: 1px solid #E7EAEB;
}

.content table td,
.mce-content-body table td {
  padding: 16px 32px;
  line-height: 1.3em;
}

@media (max-width: 1199px) {
  .content table td,
  .mce-content-body table td {
    padding: 16px 21px;
  }
}

.content table thead,
.mce-content-body table thead {
  background: #E7EAEB;
  font-weight: bold;
  border-bottom: 1px solid #E7EAEB;
}

.content table tbody,
.mce-content-body table tbody {
  border-radius: 6px;
  overflow: hidden;
  border-left: 1px solid #E7EAEB;
  border-right: 1px solid #E7EAEB;
  border-bottom: 1px solid #E7EAEB;
}

.content table tbody tr:nth-child(2n),
.mce-content-body table tbody tr:nth-child(2n) {
  background: #F3F4F5;
}

.content table.table_small td,
.mce-content-body table.table_small td {
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.3em;
}

@media (max-width: 1199px) {
  .content table.table_small td,
  .mce-content-body table.table_small td {
    padding: 12px 16px;
  }
}

.content .small,
.mce-content-body .small {
  font-size: 14px;
  line-height: 1.3em;
}

.content a,
.mce-content-body a {
  text-decoration: underline;
}

.content a:hover,
.mce-content-body a:hover {
  text-decoration: none;
}

.cols {
  display: flex;
}

@media (max-width: 991px) {
  .cols {
    flex-direction: row-reverse;
  }
}

@media (max-width: 767px) {
  .cols {
    display: block;
  }
}

.cols__left {
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .cols__left {
    display: none;
  }
}

@media (max-width: 767px) {
  .cols__left {
    display: none;
  }
}

.cols__right {
  flex-grow: 1;
  padding-left: 80px;
}

@media (max-width: 991px) {
  .cols__right {
    padding-left: 0px;
  }
}

.list {
  color: #333;
  margin-bottom: 20px;
}

.list li + li {
  margin-top: 24px;
}

.list_icon li {
  display: flex;
  align-content: center;
  align-items: center;
}

.list_icon li img {
  margin-right: 20px;
}

.list_icon li p {
  margin-bottom: 0;
}

.list_disc {
  list-style: disc;
  margin-bottom: 20px;
}

.list_disc li {
  margin-left: 20px;
}

.list_disc li + li {
  margin-top: 4px;
}

.list_check li {
  margin-left: 0px;
  font-size: 16px;
}

.list_check li strong {
  color: #19304B;
}

.list_check li::before {
  content: ' ';
  background-image: url(/front/site/svg/check.svg);
  background-size: 14px 10px;
  width: 14px;
  height: 10px;
  margin-right: 10px;
  display: inline-block;
  flex-shrink: 0;
}

.list_check li + li {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .list_check li {
    font-size: 14px;
  }
}

.list_flex li {
  display: flex;
}

.list_flex li::before {
  margin-top: 7px;
}

.list_goris {
  display: flex;
  margin: 0 -23px;
  padding-bottom: 20px;
  justify-content: space-between;
}

.list_goris li {
  padding: 0 23px;
}

.list_goris li + li {
  margin-top: 0;
}

@media (max-width: 991px) {
  .list_goris {
    display: block;
    margin: 0;
    padding-bottom: 20px;
  }
  .list_goris li {
    padding: 0;
  }
  .list_goris li + li {
    margin-top: 16px;
  }
}

.list_smeta {
  padding-bottom: 40px;
}

.list-icon li {
  display: flex;
  align-content: center;
  align-items: center;
}

.list-icon li + li {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .list-icon li {
    font-size: 14px;
  }
}

.list-icon img {
  margin-right: 20px;
}

.list-icon p {
  margin-bottom: 0;
}

.list__icon {
  flex-shrink: 0;
}

.slider-arrow {
  width: 50px;
  height: 50px;
  background: #E7EAEB;
  border-radius: 90%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  top: calc(33%);
  z-index: 100;
}

@media (max-width: 1199px) {
  .slider-arrow {
    top: calc(27%);
  }
}

@media (max-width: 991px) {
  .slider-arrow {
    top: calc(33%);
  }
}

@media (max-width: 767px) {
  .slider-arrow {
    top: calc(35%);
  }
}

.slider-arrow img {
  height: 20px;
}

.slider-arrow.prev {
  left: -20px;
}

.slider-arrow.next {
  right: -20px;
}

.slider-arrow.next img {
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.slick-dots {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  background: #C8C8C8;
  border-radius: 100%;
}

.slick-dots li button {
  display: none;
}

.slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  background: #19304B;
}

.slick-dots li + li {
  margin-left: 8px;
}

.slider-num .slider-arrow {
  top: calc(45%);
  width: 55px;
  height: 55px;
}

.slider-num .slider-arrow.prev {
  left: 0;
}

.slider-num .slider-arrow.next {
  right: 0;
}

.slider-num .slick-dots {
  bottom: -40px;
}

.slider-num__inner {
  background: #FFFFFF;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  padding: 48px 48px;
  margin: 0 80px;
}

@media (max-width: 1199px) {
  .slider-num__inner {
    padding: 32px;
  }
}

@media (max-width: 991px) {
  .slider-num__inner {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .slider-num__inner {
    margin: 0 40px;
  }
}

@media (max-width: 575px) {
  .slider-num__inner {
    margin: 0 20px;
  }
}

.slider-num_contacts {
  margin-top: 40px;
}

.photo-print {
  padding: 40px 0 20px;
}

.photo-print__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.photo-print__row:nth-child(2n) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .photo-print__row {
    flex-wrap: wrap;
  }
}

.photo-print__left, .photo-print__right {
  flex-basis: calc((100% - 48px) / 2);
}

@media (max-width: 991px) {
  .photo-print__left, .photo-print__right {
    flex-basis: calc((100% - 32px) / 2);
  }
}

@media (max-width: 767px) {
  .photo-print__left, .photo-print__right {
    flex-basis: 100%;
  }
}

.photo-print__right .photo-print__img {
  background: #F7F7F7;
  text-align: center;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.photo-print__right .photo-print__img .blur {
  display: none;
}

.photo-print__right img {
  max-width: 291px;
  z-index: 10;
  position: relative;
}

@media (max-width: 991px) {
  .photo-print__right img {
    max-width: 220px;
  }
}

.photo-print_epitaf .photo-print__img .blur {
  display: block;
}

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

.examples.slick-slider .slick-dots {
  bottom: -10px;
}

.examples__item {
  margin-bottom: 16px;
  flex-basis: calc((100% - 3 * 16px) / 4);
}

@media (max-width: 991px) {
  .examples__item {
    flex-basis: calc((100% - 24px) / 2);
  }
}

.examples__item .img {
  position: relative;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
  justify-content: center;
  cursor: pointer;
  display: block;
}

.examples__item .img img {
  z-index: 10;
  position: relative;
  display: inline-block !important;
}

.examples__item .img:hover .zoom {
  display: flex;
}

@media (max-width: 991px) {
  .examples__item {
    margin-bottom: 24px;
  }
}

.examples__title, .examples__title-top {
  font-size: 16px;
}

.examples__title {
  margin-top: 12px;
}

@media (max-width: 991px) {
  .examples__title {
    margin-top: 8px;
  }
}

@media (max-width: 575px) {
  .examples__title {
    display: none;
  }
}

.examples__title-top {
  margin-bottom: 12px;
  display: none;
}

@media (max-width: 575px) {
  .examples__title-top {
    margin-bottom: 8px;
    display: block;
  }
}

.blur {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  filter: blur(10px);
  z-index: 1;
  background-size: cover;
  background-position: center center;
}

.description {
  font-size: 18px;
  color: #333333;
}

.content_center {
  text-align: center;
}

ul.pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

ul.pagination li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

ul.pagination li a {
  font-size: 24px;
  color: #868686;
  display: flex;
  align-items: center;
  align-content: center;
}

ul.pagination li.active {
  background: #C31E26;
  border-radius: 5px;
  overflow: hidden;
}

ul.pagination li.active a {
  color: #fff;
  font-weight: bold;
}

ul.pagination li + li {
  margin-left: 12px;
}

ul.pagination li.prev img {
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.no-padding-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.no-padding-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.image_right {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .image_right {
    float: none;
    margin-left: 0;
  }
}

.expand {
  color: #BB2B2B;
  cursor: pointer;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  align-content: center;
  line-height: 1.3;
}

.expand::after {
  display: inline-block;
  content: ' ';
  background-image: url("/front/site/svg/vertical-arrow.svg");
  background-size: 7px 10px;
  width: 7px;
  height: 10px;
  margin-left: 5px;
  transform: rotate(180deg);
}

.expand + * {
  display: none;
}

.expand.expanded::after {
  transform: rotate(0deg);
}

.zoom {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  display: none;
  transition: all .3s ease 0s;
  opacity: 0;
}

.zoom::before {
  content: ' ';
  background-image: url("/front/site/svg/zoom.svg");
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
}

.zoom:hover {
  opacity: 1;
}

.zoom_examples::before {
  content: ' ';
  background-image: url("/front/site/svg/zoom.svg");
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
}

.content-table {
  overflow: auto;
}

.catalog-g__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding-bottom: 24px;
  flex-wrap: wrap;
  display: none;
}

.catalog-g__title {
  font-size: 24px;
  font-weight: 700;
  padding-right: 0px;
  height: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .catalog-g__title {
    font-size: 18px;
    display: none;
  }
}

.catalog-g__wrap {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .catalog-g__wrap {
    flex-wrap: wrap;
  }
}

.catalog-g__all {
  border-radius: 6px;
  overflow: hidden;
  background: #E7EAEB;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 0px;
  font-weight: 600;
  display: none;
}

.catalog-g__all a {
  color: #333;
  padding: 8px 24px;
  display: flex;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-grow: 1;
}

.catalog-g__all span {
  display: none;
}

@media (max-width: 991px) {
  .catalog-g__all span {
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    height: 35px;
    padding: 0 20px;
  }
}

.catalog-g__all span::after {
  content: ' ';
  background: url("/front/site/svg/arrow-bottom-grey.svg");
  background-size: 12px 7px;
  width: 12px;
  height: 7px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.catalog-g__all.catalog-g__all_expanded span::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .catalog-g__all {
    display: flex;
  }
}

.catalog-g__left {
  flex-basis: 27%;
  width: 27%;
  padding-right: 53px;
  flex-shrink: 0;
  padding-bottom: 32px;
}

@media (max-width: 991px) {
  .catalog-g__left {
    flex-basis: 100%;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
  }
}

.catalog-g__left ul li {
  line-height: 1.2em;
  margin-bottom: 12px;
  border-radius: 6px;
  overflow: hidden;
}

.catalog-g__left ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding-left: 24px;
  display: block;
}

.catalog-g__left ul li a:hover {
  color: #C43434;
}

@media (max-width: 991px) {
  .catalog-g__left ul li a {
    font-size: 14px;
  }
}

.catalog-g__pl a {
  text-decoration: none;
}

.catalog-g__pl li.active {
  background: #E7EAEB;
}

.catalog-g__pl li.active a {
  font-weight: 600;
  color: #333;
  padding: 10px 24px;
  display: flex;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-grow: 1;
}

@media (min-width: 992px) {
  .catalog-g__pl {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .catalog-g__pl {
    display: none;
    margin-top: 20px;
  }
}

.catalog-g__right {
  flex-grow: 1;
}

@media (max-width: 991px) {
  .catalog-g__right {
    flex-basis: 100%;
    width: 100%;
  }
}

.catalog-g_hide {
  display: none;
}

.catalog-g_show {
  display: block;
}

.catalog-g .catalog-g__more {
  text-align: center;
}

@media (max-width: 575px) {
  .catalog-g .catalog-g__more .button {
    display: flex;
  }
}

.catalog-g__all_current a {
  font-weight: 600;
}

.sort {
  color: #868686;
  display: flex;
  align-items: center;
  align-content: center;
  position: relative;
  margin-bottom: 20px;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .sort {
    justify-content: space-between;
  }
}

.sort__btn .sort__expand {
  display: inline-flex;
  align-content: center;
  align-items: center;
  color: #333;
  cursor: pointer;
}

.sort__btn .sort__expand::after {
  content: ' ';
  background-image: url("/front/site/svg/triangle-grey.svg");
  background-size: 7px 6px;
  width: 7px;
  height: 6px;
  margin-left: 7px;
  display: inline-block;
}

.sort__dropdown {
  display: block;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 8000;
  border-radius: 6px;
  background: #FFF;
  border: 1px solid #E7EAEB;
  box-shadow: 0px 0px 30px 5px rgba(159, 159, 159, 0.25);
}

.sort__dropdown a {
  text-decoration: none;
  color: #19304B;
  padding: 5px 10px;
}

.sort__dropdown a + a {
  border-top: 1px solid #E7EAEB;
}

.sort__dropdown a.active {
  color: #ccc;
}

.sort__text {
  font-size: 16px;
}

@media (max-width: 767px) {
  .sort__text {
    font-size: 14px;
  }
}

.examples-g {
  background: #FFFFFF;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  padding: 0px 60px;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .examples-g {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .examples-g {
    padding: 0 60px;
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .examples-g {
    padding: 0 12px;
    margin-top: 10px;
  }
}

.examples-g__images {
  padding-bottom: 0px;
  margin-bottom: 0;
}

.examples-g__images .slick-dots {
  bottom: -30px;
}

.examples-g__images .slick-list {
  margin: 0 -12px;
  overflow: hidden;
}

.examples-g__images .slick-list .slick-slide a {
  margin: 0 12px;
}

.examples-g__images .arrow {
  width: 40px;
  height: 40px;
  background: #F7F7F7;
  border-radius: 90%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  top: calc(33%);
  z-index: 100;
}

.examples-g__images .arrow img {
  height: 14px;
}

@media (max-width: 1199px) {
  .examples-g__images .arrow {
    top: calc(27%);
  }
}

@media (max-width: 991px) {
  .examples-g__images .arrow {
    top: calc(33%);
  }
}

@media (max-width: 767px) {
  .examples-g__images .arrow {
    top: calc(35%);
  }
}

.examples-g__images .prev {
  left: -60px;
}

.examples-g__images .next {
  right: -60px;
}

.examples-g__images .next img {
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.examples-g__images .slick-dots {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.examples-g__images .slick-dots li {
  width: 8px;
  height: 8px;
  background: #C8C8C8;
  border-radius: 100%;
}

.examples-g__images .slick-dots li button {
  display: none;
}

.examples-g__images .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  background: #19304B;
}

.examples-g__images .slick-dots li + li {
  margin-left: 8px;
}

.examples-g__item {
  padding: 0 8px;
}

@media (max-width: 575px) {
  .examples-g__item {
    padding: 0px;
  }
}

.examples-g__image {
  background: #000;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}

.examples-g__image a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 0;
  margin: 0;
}

.examples-g__image a img {
  width: 100%;
}

.examples-g__image a:hover .zoom {
  display: flex;
}

.examples-e {
  background: #FFFFFF;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  margin-bottom: 20px;
}

.examples-e__images {
  padding-bottom: 0px;
  margin-bottom: 0;
  margin: 0 -7px;
  display: flex;
  flex-wrap: wrap;
}

.examples-e__images .slick-dots {
  bottom: -30px;
}

.examples-e__images .slick-list {
  margin: 0 -12px;
  overflow: hidden;
}

.examples-e__images .slick-list .slick-slide a {
  margin: 0 12px;
}

.examples-e__images .arrow {
  width: 40px;
  height: 40px;
  background: #F7F7F7;
  border-radius: 90%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  top: calc(33%);
  z-index: 100;
}

.examples-e__images .arrow img {
  height: 14px;
}

@media (max-width: 1199px) {
  .examples-e__images .arrow {
    top: calc(27%);
  }
}

@media (max-width: 991px) {
  .examples-e__images .arrow {
    top: calc(33%);
  }
}

@media (max-width: 767px) {
  .examples-e__images .arrow {
    top: calc(35%);
  }
}

.examples-e__images .prev {
  left: -60px;
}

.examples-e__images .next {
  right: -60px;
}

.examples-e__images .next img {
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.examples-e__images .slick-dots {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.examples-e__images .slick-dots li {
  width: 8px;
  height: 8px;
  background: #C8C8C8;
  border-radius: 100%;
}

.examples-e__images .slick-dots li button {
  display: none;
}

.examples-e__images .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  background: #19304B;
}

.examples-e__images .slick-dots li + li {
  margin-left: 8px;
}

.examples-e__item {
  flex-basis: 25%;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .examples-e__item {
    flex-basis: 33.33%;
  }
}

@media (max-width: 575px) {
  .examples-e__item {
    padding: 0px;
    flex-basis: 50%;
  }
}

@media (max-width: 319px) {
  .examples-e__item {
    padding: 0px;
    flex-basis: 100%;
  }
}

.examples-e__image {
  background: #000;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
  font-size: 0;
  margin: 0 7px;
}

.examples-e__image a {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 0;
  margin: 0;
}

.examples-e__image a img {
  width: 100%;
}

.examples-e__image a:hover .zoom {
  display: flex;
}

.b-imgt {
  display: flex;
  justify-content: space-between;
}

.b-imgt__left {
  flex-basis: 25%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .b-imgt__left {
    display: none;
  }
}

.b-imgt__right {
  flex-basis: 67%;
  width: 67%;
}

@media (max-width: 767px) {
  .b-imgt__right {
    flex-basis: 100%;
    width: 100%;
  }
}

.b-imgt__appear {
  display: none;
  text-align: center;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .b-imgt__appear {
    display: block;
  }
}

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

.buttons-two .button {
  flex-basis: 48.5%;
}

@media (max-width: 575px) {
  .buttons-two .button {
    flex-basis: 100%;
  }
  .buttons-two .button + .button {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .buttons-two_epitafs-more .button {
    flex-basis: 100%;
  }
  .buttons-two_epitafs-more .button + .button {
    margin-top: 10px;
  }
}

.buttons2 {
  display: flex;
  padding-top: 20px;
}

@media (max-width: 575px) {
  .buttons2 .button {
    flex-basis: 100%;
    width: 100%;
  }
}

.buttons2 .button + .button {
  margin-left: 24px;
}

@media (max-width: 991px) {
  .buttons2 .button + .button {
    margin-left: 16px;
  }
}

@media (max-width: 575px) {
  .buttons2 .button + .button {
    margin-left: 0;
    margin-top: 16px;
  }
}

@media (max-width: 575px) {
  .buttons2 {
    flex-wrap: wrap;
  }
}

.buttons2_center {
  justify-content: center;
  text-align: center;
}

.buttons2_design-project {
  justify-content: center;
}

.buttons2_design-project .button {
  flex-basis: 350px;
}

@media (max-width: 767px) {
  .buttons2_design-project .button {
    flex-basis: auto;
  }
}

.buttons2_design-project .button + .button {
  margin-left: 12px;
}

@media (max-width: 991px) {
  .buttons2_design-project .button + .button {
    margin-left: 8px;
  }
}

@media (max-width: 575px) {
  .buttons2_design-project .button + .button {
    margin-left: 0;
    margin-top: 8px;
  }
}

.content-gal + .buttons2_design-project {
  margin-top: -40px;
}

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

.buttons2_garanty .button {
  flex-basis: 48%;
  white-space: nowrap;
  height: 50px;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
}

.buttons2_garanty .button + .button {
  margin-left: 0;
}

@media (max-width: 1199px) {
  .buttons2_garanty .button + .button {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .buttons2_garanty .button {
    flex-basis: 100%;
  }
}

.epitafs__item + .epitafs__item {
  margin-top: 25px;
}

.epitafs__num {
  font-size: 18px;
  text-align: right;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  height: 37px;
}

@media (max-width: 991px) {
  .epitafs__num {
    justify-content: flex-start;
    font-size: 14px;
  }
}

.epitafs__wrap {
  border: 1px solid #E7E9EB;
  border-radius: 6px;
  padding: 32px 48px;
}

@media (max-width: 1199px) {
  .epitafs__wrap {
    padding: 24px 32px;
  }
}

@media (max-width: 991px) {
  .epitafs__wrap {
    padding: 16px 24px;
  }
}

@media (max-width: 767px) {
  .epitafs__wrap {
    padding: 16px 16px;
  }
}

.epitafs__title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}

.epitafs__text {
  background: #F3F4F5;
  border-radius: 6px;
  padding: 16px 24px;
  text-align: center;
  font-family: 'Source Serif Pro';
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3em;
}

@media (max-width: 767px) {
  .epitafs__text {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .epitafs__text {
    font-size: 16px;
  }
}

.epitafs__morelink {
  display: flex;
  justify-content: center;
  margin: 25px 0 0;
  text-decoration: underline;
}

.epitafs__morelink.expanded {
  color: #868686;
}

.epitafs__more {
  display: none;
  padding-top: 32px;
}

.epitafs_show {
  display: block;
}

.grav-price {
  padding: 20px 0 20px;
}

@media (max-width: 767px) {
  .grav-price {
    display: none;
  }
}

.grav-price h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 32px;
  line-height: 1.2em;
}

@media (max-width: 991px) {
  .grav-price h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.grav-price__about {
  display: flex;
  justify-content: space-between;
}

.grav-price__format {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 4px;
}

.grav-price__size {
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 8px;
}

.grav-price__text {
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 991px) {
  .grav-price__text {
    font-size: 14px;
  }
}

.grav-price__image {
  min-width: 200px;
}

.grav-price-mobile {
  display: none;
}

@media (max-width: 767px) {
  .grav-price-mobile {
    display: block;
  }
}

.grav-price-mobile__item {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.grav-price-mobile__item + .grav-price-mobile__item {
  margin-top: 16px;
}

.grav-price-mobile__header {
  font-weight: 700;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: #E7EAEB;
}

.grav-price-mobile__body {
  padding: 12px 16px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  border-left: 1px solid #E7EAEB;
  border-right: 1px solid #E7EAEB;
  border-bottom: 1px solid #E7EAEB;
}

.grav-price-mobile__size {
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 9px;
}

.grav-price-mobile__text {
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 14px;
  line-height: 1.5em;
}

.retouch-price {
  padding: 40px 0 40px;
}

@media (max-width: 767px) {
  .retouch-price {
    display: none;
  }
}

.retouch-price table {
  margin-bottom: 20px;
}

.retouch-price__desc {
  max-width: 450px;
}

.retouch-price__title {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 8px;
}

@media (max-width: 991px) {
  .retouch-price__title {
    font-size: 16px;
  }
}

.retouch-price__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

.retouch-price__image {
  display: flex;
  min-width: 200px;
}

.retouch-price__img-left img {
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}

.retouch-price__img-right img {
  border-radius: 0px 4px 4px 0;
  overflow: hidden;
}

.retouch-price__img-title {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  padding-top: 4px;
  opacity: 0.8;
}

.retouch-price__price {
  font-weight: 400;
  font-size: 18px;
}

.retouch-price-mobile {
  display: none;
  padding: 40px 0 40px;
}

@media (max-width: 767px) {
  .retouch-price-mobile {
    display: block;
  }
}

.retouch-price-mobile__item {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.retouch-price-mobile__item + .retouch-price-mobile__item {
  margin-top: 16px;
}

.retouch-price-mobile__header {
  font-weight: 700;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: #E7EAEB;
}

.retouch-price-mobile__body {
  padding: 12px 16px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  border-left: 1px solid #E7EAEB;
  border-right: 1px solid #E7EAEB;
  border-bottom: 1px solid #E7EAEB;
}

.retouch-price-mobile__text {
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 14px;
  line-height: 1.5em;
}

.retouch-price-mobile__image {
  display: flex;
  justify-content: center;
}

.retouch-price-mobile__img-left img {
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}

.retouch-price-mobile__img-right img {
  border-radius: 0px 4px 4px 0;
  overflow: hidden;
}

.retouch-price-mobile__img-title {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  padding-top: 4px;
  opacity: 0.8;
}

.retouch-price-mobile__price {
  white-space: nowrap;
  padding-left: 15px;
}

.grav-about__top {
  display: flex;
}

@media (max-width: 991px) {
  .grav-about__top {
    display: block;
  }
}

.grav-about__left {
  flex-grow: 1;
  border-top: 1px solid #E7EAEB;
  padding-top: 44px;
  padding-right: 60px;
}

@media (max-width: 991px) {
  .grav-about__left {
    padding-top: 20px;
    padding-right: 0;
  }
}

.grav-about__right {
  flex-grow: 1;
}

.grav-about__images {
  display: flex;
  justify-content: flex-end;
}

.grav-about__images img {
  display: inline-block !important;
  width: auto !important;
}

@media (max-width: 991px) {
  .grav-about__images {
    padding-top: 20px;
  }
}

.grav-about__bold {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 2px;
  padding-left: 35px;
}

@media (max-width: 991px) {
  .grav-about__bold {
    font-size: 16px;
  }
}

.grav-about__text {
  font-weight: 400;
  font-size: 16px;
  padding-left: 35px;
}

.grav-about__item {
  position: relative;
}

.grav-about__item + .grav-about__item {
  margin-top: 20px;
}

.grav-about__num {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #C43434;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  align-content: center;
  color: #fff;
  justify-content: center;
  position: absolute;
}

.grav-about__bottom {
  display: flex;
  align-items: center;
  align-content: center;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .grav-about__bottom {
    display: block;
  }
}

.grav-about__bottom-left {
  flex-basis: 55%;
  padding-right: 40px;
}

.grav-about__bottom-right {
  flex-basis: 45%;
}

@media (max-width: 991px) {
  .grav-about__bottom-right {
    margin-top: 16px;
  }
}

.epitaf-price {
  padding: 20px 0 20px;
}

@media (max-width: 767px) {
  .epitaf-price {
    display: none;
  }
}

.epitaf-price__title {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 700;
}

.epitaf-price__image {
  position: relative;
  width: 180px;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}

.epitaf-price__image a {
  display: block;
}

.epitaf-price__image img {
  position: relative;
  z-index: 10;
  height: 150px;
}

.epitaf-price-mobile {
  display: none;
}

@media (max-width: 767px) {
  .epitaf-price-mobile {
    display: block;
  }
}

.epitaf-price-mobile__item {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.epitaf-price-mobile__item + .epitaf-price-mobile__item {
  margin-top: 16px;
}

.epitaf-price-mobile__header {
  font-weight: 700;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: #E7EAEB;
}

.epitaf-price-mobile__body {
  padding: 12px 16px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  border-left: 1px solid #E7EAEB;
  border-right: 1px solid #E7EAEB;
  border-bottom: 1px solid #E7EAEB;
}

.epitaf-price-mobile__text {
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 14px;
  line-height: 1.5em;
}

.epitaf-price-mobile__image {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
}

.epitaf-price-mobile__image img {
  position: relative;
  z-index: 10;
}

.gallery-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .gallery-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .gallery-title {
    font-size: 16px;
  }
}

.grav-caption-price {
  padding: 0 0 40px;
}

@media (max-width: 991px) {
  .grav-caption-price {
    padding: 0 0 40px;
  }
}

.grav-other-price table tbody {
  border-top: 1px solid #E7EAEB;
}

.main-banner {
  position: relative;
  padding: 80px 0 250px;
}

@media (max-width: 767px) {
  .main-banner {
    margin-top: -14px;
  }
}

.main-banner__bg,
.main-banner__bg-mobile {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-color: #222;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.main-banner__bg {
  display: block;
}

@media (max-width: 767px) {
  .main-banner__bg {
    display: none;
  }
}

.main-banner__bg-mobile {
  display: none;
  background-position: right top;
}

@media (max-width: 767px) {
  .main-banner__bg-mobile {
    display: block;
  }
}

.main-banner__content {
  position: relative;
  z-index: 1;
}

.main-banner__header-above {
  font-weight: 400;
  font-size: 20px;
  color: #E7EAEB;
  padding-bottom: 24px;
}

@media (max-width: 991px) {
  .main-banner__header-above {
    font-size: 18px;
    padding-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .main-banner__header-above {
    font-size: 16px;
    padding-bottom: 8px;
  }
}

@media (max-width: 575px) {
  .main-banner__header-above {
    font-size: 14px;
    padding-bottom: 12px;
  }
}

.main-banner__header {
  font-family: Source Serif Pro;
  font-weight: 600;
  font-size: 48px;
  color: #E7EAEB;
  line-height: 1.2em;
  padding-bottom: 28px;
}

@media (max-width: 991px) {
  .main-banner__header {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .main-banner__header {
    font-size: 34px;
    padding-bottom: 24px;
  }
}

@media (max-width: 575px) {
  .main-banner__header {
    font-size: 30px;
    padding-bottom: 24px;
  }
}

.main-banner__text {
  font-size: 18px;
  font-weight: 400;
  color: #E7EAEB;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .main-banner__text {
    padding-bottom: 36px;
  }
}

@media (max-width: 575px) {
  .main-banner__text {
    font-size: 16px;
  }
}

.main-advants {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  padding: 50px 50px 6px;
  margin-top: -174px;
}

@media (max-width: 1199px) {
  .main-advants {
    padding-bottom: 18px;
    margin-top: -190px;
  }
}

@media (max-width: 991px) {
  .main-advants {
    padding: 32px 32px 0;
    margin-top: -220x;
  }
}

@media (max-width: 767px) {
  .main-advants {
    padding: 24px 24px 0;
  }
}

.main-advants__item {
  display: flex;
  flex-basis: 33.33%;
  width: 33.33%;
  align-items: center;
  align-content: center;
  padding-bottom: 44px;
}

@media (max-width: 1199px) {
  .main-advants__item {
    flex-basis: 50%;
    width: 50%;
    padding-bottom: 32px;
  }
}

@media (max-width: 991px) {
  .main-advants__item {
    padding-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .main-advants__item {
    flex-basis: 100%;
    width: 100%;
    padding-bottom: 24px;
  }
}

.main-advants__image {
  flex-shrink: 0;
}

.main-advants__image img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
}

@media (max-width: 991px) {
  .main-advants__image img {
    width: 72px;
    height: 72px;
  }
}

.main-advants__text {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 991px) {
  .main-advants__text {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.main-what-cost__content {
  display: flex;
  align-items: center;
  align-content: center;
}

@media (max-width: 991px) {
  .main-what-cost__content {
    display: block;
  }
}

.main-what-cost__left {
  flex-basis: 50%;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .main-what-cost__left {
    padding-right: 0;
  }
}

.main-what-cost__right {
  flex-basis: 50%;
}

@media (max-width: 991px) {
  .main-what-cost__right {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .main-what-cost__right {
    padding-top: 30px;
  }
}

.main-what-cost__image {
  display: block;
}

.main-what-cost__image img {
  border-radius: 8px;
  overflow: hidden;
}

.main-what-cost__item + .main-what-cost__item {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .main-what-cost__item + .main-what-cost__item {
    margin-top: 17px;
  }
}

@media (max-width: 767px) {
  .main-what-cost__item + .main-what-cost__item {
    margin-top: 12px;
  }
}

.main-what-cost__num {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #C43434;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  align-content: center;
  color: #fff;
  justify-content: center;
  position: absolute;
}

.main-what-cost__text {
  font-weight: 400;
  font-size: 18px;
  padding-left: 35px;
}

@media (max-width: 767px) {
  .main-what-cost__text {
    font-size: 16px;
  }
}

.main-what-cost__caption {
  border-top: 1px solid #E7EAEB;
  border-bottom: 1px solid #E7EAEB;
  padding: 7px 0;
  margin: 22px 0 24px;
}

.main-what-cost__caption strong {
  color: #19304B;
}

.how-work__items {
  display: flex;
  flex-wrap: wrap;
  margin: 16px -12px 0;
}

@media (max-width: 767px) {
  .how-work__items {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.how-work__item {
  flex-basis: 33.33%;
  margin-top: 56px;
  position: relative;
}

@media (max-width: 767px) {
  .how-work__item {
    flex-basis: 50%;
  }
}

@media (max-width: 575px) {
  .how-work__item {
    flex-basis: 100%;
    margin-top: 45px;
  }
}

.how-work__item-inner {
  background: #FFFFFF;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  margin: 0 12px;
  height: 100%;
  padding: 47px 24px 32px;
  text-align: center;
}

@media (max-width: 991px) {
  .how-work__item-inner {
    padding: 47px 16px 24px;
  }
}

@media (max-width: 767px) {
  .how-work__item-inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.how-work__title {
  font-size: 20px;
  font-weight: 700;
  color: #0B0F16;
  padding-bottom: 12px;
}

@media (max-width: 991px) {
  .how-work__title {
    font-size: 18px;
  }
}

.how-work__text {
  font-size: 18px;
}

@media (max-width: 991px) {
  .how-work__text {
    font-size: 16px;
  }
}

.how-work__button {
  padding-top: 40px;
  text-align: center;
}

.design-project .content-gal {
  padding-bottom: 20px;
}

.smeta-table img {
  border-radius: 6px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .smeta-table {
    display: none;
  }
}

.smeta-table-mobile {
  display: none;
}

@media (max-width: 767px) {
  .smeta-table-mobile {
    display: block;
  }
}

.smeta-table-mobile__item + .smeta-table-mobile__item {
  margin-top: 16px;
}

.smeta-table-mobile__title {
  background-color: #E7EAEB;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px 6px 0 0;
}

.smeta-table-mobile__image {
  padding: 16px;
  border-left: 1px solid #E7EAEB;
  border-bottom: 1px solid #E7EAEB;
  border-right: 1px solid #E7EAEB;
  border-radius: 0 0 6px 6px;
}

.smeta-table-mobile__image img {
  border-radius: 6px;
  overflow: hidden;
}

.payment-order__items {
  display: flex;
  margin: 0 -12px;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 991px) {
  .payment-order__items {
    margin: 0 -10px;
  }
}

@media (max-width: 767px) {
  .payment-order__items {
    margin: 0 -8px;
  }
}

@media (max-width: 575px) {
  .payment-order__items {
    margin: 0 0px;
  }
}

.payment-order__item {
  background: #fff;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  margin: 64px 12px 0px;
  padding: 32px 16px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .payment-order__item {
    flex: 0 0 30%;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .payment-order__item {
    flex: 0 0 46%;
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media (max-width: 575px) {
  .payment-order__item {
    flex: 0 0 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.payment-order__title {
  font-weight: 700;
  padding-bottom: 16px;
  z-index: 2;
  position: relative;
}

.payment-order__text {
  position: relative;
  z-index: 2;
}

.payment-order__caption {
  padding-top: 20px;
  font-size: 14px;
  z-index: 2;
  position: relative;
}

.payment-order__caption strong {
  color: #C43434;
}

.payment-order__num {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.payment-order__bg {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 20px;
}

.payment-order_strong {
  background: #19304B;
}

.num-circle {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.num-circle span {
  content: ' ';
  position: relative;
  display: inline-flex;
  align-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  background-color: #E7EAEB;
  border-radius: 100%;
  overflow: hidden;
  justify-content: center;
  font-weight: 600;
  font-size: 48px;
  font-family: Source Serif Pro;
}

@media (max-width: 991px) {
  .num-circle span {
    font-size: 36px;
  }
}

.num-circle_how-work {
  top: -31px;
}

.num-circle_payment_order {
  top: -45px;
}

.num-circle_blue span {
  background-color: #19304B;
  color: #fff;
}

.delivery-setup__items {
  display: flex;
  margin: 0 -12px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .delivery-setup__items {
    margin-left: 0;
    margin-right: 0;
  }
}

.delivery-setup__item {
  flex-grow: 1;
  background-color: #fff;
  flex-basis: 0;
  flex-shrink: 1;
  padding: 24px;
  margin: 0 12px;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
}

.delivery-setup__item .list_disc li {
  font-size: 16px;
}

@media (max-width: 767px) {
  .delivery-setup__item {
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .delivery-setup__item + .delivery-setup__item {
    margin-top: 24px;
  }
}

.delivery-setup__header {
  display: flex;
  align-items: center;
  align-content: center;
}

.delivery-setup__image {
  flex-shrink: 0;
}

.delivery-setup__image img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
}

.delivery-setup__title {
  padding-left: 16px;
  font-weight: 700;
}

.delivery-setup__text {
  padding-top: 25px;
}

.delivery-setup__link a {
  text-decoration: underline;
}

.delivery-setup__link a:hover {
  text-decoration: none;
}

.why-need__items .owl-stage {
  display: flex;
}

.why-need__item {
  background: #F7F7F7;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 24px 72px;
  height: 100%;
}

@media (max-width: 1199px) {
  .why-need__item {
    padding: 24px 35px;
  }
}

@media (max-width: 767px) {
  .why-need__item {
    display: block;
    padding: 20px;
  }
}

.why-need__left {
  flex-grow: 1;
  padding-right: 40px;
}

@media (max-width: 767px) {
  .why-need__left {
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.why-need__right {
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .why-need__right {
    text-align: center;
  }
}

.why-need__right a {
  display: inline-block;
}

.why-need__right a img.why-need__img {
  width: 276px;
  filter: drop-shadow(13px 0px 74px rgba(212, 212, 212, 0.25));
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .why-need__right a img.why-need__img {
    width: 220px;
  }
}

@media (max-width: 767px) {
  .why-need__right a img.why-need__img {
    width: auto;
  }
}

.content .why-need__hr {
  margin: 24px 0 40px;
}

.cta {
  background: #FFFFFF;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  padding: 60px 60px;
}

@media (max-width: 1199px) {
  .cta {
    padding: 40px 40px;
  }
}

@media (max-width: 991px) {
  .cta {
    padding: 40px 40px;
  }
}

@media (max-width: 767px) {
  .cta {
    padding: 24px;
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .cta {
    padding: 16px;
  }
}

.cta__top {
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.cta__bottom {
  display: none;
  padding-top: 20px;
}

@media (max-width: 991px) {
  .cta__bottom {
    display: block;
  }
}

.cta__img-desc {
  font-weight: 400;
  font-size: 16px;
  padding-top: 24px;
}

@media (max-width: 991px) {
  .cta__img-desc {
    display: block;
  }
}

@media (max-width: 991px) {
  .cta__img-desc {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 24px;
  }
}

.cta__left {
  text-align: center;
  margin-right: 60px;
  flex-basis: 350px;
  flex-shrink: 0;
}

.cta__left a {
  display: inline-block;
}

.cta__left a.button {
  display: flex;
}

.cta__left img {
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .cta__left {
    flex-basis: 267px;
  }
}

@media (max-width: 991px) {
  .cta__left {
    display: none;
  }
}

.cta__right {
  padding-right: 0px;
  flex-grow: 1;
}

@media (max-width: 1199px) {
  .cta__right {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .cta__right {
    flex-basis: 100%;
  }
}

.cta__button {
  padding-top: 25px;
  display: flex;
  align-items: center;
  align-content: center;
}

@media (max-width: 767px) {
  .cta__button {
    display: block;
    text-align: center;
  }
}

.cta__title {
  font-family: Source Serif Pro;
  font-weight: 600;
  font-size: 40px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E7EAEB;
  line-height: 1.1;
}

@media (max-width: 1199px) {
  .cta__title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .cta__title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .cta__title {
    font-size: 24px;
  }
}

.cta__desc {
  font-size: 18px;
  color: #333333;
  padding-top: 24px;
}

.cta__desc p {
  margin-bottom: 12px;
}

.cta__phone {
  padding-left: 24px;
  font-size: 14px;
}

.cta__phone a {
  font-weight: bold;
  color: #0B0F16;
  font-size: 20px;
}

@media (max-width: 767px) {
  .cta__phone {
    margin-top: 16px;
    padding-left: 0;
  }
}

.cta__m-img {
  display: none;
  text-align: center;
}

.cta__m-img a {
  display: inline-block;
  max-width: 260px;
}

.cta__m-img img {
  border-radius: 8px;
}

@media (max-width: 991px) {
  .cta__m-img {
    display: block;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .cta__form-top {
    padding-bottom: 10px;
  }
}

.cta__form-bottom {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  padding-top: 8px;
}

.cta__form-bottom a {
  font-size: 16px;
}

@media (max-width: 767px) {
  .cta__form-bottom {
    font-size: 14px;
  }
  .cta__form-bottom a {
    font-size: 14px;
  }
}

.cta_cta3 .cta__desc {
  padding-top: 0;
}

.cta_cta3 .cta__top {
  padding-top: 40px;
}

@media (max-width: 991px) {
  .cta_cta3 .cta__top {
    display: block;
    padding-top: 20px;
  }
}

.cta_cta3 .cta__left {
  text-align: left;
  flex-basis: 60%;
  flex-grow: 1;
}

@media (max-width: 991px) {
  .cta_cta3 .cta__left {
    display: block;
    padding-right: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .cta_cta3 .cta__right {
    display: none;
  }
}

.cta_cta3 .cta__img-desc {
  text-align: center;
}

@media (max-width: 991px) {
  .cta_cta3 .cta__button {
    justify-content: center;
    padding-top: 0;
  }
}

.cta_cta4 .cta__button {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .cta_cta4 .cta__button {
    justify-content: center;
    padding-top: 0;
  }
}

.cta_cta5 {
  padding: 0;
  box-shadow: none;
}

@media (max-width: 991px) {
  .cta_cta5 .cta__button {
    justify-content: center;
    padding-top: 0;
  }
}

.cta_cta5 .cta__title {
  border-bottom: none;
}

.cta_cta6 .cta__left {
  flex-basis: 250px;
}

.cta_cta6 .cta__m-img {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .cta_cta6 .buttons2 {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .cta_cta6 .buttons2 .button + .button {
    margin-top: 8px;
  }
}

@media (max-width: 991px) {
  .cta_cta7 .cta__m-img {
    display: none;
  }
}

@media (max-width: 767px) {
  .cta_cta7 .cta__m-img {
    display: block;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .cta_cta8 .cta__left {
    display: block;
    flex-basis: unset;
  }
  .cta_cta8 .cta__left img {
    max-height: 240px;
  }
}

@media (max-width: 575px) {
  .cta_cta8 .cta__left {
    display: none;
  }
}

@media (max-width: 575px) {
  .cta_cta8 .cta-desc {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .cta_cta8 .cta_cta8-form-right {
    display: none;
  }
}

.cta_cta8 .cta_cta8-text {
  max-width: 400px;
}

.cta_cta8 .cta_cta8-text .cta-form__fields {
  flex-direction: column;
}

@media (max-width: 575px) {
  .cta_cta8 .cta_cta8-text {
    max-width: 100%;
  }
}

.cta_cta8 .cta_cta8-form-mobile-image {
  display: none;
}

@media (max-width: 575px) {
  .cta_cta8 .cta_cta8-form-mobile-image {
    display: block;
    padding-top: 28px;
    height: 300px;
    text-align: center;
  }
  .cta_cta8 .cta_cta8-form-mobile-image img {
    height: 100%;
    width: auto;
  }
}

.cta_review .cta__desc {
  padding-top: 0;
}

.cta_review .cta__top {
  padding-top: 0px;
}

@media (max-width: 991px) {
  .cta_review .cta__top {
    display: block;
    padding-top: 20px;
  }
}

.cta_review .cta__left {
  text-align: left;
  flex-basis: 50%;
  flex-grow: 1;
}

@media (max-width: 991px) {
  .cta_review .cta__left {
    display: block;
    padding-right: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .cta_review .cta__right {
    display: none;
  }
}

.cta_review .cta__img-desc {
  text-align: center;
}

@media (max-width: 991px) {
  .cta_review .cta__button {
    justify-content: center;
    padding-top: 0;
  }
}

.cta-form {
  padding-top: 20px;
}

.cta-form_column .cta-form {
  max-width: 400px;
}

@media (max-width: 767px) {
  .cta-form_column .cta-form {
    max-width: 100%;
  }
}

.cta-form.ajax_form .error {
  line-height: 1em;
}

.cta-form.ajax_form .error-input .error {
  color: #C43434;
  font-size: 12px;
  line-height: 1.2em;
}

.cta-form.ajax_form .input.error {
  border-color: #C43434;
}

@media (max-width: 767px) {
  .cta-form {
    padding-top: 0px;
  }
}

.cta-form__fields {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
}

.cta-form_column .cta-form__fields {
  display: block;
}

@media (max-width: 767px) {
  .cta-form__fields {
    display: block;
  }
}

.cta-form__separator {
  flex-basis: 16px;
}

.cta-form_column .cta-form__separator {
  height: 15px;
}

@media (max-width: 767px) {
  .cta-form__separator {
    display: none;
  }
}

.cta-form__field,
.cta-form__name,
.cta-form__phone,
.cta-form__file,
.cta-form__link {
  flex-grow: 1;
}

.cta-form__field input,
.cta-form__field textarea,
.cta-form__name input,
.cta-form__name textarea,
.cta-form__phone input,
.cta-form__phone textarea,
.cta-form__file input,
.cta-form__file textarea,
.cta-form__link input,
.cta-form__link textarea {
  width: 100%;
  border: 1px solid #868686;
  border-radius: 6px;
  padding: 12px 16px 12px 16px;
}

.cta-form__field input:focus,
.cta-form__field textarea:focus,
.cta-form__name input:focus,
.cta-form__name textarea:focus,
.cta-form__phone input:focus,
.cta-form__phone textarea:focus,
.cta-form__file input:focus,
.cta-form__file textarea:focus,
.cta-form__link input:focus,
.cta-form__link textarea:focus {
  border-color: #000;
}

.cta-form__field input.error, .cta-form__field input:focus,
.cta-form__field textarea.error,
.cta-form__field textarea:focus,
.cta-form__name input.error,
.cta-form__name input:focus,
.cta-form__name textarea.error,
.cta-form__name textarea:focus,
.cta-form__phone input.error,
.cta-form__phone input:focus,
.cta-form__phone textarea.error,
.cta-form__phone textarea:focus,
.cta-form__file input.error,
.cta-form__file input:focus,
.cta-form__file textarea.error,
.cta-form__file textarea:focus,
.cta-form__link input.error,
.cta-form__link input:focus,
.cta-form__link textarea.error,
.cta-form__link textarea:focus {
  border-color: #C43434;
}

@media (max-width: 767px) {
  .cta-form__field input,
  .cta-form__field textarea,
  .cta-form__name input,
  .cta-form__name textarea,
  .cta-form__phone input,
  .cta-form__phone textarea,
  .cta-form__file input,
  .cta-form__file textarea,
  .cta-form__link input,
  .cta-form__link textarea {
    font-size: 14px;
    padding: 8px 12px 8px 12px;
  }
}

.cta-form__file {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  border: 1px solid #868686;
  border-radius: 6px;
}

.cta-form__file label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  border-radius: 0 2px 2px 0;
  background-color: #E8E8E8;
  cursor: pointer;
  transition: .3s linear;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.cta-form__file label svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #fff;
}

.cta-form__file input[type=file] {
  display: none;
}

.cta-form__filename,
.cta-form__linkfile {
  border: none !important;
  border-radius: 0 !important;
}

.cta-form__field-desc {
  color: #868686;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding-top: 3px;
}

@media (max-width: 767px) {
  .cta-form__field,
  .cta-form__phone,
  .cta-form__file,
  .cta-form__link {
    margin-top: 8px;
  }
}

.cta-form__files {
  display: none;
}

.cta-form__files-item {
  display: flex;
  align-items: center;
  align-content: center;
}

.cta-form_files-name {
  margin-right: 5px;
  font-size: 13px;
  color: #333;
}

.cta-form_files-delete {
  display: inline-block;
  cursor: pointer;
}

.cta-form__button {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .cta-form__button {
    margin-top: 16px;
  }
}

.cta-form__bottom-text {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  padding-top: 8px;
}

.cta-form__bottom-text a {
  font-size: 16px;
}

@media (max-width: 767px) {
  .cta-form__bottom-text {
    font-size: 14px;
  }
  .cta-form__bottom-text a {
    font-size: 14px;
  }
}

.cta-form__privacy {
  margin-top: 15px;
}

.cta-form__privacy ul {
  display: flex;
  flex-wrap: wrap;
}

.cta-form__privacy ul li {
  flex-basis: 50%;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.cta-form__privacy label {
  line-height: 1.2em;
}

.cta-form__privacy label span {
  padding-left: 6px;
}

.cta-form__privacy label span a {
  text-decoration: underline;
}

.cta-form__privacy label span a:hover {
  text-decoration: none;
}

.cta-form_column .modal2__bottom .cta-form {
  max-width: 400px;
}

@media (max-width: 767px) {
  .cta-form_column .modal2__bottom .cta-form {
    max-width: 400px;
  }
}

@media (max-width: 575px) {
  .cta-form_column .modal2__bottom .cta-form {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .modal2__bottom .cta-form__fields {
    display: flex;
  }
}

@media (max-width: 575px) {
  .modal2__bottom .cta-form__fields {
    display: block;
  }
}

@media (max-width: 767px) {
  .modal2__bottom .cta-form__separator {
    display: block;
  }
}

@media (max-width: 575px) {
  .modal2__bottom .cta-form__separator {
    display: none;
  }
}

@media (max-width: 767px) {
  .modal2__bottom .cta-form__phone {
    margin-top: 0px;
  }
}

@media (max-width: 575px) {
  .modal2__bottom .cta-form__phone {
    margin-top: 8px;
  }
}

.popup {
  max-width: 900px;
  box-shadow: 0px 0px 74px #353F52;
  border-radius: 16px;
  padding: 60px;
  margin-top: 35px;
}

.popup a.close-modal {
  background-image: url("/front/site/svg/close-popup.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  top: -28px;
  right: -28px;
}

@media (max-width: 767px) {
  .popup a.close-modal {
    right: 15px;
    top: -30px;
  }
}

@media (max-width: 575px) {
  .popup a.close-modal {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    top: -23px;
    right: 7px;
  }
}

@media (max-width: 991px) {
  .popup {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .popup {
    width: auto;
  }
}

@media (max-width: 575px) {
  .popup {
    padding: 24px;
    width: auto;
    border-radius: 12px;
  }
}

.popup__outer {
  display: block;
  width: 100%;
}

.popup__title {
  text-align: center;
}

.popup__title span {
  display: inline-block;
  font-size: 40px;
  font-family: Source Serif Pro;
  font-weight: 600;
  line-height: 1.1em;
  text-align: center;
}

.popup__title span hr {
  width: 90%;
  margin: 0 auto;
  margin: 24px 0 20px;
  background-color: #E7EAEB;
  opacity: 1;
}

@media (max-width: 991px) {
  .popup__title span hr {
    margin: 20px 0 18px;
  }
}

@media (max-width: 575px) {
  .popup__title span hr {
    margin: 12px 0 10px;
  }
}

@media (max-width: 991px) {
  .popup__title span {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .popup__title span {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .popup__title span {
    font-size: 24px;
  }
}

.popup__text {
  text-align: center;
}

.popup__button {
  text-align: center;
  padding-top: 40px;
}

@media (max-width: 991px) {
  .popup__button {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .popup__button {
    padding-top: 24px;
  }
}

@media (max-width: 575px) {
  .popup__button {
    padding-top: 32px;
  }
}

div.design-stages__vars {
  display: flex;
  margin: 0 -7px;
}

div.design-stages__var {
  padding: 0 7px;
}

@media (max-width: 991px) {
  div.design-stages__var:nth-child(3n) {
    display: none;
  }
}

@media (max-width: 575px) {
  div.design-stages__var:nth-child(3n) {
    display: block;
  }
}

div.design-stages__var:nth-child(4n) {
  flex-shrink: 0;
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
}

@media (max-width: 575px) {
  div.design-stages__var:nth-child(4n) {
    display: none;
  }
}

@media (max-width: 575px) {
  div.design-stages__var:nth-child(5n) {
    display: none;
  }
}

.design-stages__stage + .design-stages__stage {
  padding-top: 60px;
}

.design-stages__stage2 {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .design-stages__stage2 {
    align-items: center;
    align-content: center;
  }
}

@media (max-width: 767px) {
  .design-stages__stage2 {
    flex-wrap: wrap;
  }
}

.design-stages__stage2-left {
  padding-right: 40px;
  flex-basis: 60%;
}

@media (max-width: 991px) {
  .design-stages__stage2-left {
    flex-basis: 50%;
  }
}

@media (max-width: 767px) {
  .design-stages__stage2-left {
    flex-basis: 100%;
  }
}

.design-stages__stage2-right {
  flex-basis: 40%;
  text-align: center;
}

@media (max-width: 991px) {
  .design-stages__stage2-right {
    flex-basis: 50%;
  }
}

@media (max-width: 767px) {
  .design-stages__stage2-right {
    flex-basis: 100%;
  }
}

.design-stages__smeta-desc {
  font-size: 14px;
}

.design-stages__dots {
  padding: 0 40px;
}

.design-stages__dots img {
  width: 40px;
  height: 8px;
}

@media (max-width: 991px) {
  .design-stages__dots {
    padding: 0 20px;
  }
}

.design-stages__stage3-gal {
  display: flex;
  margin: 0 -12px;
}

@media (max-width: 991px) {
  .design-stages__stage3-gal {
    margin: 0 -10px;
  }
}

@media (max-width: 767px) {
  .design-stages__stage3-gal {
    margin: 0 -8px;
  }
}

@media (max-width: 575px) {
  .design-stages__stage3-gal {
    display: block;
    margin: 0;
  }
}

.design-stages__stage3-left {
  padding: 0 10px;
}

@media (max-width: 991px) {
  .design-stages__stage3-left {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .design-stages__stage3-left {
    padding: 0 8px;
  }
}

@media (max-width: 575px) {
  .design-stages__stage3-left {
    padding: 0;
  }
}

.design-stages__stage3-right {
  padding: 0 12px;
}

@media (max-width: 991px) {
  .design-stages__stage3-right {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .design-stages__stage3-right {
    padding: 0 8px;
  }
}

@media (max-width: 575px) {
  .design-stages__stage3-right {
    padding: 0;
    margin-top: 8px;
  }
}

.good-bad {
  display: flex;
  padding-bottom: 20px;
}

@media (max-width: 575px) {
  .good-bad {
    display: block;
  }
}

.good-bad__left {
  flex-basis: 50%;
  padding-right: 15px;
}

@media (max-width: 575px) {
  .good-bad__left {
    padding-right: 0;
  }
}

.good-bad__right {
  flex-basis: 50%;
  padding-left: 15px;
}

@media (max-width: 575px) {
  .good-bad__right {
    padding-left: 0;
    padding-top: 24px;
  }
}

.good-bad__title {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 20px;
}

@media (max-width: 575px) {
  .good-bad__title {
    font-size: 16px;
  }
}

.good-bad__item {
  display: flex;
}

.good-bad__item + .good-bad__item {
  margin-top: 16px;
}

.good-bad__marker {
  background-size: 16px 12px;
  width: 16px;
  height: 12px;
  margin-top: 5px;
  margin-right: 8px;
  flex-shrink: 0;
}

.good-bad__item_good .good-bad__marker {
  background-image: url("/front/site/svg/true.svg");
}

.good-bad__item_bad .good-bad__marker {
  background-image: url("/front/site/svg/false.svg");
}

.good-bad__text {
  font-size: 16px;
  display: block;
}

.good-bad__text:first-child {
  font-weight: 500;
}

.good-bad__item_good .good-bad__text:first-child {
  color: #01804B;
}

.good-bad__item_bad .good-bad__text:first-child {
  color: #BB2B2B;
}

@media (max-width: 767px) {
  .good-bad__text {
    display: inline;
  }
}

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

.modal1__right {
  flex-shrink: 0;
  flex-basis: 280px;
}

@media (max-width: 991px) {
  .modal1__right {
    flex-basis: 240px;
  }
}

@media (max-width: 767px) {
  .modal1__right {
    display: none;
  }
}

.modal1__title span {
  display: inline-block;
  font-size: 36px;
  font-family: Source Serif Pro;
  font-weight: 600;
  line-height: 1.1em;
}

.modal1__title span a.tel {
  color: #333;
}

@media (max-width: 767px) {
  .modal1__title span a.tel {
    text-decoration: underline;
    display: block;
  }
}

.modal1__title span hr {
  width: 90%;
  margin: 0 auto;
  margin: 24px 0 20px;
  background-color: #E7EAEB;
  opacity: 1;
}

@media (max-width: 991px) {
  .modal1__title span hr {
    margin: 20px 0 18px;
  }
}

@media (max-width: 575px) {
  .modal1__title span hr {
    margin: 12px 0 10px;
  }
}

@media (max-width: 991px) {
  .modal1__title span {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .modal1__title span {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .modal1__title span {
    font-size: 24px;
  }
}

.modal1__form-bottom {
  font-weight: 400;
  font-size: 14px;
  color: #868686;
  padding-top: 10px;
}

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

@media (max-width: 991px) {
  .modal2__column .cta-form {
    display: none;
  }
  .modal2__column .modal2__form-bottom {
    display: none;
  }
}

.modal2__bottom {
  display: none;
}

@media (max-width: 991px) {
  .modal2__bottom {
    display: block;
  }
}

.modal2__left {
  flex-shrink: 0;
  padding-right: 60px;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .modal2__left {
    flex-shrink: 1;
    padding-left: 40px;
    padding-right: 0;
    order: 2;
  }
}

@media (max-width: 575px) {
  .modal2__left {
    display: none;
  }
}

@media (max-width: 991px) {
  .modal2__right {
    order: 1;
  }
}

.modal2__title span {
  display: inline-block;
  font-size: 36px;
  font-family: Source Serif Pro;
  font-weight: 600;
  line-height: 1.1em;
}

.modal2__title span a.tel {
  color: #333;
}

@media (max-width: 767px) {
  .modal2__title span a.tel {
    text-decoration: underline;
    display: block;
  }
}

.modal2__title span hr {
  width: 90%;
  margin: 0 auto;
  margin: 24px 0 20px;
  background-color: #E7EAEB;
  opacity: 1;
}

@media (max-width: 991px) {
  .modal2__title span hr {
    margin: 20px 0 18px;
  }
}

@media (max-width: 575px) {
  .modal2__title span hr {
    margin: 12px 0 10px;
  }
}

@media (max-width: 991px) {
  .modal2__title span {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .modal2__title span {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .modal2__title span {
    font-size: 24px;
  }
}

.modal2__form-bottom {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  padding-top: 10px;
}

.reviews .owl-stage {
  display: flex;
}

.reviews .owl-item {
  background: #FFFFFF;
  border-radius: 16px;
}

.reviews .owl-dots {
  display: none;
}

.reviews__header {
  display: flex;
  align-items: center;
  align-content: center;
  padding-bottom: 24px;
  margin: 0 -12px;
}

@media (max-width: 991px) {
  .reviews__header {
    display: block;
    margin: 0;
  }
}

.reviews__title {
  flex-grow: 1;
  padding: 0 12px;
}

@media (max-width: 991px) {
  .reviews__title {
    padding: 0;
  }
}

.reviews__rating {
  display: flex;
  flex-basis: 50%;
  padding: 0 12px;
}

@media (max-width: 991px) {
  .reviews__rating {
    display: block;
    padding: 10px 0 0;
  }
}

.reviews__rating-desc {
  display: flex;
  align-items: center;
  align-content: center;
  font-weight: 400;
  color: #868686;
  line-height: 20px;
  text-align: right;
}

@media (max-width: 991px) {
  .reviews__rating-desc {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 8px;
    text-align: left;
  }
}

.reviews__rating-label {
  display: flex;
  align-items: center;
  align-content: center;
  text-align: right;
  justify-content: flex-end;
  flex-shrink: 0;
  margin-left: 16px;
}

@media (max-width: 991px) {
  .reviews__rating-label {
    display: block;
    text-align: left;
    margin-left: 0;
  }
}

.reviews__item {
  padding: 30px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 16px;
}

.reviews__seealso {
  margin-top: 20px;
  padding-left: 44px;
}

.reviews__seealso a {
  color: #19304B;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  text-decoration-line: underline;
}

.reviews__seealso a:hover {
  text-decoration: none;
  color: #19304B;
}

.review {
  font-family: Yandex Sans;
  font-size: 14px;
  line-height: 18px;
  display: flex;
}

.review__avatar {
  flex-shrink: 0;
  flex-basis: 44px;
}

.review__avatar img {
  border-radius: 100%;
  overflow: hidden;
  width: auto !important;
}

.review__nik-name {
  font-weight: 500;
}

.review__nik-desc {
  color: #999999;
}

.review__info {
  display: flex;
  margin-top: 12px;
  margin-bottom: 2px;
  align-content: center;
  align-items: center;
}

.review__date {
  color: #999999;
}

.review__else a {
  color: #999999;
  display: inline-block;
  padding: 3px 0;
}

.review__else a:hover {
  color: grey;
}

.review__else_hide a {
  display: none;
}

.review__rating {
  display: flex;
  margin-top: -2px;
  margin-right: 8px;
}

.review__star {
  margin-right: 4px;
  line-height: 0;
}

.review__star_grey {
  color: #cccccc;
}

.review__star_yellow {
  color: #ffcc00;
}

.review__text {
  padding-top: 4px;
}

.review__gallery {
  display: flex;
}

.review__image {
  margin-right: 8px;
  margin-top: 10px;
}

.owl-carousel .owl-item .review__image img {
  width: 45px;
  border-radius: 12px;
}

.review__hide {
  display: none;
}

.reviews__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .reviews__footer {
    display: block;
  }
}

.reviews__all a {
  display: flex;
  align-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  color: #19304B;
}

.reviews__all a::after {
  content: '\2192';
  color: #19304B;
  margin-left: 8px;
}

.reviews__all a:hover {
  color: #0a1e36;
}

.reviews__all a:hover::after {
  color: #0a1e36;
}

@media (max-width: 767px) {
  .reviews__all {
    text-align: center;
    padding-top: 10px;
  }
  .reviews__all a {
    display: inline-block;
  }
}

.reviews__pages {
  text-align: center;
  visibility: hidden;
}

.reviews__pages_visible {
  visibility: visible;
}

.reviews__page-current {
  font-size: 18px;
  font-weight: 500;
}

.reviews__page-count {
  color: #868686;
  font-size: 14px;
}

.reviews__page-count::before {
  content: '/';
  font-size: 14px;
  display: inline-block;
  margin-left: 2px;
}

.content-gallery__item {
  flex-basis: 25%;
  margin-bottom: 16px;
  line-height: 0;
  text-align: center;
}

.content-gallery__item a {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
  line-height: 0;
}

.content-gallery__item a img {
  z-index: 10;
  position: relative;
}

.content-gallery__item a:hover .zoom {
  display: flex;
}

@media (max-width: 991px) {
  .content-gallery__item {
    flex-basis: 50%;
  }
}

@media (max-width: 575px) {
  .content-gallery__item {
    padding: 0;
  }
}

.smeta-modal {
  padding: 30px 24px;
}

@media (max-width: 991px) {
  .smeta-modal {
    padding: 20px 10px;
  }
}

.smeta-modal__outer {
  display: block;
  width: 100%;
}

.smeta-modal__title {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 24px;
  text-align: center;
}

@media (max-width: 991px) {
  .smeta-modal__title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .smeta-modal__title {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .smeta-modal__title {
    font-size: 16px;
  }
}

.useful {
  margin: 28px 0;
  width: 100%;
}

.useful--article {
  display: flex;
  margin-top: 30px;
  border-bottom: 1px solid #e7eaeb;
  padding-bottom: 50px;
}

.useful--article .useful {
  margin: 0;
  width: calc(100% - 415px);
}

@media (max-width: 1199px) {
  .useful--article .useful {
    width: calc(100% - 300px);
  }
}

@media (max-width: 767px) {
  .useful--article .useful {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .useful--article {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}

.useful__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 12px;
}

@media (max-width: 767px) {
  .useful__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.useful-leftcol {
  flex-basis: 415px;
  flex-shrink: 0;
  padding-right: 40px;
}

@media (max-width: 1199px) {
  .useful-leftcol {
    flex-basis: 300px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .useful-leftcol {
    flex-basis: 100%;
    padding-right: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
}

.useful-leftcol--active {
  max-height: 10000px;
  transition: max-height 0.3s ease-in;
}

.useful-leftcol__sticky {
  position: sticky;
  top: 10px;
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
}

@media (max-width: 767px) {
  .useful-leftcol__sticky {
    max-height: unset;
    margin-bottom: 30px;
  }
}

.useful-mobile-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  filter: drop-shadow(0px 1px 2.5px rgba(0, 0, 0, 0.05));
  background-color: #ffffff;
  display: none;
  padding: 0 12px;
  width: 100%;
}

@media (max-width: 767px) {
  .useful-mobile-btn {
    display: flex;
  }
}

.useful-mobile-btn__title {
  font-weight: 700;
  font-size: 12px;
  color: #4b4b4b;
}

.useful-mobile-btn__arrow svg {
  fill: none;
  stroke: #4b4b4b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  width: 11px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.useful-mobile-btn--active .useful-mobile-btn__arrow svg {
  top: 1px;
  -webkit-transform: unset;
  -moz-transform: unset;
  -o-transform: unset;
  -ms-transform: unset;
  transform: unset;
}

@media (max-width: 767px) {
  .useful-mobile-btn--active .useful-mobile-btn__arrow svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media (max-width: 767px) {
  .useful-mobile-btn__arrow svg {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.useful__items {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
  margin: 0 -12px;
}

@media (max-width: 767px) {
  .useful__items {
    margin: 0;
  }
}

.useful__item {
  flex-basis: 33.33%;
  padding: 12px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .useful__item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .useful__item {
    flex-basis: 100%;
    padding: 10px 0px;
  }
}

.useful__content {
  background: #FFFFFF;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  padding: 32px;
  height: 100%;
  display: flex;
}

.useful__item_img-right .useful__content {
  flex-direction: row-reverse;
}

@media (max-width: 1199px) {
  .useful__content {
    padding: 24px;
  }
}

@media (max-width: 991px) {
  .useful__content {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .useful__content {
    padding: 16px;
    flex-wrap: wrap;
  }
}

.useful__category {
  font-size: 14px;
  color: #868686;
  padding-bottom: 8px;
}

@media (max-width: 767px) {
  .useful__category {
    font-size: 12px;
  }
}

.useful__title {
  font-weight: 700;
  font-size: 18px;
  color: #0B0F16;
  padding-bottom: 16px;
}

.useful__title a {
  color: #0B0F16;
}

.useful__title a:hover {
  color: #0B0F16;
}

@media (max-width: 767px) {
  .useful__title {
    font-size: 16px;
    padding-bottom: 8px;
  }
}

.useful__title-link {
  color: #333;
}

.useful__title-link:hover {
  color: #C43434;
}

.useful__intro {
  font-size: 16px;
  color: #0B0F16;
  padding-bottom: 16px;
}

@media (max-width: 767px) {
  .useful__intro {
    font-size: 16px;
    padding-bottom: 0;
  }
}

.useful__more a {
  text-decoration: underline;
}

.useful__more a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .useful__more a {
    font-size: 14px;
  }
}

.useful__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  flex-grow: 1;
}

@media (max-width: 767px) {
  .useful__text {
    height: auto;
  }
}

.useful__top {
  padding-bottom: 20px;
}

.useful__image {
  display: none;
}

.useful__image img {
  border-radius: 16px;
  overflow: hidden;
}

.useful__item_large {
  flex-basis: 100%;
}

.useful__item_large .useful__image {
  display: block;
  flex-basis: 50%;
  margin-right: 24px;
}

@media (max-width: 767px) {
  .useful__item_large .useful__image {
    flex-basis: 100%;
    margin-right: 0px;
    margin-bottom: 16px;
  }
}

.useful__item_large .useful__text {
  flex-basis: 50%;
  padding-left: 34px;
}

@media (max-width: 1199px) {
  .useful__item_large .useful__text {
    padding-left: 24px;
  }
}

@media (max-width: 991px) {
  .useful__item_large .useful__text {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .useful__item_large .useful__text {
    flex-basis: 100%;
    padding-left: 0px;
  }
}

.useful__item_img-right .useful__text {
  padding-left: 0;
}

.useful__item_img-right .useful__image {
  padding-left: 24px;
}

@media (max-width: 767px) {
  .useful__item_img-right .useful__image {
    padding-left: 0px;
  }
}

.useful__article-hide {
  display: none;
}

.useful .pagination {
  display: none;
}

.useful-menu {
  padding-right: 20px;
}

.useful-menu .pagination {
  display: none;
}

@media (max-width: 767px) {
  .useful-menu {
    padding-right: 0;
  }
}

.useful-menu__parent {
  display: flex;
  font-weight: 700;
  margin: 12px 0 12px;
}

.useful-menu__parent a {
  font-size: 16px;
  color: #333333;
  text-decoration: none;
  line-height: 1.5em;
}

@media (max-width: 1199px) {
  .useful-menu__parent a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .useful-menu__parent a {
    order: 0;
  }
}

.useful-menu__parent:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .useful-menu__parent {
    justify-content: space-between;
  }
}

.useful-menu__arrow {
  width: 11px;
  display: block;
  margin-right: 6px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.useful-menu__arrow svg {
  fill: none;
  stroke: #4b4b4b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.useful-menu__parent--active .useful-menu__arrow svg {
  top: 1px;
  -webkit-transform: unset;
  -moz-transform: unset;
  -o-transform: unset;
  -ms-transform: unset;
  transform: unset;
}

@media (max-width: 767px) {
  .useful-menu__parent--active .useful-menu__arrow svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media (max-width: 767px) {
  .useful-menu__arrow svg {
    font-size: 14px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@media (max-width: 767px) {
  .useful-menu__arrow {
    order: 1;
    margin-right: 0;
  }
}

.useful-menu__arrow--hide {
  visibility: hidden;
}

.useful-menu__childs {
  margin: -6px 0 -6px 19px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.useful-menu__childs li a {
  font-size: 14px;
  color: #4b4b4b;
  font-weight: 600;
  display: flex;
  margin-left: -1px;
  padding: 5px 0 5px 12px;
  line-height: 1.3em;
  align-items: center;
  border-left: 1px solid #e7eaeb;
}

.useful-menu__childs li a.useful-menu__child-active {
  border-left-color: #c13137;
  color: #c13137;
}

.useful-menu__childs li a:hover {
  border-left-color: #c13137;
}

@media (max-width: 1199px) {
  .useful-menu__childs li a {
    font-size: 12px;
  }
}

.useful-menu__childs li + li {
  margin-top: 4px;
}

.useful-menu__parent--active + .useful-menu__childs {
  max-height: 3000px;
  /* Достаточно большое значение для раскрытия */
  transition: max-height 0.3s ease-in;
}

@media (max-width: 767px) {
  .useful-menu__childs {
    margin-left: 0;
  }
}

.useful-menu__childs-items {
  border-left: 1px solid #e7eaeb;
}

.useful-menu__catalog {
  margin-top: 44px;
}

@media (max-width: 1199px) {
  .useful-menu__catalog {
    margin-top: 30px;
  }
}

.useful-menu__manager {
  margin-top: 18px;
}

.useful-menu__manager .manager__icon img {
  width: 40px;
  height: 40px;
}

.useful-menu-childs-more {
  margin-top: 10px;
  margin-bottom: 15px;
}

.useful-menu-childs-more a {
  font-weight: 600;
  font-size: 12px;
  padding: 7px 15px;
}

.useful-menu__parent-link {
  cursor: pointer;
}

.faq {
  padding: 32px 0;
}

.faq__item {
  background: #FFFFFF;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  padding: 32px 40px 16px;
}

.faq__item + .faq__item {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .faq__item {
    padding: 24px 24px 8px;
  }
}

.faq__question {
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
  padding: 0px 0 16px;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.faq__question::after {
  content: ' ';
  background-image: url("/front/site/svg/arrow-grey-bottom.svg");
  background-size: 18px 8px;
  width: 18px;
  height: 8px;
  flex-shrink: 0;
  margin-left: 10px;
}

.faq__question.expanded::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .faq__question {
    font-size: 18px;
    padding-bottom: 16px;
  }
}

.faq__answer {
  border-top: 1px solid #E7EAEB;
  padding-top: 16px;
  display: none;
  padding: 16px 0 0px 0;
  margin-bottom: 16px;
}

.requisites .content table tbody {
  border-top: 1px solid #E7EAEB;
}

.requisites .content table tr:nth-child(1n) {
  background: #F3F4F5;
}

.requisites .content table tr:nth-child(2n) {
  background: #fff;
}

.requisites__title {
  font-weight: 600;
}

.mon-order {
  background: #FFFFFF;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  margin-top: 40px;
  padding: 60px;
}

@media (max-width: 1199px) {
  .mon-order {
    padding: 45px;
  }
}

@media (max-width: 991px) {
  .mon-order {
    margin-top: 36px;
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .mon-order {
    margin-top: 28px;
    padding: 36px;
  }
}

@media (max-width: 575px) {
  .mon-order {
    margin-top: 24px;
    padding: 24px;
  }
}

.mon-order .cta-form {
  padding-top: 0;
}

.mon-order__cols {
  display: flex;
}

@media (max-width: 767px) {
  .mon-order__cols {
    display: block;
  }
}

.mon-order__left {
  flex-basis: 55%;
  width: 55%;
}

@media (max-width: 991px) {
  .mon-order__left {
    flex-basis: 50%;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .mon-order__left {
    width: 100%;
  }
}

.mon-order__right {
  flex-basis: 45%;
  width: 45%;
  padding-left: 70px;
}

@media (max-width: 991px) {
  .mon-order__right {
    flex-basis: 50%;
    width: 50%;
    padding-left: 48px;
  }
}

@media (max-width: 767px) {
  .mon-order__right {
    width: 100%;
    padding-left: 0;
    padding-top: 32px;
  }
}

.mon-order__slider .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  flex-grow: 1;
  z-index: 10;
  background: #F7F7F7;
  border-radius: 100%;
  justify-content: center;
}

.mon-order__slider .slick-arrow.prev {
  left: -22px;
}

.mon-order__slider .slick-arrow.prev::before {
  content: ' ';
  background-image: url("/front/site/svg/mon-order-arrow-left.svg");
  background-size: 10px 22px;
  width: 10px;
  height: 22px;
  display: block;
}

@media (max-width: 991px) {
  .mon-order__slider .slick-arrow.prev::before {
    background-size: 8px 20px;
    width: 8px;
    height: 20px;
  }
}

@media (max-width: 991px) {
  .mon-order__slider .slick-arrow.prev {
    left: -24px;
  }
}

.mon-order__slider .slick-arrow.next {
  right: -22px;
}

.mon-order__slider .slick-arrow.next::before {
  content: ' ';
  background-image: url("/front/site/svg/mon-order-arrow-right.svg");
  background-size: 10px 22px;
  width: 10px;
  height: 22px;
  display: block;
}

@media (max-width: 991px) {
  .mon-order__slider .slick-arrow.next::before {
    background-size: 8px 20px;
    width: 8px;
    height: 20px;
  }
}

@media (max-width: 991px) {
  .mon-order__slider .slick-arrow.next {
    right: -24px;
  }
}

@media (max-width: 991px) {
  .mon-order__slider .slick-arrow {
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
  }
}

.mon-order__slider-nav {
  overflow: hidden;
  margin-top: 16px;
}

.mon-order__slider-nav img {
  border-radius: 4px;
  overflow: hidden;
}

.mon-order__slider-nav .slick-slide {
  margin: 0 12px;
}

@media (max-width: 991px) {
  .mon-order__slider-nav .slick-slide {
    margin: 0 8px;
  }
}

.mon-order__slider-nav .slick-list {
  margin: 0 -12px;
}

@media (max-width: 991px) {
  .mon-order__slider-nav .slick-list {
    margin: 0 -8px;
  }
}

@media (max-width: 991px) {
  .mon-order__slider-nav {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .mon-order__slider-nav {
    display: none;
  }
}

.mon-order__title {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E7EAEB;
}

@media (max-width: 991px) {
  .mon-order__title {
    font-size: 20px;
  }
}

.mon-order__params {
  font-size: 14px;
  line-height: 16px;
}

.mon-order__params h2 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.mon-order__param + .mon-order__param {
  margin-top: 8px;
}

.mon-order__price {
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  padding: 24px 0 22px;
  border-bottom: 1px solid #E7EAEB;
  position: relative;
}

@media (max-width: 991px) {
  .mon-order__price {
    padding-bottom: 0;
    border-bottom: none;
    display: block;
  }
}

@media (max-width: 767px) {
  .mon-order__price {
    padding: 20px 0 0px;
  }
}

.mon-order__price-old {
  color: #868686;
  text-decoration-line: line-through;
  font-size: 14px;
  margin-right: 12px;
  line-height: 16px;
}

.mon-order__price-current {
  font-weight: 700;
  font-size: 24px;
  color: #0B0F16;
  line-height: 1em;
}

@media (max-width: 991px) {
  .mon-order__price-current {
    font-size: 20px;
    margin-top: 2px;
  }
}

.mon-order__form {
  padding: 0px 0 12px;
}

@media (max-width: 991px) {
  .mon-order__form {
    display: none;
  }
}

.mon-order__form-top {
  padding: 20px 0;
}

.mon-order__form-top-title {
  font-weight: 600;
}

.mon-order__form-top-desc {
  font-size: 14px;
  line-height: 18px;
  margin-top: 11px;
}

.mon-order__mobile {
  display: none;
  border-top: 1px solid #E7EAEB;
  margin-top: 24px;
}

@media (max-width: 991px) {
  .mon-order__mobile {
    display: block;
  }
}

.mon {
  background: #FFFFFF;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  margin-top: 40px;
  padding: 60px;
  position: relative;
}

@media (max-width: 1199px) {
  .mon {
    padding: 45px;
  }
}

@media (max-width: 991px) {
  .mon {
    margin-top: 36px;
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .mon {
    margin-top: 28px;
    padding: 36px;
  }
}

@media (max-width: 575px) {
  .mon {
    margin-top: 24px;
    padding: 24px;
  }
}

.mon__cols {
  display: flex;
}

@media (max-width: 991px) {
  .mon__cols {
    display: block;
  }
}

.mon__left {
  flex-basis: 45%;
  width: 45%;
}

@media (max-width: 1199px) {
  .mon__left {
    flex-basis: 40%;
    width: 40%;
  }
}

@media (max-width: 991px) {
  .mon__left {
    width: 100%;
  }
}

.mon__slider-wrap {
  position: sticky;
  top: 20px;
}

.mon__right {
  flex-basis: 65%;
  width: 65%;
  padding-left: 60px;
  display: block;
  min-width: 0;
}

@media (max-width: 1199px) {
  .mon__right {
    flex-basis: 60%;
    width: 60%;
  }
}

@media (max-width: 991px) {
  .mon__right {
    padding-left: 48px;
    width: 100%;
    padding-left: 0;
    padding-top: 32px;
  }
}

.mon__slider {
  position: relative;
}

.mon__slider::after {
  content: ' ';
  background-image: url("/front/site/svg/zoom-grey.svg");
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 18px;
  right: 18px;
}

.mon__slider .slick-list {
  background: #f7f7f7;
  border-radius: 10px;
  overflow: hidden;
}

.mon__slider .slick-slide a {
  position: relative;
}

.mon__slider .slick-slide img {
  display: inline-block;
}

.mon__slider .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  flex-grow: 1;
  z-index: 10;
  background: #BB2B2B;
  border-radius: 100%;
  justify-content: center;
}

.mon__slider .slick-arrow.prev {
  left: -22px;
}

.mon__slider .slick-arrow.prev::before {
  content: ' ';
  background-image: url("/front/site/svg/arrow-white-left.svg");
  background-size: 10px 22px;
  width: 10px;
  height: 22px;
  display: block;
}

@media (max-width: 991px) {
  .mon__slider .slick-arrow.prev::before {
    background-size: 8px 20px;
    width: 8px;
    height: 20px;
  }
}

@media (max-width: 991px) {
  .mon__slider .slick-arrow.prev {
    left: -24px;
  }
}

.mon__slider .slick-arrow.next {
  right: -22px;
}

.mon__slider .slick-arrow.next::before {
  content: ' ';
  background-image: url("/front/site/svg/arrow-white-right.svg");
  background-size: 10px 22px;
  width: 10px;
  height: 22px;
  display: block;
}

@media (max-width: 991px) {
  .mon__slider .slick-arrow.next::before {
    background-size: 8px 20px;
    width: 8px;
    height: 20px;
  }
}

@media (max-width: 991px) {
  .mon__slider .slick-arrow.next {
    right: -24px;
  }
}

@media (max-width: 991px) {
  .mon__slider .slick-arrow {
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
  }
}

.mon__slider-item {
  text-align: center;
  display: none;
  width: 100%;
}

.mon__slider-item:first-child {
  display: inline-block;
}

.slick-slide .mon__slider-item {
  display: inline-block;
}

.mon__slider-item a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 550px;
}

.mon__slider-nav-item {
  display: none;
  height: 100px;
  align-items: flex-end;
  justify-content: center;
  background: #f7f7f7;
}

.mon__slider-nav-item:first-child {
  display: inline-flex;
}

.slick-slide .mon__slider-nav-item {
  display: inline-flex !important;
}

.mon__slider-nav-item img {
  border-radius: 4px;
  overflow: hidden;
  max-height: 90%;
}

.mon__slider-nav {
  overflow: hidden;
  margin-top: 16px;
}

.mon__slider-nav .slick-slide {
  margin: 0 12px;
}

@media (max-width: 991px) {
  .mon__slider-nav .slick-slide {
    margin: 0 8px;
  }
}

.mon__slider-nav .slick-list {
  margin: 0 -12px;
}

@media (max-width: 991px) {
  .mon__slider-nav .slick-list {
    margin: 0 -8px;
  }
}

@media (max-width: 991px) {
  .mon__slider-nav {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .mon__slider-nav {
    display: none;
  }
}

@media (max-width: 991px) {
  .mon__header_desktop {
    display: none;
  }
}

.mon__header_mobile {
  display: none;
}

@media (max-width: 991px) {
  .mon__header_mobile {
    display: block;
  }
}

.mon__h1 {
  font-family: 'Source Serif Pro';
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 0;
  padding-bottom: 24px;
}

@media (max-width: 1199px) {
  .mon__h1 {
    font-size: 36px;
    padding-bottom: 16px;
  }
}

@media (max-width: 991px) {
  .mon__h1 {
    font-size: 36px;
    padding-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .mon__h1 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .mon__h1 {
    font-size: 24px;
  }
}

.mon__article {
  color: #868686;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  border-top: 1px solid #E7EAEB;
  border-bottom: 1px solid #E7EAEB;
  padding: 8px 0;
  margin-bottom: 24px;
}

.mon__article div {
  display: flex;
  align-content: center;
  align-items: center;
}

.mon__article svg {
  margin-left: 7px;
}

.mon__article a {
  color: #868686;
}

.mon__article a:hover {
  color: #868686;
  text-decoration: underline;
}

.mon__params {
  padding-bottom: 24px;
}

.mon__title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 16px;
  display: flex;
}

@media (max-width: 575px) {
  .mon__title {
    font-size: 16px;
  }
}

.mon__param .radio-btn,
.mon__param .checkbox-btn {
  margin-right: 15px;
}

.mon__param + .mon__param {
  margin-top: 28px;
}

.mon__param-promo {
  margin-top: -4px;
}

.mon__param-promo strong {
  color: #C43434;
}

.mon__tooltipe {
  position: relative;
  display: block;
  margin-top: -8px;
  margin-left: 1px;
  width: 14px;
  height: 14px;
}

.mon__tooltipe::before {
  content: ' ';
  background-image: url("/front/site/svg/question-tooltipe.svg");
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  display: block;
  position: relative;
}

.mon__param-block ul {
  display: flex;
  flex-wrap: wrap;
}

.mon__param-block ul li {
  flex-basis: 50%;
  width: 50%;
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.mon__param_button {
  display: flex;
  flex-wrap: wrap;
}

.mon__param_button span {
  cursor: pointer;
  padding: 8px 15px;
  border: 1px solid #868686;
  color: #868686;
  border-radius: 6px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  margin-bottom: 12px;
}

.mon__param_button span.active {
  color: #C43434;
  border-color: #C43434;
}

.mon__param_button span.active::before {
  content: ' ';
  background-image: url("/front/site/svg/check-red.svg");
  background-size: 12px 8px;
  width: 12px;
  height: 8px;
  color: #C43434;
  margin-right: 4px;
  margin-bottom: -2px;
}

.mon__param_button span.active::before:hover {
  color: #C43434;
  border-color: #C43434;
}

.mon__param_button span.active:hover {
  color: #C43434;
  border-color: #C43434;
}

.mon__param_button span.disabled {
  opacity: 0.5;
}

.mon__param_button span.disabled:hover {
  border: 1px solid #868686;
  color: #868686;
}

.mon__param_button span:hover {
  border: 1px solid #333;
  color: #333;
}

.mon__tooltipe-content {
  display: none;
}

.mon__param-desc {
  font-size: 14px;
  padding-top: 4px;
}

.mon__param-desc .content {
  font-size: 16px;
}

.mon__param-desc .content strong {
  color: #BB2B2B;
}

.mon__param-block + .mon__param-desc {
  padding-top: 16px;
}

.mon__params + .mon__price {
  border-top: 1px solid #E7EAEB;
  padding: 24px 0;
}

.mon__price-old {
  font-weight: 400;
  font-size: 16px;
  text-decoration: line-through;
  color: #868686;
  margin-bottom: 6px;
}

@media (max-width: 575px) {
  .mon__price-old {
    font-size: 18px;
  }
}

.mon__price-current {
  font-weight: 600;
  font-size: 40px;
  color: #0B0F16;
  font-family: 'Source Serif Pro';
  white-space: nowrap;
}

@media (max-width: 767px) {
  .mon__price-current {
    font-size: 32px;
  }
}

.mon__price-installment {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2px;
  margin-top: 25px;
  color: #C43434;
  margin-bottom: 10px;
}

.mon__buttons {
  display: flex;
  padding-top: 24px;
  border-top: 1px solid #E7EAEB;
}

.mon__buttons .button {
  width: 100%;
  margin-top: 24px;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .mon__buttons {
    flex-wrap: wrap;
  }
}

.mon__buttons-left {
  padding-right: 16px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 52%;
}

@media (max-width: 575px) {
  .mon__buttons-left {
    flex-basis: 100%;
    padding-right: 0;
  }
}

.mon__buttons-right {
  padding-left: 16px;
  border-left: 1px solid #E7EAEB;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 48%;
}

@media (max-width: 575px) {
  .mon__buttons-right {
    flex-basis: 100%;
    border-right: 1px solid #E7EAEB;
    margin-top: 34px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 14px;
    padding-left: 14px;
  }
  .mon__buttons-right .button {
    width: auto;
    display: inline-flex;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 15px;
  }
}

.mon__buttons-desc {
  text-align: center;
}

.mon__buttons-top-offer {
  background: #19304B;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.mon__buttons-desc_offer {
  color: #686868;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
}

.mon__buttons-desc_offer-mb {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .mon__buttons-btn-right {
    text-align: center;
  }
}

.mon-favorite {
  display: none;
  cursor: pointer;
}

.mon-favorite_active {
  color: #BB2B2B;
}

.mon-favorite_active .mon-favorite__no {
  display: none;
}

.mon-favorite_active .mon-favorite__yes {
  display: inline-block;
}

.mon-favorite_show {
  display: block;
}

.mon-favorite__yes {
  display: none;
}

.mon__examples {
  padding-top: 24px;
  border-top: 1px solid #E7EAEB;
  margin-top: 24px;
}

.mon__examples .slick-slide {
  margin: 0 10px;
}

.mon__examples .slick-list {
  margin: 0 -10px;
}

.mon__examples .slick-track {
  margin: 0;
}

.mon__examples-item {
  border-radius: 5px;
  overflow: hidden;
  display: none;
}

.buttons2_mon .button {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1199px) {
  .buttons2_mon .button {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .buttons2_mon .button {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .buttons2_mon .button + .buttons2_mon .button {
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .buttons2_mon .button + .button {
    margin-top: 10px;
  }
}

.product-size {
  margin: 20px 0 20px;
}

.product-size .content table td {
  vertical-align: top;
  padding: 20px 24px;
  font-size: 16px;
}

@media (max-width: 991px) {
  .product-size {
    display: none;
  }
}

.product-size h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 32px;
  line-height: 1.2em;
}

@media (max-width: 991px) {
  .product-size h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.product-size__desc {
  width: 20%;
}

.product-size__type {
  padding-bottom: 4px;
  width: 20%;
}

.product-size__size {
  padding-bottom: 8px;
}

.product-size__text {
  width: 40%;
  font-size: 14px !important;
}

.product-size__image {
  min-width: 200px;
}

.product-size__cost {
  white-space: nowrap;
  width: 20%;
}

.product-size-mobile {
  display: none;
  margin: 20px 0 20px;
}

@media (max-width: 991px) {
  .product-size-mobile {
    display: block;
  }
}

.product-size-mobile__item {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.product-size-mobile__item + .product-size-mobile__item {
  margin-top: 16px;
}

.product-size-mobile__header {
  font-weight: 700;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: #E7EAEB;
}

.product-size-mobile__body {
  padding: 12px 16px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  border-left: 1px solid #E7EAEB;
  border-right: 1px solid #E7EAEB;
  border-bottom: 1px solid #E7EAEB;
}

.product-size-mobile__size {
  font-size: 16px;
  padding-bottom: 5px;
}

.product-size-mobile__text {
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 14px;
  line-height: 1.5em;
}

.product-polish .content table td {
  padding: 24px 30px;
}

@media (max-width: 991px) {
  .product-polish .content table td {
    padding: 18px 24px;
  }
}

@media (max-width: 767px) {
  .product-polish .content table td {
    padding: 16px 16px;
  }
}

.product-polish__items {
  display: flex;
  margin: 0 -16px;
}

@media (max-width: 991px) {
  .product-polish__items {
    margin: 0 -8px;
  }
}

@media (max-width: 767px) {
  .product-polish__items {
    display: block;
  }
}

.product-polish__item {
  flex-basis: 33.33%;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .product-polish__item {
    padding: 0 8px;
  }
}

@media (max-width: 767px) {
  .product-polish__item + .product-polish__item {
    margin-top: 20px;
  }
}

.product-polish__title {
  font-weight: 600;
  margin-bottom: 8px;
}

.product-polish__desc {
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .product-polish__desc {
    font-size: 14px;
  }
}

.product-polish__image img {
  border-radius: 6%;
  overflow: hidden;
}

.product-improve {
  border: 1px solid #E7EAEB;
  border-radius: 6px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .product-improve {
    display: none;
  }
}

.product-improve__header {
  background-color: #E7EAEB;
  font-weight: 700;
}

.product-improve__header .product-improve__col {
  padding: 12px 24px;
}

.product-improve__row {
  display: flex;
}

.product-improve__row-grey {
  background: #F3F4F5;
}

.product-improve__col {
  padding: 32px 24px;
}

.product-improve__expand {
  padding: 16px 24px;
}

.product-improve__left {
  flex-grow: 1;
}

.product-improve__center {
  flex-basis: 35%;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .product-improve__center {
    display: none;
  }
}

.product-improve__right {
  flex-basis: 20%;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .product-improve__right {
    flex-basis: 30%;
  }
}

.product-improve__title {
  font-weight: 600;
  margin-bottom: 12px;
}

.product-imporve__desc {
  font-size: 14px;
  line-height: 18px;
}

.product-improve__image img,
.product-improve__image-mobile img {
  max-width: 250px;
  border-radius: 6px;
  overflow: hidden;
}

.product-improve__image-mobile {
  display: none;
  margin-top: 16px;
}

@media (max-width: 991px) {
  .product-improve__image-mobile {
    display: block;
  }
}

.product-improve__price {
  white-space: nowrap;
}

.product-improve-mobile {
  display: none;
}

@media (max-width: 767px) {
  .product-improve-mobile {
    display: block;
  }
}

.product-improve-mobile__item {
  border: 1px solid #E7EAEB;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 24px;
}

.product-improve-mobile__header {
  background-color: #E7EAEB;
  font-weight: 700;
  padding: 12px 16px;
}

.product-improve-mobile__body {
  padding: 16px 16px;
}

.product-improve-mobile__price {
  margin-top: 8px;
}

.product-improve-mobile__image {
  margin-top: 16px;
}

.product-improve-mobile__image img {
  border-radius: 6px;
  overflow: hidden;
}

.product-improve-mobile__expand {
  display: block;
  text-align: center;
}

.product-gallery__item a {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
  line-height: 0;
}

.product-gallery__item a img {
  width: auto !important;
  display: inline-block !important;
  z-index: 10;
  position: relative;
}

.product-gallery__item a:hover .zoom {
  display: flex;
}

@media (max-width: 991px) {
  .product-gallery__item {
    flex-basis: 50%;
  }
}

@media (max-width: 575px) {
  .product-gallery__item {
    padding: 0;
  }
}

.product-hr {
  border-top: 1px solid #E7EAEB;
  margin: 60px 0;
}

@media (max-width: 1199px) {
  .product-hr {
    margin: 48px 0;
  }
}

@media (max-width: 991px) {
  .product-hr {
    margin: 32px 0;
  }
}

.product-stela-desc__cols {
  display: flex;
  margin: 0 -20px;
}

@media (max-width: 767px) {
  .product-stela-desc__cols {
    display: block;
    margin: 0;
  }
}

.product-stela-desc__left {
  flex-grow: 1;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .product-stela-desc__left {
    padding: 0;
  }
}

.product-stela-desc__right {
  flex-basis: 50%;
  flex-shrink: 0;
  padding: 0 20px;
}

@media (max-width: 991px) {
  .product-stela-desc__right {
    flex-basis: 40%;
  }
}

.product-stela-desc__image {
  text-align: center;
}

.product-stela-desc__image img {
  max-width: 400px;
  width: 100%;
}

@media (max-width: 767px) {
  .product-stela-desc__image img {
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .product-stela-desc__image {
    text-align: left;
  }
}

.product-grav-epit {
  margin: 20px 0 30px;
}

.product-grav-epit .content table td {
  padding: 12px 25px;
}

@media (max-width: 767px) {
  .product-grav-epit {
    display: none;
  }
}

.product-grav-epit__title {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 700;
}

.product-grav-epit__price {
  font-weight: 600;
}

.product-grav-epit__image {
  position: relative;
  width: 180px;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}

.product-grav-epit__image a {
  display: block;
}

.product-grav-epit__image img {
  position: relative;
  z-index: 10;
  height: 150px;
}

.product-grav-epit-mobile {
  display: none;
  margin: 20px 0 20px;
}

@media (max-width: 767px) {
  .product-grav-epit-mobile {
    display: block;
  }
}

.product-grav-epit-mobile__item {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.product-grav-epit-mobile__item + .product-grav-epit-mobile__item {
  margin-top: 16px;
}

.product-grav-epit-mobile__header {
  font-weight: 700;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: #E7EAEB;
}

.product-grav-epit-mobile__body {
  padding: 12px 16px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  border-left: 1px solid #E7EAEB;
  border-right: 1px solid #E7EAEB;
  border-bottom: 1px solid #E7EAEB;
}

.product-grav-epit-mobile__text {
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 14px;
  line-height: 1.5em;
}

.product-grav-epit-mobile__text strong {
  font-weight: 400;
}

.product-grav-epit-mobile__image {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
}

.product-grav-epit-mobile__image img {
  position: relative;
  z-index: 10;
}

.product-retouch {
  margin: 20px 0 20px;
}

.product-retouch .content table td {
  vertical-align: top;
  padding: 32px 24px;
  font-size: 16px;
}

.product-retouch .content table thead td {
  padding: 12px 24px;
}

@media (max-width: 767px) {
  .product-retouch {
    display: none;
  }
}

.product-retouch table {
  margin-bottom: 20px;
}

.product-retouch__desc {
  max-width: 450px;
  width: 40%;
}

@media (max-width: 1199px) {
  .product-retouch__desc {
    width: 35%;
  }
}

@media (max-width: 991px) {
  .product-retouch__image {
    display: none;
  }
}

.product-retouch__title {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 8px;
}

@media (max-width: 991px) {
  .product-retouch__title {
    font-size: 16px;
  }
}

.product-retouch__text {
  font-weight: 400;
}

.product-retouch__imgs {
  display: flex;
}

.product-retouch__imgs_mobile {
  display: none;
  margin-top: 12px;
}

@media (max-width: 991px) {
  .product-retouch__imgs_mobile {
    display: block;
  }
}

.product-retouch__img {
  flex-shrink: 1;
  flex-basis: auto;
  flex-grow: 0;
}

.product-retouch__img img {
  overflow: hidden;
}

.product-retouch__img:first-child img {
  border-radius: 6px 0 0 6px;
}

.product-retouch__img:last-child img {
  border-radius: 0 6px 6px 0;
}

.product-retouch__img-desc {
  font-size: 14px;
  opacity: 0.8;
  text-align: center;
  margin-top: 6px;
}

.product-retouch__price {
  font-weight: 400;
  font-size: 18px;
  width: 20%;
}

.product-retouch__price-outer + .product-retouch__price-outer {
  margin-top: 24px;
}

.product-retouch__price-value {
  font-weight: 600;
  margin-top: 2px;
}

.product-retouch-mobile {
  display: none;
  margin: 20px 0 20px;
}

@media (max-width: 767px) {
  .product-retouch-mobile {
    display: block;
  }
}

.product-retouch-mobile__item {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.product-retouch-mobile__item + .product-retouch-mobile__item {
  margin-top: 24px;
}

.product-retouch-mobile__header {
  font-weight: 700;
  font-size: 14px;
  display: flex;
  background-color: #E7EAEB;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
}

.product-retouch-mobile__header-left {
  align-items: center;
  align-content: center;
  display: flex;
  padding-left: 16px;
}

.product-retouch-mobile__header-right {
  border-left: 1px solid #DDDDDD;
}

.product-retouch-mobile__price-row {
  display: flex;
}

.product-retouch-mobile__price-row + .product-retouch-mobile__price-row {
  border-top: 1px solid #DDDDDD;
}

.product-retouch__price-col {
  padding: 6px 16px;
}

.product-retouch__price-col + .product-retouch__price-col {
  border-left: 1px solid #DDDDDD;
}

.product-retouch-mobile__body {
  padding: 12px 16px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  border-left: 1px solid #E7EAEB;
  border-right: 1px solid #E7EAEB;
  border-bottom: 1px solid #E7EAEB;
}

.product-retouch-mobile__body .product-retouch__img-desc {
  font-size: 12px;
  line-height: 16px;
}

.product-retouch-mobile__text {
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 14px;
  line-height: 1.5em;
}

.product-print {
  margin: 20px 0 20px;
}

.product-print .content table td {
  vertical-align: top;
  padding: 32px 24px;
  font-size: 16px;
}

.product-print .content table thead td {
  padding: 12px 24px;
}

@media (max-width: 767px) {
  .product-print {
    display: none;
  }
}

.product-print table {
  margin-bottom: 20px;
}

.product-print__desc {
  max-width: 450px;
  width: 45%;
}

@media (max-width: 1199px) {
  .product-print__desc {
    width: 35%;
  }
}

@media (max-width: 991px) {
  .product-print__image {
    display: none;
  }
}

.product-print__title {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 8px;
}

@media (max-width: 991px) {
  .product-print__title {
    font-size: 16px;
  }
}

.product-print__text {
  font-weight: 400;
}

.product-print__imgs {
  display: flex;
}

.product-print__image_mobile {
  display: none;
  margin-top: 12px;
}

@media (max-width: 991px) {
  .product-print__image_mobile {
    display: block;
  }
}

.product-print__img {
  flex-shrink: 1;
  flex-basis: auto;
  flex-grow: 0;
}

.product-print__img img {
  overflow: hidden;
}

.product-print__img:first-child img {
  border-radius: 6px 0 0 6px;
}

.product-print__img:last-child img {
  border-radius: 0 6px 6px 0;
}

.product-print__img-desc {
  font-size: 14px;
  opacity: 0.8;
  text-align: center;
  margin-top: 6px;
}

.product-print__price {
  font-weight: 400;
  font-size: 18px;
  width: 30%;
}

@media (max-width: 991px) {
  .product-print__price {
    width: 20%;
  }
}

.product-print__price-add {
  margin-top: 24px;
}

.product-print__price-value {
  font-weight: 600;
  margin-top: 2px;
}

.product-print__price-main {
  font-weight: 600;
}

.product-print-mobile {
  display: none;
  margin: 20px 0 20px;
}

@media (max-width: 767px) {
  .product-print-mobile {
    display: block;
  }
}

.product-print-mobile__item {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.product-print-mobile__item + .product-print-mobile__item {
  margin-top: 24px;
}

.product-print-mobile__header {
  font-size: 14px;
  background-color: #E7EAEB;
  border-bottom: 1px solid #DDDDDD;
}

.product-print-mobile__header table {
  width: 100%;
}

.product-print-mobile__header table td {
  padding-left: 16px;
  padding-right: 16px;
}

.product-print-mobile__header thead {
  font-weight: 700;
  font-size: 14px;
}

.product-print-mobile__header thead td {
  padding-top: 8px;
  padding-bottom: 8px;
}

.product-print-mobile__header tbody {
  border-top: 1px solid #DDDDDD;
  font-size: 12px;
}

.product-print-mobile__header tbody td {
  padding-top: 6px;
  padding-bottom: 6px;
}

.product-print-mobile__header .product-print-mobile__header-right {
  border-left: 1px solid #DDDDDD;
  font-weight: 700;
  width: 40%;
  white-space: nowrap;
}

.product-print-mobile__body {
  padding: 12px 16px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  border-left: 1px solid #E7EAEB;
  border-right: 1px solid #E7EAEB;
  border-bottom: 1px solid #E7EAEB;
}

.product-print-mobile__text {
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 14px;
  line-height: 1.5em;
}

.gallery-noslider__items {
  display: flex;
  margin: 0 -12px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .gallery-noslider__items {
    margin: 0 -10px;
  }
}

@media (max-width: 767px) {
  .gallery-noslider__items {
    margin: 0 -8px;
  }
}

@media (max-width: 575px) {
  .gallery-noslider__items {
    display: block;
    margin: 0;
  }
}

.gallery-noslider__item {
  flex-basis: 33.33%;
  padding: 0 12px;
  margin-bottom: 24px;
}

.gallery-noslider__item a img {
  border-radius: 6px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .gallery-noslider__item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .gallery-noslider__item {
    padding: 0 8px;
    margin-bottom: 16px;
  }
}

@media (max-width: 575px) {
  .gallery-noslider__item {
    margin-bottom: 12px;
    padding: 0;
  }
}

.favorites {
  background: #FFFFFF;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  margin-top: 40px;
  padding: 0 60px 0px;
}

@media (max-width: 1199px) {
  .favorites {
    padding: 0 40px 0px;
  }
}

@media (max-width: 991px) {
  .favorites {
    margin-top: 36px;
  }
}

@media (max-width: 767px) {
  .favorites {
    margin-top: 28px;
    padding: 0 24px 24px;
  }
}

@media (max-width: 575px) {
  .favorites {
    margin-top: 24px;
  }
}

.favorites .cta-form {
  padding-top: 0;
}

.favorites_hide {
  display: none;
}

.favorites__item {
  padding: 60px 0 60px;
}

@media (max-width: 1199px) {
  .favorites__item {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .favorites__item {
    padding: 24px 0;
  }
}

.favorites__item +
.favorites__item {
  border-top: 1px solid #E7EAEB;
}

.favorites__cols {
  display: flex;
}

@media (max-width: 767px) {
  .favorites__cols {
    display: block;
  }
}

.favorites__left {
  flex-basis: 420px;
  width: 420px;
  position: relative;
}

@media (max-width: 1199px) {
  .favorites__left {
    flex-basis: 320px;
    width: 320px;
  }
}

@media (max-width: 767px) {
  .favorites__left {
    width: auto;
  }
}

@media (max-width: 575px) {
  .favorites__left {
    width: auto;
  }
}

.favorites__delete {
  display: none;
}

.favorites__delete img {
  width: 100%;
}

@media (max-width: 767px) {
  .favorites__delete {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 21px;
    height: 23px;
  }
}

.favorites__right {
  flex-grow: 1;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .favorites__right {
    padding-left: 24px;
  }
}

@media (max-width: 767px) {
  .favorites__right {
    padding-left: 0;
    padding-top: 20px;
  }
}

.favorites__buttons {
  display: flex;
}

.favorites__buttons .button {
  padding-left: 30px;
  padding-right: 30px;
}

.favorites__buttons .button + .button {
  margin-left: 16px;
}

@media (max-width: 991px) {
  .favorites__buttons {
    display: block;
  }
  .favorites__buttons .button {
    display: block;
  }
  .favorites__buttons .button + .button {
    margin-left: 0;
    margin-top: 8px;
  }
}

.favorites__title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .favorites__title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .favorites__title {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .favorites__title {
    font-size: 18px;
  }
}

.favorites_pagetitle {
  color: #0B0F16;
}

.favorites_delete {
  flex-shrink: 0;
  margin-left: 20px;
  margin-top: -1px;
  cursor: pointer;
}

.favorites_delete img {
  width: 17px;
  height: 19px;
}

@media (max-width: 767px) {
  .favorites_delete {
    display: none;
  }
}

.favorites__params {
  font-size: 14px;
  line-height: 16px;
}

.favorites__params h2 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.favorites__param + .favorites__param {
  margin-top: 8px;
}

.favorites__price {
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  padding: 24px 0 30px;
  position: relative;
}

@media (max-width: 991px) {
  .favorites__price {
    padding: 17px 0 23px;
  }
}

.favorites__price-old {
  color: #868686;
  text-decoration-line: line-through;
  font-size: 14px;
  margin-right: 12px;
  line-height: 16px;
}

.favorites__price-current {
  font-weight: 700;
  font-size: 24px;
  color: #0B0F16;
  line-height: 1em;
}

@media (max-width: 991px) {
  .favorites__price-current {
    font-size: 20px;
    margin-top: 2px;
  }
}

.favorites__send {
  display: none;
  padding: 44px 0 60px;
  text-align: center;
  border-top: 1px solid #E7EAEB;
}

.favorites__send-form {
  display: block;
  max-width: 700px;
  margin: 32px auto 0;
}

.favorites__send-top {
  display: flex;
}

@media (max-width: 575px) {
  .favorites__send-top {
    display: block;
  }
}

.favorites__send-privacy {
  display: none;
  text-align: left;
}

@media (max-width: 575px) {
  .favorites__send-privacy {
    display: block;
  }
}

.favorites__send-bottom {
  justify-content: center;
  display: flex;
}

@media (max-width: 575px) {
  .favorites__send-bottom {
    display: none;
  }
}

.favorites__send_show {
  display: block;
}

.favorites__send-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.favorites__send-text {
  max-width: 675px;
  margin: 0 auto;
  flex-basis: 50%;
}

.favorites__send-field {
  flex-grow: 1;
}

.favorites__send-field input {
  width: 100%;
  border: 1px solid #868686;
  border-radius: 6px;
  padding: 11px 16px 11px 16px;
}

.favorites__send-field input:focus {
  border-color: #000;
}

.favorites__send-field input.error, .favorites__send-field input:focus {
  border-color: #C43434;
}

.favorites__send-button {
  margin-left: 16px;
  flex-basis: 50%;
}

@media (max-width: 991px) {
  .favorites__send-button {
    margin-left: 8px;
  }
}

@media (max-width: 575px) {
  .favorites__send-button {
    margin-left: 0px;
    margin-top: 8px;
  }
}

.favorites-empty {
  display: flex;
}

.favorites-empty_hide {
  display: none;
}

.favorites-empty__left {
  flex-basis: 25%;
  flex-shrink: 0;
}

.favorites-empty__left img {
  width: 287px;
}

@media (max-width: 991px) {
  .favorites-empty__left {
    display: none;
  }
}

.favorites-empty__right {
  padding-left: 36px;
}

@media (max-width: 991px) {
  .favorites-empty__right {
    flex-basis: 100%;
    padding-left: 0;
  }
}

.favorites-empty__text {
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 575px) {
  .favorites-empty__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.favorites-empty__button {
  padding-top: 40px;
}

@media (max-width: 575px) {
  .favorites-empty__button {
    text-align: center;
    padding-top: 0;
  }
}

.button_favorites-empty {
  padding: 18px 74px;
}

@media (max-width: 575px) {
  .button_favorites-empty {
    padding: 12px 55px;
  }
}

.favorites-empty__image-m {
  display: none;
  text-align: center;
}

@media (max-width: 575px) {
  .favorites-empty__image-m img {
    width: 216px;
  }
}

@media (max-width: 991px) {
  .favorites-empty__image-m {
    display: block;
    padding: 24px 0;
    text-align: center;
  }
}

.catalog-search {
  flex-grow: 1;
  max-width: 440px;
  padding: 0 30px;
}

.catalog-search form {
  position: relative;
}

.catalog-search form input {
  border: none;
  border-bottom: 1px solid rgba(25, 48, 75, 0.28);
  width: 100%;
  background: transparent;
  margin: 0;
  padding: 0px;
  font-size: 14px;
  margin-bottom: 4px;
}

.catalog-search form button {
  position: absolute;
  right: 0;
  bottom: 4px;
  box-shadow: none;
  border: none;
  background: none;
}

@media (max-width: 767px) {
  .catalog-search {
    display: none;
  }
}

.catalog-search-mobile {
  display: none;
  margin: 16px 0 22px;
}

.catalog-search-mobile form {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  border: 1px solid rgba(25, 48, 75, 0.47);
  border-radius: 8px;
}

.catalog-search-mobile form::before {
  content: ' ';
  background-image: url("/front/site/svg/search.svg");
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
  margin-left: 9px;
}

.catalog-search-mobile input {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 4px 10px 3px 6px;
  font-size: 14px;
  width: 100%;
}

.catalog-search-mobile button {
  display: none;
}

@media (max-width: 767px) {
  .catalog-search-mobile {
    display: block;
  }
}

.search-button-catalog {
  margin-top: 30px;
}

.button_search-button-catalog {
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 575px) {
  .button_search-button-catalog {
    width: 100%;
  }
}

.center-section {
  position: relative;
}

.center-section__overlay,
.center-section__overlay-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 43px;
  bottom: 0;
  background: rgba(19, 33, 48, 0.6);
  transition: all .3s ease 0s;
  z-index: 18;
  display: none;
}

.center-section__overlay-menu {
  top: 43px;
}

#mmenu {
  display: none;
}

#mmenu.mm-menu--opened {
  display: flex;
  justify-content: space-between;
}

#mmenu .mm-listview {
  padding-bottom: 70px;
}

.mmenu__bottom {
  display: flex;
  justify-content: space-between;
  color: #333;
}

.mmenu__bottom a, .mmenu__bottom span, .mmenu__bottom sup {
  color: #333;
}

.topnav__favorites .mmenu__bottom a, .topnav__favorites .mmenu__bottom span, .topnav__favorites .mmenu__bottom sup {
  color: #333;
}

.mmenu__visited .heart_topnav .heart__svg-path {
  fill: #C43434;
}

.mmenu__visited .topnav__favorites a, .mmenu__visited .topnav__favorites span, .mmenu__visited .topnav__favorites sup {
  color: #333;
}

.mmenu__card {
  margin-right: 20px;
}

.mmenu__card .topnav__card-title {
  display: block;
  color: #333;
}

@media (max-width: 379px) {
  .mmenu__card .topnav__card-title {
    display: none;
  }
}

.attention {
  background: #f9d56d;
  padding: 14px 0;
}

.attention .content {
  font-size: 16px;
  line-height: 1.3em;
}

@media (max-width: 991px) {
  .attention .content {
    font-size: 14px;
  }
}

.scroll-up {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px 8px 24px;
  background: #e7eaeb;
  border-radius: 100px;
  cursor: pointer;
  opacity: 0.5;
  z-index: 100;
}

.scroll-up:hover {
  opacity: 0.8;
}

.scroll-up svg {
  margin-left: 8px;
}

.topnav-expand {
  position: absolute;
  left: 0;
  top: 43px;
  background: #fff;
  z-index: 20;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 16px 16px;
  display: none;
  min-width: 240px;
}

.topnav_parent:hover .topnav-expand {
  display: block;
}

.topnav-expand_catalog {
  right: 0;
}

.topnav-expand__grey {
  background: #F7F7F7;
  padding: 16px 40px;
  display: none;
}

.topnav-expand__grey a {
  color: #0B0F16;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.topnav-expand__grey a:hover {
  color: #C43434;
}

.topnav-expand__links {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-top: 16px;
}

.topnav-expand__level1 a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #0B0F16;
  border-bottom: 1px solid #E4E4E4;
  padding-top: 16px;
  padding-bottom: 12px;
  white-space: nowrap;
}

.topnav-expand__level1 a:hover {
  color: #C43434;
}

.topnav-expand__level2 {
  margin-top: 8px;
}

.topnav-expand__level2 a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.topnav-expand__level2 a:hover {
  color: #C43434;
}

.topnav-expand__level2 a + a {
  margin-top: 1px;
}

.topnav-expand__level2 + .topnav-expand__level2 {
  margin-top: 0px;
}

.title-gallery {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-top: 32px;
  border-top: 1px solid #E7EAEB;
}

@media (max-width: 767px) {
  .title-gallery {
    font-size: 16px;
    padding-top: 20px;
  }
}

.garanty-main__outer {
  display: flex;
  justify-content: space-between;
  align-content: center;
}

@media (max-width: 575px) {
  .garanty-main__outer {
    display: block;
  }
}

.garanty-main__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.garanty-main__right {
  flex-basis: 200px;
  margin-left: 90px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .garanty-main__right {
    display: none;
  }
}

@media (max-width: 575px) {
  .garanty-main__right {
    padding-top: 30px;
    display: block;
    text-align: center;
    margin-left: 0;
  }
}

.garanty-main__desc {
  font-size: 18px;
  color: #333333;
  padding-top: 24px;
}

@media (max-width: 767px) {
  .garanty-main__desc {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .garanty-main__image {
    height: 300px;
  }
}

.garanty-main__title {
  font-family: Source Serif Pro;
  font-weight: 600;
  font-size: 40px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E7EAEB;
  line-height: 1.1;
}

@media (max-width: 1199px) {
  .garanty-main__title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .garanty-main__title {
    font-size: 32px;
  }
  .garanty-main__title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .garanty-main__title {
    font-size: 24px;
  }
}

.icons-line__outer {
  display: flex;
  margin: 0 -36px;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .icons-line__outer {
    margin-top: -20px;
  }
}

@media (max-width: 767px) {
  .icons-line__outer {
    flex-basis: 100%;
    margin-top: 20px;
    margin: -20px 0 0 0;
  }
}

.icons-line__item {
  flex-basis: 25%;
  padding: 0 18px;
  display: flex;
  align-content: center;
  align-items: center;
  flex-grow: 1;
}

@media (max-width: 1199px) {
  .icons-line__item {
    flex-basis: 50%;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .icons-line__item {
    flex-basis: 100%;
    margin-top: 20px;
    padding: 0 0px;
  }
}

.icons-line__icon {
  flex-basis: 58px;
  flex-shrink: 0;
}

.icons-line__desc {
  padding-left: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  flex-grow: 1;
}

@media (max-width: 1199px) {
  .icons-line__desc br {
    display: none;
  }
}

.garanty-smeta__block + .garanty-smeta__block {
  margin-top: 40px;
}

.garanty-smeta__title {
  display: flex;
  margin-bottom: 12px;
}

.garanty-smeta__title-text {
  font-size: 18px;
  padding-top: 4px;
}

.garanty-smeta__title-text span {
  font-weight: normal;
}

@media (max-width: 767px) {
  .garanty-smeta__title-text {
    font-size: 16px;
  }
}

.garanty-smeta__icon {
  flex-shrink: 0;
}

.garanty-smeta__icon img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.garanty-smeta__smeta-mobile {
  display: none;
}

@media (max-width: 991px) {
  .garanty-smeta__smeta-mobile {
    display: block;
  }
}

.garanty-smeta__smeta {
  float: right;
  margin-left: 60px;
}

@media (max-width: 991px) {
  .garanty-smeta__smeta {
    display: none;
    margin-bottom: 35px;
  }
  .garanty-smeta__smeta-mobile .garanty-smeta__smeta {
    margin-left: 0;
    display: block;
    float: unset;
  }
}

.garanty-smeta__top {
  font-weight: 600;
  font-size: 16px;
}

.garanty-smeta__center {
  display: flex;
  flex-direction: column;
}

.garanty-smeta__center a {
  display: block;
  margin-top: 8px;
}

@media (max-width: 991px) {
  .garanty-smeta__center {
    flex-direction: row;
    justify-content: space-between;
  }
  .garanty-smeta__center a {
    flex-basis: 49%;
  }
}

@media (max-width: 991px) {
  .garanty-smeta__center {
    display: block;
  }
}

.garanty-smeta__bottom {
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
}

@media (max-width: 991px) {
  .garanty-smeta__bottom {
    text-align: left;
  }
}

.garanty-advants__items {
  display: flex;
  margin-top: 40px;
  margin-left: 16px;
  margin-right: 16px;
}

@media (max-width: 1199px) {
  .garanty-advants__items {
    flex-wrap: wrap;
    margin: 40px 0 0 0;
  }
}

.garanty-advants__item {
  flex-basis: 25%;
  margin: 0 16px;
}

@media (max-width: 1199px) {
  .garanty-advants__item {
    flex-basis: 50%;
    margin: 0;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    align-content: center;
  }
}

@media (max-width: 767px) {
  .garanty-advants__item {
    flex-basis: 100%;
    margin-bottom: 16px;
  }
}

.garanty-advants__img {
  text-align: center;
  flex-shrink: 0;
}

@media (max-width: 1199px) {
  .garanty-advants__img img {
    width: 72px;
  }
}

@media (max-width: 575px) {
  .garanty-advants__img img {
    width: 60px;
  }
}

.garanty-advants__caption {
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
  line-height: 24px;
}

@media (max-width: 1199px) {
  .garanty-advants__caption {
    text-align: left;
    padding-left: 16px;
    padding-right: 20px;
    margin-top: 0;
  }
}

.garanty-advants__buttons {
  max-width: 580px;
  margin: 0 auto;
}

.modal-garanty .button_order {
  padding-left: 0;
  padding-right: 0;
}

.modal-garanty__column {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .modal-garanty__column {
    flex-wrap: wrap;
  }
}

.modal-garanty__bottom {
  display: none;
}

@media (max-width: 991px) {
  .modal-garanty__bottom {
    display: block;
  }
}

.modal-garanty__left {
  flex-basis: 52%;
}

@media (max-width: 767px) {
  .modal-garanty__left {
    flex-basis: 100%;
  }
}

.modal-garanty__right {
  flex-basis: 35%;
}

.modal-garanty__right .cta-form {
  padding-top: 0;
}

@media (max-width: 767px) {
  .modal-garanty__right {
    flex-basis: 100%;
  }
}

.modal-garanty__title span {
  display: inline-block;
  font-size: 36px;
  font-family: Source Serif Pro;
  font-weight: 600;
  line-height: 1.1em;
}

.modal-garanty__title span a.tel {
  color: #333;
}

@media (max-width: 767px) {
  .modal-garanty__title span a.tel {
    text-decoration: underline;
    display: block;
  }
}

.modal-garanty__title span hr {
  width: 90%;
  margin: 0 auto;
  margin: 24px 0 20px;
  background-color: #E7EAEB;
  opacity: 1;
}

@media (max-width: 991px) {
  .modal-garanty__title span hr {
    margin: 20px 0 18px;
  }
}

@media (max-width: 575px) {
  .modal-garanty__title span hr {
    margin: 12px 0 10px;
  }
}

@media (max-width: 991px) {
  .modal-garanty__title span {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .modal-garanty__title span {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .modal-garanty__title span {
    font-size: 24px;
  }
}

.modal-garanty__form-bottom {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  padding-top: 10px;
}

.category-plug {
  display: flex;
  flex-direction: column;
}

.category-plug__center {
  flex-grow: 1;
}

.category-plug__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  margin: -22px -20px 0 -20px;
}

.category-plug__title {
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  color: #0B0F16;
  margin-top: 16px;
  margin-bottom: 8px;
  text-align: center;
}

.category-plug__desc {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #868686;
  text-align: center;
}

.category-plug__link {
  margin-top: 7px;
  text-align: center;
}

.category-plug__link a {
  color: #353F52;
  font-size: 14px;
  text-decoration: underline;
}

.categories-slider .slick-dotted.slick-slider {
  margin-bottom: 80px;
}

.categories-slider__button {
  padding-top: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .categories-slider__button {
    padding-top: 0px;
  }
}

.categories-slider__items {
  padding-bottom: 0px;
  margin-bottom: 0;
}

.categories-slider__items:not(.slick-initialized) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
}

@media (min-width: 992px) {
  .categories-slider__items:not(.slick-initialized) .product-card:nth-child(n+5) {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .categories-slider__items:not(.slick-initialized) .product-card:nth-child(n+3) {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .categories-slider__items:not(.slick-initialized) .product-card:nth-child(n+2) {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .categories-slider__items:not(.slick-initialized) {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .categories-slider__items:not(.slick-initialized) {
    grid-template-columns: 1fr;
  }
}

.categories-slider__items .slick-dots {
  bottom: -30px;
}

.categories-slider__items .slick-list {
  margin: 0 -12px;
  overflow: hidden;
}

.categories-slider__items .slick-list .slick-slide .product-card {
  margin: 0 12px;
}

.categories-slider__items .slick-slide {
  margin: 0 24px 0 0;
}

.categories-slider__items {
  margin-top: 40px;
}

.categories-slider__items .product-card {
  box-shadow: 0px 0px 10px rgba(212, 212, 212, 0.25);
}

.categories-slider__items .product-card__image a {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
  line-height: 0;
  margin: 0;
}

.categories-slider__items .product-card__image a img {
  width: 100%;
  height: auto;
}

.categories-slider__items .product-card__image a:hover .zoom {
  display: flex;
}

.resolve-slider .slider-arrow.prev {
  left: -80px;
}

@media (max-width: 1199px) {
  .resolve-slider .slider-arrow.prev {
    left: -20px;
  }
}

.resolve-slider .slider-arrow.next {
  right: -80px;
}

@media (max-width: 1199px) {
  .resolve-slider .slider-arrow.next {
    right: -20px;
  }
}

.resolve-slider__title {
  text-align: center;
  max-width: 784px;
  margin: 0 auto;
}

.resolve-slider__subtitle {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  max-width: 571px;
  margin: 20px auto 0;
}

.resolve-slider__items {
  margin-top: 36px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.resolve-slider__item-wrap {
  display: flex;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .resolve-slider__item-wrap {
    display: block;
  }
}

.resolve-slider__item {
  padding: 20px;
}

.resolve-slider__slide-left {
  flex-grow: 1;
  padding: 44px 32px;
}

@media (max-width: 1199px) {
  .resolve-slider__slide-left {
    padding: 20px;
  }
}

.resolve-slider__slide-right {
  flex-basis: 35%;
  padding-left: 40px;
  display: flex;
  padding-right: 36px;
  flex-shrink: 0;
  align-content: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .resolve-slider__slide-right {
    display: block;
  }
}

.resolve-slider__slide-title {
  font-weight: 700;
}

.resolve-slider__slide-desc {
  margin-top: 16px;
}

.resolve-slider__slide-desc .content {
  font-size: 16px;
}

.resolve-slider__slide-image img {
  width: auto !important;
}

@media (max-width: 1199px) {
  .resolve-slider__slide-image img {
    max-height: 250px;
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  .resolve-slider__slide-image {
    text-align: center;
    margin-bottom: 20px !important;
  }
}

.resolve-slider_v2 .resolve-slider__slide-right img {
  padding-top: 22px;
}

.resolve-slider_v3 .resolve-slider__slide-right img {
  border-radius: 8px;
  overflow: hidden;
}

.resolve-slider_v4 .resolve-slider__slide-right,
.resolve-slider_v6 .resolve-slider__slide-right,
.resolve-slider_v7 .resolve-slider__slide-right {
  flex-basis: 40%;
}

.resolve-slider_v4 .resolve-slider__slide-right .resolve-slider__slide-image,
.resolve-slider_v6 .resolve-slider__slide-right .resolve-slider__slide-image,
.resolve-slider_v7 .resolve-slider__slide-right .resolve-slider__slide-image {
  border-radius: 4px;
  border: 0.5px solid #ECECEC;
  padding: 4px;
}

.resolve-slider_v4 .resolve-slider__slide-right img,
.resolve-slider_v6 .resolve-slider__slide-right img,
.resolve-slider_v7 .resolve-slider__slide-right img {
  border-radius: 4px;
  overflow: hidden;
}

.resolve-slider_v4 .resolve-slider__slide-right {
  flex-basis: 42%;
}

.resolve-slider_v5 .resolve-slider__slide-right {
  flex-basis: 42%;
  align-content: flex-end;
  align-items: flex-end;
}

.resolve-slider_v5 .resolve-slider__slide-right img {
  border-radius: 12px 12px 0 0px;
  overflow: hidden;
  border: 0.5px solid #D1D1D1;
  border-bottom: none;
}

@media (max-width: 1199px) {
  .resolve-slider_v5 .resolve-slider__slide-right img {
    border-radius: 12px;
    border: 0.5px solid #D1D1D1;
  }
}

.resolve-slider_v8 .resolve-slider__slide-right {
  flex-basis: 45%;
}

.team-slider {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.team-slider .slider-arrow.prev {
  left: -15px;
}

@media (max-width: 1199px) {
  .team-slider .slider-arrow.prev {
    left: -20px;
  }
}

.team-slider .slider-arrow.next {
  right: -15px;
}

@media (max-width: 1199px) {
  .team-slider .slider-arrow.next {
    right: -20px;
  }
}

.team-slider__title {
  text-align: center;
  margin: 0 auto;
}

.team-slider__items {
  margin-left: auto;
  margin-right: auto;
}

.team-slider__item-wrap {
  display: flex;
  height: 100%;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .team-slider__item-wrap {
    display: block;
  }
}

.team-slider__item {
  height: 100%;
}

.team-slider__slide-left {
  flex-grow: 1;
  flex-basis: 60px;
  padding: 40px 32px 40px 70px;
  display: flex;
  align-items: center;
  align-content: center;
}

@media (max-width: 1199px) {
  .team-slider__slide-left {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .team-slider__slide-left {
    padding: 20px 24px;
  }
}

.team-slider__slide-right {
  flex-basis: 40%;
  display: flex;
  padding: 40px 70px 40px 0px;
  flex-shrink: 0;
  align-content: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .team-slider__slide-right {
    align-content: center !important;
    align-items: center !important;
    padding: 40px 40px 40px 0px;
  }
}

@media (max-width: 767px) {
  .team-slider__slide-right {
    justify-content: center;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.team-slider__slide-right_center {
  align-content: center;
  align-items: center;
}

.team-slider__slide-right_top {
  align-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
}

.team-slider__slide-right_bottom {
  align-content: flex-end;
  align-items: flex-end;
  padding-bottom: 0;
}

.team-slider__slide-title {
  font-weight: 600;
  font-size: 40px;
}

@media (max-width: 767px) {
  .team-slider__slide-title {
    font-size: 22px;
  }
}

.team-slider__slide-desc {
  margin-top: 24px;
}

.team-slider__slide-desc .content {
  font-size: 16px;
}

@media (max-width: 767px) {
  .team-slider__slide-desc {
    margin-top: 15px;
  }
}

.team-slider__slide-images {
  display: flex;
}

.team-slider__slide-image img {
  width: auto !important;
}

@media (max-width: 1199px) {
  .team-slider__slide-image img {
    max-height: 250px;
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  .team-slider__slide-image {
    text-align: center;
    margin-bottom: 20px !important;
  }
}

.team-slider__slide-image-desc {
  text-align: center;
  padding-top: 12px;
}

.team-slider_v2 .team-slider__slide-right img {
  padding-top: 22px;
}

.team-slider_v3 .team-slider__slide-right img {
  border-radius: 8px;
  overflow: hidden;
}

.team-slider_v4 .team-slider__slide-right,
.team-slider_v6 .team-slider__slide-right,
.team-slider_v7 .team-slider__slide-right {
  flex-basis: 40%;
}

.team-slider_v4 .team-slider__slide-right .team-slider__slide-image,
.team-slider_v6 .team-slider__slide-right .team-slider__slide-image,
.team-slider_v7 .team-slider__slide-right .team-slider__slide-image {
  border-radius: 4px;
  border: 0.5px solid #ECECEC;
  padding: 4px;
}

.team-slider_v4 .team-slider__slide-right img,
.team-slider_v6 .team-slider__slide-right img,
.team-slider_v7 .team-slider__slide-right img {
  border-radius: 4px;
  overflow: hidden;
}

.team-slider_v4 .team-slider__slide-right {
  flex-basis: 42%;
}

.team-slider_v5 .team-slider__slide-right {
  flex-basis: 42%;
  align-content: flex-end;
  align-items: flex-end;
}

.team-slider_v5 .team-slider__slide-right img {
  border-radius: 12px 12px 0 0px;
  overflow: hidden;
  border: 0.5px solid #D1D1D1;
  border-bottom: none;
}

@media (max-width: 1199px) {
  .team-slider_v5 .team-slider__slide-right img {
    border-radius: 12px;
    border: 0.5px solid #D1D1D1;
  }
}

.team-slider_v8 .team-slider__slide-right {
  flex-basis: 45%;
}

.easycomm .ec-error {
  color: #C43434;
  font-size: 14px;
}

.easycomm__form {
  max-width: 500px;
}

.easycomm__ec-rating {
  display: flex;
  align-items: center;
  align-content: center;
  min-height: 50px;
}

.easycomm__ec-rating-stars {
  display: flex;
}

.easycomm__ec-rating-description {
  line-height: 1.2em;
}

.easycomm__add-review-link {
  text-align: center;
  text-align: center;
  position: relative;
  top: -22px;
}

.easycomm__add-review-link a {
  font-size: 14px;
  line-height: 18px;
  color: #19304B;
}

.sp-region {
  margin-top: 40px;
}

.sp-region a:hover {
  text-decoration: underline;
}

.footer {
  background: #132130;
  color: #fff;
}

.footer__top {
  padding: 60px 0 24px;
  display: flex;
}

.footer__top ul li {
  margin-bottom: 8px;
  line-height: 1em;
  font-size: 14px;
}

@media (max-width: 767px) {
  .footer__top ul li {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.footer__top ul li a {
  color: #fff;
  font-size: 14px;
}

.footer__top ul li a.footer__catalog-link {
  color: #C8C8C8;
}

@media (max-width: 767px) {
  .footer__top ul li a {
    font-size: 16px;
    color: #C8C8C8;
  }
}

.footer__top ul + span {
  margin-top: 24px;
}

@media (max-width: 991px) {
  .footer__top {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .footer__top {
    flex-wrap: wrap;
    padding: 40px 0 40px;
  }
}

.footer__title {
  display: flex;
}

.footer__title .footer__title-inner {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #fff;
  display: flex;
  align-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .footer__title .footer__title-inner {
    margin-bottom: 0;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .footer__title {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .footer__title-expand .footer__title-inner {
    margin-bottom: 0;
    font-size: 20px;
  }
  .footer__title-expand .footer__title-inner::after {
    content: ' ';
    background-image: url("/front/site/svg/triangle.svg");
    background-size: 8px 7px;
    width: 8px;
    height: 7px;
    margin-left: 9px;
    display: inline-block;
  }
}

.footer__title_category + .footer__title_category {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .footer__title_category + .footer__title_category {
    margin-top: 0px;
  }
}

.footer__title_category .footer__title-inner {
  font-size: 14px;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .footer__title_category .footer__title-inner {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .footer__title-catalog {
    margin-bottom: 20px;
  }
}

.footer__title_all {
  margin-bottom: 20px;
}

.footer__subtitle {
  font-weight: bold;
  color: #fff;
}

@media (max-width: 767px) {
  .footer__title_active a::after, .footer__title_active span::after {
    transform: rotate(180deg);
  }
  .footer__title_active + .footer__list {
    display: block;
    text-align: center;
    padding-bottom: 16px;
    height: auto;
  }
}

.footer__title_contacts {
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .footer__title_contacts {
    justify-content: center;
  }
  .footer__title_contacts span::after {
    display: none;
  }
}

.footer__list {
  transition: all .3s ease 0s;
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .footer__list {
    display: none;
    margin-top: 16px;
    height: 0px;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.footer__category-link {
  color: #C8C8C8 !important;
}

@media (max-width: 767px) {
  .footer__list_right {
    display: block;
    height: auto;
  }
  .footer__list_right li {
    text-align: center;
  }
  .footer__list_right li a {
    color: #fff !important;
    font-size: 14px !important;
  }
}

.footer__top-left {
  flex-basis: 50%;
  display: block;
}

@media (max-width: 991px) {
  .footer__top-left {
    flex-basis: 100%;
    padding-right: 0px;
  }
}

.footer__top-right {
  flex-basis: 50%;
  display: flex;
  padding-left: 40px;
}

@media (max-width: 991px) {
  .footer__top-right {
    flex-basis: 100%;
    padding-left: 0px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .footer__top-right {
    display: block;
  }
}

.footer__pages {
  flex-basis: 50%;
  padding-right: 40px;
}

@media (max-width: 991px) {
  .footer__pages {
    display: flex;
    flex-basis: 66%;
  }
  .footer__pages .footer__catalog-col {
    flex-basis: 50%;
  }
}

@media (max-width: 767px) {
  .footer__pages {
    display: block;
    padding-right: 0;
  }
  .footer__pages .footer__catalog-col {
    margin-bottom: 24px;
  }
}

.footer__contacts {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .footer__contacts {
    flex-basis: 34%;
  }
}

.footer__catalog-desktop {
  display: flex;
}

.footer__catalog-desktop .footer__catalog-col {
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 0;
  padding-right: 40px;
}

@media (max-width: 991px) {
  .footer__catalog-desktop {
    display: none;
  }
}

.footer__catalog-mobile {
  display: none;
}

.footer__catalog-mobile .footer__catalog-col {
  flex-basis: 33%;
  flex-grow: 1;
  flex-shrink: 0;
  padding-right: 40px;
}

.footer__catalog-mobile .footer__catalog-col:last-child {
  padding-right: 0;
}

@media (max-width: 991px) {
  .footer__catalog-mobile {
    display: flex;
  }
}

@media (max-width: 767px) {
  .footer__catalog-mobile {
    flex-wrap: wrap;
  }
  .footer__catalog-mobile .footer__catalog-col {
    flex-basis: 100%;
    padding-right: 0;
  }
}

.footer__schedule {
  margin-top: 24px;
  text-align: right;
}

.footer__title_schedule {
  text-align: right;
  justify-content: flex-end;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .footer__title_schedule {
    text-align: center;
    justify-content: center;
  }
}

.footer__schedule-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4em;
  color: #C8C8C8;
}

@media (max-width: 767px) {
  .footer__schedule-content {
    text-align: center;
  }
}

.footer__callback {
  text-align: right;
}

@media (max-width: 767px) {
  .footer__callback {
    text-align: center;
  }
}

.footer__lider {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.footer__lider a {
  display: block;
  width: 210px;
}

@media (max-width: 767px) {
  .footer__lider a {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .footer__lider {
    justify-content: center;
  }
}

.footer__copyright {
  font-size: 12px;
  color: #FFFFFF;
  opacity: 0.3;
  padding: 8px 0px 10px;
  line-height: 1.5em;
  text-align: right;
}

@media (max-width: 991px) {
  .footer__copyright {
    display: none;
  }
}

.footer__bottom-content {
  display: none;
}

@media (max-width: 991px) {
  .footer__bottom-content {
    display: block;
  }
}

.footer__list_right {
  text-align: right;
}

.footer__address {
  line-height: 1.2em !important;
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  color: #FFFFFF;
  opacity: 0.3;
  padding: 8px 0px;
}

.footer__search {
  max-width: 85%;
}

@media (max-width: 991px) {
  .footer__search {
    max-width: 100%;
  }
}

.footer__search-form {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-content: center;
  align-items: center;
  border: 1px solid #6d6d6d;
  border-radius: 8px;
}

.footer__search-form input {
  border: none;
  box-shadow: none;
  background: transparent;
  width: 100%;
  padding: 4px 10px 3px 6px;
  font-size: 14px;
  margin: 0;
  color: #fff;
}

.footer__search-form input::placeholder {
  color: #C8C8C8;
}

.footer__search-form button {
  position: absolute;
  right: 0;
  bottom: 4px;
  box-shadow: none;
  border: none;
  background: none;
}

@media (max-width: 991px) {
  .footer__search-form button {
    display: none;
  }
}

.footer__search-zoom-before {
  display: flex;
  content: ' ';
  background-image: url("/front/site/svg/search.svg");
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
  margin-left: 9px;
}

.reviewlab__title {
  flex-grow: 1;
  padding: 0 12px;
}

@media (max-width: 991px) {
  .reviewlab__title {
    padding: 0;
  }
}

.reviewlab__add {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.reviewlab__add-left {
  margin-right: 5px;
}

.reviewlab__add-left,
.reviewlab__add-right {
  margin-bottom: 10px;
  display: inline-flex;
}

.reviewlab__button {
  padding-top: 6px;
  padding-bottom: 6px;
}

.reviews__header {
  display: flex;
  align-items: center;
  align-content: center;
  padding-bottom: 24px;
  margin: 0 -12px;
}

@media (max-width: 991px) {
  .reviews__header {
    display: block;
    margin: 0;
  }
}

.reviews__title {
  flex-grow: 1;
  padding: 0 12px;
}

@media (max-width: 991px) {
  .reviews__title {
    padding: 0;
  }
}

.reviews-bad__text {
  margin-top: 20px;
}

.reviews-bad__items {
  max-width: 800px;
  margin: 40px auto 0;
}

@media (max-width: 575px) {
  .reviews-bad__items {
    margin: 40px 20px 0;
  }
}

.reviews-bad__item {
  height: 100%;
  padding: 20px;
  background: #FFF;
  border-radius: 16px;
  overflow: hidden;
  display: flex !important;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.reviews-bad__item-wrap {
  border-radius: 16px;
}

.sort-select {
  position: relative;
}

.sort-select__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  height: 40px;
  padding: 0 40px 0 14px;
  border: 1px solid #E7E9EB;
  border-radius: 2px;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  border-radius: 6px;
}

.sort-select__header.open {
  border-radius: 6px 6px 0 0;
}

@media (max-width: 767px) {
  .sort-select__header {
    font-size: 14px;
  }
}

.sort-select__header-prefix {
  color: #868686;
}

.sort-select__header-prefix::after {
  display: inline-block;
  content: '\00A0';
}

.sort-select__header.open .sort-select__header-prefix::after {
  content: '\003A';
}

.sort-select__header.open::after {
  transform: rotateX(180deg);
}

.sort-select__header::after {
  content: '';
  position: absolute;
  right: 13px;
  top: calc(50% - 4px);
  width: 7px;
  height: 6px;
  background: url("/front/site/svg/triangle-grey.svg") center/contain no-repeat;
  transition: .3s linear;
}

.sort-select__header.open::after {
  transform: rotateX(180deg);
}

.sort-select__list {
  display: none;
  position: absolute;
  z-index: 10;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  padding: 13px 11px 13px 14px;
  background: #fff;
  border: 1px solid #E7E9EB;
  border-top: none;
  border-radius: 0 0 6px 6px;
}

.sort-select__header.open + .sort-select__list {
  border-top: 1px solid #E7EAEB;
}

.sort-select__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 13px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  cursor: pointer;
  transition: .3s linear;
}

.sort-select__link::after {
  content: '';
  width: 12px;
  height: 12px;
  background: url("/front/site/svg/akar-icons_check.svg");
  display: none;
}

.sort-select__link.active {
  color: #19304B;
  font-weight: 500;
}

.sort-select__link.active::after {
  display: block;
}

.sort-select__link:hover {
  color: #C43434;
}

.sort-select__link:last-child {
  margin-bottom: 0;
}

.epitaf-text__column {
  display: flex;
  justify-content: space-between;
}

.epitaf-text__left {
  padding-right: 40px;
}

@media (max-width: 767px) {
  .epitaf-text__left {
    padding-right: 0px;
  }
}

.epitaf-text__right {
  flex-shrink: 0;
  flex-basis: 280px;
  justify-content: flex-end;
  display: flex;
}

@media (max-width: 991px) {
  .epitaf-text__right {
    flex-basis: 240px;
  }
}

@media (max-width: 767px) {
  .epitaf-text__right {
    display: none;
  }
}

.epitaf-text__image {
  height: 400px;
}

.epitaf-text__title span {
  display: inline-block;
  font-size: 36px;
  font-family: Source Serif Pro;
  font-weight: 600;
  line-height: 1.1em;
}

.epitaf-text__title span a.tel {
  color: #333;
}

@media (max-width: 767px) {
  .epitaf-text__title span a.tel {
    text-decoration: underline;
    display: block;
  }
}

.epitaf-text__title span hr {
  width: 90%;
  margin: 0 auto;
  margin: 24px 0 20px;
  background-color: #E7EAEB;
  opacity: 1;
}

@media (max-width: 991px) {
  .epitaf-text__title span hr {
    margin: 20px 0 18px;
  }
}

@media (max-width: 575px) {
  .epitaf-text__title span hr {
    margin: 12px 0 10px;
  }
}

@media (max-width: 991px) {
  .epitaf-text__title span {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .epitaf-text__title span {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .epitaf-text__title span {
    font-size: 24px;
  }
}

.epitaf-text__form-bottom {
  font-weight: 400;
  font-size: 14px;
  color: #868686;
  padding-top: 10px;
}

.no-published {
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-published + .wrapper {
  margin-top: 25px;
}

.author {
  padding: 40px 0;
}

.author__top {
  position: relative;
}

.author__top-wrapper {
  display: flex;
  align-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .author__top-wrapper {
    display: block;
  }
}

.author__top-left {
  flex-basis: 50%;
  justify-content: center;
  text-align: center;
  position: relative;
}

.author__top-right {
  flex-basis: 50%;
  justify-content: center;
  position: relative;
  text-align: center;
}

.author__info_mobile,
.author__contacts_mobile {
  display: none;
}

@media (max-width: 767px) {
  .author__info_mobile,
  .author__contacts_mobile {
    display: block;
  }
}

.author__info_mobile {
  margin-top: 20px;
}

.author__contacts_mobile {
  margin-top: 20px;
}

.author__phone,
.author__email {
  text-align: center;
  font-weight: bold;
}

.author__phone a,
.author__email a {
  color: #333;
}

.author__phone {
  font-size: 22px;
}

.author__email {
  padding-top: 5px;
}

.author__name,
.author__position {
  text-align: center;
  font-weight: bold;
}

.author__name a,
.author__position a {
  color: #333;
}

.author__name {
  font-size: 22px;
}

.author__position {
  padding-top: 10px;
  color: #4a4a4a;
  font-weight: 500;
}

.author__line {
  border-top: 2px dashed #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

@media (max-width: 767px) {
  .author__line {
    display: none;
  }
}

.author__bottom {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .author__bottom {
    display: none;
  }
}

.author__photo {
  display: inline-flex;
}

.author__photo img {
  border-radius: 100%;
  overflow: hidden;
}

.author__button {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
}

@media (max-width: 767px) {
  .author__button {
    margin-top: 30px;
    border-top: 2px dashed #ccc;
    padding-top: 30px;
    display: inline-block;
  }
}

.c-button_center {
  display: flex;
  justify-content: center;
  text-align: center;
}

.slider-products .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slider-products__items {
  padding-bottom: 0px;
  margin-bottom: 0;
}

.slider-products__items .slick-dots {
  bottom: -30px;
}

.slider-products__items .slick-list {
  margin: 0 -12px;
  overflow: hidden;
}

.slider-products__items .slick-list .slick-slide .product-card {
  margin: 0 12px;
}

.slider-products__items .slick-slide {
  margin: 0 24px 0 0;
}

.slider-products__items {
  margin-top: 40px;
}

.slider-products__items .product-card {
  box-shadow: 0px 0px 10px rgba(212, 212, 212, 0.25);
  margin: 0 12px;
}

.slider-products__items .product-card__image a {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
  line-height: 0;
  margin: 0;
}

.slider-products__items .product-card__image a img {
  width: 100%;
  height: auto;
}

.slider-products__items .product-card__image a:hover .zoom {
  display: flex;
}

.slider-products__button {
  padding-top: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .slider-products__button {
    padding-top: 20px;
  }
}

.kupec-first {
  margin-top: 40px;
  display: flex;
}

@media (max-width: 575px) {
  .kupec-first {
    display: block;
  }
}

@media (max-width: 767px) {
  .title_kupec-first {
    font-size: 26px;
  }
}

.kupec-first__left {
  flex-basis: 50%;
  padding-right: 20px;
}

.kupec-first__left .content .list_check li {
  font-size: 18px;
}

@media (max-width: 991px) {
  .kupec-first__left {
    flex-basis: 60%;
    padding-right: 0px;
  }
}

.kupec-first__right {
  flex-basis: 50%;
  padding-left: 20px;
  text-align: center;
}

@media (max-width: 991px) {
  .kupec-first__right {
    flex-basis: 40%;
    display: flex;
    align-items: center;
    align-content: center;
  }
}

@media (max-width: 575px) {
  .kupec-first__right {
    padding-top: 30px;
    padding-left: 0;
  }
  .kupec-first__right img {
    max-width: 300px;
  }
}

.button_kupec-first {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .button_kupec-first {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575px) {
  .button_kupec-first {
    margin-top: 10px;
  }
}

@media (max-width: 319px) {
  .button_kupec-first {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .kupec-carousel {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .kupec-carousel {
    padding: 20px;
  }
}

.kupec-carousel__title {
  font-family: Source Serif Pro;
  font-weight: 600;
  font-size: 40px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E7EAEB;
  line-height: 1.1;
}

@media (max-width: 1199px) {
  .kupec-carousel__title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .kupec-carousel__title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .kupec-carousel__title {
    font-size: 24px;
  }
}

.kupec-carousel__desc {
  font-size: 18px;
  color: #333333;
  padding-top: 16px;
  max-width: 650px;
  margin: 0 auto;
}

.kupec-carousel__desc p {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .kupec-carousel__desc {
    font-size: 16px;
  }
}

.title_kupec-carousel {
  text-align: center;
}

.kupec-carousel__desc {
  font-size: 18px;
  text-align: center;
  color: #333333;
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .kupec-carousel__desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .kupec-carousel__desc {
    font-size: 14px;
  }
}

.kupec-carousel__image {
  text-align: center;
}

.kupec-carousel__images {
  padding-bottom: 0px;
  margin-bottom: 0;
}

.kupec-carousel__images .slick-dots {
  bottom: -30px;
}

.kupec-carousel__images .slick-list {
  margin: 0 -12px;
  overflow: hidden;
}

.kupec-carousel__images .slick-list .slick-slide a {
  margin: 0 12px;
}

.kupec-carousel__images .arrow {
  width: 40px;
  height: 40px;
  background: #BB2B2B;
  border-radius: 90%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  top: calc(33%);
  z-index: 100;
}

@media (max-width: 1199px) {
  .kupec-carousel__images .arrow {
    top: calc(27%);
  }
}

@media (max-width: 991px) {
  .kupec-carousel__images .arrow {
    top: calc(33%);
  }
}

@media (max-width: 767px) {
  .kupec-carousel__images .arrow {
    top: calc(35%);
  }
}

.kupec-carousel__images .prev {
  left: -20px;
}

.kupec-carousel__images .next {
  right: -20px;
}

.kupec-carousel__images .next img {
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.kupec-carousel__images .slick-dots {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.kupec-carousel__images .slick-dots li {
  width: 8px;
  height: 8px;
  background: #C8C8C8;
  border-radius: 100%;
}

.kupec-carousel__images .slick-dots li button {
  display: none;
}

.kupec-carousel__images .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  background: #19304B;
}

.kupec-carousel__images .slick-dots li + li {
  margin-left: 8px;
}

.kupec-carousel__image a {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
  line-height: 0;
  margin: 0;
}

.kupec-carousel__image a img {
  width: 100%;
}

.kupec-carousel__image a:hover .zoom {
  display: flex;
}

.kupec-carousel__image-title {
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  padding: 10px 0px;
}

@media (max-width: 991px) {
  .kupec-carousel__image-title {
    font-size: 14px;
  }
}

.kupec-table {
  background: #FFFFFF;
  box-shadow: 13px 0px 74px rgba(212, 212, 212, 0.25);
  border-radius: 16px;
  padding: 40px 60px;
}

.kupec-table .kupec-table__desktop {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
}

.kupec-table .kupec-table__desktop tr {
  border-left: 1px solid #E7EAEB;
  border-right: 1px solid #E7EAEB;
}

.kupec-table .kupec-table__desktop td {
  padding: 16px 32px;
  line-height: 1.3em;
  text-align: center;
}

@media (max-width: 1199px) {
  .kupec-table .kupec-table__desktop td {
    padding: 16px 21px;
  }
}

.kupec-table .kupec-table__desktop thead {
  background: #E7EAEB;
  font-weight: bold;
  border-bottom: 1px solid #E7EAEB;
  text-align: center;
}

.kupec-table .kupec-table__desktop thead td span {
  white-space: nowrap;
}

@media (max-width: 991px) {
  .kupec-table .kupec-table__desktop thead td {
    font-size: 13px;
  }
}

.kupec-table .kupec-table__desktop tbody {
  border-radius: 6px;
  overflow: hidden;
  border-left: 1px solid #E7EAEB;
  border-right: 1px solid #E7EAEB;
  border-bottom: 1px solid #E7EAEB;
}

.kupec-table .kupec-table__desktop tbody tr td:first-child {
  text-align: left;
}

@media (max-width: 991px) {
  .kupec-table .kupec-table__desktop tbody tr td:first-child {
    font-size: 14px;
  }
}

.kupec-table .kupec-table__desktop tbody tr + tr {
  border-top: 1px solid #E7EAEB;
}

.kupec-table .kupec-table__desktop tbody td + td {
  border-left: 1px solid #E7EAEB;
}

.kupec-table .kupec-table__desktop.table_small td {
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.3em;
}

@media (max-width: 1199px) {
  .kupec-table .kupec-table__desktop.table_small td {
    padding: 12px 16px;
  }
}

@media (max-width: 767px) {
  .kupec-table .kupec-table__desktop {
    display: none;
  }
}

@media (max-width: 991px) {
  .kupec-table .kupec-table__td-image {
    max-height: 110px;
  }
}

.kupec-table .kupec-table__price-promo {
  color: #C43434;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 991px) {
  .kupec-table .kupec-table__price-promo {
    font-size: 12px;
  }
}

.kupec-table .kupec-table__price {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.kupec-table .kupec-table__price s {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #868686;
  text-transform: lowercase;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .kupec-table .kupec-table__price s {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .kupec-table .kupec-table__price {
    font-size: 16px;
  }
}

.kupec-table .kupec-table__true,
.kupec-table .kupec-table__false {
  width: 24px;
  height: 24px;
}

@media (max-width: 991px) {
  .kupec-table .kupec-table__true,
  .kupec-table .kupec-table__false {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 991px) {
  .kupec-table {
    padding: 40px 40px;
  }
}

@media (max-width: 767px) {
  .kupec-table {
    padding: 24px 24px;
  }
}

.kupec-table__title {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .kupec-table__title {
    font-size: 24px;
  }
}

.kupec-table__button-wrapper {
  margin-top: 40px;
  text-align: center;
}

.kupec-table__button-wrapper .kupec-table__button {
  padding-top: 18px;
  padding-bottom: 18px;
}

@media (max-width: 767px) {
  .kupec-table__button-wrapper {
    margin-top: 60px;
  }
}

.kupec-table__line {
  border-top: 1px solid #E7EAEB;
  margin: 60px 0;
}

@media (max-width: 991px) {
  .kupec-table__line {
    margin: 40px 0;
  }
}

.kupec-table__text {
  display: flex;
}

@media (max-width: 991px) {
  .kupec-table__text {
    display: block;
  }
}

.kupec-table__text-left {
  flex-basis: 45%;
  text-align: center;
  flex-shrink: 0;
  flex-grow: 1;
  order: 0;
}

@media (max-width: 991px) {
  .kupec-table__text-left {
    margin-top: 20px;
  }
}

.kupec-table__text-image {
  height: 100%;
  background-color: #F7F7F7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 12px;
  overflow: hidden;
}

.kupec-table__text-image img {
  display: none;
}

@media (max-width: 991px) {
  .kupec-table__text-image img {
    display: inline-block;
    max-height: 350px;
  }
}

.kupec-table__list {
  margin-top: 4px;
}

.kupec-table__list div::before {
  content: '\2022';
  margin-right: 5px;
}

.kupec-table__text-right {
  flex-basis: 55%;
  padding-left: 48px;
  order: 1;
}

@media (max-width: 991px) {
  .kupec-table__text-right {
    padding-left: 0;
  }
}

.kupec-table__mobile {
  display: none;
}

.kupec-table__mobile .slick-slide {
  margin: 0 10px;
}

.kupec-table__mobile .slick-slide img {
  display: inline-block;
}

.kupec-table__mobile .slick-list {
  margin: 0 -10px;
}

@media (max-width: 767px) {
  .kupec-table__mobile {
    display: block;
  }
}

.kupec-table__mobile-item {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  border: 1px solid #E7EAEB;
  height: 100%;
}

.kupec-table__mobile-item-head {
  background: #E7EAEB;
  font-weight: bold;
  border-bottom: 1px solid #E7EAEB;
  text-align: center;
  font-size: 16px;
  padding: 12px;
}

.kupec-table__mobile-item-body {
  margin: 0px 16px;
}

.kupec-table__mobile-item-row {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
}

.kupec-table__mobile-item-row + .kupec-table__mobile-item-row {
  border-top: 1px solid #E7EAEB;
}

.kupec-table__mobile-item-row_image {
  display: block;
}

.kupec-table__mobile-item-row-left {
  font-size: 14px;
  line-height: 1.5em;
  padding-right: 20px;
}

.kupec-table__mobile-item-row_image .kupec-table__mobile-item-row-left {
  text-align: center;
}

.kupec-table__mobile-item-row-right {
  font-size: 14px;
  flex-shrink: 0;
  text-align: right;
}

.kupec-table__mobile-item-row_image .kupec-table__mobile-item-row-right {
  text-align: center;
  margin-top: 16px;
}

.kupec-table__mobile-item-row-right .kupec-table__true,
.kupec-table__mobile-item-row-right .kupec-table__false {
  margin: 0 30px;
}

.kupec-table__mobile-item-row-right .kupec-table__price-promo {
  text-align: right;
}

.kupec-table__mobile-item-row-right .kupec-table__price {
  display: block;
  text-align: right;
}

.kupec-table__mobile-item-row-right .kupec-table__price s {
  display: block;
  text-align: right;
  margin-right: 0;
}

.promocode__banner {
  margin-bottom: 10px;
  text-align: center;
}

.promocode__banner a {
  text-align: center;
  display: block;
}

@media (max-width: 575px) {
  .promocode__banner-desktop {
    display: none;
  }
}

.promocode__banner-mobile {
  display: none;
}

@media (max-width: 575px) {
  .promocode__banner-mobile {
    display: inline-block;
  }
}

.promocode__subscribe {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}

@media (max-width: 575px) {
  .promocode__subscribe {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.promocode__subs-left {
  padding-right: 10px;
  white-space: nowrap;
  margin: 0 0 5px;
}

.promocode__subs-right {
  display: flex;
  align-content: center;
  align-items: center;
}

.promocode__subs-right .ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: 30px 30px;
}

.promocode__subs-right .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  height: 35px;
  width: 35px;
  background-size: 35px 35px;
}

.promocode__copy {
  width: 35px;
  height: 35px;
  border: 1px solid #000;
  border-radius: 100%;
  margin-right: 4px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  opacity: 0.9;
  cursor: pointer;
}

.promocode__copy:hover {
  opacity: 0.6;
}

.promocode__copy img {
  width: 15px;
}

promocode_nomargin_top {
  margin-top: 0;
}

.promocode_nomargin_bottom {
  margin-bottom: 0;
}

.delivery-rf {
  background-image: url("/front/site/svg/rf.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  height: 550px;
  padding: 60px 40px;
}

@media (max-width: 991px) {
  .delivery-rf {
    padding: 40px 20px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .delivery-rf {
    padding: 40px 20px;
  }
}

@media (max-width: 575px) {
  .delivery-rf {
    background-position: top center;
    padding: 20px 20px;
  }
}

.delivery-rf__outer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.delivery-rf__top {
  display: flex;
  justify-content: center;
}

.delivery-rf__title {
  font-size: 28px;
  line-height: 1.2em;
  margin-bottom: 16px;
  max-width: 600px;
}

@media (max-width: 991px) {
  .delivery-rf__title {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .delivery-rf__title {
    font-size: 22px;
    display: none;
  }
}

@media (max-width: 319px) {
  .delivery-rf__title {
    font-size: 22px;
  }
}

.delivery-rf__title_mobile {
  display: none;
}

@media (max-width: 575px) {
  .delivery-rf__title_mobile {
    display: block;
  }
}

.delivery-rf__text-top,
.delivery-rf__text-bottom {
  text-align: center;
}

.delivery-rf__items {
  display: flex;
  justify-content: center;
}

@media (max-width: 575px) {
  .delivery-rf__items {
    flex-wrap: wrap;
    margin: 20px 0 10px;
  }
}

.delivery-rf__item {
  margin: 28px 0px 34px;
}

@media (max-width: 575px) {
  .delivery-rf__item {
    margin: 0 0 15px;
    padding: 0 10px;
    flex-basis: 50%;
  }
  .delivery-rf__item:last-child {
    flex-basis: 100%;
  }
}

.delivery-rf__item +
.delivery-rf__item {
  margin-left: 80px;
}

@media (max-width: 991px) {
  .delivery-rf__item +
.delivery-rf__item {
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  .delivery-rf__item +
.delivery-rf__item {
    margin-left: 20px;
  }
}

@media (max-width: 575px) {
  .delivery-rf__item +
.delivery-rf__item {
    margin-left: 0;
  }
}

.delivery-rf__icon {
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .delivery-rf__icon {
    margin-bottom: 5px;
  }
}

.delivery-rf__icon-text {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

@media (max-width: 575px) {
  .delivery-rf__icon-text {
    font-size: 14px;
    line-height: 18px;
  }
}

.delivery-rf__buttons {
  justify-content: center;
}

@media (max-width: 575px) {
  .delivery-rf__buttons .button +
.button {
    margin-top: 10px;
  }
}

.delivery-rf__map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.delivery-rf__map img {
  width: 100%;
}

.overlay-wide {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(19, 33, 48, 0.6);
  transition: all .3s ease 0s;
  z-index: 15;
  display: none;
}

.tel {
  white-space: nowrap;
}

.monument-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: 70px;
  background-color: #fff;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.05);
  height: 70px;
  display: flex;
  align-items: center;
  align-content: center;
  display: none;
}

@media (max-width: 991px) {
  .monument-panel {
    bottom: 0;
    top: unset;
    height: 60px;
    box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.05);
  }
}

.monument-panel--show {
  display: flex;
}

.monument-panel__cols {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .monument-panel__cols {
    padding-left: 2px;
  }
}

.monument-panel__right {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .monument-panel__right {
    flex-basis: 100%;
  }
}

.monument-panel__prices {
  margin-right: 20px;
}

@media (max-width: 991px) {
  .monument-panel__prices {
    flex-grow: 1;
  }
}

.monument-panel__product {
  display: flex;
  align-items: center;
}

.monument-panel__product-image {
  margin-right: 20px;
  flex-shrink: 0;
}

@media (max-width: 379px) {
  .monument-panel__product-image {
    display: none;
  }
}

@media (max-width: 991px) {
  .monument-panel__product-info {
    display: none;
  }
}

.monument-panel__product-title {
  font-weight: bold;
  font-size: 18px;
}

.monument-panel__product-props {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  margin-top: 4px;
}

.monument-panel__product-polish::before {
  content: ' ';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 100%;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 4px;
  margin-left: 5px;
}

.monument-panel__credit {
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: 3px;
}

@media (max-width: 991px) {
  .monument-panel__credit {
    justify-content: flex-start;
    top: 0px;
    left: 2px;
  }
}

.monument-panel__button {
  margin-right: 10px;
}

.monument-panel__button-link {
  display: inline-flex;
  align-items: center;
  align-content: center;
  height: 50px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #c13137;
  border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
  transition: all .2s ease 0s;
}

.monument-panel__button-link:hover {
  background-color: #ad2727;
  color: #fff;
}

@media (max-width: 991px) {
  .monument-panel__button-link {
    padding: 0 20px;
    height: 40px;
    font-size: 12px;
  }
}

.monument-panel__button-link--mobile {
  display: none;
}

@media (max-width: 991px) {
  .monument-panel__button-link--mobile {
    display: inline-flex;
  }
}

@media (max-width: 991px) {
  .monument-panel__button-link--desktop {
    display: none;
  }
}

.monument-panel__button-grey a {
  background-color: #eaeaeb;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s ease 0s;
}

.monument-panel__button-grey a:hover {
  background-color: #dedede;
}

@media (max-width: 991px) {
  .monument-panel__button-grey a {
    width: 40px;
    height: 40px;
  }
}

.monument-panel__button,
.monument-panel__button-grey {
  position: relative;
  top: 2px;
}

.monument-panel__phone-svg,
.monument-panel__favorite-svg {
  width: 26px;
  height: 22px;
}

@media (max-width: 991px) {
  .monument-panel__phone-svg,
  .monument-panel__favorite-svg {
    width: 24px;
    height: 20px;
  }
}

.monument-panel__phone-svg {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.monument-panel__phone-svg-path,
.monument-panel__favorite-svg-path {
  fill: #4b4b4b;
}

.monument-panel__favorite--active .monument-panel__phone-svg-path, .monument-panel__favorite--active
.monument-panel__favorite-svg-path {
  fill: #C43434;
}

/* Хлебные крошки */
.breadcrumbs-n {
  position: relative;
}

.breadcrumbs-n::after {
  content: "";
  position: absolute;
  width: 32px;
  right: 0px;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, #ffffff00 10%, #f7f7f7 100%);
  z-index: 1;
}

@media (min-width: 768px) {
  .breadcrumbs-n {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .breadcrumbs-n {
    margin-top: 15px;
  }
}

.breadcrumbs-n__items {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  /*row-gap: 0.3rem;*/
  padding: 0;
  line-height: 1.3;
  overflow-y: auto;
  padding-bottom: 5px;
  -ms-overflow-style: none;
  /* IE и Edge */
  scrollbar-width: none;
  /* Firefox */
  overflow: -moz-scrollbars-none;
  /* Firefox */
}

.breadcrumbs-n__items::-webkit-scrollbar {
  display: none;
  /* Скрываем скроллбар для Chrome, Safari и Opera */
}

.breadcrumbs-n__items li {
  display: inline-block;
  list-style-type: none;
  font-size: 0.9rem;
  line-height: 1em;
  white-space: nowrap;
  /* Добавить символ косой черты (/) перед/за каждым элементом списка */
  /* Добавить цвет для всех ссылок внутри списка */
}

.breadcrumbs-n__items li:after {
  padding: 0 4px;
  display: inline-block;
  font-size: 12px;
  color: #868686;
  content: "/";
}

@media (min-width: 501px) {
  .breadcrumbs-n__items li:after {
    font-size: 12px;
    content: "/";
  }
}

.breadcrumbs-n__items li a {
  color: #868686;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
  /* Добавить цвет на наведении курсора мыши */
}

.breadcrumbs-n__items li a:hover {
  color: #000000;
}

@media (max-width: 767px) {
  .breadcrumbs-n__items li a {
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .breadcrumbs-n__items li a {
    font-size: 12px;
  }
}

.breadcrumbs-n__items li:last-child::after {
  display: none;
}

@media (max-width: 767px) {
  .breadcrumbs-n__items li {
    font-size: 0.8rem;
  }
}

@media (min-width: 768px) {
  .breadcrumbs-n__items {
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .breadcrumbs-n__items {
    grid-column: 2/3;
  }
}

.breadcrumbs-n_category {
  width: 100%;
  overflow-y: auto;
}

.breadcrumbs-n_category .breadcrumbs-n::after {
  right: 14px;
}

@media (max-width: 767px) {
  .breadcrumbs-n_category .breadcrumbs-n {
    display: grid;
    grid-template-columns: 14px auto 14px;
  }
}

.breadcrumbs-n_category .breadcrumbs-n__items {
  margin: 26px 0 8px 0;
}

@media (max-width: 767px) {
  .breadcrumbs-n_category .breadcrumbs-n__items {
    margin: 0;
  }
}

.breadcrumbs-n_container {
  width: 100%;
  overflow-y: auto;
  position: relative;
}

.breadcrumbs-n_container .breadcrumbs-n__items {
  margin: 26px 0 8px 0;
}

@media (max-width: 767px) {
  .breadcrumbs-n_container .breadcrumbs-n__items {
    margin: 0;
  }
}

.breadcrumbs-n_old-new {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .breadcrumbs-n_old-new {
    margin-top: 0px;
  }
}

.breadcrumbs-n--prodpage {
  width: 100%;
  overflow-y: auto;
  position: relative;
}

.breadcrumbs-n--prodpage .breadcrumbs-n__items {
  margin: 26px 0 0px 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .breadcrumbs-n--prodpage .breadcrumbs-n__items {
    margin: 0;
  }
}

.breadcrumbs-n--no-padding .breadcrumbs-n {
  grid-template-columns: 0px auto 0px;
}

/* Title Catalog */
.title-n {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.title-n > * {
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .title-n {
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .title-n {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}

@media (max-width: 767px) {
  .title-n {
    margin: 0 14px;
  }
}

.title-n__title {
  padding: 0;
  font-weight: 700;
  font-family: 'Source Serif 4', serif;
  color: #0b0f16;
  font-size: 34px;
  line-height: 1;
  margin: 0;
  padding-right: 30px;
  position: relative;
  top: 6px;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .title-n__title {
    white-space: normal;
  }
}

@media (max-width: 991px) {
  .title-n__title {
    padding-right: 0;
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .title-n__title {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 0px;
  }
}

.title-n__search {
  flex-grow: 1;
  max-width: 30%;
}

@media (max-width: 1199px) {
  .title-n__search {
    flex-grow: 1;
  }
}

@media (max-width: 991px) {
  .title-n__search {
    margin-top: 15px;
    max-width: unset;
  }
}

.title-n__form {
  position: relative;
}

.title-n__form input {
  border: none;
  border-bottom: 1px solid rgba(25, 48, 75, 0.28);
  width: 100%;
  background: transparent;
  margin: 0;
  padding: 0px;
  font-size: 14px;
}

@media (max-width: 991px) {
  .title-n__form input {
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 4px 10px 3px 6px;
    font-size: 14px;
    width: 100%;
  }
}

.title-n__form button {
  position: absolute;
  right: 0;
  bottom: 4px;
  box-shadow: none;
  border: none;
  background: none;
}

@media (max-width: 991px) {
  .title-n__form button {
    display: none;
  }
}

@media (max-width: 991px) {
  .title-n__form {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    border: 1px solid rgba(25, 48, 75, 0.47);
    border-radius: 8px;
  }
  .title-n__form::before {
    content: ' ';
    background-image: url("/front/site/svg/search.svg");
    background-size: 11px 11px;
    width: 11px;
    height: 11px;
    margin-left: 9px;
  }
}

.title-n__all {
  text-align: right;
  padding-left: 30px;
  display: flex;
  align-items: flex-end;
}

.title-n__all a {
  color: #19304B;
  font-size: 14px;
  text-align: right;
  text-decoration: underline;
  line-height: 1em;
}

@media (max-width: 991px) {
  .title-n__all a {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .title-n__all {
    grid-row: 2/3;
    padding-left: 0;
    margin-top: 10px;
  }
}

.title-n__title_post-container {
  display: grid;
  padding: 0;
  font-weight: 700;
  font-family: 'Source Serif 4', serif;
  min-height: 44px;
  color: #0b0f16;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .title-n__title_post-container {
    font-size: 1.3rem;
  }
}

.title-n_catalog-page {
  margin: 0;
  margin-bottom: 20px;
}

.title-n_in-container {
  margin-left: 0;
  margin-bottom: 20px;
}

.title-n_regular {
  margin: 0;
  margin-bottom: 20px;
}

.title-n--mb-0 {
  margin-bottom: 0;
  margin-left: 0;
}

.title-n--mb-0 .title-n__title {
  margin-bottom: 0;
}

.title-n--m-0 {
  margin: 0;
}

.contacts-page-n {
  margin-top: 30px;
  position: relative;
  z-index: 15;
}

@media (max-width: 1199px) {
  .contacts-page-n {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .contacts-page-n {
    margin-top: 0px;
  }
}

.contacts-page-n__wrapper {
  display: grid;
  grid-template-columns: 297px 30px 297px 25px 1fr;
  grid-template-rows: minmax(103px, auto) minmax(200px, auto) 1fr;
  font-family: "Open Sans";
}

@media (max-width: 1199px) {
  .contacts-page-n__wrapper {
    grid-template-columns: 297px 30px 297px 0px 1fr;
    grid-template-rows: minmax(auto, auto) auto auto;
  }
}

@media (max-width: 767px) {
  .contacts-page-n__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(auto, auto) auto auto auto;
  }
}

.contacts-page-n__vertical-justify {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.contacts-page-n__header {
  grid-column: 1/6;
  grid-row: 1/2;
}

@media (max-width: 767px) {
  .contacts-page-n__header {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

@media (max-width: 767px) {
  .contacts-page-n__custom-header {
    margin-top: 30px;
  }
}

.contacts-page-n__breadcrumbs {
  margin: -1px 0 10px;
}

@media (max-width: 767px) {
  .contacts-page-n__breadcrumbs {
    margin: 0px 0 5px;
  }
}

.contacts-page-n__title {
  font-family: "Source Serif Pro";
  font-size: 36px;
  line-height: 38px;
  font-weight: bold;
  color: #000;
  margin-top: 20px;
}

.contacts-page-n__title a {
  color: #000;
}

@media (max-width: 1199px) {
  .contacts-page-n__title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .contacts-page-n__title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}

.contacts-page-n__custom-title {
  color: #333;
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .contacts-page-n__custom-title {
    font-size: 18px;
  }
}

.contacts-page-n__custom-desc {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .contacts-page-n__custom-desc {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .contacts-page-n__custom-desc {
    font-size: 12px;
  }
}

.contacts-page-n__phone,
.contacts-page-n__office {
  background: #fff;
  border-radius: 8px;
}

.contacts-page-n__phone {
  grid-column: 1/2;
  grid-row: 2/3;
  padding: 27px 29px 27px 31px;
}

@media (max-width: 767px) {
  .contacts-page-n__phone {
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 17px 21px 17px 21px;
  }
}

.contacts-page-n--block-title {
  letter-spacing: 1.3px;
  font-weight: 600;
  color: #4b4b4b;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .contacts-page-n--block-title {
    font-size: 12px;
    line-height: 15px;
  }
}

.contacts-page-n__phone-number,
.contacts-page-n__address {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}

.contacts-page-n__phone-number a,
.contacts-page-n__address a {
  color: #333;
}

.contacts-page-n__phone-number a:hover,
.contacts-page-n__address a:hover {
  color: #333;
}

@media (max-width: 767px) {
  .contacts-page-n__phone-number,
  .contacts-page-n__address {
    font-size: 17px;
    line-height: 17px;
  }
}

@media (max-width: 767px) {
  .contacts-page-n__address {
    font-size: 17px;
    line-height: 19px;
  }
}

.contacts-page-n__schedule {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .contacts-page-n__schedule {
    font-size: 12px;
    line-height: 18px;
  }
}

.contacts-page-n__social {
  border: 1px solid #1b314a;
  display: flex;
  align-content: center;
  align-items: center;
  margin-top: 30px;
  border-radius: 4px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .contacts-page-n__social {
    margin-top: 16px;
  }
}

.contacts-page-n__social-item {
  flex-basis: 33.33%;
}

.contacts-page-n__social-item a {
  height: 48px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  transition: all .2s ease 0s;
}

.contacts-page-n__social-item a:hover {
  background-color: #f7f7f7;
}

.contacts-page-n__social-item + .contacts-page-n__social-item {
  border-left: 1px solid #1b314a;
}

.contacts-page-n__social-item img, .contacts-page-n__social-item svg {
  height: 25px;
  width: 25px;
}

.contacts-page-n__social-item svg path {
  fill: #4b4b4b;
}

@media (max-width: 767px) {
  .contacts-page-n__social-item a {
    height: 38px;
  }
}

.contacts-page-n__office {
  grid-column: 3/4;
  grid-row: 2/3;
  padding: 26px 29px 27px 31px;
}

@media (max-width: 1199px) {
  .contacts-page-n__office {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .contacts-page-n__office {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 23px;
    padding: 14px 21px 14px 21px;
  }
}

.contacts-page-n__metro-color {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  vertical-align: middle;
  background-color: #ef8930;
  margin-right: 5px;
}

.contacts-page-n__metro-walk {
  font-size: 12px;
  line-height: 24px;
  text-transform: lowercase;
  letter-spacing: 0;
}

.contacts-page-n__metro-walk svg {
  vertical-align: baseline;
  height: 14px;
  width: 9px;
  margin-right: 6px;
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.contacts-page-n__metro-walk svg path {
  fill: #4b4b4b;
}

@media (max-width: 767px) {
  .contacts-page-n__metro-walk {
    font-size: 12px;
  }
}

.contacts-page-n__address-button {
  margin-top: 20px;
}

.contacts-page-n__address-button a, .contacts-page-n__address-button span {
  display: block;
  border: 1px solid #1b314a;
  border-radius: 4px;
  height: 50px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #212529;
  overflow: hidden;
}

.contacts-page-n__address-button a:hover, .contacts-page-n__address-button span:hover {
  color: #000;
  background-color: #f7f7f7;
}

.contacts-page-n__address-button a::before, .contacts-page-n__address-button span::before {
  content: '';
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-image: url("/front/site/img_new/svg/geo-4b4b4b.svg");
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .contacts-page-n__address-button a, .contacts-page-n__address-button span {
    height: 40px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .contacts-page-n__address-button {
    margin-top: 12px;
  }
}

.contacts-page-n__address-desc {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .contacts-page-n__address-desc {
    font-size: 12px;
    line-height: 20px;
  }
}

.contacts-page-n__image {
  grid-column: 1/4;
  grid-row: 3/4;
  margin-top: 33px;
}

.contacts-page-n__image img {
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .contacts-page-n__image {
    display: none;
  }
}

.contacts-page-n__map {
  grid-column: 5/6;
  grid-row: 1/5;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.contacts-page-n__map iframe {
  height: 100%;
}

@media (max-width: 1199px) {
  .contacts-page-n__map {
    grid-column: 3/6;
    grid-row: 2/4;
  }
}

@media (max-width: 767px) {
  .contacts-page-n__map {
    display: none;
    grid-column: 1/2;
    grid-row: 5/6;
    border-radius: 0px;
  }
}

.contacts-page-n__map-bottom {
  display: none;
  height: 600px;
  position: relative;
  margin-top: -100px;
}

@media (max-width: 767px) {
  .contacts-page-n__map-bottom {
    display: block;
  }
}

.contacts-page-n_margin-bottom {
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .contacts-page-n_margin-bottom {
    margin-bottom: 31px;
  }
}

.contacts-page-n__map-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}

.contacts-page-n__map-bottom .contacts-page-n__map-overlay {
  display: block;
}

@media (min-width: 993px) {
  .contacts-page-n__map-overlay {
    height: unset !important;
  }
}

@media (max-width: 991px) {
  .contacts-page-n__map-overlay {
    position: static;
  }
}

.contacts-page-n__map-overlay-zoom {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  bottom: 0;
  align-content: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease 0s;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.contacts-page-n__map-overlay-zoom img {
  width: 100px;
}

.contacts-page-n__map-overlay:hover .contacts-page-n__map-overlay-zoom {
  display: flex;
  opacity: 1;
}

.contacts-page-n__map-overlay-info {
  text-align: center;
}

.contacts-page-n__map-overlay-zoom-text {
  color: #fff;
  margin-top: 20px;
}

.faq-n__container {
  display: grid;
  width: 100%;
  max-width: 76rem;
}

@media (min-width: 1180px) {
  .faq-n__container.page {
    max-width: 72rem;
  }
}

@media (max-width: 1179px) {
  .faq-n__container.page {
    grid-column: 2/3;
  }
}

.faq-n__container h3 {
  font-size: 1.4rem;
}

@media (max-width: 1023px) {
  .faq-n__container h3 {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .faq-n__container h3 {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .faq-n__container {
    grid-column: 1/-1;
  }
}

.faq-n__cloud {
  padding: 0.5rem 1.5rem;
  border-radius: 0.7rem;
  background-color: white;
}

.faq-n__item {
  display: grid;
  background-color: #ffffff;
  border-bottom: 1px solid #e7eaeb;
  overflow: hidden;
}

.faq-n__item:last-child {
  border-bottom: 0;
}

.faq-n__item.open .faq-n__quest {
  background-image: var(--select-icon-close);
}

.faq-n__quest {
  padding: 1.3rem 3rem 1.3rem 0;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  z-index: 9;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 0.8rem;
  background-position: center right 0.1rem;
  user-select: none;
  background-image: var(--select-icon);
}

@media (max-width: 500px) {
  .faq-n__quest {
    padding: 1.3rem 2rem 1.3rem 0;
    font-size: 12px;
    background-size: 0.8rem;
  }
}

.faq-n__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
  /*
	p {
		display: block;
		margin: 1rem 0 1rem 0;
		font-size: 0.9rem;
		font-weight: 600;

		&:first-child {
			margin: 0 0 1rem 0;
		}

		&:last-child {
			margin: 0 0 1.6rem 0;
		}

		@media (max-width: 500px) {
			font-size: 0.75rem;
		}
	}

	ul {
		padding: 0 0 0 1.2rem;
		margin: 0 0 1rem 0;

		@media (max-width: 500px) {
			padding: 0 0 0 1rem;
		}
	}

	li {
		font-size: 0.9rem;
		font-weight: 600;

		b {
			font-weight: 700;
		}

		@media (max-width: 500px) {
			font-size: 0.75rem;
		}
	}

	@media (max-width: 500px) {
		padding: 0rem;
	}

	 */
}

.faq-n__content .content {
  font-size: 16px;
}

@media (max-width: 500px) {
  .faq-n__content .content {
    font-size: 12px;
  }
}

.faq-n__info {
  display: grid;
  padding-right: 2rem;
  align-content: start;
  height: fit-content;
}

.faq-n__info h2 {
  margin-bottom: 0.5rem;
  line-height: 1.1;
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .faq-n__info h2 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .faq-n__info h2 {
    font-size: 2rem;
  }
}

.faq-n__info p {
  font-size: 16px;
}

@media (max-width: 500px) {
  .faq-n__info p {
    font-size: 14px;
  }
}

.faq-n__info a {
  text-decoration: none;
  color: #c13137;
}

.faq-n_margin-top {
  margin-top: 64px;
}

@media (max-width: 767px) {
  .faq-n_margin-top {
    margin-top: 31px;
  }
}

.faq-n_margin-bottom {
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .faq-n_margin-bottom {
    margin-bottom: 31px;
  }
}

.button_faq {
  font-size: 15px;
}

.post_cols2 {
  display: grid;
  align-content: start;
  gap: 1rem;
}

@media (min-width: 1200px) {
  .post_cols2 {
    grid-template-columns: minmax(auto, 392px) 1fr;
  }
}

/* Post */
.post-container {
  display: grid;
  padding-bottom: 3rem;
  align-content: start;
}

@media (max-width: 1199px) {
  .post-container {
    margin: auto;
  }
}

@media (min-width: 1200px) {
  .post-container {
    grid-column: 1/-1;
    grid-template-columns: 1fr minmax(auto, 392px) minmax(auto, 920px) 1fr;
    gap: 1rem;
    grid-template-areas: ". post-banner post-banner  ." ". posts-aside post-main    post-main" ". expert-post expert-post ." "post-footer post-footer post-footer post-footer";
  }
}

.post-container img.post-banner {
  width: auto;
}

@media (max-width: 1199px) {
  .post-container img.post-banner {
    grid-column: 1/-1;
  }
}

@media (min-width: 1200px) {
  .post-container img.post-banner {
    grid-area: post-banner;
    border-radius: 0.5rem;
  }
}

.post-container > main {
  display: grid;
  column-gap: 1rem;
}

@media (max-width: 1199px) {
  .post-container > main {
    grid-template-columns: auto 1fr auto;
  }
  .post-container > main > * {
    grid-column: 2/3;
  }
}

@media (min-width: 1200px) {
  .post-container > main {
    grid-area: post-main;
    grid-template-columns: minmax(auto, 920px) 1fr;
  }
  .post-container > main > * {
    grid-column: 1/2;
  }
}

@media (max-width: 1199px) {
  .mobile-menu-open .post-container > aside {
    transform: translate3d(0, 0, 0);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  .post-container > aside {
    position: fixed;
    /*top: 6.68rem; - эй, друг, как добавишь шапку, раскоменируй  этот стиль и отладь высоту, а пока пусть поубедт top: 2.875rem; */
    top: 2.875rem;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    /*max-width: calc(100% - 4rem);*/
    min-width: 16.875rem;
    background-color: #f7f7f7;
    z-index: 100;
    transform: translate3d(0, -120%, 0);
    transition: opacity 0.25s ease, transform 0.25s ease;
    padding: 0 0 3rem 0;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .mobile-menu-open .post-container .wagon {
    position: relative;
    overflow-y: unset;
    max-height: unset;
    overscroll-behavior: unset;
    padding-left: 1rem;
  }
  .aside-btn-container {
    position: sticky;
    top: 0;
    /* Код выше связан, тут top: 3.813rem; но пока 0*/
    background-color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    color: #333333;
    height: 2.875rem;
    padding: 0.9rem 3rem 0.9rem 1rem;
    box-shadow: 0 1px 3px 0 #80808017;
    cursor: pointer;
    z-index: 111;
    background-repeat: no-repeat;
    background-position: right 0.7rem center;
    background-size: 0.75rem;
    background-image: var(--select-icon);
  }
  .mobile-menu-open .aside-btn-container {
    background-image: var(--select-icon-close);
  }
}

@media (min-width: 1200px) {
  .post-container > aside {
    grid-area: posts-aside;
    position: relative;
  }
  .aside-btn-container {
    display: none;
  }
}

/* Хлебные крошки */
.post-container main .breadcrumb-container {
  display: grid;
}

.post-container main ul.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.3rem;
  margin: 1.2rem 0 0 0;
  padding: 0;
}

@media (max-width: 767px) {
  .post-container .breadcrumb-container {
    grid-template-columns: unset;
  }
  .post-container ul.breadcrumb {
    grid-column: unset;
  }
}

/*
.post-container .title-n > h1 {
    display: grid;
    padding: 0;
    font-weight: 700;
    font-family: 'Source Serif 4', serif;
    min-height: 44px;
    color: #0b0f16;
    font-size: 2rem;
}
@media (max-width: 767px) {
    .post-container .title-n > h1 {
        font-size: 1.3rem;
    }
}
 */
.post-container .wagon {
  position: sticky;
  top: 1rem;
  padding-right: 2rem;
  overflow-y: auto;
  max-height: calc(100vh - 2rem);
  overscroll-behavior: contain;
}

.post-container aside > .wagon > ul {
  padding-left: 1.4rem;
  background-repeat: no-repeat;
  background-position: left 0.3rem top 1.2rem;
  background-size: 0.6rem;
  background-image: var(--select-icon);
  cursor: pointer;
}

.post-container aside > .wagon > ul > li > a {
  padding: 0.7rem 0.5rem 0.7rem 0;
  font-weight: 700;
}

.post-container aside ul {
  display: grid;
}

.post-container aside ul li > ul {
  display: none;
}

.post-container aside ul.open li > ul {
  display: grid;
}

.post-container aside ul li {
  display: grid;
  list-style-type: none;
  font-size: 0.9rem;
}

.post-container aside ul li ul li a {
  padding: 0.5rem 0.5rem 0.5rem 0.8rem;
  border-left: 1px solid #e7eaeb;
  font-weight: 600;
}

.post-container aside ul li ul li a:hover {
  color: #c13137;
  border-left: 1px solid #c13137;
  font-weight: 600;
}

.post-container aside ul li ul li a.active {
  color: #c13137;
  border-left: 1px solid #c13137;
  font-weight: 600;
}

.post-container main .anchors {
  margin-bottom: 2rem;
  border-radius: 0.3rem;
  background-color: white;
}

@media (max-width: 499px) {
  .post-container main .anchors {
    padding: 1.1rem 0.5rem 0.5rem 0.7rem;
  }
}

@media (min-width: 500px) {
  .post-container main .anchors {
    padding: 1.3rem 1.2rem 1rem 1.2rem;
  }
}

.post-container main .anchors .titles-post {
  padding: 0 0 0.7rem 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #4b4b4b;
}

.post-container main .anchors ol {
  display: block;
  column-gap: 2rem;
  list-style-type: none;
  /* Убираем исходные маркеры */
  counter-reset: item;
}

@media (max-width: 767px) {
  .post-container main .anchors ol {
    column-count: 1;
  }
}

@media (min-width: 768px) {
  .post-container main .anchors ol {
    column-count: 2;
  }
}

.post-container main .anchors ol li {
  position: relative;
  margin: 0 0 1rem 2rem;
  color: #4b4b4b;
  font-size: 0.9rem;
  font-weight: 600;
}

@media (max-width: 500px) {
  .post-container main .anchors ol li {
    margin: 0 0 0.7rem 1.8rem;
    font-size: 0.75rem;
  }
}

.post-container main .anchors ol li a {
  text-decoration: none;
  color: unset;
}

.post-container main .anchors ol li::before {
  content: counter(item) "/ ";
  /* Добавляем к числам скобку */
  counter-increment: item;
  /* Задаём имя счетчика */
  display: block;
  position: absolute;
  top: 0;
  left: -24px;
  font-size: 0.9rem;
  color: #c13137;
  font-weight: 600;
}

@media (max-width: 500px) {
  .post-container main .anchors ol li::before {
    left: -20px;
    font-size: 0.75rem;
  }
}

.post-container .container-person {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  margin: 1.2rem 0 1.2rem 0;
}

@media (max-width: 767px) {
  .post-container .container-person {
    margin: -0.3rem 0 1.2rem 0;
  }
}

.post-container .icon-author {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: gainsboro;
  overflow: hidden;
}

@media (max-width: 500px) {
  .post-container .icon-author {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.post-container .info-author {
  display: grid;
  gap: 0.1rem;
  align-content: center;
}

.post-container .name-author {
  display: grid;
  grid-auto-flow: column;
  gap: 0.7rem;
  justify-content: left;
  font-size: 0.9rem;
  font-weight: 700;
}

.post-container .name-author .name-text {
  font-size: 0.9rem;
  font-weight: 700;
  color: #333333;
}

.post-container .name-author .social-icons {
  display: grid;
  grid-auto-flow: column;
  gap: 0.7rem;
}

.post-container .name-author .social-icons a {
  display: grid;
  width: 1rem;
  height: 1rem;
}

.post-container .name-author .social-icons a svg {
  width: 1rem;
  height: 1rem;
}

.post-container .point-metrika {
  font-weight: 700;
  color: #333333;
}

.date-metrika-post {
  font-size: 0.9rem;
  font-weight: 600;
  color: #4b4b4b;
}

@media (max-width: 500px) {
  .date-metrika-post {
    font-size: 0.8125rem;
  }
}

.post-container .description-post {
  background-color: unset;
}

.post-container .description-post > p {
  line-height: 1.6;
  font-size: 1.1rem;
}

@media (max-width: 500px) {
  .post-container .description-post > p {
    font-size: 0.875rem;
  }
}

.post-container main h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 2rem 0 1rem 0;
  position: relative;
}

@media (max-width: 500px) {
  .post-container main h2 {
    font-size: 1.125rem;
  }
}

.post-container main h2 > span {
  font-size: 1.1rem;
  font-weight: 700;
  color: #c13137;
  position: absolute;
  z-index: 1;
  user-select: none;
}

@media (max-width: 1199px) {
  .post-container main h2 > span {
    left: 0rem;
    top: -1.7rem;
  }
}

@media (min-width: 1200px) {
  .post-container main h2 > span {
    left: -1.4rem;
    top: 0.9rem;
  }
}

.post-container main h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0.3rem 0;
}

@media (max-width: 500px) {
  .post-container main h3 {
    font-size: 0.875rem;
  }
}

.post-container main h3 a {
  color: #c13137;
  text-decoration: none;
}

.post-container main p {
  margin: 0 0 0.7rem 0;
  line-height: 1.4;
  font-size: 1rem;
  font-weight: 600;
}

.post-container main p:last-child {
  margin: 0;
}

@media (max-width: 500px) {
  .post-container main p {
    font-size: 0.75rem;
  }
}

.post-container main p a {
  color: #c13137;
  text-decoration: none;
}

.post-container main p .yel {
  padding: 0.1rem 0.3rem 0.2rem 0.3rem;
  background-color: #f7e5d0;
  border-radius: 0.2rem;
}

.post-container main > ul {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0 0 0.5rem 2rem;
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 68'%3E%3Ccircle cx='34' cy='34' r='28' style='fill:%23fff;stroke:%23c13137;stroke-miterlimit:10;stroke-width:12px'/%3E%3C/svg%3E");
}

@media (max-width: 500px) {
  .post-container main > ul {
    font-size: 0.75rem;
    padding: 0 0 0.5rem 1rem;
  }
}

.post-container main > ul > li {
  padding: 0.3rem 0 0.3rem 0;
}

.post-container blockquote {
  padding: 0.7rem 0.3rem 0.7rem 1.2rem;
  margin-left: 1.2rem;
  border-left: 2px solid #c13137;
}

@media (max-width: 768px) {
  .post-container blockquote {
    margin-left: 0;
    font-size: 0.75rem;
  }
}

.post-container blockquote > p {
  font-weight: 700;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .post-container blockquote > p {
    font-size: 0.75rem;
  }
}

.post-container blockquote > p:last-child {
  margin-bottom: 0;
}

.btn-catalog-container {
  display: grid;
  justify-content: left;
  margin-top: 2rem;
}

.post-container .btn-catalog {
  padding: 1rem 2rem 1rem 2rem;
  border-radius: 0.3rem;
  background-color: #c13137;
  text-decoration: none;
  color: #ffffff;
}

.container-support {
  display: grid;
  grid-template-columns: 3.125rem auto;
  column-gap: 0.7rem;
  width: max-content;
  margin: 1.2rem 0 1.2rem 0;
  cursor: pointer;
}

.container-support .icon-support {
  height: 3.125rem;
  border-radius: 50%;
  background-color: gainsboro;
  overflow: hidden;
}

.container-support:hover > .icon-support img {
  filter: hue-rotate(330deg);
}

.container-support:hover .date-support-post {
  color: #aa242a;
}

.container-support .info-support {
  display: grid;
  align-content: center;
}

.container-support .dialog-support {
  font-weight: 700;
  color: #333333;
}

.container-support .date-support-post {
  font-weight: 600;
  color: #c13137;
}

main .container-catalog-support {
  z-index: 1;
}

/*
@media (min-width: 431px) and (max-width: 1023px) {
	main .container-catalog-support {
		grid-column: 1/-1;
		grid-row: 1/2;
	}
}
*/
@media (max-width: 1023px) {
  main .container-catalog-support {
    grid-column: 1/-1;
    grid-row: 1/2;
  }
}

@media (min-width: 1024px) {
  main .container-catalog-support {
    grid-column: 1/2;
    grid-row: 5/6;
  }
}

@media (max-width: 767px) {
  main .container-catalog-support {
    margin-left: 14px;
  }
}

/*
@media (min-width: 431px) and (max-width: 767px) {
	main .container-catalog-support {
		margin-left: 14px;
	}
}
 */
main .container-catalog-support .container-support {
  margin: 0;
}

main .pagination-grid-container .milk-support {
  grid-row: 1/2;
  grid-column: 1/-1;
}

main .pagination-grid-container .milk-height {
  grid-row: 2/3;
  grid-column: 1/-1;
}

@media (max-width: 1023px) {
  main .pagination-grid-container .milk-height {
    height: 30px;
  }
}

@media (max-width: 767px) {
  .container-support .info-support {
    gap: 0.063rem;
  }
  .container-support .dialog-support {
    font-size: 0.75rem;
  }
  .container-support .date-support-post {
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  .container-support .info-support {
    gap: 0.063rem;
  }
  .container-support .dialog-support {
    font-size: 0.875rem;
  }
  .container-support .date-support-post {
    font-size: 0.875rem;
  }
}

/*Слайд продуктов*/
.post-container > main > .list-recommended-container {
  display: grid;
  grid-column: 1/-1;
  row-gap: 1rem;
  min-height: 20rem;
  margin-top: 1rem;
}

@media (max-width: 1199px) {
  .post-container > main > .list-recommended-container {
    grid-template-columns: 1rem 1fr 1rem 0 auto;
  }
}

@media (min-width: 1200px) {
  .post-container > main > .list-recommended-container {
    grid-template-columns: 3.4rem minmax(auto, 757px) 3.4rem 3.4rem minmax(1rem, 1fr);
  }
}

.post-container > main > .list-recommended-container > * {
  grid-column: 1/5;
}

.post-container main .recommended-title {
  display: grid;
  grid-row: 1/2;
  align-content: start;
  grid-template-columns: 1fr auto;
}

@media (max-width: 1199px) {
  .post-container main .recommended-title {
    grid-column: 2/3;
  }
}

.post-container main .recommended-title h3 {
  font-size: 1.8rem;
}

@media (max-width: 500px) {
  .slide-recommended-text {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .post-container main .recommended-title h3 {
    margin: 0.5rem 5.5rem 0.9rem 0;
    font-size: 1.125rem;
  }
  .post-container main .recommended-title a.btn-link {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.post-container main .recommended-title a.btn-link {
  display: block;
  height: fit-content;
  text-decoration: none;
  color: #1b314a;
  font-weight: 600;
}

@media (max-width: 767px) {
  .post-container main .recommended-title a.btn-link {
    border: 1px solid #1b314a;
    padding: 0.4rem 1.3rem 0.5rem 1.3rem;
    border-radius: 2rem;
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  .post-container main .recommended-title a.btn-link {
    align-self: end;
    border: 2px solid #1b314a;
    padding: 0.7rem 1.6rem 0.8rem 1.6rem;
    border-radius: 0.3rem;
  }
}

.post-container main .list-recommended-container .scroll-rails {
  grid-row: 2/3;
  margin-top: 1rem;
  border-top: 1px solid #e7eaeb;
  border-bottom: 1px solid #e7eaeb;
  position: relative;
}

@media (max-width: 1199px) {
  .post-container main .list-recommended-container .scroll-rails {
    grid-column: 2/3;
  }
}

.post-container main .scroll-slide, .post-container .posts-footer .scroll-slide {
  position: absolute;
  background-color: #4b4b4b;
  border-radius: 4px;
  width: 7rem;
}

@media (max-width: 499px) {
  .post-container main .scroll-slide, .post-container .posts-footer .scroll-slide {
    top: -2px;
    height: 4px;
  }
}

@media (min-width: 499px) {
  .post-container main .scroll-slide, .post-container .posts-footer .scroll-slide {
    top: -4px;
    height: 8px;
  }
}

.post-container main .products-list {
  grid-column: 1/-1;
  grid-row: 3/4;
  display: grid;
  margin-top: 0.5rem;
  justify-content: left;
  grid-auto-flow: column;
  gap: 1rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-padding-left: 0;
  overflow-x: scroll;
  scrollbar-width: none;
}

@media (max-width: 1199px) {
  .post-container main .products-list {
    scroll-padding-left: 1rem;
    gap: 1rem;
  }
  .post-container main .products-list > a:first-child {
    margin-left: 1rem;
  }
}

.post-container main .products-list::-webkit-scrollbar {
  width: 0;
  display: none;
}

.post-container main .products-list > a {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

@media (max-width: 375px) {
  .post-container main .products-list > a {
    width: 185px;
  }
}

@media (min-width: 376px) and (max-width: 767px) {
  .post-container main .products-list > a {
    width: 205px;
  }
}

@media (min-width: 768px) {
  .post-container main .products-list > a {
    width: 297px;
  }
}

.post-container main .products-list > a:last-child {
  margin-right: 1rem;
}

/* Двойная карточка
.products-list > a.card-two {
    width: 612px;
}
@media (max-width: 500px) {
    .products-list > a.card-two {
        width: 370px;
    }
    .products-list > a {
        width: 200px;
    }
    .cards-products .description-container {
        font-size: 0.8rem;
    }
}*/
.post-container main .slide-nav-prod-area-left {
  grid-column: 1/2;
  grid-row: 3/4;
  display: grid;
  z-index: 1;
}

.post-container main .slide-nav-prod-left-btn {
  background-image: var(--left-nav);
}

.post-container main .slide-nav-prod-area-right {
  grid-column: 3/4;
  grid-row: 3/4;
  display: grid;
  z-index: 1;
}

.post-container main .slide-nav-prod-right-btn {
  background-image: var(--right-nav);
}

@media (max-width: 1199px) {
  .post-container main .slide-nav-prod-left-btn {
    transform: translate(20px, -70px);
  }
  .post-container main .slide-nav-prod-right-btn {
    transform: translate(-55px, -70px);
  }
}

@media (min-width: 1200px) {
  .post-container main .slide-nav-prod-left-btn {
    transform: translate(-25px, -70px);
  }
  .post-container main .slide-nav-prod-right-btn {
    transform: translate(25px, -70px);
  }
}

@media (min-width: 1440px) {
  .post-container main .slide-nav-prod-right-btn {
    transform: translate(83px, -70px);
  }
}

@media (max-width: 1023px) {
  .post-container main .slide-nav-prod-area-left, .post-container main .slide-nav-prod-area-right {
    display: none;
  }
}

.post-container main .slide-nav-prod-left-btn, .post-container main .slide-nav-prod-right-btn {
  display: grid;
  height: 3.4rem;
  width: 3.4rem;
  border-radius: 50%;
  background-color: white;
  align-self: center;
  cursor: pointer;
  position: relative;
  pointer-events: all;
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
  box-shadow: 0px 0px 3px 1px #0000001f;
}

/*Слайд фото*/
.post-container > main > .slide-photo-container {
  display: grid;
  grid-column: 1/-1;
  row-gap: 0.2rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  align-content: start;
}

@media (max-width: 1199px) {
  .post-container > main > .slide-photo-container {
    grid-template-columns: 1rem 1fr 1rem 0 auto;
  }
}

@media (min-width: 1200px) {
  .post-container > main > .slide-photo-container {
    grid-template-columns: 3.4rem minmax(auto, 780px) 3.4rem 3.4rem 1fr;
  }
}

.post-container > main > .slide-photo-container > * {
  grid-column: 1/4;
  grid-row: 2/3;
  margin-top: 0.55rem;
}

.post-container > main > .slide-photo-container .description-photo {
  font-size: 0.875rem;
  font-weight: 600;
  color: #4b4b4b;
}

@media (max-width: 1199px) {
  .post-container > main > .slide-photo-container .description-photo {
    grid-column: 2/3;
    grid-row: 3/4;
    display: grid;
    margin-top: 0;
    font-size: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .post-container > main > .slide-photo-container .description-photo {
    grid-column: 1/4;
    grid-row: 2/3;
    max-width: 17rem;
    margin-top: 0.7rem;
  }
}

.post-container main .slide-nav-area-left {
  grid-column: 1/2;
  grid-row: 1/-1;
  display: grid;
  z-index: 1;
}

.post-container main .slide-nav-left-btn {
  background-image: var(--left-nav);
}

.post-container main .slide-nav-area-right {
  grid-column: 3/4;
  grid-row: 1/-1;
  display: grid;
  z-index: 1;
}

.post-container main .slide-nav-right-btn {
  background-image: var(--right-nav);
}

@media (max-width: 767px) {
  .post-container main .slide-nav-area-left, .post-container main .slide-nav-area-right {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .post-container main .slide-nav-left-btn {
    transform: translateX(25px);
  }
  .post-container main .slide-nav-right-btn {
    transform: translateX(-63px);
  }
}

@media (min-width: 1200px) {
  .post-container main .slide-nav-left-btn {
    transform: translateX(-25px);
  }
  .post-container main .slide-nav-right-btn {
    transform: translateX(25px);
  }
}

.post-container main .slide-nav-left-btn, .post-container main .slide-nav-right-btn {
  display: grid;
  height: 3.4rem;
  width: 3.4rem;
  border-radius: 50%;
  background-color: white;
  align-self: center;
  cursor: pointer;
  position: relative;
  pointer-events: all;
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
  box-shadow: 0px 0px 3px 1px #0000001f;
}

.post-container main .photos-slide {
  grid-column: 1/-1;
  grid-row: 1/-1;
  display: flex;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  scrollbar-width: none;
  border-radius: 0.5rem 0 0 0.5rem;
}

@media (max-width: 1199px) {
  .post-container main .photos-slide {
    scroll-padding-left: 1rem;
    gap: 1rem;
  }
  .post-container main .photos-slide > div:first-child {
    margin-left: 1rem;
  }
}

@media (min-width: 1200px) {
  .post-container main .photos-slide {
    gap: 2rem;
  }
}

@media (max-width: 499px) {
  .post-container main .photos-slide > div {
    flex: 0 0 calc(100% - 3rem);
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  .post-container main .photos-slide > div {
    flex: 0 0 calc(100% - 5rem);
  }
}

@media (min-width: 769px) {
  .post-container main .photos-slide > div {
    flex: 0 0 calc(100% - 7rem);
  }
}

.post-container main .photos-slide::-webkit-scrollbar {
  width: 0;
  display: none;
}

.post-container main .photos-slide > div {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  border-radius: 0.5rem;
  overflow: hidden;
  max-width: fit-content;
}

.post-container main .photos-slide > div:last-child {
  margin-right: 1rem;
}

main .photos-slide-markers-container {
  display: flex;
  justify-content: center;
  height: 2rem;
  gap: 0.25rem;
}

main .photo-markers-container {
  display: grid;
  justify-content: center;
  align-content: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  cursor: pointer;
}

main .photo-markers-container:hover {
  background-color: #eeeeee;
}

main .photo-markers-container.active > .photo-markers {
  background-color: #c13137;
}

main .photo-markers {
  display: grid;
  justify-content: center;
  align-content: center;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #d2d2d7;
  border-radius: 50%;
}

/*Слайд портфолио*/
.post-container > main > .slide-portfolio-container {
  display: grid;
  grid-column: 1/-1;
  row-gap: 1rem;
  min-height: 20rem;
  margin-top: 2rem;
}

@media (max-width: 1199px) {
  .post-container > main > .slide-portfolio-container {
    grid-template-columns: 1rem 1fr 1rem 0 auto;
  }
}

@media (min-width: 1200px) {
  .post-container > main > .slide-portfolio-container {
    grid-template-columns: 3.4rem minmax(auto, 757px) 3.4rem 3.4rem minmax(1rem, 1fr);
  }
}

.post-container > main > .slide-portfolio-container > * {
  grid-column: 1/5;
}

.post-container main .slide-portfolio-title {
  display: grid;
  grid-row: 1/2;
  column-gap: 1rem;
  align-content: start;
  grid-template-columns: 1fr auto;
  margin-bottom: 1rem;
}

@media (max-width: 1199px) {
  .post-container main .slide-portfolio-title {
    grid-column: 2/3;
  }
}

.post-container main .slide-portfolio-title h3 {
  font-size: 1.8rem;
}

@media (max-width: 500px) {
  .slide-portfolio-text {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .post-container main .slide-portfolio-title h3 {
    margin: 0.5rem 5.5rem 0.9rem 0;
    font-size: 1.125rem;
  }
  .post-container main .slide-portfolio-title a.btn-link {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.post-container main .slide-portfolio-title a.btn-link {
  display: block;
  height: fit-content;
  text-decoration: none;
  color: #1b314a;
  font-weight: 600;
}

@media (max-width: 767px) {
  .post-container main .slide-portfolio-title a.btn-link {
    border: 1px solid #1b314a;
    padding: 0.4rem 1.3rem 0.5rem 1.3rem;
    border-radius: 2rem;
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  .post-container main .slide-portfolio-title a.btn-link {
    align-self: end;
    border: 2px solid #1b314a;
    padding: 0.7rem 1.6rem 0.8rem 1.6rem;
    border-radius: 0.3rem;
  }
}

.post-container main .slide-portfolio-container .scroll-rails {
  grid-row: 2/3;
  border-top: 1px solid #e7eaeb;
  border-bottom: 1px solid #e7eaeb;
  position: relative;
}

@media (max-width: 1199px) {
  .post-container main .slide-portfolio-container .scroll-rails {
    grid-column: 2/3;
  }
}

@media (min-width: 1200px) {
  .post-container main .slide-portfolio-container .scroll-rails {
    margin-top: 1rem;
  }
}

.post-container main .slide-portfolio-list {
  grid-column: 1/-1;
  grid-row: 3/4;
  display: flex;
  margin-top: 0.5rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  scrollbar-width: none;
}

@media (max-width: 1199px) {
  .post-container main .slide-portfolio-list {
    scroll-padding-left: 1rem;
    gap: 0.5rem 1.2rem;
  }
  .post-container main .slide-portfolio-list > a:first-child {
    margin-left: 1rem;
  }
}

@media (min-width: 1200px) {
  .post-container main .slide-portfolio-list {
    gap: 0.5rem 1.8rem;
  }
}

.post-container main .slide-portfolio-list::-webkit-scrollbar {
  width: 0;
  display: none;
}

.post-container main .slide-portfolio-list > a {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: grid;
  grid-template: 3.8rem auto minmax(3.2rem, auto) minmax(1rem, auto) 1rem/1fr;
  align-content: start;
  grid-auto-flow: row;
  text-decoration: none;
  background-color: #f7f7f7;
  color: unset;
  -webkit-tap-highlight-color: transparent;
  /*Убирает синий блик на моб. телефоне при клике*/
}

.post-container main .slide-portfolio-list > a:last-child {
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .post-container main .slide-portfolio-list > a {
    flex: 0 0 12rem;
  }
  .post-container main .price-profolio-item {
    display: none;
  }
}

@media (min-width: 768px) {
  .post-container main .slide-portfolio-list > a {
    flex: 0 0 18rem;
  }
}

.post-container main .picture-profolio-container {
  grid-column: 1/2;
  grid-row: 1/3;
  border-radius: 0.4rem;
  overflow: hidden;
}

.post-container main .picture-profolio-container img {
  max-height: 24rem;
  object-fit: cover;
}

.post-container main .price-profolio-container {
  grid-column: 1/2;
  grid-row: 1/2;
  display: grid;
  justify-content: left;
  align-content: center;
}

.post-container main .price-profolio-item {
  padding: 0.5rem 0.9rem 0.5rem 0.9rem;
  border-radius: 0.2rem;
  margin-left: 0.7rem;
  background-color: white;
  font-weight: 600;
  color: #333333;
  z-index: 3;
}

.post-container main .description-profolio-container {
  grid-column: 1/2;
  grid-row: 3/4;
  margin-top: 1rem;
  font-size: 0.93rem;
  font-weight: 600;
  color: #333333;
}

.post-container main .name-profolio-product {
  grid-column: 1/2;
  grid-row: 4/5;
  margin-top: 0.5rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: #4b4b4b;
}

.post-container main .slide-nav-portfolio-area-left {
  grid-column: 1/2;
  grid-row: 3/4;
  display: grid;
  z-index: 1;
}

.post-container main .slide-nav-portfolio-left-btn {
  background-image: var(--left-nav);
}

.post-container main .slide-nav-portfolio-area-right {
  grid-column: 3/4;
  grid-row: 3/4;
  display: grid;
  z-index: 1;
}

.post-container main .slide-nav-portfolio-right-btn {
  background-image: var(--right-nav);
}

@media (max-width: 1199px) {
  .post-container main .slide-nav-portfolio-left-btn {
    transform: translate(25px, -47px);
  }
  .post-container main .slide-nav-portfolio-right-btn {
    transform: translate(-63px, -47px);
  }
}

@media (min-width: 1200px) {
  .post-container main .slide-nav-portfolio-left-btn {
    transform: translate(-25px, -47px);
  }
  .post-container main .slide-nav-portfolio-right-btn {
    transform: translate(45px, -47px);
  }
}

@media (min-width: 1440px) {
  .post-container main .slide-nav-portfolio-right-btn {
    transform: translate(83px, -47px);
  }
}

@media (max-width: 1023px) {
  .post-container main .slide-nav-portfolio-area-left, .post-container main .slide-nav-portfolio-area-right {
    display: none;
  }
}

.post-container main .slide-nav-portfolio-left-btn, .post-container main .slide-nav-portfolio-right-btn {
  display: grid;
  height: 3.4rem;
  width: 3.4rem;
  border-radius: 50%;
  background-color: white;
  align-self: center;
  cursor: pointer;
  position: relative;
  pointer-events: all;
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
  box-shadow: 0px 0px 3px 1px #0000001f;
}

/*Комментарии, Вопрос-Ответ*/
.post-container .after-main {
  display: grid;
  align-content: start;
  min-height: 33rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 2px solid #e7eaeb;
}

@media (max-width: 1199px) {
  .post-container .after-main {
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
  }
  .post-container .after-main > * {
    grid-column: 2/3;
  }
}

@media (min-width: 1200px) {
  .post-container .after-main {
    grid-area: expert-post;
    gap: 2rem;
  }
}

.post-container .cols-2 {
  display: grid;
  align-content: start;
  gap: 1rem;
}

@media (min-width: 1200px) {
  .post-container .cols-2 {
    grid-template-columns: minmax(auto, 392px) 1fr;
  }
}

.post-container .container-expert {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
}

.post-container .icon-expert {
  height: 3.5rem;
  border-radius: 50%;
  background-color: gainsboro;
  overflow: hidden;
}

.post-container .info-expert {
  display: grid;
  gap: 0.1rem;
  align-content: center;
}

.post-container .name-expert {
  font-size: 0.9rem;
  font-weight: 700;
  color: #333333;
}

.post-container .expert-cloud {
  display: grid;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  border-radius: 0.7rem;
  position: relative;
  background-color: white;
  align-content: start;
  height: fit-content;
}

.post-container .expert-cloud::before {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
}

.post-container .expert-comment {
  padding-right: 2rem;
  align-content: start;
}

.post-container .expert-comment h2 {
  margin-bottom: 0.5rem;
  line-height: 1.1;
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .post-container .expert-cloud::before {
    left: 30px;
    top: -14px;
    border-bottom: 14px solid #ffffff;
    border-right: 18px solid transparent;
  }
  .post-container .expert-comment {
    padding-bottom: 0.7rem;
  }
}

@media (min-width: 1200px) {
  .post-container .expert-cloud::before {
    left: -30px;
    top: 17px;
    border-top: 33px solid #ffffff;
    border-left: 30px solid transparent;
  }
}

@media (max-width: 767px) {
  .post-container .expert-comment h2 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .post-container .expert-comment h2 {
    font-size: 2rem;
  }
}

.post-container .expert-comment p {
  font-size: 0.9rem;
  font-weight: 600;
}

@media (max-width: 500px) {
  .post-container .expert-comment p {
    font-size: 0.75rem;
  }
}

.post-container .expert-cloud p {
  grid-column: 1/-1;
  line-height: 1.4;
  font-size: 0.9rem;
  font-weight: 600;
}

@media (max-width: 500px) {
  .post-container .expert-cloud p {
    font-size: 0.75rem;
  }
}

/*Новости подвал*/
.post-container .posts-footer {
  display: grid;
  align-content: start;
  column-gap: 1rem;
}

@media (max-width: 1199px) {
  .post-container .posts-footer {
    grid-column: 1/-1;
    grid-template-columns: 1fr minmax(auto, 1330px) 1fr;
  }
}

@media (min-width: 1200px) {
  .post-container .posts-footer {
    grid-area: post-footer;
    grid-template-columns: 1fr minmax(auto, 1330px) 1fr;
  }
}

.post-container .posts-footer .slide-post-title {
  display: grid;
  grid-column: 2/3;
  grid-row: 1/2;
  column-gap: 1rem;
  align-content: start;
  grid-template-columns: 1fr auto;
  margin: 3rem 0 1.5rem 0;
}

.post-container .posts-footer .slide-post-title h2 {
  line-height: 1.1;
  font-weight: 700;
}

@media (max-width: 500px) {
  .post-container .posts-footer .slide-post-title h2 {
    margin: 0.5rem 0rem 0.9rem 0;
    font-size: 1.25rem;
  }
}

@media (min-width: 501px) and (max-width: 767px) {
  .post-container .posts-footer .slide-post-title h2 {
    margin-top: 0.5rem;
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .post-container .posts-footer .slide-post-title h2 {
    margin-bottom: 0.5rem;
    font-size: 2rem;
  }
}

.post-container .posts-footer .slide-post-title a.btn-link {
  display: block;
  height: fit-content;
  text-decoration: none;
  color: #1b314a;
  font-weight: 600;
}

@media (max-width: 767px) {
  .post-container .posts-footer .slide-post-title a.btn-link {
    border: 1px solid #1b314a;
    padding: 0.4rem 1.3rem 0.5rem 1.3rem;
    border-radius: 2rem;
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  .post-container .posts-footer .slide-post-title a.btn-link {
    border: 2px solid #1b314a;
    padding: 0.7rem 1.6rem 0.8rem 1.6rem;
    border-radius: 0.3rem;
  }
}

.post-container .posts-footer .scroll-rails {
  grid-row: 2/3;
  grid-column: 2/3;
  border-top: 1px solid #e7eaeb;
  border-bottom: 1px solid #e7eaeb;
  position: relative;
}

.post-container .post-footer-container-nav {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 1330px) 1fr;
  gap: 1rem;
  grid-column: 1/-1;
  grid-row: 3/4;
  margin-top: 2rem;
  z-index: 11;
  pointer-events: none;
}

.post-container .post-footer-nav {
  display: grid;
  grid-row: 1/2;
  grid-column: 2/-1;
  grid-template-columns: 3rem 1fr 3rem 1rem;
}

@media (min-width: 1440px) {
  .post-container .post-footer-nav {
    grid-template-columns: 3rem minmax(auto, 1232px) 3rem 3rem;
  }
}

.post-container .post-footer-nav .slide-nav-post-left {
  grid-column: 1/2;
  display: grid;
  z-index: 1;
}

.post-container .post-footer-nav .slide-nav-post-right {
  grid-column: 3/4;
  display: grid;
  z-index: 1;
}

@media (max-width: 1023px) {
  .post-container .post-footer-nav .slide-nav-post-left, .post-container .post-footer-nav .slide-nav-post-right {
    display: none;
  }
}

.post-container .post-footer-nav .slide-nav-post-left-btn, .post-container .post-footer-nav .slide-nav-post-right-btn {
  display: grid;
  height: 3.4rem;
  width: 3.4rem;
  border-radius: 50%;
  background-color: white;
  align-self: center;
  cursor: pointer;
  position: relative;
  pointer-events: all;
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
  box-shadow: 0px 0px 3px 1px #0000001f;
}

.post-container .post-footer-nav .slide-nav-post-left-btn {
  background-image: var(--left-nav);
}

.post-container .post-footer-nav .slide-nav-post-right-btn {
  background-image: var(--right-nav);
}

@media (max-width: 1439px) {
  .post-container .post-footer-nav .slide-nav-post-left-btn {
    transform: translate(25px, 0px);
  }
  .post-container .post-footer-nav .slide-nav-post-right-btn {
    transform: translate(-25px, 0px);
  }
}

@media (min-width: 1440px) {
  .post-container .post-footer-nav .slide-nav-post-left-btn {
    transform: translate(-25px, 0px);
  }
  .post-container .post-footer-nav .slide-nav-post-right-btn {
    transform: translate(22px, 0px);
  }
}

.post-container .posts-slide-container {
  display: flex;
  grid-column: 1/-1;
  grid-row: 1/2;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  justify-content: left;
  gap: 1rem;
  overflow-x: scroll;
  scrollbar-width: none;
  pointer-events: all;
}

.post-container .posts-slide-container::-webkit-scrollbar {
  width: 0;
  display: none;
}

.post-container .posts-slide-container > div {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

@media (max-width: 767px) {
  .post-container .posts-slide-container > div {
    flex: 0 0 17rem;
  }
}

@media (min-width: 768px) {
  .post-container .posts-slide-container > div {
    flex: 0 0 20rem;
  }
}

@media (max-width: 1199px) {
  .post-container .posts-footer {
    position: relative;
  }
}

@media (max-width: 1377px) {
  .post-container .posts-slide-container {
    scroll-padding-left: 1rem;
  }
  .post-container .posts-slide-container > div:first-child {
    margin-left: 1rem;
  }
  .post-container .posts-slide-container > div:last-child {
    margin-right: 1rem;
  }
}

@media (min-width: 1378px) {
  .post-container .posts-slide-container {
    scroll-padding-left: calc(50% - 664px);
  }
  .post-container .posts-slide-container > div:first-child {
    margin-left: calc(50% - 662px);
  }
  .post-container .posts-slide-container > div:last-child {
    margin-right: 3rem;
  }
}

.post-container .post-item-block {
  height: 16rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  overflow: hidden;
  gap: 1rem;
  padding-bottom: 1rem;
}

.post-container .post-item-img {
  height: 8rem;
  margin-bottom: 1rem;
  background-color: yellowgreen;
}

.post-container .post-item-img img {
  height: 128px;
  object-fit: cover;
}

.post-container .post-item-btn-link {
  padding-left: 0.7rem;
  margin-bottom: 0.7rem;
}

.post-container .post-item-btn-link a {
  display: block;
  padding: 0.3rem 1rem 0.4rem 1rem;
  width: fit-content;
  border-radius: 1.2rem;
  border: 1px solid #4b4b4b;
  font-size: 0.9rem;
  font-weight: 600;
  color: #4b4b4b;
  text-decoration: none;
}

.post-container .post-item-text {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.9rem;
  font-weight: 600;
}

/*Читайте также*/
.post-container .post-remomendation {
  grid-column: 2/3;
  grid-row: 4/5;
  margin-top: 2rem;
}

.post-container .post-remomendation h4 {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  padding-left: 0.1rem;
  margin-bottom: 1rem;
}

.post-container .post-remomendation ul {
  display: block;
  column-gap: 2rem;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0 1rem 0 1.2rem;
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 68'%3E%3Ccircle cx='34' cy='34' r='28' style='fill:%23fff;stroke:%23c13137;stroke-miterlimit:10;stroke-width:12px'/%3E%3C/svg%3E");
}

@media (max-width: 500px) {
  .post-container .post-remomendation ul {
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .post-container .post-remomendation ul {
    column-count: 1;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .post-container .post-remomendation ul {
    column-count: 2;
  }
}

@media (min-width: 1024px) {
  .post-container .post-remomendation ul {
    column-count: 3;
  }
}

.post-container .post-remomendation ul > li {
  padding: 0.3rem 0 0.3rem 0;
  margin-bottom: 0.3rem;
  line-height: 1.125;
}

.post-container .post-remomendation ul > li a {
  text-decoration: none;
  color: #333333;
}

.post-container .post-remomendation ul > li a:hover {
  color: #c13137;
}

.post-container .post-on-theme {
  display: grid;
  grid-template-columns: auto 1fr;
  border-radius: 0.4rem;
  overflow: hidden;
  margin: 1rem 0 1.5rem 0;
  background-color: #ffffff;
  text-decoration: none;
}

@media (min-width: 501px) {
  .post-container .post-on-theme img {
    width: 11.25rem;
    height: 5.5rem;
    object-fit: cover;
  }
}

.post-container .post-on-theme .text-theme {
  display: grid;
  align-content: center;
  row-gap: 0.3rem;
  padding: 1.4rem 1rem 1.4rem 1.3rem;
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
}

.post-container .post-on-theme .text-theme .theme-title {
  color: #4b4b4b;
}

@media (max-width: 767px) {
  .post-container .post-on-theme .text-theme .theme-title {
    font-size: 0.625rem;
  }
}

@media (min-width: 767px) {
  .post-container .post-on-theme .text-theme .theme-title {
    font-size: 0.875rem;
  }
}

@media (max-width: 500px) {
  .post-container .post-on-theme {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "text-post-on-theme" "img-post-on-theme";
    row-gap: 1rem;
    padding: 1.2rem;
  }
  .post-container .post-on-theme > img {
    grid-area: img-post-on-theme;
    border-radius: 0.4rem;
  }
  .post-container .post-on-theme .text-theme {
    font-size: 0.75rem;
    grid-area: text-post-on-theme;
    padding: 0;
  }
}

.post-container .post-quiz-link {
  display: grid;
  grid-template-columns: 1fr auto;
  border-radius: 0.4rem;
  overflow: hidden;
  margin: 1rem 0 1.5rem 0;
  font-weight: 700;
  background-color: #eee8e8;
  text-decoration: none;
  color: #4b4b4b;
}

@media (max-width: 500px) {
  .post-container .post-quiz-link {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    row-gap: 1rem;
  }
}

.post-container .post-quiz-link img {
  margin-right: 0.7rem;
  align-self: end;
}

.post-container .post-quiz-link .text-quiz-link {
  display: grid;
  align-content: center;
  row-gap: 0.3rem;
  padding: 1.4rem 1.8rem 1.4rem 2rem;
  color: #333333;
}

@media (max-width: 767px) {
  .post-container .all-text {
    display: none;
  }
}

.heart {
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.heart svg {
  line-height: 0;
}

.heart__count {
  position: absolute;
  left: 0;
  right: 1px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  display: none;
  text-align: center;
}

.heart__count span {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  position: relative;
  top: -1px;
}

.heart_active .heart__count {
  display: flex;
}

.heart__icon {
  display: inline-block;
}

.heart_active .heart__svg, .heart__svg.heart_active {
  display: none;
}

.heart__fill-svg {
  display: none;
}

.heart_active .heart__fill-svg, .heart__fill-svg.heart_active {
  display: block;
}

.stories--button-show {
  cursor: pointer;
}

.stories__outer {
  margin: 0px auto;
  display: grid;
  box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 3;
}

.stories__items {
  position: relative;
  grid-area: 1/1;
  border-radius: 5px;
  display: flex;
  justify-content: flex-end;
  border-radius: 4px;
  overflow: hidden;
  z-index: 0;
}

.stories__items > * {
  position: absolute;
  top: 0px;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

.stories__nav {
  grid-area: 1/1;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  z-index: 5;
  background: transparent;
  position: relative;
  z-index: 999;
}

.stories__nav button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
}

.stories__image-area {
  position: relative;
  z-index: 999;
  background: transparent;
}

.stories__items > .active {
  position: relative;
  opacity: 1;
  pointer-events: initial;
}

.stories__thumb {
  display: flex;
  grid-column: 1 / 2;
  margin: 0 3px;
}

.stories__thumb > span {
  flex: 1;
  display: block;
  height: 4px;
  background: rgba(0, 0, 0, 0.6);
  margin: 4px 2px;
  border-radius: 3px;
  overflow: hidden;
}

.stories__thumb > span span {
  display: none;
}

.stories__thumb > span span.pause-animation {
  animation-play-state: paused !important;
}

.stories__thumb > span span.no-animation {
  animation: unset !important;
  transform: unset !important;
}

.stories__thumb > span.active > span {
  content: '';
  display: block;
  height: inherit;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  transform: translateX(-100%);
  animation: thumb 5s forwards linear;
}

@keyframes thumb {
  to {
    transform: initial;
  }
}

.stories.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  margin: 20px 35px 0px 35px;
  max-width: max-content;
  box-sizing: border-box;
  width: auto;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}

.stories.modal a.close-modal {
  position: absolute;
  display: block;
  text-indent: -9999px;
  background-position: center center;
  background-image: url(/front/site/svg/close-popup.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  top: -30px;
  right: 0px;
}

.stories__play {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 24px;
  height: 24px;
  top: -30px;
  left: 0px;
}

.stories__play span {
  display: block;
  background-image: url("/front/site/img_new/svg/play-pause.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  width: 18px;
  height: 36px;
}

.stories__play svg {
  width: 24px;
  height: 100%;
}

.stories__play.active span {
  background-position: right center;
}

.stories__prev,
.stories__next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stories__prev svg,
.stories__next svg {
  color: #c7c7c7;
}

.stories__prev {
  left: -35px;
}

.stories__next {
  right: -35px;
}

.stories__arrows:hover .stories__prev svg,
.stories__arrows:hover .stories__next svg {
  color: #fff;
}

.yaMapOfficeMarker {
  position: relative;
  display: none;
}

.yaMapOfficeMarker.yaMapOfficeMarkerMobile {
  display: none;
}

@media (max-width: 767px) {
  .yaMapOfficeMarker.yaMapOfficeMarkerMobile {
    display: block;
  }
}

.yaMapOfficeMarker.yaMapOfficeMarkerDesktop {
  display: block;
}

@media (max-width: 767px) {
  .yaMapOfficeMarker.yaMapOfficeMarkerDesktop {
    display: none;
  }
}

.contacts-page-n__map .yaMapOfficeMarker {
  display: block;
}

.yaMapOfficeMarker__icon {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 28px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.yaMapOfficeMarker__title {
  color: #fff;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  margin-top: 5px;
  font-weight: bold;
}

.yaMapOfficeMarker__logo img {
  width: 200px;
  margin-bottom: 20px;
}

.yaMapOfficeMarker__tooltipe-content {
  display: none;
  background-color: #fff;
}

.yaMapOfficeMarker__tooltipe-content ul {
  margin: 0;
  list-style: none;
}

.yaMapOfficeMarker__tooltipe-outer {
  padding: 15px 10px;
  font-size: 15px;
}

.yaMapOfficeMarker__office, .yaMapOfficeMarker__schedule, .yaMapOfficeMarker__phone {
  font-weight: 400;
  display: flex;
  align-content: center;
  margin-top: 15px;
}

.yaMapOfficeMarker__list-icon {
  width: 22px;
  position: relative;
  background-repeat: no-repeat;
}

.yaMapOfficeMarker__list-icon--office {
  content: ' ';
  background-repeat: no-repeat;
  height: 14px;
  background-image: url(/front/site/svg/map-red.svg);
  background-size: 11px 14px;
  margin-top: 4px;
}

.yaMapOfficeMarker__address {
  display: inline-block;
}

.yaMapOfficeMarker__address-desc {
  font-size: 13px;
  position: relative;
  top: -3px;
  display: inline-block;
}

.yaMapOfficeMarker__schedule {
  margin-bottom: 15px;
}

.yaMapOfficeMarker__list-icon--schedule {
  content: ' ';
  background-repeat: no-repeat;
  background-image: url(/front/site/svg/attention.svg);
  background-size: 12px 13px;
  height: 13px;
  display: inline-block;
  top: 4px;
}

.yaMapOfficeMarker__schedule-title {
  margin-bottom: 5px;
}

.yaMapOfficeMarker__schedule-content {
  font-size: 13px;
}

.yaMapOfficeMarker__phone a {
  color: #333;
}

.yaMapOfficeMarker__list-icon--phone {
  background-image: url(/front/site/svg/phone-red.svg);
  background-size: 14px 14px;
  content: ' ';
  background-repeat: no-repeat;
  height: 14px;
  top: 4px;
}

.product-new__title {
  display: block;
  grid-row: 4/5;
  grid-column: 1/-1;
  margin-top: 6px;
  font-size: 13px;
  font-family: "Open Sans", system-ui, sans-serif;
  line-height: 1.5;
  color: #4b4b4b;
}

@media (max-width: 767px) {
  .product-new:nth-child(odd) .product-new__title {
    padding-left: 14px;
  }
  .product-new:nth-child(even) .product-new__title {
    padding-right: 0.875rem;
  }
}

@media (max-width: 375px) {
  .product-new__title {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
}

@media (max-width: 414px) {
  .product-new__title {
    margin-top: 6px;
  }
}

.product-new__title-link {
  display: -webkit-box;
  /* Включаем флексбокс для компонента WebKit */
  -webkit-box-orient: vertical;
  /* Ориентируем флексбокс по вертикали */
  overflow: hidden;
  /* Скрываем содержимое, которое не помещается в флексбокс */
  -webkit-line-clamp: 2;
  /* Ограничиваем отображение текста двумя строками */
  text-overflow: ellipsis;
  /* Добавляем троеточие, когда текст обрезается */
  /* Побуквенный перенос */
}

@media (max-width: 575px) {
  .product-new__title-link {
    overflow: unset;
    display: block;
    text-overflow: unset;
  }
}

.product-new__title-name {
  font-weight: bold;
}

@media (max-width: 575px) {
  .product-new__title-name {
    display: block;
    margin-left: 0;
    display: -webkit-box;
    /* Включаем флексбокс для компонента WebKit */
    -webkit-box-orient: vertical;
    /* Ориентируем флексбокс по вертикали */
    overflow: hidden;
    /* Скрываем содержимое, которое не помещается в флексбокс */
    -webkit-line-clamp: 2;
    /* Ограничиваем отображение текста двумя строками */
    text-overflow: ellipsis;
    /* Добавляем троеточие, когда текст обрезается */
    /* Побуквенный перенос */
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .product-new__title-name::before {
    display: none;
  }
}

.product-new__title-desc {
  margin-left: 4px;
  font-weight: 400;
}

.product-new__title-desc::before {
  content: ' ';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #868686;
  border-radius: 100%;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 6px;
}

@media (max-width: 375px) {
  .product-new__title-desc::before {
    margin-right: 4px;
  }
}

@media (max-width: 575px) {
  .product-new__title-desc {
    display: block;
    margin-left: 0;
    margin-top: 3px;
    display: -webkit-box;
    /* Включаем флексбокс для компонента WebKit */
    -webkit-box-orient: vertical;
    /* Ориентируем флексбокс по вертикали */
    overflow: hidden;
    /* Скрываем содержимое, которое не помещается в флексбокс */
    -webkit-line-clamp: 1;
    /* Ограничиваем отображение текста двумя строками */
    text-overflow: ellipsis;
    /* Добавляем троеточие, когда текст обрезается */
    /* Побуквенный перенос */
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .product-new__title-desc::before {
    display: none;
  }
}

.product-n--category-wrapper {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 1296px) 1fr;
  padding: 0 16px;
}

@media (max-width: 767px) {
  .product-n--category-wrapper {
    padding: 0;
  }
}

.product-n--category-results {
  display: grid;
  grid-column: 2/3;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0px 0;
  column-gap: 32px;
  row-gap: 48px;
}

.product-n--category-results .pageblocks-block-anchor {
  display: none;
}

@media (max-width: 1199px) {
  .product-n--category-results {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 14px;
    row-gap: 30px;
  }
  .product-n--allX2Cards .product-n--category-results {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .product-n--category-results {
    grid-template-columns: 1fr 1fr;
    column-gap: 14px;
    row-gap: 30px;
  }
  .product-n--allX2Cards .product-n--category-results {
    grid-template-columns: 1fr 1fr;
  }
}

.product-n {
  display: flex;
  flex-direction: column;
}

.product-n.product-n__item-x2 {
  grid-column: span 2;
}

.product-n__item-x2 .product-n {
  grid-column: span 2;
}

.product-n--allX2Cards .product-n {
  grid-column: span 2;
}

.product-n__promo-text {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #333333;
}

.product-n__promo-text b, .product-n__promo-text strong {
  color: #c13137;
}

@media (max-width: 991px) {
  .product-n__promo-text {
    left: 20px;
    right: 20px;
    top: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .product-n__promo-text br {
    display: none;
  }
}

@media (max-width: 575px) {
  .product-n__promo-text {
    left: 15px;
    right: 15px;
    top: 10px;
    font-size: 12px;
    line-height: 17px;
  }
}

@media (max-width: 379px) {
  .product-n__promo-text {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 575px) {
  .product-n__promo-text-desktop {
    display: none;
  }
}

.product-n__promo-text-mobile {
  display: none;
}

@media (max-width: 575px) {
  .product-n__promo-text-mobile {
    display: block;
  }
}

.product-n__image {
  background-color: #eaeaeb;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 11px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 300 / 400;
}

.product-n:hover .product-n__image {
  background-color: #ece8e7;
}

.product-n--allX2Cards .product-n__image {
  aspect-ratio: 632 / 400;
}

.product-n__discount {
  position: absolute;
  bottom: 8px;
  top: unset;
  left: 12px;
  right: unset;
  z-index: 10;
  display: flex;
  white-space: nowrap;
  align-items: center;
  color: #48554f;
  font-size: 12px;
  height: 21px;
  border-radius: 10px;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 9px;
  background-image: linear-gradient(90deg, #e6b2ad 0%, #e6e8c2 100%);
}

.product-n__discount .product-n__discount-icon {
  display: flex;
  align-items: center;
  position: absolute;
  left: -2px;
  top: -3px;
  bottom: 0;
}

.product-n__discount .product-n__discount-icon svg {
  height: 22px;
}

@media (max-width: 767px) {
  .product-n__discount .product-n__discount-icon svg {
    height: 20px;
  }
}

@media (max-width: 767px) {
  .product-n__discount {
    height: 20px;
    font-size: 12px;
    bottom: 5px;
  }
}

.product-n__image--maxHeight70 img {
  max-height: 70%;
}

.product-n__info {
  flex-grow: 1;
}

.product-n__price {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

@media (max-width: 1399px) {
  .product-n__price {
    flex-direction: column;
  }
}

@media (max-width: 379px) {
  .product-n__price {
    margin-top: 9px;
  }
}

.product-n__title {
  display: block;
  grid-row: 4/5;
  grid-column: 1/-1;
  margin-top: 7px;
  font-size: 13px;
  font-family: "Open Sans", system-ui, sans-serif;
  line-height: 1.5;
  color: #4b4b4b;
}

@media (max-width: 375px) {
  .product-n__title {
    font-size: 12px;
    line-height: 14px;
    margin-left: 2px;
  }
}

@media (max-width: 414px) {
  .product-n__title {
    margin-top: 7px;
  }
}

.product-n__card-title {
  display: flex;
  font-weight: 700;
  color: #333333;
  line-height: 1.3em;
  font-size: 18px;
  margin-top: 15px;
}

@media (max-width: 379px) {
  .product-n__card-title {
    margin-top: 9px;
  }
}

@media (max-width: 379px) {
  .product-n__card-title {
    font-size: 14px;
  }
}

.product-n__title-link {
  display: -webkit-box;
  /* Включаем флексбокс для компонента WebKit */
  -webkit-box-orient: vertical;
  /* Ориентируем флексбокс по вертикали */
  overflow: hidden;
  /* Скрываем содержимое, которое не помещается в флексбокс */
  -webkit-line-clamp: 2;
  /* Ограничиваем отображение текста двумя строками */
  text-overflow: ellipsis;
  /* Добавляем троеточие, когда текст обрезается */
  /* Побуквенный перенос */
}

@media (max-width: 575px) {
  .product-n__title-link {
    overflow: unset;
    display: block;
    text-overflow: unset;
  }
}

.product-n__title-name {
  font-weight: bold;
}

@media (max-width: 575px) {
  .product-n__title-name {
    display: block;
    margin-left: 0;
    display: -webkit-box;
    /* Включаем флексбокс для компонента WebKit */
    -webkit-box-orient: vertical;
    /* Ориентируем флексбокс по вертикали */
    overflow: hidden;
    /* Скрываем содержимое, которое не помещается в флексбокс */
    -webkit-line-clamp: 2;
    /* Ограничиваем отображение текста двумя строками */
    text-overflow: ellipsis;
    /* Добавляем троеточие, когда текст обрезается */
    /* Побуквенный перенос */
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .product-n__title-name::before {
    display: none;
  }
}

.product-n__title-desc {
  margin-left: 4px;
  font-weight: 400;
}

.product-n__title-desc::before {
  content: ' ';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #868686;
  border-radius: 100%;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 6px;
}

@media (max-width: 375px) {
  .product-n__title-desc::before {
    margin-right: 4px;
  }
}

@media (max-width: 575px) {
  .product-n__title-desc {
    display: block;
    margin-left: 0;
    margin-top: 3px;
    display: -webkit-box;
    /* Включаем флексбокс для компонента WebKit */
    -webkit-box-orient: vertical;
    /* Ориентируем флексбокс по вертикали */
    overflow: hidden;
    /* Скрываем содержимое, которое не помещается в флексбокс */
    -webkit-line-clamp: 1;
    /* Ограничиваем отображение текста двумя строками */
    text-overflow: ellipsis;
    /* Добавляем троеточие, когда текст обрезается */
    /* Побуквенный перенос */
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .product-n__title-desc::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .product-n--allX1Cards .product-n--category .product-n[data-even="0"] .product-n__image {
    border-radius: 0 11px 11px 0;
  }
  .product-n--allX1Cards .product-n--category .product-n[data-even="0"] .product-n__info {
    margin-left: 12px;
  }
  .product-n--allX1Cards .product-n--category .product-n[data-even="1"] .product-n__image {
    border-radius: 11px 0 0 11px;
  }
  .product-n--allX1Cards .product-n--category .product-n[data-even="1"] .product-n__info {
    margin-right: 14px;
  }
  .product-n--allX2Cards .product-n--category .product-n__image {
    border-radius: 0;
  }
  .product-n--allX2Cards .product-n--category .product-n__info {
    margin-left: 12px;
  }
  .product-n--category .product-n--first-row .product-n__image {
    border-radius: 0 11px 11px 0;
  }
  .product-n--category .product-n--first-row .product-n__info {
    margin-left: 12px;
  }
  .product-n--category .product-n--second-row .product-n__image {
    border-radius: 11px 0 0 11px;
  }
  .product-n--category .product-n__item-x2 .product-n__image {
    border-radius: 0px !important;
  }
}

.product-n--promo .product-n__image {
  background-size: cover;
}

.product-n--promo .product-n__promo-text br {
  display: inline-block;
}

.product-n--promo-double .product-n__image {
  background-position: center bottom;
  background-repeat: no-repeat;
}

.n2-promo-full {
  grid-column: 1/5;
}

@media (max-width: 767px) {
  .n2-promo-full {
    grid-column: 1/3;
  }
}

.works-page-n {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .works-page-n {
    margin-top: 6px;
  }
}

.works-page-n__title-container,
.works-page-n__breadcrumbs-container,
.works-page-n__filters-container,
.works-page-n__pagetitle-container,
.works-page-n__banner-container,
.works-page-n__advantages-container,
.works-page-n__advantages-ready-container,
.works-page-n__ready-pagetitle-container {
  max-width: 1320px;
  padding: 0 12px 0 12px;
  margin: 0 auto;
  width: 100%;
}

.works-page-n__advantages-ready-container {
  padding: 0;
  margin-bottom: 30px;
}

.works-page-n__advantages-container {
  padding: 0 12px 0 12px;
}

@media (max-width: 991px) {
  .works-page-n__advantages-container {
    padding-right: 0;
    padding-left: 0;
  }
  .works-page-n__advantages-container .advantages-n__items {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.works-page-n__pagetitle-container {
  margin-bottom: 31px;
}

@media (max-width: 767px) {
  .works-page-n__pagetitle-container {
    margin-bottom: 23px;
  }
}

.works-page-n__advantages-container {
  margin-top: 16px;
}

.works-page-n__advantages-container .advantages-n {
  padding-bottom: 16px;
  border-bottom: 1px solid #dde0e4;
}

@media (max-width: 767px) {
  .works-page-n__advantages-container .advantages-n {
    padding-bottom: 0;
    border: none;
  }
}

@media (max-width: 767px) {
  .works-page-n__advantages-container {
    margin-top: 21px;
  }
}

.works-page-n__title-container {
  margin-top: 44px;
}

@media (max-width: 767px) {
  .works-page-n__title-container {
    margin-top: 28px;
  }
}

.works-page-n__title-total {
  font-size: 22px;
}

@media (max-width: 991px) {
  .works-page-n__title-total {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .works-page-n__title-total {
    font-size: 12px;
  }
}

.works-page-n__banner {
  background-color: #0f0a32;
  background-image: url("/front/site/img_new/works-banner.webp");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  padding: 44px 70px 57px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}

@media (max-width: 767px) {
  .works-page-n__banner {
    padding: 17px 20px 17px;
    min-height: 370px;
    flex-direction: column;
    justify-content: space-between;
    background-position: top center;
    background-image: url("/front/site/img_new/works-banner-mobile.webp");
    background-size: cover;
    border-radius: 8px;
  }
}

.works-page-n__banner-left {
  flex-basis: 50%;
}

@media (max-width: 1199px) {
  .works-page-n__banner-left {
    flex-basis: 60%;
  }
}

@media (max-width: 991px) {
  .works-page-n__banner-left {
    flex-basis: 70%;
  }
}

.works-page-n__banner-right {
  flex-basis: 50%;
  position: relative;
}

.works-page-n__yandex-rating {
  position: absolute;
  bottom: 0;
  left: 60px;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 991px) {
  .works-page-n__yandex-rating {
    left: 25px;
  }
}

@media (max-width: 767px) {
  .works-page-n__yandex-rating {
    position: absolute;
    left: 0px;
    top: -120px;
    bottom: unset;
  }
}

.works-page-n__yandex-rating__inner {
  flex-shrink: 1;
  overflow: hidden;
  border-radius: 4px;
  line-height: 0;
}

.works-page-n__lider-otrasli {
  background: #f6f6f6;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 10px;
  display: block;
}

.works-page-n__lider-otrasli svg {
  margin: 10px;
  max-width: 100px;
  max-height: 86px;
}

.works-page-n__banner-title {
  font-size: 32px;
  color: #f7f7f7;
  font-weight: 700;
  margin-bottom: 17px;
}

.works-page-n__banner-right .works-page-n__banner-title {
  display: none;
}

@media (max-width: 767px) {
  .works-page-n__banner-title {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .works-page-n__banner-left .works-page-n__banner-title {
    display: none;
  }
  .works-page-n__banner-right .works-page-n__banner-title {
    display: block;
  }
}

.works-page-n__banner-text {
  font-size: 20px;
  color: #cbcbcb;
}

.works-page-n__banner-right .works-page-n__banner-text {
  display: none;
  color: #fff;
}

@media (max-width: 767px) {
  .works-page-n__banner-text {
    font-size: 12px;
  }
  .works-page-n__banner-left .works-page-n__banner-text {
    display: none;
  }
  .works-page-n__banner-right .works-page-n__banner-text {
    display: block;
  }
}

.works-page-n__filters-container {
  padding-right: 0;
}

@media (max-width: 991px) {
  .works-page-n__filters-container {
    max-width: 100%;
    padding: 0;
  }
}

.works-page-n__items-container .search-message {
  grid-column: 2/3;
  padding: 0 12px;
}

.works-page-n__title-outer {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 27px;
}

@media (max-width: 991px) {
  .works-page-n__title-outer {
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .works-page-n__title-outer {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto;
  }
}

.works-page-n__title {
  font-size: 32px;
  line-height: 1em;
  font-weight: bold;
  margin-right: 40px;
}

@media (max-width: 991px) {
  .works-page-n__title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .works-page-n__title {
    font-size: 18px;
    grid-column: 1 / 3;
  }
}

.works-page-n__catalog-link-mobile {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  position: relative;
  white-space: nowrap;
  align-items: baseline;
  line-height: 1em;
  display: none;
}

.works-page-n__catalog-link-mobile span {
  display: inline-block;
  vertical-align: baseline;
  color: #c13137;
}

.works-page-n__catalog-link-mobile svg {
  display: inline-block;
  vertical-align: baseline;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  flex-shrink: 0;
  height: 4px;
  top: -1px;
  position: relative;
  margin-left: 1px;
}

.works-page-n__catalog-link-mobile svg path {
  fill: none;
  stroke: #c13137;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

@media (max-width: 991px) {
  .works-page-n__catalog-link-mobile {
    display: none;
  }
}

.works-page-n__items {
  display: grid;
  grid-template-columns: 1fr fit-content(1320px) 1fr;
  grid-template-columns: minmax(0px, auto) minmax(0, 1320px) minmax(0px, auto);
}

.works-page-n__row-wide {
  grid-column: 2/4;
  margin: 0 12px;
  background-color: red;
}

.works-page-n__row-items {
  grid-column: 2/3;
  grid-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
  margin-left: 12px;
  margin-right: 12px;
}

@media (max-width: 991px) {
  .works-page-n__row-items {
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .works-page-n__row-items {
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .works-page-n__item {
    margin-bottom: 10px;
  }
}

.works-page-n__img-link {
  display: flex;
  position: relative;
  justify-content: center;
  aspect-ratio: 3/4;
  background-color: #e9e9eb;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .works-page-n__item:nth-child(odd) .works-page-n__img-link {
    border-radius: 0 10px 10px 0;
  }
}

@media (max-width: 575px) {
  .works-page-n__item:nth-child(even) .works-page-n__img-link {
    border-radius: 10px 0 0 10px;
  }
}

.works-page-n__img-image,
.works-page-n__img-bg {
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .works-page-n__item:nth-child(odd) .works-page-n__img-image, .works-page-n__item:nth-child(odd)
  .works-page-n__img-bg {
    border-radius: 0 10px 10px 0;
  }
  .works-page-n__item:nth-child(even) .works-page-n__img-image, .works-page-n__item:nth-child(even)
  .works-page-n__img-bg {
    border-radius: 10px 0px 0 10px;
  }
}

.works-page-n__img-image {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 7;
}

.works-page-n__img-loader {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 5;
  display: none;
}

.works-page-n__item-desc {
  font-weight: 600;
  line-height: 1.2em;
  padding-top: 15px;
}

.works-page-n__item-desc a {
  color: #333;
}

@media (max-width: 575px) {
  .works-page-n__item-desc {
    padding-top: 10px;
  }
  .works-page-n__item:nth-child(odd) .works-page-n__item-desc {
    padding-left: 15px;
  }
}

.works-page-n__item-cat {
  font-size: 12px;
  font-weight: 700;
  color: #4b4b4b;
}

@media (max-width: 991px) {
  .works-page-n__item-cat {
    font-size: 10px;
  }
}

.works-page-n__item-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 1px;
}

@media (max-width: 991px) {
  .works-page-n__item-title {
    font-size: 12px;
    margin-top: -4px;
  }
}

.works-page-n__item-place {
  font-size: 14px;
  margin-top: 13px;
  display: flex;
}

.works-page-n__item-place::before {
  content: ' ';
  display: inline-block;
  background-image: url("/front/site/img_new/svg/map-marker.png");
  background-size: 12px 15px;
  width: 12px;
  height: 15px;
  margin-right: 6px;
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .works-page-n__item-place::before {
    background-size: 8px 10px;
    width: 8px;
    height: 10px;
    margin-right: 4px;
  }
}

.works-page-n__item-place span {
  line-height: 1.6;
  margin-top: -4px;
  color: #4b4b4b;
}

@media (max-width: 991px) {
  .works-page-n__item-place {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .works-page-n__item-place {
    font-size: 10px;
    margin-top: 8px;
  }
}

.works-page-n__filters {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
}

.works-page-n__filters::-webkit-scrollbar {
  display: none;
  /* Скрываем скроллбар для Chrome, Safari и Opera */
}

@media (max-width: 991px) {
  .works-page-n__filters {
    margin-bottom: 23px;
  }
}

@media (max-width: 767px) {
  .works-page-n__filters-left {
    position: relative;
    animation: run 1s;
    animation-name: run;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-delay: 2s;
  }
  @keyframes run {
    0% {
      left: 0;
    }
    50% {
      left: -100px;
    }
    100% {
      left: 0;
    }
  }
}

.works-page-n__filters-right {
  display: none;
}

@media (max-width: 991px) {
  .works-page-n__filters-right {
    display: none;
  }
}

.works-page-n__filters-items {
  display: flex;
}

@media (max-width: 991px) {
  .works-page-n__filters-items {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.works-page-n__filters-item + .works-page-n__filters-item {
  margin-left: 10px;
}

@media (max-width: 575px) {
  .works-page-n__filters-item + .works-page-n__filters-item {
    margin-left: 7px;
  }
}

.works-page-n__filters-item input {
  display: none !important;
}

.works-page-n__filters-item sup {
  display: none !important;
}

.works-page-n__filters-item-button {
  box-shadow: none;
  background: none;
  border: none;
  border-radius: 20px;
  border: 1px solid #333;
  white-space: nowrap;
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 0 19px;
  height: 40px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.works-page-n__filters-item-button:hover, .works-page-n__filters-item-button:active {
  color: #333;
}

input:checked + .works-page-n__filters-item-button {
  border: 1px solid #1b314a;
  background: #1b314a;
  color: #fff;
}

input:checked + .works-page-n__filters-item-button:hover, input:checked + .works-page-n__filters-item-button:active {
  color: #fff;
}

@media (max-width: 575px) {
  .works-page-n__filters-item-button {
    font-size: 12px;
    height: 32px;
  }
}

.works-page-n__filters-item--active {
  color: #fff;
}

.works-page-n__filters-item--active button {
  color: #fff;
  border: 1px solid #1b314a;
  background: #1b314a;
}

.works-page-n__filters-item--active button:hover, .works-page-n__filters-item--active button:active {
  color: #fff;
}

.works-page-n__catalog-link {
  display: inline-flex;
  align-content: center;
  align-items: center;
  padding: 0 19px;
  height: 38px;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #c13137;
  color: #fff;
  background: #c13137;
  font-size: 16px;
  font-weight: 600;
}

.works-page-n__catalog-link:hover {
  color: #fff;
}

@media (max-width: 575px) {
  .works-page-n__catalog-link {
    height: 32px;
  }
}

.works-page-n__archive {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.works-page-n__archive a {
  text-decoration: underline;
  display: inline-block;
  position: relative;
  top: -36px;
}

.works-page-n__archive a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .works-page-n__archive {
    margin-top: 30px;
    justify-content: center;
  }
  .works-page-n__archive a {
    top: 0px;
  }
}

.works-page-n__search {
  flex-grow: 1;
}

@media (max-width: 767px) {
  .works-page-n__search {
    width: 100%;
    grid-column: 1 / 4;
    grid-row: 2 / 3;
  }
}

.works-page-n__search-form {
  position: relative;
  display: none;
  align-items: center;
  top: -6px;
}

.works-page-n__search-form input {
  border: none;
  border-bottom: 1px solid rgba(25, 48, 75, 0.28);
  width: 100%;
  background: transparent;
  margin: 0;
  padding: 0px;
  font-size: 14px;
  min-width: 150px;
  height: 23px;
  padding: 0 0 0 25px;
  min-width: 150px;
}

@media (max-width: 991px) {
  .works-page-n__search-form input {
    font-size: 12px;
    height: 20px;
    padding: 0 0 0 20px;
  }
}

@media (max-width: 767px) {
  .works-page-n__search-form input {
    font-size: 12px;
    padding: 0 0 0 20px;
  }
}

.works-page-n__search-form.works-page-n__search-form--active {
  display: flex;
}

@media (max-width: 991px) {
  .works-page-n__search-form {
    top: -4px;
  }
}

@media (max-width: 767px) {
  .works-page-n__search-form {
    top: unset;
    margin-top: 10px;
  }
}

.works-page-n__search-submit {
  position: absolute;
  left: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  box-shadow: none;
  border: none;
  background: none;
}

.works-page-n__search-submit svg {
  height: 12px;
}

.works-page-n__search-reset {
  position: absolute;
  right: 0px;
  cursor: pointer;
}

.works-page-n__search-reset svg {
  height: 11px;
}

.works-page-n__search-show {
  display: flex;
  align-items: center;
}

.works-page-n__search-show svg {
  height: 18px;
}

@media (max-width: 767px) {
  .works-page-n__search-show svg {
    height: 16px;
  }
}

@media (max-width: 767px) {
  .works-page-n__search-show {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    position: relative;
    top: 3px;
  }
}

.works-slider-n {
  height: 100%;
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #1a1a1a;
  user-select: none;
}

.works-slider-n .close-modal {
  display: none !important;
}

.works-slider-n__container {
  width: 100%;
  height: 100%;
}

.works-slider-n__outer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 0 10px;
  position: relative;
}

@media (max-width: 991px) {
  .works-slider-n__outer {
    padding: 0 0px;
  }
}

.works-slider-n__image-inner {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.works-slider-n__top {
  flex-basis: 71px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  flex-shrink: 0;
}

.works-slider-n__center {
  flex-grow: 1;
  background-color: #1a1a1a;
}

.works-slider-n__bottom {
  flex-shrink: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .works-slider-n__bottom {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

.works-slider-n__filters {
  display: inline-flex;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 991px) {
  .works-slider-n__filters {
    margin-left: 14px;
  }
}

.works-slider-n__filter {
  box-shadow: none;
  background: none;
  border: none;
  border-radius: 20px;
  border: 1px solid #fff;
  white-space: nowrap;
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 0 19px;
  height: 40px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.works-slider-n__filter + .works-slider-n__filter {
  margin-left: 10px;
}

@media (max-width: 991px) {
  .works-slider-n__filter {
    height: 32px;
    font-size: 12px;
  }
}

.works-slider-n__filter--active {
  color: #1a1a1a;
  background-color: #fff;
}

.works-slider-n__count {
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 991px) {
  .works-slider-n__count {
    display: none;
  }
}

.works-slider-n__count--mobile {
  display: none;
}

@media (max-width: 991px) {
  .works-slider-n__count--mobile {
    display: block;
  }
}

.works-slider-n__count--mobile .works-slider-n__count {
  display: inline-flex;
}

.works-slider-n__count-separ {
  margin: 0 5px 0 6px;
}

.works-slider-n__close {
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  bottom: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.works-slider-n__close svg {
  width: 40px;
  height: 40px;
}

.works-slider-n__close svg path {
  fill: #d1d1d1;
}

@media (max-width: 991px) {
  .works-slider-n__close {
    margin-right: 14px;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
  .works-slider-n__close svg {
    width: 30px;
    height: 30px;
  }
}

.works-slider-n__center {
  height: 100%;
  position: relative;
}

.works-slider-n__images {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}

.works-slider-n__image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 1199px) {
  .works-slider-n__image {
    flex-direction: column;
  }
}

.works-slider-n__image-img {
  max-height: 100%;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
  display: none;
  position: relative;
  z-index: 7;
}

@media (max-width: 991px) {
  .works-slider-n__image-img {
    border-radius: 0px;
  }
}

.works-slider-n__image-img--active {
  display: inline-block !important;
}

.works-slider-n__image-outer {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: 100%;
}

.works-slider-n__bottom-outer {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.works-slider-n__bottom-left {
  display: flex;
  align-items: center;
  align-content: center;
}

.works-slider-n__bottom-right {
  flex-shrink: 0;
}

.works-slider-n__props {
  display: flex;
}

.works-slider-n__prop + .works-slider-n__prop {
  margin-left: 60px;
}

@media (max-width: 1199px) {
  .works-slider-n__prop + .works-slider-n__prop {
    margin-left: 30px;
  }
}

@media (max-width: 991px) {
  .works-slider-n__prop + .works-slider-n__prop {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .works-slider-n__prop {
    margin-right: 20px;
  }
}

.works-slider-n__prop-height,
.works-slider-n__prop-width,
.works-slider-n__prop-depth {
  display: inline-flex;
}

.works-slider-n__prop-height {
  padding-left: 4px;
}

.works-slider-n__prop-height::before {
  content: '↕';
  font-size: 14px;
  margin-right: 3px;
}

@media (max-width: 991px) {
  .works-slider-n__prop-height::before {
    font-size: 11px;
  }
}

.works-slider-n__prop-width::before {
  content: '↔';
  margin-left: 5px;
  margin-top: -1px;
}

.works-slider-n__prop-depth::before {
  content: '⤢';
  margin-left: 4px;
}

@media (max-width: 991px) {
  .works-slider-n__prop--monument {
    display: none;
  }
}

.works-slider-n__prop--size .works-slider-n__prop-value {
  white-space: nowrap;
}

@media (max-width: 991px) {
  .works-slider-n__prop--size {
    order: 1;
  }
}

@media (max-width: 991px) {
  .works-slider-n__prop-value--polish {
    order: 0;
  }
}

@media (max-width: 991px) {
  .works-slider-n__prop--cemetery {
    display: none;
  }
}

.works-slider-n__prop-title {
  font-weight: bold;
  font-size: 12px;
  color: #eecfc2;
  line-height: 1.4em;
}

@media (max-width: 991px) {
  .works-slider-n__prop-title {
    font-size: 12px;
    line-height: 2.2em;
  }
}

.works-slider-n__prop-value {
  font-size: 16px;
  font-weight: bold;
  display: flex;
}

@media (max-width: 991px) {
  .works-slider-n__prop-value {
    font-size: 12px;
  }
}

.works-slider-n__arrow-left,
.works-slider-n__arrow-right {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 25px);
  cursor: pointer;
  z-index: 10;
}

.works-slider-n__arrow-left::before,
.works-slider-n__arrow-right::before {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.47 37.62'%3E%3Cpath d='M3.92,18.81H35' style='fill:none;stroke:%234b4b4b;stroke-linecap:round;stroke-width:5px'/%3E%3Cpolyline points='18.81 35.12 2.5 18.81 18.81 2.5' style='fill:none;stroke:%234b4b4b;stroke-linecap:round;stroke-linejoin:round;stroke-width:5px'/%3E%3C/svg%3E");
  width: 18px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 14px;
}

@media (max-width: 991px) {
  .works-slider-n__arrow-left,
  .works-slider-n__arrow-right {
    display: none;
  }
}

.works-slider-n__arrow-left {
  left: -78px;
}

@media (max-width: 1349px) {
  .works-slider-n__arrow-left {
    left: 5px;
  }
}

.works-slider-n__arrow-right {
  right: -78px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 1349px) {
  .works-slider-n__arrow-right {
    right: 5px;
  }
}

.works-slider-n__mobile-desc {
  color: #fff;
  display: none;
  width: 100%;
  height: 30px;
  position: relative;
  text-align: left;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .works-slider-n__mobile-desc {
    display: flex;
    padding-left: 14px;
    padding-right: 14px;
  }
}

.works-slider-n__mobile-desc-monument {
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 7px;
}

.works-slider-n__mobile-desc-cemetery {
  color: #cacaca;
  font-size: 12px;
  font-weight: 600;
}

.works-slider-n__mobile-desc-cemetery::before {
  content: ' ';
  display: inline-block;
  background-image: url("/front/site/img_new/works-slider-map-marker.png");
  background-size: 8px 10px;
  width: 8px;
  height: 10px;
  margin-right: 4px;
  flex-shrink: 0;
  vertical-align: bottom;
  position: relative;
  top: -2px;
}

.works-slider-n__mobile-desc-left,
.works-slider-n__mobile-desc-right {
  flex-grow: 1;
}

.works-slider-n__mobile-desc-count {
  color: #fff;
  white-space: nowrap;
  display: flex;
  justify-content: flex-end;
  margin-top: -2px;
}

.works-slider-n__mobile-desc-count .works-slider-n__count-current,
.works-slider-n__mobile-desc-count .works-slider-n__count-separ,
.works-slider-n__mobile-desc-count .works-slider-n__count-total {
  font-size: 12px;
  font-weight: 600;
}

.works-slider-n__mobile-desc-count .works-slider-n__count-separ {
  margin: 0 3px 0 4px;
}

.works-slider__button {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
  padding: 0 30px;
  font-weight: 600;
  background-color: #c13137;
  color: #fff;
}

.works-slider__button:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .works-slider__button {
    height: 44px;
    padding: 0 15px;
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .works-slider__button-desktop {
    display: none;
  }
}

.works-slider__button-mobile {
  display: none;
}

@media (max-width: 991px) {
  .works-slider__button-mobile {
    display: inline-block;
  }
}

.works-slider-n__image-loader {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 5;
}

.pagination-n {
  display: flex;
  justify-content: center;
  position: relative;
  border-top: 1px solid #dde0e4;
  padding-top: 30px;
}

@media (max-width: 991px) {
  .pagination-n {
    margin-top: 80px;
    padding-top: 20px;
  }
}

.pagination-n__back a,
.pagination-n__page a,
.pagination-n__forward a {
  font-size: 24px;
  background-color: #eaeaeb;
  border-radius: 100%;
  font-weight: 600;
  text-decoration: none;
  color: #4b4b4b;
  line-height: 1;
  user-select: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-n__back a:hover,
.pagination-n__page a:hover,
.pagination-n__forward a:hover {
  background-color: #fff;
}

@media (max-width: 767px) {
  .pagination-n__back a,
  .pagination-n__page a,
  .pagination-n__forward a {
    font-size: 18px;
  }
}

.pagination-n__manager {
  position: absolute;
  left: 3px;
  bottom: 0;
}

@media (max-width: 991px) {
  .pagination-n__manager {
    top: -70px;
    bottom: unset;
  }
}

div.pagination-n__outer {
  display: inline-flex;
}

.pagination-n__pages {
  display: flex;
  margin: 0 14px;
}

.pagination-n__page + .pagination-n__page {
  margin-left: 14px;
}

.pagination-n__page--active a {
  background-color: #c13137;
  color: #ffffff;
  cursor: context-menu;
}

.pagination-n__page--active a:hover {
  background-color: #c13137;
  color: #ffffff;
}

.pagination-n__back a,
.pagination-n__forward a {
  content: ' ';
  background-position: center center;
  background-size: 16px;
  background-repeat: no-repeat;
}

.pagination-n__back a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.47 37.62'%3E%3Cpath d='M3.92,18.81H35' style='fill:none;stroke:%234b4b4b;stroke-linecap:round;stroke-width:5px'/%3E%3Cpolyline points='18.81 35.12 2.5 18.81 18.81 2.5' style='fill:none;stroke:%234b4b4b;stroke-linecap:round;stroke-linejoin:round;stroke-width:5px'/%3E%3C/svg%3E");
}

.pagination-n__forward a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.47 37.62'%3E%3Cpath d='M2.5,18.81H33.55' transform='translate(0 0)' style='fill:none;stroke:%234b4b4b;stroke-linecap:round;stroke-width:5px'/%3E%3Cpolyline points='18.66 2.5 34.97 18.81 18.66 35.12' style='fill:none;stroke:%234b4b4b;stroke-linecap:round;stroke-linejoin:round;stroke-width:5px'/%3E%3C/svg%3E");
}

.pagination-n__back--hidden,
.pagination-n__forward--hidden {
  visibility: hidden;
}

.pagination-n--category,
.pagination-n_works {
  max-width: 1320px;
  margin: 0px auto 0;
  padding: 52px 12px 0;
}

@media (max-width: 991px) {
  .pagination-n--category,
  .pagination-n_works {
    padding-top: 20px;
  }
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(5, auto);
  justify-content: space-between;
  -webkit-column-gap: 0.625rem;
  /* Старый iPhone */
  column-gap: 0.625rem;
  overflow-x: auto;
}

.advantages-grid .advantages {
  display: grid;
  align-content: start;
  text-decoration: none;
  line-height: 1.39;
  scroll-snap-stop: always;
}

.advantages-grid .advantages > span {
  font-weight: 600;
}

.advantages-grid .advantages > span:first-child {
  font-weight: 700;
}

.advantages-grid .advantages > span:last-child {
  color: #4b4b4b;
}

@media (min-width: 768px) {
  .advantages-grid {
    scrollbar-width: none;
  }
  .advantages-grid::-webkit-scrollbar {
    width: 0;
    display: none;
  }
}

@media (max-width: 767px) {
  .advantages-grid {
    grid-column: 2/-1;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-padding-left: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .advantages-grid {
    grid-column: 1/-1;
  }
  .advantages-grid > .advantages:last-child {
    margin-right: 1rem;
  }
}

@media (max-width: 1199px) {
  .advantages-grid {
    margin: 0 0 1.875rem 0;
  }
  .advantages-grid::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 1200px) {
  .advantages-grid {
    margin: 1rem 0 3rem 0;
  }
}

@media (max-width: 768px) {
  .advantages-grid .advantages {
    scroll-snap-align: start;
  }
  .advantages-grid .advantages:last-child {
    margin-right: 1rem;
  }
}

@media (max-width: 767px) {
  .advantages-grid .advantages:first-child {
    margin-left: 0.875rem;
  }
}

@media (max-width: 1199px) {
  .advantages-grid .advantages {
    padding: 0.75rem 3rem 0.75rem 1rem;
    background-color: #eee8e8;
    border-radius: 0.5rem;
    min-width: 11rem;
    color: #333;
  }
}

@media (max-width: 375px) {
  .advantages-grid .advantages {
    padding: 0.75rem 2rem 0.75rem 0.875rem;
    min-width: 138px;
  }
}

@media (min-width: 1200px) {
  .advantages-grid .advantages {
    padding-left: 3rem;
  }
  .advantages-grid .advantages .anobr {
    white-space: nowrap;
  }
}

@media (max-width: 375px) {
  .advantages-grid .advantages > span {
    font-size: 12px;
  }
}

@media (min-width: 376px) and (max-width: 1199px) {
  .advantages-grid .advantages > span {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .advantages-grid .advantages > span {
    font-size: 0.9rem;
    color: #4b4b4b;
  }
}

@media (max-width: 1199px) {
  .advantages-grid .advantages > span:first-child {
    margin-bottom: 0.2rem;
  }
}

/*Версия иконок для мобильных устройств*/
@media (max-width: 1199px) {
  .advantages-grid .advantages.design {
    background-repeat: no-repeat;
    background-position: right -1.7rem bottom;
    background-size: 4.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 69.97 69.96'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='-0.02' y1='34.97' x2='69.95' y2='34.97' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23dccdb9'/%3E%3Cstop offset='1' stop-color='%23c25c80'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M18.63,33.77l15-15-3.09-3.1L25.41,20.8a1.44,1.44,0,0,1-1,.44,1.2,1.2,0,0,1-1-.44,1.46,1.46,0,0,1,0-2l5.08-5.09L25,10.25l-7.37,7.37a1.44,1.44,0,0,1-1,.44,1.2,1.2,0,0,1-1-.44,1.46,1.46,0,0,1,0-2L23,8.25,19.73,4.81,14.65,9.89a1.33,1.33,0,0,1-1,.37,1.41,1.41,0,0,1-1-.37,1.48,1.48,0,0,1,0-2l5.09-5.08L15.38.39a1.46,1.46,0,0,0-2,0l-13,13a1.46,1.46,0,0,0,0,2l18.2,18.42ZM69.39,54.69,67,52.26l-5.08,5.09a1.44,1.44,0,0,1-1,.44,1.2,1.2,0,0,1-1-.44,1.5,1.5,0,0,1,0-2L65,50.27l-3.47-3.46-7.37,7.37a1.44,1.44,0,0,1-1,.44,1.2,1.2,0,0,1-1-.44,1.46,1.46,0,0,1,0-2l7.37-7.37L56.2,41.35l-5.08,5.09a1.44,1.44,0,0,1-1,.44,1.2,1.2,0,0,1-1-.44,1.48,1.48,0,0,1,0-2l5.09-5.08-3.1-3.1-15,15L54.58,69.58a1.37,1.37,0,0,0,1,.37,1.41,1.41,0,0,0,1-.37l13-13a1.33,1.33,0,0,0,0-1.88l0,0ZM68.14,15.35a3.86,3.86,0,0,0,0-5.46h0L60,1.79a3.91,3.91,0,0,0-5.46,0L51.27,5.1,64.83,18.66l3.31-3.32ZM49.35,7,3.59,52.7a3.27,3.27,0,0,0-.88,1.62L.06,67.37A2,2,0,0,0,.35,69a2.18,2.18,0,0,0,2.14.88l13.12-2.65a3.59,3.59,0,0,0,1.62-.89L63,20.58ZM15.09,64.57,6.84,66.26,3.59,63l1.7-8.25.07-.08,2.8.52-.07,2.43a.35.35,0,0,0,.33.37h0l3.46-.15-.15,3.46a.35.35,0,0,0,.33.37h0l2.43-.07.52,2.95Z' transform='translate(0.02 0.01)' style='fill:url(%23a)'/%3E%3C/svg%3E");
  }
  .advantages-grid .advantages.engrave {
    background-repeat: no-repeat;
    background-position: right -1.5rem bottom;
    background-size: 4.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 70 70'%3E%3Cdefs%3E%3ClinearGradient id='a' y1='35' x2='70' y2='35' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23dccdb9'/%3E%3Cstop offset='1' stop-color='%23c25c80'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M64.17,64.17V14.58a5.83,5.83,0,0,0-5.83-5.83H56.13a9.86,9.86,0,0,1-7.05-2.92,19.91,19.91,0,0,0-28.16,0h0a9.86,9.86,0,0,1-7.05,2.92h-2.2a5.84,5.84,0,0,0-5.84,5.83V64.17H0V70H70V64.17ZM26.25,14.58l6.56.73-.73-6.56h5.84l-.73,6.56,6.56-.73v5.84l-6.56-.73.73,12.39H32.08l.73-12.39-6.56.73ZM40.83,40.83v5.84H29.17V40.83Zm-27.71,0H24.79v5.84H13.13V40.83Zm36.46,17.5H20.42V52.5H49.58Zm7.29-11.66H45.21V40.83H56.88v5.84Z' transform='translate(0 0)' style='fill:url(%23a)'/%3E%3C/svg%3E");
  }
  .advantages-grid .advantages.delivery {
    background-repeat: no-repeat;
    background-position: right -2rem bottom;
    background-size: 6.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 93.71 69.92'%3E%3Cdefs%3E%3ClinearGradient id='a' y1='34.96' x2='93.71' y2='34.96' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23dccdb9'/%3E%3Cstop offset='1' stop-color='%23c25c80'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M73.27,0,89.13.05,90,.5a6.57,6.57,0,0,1,3,3.11l.58,1.21V33.09l-.42,1a6.27,6.27,0,0,1-4.39,3.84c-.74.15-5,.15-16.23.15L57.27,38l-1-.51a6,6,0,0,1-2.54-2.14c-1.17-1.61-1.15-1.31-1.09-16.74v-14l.49-1.06A7,7,0,0,1,56.44.35C57.39,0,57.71,0,73.27,0ZM61.53,6.38H59v5.18L61.53,9c1.41-1.37,2.57-2.57,2.57-2.57S62.94,6.38,61.53,6.38Zm14.58,0H70.79L64.87,12.3,59,18.22v2.6l.05,2.61,8.52-8.53ZM87,6.35H83l-12,12C59.36,29.92,59,30.34,59,31v.68h3.94l12-12C86,8.65,87,7.55,87,7ZM31,10.6c.49-.08,3.46-.16,6.61-.19,6.21,0,6.48,0,7.37,1l.46.5.1,11.67c.13,12.55.13,12.3,1.13,14.55A12.13,12.13,0,0,0,50,42.23a10.56,10.56,0,0,0,3.71,1.94L55,44.6l18,.09c19.79.11,18.38,0,19.55,1.23s1.17,1.29,1.17,7.23v5.42l-.55.9a4.78,4.78,0,0,1-1.45,1.45l-.93.47-3.8,0-3.8.06-.38,1a11.94,11.94,0,0,1-8,7.08,13.53,13.53,0,0,1-5.94-.09,11.71,11.71,0,0,1-7.68-6.68l-.54-1.28H32.29l-.43,1.09a11.65,11.65,0,0,1-7.22,6.82,9.57,9.57,0,0,1-3.72.44,8.47,8.47,0,0,1-3.73-.49,11.94,11.94,0,0,1-7.08-6.73l-.4-1-3.41,0c-3.39-.09-3.4-.1-4.3-.65A4.78,4.78,0,0,1,.55,59.58L0,58.68v-8.1l.51-.88a4.53,4.53,0,0,1,2.63-2.07l.62-.11v-5.8C3.76,34,4,33,6.18,30.84c1.39-1.36,2.44-1.77,5.86-2.28,1.65-.24,3.36-.51,3.82-.58l.82-.13,4.62-7c2.57-3.88,5-7.46,5.57-8A8.22,8.22,0,0,1,31,10.63Zm56.14,3.69s-4,3.92-8.78,8.71l-8.69,8.7H75l6-6,6-6,.13-2.7C87.2,16.1,87.21,15.19,87.18,14.29ZM87,26.36s-1.26,1.2-2.7,2.64l-2.66,2.66H87V29C87,27.56,87,26.36,87,26.36ZM19.79,52.68a4.83,4.83,0,0,0-3,1.71l-.14.15a5.66,5.66,0,0,0,.38,8,5.77,5.77,0,0,0,9.76-4.18,4.33,4.33,0,0,0-.59-2.51,5.78,5.78,0,0,0-3-2.86A5.47,5.47,0,0,0,19.79,52.68Zm46.88,3.14a4.55,4.55,0,0,0-.45,2.54,4.24,4.24,0,0,0,.49,2.57,6.69,6.69,0,0,0,2.71,2.64,4.4,4.4,0,0,0,2.47.43A5,5,0,0,0,76,62.42,5.82,5.82,0,0,0,74.3,53,5.77,5.77,0,0,0,66.67,55.82Z' transform='translate(0 0)' style='fill-rule:evenodd;fill:url(%23a)'/%3E%3C/svg%3E");
  }
  .advantages-grid .advantages.install {
    background-repeat: no-repeat;
    background-position: right -0.9rem bottom;
    background-size: 4.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 70.04 70'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='-0.04' y1='35' x2='70' y2='35' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23dccdb9'/%3E%3Cstop offset='1' stop-color='%23c25c80'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M34.37,51.33h-6.2a2.33,2.33,0,0,0-2.26,1.74l-3.67,14a2.33,2.33,0,0,0,1.67,2.85,2.39,2.39,0,0,0,.59.08h21a2.79,2.79,0,0,0,.58-.07,2.32,2.32,0,0,0,.59.07h21A2.34,2.34,0,0,0,70,67.65a2.31,2.31,0,0,0-.06-.52l-3.33-14a2.34,2.34,0,0,0-2.27-1.8H59l-2.9-12.2a2.34,2.34,0,0,0-2.27-1.8h-14a2.33,2.33,0,0,0-2.26,1.74ZM45.12,56l1.05,4.38L47.32,56Zm-25-41.52L.4,43.63A2.29,2.29,0,0,0,1,46.89l7.36,4.83a2.32,2.32,0,0,0,3.22-.65h0l19-29.79a48.89,48.89,0,0,0-10.49-6.75ZM14.49,8.17a2.33,2.33,0,0,0,.67,3.23h0a2.18,2.18,0,0,0,.64.29c7.1,2,12.22,5,28.07,19.45a2.33,2.33,0,0,0,3.76-2.54A48.35,48.35,0,0,0,21.47.82a2.34,2.34,0,0,0-2.75.91ZM28.16,3a50.45,50.45,0,0,1,9.25,7.42l1.8-3.3A2.33,2.33,0,0,0,38.45,4L32.93.38a2.33,2.33,0,0,0-3.1.5Z' transform='translate(0.04 0)' style='fill-rule:evenodd;fill:url(%23a)'/%3E%3C/svg%3E");
  }
  .advantages-grid .advantages.guarantee {
    background-repeat: no-repeat;
    background-position: right 0rem bottom;
    background-size: 3.7rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 55.74 70.01'%3E%3Cdefs%3E%3ClinearGradient id='a' y1='35.01' x2='55.74' y2='35.01' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23dccdb9'/%3E%3Cstop offset='1' stop-color='%23c25c80'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M3.39.16A3.64,3.64,0,0,0,.2,2.6L0,3.6v53l.2.93a3.43,3.43,0,0,0,2.13,2.26l1.22.37h26V50.89L29,50a16.23,16.23,0,0,1,3.14-18.86A15.83,15.83,0,0,1,41,26.46a18.36,18.36,0,0,1,6.85.3l.31.07V3.59a3.16,3.16,0,0,0-.34-1.12A4.68,4.68,0,0,0,45.27.39,4.11,4.11,0,0,0,43.81,0H24.23C7.75,0,3.86,0,3.39.16ZM32.88,11.27a2,2,0,0,1,.94,1.84A2,2,0,0,1,32.88,15c-.37.28-.53.28-10.19.32-6.65,0-10,0-10.32-.1A2.19,2.19,0,0,1,11,12.44a2.12,2.12,0,0,1,.36-.66c.7-.83.28-.81,11.15-.77C32.36,11,32.5,11,32.88,11.27Zm0,8.76a2,2,0,0,1,.94,1.84,1.94,1.94,0,0,1-.94,1.84c-.37.28-.53.29-10.13.33H12.56A2.52,2.52,0,0,1,11,22.39a2.24,2.24,0,0,1,.45-1.9c.7-.83.28-.8,11.15-.77,9.76,0,9.9,0,10.28.28ZM25.21,28.8a1.94,1.94,0,0,1,.94,1.84,2,2,0,0,1-.94,1.84c-.37.27-.57.28-6.29.32H12.56A2.52,2.52,0,0,1,11,31.15a2.24,2.24,0,0,1,.45-1.9c.68-.81.62-.8,7.31-.77C24.65,28.51,24.84,28.52,25.21,28.8Zm16.31,2.05a12,12,0,1,0,13.9,14.78,13.61,13.61,0,0,0,0-5.89A12.11,12.11,0,0,0,41.52,30.85Zm6.79,6.95a2.17,2.17,0,0,1,.88,2c-.06.51-.48,1.22-2.52,4.26A42.21,42.21,0,0,1,43.84,48a1.77,1.77,0,0,1-1.18.28c-.78,0-.84,0-2.83-1.37a18,18,0,0,1-2.31-1.75,2.55,2.55,0,0,1,0-2.37,1.94,1.94,0,0,1,1.83-.94,2.4,2.4,0,0,1,1.73.63l1,.63,1.51-2.27c1.77-2.68,2-3,2.59-3.26A2.38,2.38,0,0,1,48.31,37.8ZM33.89,62.06c0,6.93,0,6.86.9,7.55a1.66,1.66,0,0,0,1.28.39c.73,0,.9-.08,4.15-2,1.86-1.07,3.45-2,3.53-2s1.67.88,3.53,2c3.24,1.87,3.41,2,4.15,2a1.71,1.71,0,0,0,1.28-.39c.91-.69.9-.62.9-7.55V55.82l-.79.53a17.43,17.43,0,0,1-6.13,2.51,19.27,19.27,0,0,1-2.94.19,20.06,20.06,0,0,1-3-.19,17.46,17.46,0,0,1-6.12-2.51l-.79-.53v6.24Z' style='fill-rule:evenodd;fill:url(%23a)'/%3E%3C/svg%3E");
  }
}

@media (max-width: 375px) {
  .advantages-grid .advantages.design, .advantages-grid .advantages.engrave {
    background-position: right -1.2rem bottom;
    background-size: 3.6rem;
  }
  .advantages-grid .advantages.delivery {
    background-position: right -1.4rem bottom;
    background-size: 5rem;
  }
  .advantages-grid .advantages.install {
    background-position: right -0.9rem bottom;
    background-size: 3.6rem;
  }
  .advantages-grid .advantages.guarantee {
    background-position: right 0rem bottom;
    background-size: 2.8rem;
  }
}

/*Версия иконок для ПК*/
@media (min-width: 1200px) {
  .advantages-grid .advantages.design {
    background-repeat: no-repeat;
    background-position: left 0.6rem bottom 0.35rem;
    background-size: 1.6rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 69.85 69.95'%3E%3Cpath d='M18.63,33.77l15-15-3.09-3.1L25.41,20.8a1.47,1.47,0,0,1-1,.44,1.2,1.2,0,0,1-1-.44,1.46,1.46,0,0,1,0-2l5.08-5.09-3.46-3.46-7.37,7.37a1.43,1.43,0,0,1-1,.44,1.2,1.2,0,0,1-1-.44,1.46,1.46,0,0,1,0-2l7.36-7.37L19.73,4.81,14.65,9.89a1.32,1.32,0,0,1-1,.37,1.41,1.41,0,0,1-1-.37,1.48,1.48,0,0,1,0-2l5.09-5.08L15.38.39a1.46,1.46,0,0,0-2,0l-13,13a1.46,1.46,0,0,0,0,2l18.2,18.42ZM69.39,54.69,67,52.26l-5.08,5.09a1.45,1.45,0,0,1-1,.44,1.2,1.2,0,0,1-1-.44,1.5,1.5,0,0,1,0-2l5.09-5.08-3.47-3.46-7.37,7.37a1.43,1.43,0,0,1-1,.44,1.2,1.2,0,0,1-1-.44,1.46,1.46,0,0,1,0-2l7.37-7.37L56.2,41.35l-5.08,5.09a1.43,1.43,0,0,1-1,.44,1.21,1.21,0,0,1-1-.44,1.48,1.48,0,0,1,0-2l5.09-5.08-3.1-3.1-14.95,15L54.58,69.58a1.36,1.36,0,0,0,1,.37,1.41,1.41,0,0,0,1-.37l13-13a1.33,1.33,0,0,0-.08-1.92ZM68.14,15.35a3.86,3.86,0,0,0,0-5.46L60,1.79a3.91,3.91,0,0,0-5.46,0L51.27,5.1,64.83,18.66l3.31-3.32ZM49.35,7,3.59,52.7a3.27,3.27,0,0,0-.88,1.62L.06,67.37A2,2,0,0,0,.35,69a2.17,2.17,0,0,0,2.14.88l13.12-2.65a3.56,3.56,0,0,0,1.62-.89L63,20.58ZM15.09,64.57,6.84,66.26,3.59,63l1.7-8.25.07-.08,2.8.52-.07,2.43a.35.35,0,0,0,.37.37l3.46-.15-.15,3.46a.35.35,0,0,0,.37.37l2.43-.07.52,2.95Z' transform='translate(0 0)' style='fill:%234b4b4b'/%3E%3C/svg%3E");
  }
  .advantages-grid .advantages.engrave {
    background-repeat: no-repeat;
    background-position: left 0.6rem bottom 0.35rem;
    background-size: 1.6rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'%3E%3Cpath d='M64.17,64.17V14.58a5.83,5.83,0,0,0-5.84-5.83h-2.2a9.89,9.89,0,0,1-7.05-2.92,19.91,19.91,0,0,0-28.16,0,9.88,9.88,0,0,1-7.05,2.92h-2.2a5.84,5.84,0,0,0-5.84,5.83V64.17H0V70H70V64.17ZM26.25,14.58l6.56.73-.73-6.56h5.84l-.73,6.56,6.56-.73v5.84l-6.56-.73.73,12.39H32.08l.73-12.39-6.56.73ZM40.83,40.83v5.84H29.17V40.83Zm-27.71,0H24.79v5.84H13.13V40.83Zm36.46,17.5H20.42V52.5H49.58v5.83Zm7.29-11.66H45.21V40.83H56.88v5.84Z' transform='translate(0 0)' style='fill:%234b4b4b'/%3E%3C/svg%3E");
  }
  .advantages-grid .advantages.delivery {
    background-repeat: no-repeat;
    background-position: left 0.1rem bottom 0.3rem;
    background-size: 2.2rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 93.69 70'%3E%3Cpath d='M37.27.35a7,7,0,0,1,3.31,3.23l.49,1.06,0,14c.06,15.43.08,15.13-1.09,16.74a6,6,0,0,1-2.54,2.14l-1,.51-15.22.05c-11.21,0-15.49,0-16.23-.15A6.27,6.27,0,0,1,.6,34.09l-.42-1V4.82L.76,3.61A6.58,6.58,0,0,1,3.72.5L4.58.05,20.44,0C36,0,36.32,0,37.27.35ZM29.61,6.43S30.77,7.63,32.18,9l2.56,2.56V6.38H32.18C30.77,6.38,29.61,6.4,29.61,6.43ZM26.13,14.9l8.52,8.53.05-2.61,0-2.6L28.84,12.3,22.92,6.38H17.6ZM6.69,7c0,.55,1.06,1.65,12.06,12.65L30.8,31.68h3.94V31c0-.66-.39-1.08-12-12.65l-12-12H6.69Zm56,3.63a8.16,8.16,0,0,1,4.15,2.22c.53.54,3,4.12,5.57,8l4.62,7,.82.13c.46.07,2.17.34,3.82.58,3.42.51,4.47.92,5.86,2.28,2.18,2.14,2.42,3.19,2.42,10.88v5.8l.62.11a4.56,4.56,0,0,1,2.63,2.07l.51.88v8.1l-.55.9a4.78,4.78,0,0,1-1.45,1.45c-.9.55-.91.56-4.3.65L84,61.66l-.4,1a11.9,11.9,0,0,1-7.08,6.73,8.49,8.49,0,0,1-3.73.49,9.72,9.72,0,0,1-3.72-.44,11.65,11.65,0,0,1-7.22-6.82l-.43-1.09-14.17,0-14.18,0-.54,1.28a11.7,11.7,0,0,1-7.68,6.68,13.4,13.4,0,0,1-5.94.09,11.92,11.92,0,0,1-8-7.08l-.38-1-3.8-.06-3.8-.05L2,60.92A4.81,4.81,0,0,1,.55,59.47L0,58.57V53.15c0-5.94,0-6,1.17-7.23S.93,44.8,20.72,44.69l18-.09L40,44.17a10.62,10.62,0,0,0,3.71-1.94A12.12,12.12,0,0,0,47,38.13c1-2.25,1-2,1.13-14.55l.1-11.67.46-.5c.89-1,1.16-1,7.37-1C59.21,10.44,62.18,10.52,62.67,10.6ZM6.57,17l.13,2.7,6,6,6,6H24L15.31,23c-4.79-4.79-8.74-8.71-8.78-8.71A26.07,26.07,0,0,0,6.57,17ZM6.69,29v2.66H12.1L9.44,29C8,27.56,6.77,26.36,6.74,26.36S6.69,27.56,6.69,29ZM70.51,53a5.77,5.77,0,0,0-3,2.86,4.36,4.36,0,0,0-.59,2.51,5.77,5.77,0,0,0,9.76,4.18,5.67,5.67,0,0,0,.24-8.16,4.84,4.84,0,0,0-3-1.71A5.51,5.51,0,0,0,70.51,53ZM19.41,53a5.82,5.82,0,0,0-1.72,9.42A5,5,0,0,0,21.82,64a4.46,4.46,0,0,0,2.47-.43A6.63,6.63,0,0,0,27,60.93a4.3,4.3,0,0,0,.49-2.57,4.52,4.52,0,0,0-.45-2.54A5.77,5.77,0,0,0,19.41,53Z' transform='translate(0 0)' style='fill:%234b4b4b;fill-rule:evenodd'/%3E%3C/svg%3E");
  }
  .advantages-grid .advantages.install {
    background-repeat: no-repeat;
    background-position: left 0.75rem bottom 0.35rem;
    background-size: 1.6rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'%3E%3Cpath d='M34.37,51.33h-6.2a2.34,2.34,0,0,0-2.26,1.74l-3.67,14A2.34,2.34,0,0,0,24.5,70h21a2.71,2.71,0,0,0,.58-.07,2.32,2.32,0,0,0,.59.07h21a2.34,2.34,0,0,0,2.27-2.87l-3.33-14a2.34,2.34,0,0,0-2.27-1.8H59l-2.9-12.2a2.34,2.34,0,0,0-2.27-1.8h-14a2.34,2.34,0,0,0-2.26,1.74L34.37,51.33ZM45.12,56l1.05,4.38L47.32,56h-2.2Zm-25-41.52L.4,43.63A2.33,2.33,0,0,0,0,45.39a2.39,2.39,0,0,0,1,1.5l7.36,4.83a2.32,2.32,0,0,0,3.22-.66l0,0,19-29.79a49.09,49.09,0,0,0-10.49-6.75ZM14.49,8.17a2.33,2.33,0,0,0,.67,3.23,2.18,2.18,0,0,0,.64.29c7.1,2,12.22,5,28.07,19.45a2.33,2.33,0,0,0,3.76-2.54A48.37,48.37,0,0,0,21.47.82a2.34,2.34,0,0,0-2.75.91L14.49,8.17ZM28.16,3a50.45,50.45,0,0,1,9.25,7.42l1.8-3.3A2.33,2.33,0,0,0,38.45,4L32.93.38a2.33,2.33,0,0,0-3.1.5L28.16,3Z' transform='translate(0 0)' style='fill:%234b4b4b;fill-rule:evenodd'/%3E%3C/svg%3E");
  }
  .advantages-grid .advantages.guarantee {
    background-repeat: no-repeat;
    background-position: left 0.75rem bottom 0.1rem;
    background-size: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.74 70'%3E%3Cpath d='M3.39.16A3.65,3.65,0,0,0,.2,2.6l-.2,1v53l.2.93a3.45,3.45,0,0,0,2.13,2.26l1.22.37,13,0,13,0V50.89L29,50a16.24,16.24,0,0,1,3.14-18.86A15.77,15.77,0,0,1,41,26.46a18.49,18.49,0,0,1,6.85.3l.31.07,0-11.62,0-11.62a3.2,3.2,0,0,0-.34-1.12A4.71,4.71,0,0,0,45.27.39,4.16,4.16,0,0,0,43.81,0H24.23C7.75,0,3.86,0,3.39.16ZM32.88,11.27a2,2,0,0,1,.94,1.84A2,2,0,0,1,32.88,15c-.37.28-.53.28-10.19.32-6.65,0-10,0-10.32-.1a2.19,2.19,0,0,1-1-3.44c.7-.83.28-.81,11.15-.77C32.36,11,32.5,11,32.88,11.27Zm0,8.76a2,2,0,0,1,.94,1.84,1.94,1.94,0,0,1-.94,1.84c-.37.28-.53.29-10.13.33-5.36,0-9.94,0-10.19,0A2.53,2.53,0,0,1,11,22.39a2.23,2.23,0,0,1,.45-1.9c.7-.83.28-.8,11.15-.77C32.36,19.75,32.5,19.75,32.88,20ZM25.21,28.8a1.94,1.94,0,0,1,.94,1.84,2,2,0,0,1-.94,1.84c-.37.27-.57.28-6.29.32-3.25,0-6.11,0-6.36,0A2.51,2.51,0,0,1,11,31.15a2.25,2.25,0,0,1,.45-1.9c.68-.81.62-.8,7.31-.77C24.65,28.51,24.84,28.52,25.21,28.8Zm16.31,2.05a12,12,0,1,0,13.9,14.78,13.61,13.61,0,0,0,0-5.89,12.1,12.1,0,0,0-13.9-8.89Zm6.79,6.95a2.17,2.17,0,0,1,.88,2c-.06.51-.48,1.22-2.52,4.26A41.53,41.53,0,0,1,43.84,48a1.8,1.8,0,0,1-1.18.28c-.78,0-.84,0-2.83-1.37a18,18,0,0,1-2.31-1.75,2.52,2.52,0,0,1,0-2.37,1.93,1.93,0,0,1,1.83-.94,2.37,2.37,0,0,1,1.73.63l.95.63,1.51-2.27c1.77-2.68,2-3,2.59-3.26A2.37,2.37,0,0,1,48.31,37.8ZM33.89,62.06c0,6.93,0,6.86.9,7.55a1.66,1.66,0,0,0,1.28.39c.73,0,.9-.08,4.15-2,1.86-1.07,3.45-2,3.53-2s1.67.88,3.53,2c3.24,1.87,3.41,2,4.15,2a1.7,1.7,0,0,0,1.28-.39c.91-.69.9-.62.9-7.55V55.82l-.79.53a17.4,17.4,0,0,1-6.13,2.51,19.17,19.17,0,0,1-2.94.19,19.42,19.42,0,0,1-3-.19,17.42,17.42,0,0,1-6.12-2.51l-.79-.53v6.24Z' transform='translate(0 0)' style='fill:%234b4b4b;fill-rule:evenodd'/%3E%3C/svg%3E");
  }
}

.advantages-n__items {
  display: grid;
  grid-template-columns: repeat(5, auto);
  justify-content: space-between;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
}

.advantages-n__items::-webkit-scrollbar {
  display: none;
  /* Скрываем скроллбар для Chrome, Safari и Opera */
}

.advantages-n__item {
  color: #4b4b4b;
  font-size: 14px;
  height: 100%;
  display: grid;
  align-content: start;
  text-decoration: none;
  line-height: 1.39;
  scroll-snap-stop: always;
  padding-left: 48px;
  filter: grayscale(100%);
  cursor: pointer;
}

.advantages-n__item:hover {
  color: #4b4b4b;
  filter: grayscale(0%);
}

.advantages-n__item:hover .advantages-n__title {
  color: #c13137;
}

.advantages-n__item--design {
  background-repeat: no-repeat;
  background-position: left 10px bottom 5px;
  background-size: 25px;
  background-image: url("/front/site/img_new/svg/advant-design-red.svg");
}

.advantages-n__item--gravirovka {
  background-repeat: no-repeat;
  background-position: left 10px bottom 5px;
  background-size: 25px;
  background-image: url("/front/site/img_new/svg/advant-gravirovka-red.svg");
}

.advantages-n__item--delivery {
  background-repeat: no-repeat;
  background-position: left 1px bottom 5px;
  background-size: 35px;
  background-image: url("/front/site/img_new/svg/advant-delivery-red.svg");
}

.advantages-n__item--install {
  background-repeat: no-repeat;
  background-position: left 12px bottom 6px;
  background-size: 25px;
  background-image: url("/front/site/img_new/svg/advant-install-red.svg");
}

.advantages-n__item--garanty {
  background-repeat: no-repeat;
  background-position: left 12px bottom 2px;
  background-size: 24px;
  background-image: url("/front/site/img_new/svg/advant-garanty-red.svg");
}

.advantages-n__icon {
  flex-shrink: 0;
  flex-basis: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advantages-n__icon--design svg {
  width: 25px;
}

.advantages-n__icon--gravirovka svg {
  width: 25px;
}

.advantages-n__icon--delivery svg {
  width: 35px;
}

.advantages-n__icon--install svg {
  width: 25px;
}

.advantages-n__icon--garanty svg {
  width: 24px;
}

.advantages-n__text {
  flex-grow: 1;
  font-size: 14px;
}

.advantages-n__title {
  font-weight: 700;
  white-space: nowrap;
  color: #333333;
}

.advantages-n__desc {
  white-space: nowrap;
  font-weight: 600;
  color: #4b4b4b;
}

/*
	Мобильный вид
 */
@media (max-width: 1199px) {
  .advantages-n--mobile .advantages-n__items {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .advantages-n--mobile .advantages-n__item {
    padding: 0.75rem 3rem 0.75rem 1rem;
    background-color: #eee8e8;
    border-radius: 0.5rem;
    min-width: 11rem;
    color: #333;
    filter: grayscale(0%);
  }
}

@media (max-width: 991px) {
  .advantages-n--mobile .advantages-n__item {
    padding: 0.75rem 2rem 0.75rem 0.875rem;
    min-width: 138px;
  }
}

@media (max-width: 1199px) {
  .advantages-n--mobile .advantages-n__item--design {
    background-repeat: no-repeat;
    background-position: right -1.7rem bottom;
    background-size: 4.5rem;
    background-image: url("/front/site/img_new/svg/advant-design-mobile.svg");
  }
}

@media (max-width: 1199px) {
  .advantages-n--mobile .advantages-n__item--gravirovka {
    background-repeat: no-repeat;
    background-position: right -1.5rem bottom;
    background-size: 4.5rem;
    background-image: url("/front/site/img_new/svg/advant-gravirovka-mobile.svg");
  }
}

@media (max-width: 1199px) {
  .advantages-n--mobile .advantages-n__item--delivery {
    background-repeat: no-repeat;
    background-position: right -2rem bottom;
    background-size: 6.5rem;
    background-image: url("/front/site/img_new/svg/advant-delivery-mobile.svg");
  }
}

@media (max-width: 991px) {
  .advantages-n--mobile .advantages-n__item--delivery {
    background-position: right -1.4rem bottom;
    background-size: 5rem;
  }
}

@media (max-width: 1199px) {
  .advantages-n--mobile .advantages-n__item--install {
    background-repeat: no-repeat;
    background-position: right -0.9rem bottom;
    background-size: 4.5rem;
    background-image: url("/front/site/img_new/svg/advant-install-mobile.svg");
  }
}

@media (max-width: 991px) {
  .advantages-n--mobile .advantages-n__item--install {
    background-position: right -0.9rem bottom;
    background-size: 3.6rem;
  }
}

@media (max-width: 1199px) {
  .advantages-n--mobile .advantages-n__item--garanty {
    background-repeat: no-repeat;
    background-position: right 0rem bottom;
    background-size: 3.7rem;
    background-image: url("/front/site/img_new/svg/advant-garanty-mobile.svg");
  }
}

@media (max-width: 991px) {
  .advantages-n--mobile .advantages-n__item--garanty {
    background-position: right 0rem bottom;
    background-size: 2.8rem;
  }
}

@media (max-width: 991px) {
  .advantages-n--mobile .advantages-n__item--design,
  .advantages-n--mobile .advantages-n__item--gravirovka {
    background-position: right -1.2rem bottom;
    background-size: 3.6rem;
  }
}

@media (max-width: 1199px) {
  .advantages-n--mobile .advantages-n__title {
    margin-bottom: 4px;
  }
}

@media (max-width: 991px) {
  .advantages-n--mobile .advantages-n__title {
    font-size: 12px;
  }
}

@media (max-width: 1199px) {
  .advantages-n--mobile .advantages-n__desc {
    white-space: normal;
  }
}

@media (max-width: 991px) {
  .advantages-n--mobile .advantages-n__desc {
    font-size: 12px;
  }
}

.advantages-container--category-page {
  margin-bottom: 48px;
  margin-top: 16px;
  grid-column: 2/3;
}

@media (max-width: 1199px) {
  .advantages-container--category-page {
    margin-top: 0;
    margin-bottom: 30px;
    grid-column: 1/-1 !important;
  }
  .advantages-container--category-page .advantages-n__items {
    padding: 0 16px;
  }
}

.advantages-n--ready-page {
  margin-bottom: 20px;
  margin-top: 20px;
}

.contacts-page-city-n__items {
  display: grid;
  grid-template-columns: 2fr 2fr 4fr;
  grid-gap: 30px;
}

@media (max-width: 1199px) {
  .contacts-page-city-n__items {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
  }
}

@media (max-width: 767px) {
  .contacts-page-city-n__items {
    grid-gap: 20px;
  }
}

@media (max-width: 575px) {
  .contacts-page-city-n__items {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}

.contacts-page-city-n__item {
  background: #fff;
  border-radius: 8px;
  padding: 27px 29px 27px 31px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .contacts-page-city-n__item {
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  .contacts-page-city-n__item--phone {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

@media (max-width: 575px) {
  .contacts-page-city-n__item--phone {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

@media (max-width: 1199px) {
  .contacts-page-city-n__item--social {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

@media (max-width: 575px) {
  .contacts-page-city-n__item--social {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

@media (max-width: 1199px) {
  .contacts-page-city-n__item--req {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}

@media (max-width: 575px) {
  .contacts-page-city-n__item--req {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.contacts-page-city-n__item-header {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}

.contacts-page-city-n__item-header a {
  color: #333;
}

.contacts-page-city-n__item-header a:hover {
  color: #333;
}

@media (max-width: 767px) {
  .contacts-page-city-n__item-header {
    font-size: 17px;
    line-height: 17px;
  }
}

.contacts-page-city-n__schedule {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .contacts-page-city-n__schedule {
    font-size: 12px;
    line-height: 18px;
  }
}

.contacts-page-n__button {
  margin-top: 20px;
}

.contacts-page-n__button a {
  display: block;
  border: 1px solid #1b314a;
  border-radius: 4px;
  height: 50px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #212529;
  overflow: hidden;
}

.contacts-page-n__button a:hover {
  color: #000;
  background-color: #f7f7f7;
}

.contacts-page-n__button a::before {
  content: '';
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-image: url("/front/site/img_new/contacts-phone.png");
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .contacts-page-n__button a {
    height: 40px;
  }
}

@media (max-width: 767px) {
  .contacts-page-n__button {
    margin-top: 12px;
  }
}

.contacts-page-n__button--desktop {
  display: block;
}

@media (max-width: 1199px) {
  .contacts-page-n__button--desktop {
    display: none;
  }
}

.contacts-page-n__button--mobile {
  display: none;
}

@media (max-width: 1199px) {
  .contacts-page-n__button--mobile {
    display: block;
  }
}

.contacts-page-city-n__item-text {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .contacts-page-city-n__item-text {
    font-size: 12px;
  }
}

.contacts-page-city-n__req {
  display: flex;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .contacts-page-city-n__req {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 575px) {
  .contacts-page-city-n__req {
    flex-wrap: wrap;
  }
}

.contacts-page-city-n__req-left,
.contacts-page-city-n__req-right {
  flex-basis: 50%;
}

@media (max-width: 575px) {
  .contacts-page-city-n__req-left,
  .contacts-page-city-n__req-right {
    flex-basis: 100%;
  }
}

.contacts-page-city-n__req-ur {
  display: none;
  margin-top: 20px;
}

.contacts-page-city-n__req-ur-address {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .contacts-page-city-n__req-ur-address {
    font-size: 12px;
    line-height: 18px;
  }
}

.price-n {
  display: flex;
  white-space: nowrap;
}

.price-n__icon {
  flex-basis: 13px;
  flex-shrink: 0;
  margin-right: 5px;
  width: 13px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63.68 88.81'%3E%3Cpath d='M4.39,72.69c5.1,7.77,14.74,13.68,19,15.63-1.65-2.57-4.8-8.43-5.64-12s-.58-9.9-.27-12.57,1.16-5.59,3.82-10.48A79.32,79.32,0,0,1,27.92,43a48.23,48.23,0,0,1-7.68-14.34c-1-3.33-1.55-9.9-1.55-13C17.93,16.7,15,21.05,9.45,29.66a69.81,69.81,0,0,0-9,20.47C-.32,54.4-.72,64.88,4.39,72.69Z' transform='translate(0)' style='fill:%23c43434'/%3E%3Cpath d='M59.94,72.43C55.23,80.2,44.49,86.59,39.69,88.81c2.66-3.46,4.71-9.15,5.37-11.5a41.78,41.78,0,0,0,1.29-11.77c-.22-5.1-3.33-11-4.88-13.32-1.38-1.95-5.07-7.33-9-13s-6.44-11.28-7.15-14.35c-1-4.35-1.29-10.61.75-15.1A49.3,49.3,0,0,1,32,0C37.47,7.24,48.13,20.25,53.5,28.15c3.73,5.55,9,15,9.73,21.76C63.8,54.49,64.65,64.65,59.94,72.43Z' transform='translate(0)' style='fill:%23c43434'/%3E%3C/svg%3E");
  position: relative;
  bottom: -1px;
  display: none;
}

.price-n__price-current,
.price-n__price-old {
  display: inline-block;
}

.price-n__price-current {
  display: inline-block;
  font-weight: 700;
  white-space: nowrap;
  color: #333333;
  line-height: 1;
  font-size: 18px;
}

.price-n__price-old {
  font-weight: 600;
  color: #212529;
  text-decoration: line-through;
  text-decoration-color: #c13137;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  margin-left: 5px;
  display: none;
}

.price-n--hot-price .price-n__icon {
  display: block;
}

.price-n--hot-price .price-n__price-current {
  color: #c43434;
}

.price-n--hot-price .price-n__price-old {
  display: inline-block;
}

@media (max-width: 991px) {
  .price-n--product-panel .price-n__icon {
    width: 9px;
    height: 12px;
    bottom: -5px;
    left: 2px;
  }
  .price-n--product-panel .price-n__price-current {
    font-size: 14px;
  }
  .price-n--product-panel .price-n__price-old {
    font-size: 12px;
    margin-left: 4px;
  }
}

.price-n--category .price-n__icon {
  margin-right: 5px;
}

.price-n--category .price-n__price-old {
  font-weight: 600;
  color: #868686;
  text-decoration: line-through;
  text-decoration-color: #c13137;
  font-size: 13px;
  line-height: 1.5;
  margin-left: 1px;
}

@media (max-width: 1199px) {
  .price-n--category .price-n__icon {
    width: 9px;
    height: 12px;
    bottom: -5px;
    left: 0px;
    margin-right: 3px;
  }
  .price-n--category .price-n__price-current {
    font-size: 14px;
  }
  .price-n--category .price-n__price-old {
    font-size: 12px;
    margin-left: 0px;
  }
}

@media (max-width: 379px) {
  .price-n--category .price-n__icon {
    width: 9px;
    height: 12px;
    bottom: -5px;
    left: 0px;
    margin-right: 3px;
  }
  .price-n--category .price-n__price-current {
    font-size: 14px;
  }
  .price-n--category .price-n__price-old {
    font-size: 12px;
    margin-left: 0px;
  }
}

.price-credit-n {
  white-space: nowrap;
  display: flex;
  position: relative;
}

.price-credit-n__icon {
  flex-shrink: 0;
  grid-area: credit-icon;
  width: 15px;
  height: 15px;
  align-self: center;
  margin-top: -1px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 313 315.85'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='62.11' y1='63.81' x2='25.23' y2='171.25' gradientTransform='matrix(1, 0, 0, -1, 0, 334)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.14' stop-color='%23f2e913'/%3E%3Cstop offset='0.3' stop-color='%23e7e518'/%3E%3Cstop offset='0.58' stop-color='%23cadb26'/%3E%3Cstop offset='0.89' stop-color='%23a3cd39'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='69.76' y1='273.68' x2='163.3' y2='309.6' gradientTransform='matrix(1, 0, 0, -1, 0, 334)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.06' stop-color='%230fa8e0'/%3E%3Cstop offset='0.54' stop-color='%230099f9'/%3E%3Cstop offset='0.92' stop-color='%230291eb'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='158.1' y1='32.18' x2='269.61' y2='57.57' gradientTransform='matrix(1, 0, 0, -1, 0, 334)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.12' stop-color='%23a3cd39'/%3E%3Cstop offset='0.28' stop-color='%2386c339'/%3E%3Cstop offset='0.87' stop-color='%2321a038'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='161.97' y1='312.04' x2='254.68' y2='283.21' gradientTransform='matrix(1, 0, 0, -1, 0, 334)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.06' stop-color='%230291eb'/%3E%3Cstop offset='0.79' stop-color='%230c8acb'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='62.92' y1='64.67' x2='162.51' y2='27.17' gradientTransform='matrix(1, 0, 0, -1, 0, 334)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.13' stop-color='%23f2e913'/%3E%3Cstop offset='0.3' stop-color='%23ebe716'/%3E%3Cstop offset='0.53' stop-color='%23d9e01f'/%3E%3Cstop offset='0.8' stop-color='%23bbd62d'/%3E%3Cstop offset='0.98' stop-color='%23a3cd39'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='25.28' y1='167.68' x2='65.15' y2='272.2' gradientTransform='matrix(1, 0, 0, -1, 0, 334)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.07' stop-color='%23a3cd39'/%3E%3Cstop offset='0.26' stop-color='%2381c55f'/%3E%3Cstop offset='0.92' stop-color='%230fa8e0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M290.31,70.19a169.29,169.29,0,0,1,18.81,31.43L166.65,207.73l-59.82-38V124.34L166.35,162Z' transform='translate(-10 -8.58)' style='fill:%2321a038'/%3E%3Cpath d='M46.08,166.66a42,42,0,0,1,.31-6.23l-36.08-1.86c0,2.48-.31,5.29-.31,7.77A158.32,158.32,0,0,0,56,278.06l25.59-25.83A120.16,120.16,0,0,1,46.08,166.66Z' transform='translate(-10 -8.58)' style='fill:url(%23a)'/%3E%3Cpath d='M166.35,45.3a41.08,41.08,0,0,1,6.16.31L174.36,9.2c-2.46,0-5.24-.31-7.71-.31A155.48,155.48,0,0,0,56,55.25L81.54,81.08A118.56,118.56,0,0,1,166.35,45.3Z' transform='translate(-10 -8.58)' style='fill:url(%23b)'/%3E%3Cpath d='M166.35,288a39.87,39.87,0,0,1-6.17-.32l-1.85,36.41c2.46,0,5.24.31,7.71.31a155.44,155.44,0,0,0,110.7-46.36l-25.59-25.83A116.8,116.8,0,0,1,166.35,288Z' transform='translate(-10 -8.58)' style='fill:url(%23c)'/%3E%3Cpath d='M234.19,66.46l30.53-22.72A155.8,155.8,0,0,0,166.35,8.58V45A120.5,120.5,0,0,1,234.19,66.46Z' transform='translate(-10 -8.58)' style='fill:url(%23d)'/%3E%3Cpath d='M323,166.66a172.75,172.75,0,0,0-2.47-28.32l-33.61,25.2v3.12a121.07,121.07,0,0,1-39.78,89.93l24.36,27.07A158.29,158.29,0,0,0,323,166.66Z' transform='translate(-10 -8.58)' style='fill:%2321a038'/%3E%3Cpath d='M166.35,288a119,119,0,0,1-89.12-40.15L50.4,272.46a155,155,0,0,0,116,52Z' transform='translate(-10 -8.58)' style='fill:url(%23e)'/%3E%3Cpath d='M85.86,76.73,61.5,49.65a157.67,157.67,0,0,0-51.5,117H46.08A121.54,121.54,0,0,1,85.86,76.73Z' transform='translate(-10 -8.58)' style='fill:url(%23f)'/%3E%3C/svg%3E");
  top: 2px;
  position: relative;
  margin-right: 5px;
}

.price-credit-n__price {
  grid-area: price-credit;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  color: #333333;
  line-height: 1.5;
}

.price-credit-n__info {
  display: none;
  gap: 0.1rem;
  padding: 0.7rem 1rem 0.8rem 1rem;
  border-radius: 0.4rem;
  width: max-content;
  background-color: #4b4b4b;
  z-index: 1;
  position: absolute;
  top: 25px;
}

.carousel .price-credit-n__info {
  top: unset;
  bottom: 25px;
}

.price-credit-n__info span {
  font-size: 0.7rem;
  font-weight: 600;
  color: #dadada;
}

.price-credit-n:hover .price-credit-n__info {
  display: grid;
}

@media (max-width: 991px) {
  .price-credit-n--product-panel .price-credit-n__icon {
    width: 12px;
    height: 12px;
    top: 1px;
    left: 1px;
  }
  .price-credit-n--product-panel .price-credit-n__price {
    font-size: 12px;
  }
}

.price-credit-n--category .price-credit-n__price {
  top: 1px;
}

@media (max-width: 1399px) {
  .price-credit-n--category .price-credit-n__price {
    order: 1;
  }
}

@media (max-width: 379px) {
  .price-credit-n--category .price-credit-n__price {
    font-size: 12px;
  }
}

.price-credit-n--category .price-credit-n__icon {
  margin-right: 5px;
  margin-left: 5px;
  top: 1px;
  margin-top: 0;
}

@media (max-width: 1399px) {
  .price-credit-n--category .price-credit-n__icon {
    order: 0;
    margin-left: 0;
  }
}

@media (max-width: 379px) {
  .price-credit-n--category .price-credit-n__icon {
    width: 12px;
    height: 12px;
    top: 1px;
    left: 2px;
    margin-right: 7px;
  }
}

.price-credit-n--category .price-credit-n__info {
  right: 0;
}

@media (max-width: 1399px) {
  .price-credit-n--category .price-credit-n__info {
    right: unset;
    left: 0;
  }
}

/*
	Глобальные классы, применяемые к тегу body
 */
.globals-jivosite-hide .jivo-iframe-container,
.globals-hide-all-widgets .jivo-iframe-container {
  display: none !important;
}

.globals-jivosite-hide jdiv,
.globals-hide-all-widgets jdiv {
  display: none !important;
}

.globals-calltouch-hide #CalltouchWidgetFrame,
.globals-hide-all-widgets #CalltouchWidgetFrame {
  display: none !important;
  z-index: -9999 !important;
}

.advantages-popup-n {
  position: relative;
  padding: 0;
  margin: 0;
  max-width: 600px;
  border-radius: 10px;
  width: auto;
  overflow: hidden;
  vertical-align: middle;
}

.advantages-popup-n .close-modal {
  display: none !important;
}

@media (max-width: 575px) {
  .advantages-popup-n {
    border-radius: 10px 10px 0 0;
    vertical-align: bottom;
  }
}

.advantages-popup-n__close {
  position: absolute;
  right: 20px;
  top: 20px;
  bottom: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.advantages-popup-n__close svg {
  width: 40px;
  height: 40px;
}

.advantages-popup-n__close svg path {
  transition: all .2s ease 0s;
}

@media (max-width: 991px) {
  .advantages-popup-n__close {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
  }
  .advantages-popup-n__close svg {
    width: 30px;
    height: 30px;
  }
}

.advantages-popup-n__close--dark svg path {
  fill: #44566a;
}

.advantages-popup-n__close--dark svg:hover path {
  fill: #000;
}

.advantages-popup-n__close--light svg path {
  fill: #d0d0d1;
}

.advantages-popup-n__close--light svg:hover path {
  fill: #fff;
}

.advantages-popup-n__image {
  position: relative;
}

.advantages-popup-n__content {
  padding: 20px 50px 50px;
}

@media (max-width: 575px) {
  .advantages-popup-n__content {
    padding: 14px 20px 20px;
  }
}

.advantages-popup-n__title {
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 575px) {
  .advantages-popup-n__title {
    font-size: 18px;
  }
}

.advantages-popup-n__text {
  font-size: 20px;
  font-weight: 600;
  margin-top: 8px;
}

@media (max-width: 575px) {
  .advantages-popup-n__text {
    font-size: 14px;
    margin-top: 5px;
  }
}

.advantages-popup-n__buttons {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}

.advantages-popup-n__buttons .button-n {
  padding: 0 38px;
}

@media (max-width: 575px) {
  .advantages-popup-n__buttons {
    flex-direction: column;
    margin-top: 17px;
  }
  .advantages-popup-n__buttons a:first-child {
    order: 1;
  }
  .advantages-popup-n__buttons a:last-child {
    order: 0;
  }
}

.content-n {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 575px) {
  .content-n {
    font-size: 12px;
  }
}

.content-n a {
  color: #c13137;
  text-decoration: none;
}

.content-n h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 32px 0 16px 0;
  position: relative;
}

@media (max-width: 575px) {
  .content-n h2 {
    font-size: 19px;
  }
}

.content-n h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media (max-width: 575px) {
  .content-n h3 {
    font-size: 14px;
  }
}

.content-n p {
  margin-bottom: 11px;
}

.content-n p:last-child {
  margin: 0;
}

.content-n ul {
  display: block;
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 0px 16px;
  margin: 11px 0 8px 0px;
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 68'%3E%3Ccircle cx='34' cy='34' r='28' style='fill:%23fff;stroke:%23c13137;stroke-miterlimit:10;stroke-width:12px'/%3E%3C/svg%3E");
}

.content-n ul li {
  padding: 5px 0 5px 0;
}

@media (max-width: 575px) {
  .content-n ul {
    font-size: 12px;
    padding: 0 0 8px 16px;
  }
}

.owl-next-inner,
.owl-prev-inner {
  width: var(--arrow-width);
  height: var(--arrow-width);
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 27px);
  cursor: pointer;
  z-index: 10;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.05));
}

.owl-next-inner svg,
.owl-prev-inner svg {
  width: 18px;
  height: 14px;
}

@media (max-width: 991px) {
  .owl-next-inner svg,
  .owl-prev-inner svg {
    width: 14px;
    height: 11px;
  }
}

.carousel {
  /* Styles */
  --owl-dots-height: 30px;
  --grid-columns: 1fr minmax(auto, 1320px) 1fr;
  --scroll-height: 3px;
  --side-padding: 12px;
  user-select: none;
  /* предотвращает выделение текста */
  -webkit-touch-callout: none;
  /* отключает контекстное меню на устройствах с сенсорным экраном */
  -webkit-user-drag: none;
  /* отключает передвижение элементов на устройствах с сенсорным экраном */
  display: grid;
  grid-template-columns: var(--grid-columns);
  --arrow-width: 50px;
}

@media (max-width: 767px) {
  .carousel {
    --scroll-height: 3px;
  }
}

.carousel button {
  border: none;
  box-shadow: none;
  background: none;
}

.carousel .owl-stage {
  display: flex;
}

.carousel .owl-item {
  flex-shrink: 0;
}

.carousel .owl-item img {
  width: auto;
}

.carousel .owl-loaded .owl-item img {
  width: auto;
}

.carousel .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  top: 0;
  height: 0;
}

.carousel .owl-dots {
  position: absolute;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  align-content: center;
  bottom: 0;
}

.carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.carousel .owl-dots .owl-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #333;
  opacity: 0.2;
  cursor: pointer;
}

.carousel .owl-dots .owl-dot.active {
  width: 27px;
  border-radius: 4px;
  opacity: 0.6;
}

@media (max-width: 991px) {
  .carousel {
    --arrow-width: 40px;
  }
}

.carousel .owl-prev-inner {
  left: calc(-25px + var(--side-padding));
}

@media (max-width: 1399px) {
  .carousel .owl-prev-inner {
    left: calc(var(--side-padding) + 10px);
  }
}

.carousel .owl-next-inner {
  right: calc(-25px + var(--side-padding));
}

.carousel .owl-next-inner svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 1300px) {
  .carousel .owl-next-inner {
    right: calc(var(--side-padding) - 10px);
  }
}

review-lab .carousel {
  all: initial !important;
}

.carousel__header,
.carousel__scroll-bar,
.carousel__main,
.carousel__footer {
  position: relative;
}

.carousel__header {
  grid-column: 2/3;
  padding: 0 var(--side-padding);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.carousel__header.carousel__header--desc {
  align-items: flex-end;
}

.carousel__text {
  flex-grow: 1;
}

.carousel__slider {
  padding-left: var(--side-padding);
}

.carousel__button {
  margin-left: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .carousel__button {
    top: 0px;
  }
}

.carousel__header--desc .carousel__button {
  bottom: 5px;
  top: unset;
}

.carousel__button .button-n {
  border-width: 1px;
  height: 40px;
  border-radius: 50px;
  font-size: 15px;
}

@media (max-width: 767px) {
  .carousel__button {
    display: none;
  }
}

.carousel__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.carousel__title-wrapper .button-n {
  border-radius: 16px;
  font-size: 12px;
  line-height: 16px;
  height: 32px;
  padding: 0 20px;
  border-width: 1px;
}

.carousel__title-wrapper .carousel__button {
  display: none;
  bottom: unset;
}

@media (max-width: 767px) {
  .carousel__title-wrapper .carousel__button {
    display: flex;
  }
}

.carousel__title {
  color: #333;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0;
}

.carousel__title strong, .carousel__title b {
  color: #C43434;
  font-weight: bold;
}

@media (max-width: 767px) {
  .carousel__title {
    font-size: 18px;
  }
}

.carousel__desc {
  font-size: 18px;
  font-weight: 500;
  margin-top: 12px;
}

.carousel__desc strong, .carousel__desc b {
  color: #C43434;
  font-weight: bold;
}

@media (max-width: 767px) {
  .carousel__desc {
    font-size: 12px;
    margin-top: 8px;
  }
}

.carousel__main {
  grid-column: 1/4;
  display: grid;
  grid-template-columns: var(--grid-columns);
}

.carousel__slider {
  grid-column: 2/4;
  position: relative;
}

.carousel__slider-item {
  position: relative;
}

.carousel__footer {
  grid-column: 2/3;
  position: relative;
  color: darkolivegreen;
}

.carousel__line {
  position: absolute;
  top: calc(50% - 1px);
  background-color: transparent;
  height: 1px;
  left: 0;
  right: 0;
  z-index: 3;
  display: none;
}

.carousel__arrows {
  grid-column: 2/3;
  position: absolute;
  top: 50%;
  height: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.carousel__dots {
  grid-column: 2/3;
  position: relative;
  height: var(--owl-dots-height);
  overflow: hidden;
}

.carousel__scroll-bar {
  grid-column: 2/3;
  height: var(--scroll-height);
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 20px;
  margin-left: var(--side-padding);
  margin-right: var(--side-padding);
  display: none;
}

@media (max-width: 767px) {
  .carousel__scroll-bar {
    margin-top: 17px;
  }
}

.carousel__scroll-road {
  height: 3px;
  background-color: #e7eaeb;
  flex-grow: 1;
}

@media (max-width: 767px) {
  .carousel__scroll-road {
    height: 1px;
  }
}

.carousel__scroll-runner {
  position: absolute;
  height: var(--scroll-height);
  border-radius: 5px;
  background-color: #4b4b4b;
  top: 0;
  left: 1px;
  transition: left 0.5s ease;
}

@media (max-width: 767px) {
  .carousel__scroll-runner {
    border-radius: 2px;
  }
}

.carousel--works .owl-loaded .carousel__slider-item {
  margin-right: 32px;
}

@media (max-width: 1199px) {
  .carousel--works .owl-loaded .carousel__slider-item {
    margin-right: 22px;
  }
}

@media (max-width: 767px) {
  .carousel--works .owl-loaded .carousel__slider-item {
    margin-right: 14px;
    width: 170px;
  }
}

.carousel--works .carousel__works-img-link {
  display: flex;
  position: relative;
  justify-content: center;
  aspect-ratio: 300/400;
  border-radius: 10px;
  overflow: hidden;
  background-color: #eaeaeb;
}

.carousel--works .carousel__slider-item[data-x2="1"] {
  width: 632px;
  flex-basis: 632px;
}

.carousel--works .carousel__slider-item[data-x2="1"] .carousel__works-img-link {
  aspect-ratio: 632 / 400;
}

@media (max-width: 767px) {
  .carousel--works .carousel__slider-item[data-x2="1"] {
    width: 358px;
    flex-basis: 358px;
  }
}

.carousel--works .carousel__works-img-image,
.carousel--works .carousel__works-img-bg {
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .works-page-n__item:nth-child(odd) .carousel--works .carousel__works-img-image, .works-page-n__item:nth-child(odd)
  .carousel--works .carousel__works-img-bg {
    border-radius: 0 10px 10px 0;
  }
  .works-page-n__item:nth-child(even) .carousel--works .carousel__works-img-image, .works-page-n__item:nth-child(even)
  .carousel--works .carousel__works-img-bg {
    border-radius: 10px 0px 0 10px;
  }
}

.carousel--works .carousel__works-img-loader {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 5;
  display: none;
}

@media (max-width: 767px) {
  .carousel--works .carousel__arrows {
    display: none;
  }
}

.carousel--works-monument {
  padding-top: 24px;
  border-top: 1px solid #E7EAEB;
  margin-top: 24px;
}

.carousel--works-monument .carousel {
  --side-padding: 0px;
}

.carousel--works-monument .carousel .owl-prev-inner,
.carousel--works-monument .carousel .owl-next-inner {
  background: #fff;
  border: 1px solid #5e5e5e;
}

@media (max-width: 767px) {
  .carousel--works-monument .carousel__arrows {
    display: none;
  }
}

.carousel--works-product-new {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .carousel--works-product-new .carousel__arrows {
    display: none;
  }
}

@media (max-width: 767px) {
  .carousel--works-product-new {
    margin-top: 30px;
  }
}

.carousel--recommend,
.carousel--examples-n,
.carousel--works {
  --items-gap: 32px;
  --item-width: 300px;
}

.mon .carousel--recommend, .mon
.carousel--examples-n, .mon
.carousel--works {
  margin-top: 40px;
  --side-padding: 0px;
}

.mon .carousel--recommend .owl-prev-inner,
.mon .carousel--recommend .owl-next-inner, .mon
.carousel--examples-n .owl-prev-inner,
.mon
.carousel--examples-n .owl-next-inner, .mon
.carousel--works .owl-prev-inner,
.mon
.carousel--works .owl-next-inner {
  background: #fff;
  border: 1px solid #5e5e5e;
}

@media (max-width: 1199px) {
  .carousel--recommend,
  .carousel--examples-n,
  .carousel--works {
    --items-gap: 22px;
  }
}

@media (max-width: 767px) {
  .carousel--recommend,
  .carousel--examples-n,
  .carousel--works {
    --items-gap: 14px;
  }
}

@media (max-width: 767px) {
  .carousel--recommend,
  .carousel--examples-n,
  .carousel--works {
    --item-width: 170px;
  }
}

.carousel--recommend .owl-item,
.carousel--examples-n .owl-item,
.carousel--works .owl-item {
  flex-basis: calc(var(--item-width) + var(--items-gap));
}

.carousel--recommend .owl-item .product-n,
.carousel--examples-n .owl-item .product-n,
.carousel--works .owl-item .product-n {
  margin-right: var(--items-gap);
}

.carousel--recommend .owl-item.product-n__item-x2,
.carousel--examples-n .owl-item.product-n__item-x2,
.carousel--works .owl-item.product-n__item-x2 {
  --x2-coef: 2;
  /*
			@media (max-width: $media-xl - 1px) {
				--x2-coef: 2;
			}

			@media (max-width: $media-md - 1px) {
				--x2-coef: 1.7;
			}

			@media (max-width: $media-sm - 1px) {
				--x2-coef: 1.2;
			}

			@media (max-width: $media-s - 1px) {
				--x2-coef: 1.5;
			}

			 */
  flex-basis: calc(var(--item-width) * var(--x2-coef) + var(--items-gap) + var(--items-gap));
}

.carousel--recommend .owl-next-inner,
.carousel--recommend .owl-prev-inner,
.carousel--examples-n .owl-next-inner,
.carousel--examples-n .owl-prev-inner,
.carousel--works .owl-next-inner,
.carousel--works .owl-prev-inner {
  top: calc(50% - 50px - 21px);
}

@media (max-width: 767px) {
  .carousel--recommend .carousel__arrows,
  .carousel--examples-n .carousel__arrows,
  .carousel--works .carousel__arrows {
    display: none;
  }
}

.carousel--n2-advant {
  --items-gap: 32px;
  --item-width: 500px;
}

.carousel--n2-advant .n2-advant__item {
  width: var(--item-width);
  flex-basis: var(--item-width);
}

.carousel--n2-advant .owl-item .n2-advant__item {
  margin-right: var(--items-gap);
}

.carousel--n2-advant .owl-next-inner,
.carousel--n2-advant .owl-prev-inner {
  top: calc(50% - 20px);
}

@media (max-width: 1199px) {
  .carousel--n2-advant {
    --items-gap: 22px;
  }
}

@media (max-width: 991px) {
  .carousel--n2-advant {
    --item-width: 500px;
  }
}

@media (max-width: 767px) {
  .carousel--n2-advant {
    --items-gap: 14px;
    --item-width: 300px;
  }
  .carousel--n2-advant .carousel__arrows {
    display: none;
  }
}

.carousel--n2-contact-slider {
  --items-gap: 32px;
  --item-width: 500px;
}

.carousel--n2-contact-slider .n2-contact-slider__item {
  width: var(--item-width);
  flex-basis: var(--item-width);
}

.carousel--n2-contact-slider .owl-item .n2-contact-slider__item {
  margin-right: var(--items-gap);
}

.carousel--n2-contact-slider .owl-next-inner,
.carousel--n2-contact-slider .owl-prev-inner {
  top: calc(50% - 20px);
}

@media (max-width: 1199px) {
  .carousel--n2-contact-slider {
    --items-gap: 22px;
  }
}

@media (max-width: 991px) {
  .carousel--n2-contact-slider {
    --item-width: 500px;
  }
}

@media (max-width: 767px) {
  .carousel--n2-contact-slider {
    --items-gap: 14px;
    --item-width: 300px;
  }
  .carousel--n2-contact-slider .carousel__arrows {
    display: none;
  }
}

.carousel--n2-stones {
  --items-gap: 32px;
  --item-width: 172px;
}

.carousel--n2-stones .owl-item .n2-stones__item {
  margin-right: var(--items-gap);
}

.carousel--n2-stones .owl-next-inner,
.carousel--n2-stones .owl-prev-inner {
  top: calc(50% - 40px);
}

.carousel--n2-stones .carousel__arrows {
  top: 100px;
}

@media (max-width: 1199px) {
  .carousel--n2-stones {
    --items-gap: 22px;
  }
}

@media (max-width: 767px) {
  .carousel--n2-stones {
    --items-gap: 14px;
    --item-width: 130px;
  }
  .carousel--n2-stones .carousel__arrows {
    display: none;
  }
}

.carousel--n2-stones .n2-stones__item {
  width: var(--item-width);
  flex-basis: var(--item-width);
}

.carousel--recommend .product-n[data-x2="1"] {
  width: 632px;
  flex-basis: 632px;
}

.carousel--recommend .product-n[data-x2="1"] .product-n__image {
  aspect-ratio: 632 / 400;
}

@media (max-width: 767px) {
  .carousel--recommend .product-n[data-x2="1"] {
    width: 358px;
    flex-basis: 358px;
  }
}

.carousel--recommend-product-new {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .carousel--recommend-product-new {
    margin-top: 30px;
  }
}

.carousel--margin-top {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .carousel--margin-top {
    margin-top: 30px;
  }
}

.carousel--ignore-container {
  margin-left: -12px;
  margin-right: -12px;
}

.carousel--product-unical .carousel__slider {
  margin-top: 47px;
}

@media (max-width: 767px) {
  .carousel--product-unical .carousel__slider {
    margin-top: 17px;
  }
}

.carousel--product-unical .carousel__scroll-bar {
  display: none;
}

.carousel--product-unical .carousel__arrows {
  display: none;
}

@media (max-width: 1399px) {
  .carousel--product-unical .carousel__arrows {
    display: block;
  }
}

.carousel--product-unical .carousel__desc {
  max-width: 950px;
}

.carousel--product-unical .owl-stage .owl-item {
  position: relative;
}

.carousel--reviews .carousel__arrows {
  display: none;
}

@media (max-width: 1399px) {
  .carousel--reviews .carousel__arrows {
    display: block;
  }
}

.carousel--reviews .owl-stage .owl-item {
  position: relative;
}

/*
	Карусель в краницах сетки - центральной колонки, не растянутая до правой части экрана
 */
.carousel--central-col .carousel__slider {
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
  grid-column: 2 / 3;
}

@media (max-width: 1399px) {
  .carousel--central-col .carousel__slider {
    grid-column: 2 / 4;
    padding-right: 0;
  }
}

/*
	Карусель примеров и дизайн-проектов
 */
.carousel--examples-n .owl-loaded .examples-n__item {
  margin-right: 32px;
}

@media (max-width: 1199px) {
  .carousel--examples-n .owl-loaded .examples-n__item {
    margin-right: 22px;
  }
}

@media (max-width: 767px) {
  .carousel--examples-n .owl-loaded .examples-n__item {
    margin-right: 14px;
    width: 170px;
  }
}

@media (max-width: 767px) {
  .carousel--examples-n .owl-loaded .examples-n__item[data-x2="1"] {
    width: 358px;
    flex-basis: 358px;
  }
}

/*
	Карусель готовых решений
 */
.carousel--ready .carousel__slider {
  margin-top: 10px;
}

/*
	Карусель из чего складывается цена
 */
.carousel--ready .carousel__slider {
  margin-top: 20px;
}

/*
	Карусель внутри статьи
 */
.carousel--article {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .carousel--article {
    margin-bottom: 20px;
  }
}

.carousel--article .carousel .carousel__header {
  padding: 0;
}

@media (max-width: 1399px) {
  .carousel--article .carousel .owl-prev-inner svg,
  .carousel--article .carousel .owl-next-inner svg {
    width: 14px;
    height: 11px;
  }
}

.carousel--article .carousel .owl-prev-inner {
  left: calc(-25px);
}

@media (max-width: 1399px) {
  .carousel--article .carousel .owl-prev-inner {
    left: calc(10px);
  }
}

.carousel--article .carousel .owl-next-inner {
  right: calc(-25px);
}

@media (max-width: 1399px) {
  .carousel--article .carousel .owl-next-inner {
    right: calc(10px);
  }
}

.carousel--article .carousel .carousel__slider {
  padding-left: 0;
  padding-right: 0;
  grid-column: 1 / 4;
}

.carousel--article .carousel .carousel__scroll-bar {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .carousel--article .carousel .carousel__title {
    font-size: 25px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .carousel--article .carousel .carousel__desc {
    font-size: 14px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .carousel--article .carousel .button-n {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
}

@media (max-width: 1399px) {
  .carousel--article .carousel {
    --arrow-width: 40px;
  }
}

/*
	Слайдер статей
 */
.carousel--articles {
  --items-gap: 32px;
  --item-width: 300px;
}

@media (max-width: 1199px) {
  .carousel--articles {
    --items-gap: 22px;
    --item-width: 300px;
  }
}

@media (max-width: 1199px) {
  .carousel--articles {
    --items-gap: 22px;
    --item-width: 300px;
  }
}

@media (max-width: 767px) {
  .carousel--articles {
    --items-gap: 14px;
    --item-width: 250px;
  }
}

.carousel--articles .owl-item {
  flex-basis: calc(var(--item-width) + var(--items-gap));
}

.carousel--articles .owl-item .articles-slider__item {
  margin-right: var(--items-gap);
}

.prodpage {
  max-width: 1320px;
  padding: 0 12px 0 12px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 35px;
}

@media (max-width: 1199px) {
  .prodpage {
    margin-bottom: 0px;
  }
}

.prodpage__bottom .tabs_product {
  margin-top: 0;
}

.prodpage__tabs {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .prodpage__tabs {
    margin-top: 30px;
  }
}

.prodpage__header {
  border-bottom: 1px solid #dddfe3;
  padding-bottom: 15px;
}

@media (max-width: 1199px) {
  .prodpage__header {
    border: none;
    padding-bottom: 0;
  }
}

.prodpage__header-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prodpage__manager {
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .prodpage__manager {
    display: none;
  }
}

.prodpage__header-info {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  font-size: 14px;
}

@media (max-width: 991px) {
  .prodpage__header-info {
    font-size: 12px;
    margin-top: 13px;
  }
}

.prodpage__header-info-left,
.prodpage__header-info-right {
  display: flex;
  align-items: baseline;
}

.prodpage__reviews {
  white-space: nowrap;
  display: none;
  cursor: pointer;
}

.prodpage__reviews--show {
  display: inline-flex;
}

.prodpage__reviews-star,
.prodpage__review-rating,
.prodpage__review-separ,
.prodpage__review-title {
  display: inline-block;
  color: #333333;
}

.prodpage__reviews-icon {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.prodpage__reviews-icon img, .prodpage__reviews-icon svg {
  width: 17px;
  height: 16px;
}

@media (max-width: 991px) {
  .prodpage__reviews-icon img, .prodpage__reviews-icon svg {
    width: 13px;
    height: 12px;
  }
}

.prodpage__review-rating {
  font-weight: 700;
}

.prodpage__review-title {
  color: #4b4b4b;
  font-weight: 600;
  margin-left: 4px;
  font-size: 14px;
}

.prodpage__review-title::before {
  content: ' ';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #868686;
  border-radius: 100%;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 4px;
}

@media (max-width: 991px) {
  .prodpage__review-title {
    display: none;
  }
}

.prodpage__reviews:hover .prodpage__review-title {
  color: #ad2727;
}

.prodpage__reviews:hover .prodpage__review-title::before {
  background-color: #ad2727;
}

.prodpage__reviews:hover .prodpage__review-rating {
  color: #ad2727;
}

.prodpage__faq {
  margin-left: 30px;
  white-space: nowrap;
  display: none;
  cursor: pointer;
}

@media (max-width: 991px) {
  .prodpage__faq {
    margin-left: 20px;
  }
}

.prodpage__faq--show {
  display: inline-flex;
}

.prodpage__faq-icon {
  position: relative;
  top: -2px;
  margin-right: 4px;
}

.prodpage__faq-icon img, .prodpage__faq-icon svg {
  width: 26px;
  height: 16px;
}

.prodpage__faq:hover .prodpage__faq-icon img path, .prodpage__faq:hover .prodpage__faq-icon svg path {
  fill: #ad2727;
}

@media (max-width: 991px) {
  .prodpage__faq-icon img, .prodpage__faq-icon svg {
    width: 19px;
    height: 12px;
  }
}

.prodpage__faq-count {
  font-weight: 700;
  color: #333333;
}

@media (max-width: 991px) {
  .prodpage__faq-count {
    margin-left: 2px;
  }
}

.prodpage__faq-title {
  font-weight: 600;
  color: #4b4b4b;
  margin-left: 4px;
}

.prodpage__faq:hover .prodpage__faq-title {
  color: #ad2727;
}

@media (max-width: 991px) {
  .prodpage__faq-title {
    display: none;
  }
}

.prodpage__article {
  font-weight: 600;
  color: #4b4b4b;
  white-space: nowrap;
  display: inline-flex;
  cursor: pointer;
}

.prodpage__article-icon {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.prodpage__article-icon img, .prodpage__article-icon svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 991px) {
  .prodpage__article-icon img, .prodpage__article-icon svg {
    width: 12px;
    height: 12px;
  }
}

.prodpage__article-value {
  margin-left: 5px;
}

.prodpage__main {
  margin-top: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px 320px;
  grid-template-rows: auto 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

@media (max-width: 1399px) {
  .prodpage__main {
    grid-template-columns: minmax(0, 1fr) 320px 320px;
  }
}

@media (max-width: 1199px) {
  .prodpage__main {
    grid-template-columns: minmax(0, 1fr) 320px;
    grid-template-rows: auto auto 1fr;
  }
}

@media (max-width: 767px) {
  .prodpage__main {
    margin-top: 9px;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto;
    grid-row-gap: 0px;
  }
}

.prodpage__article:hover .prodpage__article-value {
  color: #ad2727;
}

.prodpage__article:hover .prodpage__article-title {
  color: #ad2727;
}

.prodpage__article:hover .prodpage__article-icon svg path {
  fill: #ad2727;
}

/*
	Сетка
 */
.prodpage__slider-grid {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/3;
}

@media (max-width: 1199px) {
  .prodpage__slider-grid {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}

@media (max-width: 767px) {
  .prodpage__slider-grid {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-bottom: 17px;
  }
}

.prodpage__params-grid {
  grid-column: 2/3;
  grid-row: 1/3;
}

@media (max-width: 1199px) {
  .prodpage__params-grid {
    grid-column: 1/2;
    grid-row: 2/4;
  }
}

@media (max-width: 767px) {
  .prodpage__params-grid {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

.prodpage__order-grid {
  grid-column: 3/4;
  grid-row: 1/2;
}

@media (max-width: 1199px) {
  .prodpage__order-grid {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

@media (max-width: 767px) {
  .prodpage__order-grid {
    grid-column: 1/2;
    grid-row: 4/5;
    margin-top: 33px;
  }
}

.prodpage__advant-grid {
  grid-column: 3/4;
  grid-row: 2/3;
}

@media (max-width: 1199px) {
  .prodpage__advant-grid {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}

@media (max-width: 767px) {
  .prodpage__advant-grid {
    grid-column: 1/2;
    grid-row: 3/4;
    margin: 0 -12px;
    margin-top: 17px;
  }
}

/*
	Слайдер товара
 */
.prodpage__slider {
  position: relative;
  background-color: #e9e9eb;
  border-radius: 10px;
  overflow: hidden;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}

.prodpage__slider img, .prodpage__slider svg {
  max-height: 100%;
  max-width: 100%;
}

.prodpage__slider .prodpage__slider-arrow {
  top: unset;
  bottom: 20px;
  right: 20px;
  left: unset;
  width: 40px;
  height: 40px;
  background: #FFF;
  border-radius: 90%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.05));
}

.prodpage__slider .prodpage__slider-arrow svg {
  width: 14px;
  height: 11px;
}

.prodpage__slider .prodpage__slider-arrow.prodpage__slider-arrow--prev {
  right: 70px;
}

.prodpage__slider .prodpage__slider-arrow.prodpage__slider-arrow--next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 1199px) {
  .prodpage__slider {
    margin: 0 -12px;
    border-radius: 0;
    height: 450px;
  }
}

@media (max-width: 767px) {
  .prodpage__slider {
    height: 328px;
  }
}

.prodpage__slider-counter {
  background-color: #fff;
  height: 25px;
  border-radius: 12px;
  overflow: hidden;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 12px;
  line-height: 24px;
  color: #4b4b4b;
  position: absolute;
  top: unset;
  bottom: 12px;
  left: 12px;
  right: unset;
}

@media (max-width: 767px) {
  .prodpage__slider-counter.prodpage__slider-counter--active {
    display: flex;
  }
}

.prodpage__slider-counter-current {
  font-weight: 700;
}

.prodpage__slider-counter-separ {
  margin: 0 1px;
}

.prodpage__slider-counter-total {
  font-weight: 600;
}

.prodpage__slider-labels-1-2 {
  position: absolute;
  top: 20px;
  bottom: unset;
  left: unset;
  right: 20px;
}

@media (max-width: 767px) {
  .prodpage__slider-labels-1-2 {
    top: 10px;
    right: 10px;
  }
}

.prodpage__slider-label {
  height: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #4b4b4b;
  padding: 0 15px;
  background-color: #fff;
}

.prodpage__slider-label svg {
  width: 10px;
  height: 14px;
  margin-right: 6px;
}

@media (max-width: 767px) {
  .prodpage__slider-label {
    padding: 0 10px;
    font-size: 12px;
    height: 20px;
  }
}

.prodpage__slider-label--label1,
.prodpage__slider-label--label2 {
  display: flex;
  justify-content: flex-end;
}

.prodpage__slider-label--label1 +
.prodpage__slider-label--label2 {
  margin-top: 10px;
}

.prodpage__slider-label--label1 .prodpage__slider-label {
  background-color: #f6be7b;
}

.prodpage__slider-label--label1 .prodpage__slider-label svg {
  width: 14px;
  height: 14px;
}

@media (max-width: 767px) {
  .prodpage__slider-label--label1 .prodpage__slider-label svg {
    width: 12px;
    height: 12px;
  }
}

.prodpage__slider-label--label2 .prodpage__slider-label {
  position: static;
  background-color: #fff;
}

.prodpage__slider-label--label2 .prodpage__slider-label svg {
  width: 14px;
  height: 14px;
}

@media (max-width: 767px) {
  .prodpage__slider-label--label2 .prodpage__slider-label svg {
    width: 12px;
    height: 12px;
  }
}

.prodpage__slider-label--label3 {
  position: absolute;
  top: unset;
  bottom: 20px;
  right: unset;
  left: 20px;
}

@media (max-width: 767px) {
  .prodpage__slider-label--label3 {
    top: unset;
    bottom: 13px;
    right: 10px;
    left: unset;
  }
}

.prodpage__slider-items {
  height: 100%;
}

.prodpage__slider-items .slick-list,
.prodpage__slider-items .slick-track,
.prodpage__slider-items .slick-slide,
.prodpage__slider-items .prodpage__slider-item {
  height: 100%;
}

.prodpage__slider-items .slick-slide > div {
  line-height: 0;
}

@media (max-width: 1199px) {
  .prodpage__slider-items .slick-slide > div {
    height: 100%;
  }
}

.prodpage__slider-items .slick-slide {
  display: flex !important;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}

.prodpage__slider-thumbs {
  position: absolute;
  left: 20px;
  top: 0px;
  bottom: 0px;
  width: 60px;
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-around;
}

.prodpage__slider-thumbs.slick-initialized {
  display: flex !important;
}

@media (max-width: 767px) {
  .prodpage__slider-thumbs {
    height: 0;
    width: 0;
    overflow: hidden;
  }
}

.prodpage__slider-thumb {
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 0;
  max-height: 80px;
  height: 50px;
  background-color: #eaeaeb;
  overflow: hidden;
  border-radius: 4px;
  margin-top: 5px;
}

.prodpage__slider-thumb img {
  max-height: 90%;
  max-width: 100%;
}

.slick-current .prodpage__slider-thumb {
  border: 1px solid #c13137;
}

.prodpage__slider-item {
  display: none;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.prodpage__slider-item:first-child {
  display: inline-flex;
}

.slick-initialized .prodpage__slider-item {
  display: inline-flex !important;
}

/*
	Гарантии
 */
.prodpage__garanty {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  gap: 10px;
}

@media (max-width: 1199px) {
  .prodpage__garanty {
    position: static;
    border-bottom: 1px solid #dedede;
    padding: 7px 0;
    margin-top: 0;
  }
}

@media (max-width: 1199px) {
  .prodpage__garanty {
    margin: 0 -12px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.prodpage__garanty-item {
  font-size: 14px;
  color: #4b4b4b;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.prodpage__garanty-item img, .prodpage__garanty-item svg {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .prodpage__garanty-item {
    font-size: 12px;
  }
}

/*
	Параметры товара
 */
.prodpage__params {
  --params-border-radius: 4px;
  --params-border: 1px solid #868686;
  --params-gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.prodpage__param + .prodpage__param {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .prodpage__param + .prodpage__param {
    margin-top: 17px;
  }
}

.prodpage__param-title {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin-top: 14px;
}

@media (max-width: 767px) {
  .prodpage__param-title {
    font-size: 14px;
    margin-top: 8px;
  }
}

.prodpage__param-desc {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  margin-top: 4px;
}

@media (max-width: 767px) {
  .prodpage__param-desc {
    font-size: 12px;
    margin-top: 0;
  }
}

.prodpage__param-values {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.prodpage__param--polish .prodpage__param-values {
  gap: var(--params-gap);
}

.prodpage__param-values .owl-dots {
  display: none;
}

@media (max-width: 767px) {
  .prodpage__param-values {
    font-size: 12px;
  }
}

.prodpage__param-value {
  flex-basis: 33.33%;
  display: flex;
  flex-direction: column;
  height: 150px;
  border: var(--params-border);
  border-radius: var(--params-border-radius);
  padding: 15px 10px;
  position: relative;
  cursor: pointer;
  margin-top: 25px;
}

.prodpage__param-value:hover {
  border-width: 1px;
  border-color: #c13137;
  background-color: #fff;
}

.prodpage__param--size img {
  width: auto;
  max-height: 90px;
  max-width: 88px;
}

.prodpage__param--size .owl-carousel {
  --arrow-width: 40px;
}

.prodpage__param--size .owl-carousel .owl-stage {
  display: flex;
}

.prodpage__param--size .owl-carousel .owl-item img {
  width: auto;
}

.prodpage__param--size .owl-carousel .owl-next-inner,
.prodpage__param--size .owl-carousel .owl-prev-inner {
  width: var(--arrow-width);
  height: var(--arrow-width);
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 12px);
  cursor: pointer;
  z-index: 10;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.05));
}

.prodpage__param--size .owl-carousel .owl-next-inner svg,
.prodpage__param--size .owl-carousel .owl-prev-inner svg {
  width: 11px;
}

@media (max-width: 767px) {
  .prodpage__param--size .owl-carousel .owl-next-inner,
  .prodpage__param--size .owl-carousel .owl-prev-inner {
    display: none;
  }
}

.prodpage__param--size .owl-carousel .owl-prev-inner {
  left: -20px;
}

@media (max-width: 1199px) {
  .prodpage__param--size .owl-carousel .owl-prev-inner {
    left: -10px;
  }
}

.prodpage__param--size .owl-carousel .owl-next-inner {
  right: -20px;
}

.prodpage__param--size .owl-carousel .owl-next-inner svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 1199px) {
  .prodpage__param--size .owl-carousel .owl-next-inner {
    right: -10px;
  }
}

.prodpage__param--size .owl-carousel .owl-nav {
  top: calc(50% - 10px);
}

.prodpage__param--size .owl-carousel .owl-dots {
  margin-top: 12px;
  margin-bottom: 15px;
}

.prodpage__param--size .owl-carousel .owl-dots button span {
  width: 8px;
  height: 8px;
  background: #C8C8C8;
  border-radius: 100%;
  display: inline-block;
  margin: 0 3px;
}

.prodpage__param--size .owl-carousel .owl-dots button.active span {
  width: 11px;
  height: 11px;
  background: #19304B;
}

.prodpage__param--size .owl-carousel .prodpage__param-value {
  max-width: 110px;
}

.prodpage__param--size .owl-carousel .prodpage__param-value:nth-child(n+4) {
  display: none;
}

.prodpage__param--size .owl-carousel:not(.owl-loaded) {
  gap: 10px;
}

.prodpage__param--size .owl-carousel:not(.owl-loaded) .prodpage__param-value {
  flex-grow: 0;
  width: 110px;
}

@media (max-width: 1199px) {
  .prodpage__param--size .owl-carousel:not(.owl-loaded) .prodpage__param-value {
    flex-grow: 1;
    width: auto;
    max-width: none;
  }
}

.prodpage__param--blank {
  height: 0px;
  overflow: hidden;
  margin: 0 !important;
}

.prodpage__param-label-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  top: 0;
}

.prodpage__param-label {
  position: relative;
  top: -12px;
  height: 20px;
  border-radius: 10px;
  background-color: #f6be7b;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #4b4b4b;
  font-weight: 700;
}

.prodpage__param-value--active {
  border-width: 2px;
  border-color: #c13137;
  background-color: #fff;
}

.prodpage__param-value--active:hover {
  border-width: 2px;
}

.prodpage__param-value--disabled * {
  opacity: 0.5;
}

.prodpage__param-value-img {
  flex-grow: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.prodpage__param-value-title {
  font-size: 14px;
  font-weight: 600;
  color: #0b0f16;
  text-align: center;
  height: 29px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.prodpage__param--polish .prodpage__param-value-title {
  height: 34px;
}

@media (max-width: 767px) {
  .prodpage__param-value-title {
    font-size: 12px;
  }
}

.prodpage__param-info {
  border: var(--params-border);
  border-radius: var(--params-border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-top: var(--params-gap);
  color: #0b0f16;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

.prodpage__param-info:hover {
  color: #0b0f16;
  background-color: #fff;
}

@media (max-width: 767px) {
  .prodpage__param-info {
    font-size: 12px;
    height: 40px;
  }
}

.prodpage__param-info-icon {
  margin-right: 5px;
  position: relative;
  top: -3px;
  display: inline-block;
}

@media (max-width: 767px) {
  .prodpage__param-info-icon {
    top: -1px;
  }
}

/*
	Блок оформления заявки
 */
.prodpage__order {
  border-radius: 10px;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.05));
  background-color: #ffffff;
  padding: 20px 32px 25px 28px;
  max-width: 480px;
  margin-top: 9px;
  position: relative;
  flex-shrink: 0;
  min-height: 283px;
  display: flex;
  flex-flow: column;
}

@media (max-width: 1199px) {
  .prodpage__order {
    min-height: unset;
  }
}

@media (max-width: 767px) {
  .prodpage__order {
    padding: 23px 34px 27px 32px;
  }
}

.prodpage__promo-wrapper {
  position: absolute;
  top: 0;
  height: 25px;
  left: 18px;
}

.prodpage__promo {
  position: absolute;
  height: 25px;
  top: -11px;
}

.prodpage__promo {
  height: 25px;
  display: flex;
  font-size: 12px;
  border-radius: 0 4px 4px 0;
  overflow: hidden;
}

.prodpage__promo-percent,
.prodpage__promo-desc {
  display: flex;
  align-items: center;
}

.prodpage__promo-percent {
  background: url("/front/site/img_new/prodpage/label.png");
  background-position: left center;
  background-repeat: no-repeat;
  height: 100%;
  white-space: nowrap;
  font-weight: 700;
  color: #fff;
  padding: 0 10px 0 19px;
  width: 58px;
}

.prodpage__promo-desc {
  height: 100%;
  white-space: nowrap;
  color: #4b4b4b;
  font-weight: 600;
  padding: 0 10px;
  background-color: #e1c5c7;
}

.prodpage__price {
  color: #4b4b4b;
  white-space: nowrap;
  display: inline-flex;
  align-items: baseline;
  margin-right: 5px;
}

.prodpage__price-current {
  font-size: 30px;
  font-weight: 700;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .prodpage__price-current {
    font-size: 24px;
  }
}

.prodpage__price-old {
  font-size: 18px;
  font-weight: 600;
  text-decoration: line-through;
  text-decoration-color: #c13137;
}

@media (max-width: 767px) {
  .prodpage__price-old {
    font-size: 16px;
  }
}

.prodpage__offers {
  margin-top: 14px;
  flex-grow: 1;
}

@media (max-width: 767px) {
  .prodpage__offers {
    margin-top: 5px;
  }
}

.prodpage__offer {
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  flex-grow: 1;
}

.prodpage__offer + .prodpage__offer {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .prodpage__offer + .prodpage__offer {
    margin-top: 7px;
  }
}

@media (max-width: 767px) {
  .prodpage__offer {
    font-size: 12px;
  }
}

.prodpage__offer-icon {
  margin-right: 2px;
}

.prodpage__offer-icon img, .prodpage__offer-icon svg {
  margin-right: 4px;
}

@media (max-width: 767px) {
  .prodpage__offer-icon img, .prodpage__offer-icon svg {
    max-width: 15px;
    position: relative;
    top: -2px;
  }
}

.prodpage__offer-bold {
  font-weight: 700;
}

.prodpage__offer-desc {
  margin-left: 3px;
}

.prodpage__button {
  margin-top: 25px;
  display: flex;
  gap: 10px;
}

@media (max-width: 767px) {
  .prodpage__button {
    margin-top: 14px;
  }
}

.prodpage__button-order {
  width: auto;
  flex-grow: 1;
  font-size: 15px;
  padding: 0;
}

@media (max-width: 991px) {
  .prodpage__button-order {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .prodpage__button-order {
    font-size: 12px;
  }
}

.prodpage__button-phone {
  background-color: #eaeaeb;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s ease 0s;
  border: none;
}

.prodpage__button-phone:hover {
  background-color: #dedede;
}

@media (max-width: 991px) {
  .prodpage__button-phone {
    width: 40px;
    height: 40px;
  }
}

.prodpage__button-phone-svg {
  width: 26px;
  height: 22px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

@media (max-width: 991px) {
  .prodpage__button-phone-svg {
    width: 24px;
    height: 20px;
  }
}

.prodpage__button-card-svg {
  width: 30px;
  height: 30px;
}

.prodpage__button-phone-svg-path {
  fill: #4b4b4b;
}

.prodpage__order-info {
  font-size: 12px;
  color: #868686;
  line-height: 1.5em;
  margin-top: 18px;
}

@media (max-width: 767px) {
  .prodpage__order-info {
    font-size: 12px;
    margin-top: 12px;
  }
}

/*
	Преимущества
 */
.prodpage__advant--nomobile {
  background-color: #eaeaeb;
  border-radius: 10px;
  overflow: hidden;
  padding: 29px 28px;
  height: 100%;
  width: 100%;
}

.prodpage__advant--nomobile .advantages-n {
  height: 100%;
}

.prodpage__advant--nomobile .advantages-n__outer {
  height: 100%;
}

.prodpage__advant--nomobile .advantages-n__items {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.prodpage__advant--nomobile .advantages-n__item-outer:last-child {
  display: none;
}

.prodpage__advant--nomobile .advantages-n__item +
.advantages-n__item {
  margin-top: 15px;
}

.prodpage__advant--nomobile .advantages-n__item-outer +
.advantages-n__item-outer {
  margin-top: 15px;
}

.prodpage__advant--nomobile .advantages-n__item--design {
  background-position: left 6px bottom 5px;
  background-size: 26px;
}

.prodpage__advant--nomobile .advantages-n__item--gravirovka {
  background-position: left 6px bottom 9px;
  background-size: 26px;
}

.prodpage__advant--nomobile .advantages-n__item--install {
  background-position: left 6px bottom 5px;
  background-size: 26px;
}

@media (max-width: 767px) {
  .prodpage__advant--nomobile {
    display: none;
  }
}

.prodpage__advant--mobile {
  display: none;
}

@media (max-width: 767px) {
  .prodpage__advant--mobile {
    display: block;
  }
  .prodpage__advant--mobile .prodpage__advant-desc {
    padding: 0 12px;
    margin-bottom: 17px;
  }
  .prodpage__advant--mobile .advantages-n__items {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.prodpage--popups-scroll-animation {
  position: relative;
  animation: run 1s;
  animation-name: run;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-delay: 2s;
}

@keyframes run {
  0% {
    left: 0;
  }
  50% {
    left: -100px;
  }
  100% {
    left: 0;
  }
}

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

.manager__icon {
  margin-right: 11px;
  flex-shrink: 0;
}

.manager__icon img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .manager__icon {
    margin-right: 11px;
  }
}

.manager__title {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .manager__title {
    font-size: 12px;
  }
}

.manager__link {
  font-size: 14px;
  font-weight: 600;
  color: #c13137;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .manager__link {
    font-size: 12px;
  }
}

.manager--prodpage {
  position: relative;
  top: 3px;
}

.manager--prodpage .manager__icon {
  order: 1;
  margin-right: 0;
  margin-left: 14px;
}

.manager--prodpage .manager__desc {
  order: 0;
  text-align: right;
}

.manager:hover .manager__icon img {
  filter: hue-rotate(330deg);
}

.manager:hover .manager__link {
  color: #ad2727;
}

.popup-n {
  position: relative;
  border-radius: 10px;
  filter: drop-shadow(0px 5px 12.5px rgba(0, 0, 0, 0.09));
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: none;
  max-width: 1296px;
  padding: 0;
  width: 100%;
  margin: 70px 0;
}

.popup-n a[rel="modal:close"] {
  display: none;
}

@media (max-width: 767px) {
  .popup-n {
    margin: 20px 0;
  }
}

.popup-n__close {
  position: fixed;
  cursor: pointer;
  display: none;
  z-index: 5;
  align-items: flex-end;
}

.popup-n__close a {
  display: inline-block;
  position: relative;
  background: #fff;
  border-radius: 100%;
  border: 2px solid #5c5c5c;
  top: 20px;
  right: 20px;
}

@media (max-width: 991px) {
  .popup-n__close a {
    top: 10px;
    right: 10px;
  }
}

.popup-n__close svg {
  width: 40px;
  height: 40px;
}

.popup-n__close svg path {
  fill: transparent;
}

.popup-n__close svg path.popup-n__close-svg-x {
  fill: #5c5c5c;
}

@media (max-width: 991px) {
  .popup-n__close {
    top: 10px;
    right: 10px;
  }
  .popup-n__close svg {
    width: 30px;
    height: 30px;
  }
}

.popup-n__close_show {
  display: flex;
}

.modal-prod-size {
  color: #333333;
  width: 100%;
}

.modal-prod-size__who {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 913px auto;
  background-image: url("/front/site/img_new/popups/product/sizes/who-bg.webp");
  background-position: left bottom;
  background-repeat: repeat-x;
}

@media (max-width: 1199px) {
  .modal-prod-size__who {
    grid-template-columns: auto auto;
  }
}

.modal-prod-size__who-header {
  grid-column: 1/2;
  grid-row: 1/2;
  color: #333;
  margin-left: 70px;
  margin-top: 50px;
  margin-right: 70px;
}

@media (max-width: 1199px) {
  .modal-prod-size__who-header {
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  .modal-prod-size__who-header {
    margin-left: 15px;
    margin-top: 24px;
    margin-right: 40px;
  }
}

.modal-prod-size__who-items {
  grid-column: 1/2;
  grid-row: 2/3;
  display: flex;
  margin-left: 53px;
  padding-top: 11px;
  padding-bottom: 67px;
}

@media (max-width: 1199px) {
  .modal-prod-size__who-items {
    width: 100%;
    overflow-x: auto;
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .modal-prod-size__who-items {
    padding-top: 73px;
    margin-left: 0;
    gap: 44px;
    padding-bottom: 30px;
  }
}

.modal-prod-size__who-info {
  grid-column: 2/3;
  grid-row: 1/3;
  justify-self: end;
}

.modal-prod-size__who-item {
  flex-basis: 33.33%;
}

@media (max-width: 1199px) {
  .modal-prod-size__who-item {
    flex-basis: 25%;
  }
}

.modal-prod-size .modal-prod-size__who-item--info {
  display: none;
}

@media (max-width: 1199px) {
  .modal-prod-size .modal-prod-size__who-item--info {
    display: block;
    flex-basis: 25%;
  }
  .modal-prod-size .modal-prod-size__who-item--info .modal-prod-size__who-info {
    display: block;
    min-width: 180px;
  }
}

.modal-prod-size__who-item--middle {
  position: relative;
  left: 0px;
}

.modal-prod-size__who-item--large {
  position: relative;
  left: 29px;
}

@media (max-width: 1199px) {
  .modal-prod-size__who-item--large {
    left: 0;
  }
}

.modal-prod-size__who-title {
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .modal-prod-size__who-title {
    font-size: 18px;
    line-height: 1.4;
  }
}

.modal-prod-size__who-desc {
  font-size: 20px;
  font-weight: 600;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .modal-prod-size__who-desc {
    font-size: 14px;
    margin-top: 5px;
  }
}

.modal-prod-size__who-item-image {
  height: 385px;
  display: flex;
  align-items: flex-end;
}

.modal-prod-size__who-item--small .modal-prod-size__who-item-image {
  width: 200px;
}

@media (max-width: 767px) {
  .modal-prod-size__who-item--small .modal-prod-size__who-item-image img {
    width: auto;
    height: 241px;
  }
}

.modal-prod-size__who-item--middle .modal-prod-size__who-item-image {
  width: 220px;
}

@media (max-width: 767px) {
  .modal-prod-size__who-item--middle .modal-prod-size__who-item-image img {
    width: auto;
    height: 290px;
  }
}

.modal-prod-size__who-item--large .modal-prod-size__who-item-image {
  width: 270px;
}

@media (max-width: 767px) {
  .modal-prod-size__who-item--large .modal-prod-size__who-item-image img {
    height: 330px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .modal-prod-size__who-item-image {
    height: 277px;
  }
}

.modal-prod-size__who-item-text {
  margin-top: 10px;
}

.modal-prod-size__who-item--small .modal-prod-size__who-item-text {
  margin-left: 17px;
  max-width: 260px;
}

@media (max-width: 767px) {
  .modal-prod-size__who-item--small .modal-prod-size__who-item-text {
    max-width: 260px;
    margin-left: 15px;
  }
}

.modal-prod-size__who-item--middle .modal-prod-size__who-item-text {
  margin-left: 23px;
  max-width: 260px;
}

@media (max-width: 767px) {
  .modal-prod-size__who-item--middle .modal-prod-size__who-item-text {
    margin-left: 21px;
  }
}

.modal-prod-size__who-item--large .modal-prod-size__who-item-text {
  margin-left: 26px;
  max-width: 260px;
}

.modal-prod-size__who-item-size {
  font-size: 20px;
  font-weight: 700;
  margin-top: 18px;
}

@media (max-width: 767px) {
  .modal-prod-size__who-item-size {
    font-size: 14px;
    margin-top: 12px;
  }
}

.modal-prod-size__who-item-size-info {
  display: flex;
  gap: 40px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .modal-prod-size__who-item-size-info {
    margin-top: 13px;
    gap: 30px;
  }
}

.modal-prod-size__who-item-size-height, .modal-prod-size__who-item-size-width {
  position: relative;
}

.modal-prod-size__who-item-size-height::before, .modal-prod-size__who-item-size-width::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.modal-prod-size__who-item-size-height div, .modal-prod-size__who-item-size-width div {
  font-size: 14px;
}

@media (max-width: 767px) {
  .modal-prod-size__who-item-size-height div, .modal-prod-size__who-item-size-width div {
    font-size: 12px;
  }
}

.modal-prod-size__who-item-size-height div:first-child, .modal-prod-size__who-item-size-width div:first-child {
  font-weight: 700;
}

@media (max-width: 767px) {
  .modal-prod-size__who-item-size-height div:first-child, .modal-prod-size__who-item-size-width div:first-child {
    margin-bottom: 2px;
  }
}

.modal-prod-size__who-item-size-height div:last-child, .modal-prod-size__who-item-size-width div:last-child {
  font-weight: 600;
  position: relative;
  left: 0px;
}

.modal-prod-size__who-item-size-height::before {
  content: '↕';
  left: -9px;
  font-size: 13px;
}

.modal-prod-size__who-item-size-width::before {
  content: '↔';
  left: -17px;
  top: -3px;
  font-size: 17px;
}

@media (max-width: 767px) {
  .modal-prod-size__who-item-size-width::before {
    left: -15px;
    top: -3px;
    font-size: 15px;
  }
}

.modal-prod-size__who-item-desc {
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 600;
  margin-top: 12px;
  margin-left: 2px;
  line-height: 1.4;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .modal-prod-size__who-item-desc {
    font-size: 12px;
    margin-top: 11px;
    margin-left: -1px;
    line-height: 1.5;
    margin-right: 0;
  }
}

.modal-prod-size__who-info {
  margin-top: 59px;
  margin-right: 69px;
  padding-left: 25px;
}

@media (max-width: 1199px) {
  .modal-prod-size__who-info {
    display: none;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .modal-prod-size__who-info {
    margin-right: 20px;
    padding-left: 0;
  }
}

.modal-prod-size__who-info-image {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 1199px) {
  .modal-prod-size__who-info-image {
    height: 385px;
  }
  .modal-prod-size__who-info-image img {
    max-height: 100%;
  }
}

@media (max-width: 767px) {
  .modal-prod-size__who-info-image {
    height: 277px;
  }
}

.modal-prod-size__who-info-text {
  margin-left: 41px;
  margin-top: 29px;
}

@media (max-width: 991px) {
  .modal-prod-size__who-info-text {
    margin-top: 21px;
    margin-left: 30px;
    margin-left: 0;
  }
}

.modal-prod-size__who-info-title {
  font-size: 14px;
  color: #4b4b4b;
  font-weight: 700;
  line-height: 1.4;
}

.modal-prod-size__who-info-title div {
  position: relative;
}

.modal-prod-size__who-info-title div:first-child::before {
  content: ' ';
  background-image: url("/front/site/img_new/popups/product/sizes/corner.webp");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  position: absolute;
  left: -19px;
  top: 3px;
  width: 12px;
  height: 12px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .modal-prod-size__who-info-title {
    font-size: 12px;
  }
}

.modal-prod-size__who-info-desc {
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 600;
  margin-top: 13px;
  max-width: 225px;
  line-height: 1.4;
}

.modal-prod-size__who-info-desc a {
  display: inline;
  margin-top: 5px;
  position: relative;
}

.modal-prod-size__who-info-desc a::after {
  content: ' ';
  display: inline-block;
  background-image: url("/front/site/img_new/popups/product/sizes/link-arrow.webp");
  background-repeat: no-repeat;
  background-size: 5px 8px;
  width: 5px;
  height: 8px;
  position: absolute;
  right: -10px;
  bottom: 4px;
}

@media (max-width: 767px) {
  .modal-prod-size__who-info-desc {
    font-size: 12px;
  }
}

.modal-prod-size__material {
  padding: 59px 0px 46px;
}

@media (max-width: 767px) {
  .modal-prod-size__material {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}

.modal-prod-size__material-header {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 767px) {
  .modal-prod-size__material-header {
    padding-left: 15px;
    padding-right: 16px;
  }
}

.modal-prod-size__material-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .modal-prod-size__material-title {
    font-size: 18px;
  }
}

.modal-prod-size__material-desc {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  max-width: 622px;
  margin: 10px auto 0px;
}

@media (max-width: 767px) {
  .modal-prod-size__material-desc {
    font-size: 14px;
    margin: 5px auto 0px;
  }
}

.modal-prod-size__who-info-consult {
  margin-top: 5px;
}

.modal-prod-size__material-items {
  display: flex;
  justify-content: center;
  max-width: 1184px;
  margin: 69px auto 0;
  flex-wrap: wrap;
  gap: 22px;
}

@media (max-width: 1199px) {
  .modal-prod-size__material-items {
    max-width: 900px;
  }
}

@media (max-width: 767px) {
  .modal-prod-size__material-items {
    margin-top: 30px;
    column-gap: 21px;
    row-gap: 0px;
  }
}

.modal-prod-size__material-item {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .modal-prod-size__material-item {
    margin-bottom: 28px;
  }
}

.modal-prod-size__material-item-image {
  position: relative;
  left: 14px;
}

@media (max-width: 767px) {
  .modal-prod-size__material-item-image {
    left: 8px;
  }
  .modal-prod-size__material-item-image img {
    max-width: 93px;
  }
}

.modal-prod-size__material-item-title {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-top: 9px;
  color: #4b4b4b;
}

@media (max-width: 767px) {
  .modal-prod-size__material-item-title {
    font-size: 12px;
  }
}

.modal-prod-polish {
  color: #333333;
  width: 100%;
}

.modal-prod-polish__what {
  background-image: url("/front/site/img_new/popups/product/polish/what-bg.webp");
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-left: 70px;
  padding-right: 70px;
}

@media (max-width: 991px) {
  .modal-prod-polish__what {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .modal-prod-polish__what {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.modal-prod-polish__what-header {
  grid-column: 1/3;
  max-width: 780px;
  margin-top: 51px;
  margin-bottom: 69px;
}

@media (max-width: 1199px) {
  .modal-prod-polish__what-header {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .modal-prod-polish__what-header {
    margin-top: 23px;
    margin-right: 30px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .modal-prod-polish__what-header {
    margin-left: 15px;
  }
}

.modal-prod-polish__what-info {
  display: grid;
  grid-template-columns: 331px 418px auto;
  grid-template-rows: auto;
}

@media (max-width: 1199px) {
  .modal-prod-polish__what-info {
    grid-template-columns: auto 350px auto;
  }
}

@media (max-width: 991px) {
  .modal-prod-polish__what-info {
    grid-template-columns: auto 300px auto;
  }
}

@media (max-width: 767px) {
  .modal-prod-polish__what-info {
    grid-template-columns: 190px auto;
    grid-template-rows: auto auto;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: auto;
  }
}

@media (max-width: 379px) {
  .modal-prod-polish__what-info {
    grid-template-columns: 150px auto;
  }
}

.modal-prod-polish__what-no-polished {
  grid-column: 1/2;
  grid-row: 2/3;
}

@media (max-width: 767px) {
  .modal-prod-polish__what-no-polished {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

.modal-prod-polish__what-image {
  grid-column: 2/3;
  grid-row: 2/3;
  display: flex;
  align-items: flex-end;
  position: relative;
}

@media (max-width: 767px) {
  .modal-prod-polish__what-image {
    grid-column: 2/3;
    grid-row: 1/3;
    width: 359px;
    justify-self: center;
    justify-content: center;
  }
}

@media (max-width: 379px) {
  .modal-prod-polish__what-image {
    left: -10px;
  }
}

@media (max-width: 767px) {
  .modal-prod-polish__what-image-desktop {
    display: none;
  }
}

.modal-prod-polish__what-image-mobile {
  display: none;
}

@media (max-width: 767px) {
  .modal-prod-polish__what-image-mobile {
    display: inline-block;
  }
}

.modal-prod-polish__what-polished {
  grid-column: 3/4;
  grid-row: 2/3;
  align-self: end;
}

@media (max-width: 767px) {
  .modal-prod-polish__what-polished {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

.modal-prod-polish__what-title {
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .modal-prod-polish__what-title {
    font-size: 18px;
    line-height: 1.5;
  }
}

.modal-prod-polish__what-desc {
  font-size: 20px;
  font-weight: 600;
  margin-top: 8px;
}

@media (max-width: 991px) {
  .modal-prod-polish__what-desc {
    font-size: 14px;
    margin-top: 2px;
    line-height: 1.4;
  }
}

.modal-prod-polish__what-no-polished ul, .modal-prod-polish__what-polished ul {
  font-size: 16px;
  font-weight: 600;
  margin-top: 7px;
}

.modal-prod-polish__what-no-polished ul li, .modal-prod-polish__what-polished ul li {
  margin-left: -1px;
  margin-bottom: 10px;
  line-height: 1.4;
  display: flex;
}

.modal-prod-polish__what-no-polished ul li::before, .modal-prod-polish__what-polished ul li::before {
  content: ' ';
  background-image: url("/front/site/img_new/svg/bullet.svg");
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  position: relative;
  margin-top: 7px;
  margin-right: 4px;
}

@media (max-width: 767px) {
  .modal-prod-polish__what-no-polished ul li::before, .modal-prod-polish__what-polished ul li::before {
    margin-top: 2px;
    margin-right: 4px;
  }
}

@media (max-width: 991px) {
  .modal-prod-polish__what-no-polished ul, .modal-prod-polish__what-polished ul {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .modal-prod-polish__what-no-polished ul, .modal-prod-polish__what-polished ul {
    margin-top: 11px;
  }
}

.modal-prod-polish__what-no-polished {
  padding-top: 52px;
  padding-left: 41px;
}

@media (max-width: 1199px) {
  .modal-prod-polish__what-no-polished {
    padding-left: 0px;
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .modal-prod-polish__what-no-polished {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .modal-prod-polish__what-no-polished {
    margin-bottom: 20px;
  }
  .modal-prod-polish__what-no-polished ul {
    display: flex;
    flex-direction: column;
  }
  .modal-prod-polish__what-no-polished ul li {
    order: 5;
  }
  .modal-prod-polish__what-no-polished ul li:nth-child(5) {
    order: 0;
  }
  .modal-prod-polish__what-no-polished ul li:nth-child(4) {
    order: 1;
  }
}

.modal-prod-polish__what-polished {
  padding-bottom: 56px;
  padding-left: 23px;
}

.modal-prod-polish__what-polished ul {
  width: 281px;
}

@media (max-width: 1199px) {
  .modal-prod-polish__what-polished ul {
    width: auto;
  }
}

@media (max-width: 991px) {
  .modal-prod-polish__what-polished {
    padding-left: 5px;
  }
}

@media (max-width: 767px) {
  .modal-prod-polish__what-polished {
    padding-bottom: 20px;
  }
}

.modal-prod-polish__what-polished-title {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .modal-prod-polish__what-polished-title {
    font-size: 14px;
  }
}

.modal-prod-polish__kind {
  padding-bottom: 71px;
}

.modal-prod-polish__kind-header {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 59px;
}

@media (max-width: 991px) {
  .modal-prod-polish__kind-header {
    padding-left: 15px;
    padding-right: 16px;
  }
}

@media (max-width: 767px) {
  .modal-prod-polish__kind-header {
    margin-top: 24px;
  }
}

.modal-prod-polish__kind-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 991px) {
  .modal-prod-polish__kind-title {
    font-size: 18px;
  }
}

.modal-prod-polish__kind-desc {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  max-width: 716px;
  margin: 8px auto 0px;
}

@media (max-width: 991px) {
  .modal-prod-polish__kind-desc {
    font-size: 14px;
    margin: 5px auto 0px;
  }
}

@media (max-width: 991px) {
  .modal-prod-polish__kind-items-scroll {
    overflow-x: auto;
  }
}

.modal-prod-polish__kind-items {
  display: grid;
  grid-template-columns: 350px 350px 350px;
  gap: 53px;
  justify-content: center;
  margin-top: 71px;
}

@media (max-width: 1199px) {
  .modal-prod-polish__kind-items {
    padding-left: 40px;
    padding-right: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 991px) {
  .modal-prod-polish__kind-items {
    grid-template-columns: 200px 200px 200px;
    padding-left: 15px;
    padding-right: 15px;
    gap: 50px;
  }
}

@media (max-width: 767px) {
  .modal-prod-polish__kind-items {
    width: fit-content;
    margin-top: 24px;
  }
}

.modal-prod-polish__kind-item {
  display: flex;
  flex-direction: column;
}

.modal-prod-polish__kind-item-monument {
  height: 332px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  left: -18px;
}

.modal-prod-polish__kind-item-monument img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 991px) {
  .modal-prod-polish__kind-item-monument {
    height: 250px;
  }
}

.modal-prod-polish__kind-item-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 3px;
}

@media (max-width: 991px) {
  .modal-prod-polish__kind-item-title {
    font-size: 14px;
  }
}

.modal-prod-polish__kind-item-desc {
  font-size: 16px;
  font-weight: 600;
  margin-top: 7px;
  line-height: 1.5;
  margin-bottom: 18px;
}

@media (max-width: 1199px) {
  .modal-prod-polish__kind-item-desc {
    min-height: 100px;
  }
}

@media (max-width: 991px) {
  .modal-prod-polish__kind-item-desc {
    font-size: 12px;
    min-height: 77px;
  }
}

.modal-prod-polish__kind-item-props {
  font-size: 14px;
  color: #4b4b4b;
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.modal-prod-polish__kind-item-prop {
  color: #4b4b4b;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  white-space: nowrap;
}

.modal-prod-polish__kind-item-prop:last-child {
  white-space: normal;
}

.modal-prod-polish__kind-item-prop span {
  font-weight: 700;
  color: #333;
}

@media (max-width: 991px) {
  .modal-prod-polish__kind-item-prop {
    font-size: 12px;
  }
}

.modal-prod-polish__kind-item-prop--monument::before, .modal-prod-polish__kind-item-prop--flower::before, .modal-prod-polish__kind-item-prop--stand::before {
  content: ' ';
  display: inline-block;
  background-position: left center;
  background-repeat: no-repeat;
  margin-right: 8px;
  position: relative;
  top: 2px;
  flex-shrink: 0;
}

.modal-prod-polish__kind-item-prop--monument::before {
  background-image: url("/front/site/img_new/svg/headstone.svg");
  background-size: 12px 14px;
  width: 12px;
  height: 14px;
  flex-shrink: 0;
}

.modal-prod-polish__kind-item-prop--flower::before {
  background-image: url("/front/site/img_new/svg/flower.svg");
  background-size: 12px 15px;
  width: 12px;
  height: 15px;
}

.modal-prod-polish__kind-item-prop--stand::before {
  background-image: url("/front/site/img_new/svg/cube.svg");
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
}

.modal-prod-polish__kind-item-photo {
  margin-top: 46px;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}

.modal-prod-polish__kind-item-photo img {
  border-radius: 10px;
  overflow: hidden;
}

.modal-prod-lowprice {
  color: #333;
  width: 100%;
}

.modal-prod-lowprice__info {
  background-image: url("/front/site/img_new/popups/product/lowprice/info-bg.webp");
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 50px 70px 92px 70px;
}

@media (max-width: 991px) {
  .modal-prod-lowprice__info {
    padding: 25px 15px 42px 15px;
  }
}

.modal-prod-lowprice__header {
  max-width: 760px;
  line-height: 1.4;
}

.modal-prod-lowprice__header-title {
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .modal-prod-lowprice__header-title {
    font-size: 18px;
    line-height: 1.3;
    padding-right: 35px;
  }
}

.modal-prod-lowprice__header-desc {
  font-size: 20px;
  font-weight: 600;
  margin-top: 8px;
}

@media (max-width: 991px) {
  .modal-prod-lowprice__header-desc {
    font-size: 14px;
    margin-top: 3px;
    line-height: 1.4;
  }
}

.modal-prod-lowprice__info-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
  margin-top: 46px;
}

@media (max-width: 575px) {
  .modal-prod-lowprice__info-items {
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    margin-top: 44px;
    column-gap: 50px;
    row-gap: 22px;
  }
}

@media (max-width: 991px) {
  .modal-prod-lowprice__info-item-img {
    max-width: 105px;
  }
}

.modal-prod-lowprice__info-item-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 26px;
  max-width: 200px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .modal-prod-lowprice__info-item-title {
    font-size: 12px;
    max-width: 125px;
    margin-top: 17px;
  }
}

@media (max-width: 991px) {
  .modal-prod-lowprice__numbers-scroll {
    overflow-x: auto;
    margin-top: -31px;
  }
}

.modal-prod-lowprice__numbers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 90px;
  padding: 70px 70px 60px 70px;
}

@media (max-width: 991px) {
  .modal-prod-lowprice__numbers {
    display: flex;
    gap: 50px;
    padding: 0px 15px 37px 15px;
    justify-content: space-between;
  }
}

.modal-prod-lowprice__number {
  position: relative;
  flex-basis: 228px;
  flex-shrink: 0;
}

.modal-prod-lowprice__number-num {
  font-size: 100px;
  line-height: 1em;
  color: #4b4b4b;
  font-weight: 700;
  font-family: "Source Serif Pro";
  position: absolute;
  top: -121px;
}

@media (max-width: 991px) {
  .modal-prod-lowprice__number-num {
    font-size: 60px;
    line-height: 1em;
    position: static;
    top: 0;
  }
}

.modal-prod-lowprice__number-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: -10px;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .modal-prod-lowprice__number-title {
    font-size: 14px;
    margin-top: 7px;
  }
}

.modal-prod-lowprice__number-desk {
  font-size: 16px;
  font-weight: 600;
  margin-top: 6px;
  line-height: 1.5em;
}

@media (max-width: 991px) {
  .modal-prod-lowprice__number-desk {
    font-size: 12px;
    margin-top: 11px;
  }
}

.modal-prod-lowprice__number-list {
  font-size: 14px;
  font-weight: 600;
  margin-top: 19px;
}

.modal-prod-lowprice__number-list ul {
  font-size: 14px;
  font-weight: 600;
  margin-top: 7px;
  color: #4b4b4b;
}

.modal-prod-lowprice__number-list ul li {
  margin-left: -1px;
  margin-bottom: 10px;
  line-height: 1.4;
  display: flex;
}

.modal-prod-lowprice__number-list ul li::before {
  content: ' ';
  background-image: url("/front/site/img_new/popups/product/lowprice/list-icon.webp");
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  position: relative;
  margin-top: 5px;
  margin-right: 4px;
}

@media (max-width: 767px) {
  .modal-prod-lowprice__number-list ul li::before {
    margin-top: 2px;
    margin-right: 4px;
  }
}

@media (max-width: 991px) {
  .modal-prod-lowprice__number-list ul {
    font-size: 12px;
    margin-left: 2px;
    margin-bottom: 9px;
    line-height: 1.5;
    margin-top: 11px;
  }
}

@media (max-width: 991px) {
  .modal-prod-lowprice__number-list {
    margin-top: 8px;
  }
  .modal-prod-lowprice__number-list:last-child {
    padding-right: 15px;
  }
}

.product-unical {
  padding-top: 70px;
}

@media (max-width: 767px) {
  .product-unical {
    padding-top: 30px;
  }
}

.product-unical__item {
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  padding-top: 298px;
  height: auto;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #252323;
  max-width: 300px;
}

.product-unical__info {
  padding: 0 30px 27px 30px;
}

.product-unical__title {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .product-unical__title {
    font-size: 16px;
  }
}

.product-unical__desc {
  font-size: 14px;
  font-weight: 600;
  margin-top: 9px;
  line-height: 1.4;
}

@media (max-width: 1199px) {
  .product-unical__desc {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 11px;
  }
}

.owl-loaded .product-unical__item {
  height: 100%;
}

.reviews-n--prodpage {
  margin-top: 70px;
  padding: 40px 0 60px;
  background: #fff;
}

@media (max-width: 767px) {
  .reviews-n--prodpage {
    margin-top: 30px;
  }
}

.reviews-n__item {
  padding: 28px 30px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f7f7f7;
  border-radius: 16px;
  max-width: 412px;
  border-radius: 8px;
}

@media (max-width: 991px) {
  .reviews-n__item {
    max-width: 300px;
    padding: 15px 15px;
  }
}

@media (max-width: 575px) {
  .reviews-n__item {
    max-width: 220px;
  }
}

.owl-loaded .reviews-n__item {
  height: 100%;
}

.reviews-n__header {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .reviews-n__header {
    margin-bottom: 7px;
  }
}

.reviews-n__title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

@media (max-width: 575px) {
  .reviews-n__title {
    flex-direction: column;
  }
}

.review-n__user {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-right: 15px;
}

@media (max-width: 575px) {
  .review-n__user {
    order: 1;
    flex-direction: column;
  }
}

.reviews-n__nik-name {
  font-size: 14px;
  font-weight: bold;
  margin-right: 4px;
  color: #333;
}

@media (max-width: 991px) {
  .reviews-n__nik-name {
    font-size: 12px;
  }
}

a.reviews-n__nik-name:hover {
  color: #ad2727;
}

.reviews-n__date {
  color: #4b4b4b;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .reviews-n__date {
    font-size: 12px;
    color: #868686;
  }
}

.reviews-n__hide {
  display: none;
}

@media (max-width: 575px) {
  .reviews-n__stars {
    order: 0;
    margin-bottom: 12px;
  }
}

.reviews-n__rating {
  display: flex;
  margin-top: -2px;
  margin-right: 8px;
  white-space: nowrap;
}

.reviews-n__star {
  line-height: 0;
}

.reviews-n__star + .reviews-n__star {
  margin-left: 3px;
}

.reviews-n__star_grey {
  color: #d1d1d1;
}

.reviews-n__star_yellow {
  color: #f7bb7f;
}

.reviews-n__text {
  font-size: 16px;
  font-weight: 600;
  max-height: 164px;
  overflow-y: auto;
  overflow-wrap: break-word;
}

@media (max-width: 991px) {
  .reviews-n__text {
    font-size: 12px;
  }
}

.reviews-n__sites {
  display: flex;
  margin-right: 10px;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .reviews-n__sites {
    display: none;
  }
}

.reviews-n__site {
  display: block;
}

.reviews-n__site + .reviews-n__site {
  margin-left: 30px;
}

@media (max-width: 991px) {
  .reviews-n__site + .reviews-n__site {
    margin-left: 20px;
  }
}

.reviews-n__logo {
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .reviews-n__logo img {
    max-width: 60px;
  }
}

.reviews-n__site-raiting {
  white-space: nowrap;
  display: inline-flex;
  line-height: 1em;
}

.reviews-n__raiting-icon {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.reviews-n__raiting-icon img, .reviews-n__raiting-icon svg {
  width: 12px;
  height: 11px;
}

.reviews-n__raiting-count {
  font-weight: 700;
  font-size: 14px;
  color: #333;
}

.reviews-n__raiting-title {
  color: #4b4b4b;
  font-weight: 600;
  margin-left: 4px;
  font-size: 14px;
}

.reviews-n__raiting-title::before {
  content: ' ';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #868686;
  border-radius: 100%;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 4px;
}

@media (max-width: 991px) {
  .reviews-n__raiting-title {
    display: none;
  }
}

.reviews-n__else_hide a {
  display: none;
}

.owl-classes--arrows {
  --arrow-width: 50px;
}

.owl-classes--arrows .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  top: 50%;
  height: 0;
}

.owl-classes--arrows .owl-nav button {
  border: none;
  box-shadow: none;
  background: none;
}

@media (max-width: 991px) {
  .owl-classes--arrows {
    --arrow-width: 40px;
  }
}

.owl-classes--arrows .owl-next-inner,
.owl-classes--arrows .owl-prev-inner {
  width: var(--arrow-width);
  height: var(--arrow-width);
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 27px);
  cursor: pointer;
  z-index: 10;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.05));
}

.owl-classes--arrows .owl-next-inner svg,
.owl-classes--arrows .owl-prev-inner svg {
  width: 18px;
  height: 14px;
}

@media (max-width: 991px) {
  .owl-classes--arrows .owl-next-inner svg,
  .owl-classes--arrows .owl-prev-inner svg {
    width: 14px;
    height: 11px;
  }
}

.owl-classes--arrows .owl-prev-inner {
  left: -25px;
}

@media (max-width: 1399px) {
  .owl-classes--arrows .owl-prev-inner {
    left: 0px;
  }
}

.owl-classes--arrows .owl-next-inner {
  right: -25px;
}

.owl-classes--arrows .owl-next-inner svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 1399px) {
  .owl-classes--arrows .owl-next-inner {
    right: 0px;
  }
}

.examples-n {
  margin-top: 70px;
  padding: 40px 0 60px;
  background: #fff;
}

@media (max-width: 767px) {
  .examples-n {
    margin-top: 30px;
  }
}

.examples-n__item[data-x2="1"] {
  width: 632px;
  flex-basis: 632px;
}

.examples-n__item[data-x2="1"] .examples-n__img-link {
  aspect-ratio: 632 / 400;
}

@media (max-width: 767px) {
  .examples-n__item[data-x2="1"] {
    width: 358px;
    flex-basis: 358px;
  }
}

.examples-n__img {
  border-radius: 11px;
  overflow: hidden;
  background-color: #eaeaeb;
  line-height: 0;
}

.examples-n__img img {
  border-radius: 11px;
  overflow: hidden;
}

.examples-n__img-link {
  display: flex;
  aspect-ratio: 300 / 400;
}

.circle-cats--container {
  max-width: 1320px;
  margin: 0 auto;
}

.circle-cats--mainpage {
  margin-top: 51px;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .circle-cats--mainpage {
    margin-top: 29px;
    margin-bottom: 35px;
  }
}

.circle-cats {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
}

.circle-cats::-webkit-scrollbar {
  display: none;
  /* Скрываем скроллбар для Chrome, Safari и Opera */
}

.circle-cats__items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 3px 0 0 12px;
}

@media (max-width: 1199px) {
  .circle-cats__items {
    gap: 15px;
  }
}

.circle-cats__item {
  text-align: center;
  flex-shrink: 0;
}

.circle-cats__item:last-child {
  padding-right: 12px;
}

.circle-cats__item-icon {
  text-align: center;
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .circle-cats__item-icon {
    width: 80px;
    height: 80px;
  }
}

.circle-cats__item-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.circle-cats__item-img img {
  width: 100%;
  position: relative;
}

.circle-cats__item-img .circle-cats__item-img-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 100px;
  overflow: hidden;
  background: #eaeaeb;
}

.circle-cats__item-flame {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  right: 5px;
  top: -3px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #eaeaeb;
}

.circle-cats__item-flame svg {
  height: 18px;
  width: 13px;
}

@media (max-width: 1199px) {
  .circle-cats__item-flame {
    width: 25px;
    height: 25px;
  }
  .circle-cats__item-flame svg {
    height: 15px;
    width: 10px;
  }
}

.circle-cats__item-title {
  font-size: 14px;
  line-height: 38px;
  color: #0b0f16;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .circle-cats__item-title {
    font-size: 12px;
    line-height: 29px;
  }
}

.ready-desktop {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .ready-desktop {
    display: none;
  }
}

.ready-mobile {
  display: none;
}

@media (max-width: 991px) {
  .ready-mobile {
    display: block;
  }
}

.ready-desktop__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.ready-desktop__desc {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 13px;
}

.ready-desktop__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 50px;
  column-gap: 30px;
  margin-top: 49px;
}

.ready-desktop__item {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 20px auto;
  cursor: pointer;
}

@media (max-width: 991px) {
  .ready-desktop__item {
    width: 281px;
    grid-template-rows: 9px auto;
    height: 100%;
  }
}

.ready-desktop__item-text {
  grid-column: 1/2;
  grid-row: 2/3;
  padding-top: 24px;
  padding-left: 49px;
  max-width: 370px;
}

@media (max-width: 991px) {
  .ready-desktop__item-text {
    padding-top: 16px;
    padding-left: 20px;
  }
}

.ready-desktop__item-grey {
  grid-column: 1/3;
  grid-row: 2/3;
  border-radius: 10px;
  background-color: #e9e9eb;
  overflow: hidden;
}

.ready-desktop__item-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

@media (max-width: 991px) {
  .ready-desktop__item-title {
    font-size: 14px;
  }
}

.ready-desktop__item-desk {
  font-size: 14px;
  color: #4b4b4b;
  font-weight: 600;
  margin-top: 7px;
  line-height: 25px;
}

@media (max-width: 991px) {
  .ready-desktop__item-desk {
    font-size: 12px;
    margin-top: 13px;
    display: none;
  }
}

.ready-desktop__item-desk-mobile {
  font-size: 12px;
  margin-top: 5px;
  color: #4b4b4b;
  font-weight: 600;
  line-height: 18px;
  display: none;
}

@media (max-width: 991px) {
  .ready-desktop__item-desk-mobile {
    display: block;
  }
}

.ready-desktop__item-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 40px;
  border-radius: 4px;
  background-color: #ffffff;
  margin-top: 27px;
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .ready-desktop__item-button {
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 17px;
    max-width: 120px;
  }
}

.ready-desktop__item-image {
  grid-column: 2/3;
  grid-row: 1/3;
  display: flex;
  align-items: flex-end;
  margin-right: 10px;
  padding-left: 20px;
}

@media (max-width: 991px) {
  .ready-desktop__item-image {
    padding-left: 6px;
    height: 161px;
  }
  .ready-desktop__item-image img {
    max-height: 100%;
  }
}

.ready-desktop__item-image--first {
  width: 199px;
}

@media (max-width: 991px) {
  .ready-desktop__item-image--first {
    width: 97px;
  }
}

.ready-desktop__item-image--second {
  width: 179px;
}

@media (max-width: 991px) {
  .ready-desktop__item-image--second {
    width: auto;
  }
}

.ready-desktop__item-image--third {
  width: 213px;
}

@media (max-width: 991px) {
  .ready-desktop__item-image--third {
    width: auto;
  }
}

.ready-desktop__item-image--fourth {
  width: 238px;
}

@media (max-width: 991px) {
  .ready-desktop__item-image--fourth {
    width: auto;
  }
}

.ready-mobile {
  margin-top: 55px;
  margin-bottom: 40px;
}

/*
	Новое оформление карточек
 */
.ready-desktop__items2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 40px;
  column-gap: 30px;
  margin-top: 49px;
}

.ready-desktop__item2 {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 29px auto;
  cursor: pointer;
}

@media (max-width: 991px) {
  .ready-desktop__item2 {
    width: 300px;
    grid-template-rows: 9px auto;
    height: 100%;
  }
}

.ready-desktop__item2-text {
  grid-column: 1/3;
  grid-row: 2/3;
  padding-top: 24px;
  padding-left: 49px;
  max-width: 370px;
  position: relative;
}

@media (max-width: 1199px) {
  .ready-desktop__item2-text {
    padding-left: 35px;
  }
}

@media (max-width: 991px) {
  .ready-desktop__item2-text {
    padding-top: 20px;
    padding-left: 20px;
  }
}

.ready-desktop__label {
  position: absolute;
  left: 40px;
  top: -12px;
  z-index: 5;
}

@media (max-width: 1199px) {
  .ready-desktop__label {
    left: 25px;
  }
}

@media (max-width: 991px) {
  .ready-desktop__label {
    left: 10px;
    top: -8px;
  }
}

.ready-desktop__label-buble {
  white-space: nowrap;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #2e633b;
  background-color: #dae4e2;
  font-size: 12px;
  height: 25px;
  padding: 0 10px;
}

.ready-desktop__label-buble svg {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

@media (max-width: 991px) {
  .ready-desktop__label-buble {
    font-size: 12px;
    height: 20px;
  }
  .ready-desktop__label-buble svg {
    width: 9px;
    height: 9px;
    margin-right: 4px;
  }
}

.ready-desktop__item2-grey {
  grid-column: 1/3;
  grid-row: 2/3;
  border-radius: 10px;
  background-color: #e9e9eb;
  overflow: hidden;
}

.ready-desktop__item2-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
}

@media (max-width: 991px) {
  .ready-desktop__item2-title {
    font-size: 14px;
  }
}

.ready-desktop__item2-title-count {
  display: inline-flex;
  height: 20px;
  padding: 0 4px;
  font-weight: normal;
  color: #7d7d7d;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px 4px 4px 4px;
  background-color: #dfdfe1;
  line-height: 1em;
  align-items: center;
  position: relative;
  top: 1px;
  margin-left: 5px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .ready-desktop__item2-title-count {
    font-size: 12px;
  }
}

.ready-desktop__item2-desk {
  font-size: 16px;
  color: #4b4b4b;
  font-weight: 600;
  margin-top: 4px;
  line-height: 25px;
}

@media (max-width: 1199px) {
  .ready-desktop__item2-desk {
    max-width: 250px;
  }
}

@media (max-width: 991px) {
  .ready-desktop__item2-desk {
    font-size: 12px;
    margin-top: 13px;
    display: none;
  }
}

.ready-desktop__item2-desk-mobile {
  font-size: 12px;
  margin-top: 5px;
  color: #4b4b4b;
  font-weight: 600;
  line-height: 18px;
  display: none;
  max-width: 200px;
}

@media (max-width: 991px) {
  .ready-desktop__item2-desk-mobile {
    display: block;
  }
}

.ready-desktop__item2-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  height: 40px;
  border-radius: 4px;
  background-color: transparent;
  margin-top: 27px;
  margin-bottom: 30px;
  border: 1px solid #333333;
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 700;
  transition: all .2s ease 0s;
}

.ready-desktop__item2-button:hover {
  background-color: #fff;
}

@media (max-width: 991px) {
  .ready-desktop__item2-button {
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 17px;
    max-width: 120px;
  }
}

.ready-desktop__item2-image {
  grid-column: 2/3;
  grid-row: 1/3;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
}

@media (max-width: 991px) {
  .ready-desktop__item2-image {
    grid-row: 2/3;
    padding-left: 6px;
    height: 161px;
  }
  .ready-desktop__item2-image img {
    max-height: 100%;
  }
}

.ready-desktop__item2-front {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 3;
}

.ready-desktop__item2-back {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 15px bottom;
}

.ready__mse2-mfilter {
  margin-top: -20px;
}

.ready-desktop__item2-shadow {
  width: 100%;
  height: 100%;
}

.ready-desktop__item2-image,
.ready-desktop__item2-shadow {
  background-repeat: no-repeat;
}

.ready-desktop__item2-front img {
  position: relative;
}

@media (max-width: 991px) {
  .ready-desktop__item2-front img {
    height: 139px;
  }
}

.ready-desktop__item-shadow-cut {
  background-color: #f7f7f7;
  height: 29px;
}

@media (max-width: 991px) {
  .ready-desktop__item2-back {
    display: none;
  }
}

.ready-desktop__item2--econom .ready-desktop__item2-grey {
  background-color: #eaeaeb;
}

.ready-desktop__item2--econom .ready-desktop__item2-image {
  width: 176px;
}

@media (max-width: 1199px) {
  .ready-desktop__item2--econom .ready-desktop__item2-image {
    width: 160px;
  }
}

@media (max-width: 991px) {
  .ready-desktop__item2--econom .ready-desktop__item2-image {
    height: 100%;
    width: auto;
  }
}

.ready-desktop__item2--econom .ready-desktop__item2-back {
  background-image: url("/front/site/img_new/mainpage/ready/new/econom-shadow.webp");
  background-size: auto 100%;
}

.ready-desktop__item2--standart .ready-desktop__item2-grey {
  background-color: #e7e5e0;
}

.ready-desktop__item2--standart .ready-desktop__item2-image {
  width: 175px;
}

@media (max-width: 1199px) {
  .ready-desktop__item2--standart .ready-desktop__item2-image {
    width: 156px;
  }
}

@media (max-width: 991px) {
  .ready-desktop__item2--standart .ready-desktop__item2-image {
    height: 100%;
    width: auto;
  }
}

.ready-desktop__item2--standart .ready-desktop__item2-back {
  background-image: url("/front/site/img_new/mainpage/ready/new/standart-shadow.webp");
  background-size: auto 100%;
}

.ready-desktop__item2--premium .ready-desktop__item2-grey {
  background-color: #e7e2e4;
}

.ready-desktop__item2--premium .ready-desktop__item2-image {
  width: 197px;
}

@media (max-width: 1199px) {
  .ready-desktop__item2--premium .ready-desktop__item2-image {
    width: 178px;
  }
}

@media (max-width: 991px) {
  .ready-desktop__item2--premium .ready-desktop__item2-image {
    height: 100%;
    width: auto;
  }
}

.ready-desktop__item2--premium .ready-desktop__item2-back {
  background-image: url("/front/site/img_new/mainpage/ready/new/premium-shadow.webp");
  background-size: auto 100%;
}

@media (max-width: 991px) {
  .ready-desktop__item2--premium {
    width: 328px;
  }
}

.ready-desktop__item2--kompleksy .ready-desktop__item2-grey {
  background-color: #dee3e6;
}

@media (max-width: 991px) {
  .ready-desktop__item2--kompleksy .ready-desktop__item2-front img {
    right: -42px;
  }
}

.ready-desktop__item2--kompleksy .ready-desktop__item2-image {
  width: 333px;
}

@media (max-width: 991px) {
  .ready-desktop__item2--kompleksy .ready-desktop__item2-image {
    height: 100%;
    width: auto;
  }
}

.ready-desktop__item2--kompleksy .ready-desktop__item2-back {
  background-image: url("/front/site/img_new/mainpage/ready/new/kompleksy-shadow.webp");
  background-size: auto 100%;
}

.works-page-n--ready-page {
  margin-top: 26px;
}

@media (max-width: 767px) {
  .works-page-n--ready-page {
    margin-top: 0;
  }
}

.pricing-desktop--bg {
  background-position: right 13px;
  background-repeat: no-repeat;
  max-width: 1415px;
  margin: 0 auto;
}

@media (max-width: 1399px) {
  .pricing-desktop--bg {
    background-size: 700px;
  }
}

@media (max-width: 1199px) {
  .pricing-desktop--bg {
    background-position: right center;
    background-size: 600px;
  }
}

.pricing-desktop {
  max-width: 650px;
  padding-top: 20px;
  padding-bottom: 120px;
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .pricing-desktop {
    max-width: 500px;
  }
}

@media (max-width: 991px) {
  .pricing-desktop {
    display: none;
  }
}

.pricing-desktop__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}

.pricing-desktop__desc {
  font-size: 16px;
  font-weight: 600;
  margin-top: 14px;
  line-height: 1.5;
}

.pricing-desktop__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 43px;
  margin-left: 2px;
  column-gap: 126px;
  row-gap: 50px;
}

@media (max-width: 1199px) {
  .pricing-desktop__items {
    column-gap: 80px;
  }
}

.pricing-desktop__item {
  display: block;
}

@media (max-width: 991px) {
  .pricing-desktop__item {
    max-width: 200px;
  }
}

.pricing-desktop__item-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .pricing-desktop__item-title {
    font-size: 14px;
  }
}

.pricing-desktop__item-desc {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-top: 9px;
  max-width: 253px;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .pricing-desktop__item-desc {
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.5;
  }
}

.pricing-desktop__item-icon img {
  width: auto;
}

@media (max-width: 991px) {
  .pricing-desktop__item-icon img {
    max-height: 50px;
    height: 50px;
  }
}

.pricing-desktop__item-button {
  width: 140px;
  height: 40px;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: bold;
  margin-top: 26px;
}

@media (max-width: 991px) {
  .pricing-desktop__item-button {
    font-size: 12px;
    margin-top: 16px;
    width: 120px;
  }
}

.pricing-mobile {
  display: none;
  margin-top: 60px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .pricing-mobile {
    display: block;
  }
}

.pricing-mobile__bg {
  height: 440px;
  display: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-top: 30px;
  background-size: cover;
}

@media (max-width: 575px) {
  .pricing-mobile__bg {
    display: block;
  }
}

.stages {
  background-color: #4b4b4b;
  padding: 60px 0 38px;
}

@media (max-width: 991px) {
  .stages {
    padding: 25px 0 26px;
  }
}

.stages__title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .stages__title {
    font-size: 18px;
  }
}

.stages__desc {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 11px;
}

@media (max-width: 991px) {
  .stages__desc {
    font-size: 12px;
    margin-top: 13px;
  }
}

.stages__scroll {
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE и Edge */
  scrollbar-width: none;
  /* Firefox */
  overflow: -moz-scrollbars-none;
  /* Firefox */
}

.stages__scroll::-webkit-scrollbar {
  display: none;
  /* Скрываем скроллбар для Chrome, Safari и Opera */
}

.stages__items {
  display: grid;
  grid-template-columns: 28% 26% 24% 25%;
  grid-template-rows: auto auto 1fr;
  margin-top: 80px;
}

@media (max-width: 991px) {
  .stages__items {
    margin-top: 28px;
    grid-template-columns: repeat(4, 220px);
  }
}

@media (max-width: 575px) {
  .stages__items {
    grid-template-columns: repeat(4, 155px);
  }
}

.stages__col1 {
  grid-column: 1/2;
}

.stages__col2 {
  grid-column: 2/3;
}

.stages__col3 {
  grid-column: 3/4;
}

.stages__col4 {
  grid-column: 4/5;
  padding-left: 15px;
}

.stages__row1 {
  grid-row: 1/2;
}

.stages__row2 {
  grid-row: 2/3;
  margin-top: 26px;
}

.stages__row3 {
  grid-row: 3/4;
}

.stages__line {
  grid-column: 1/4;
  height: 1px;
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  background-image: url("/front/site/img_new/mainpage/stages/stage-line.webp");
}

.stages__dot {
  position: relative;
  top: -5px;
}

.stages__dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.stages__check {
  margin-top: 16px;
}

.stages__check span {
  display: block;
  width: 19px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 19px;
  height: 14px;
  background-image: url("/front/site/img_new/mainpage/stages/check.webp");
}

.stages__dot1 {
  background-color: #faac3e;
}

.stages__dot2 {
  background-color: #c8bc5e;
}

.stages__dot3 {
  background-color: #89cf87;
}

.stages__numbers {
  display: flex;
  align-items: flex-end;
}

.stages__number {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
}

.stages__icon {
  margin-left: 11px;
}

.stages__text {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 16px;
  max-width: 80%;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .stages__text {
    font-size: 12px;
    line-height: 1.5;
    max-width: 100%;
    padding-right: 30px;
  }
}

.stages__text-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .stages__text-title {
    font-size: 18px;
  }
}

.modern-desktop {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .modern-desktop {
    display: none;
  }
}

.modern-desktop__title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  text-align: center;
}

.modern-desktop__desc {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-top: 13px;
}

.modern-desktop__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 47px;
}

@media (max-width: 1199px) {
  .modern-desktop__items {
    gap: 10px;
  }
}

.modern-desktop__item {
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 33px 30px 50px;
  background: #202224;
}

@media (max-width: 1199px) {
  .modern-desktop__item {
    height: 500px;
    width: 300px;
    padding: 21px 32px 61px;
  }
}

.modern-desktop__item-top {
  flex-grow: 1;
}

.modern-desktop__item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.modern-desktop__item-image img {
  max-width: 180px;
}

.modern-desktop__item-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 19px;
}

@media (max-width: 1199px) {
  .modern-desktop__item-title {
    font-size: 14px;
  }
}

.modern-desktop__item-text {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 16px;
}

.modern-desktop__item-text ul li {
  margin-left: -1px;
  margin-bottom: 10px;
  line-height: 1.5;
  display: flex;
}

.modern-desktop__item-text ul li::before {
  content: ' ';
  background-image: url("/front/site/img_new/svg/bullet.svg");
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  position: relative;
  margin-top: 6px;
  margin-right: 4px;
}

@media (max-width: 767px) {
  .modern-desktop__item-text ul li::before {
    margin-top: 2px;
    margin-right: 4px;
  }
}

@media (max-width: 1199px) {
  .modern-desktop__item-text {
    font-size: 12px;
  }
}

.modern-mobile {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .modern-mobile {
    display: block;
  }
}

@media (max-width: 991px) {
  .improve-desktop {
    display: none;
  }
}

.improve-mobile {
  display: none;
}

@media (max-width: 991px) {
  .improve-mobile {
    display: block;
  }
}

.improve-desktop__title {
  font-size: 32px;
  font-weight: 700;
  text-align: left;
}

.improve-desktop__desc {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-top: 13px;
}

.improve-desktop__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 50px;
  column-gap: 30px;
  margin-top: 49px;
}

.improve-desktop__item {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 20px auto;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .improve-desktop__item {
    grid-template-columns: 1fr auto auto;
    width: 281px;
    grid-template-rows: 9px auto;
    height: 100%;
  }
}

.improve-desktop__item-text {
  grid-column: 1/2;
  grid-row: 2/3;
  padding-top: 24px;
  padding-left: 49px;
  max-width: 370px;
}

@media (max-width: 1199px) {
  .improve-desktop__item-text {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .improve-desktop__item-text {
    grid-column: 1/3;
    padding-top: 16px;
    padding-left: 20px;
  }
}

.improve-desktop__item-grey {
  grid-column: 1/3;
  grid-row: 2/3;
  border-radius: 10px;
  background-color: #e9e9eb;
  overflow: hidden;
}

.improve-desktop__item-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

@media (max-width: 991px) {
  .improve-desktop__item-title {
    font-size: 14px;
  }
}

.improve-desktop__item-desk {
  font-size: 14px;
  color: #4b4b4b;
  font-weight: 600;
  margin-top: 7px;
  line-height: 25px;
}

@media (max-width: 991px) {
  .improve-desktop__item-desk {
    font-size: 12px;
    margin-top: 13px;
    display: none;
  }
}

.improve-desktop__item-desk-mobile {
  font-size: 12px;
  margin-top: 5px;
  color: #4b4b4b;
  font-weight: 600;
  line-height: 18px;
  display: none;
}

@media (max-width: 991px) {
  .improve-desktop__item-desk-mobile {
    display: block;
  }
}

.improve-desktop__item-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 40px;
  border-radius: 4px;
  background-color: #ffffff;
  margin-top: 27px;
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .improve-desktop__item-button {
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 17px;
    max-width: 120px;
  }
}

.improve-desktop__item-image {
  grid-column: 2/3;
  grid-row: 1/3;
  display: flex;
  align-items: flex-end;
  margin-right: 0px;
  padding-left: 20px;
  border-radius: 0 10px 0 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .improve-desktop__item-image {
    padding-left: 6px;
    height: 161px;
  }
  .improve-desktop__item-image img {
    height: auto;
    max-height: 100%;
  }
}

.improve-desktop__item-image-desktop {
  display: inline-flex;
}

@media (max-width: 991px) {
  .improve-desktop__item-image-desktop {
    display: none;
  }
}

.improve-desktop__item-image-mobile {
  display: none;
}

@media (max-width: 991px) {
  .improve-desktop__item-image-mobile {
    display: inline-flex;
  }
}

.improve-desktop__item-image--first .improve-desktop__item-image {
  grid-row: 2/3;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .improve-desktop__item-image--first .improve-desktop__item-image {
    align-items: flex-end;
    height: auto;
  }
}

.improve-desktop__item-image--first .improve-desktop__item-desk-mobile {
  max-width: 189px;
}

.improve-desktop__item-image--second .improve-desktop__item-image {
  width: 218px;
}

@media (max-width: 991px) {
  .improve-desktop__item-image--second .improve-desktop__item-image {
    width: auto;
    align-items: flex-end;
    height: auto;
  }
}

.improve-desktop__item-image--second .improve-desktop__item-desk-mobile {
  max-width: 186px;
}

@media (max-width: 991px) {
  .improve-desktop__item-image--third .improve-desktop__item-image {
    align-items: flex-end;
    height: auto;
  }
}

.improve-desktop__item-image--third .improve-desktop__item-desk-mobile {
  max-width: 189px;
}

@media (max-width: 991px) {
  .improve-desktop__item-image--fourth .improve-desktop__item-image {
    align-items: flex-end;
    height: auto;
  }
}

.improve-desktop__item-image--fourth .improve-desktop__item-desk-mobile {
  max-width: 175px;
}

.filters-n {
  display: grid;
  max-width: 1320px;
  margin: 0 auto 30px;
  grid-template-columns: 1fr auto;
  grid-template-rows: repeat(5, auto);
}

.filters-n .scrollByMouse--active {
  cursor: grabbing;
}

.filters-n .scrollByMouse--active .filters-n__buble {
  cursor: grabbing;
}

.filters-n .scrollByMouse--active .filters-n__cats-item {
  cursor: grabbing;
}

.filters-n__title {
  grid-column: 1/2;
  grid-row: 1/2;
}

@media (max-width: 991px) {
  .filters-n__title {
    grid-column: 1/3;
  }
}

.filters-n__introtext {
  grid-column: 1/3;
  grid-row: 2/3;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 10px;
}

.filters-n__introtext strong, .filters-n__introtext b {
  color: #C43434;
  font-weight: bold;
}

@media (max-width: 767px) {
  .filters-n__introtext {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .filters-n__introtext {
    margin-top: 0;
    grid-row: 2/3;
  }
}

.filters-n__sort {
  grid-column: 2/3;
  grid-row: 1/2;
}

@media (max-width: 991px) {
  .filters-n__sort {
    grid-column: 1/3;
    grid-row: 4/5;
  }
}

.filters-n__cats {
  grid-column: 1/3;
  grid-row: 3/4;
}

.filters-n__advant {
  grid-column: 1/3;
  grid-row: 4/6;
}

@media (max-width: 991px) {
  .filters-n__advant {
    grid-row: 5/6;
  }
}

.filters-n__advant {
  margin-top: 17px;
}

.filters-n__advant .advantages-n__item-outer:first-child {
  margin-left: 12px;
}

.filters-n__advant .advantages-n__item-outer:last-child {
  margin-right: 12px;
}

@media (max-width: 991px) {
  .filters-n__advant {
    border-top: none;
    padding-top: 0px;
    margin-top: 3px;
  }
}

.filters-n__advant-grey-line {
  border-top: 1px solid #dde0e4;
  margin-left: 12px;
  margin-right: 12px;
  padding-bottom: 15px;
}

@media (max-width: 991px) {
  .filters-n__advant-grey-line {
    display: none;
  }
}

.filters-n__title {
  display: flex;
  padding-left: 12px;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 991px) {
  .filters-n__title {
    flex-direction: column;
  }
}

.title-n__title-h1 {
  padding: 0;
  font-weight: 700;
  font-family: 'Source Serif 4', serif;
  color: #0b0f16;
  font-size: 34px;
  margin: 0;
  padding-right: 30px;
  position: relative;
  top: -6px;
}

@media (min-width: 992px) {
  .filters-n--search-focus .title-n__title-h1 {
    display: none;
  }
}

@media (max-width: 991px) {
  .title-n__title-h1 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .title-n__title-h1 {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 0px;
  }
}

.title-n__title-h1--search {
  display: none;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .filters-n--search-focus .title-n__title-h1--search {
    display: block;
  }
}

.filters-n__search {
  padding-top: 5px;
  padding-right: 20px;
  flex-grow: 1;
}

@media (max-width: 991px) {
  .filters-n__search {
    padding: 0 12px 12px 0;
  }
}

.filters-n__search-form {
  position: relative;
}

.filters-n__search-form input {
  border: none;
  border-bottom: 1px solid rgba(25, 48, 75, 0.28);
  width: 100%;
  background: transparent;
  margin: 0;
  padding: 0px;
  font-size: 14px;
  padding-right: 15px;
  min-width: 150px;
}

@media (max-width: 991px) {
  .filters-n__search-form input {
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 4px 10px 3px 6px;
    font-size: 14px;
    width: 100%;
  }
}

.filters-n__search-form button {
  position: absolute;
  right: 0;
  bottom: 4px;
  box-shadow: none;
  border: none;
  background: none;
}

@media (max-width: 991px) {
  .filters-n__search-form button {
    display: none;
  }
}

@media (max-width: 991px) {
  .filters-n__search-form {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    border: 1px solid rgba(25, 48, 75, 0.47);
    border-radius: 8px;
  }
  .filters-n__search-form::before {
    content: ' ';
    background-image: url("/front/site/svg/search.svg");
    background-size: 11px 11px;
    width: 11px;
    height: 11px;
    margin-left: 9px;
  }
}

.filters-n__search-icon {
  display: none;
  cursor: pointer;
}

@media (min-width: 992px) {
  .filters-n__search--category .filters-n__search-form {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .filters-n__search--category .filters-n__search-form input {
    display: none;
  }
  .filters-n__search--category .filters-n__search-form button {
    display: none;
  }
  .filters-n__search--category .filters-n__search-icon {
    display: flex;
    position: relative;
    top: 3px;
  }
  .filters-n__search--category .filters-n__search-icon svg {
    width: 20px;
  }
}

.filters-n__sort {
  padding-right: 12px;
}

.filters-n__sort .sort-container {
  display: none;
}

@media (max-width: 991px) {
  .filters-n__sort {
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .filters-n__title {
    padding-left: 12px;
  }
}

.filters-n__sort-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 991px) {
  .filters-n__sort-container {
    padding: 0 12px;
  }
}

@media (max-width: 991px) {
  .filters-n__sort-container {
    justify-content: space-between;
  }
}

.filters-n__sort-total {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  font-weight: 600;
  color: #4b4b4b;
  user-select: none;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .filters-n__sort-total {
    font-size: 12px;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .filters-n__sort-total {
    font-size: 12px;
    line-height: 16px;
  }
}

.filters-n__sort-header {
  display: flex;
  align-items: center;
  gap: 5px;
}

@media (max-width: 991px) {
  .filters-n__sort-header {
    gap: 3px;
  }
}

.filters-n__sort-header-title {
  display: inline-block;
  width: max-content;
  font-weight: 600;
  color: #333333;
  position: relative;
  user-select: none;
}

@media (max-width: 991px) {
  .filters-n__sort-header-title {
    font-size: 12px;
    line-height: 16px;
  }
}

.filters-n__sort-list {
  position: relative;
  padding: 0px 19px 0px 16px;
  height: 40px;
  border-radius: 48px;
  border: 1px solid #4b4b4b;
  cursor: pointer;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .filters-n__sort-list {
    padding: 0;
    border: none;
  }
}

.filters-n__sort-list--active {
  background-color: #fff;
}

.filters-n__sort-list-items {
  display: none;
  position: absolute;
  right: 0;
  top: 48px;
  min-width: 192px;
  padding: 16px 0;
  border-radius: 6px;
  background-color: white;
  box-shadow: 0 2px 5px 0px #00000012;
  z-index: 12;
}

.filters-n__sort-list--active .filters-n__sort-list-items {
  display: block;
}

@media (max-width: 991px) {
  .filters-n__sort-list-items {
    transition: 0.25s;
    transform: translate3d(0, 100%, 0);
  }
  .filters-n__sort-list--active .filters-n__sort-list-items {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: unset;
    padding: 16px 0;
    border-radius: 6px 6px 0 0;
    background-color: white;
    box-shadow: 0 2px 5px 0px #00000012;
    z-index: 99999999999;
  }
  .filters-n__sort-list--translate .filters-n__sort-list-items {
    transform: translate3d(0, 0, 0);
  }
}

.filters-n__sort-list-item {
  display: grid;
  padding: 8px 38px 8px 16px;
  grid-auto-flow: column;
  justify-content: left;
  gap: 8px;
  font-size: 16px;
  white-space: nowrap;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.filters-n__sort-list-item.active {
  background-repeat: no-repeat;
  background-position: right 0.7rem center;
  background-size: 0.9rem;
  font-weight: 700;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.28 19.2'%3E%3Cpolyline points='26.78 1.5 10.58 17.7 1.5 8.63' style='fill:none;stroke:%23000;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;fill-rule:evenodd'/%3E%3C/svg%3E");
}

.filters-n__sort-header-arrow svg {
  width: 11px;
}

.filters-n__sort-header-arrow svg path {
  fill: none;
  stroke: #4b4b4b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.filters-n__sort-list--active .filters-n__sort-header-arrow svg {
  transform: scale(-1);
}

@media (max-width: 575px) {
  .filters-n__sort-header-arrow svg {
    width: 8px;
  }
}

.filters-n__sort-overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(19, 33, 48, 0.6);
  transition: all .3s ease 0s;
  z-index: 15;
}

@media (max-width: 991px) {
  .filters-n__sort-list--active .filters-n__sort-overlay {
    display: block;
  }
}

.filters-n__cats-items {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 3px;
}

.filters-n__cats-items::-webkit-scrollbar {
  display: none;
  /* Скрываем скроллбар для Chrome, Safari и Opera */
}

@media (max-width: 991px) {
  .filters-n__cats-items {
    position: relative;
  }
  @keyframes run {
    0% {
      left: 0;
    }
    50% {
      left: -100px;
    }
    100% {
      left: 0;
    }
  }
}

@media (max-width: 991px) {
  .filters-n__cats-items {
    gap: 15px;
    margin-top: 8px;
  }
}

.filters-n__cats-item {
  text-align: center;
  flex-shrink: 0;
  cursor: pointer;
  min-width: 135px;
}

@media (max-width: 991px) {
  .filters-n__cats-item {
    min-width: 108px;
  }
}

.filters-n__cats-item-icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .filters-n__cats-item-icon {
    width: 80px;
    height: 80px;
  }
}

.filters-n__cats-item-img {
  text-align: center;
  height: 100%;
  background-color: #eaeaeb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.filters-n__cats-item--active .filters-n__cats-item-img {
  border: 1px solid #c13137;
  background-color: #f1e3e3;
}

@media (max-width: 991px) {
  .filters-n__cats-item-img img {
    height: 56px;
  }
}

.filters-n__cats-item-reset {
  display: none;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #c13137;
  position: absolute;
  right: 9px;
  top: 0px;
}

.filters-n__cats-item--active .filters-n__cats-item-reset {
  display: flex;
}

.filters-n__cats-item--active .filters-n__cats-item-reset svg {
  width: 10px;
  height: 10px;
}

.filters-n__cats-item--active .filters-n__cats-item-reset svg path {
  fill: #c13137;
}

@media (max-width: 991px) {
  .filters-n__cats-item--active .filters-n__cats-item-reset svg {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 991px) {
  .filters-n__cats-item-reset {
    width: 17px;
    height: 17px;
  }
}

.filters-n__cats-item-flame {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5px;
  top: -3px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #eaeaeb;
}

.filters-n__cats-item-flame svg {
  height: 18px;
  width: 13px;
}

@media (max-width: 991px) {
  .filters-n__cats-item-flame {
    width: 25px;
    height: 25px;
  }
  .filters-n__cats-item-flame svg {
    height: 15px;
    width: 10px;
  }
}

.filters-n__cats-item-title {
  font-size: 14px;
  line-height: 38px;
  color: #0b0f16;
  font-weight: 700;
}

@media (max-width: 991px) {
  .filters-n__cats-item-title {
    font-size: 12px;
    line-height: 29px;
  }
}

.filters-n__cats-childs {
  display: none;
}

.filters-n__bubles {
  display: none;
  position: relative;
  margin-top: 16px;
  margin-bottom: 13px;
  margin-left: 12px;
  margin-right: 12px;
}

.filters-n__bubles-show .filters-n__bubles {
  display: block;
}

@media (max-width: 1320px) {
  .filters-n__bubles {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .filters-n__bubles {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .filters-n__bubles {
    margin-bottom: 19px;
  }
}

.filters-n__bubles-wrap {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
  height: 40px;
}

.filters-n__bubles-wrap::-webkit-scrollbar {
  display: none;
  /* Скрываем скроллбар для Chrome, Safari и Opera */
}

@media (max-width: 991px) {
  .filters-n__bubles-wrap {
    height: 32px;
  }
}

.filters-n__bubles-items-wrap {
  height: 100%;
}

.filters-n__bubles-items {
  display: flex;
  height: 100%;
}

.filters-n__bubles-item {
  display: none;
  gap: 10px;
  margin: 0;
  padding: 0;
  height: 100%;
  flex-wrap: nowrap;
  width: max-content;
}

@media (max-width: 991px) {
  .filters-n__bubles-item {
    gap: 5px;
  }
}

.filters-n__bubles-item--active {
  display: flex;
}

@media (max-width: 991px) {
  .filters-n__bubles-item--active {
    position: relative;
    animation: run 1s;
    animation-name: run;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-delay: 2s;
  }
}

.filters-n__buble {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1b314a;
  border-radius: 20px;
  height: 100%;
  padding: 0 20px;
  color: #0b0f16;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
}

.filters-n__buble:hover, .filters-n__buble:visited, .filters-n__buble:active {
  color: #0b0f16;
}

@media (max-width: 1320px) {
  .filters-n__buble:first-child {
    margin-left: 12px;
  }
  .filters-n__buble:last-child {
    margin-right: 12px;
  }
}

@media (max-width: 991px) {
  .filters-n__buble {
    font-size: 12px;
    line-height: 16px;
  }
}

.filters-n__buble--active {
  background-color: #1b314a;
  color: #fff;
  padding-right: 10px;
}

.filters-n__buble--active:hover, .filters-n__buble--active:visited, .filters-n__buble--active:active {
  color: #fff;
}

.filters-n__buble-reset {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #d1d6db;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 50%;
  margin-left: 9px;
}

.filters-n__buble--active .filters-n__buble-reset {
  display: flex;
}

.filters-n__buble-reset svg {
  width: 10px;
  height: 10px;
}

.filters-n__buble-reset svg path {
  fill: #1b314a;
}

@media (max-width: 991px) {
  .filters-n__buble-reset svg {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 991px) {
  .filters-n__buble-reset {
    width: 17px;
    height: 17px;
    margin-left: 5px;
  }
}

.filters-n__bubles-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  display: flex;
  align-items: center;
  align-content: center;
  flex-grow: 1;
  z-index: 10;
  display: none;
  cursor: pointer;
  background-repeat: no-repeat;
}

.filters-n__bubles-arrow svg {
  fill: none;
  stroke: #4b4b4b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  width: 14px;
}

@media (max-width: 991px) {
  .filters-n__bubles-arrow {
    display: none !important;
  }
}

.filters-n__bubles-arrow-left {
  left: 0px;
  justify-content: flex-start;
  background-image: url("/front/site/img_new/filters/arrow-left-bg.webp");
  background-position: right center;
}

.filters-n__bubles-arrow-left svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 1320px) {
  .filters-n__bubles-arrow-left {
    padding-left: 12px;
  }
}

.filters-n__bubles-arrow-right {
  right: 0px;
  justify-content: flex-end;
  background-image: url("/front/site/img_new/filters/arrow-right-bg.webp");
  background-position: left center;
}

.filters-n__bubles-arrow-right svg {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

@media (max-width: 1320px) {
  .filters-n__bubles-arrow-right {
    padding-right: 12px;
  }
}

.filters-n__scroll-bar {
  height: 3px;
  align-items: center;
  position: relative;
  margin: 0 12px;
  display: none;
  margin-top: 10px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .filters-n__bubles-show .filters-n__scroll-bar {
    display: flex;
  }
}

.filters-n__scroll-road {
  height: 1px;
  background-color: #e7eaeb;
  flex-grow: 1;
}

@media (max-width: 767px) {
  .filters-n__scroll-road {
    height: 1px;
  }
}

.filters-n__scroll-runner {
  position: absolute;
  height: 3px;
  border-radius: 5px;
  background-color: #4b4b4b;
  top: 0;
  left: 1px;
}

@media (max-width: 767px) {
  .filters-n__scroll-runner {
    border-radius: 2px;
  }
}

.filters-n__cats-item--ready img {
  height: 100%;
}

.ready-item__info {
  flex-grow: 1;
}

.ready-item__price {
  display: flex;
}

@media (max-width: 1399px) {
  .ready-item__price {
    flex-direction: column;
  }
}

.ready-item__title {
  display: block;
  grid-row: 4/5;
  grid-column: 1/-1;
  margin-top: 7px;
  font-size: 13px;
  font-family: "Open Sans", system-ui, sans-serif;
  line-height: 1.5;
  color: #4b4b4b;
}

@media (max-width: 375px) {
  .ready-item__title {
    font-size: 12px;
    line-height: 14px;
    margin-left: 2px;
  }
}

@media (max-width: 414px) {
  .ready-item__title {
    margin-top: 7px;
  }
}

.ready-item__title-link {
  display: -webkit-box;
  /* Включаем флексбокс для компонента WebKit */
  -webkit-box-orient: vertical;
  /* Ориентируем флексбокс по вертикали */
  overflow: hidden;
  /* Скрываем содержимое, которое не помещается в флексбокс */
  -webkit-line-clamp: 2;
  /* Ограничиваем отображение текста двумя строками */
  text-overflow: ellipsis;
  /* Добавляем троеточие, когда текст обрезается */
  /* Побуквенный перенос */
}

@media (max-width: 575px) {
  .ready-item__title-link {
    overflow: unset;
    display: block;
    text-overflow: unset;
  }
}

.ready-item__title-name {
  font-weight: bold;
}

@media (max-width: 575px) {
  .ready-item__title-name {
    display: block;
    margin-left: 0;
    display: -webkit-box;
    /* Включаем флексбокс для компонента WebKit */
    -webkit-box-orient: vertical;
    /* Ориентируем флексбокс по вертикали */
    overflow: hidden;
    /* Скрываем содержимое, которое не помещается в флексбокс */
    -webkit-line-clamp: 2;
    /* Ограничиваем отображение текста двумя строками */
    text-overflow: ellipsis;
    /* Добавляем троеточие, когда текст обрезается */
    /* Побуквенный перенос */
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .ready-item__title-name::before {
    display: none;
  }
}

.ready-item__title-desc {
  margin-left: 4px;
  font-weight: 400;
}

.ready-item__title-desc::before {
  content: ' ';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #868686;
  border-radius: 100%;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 6px;
}

@media (max-width: 375px) {
  .ready-item__title-desc::before {
    margin-right: 4px;
  }
}

@media (max-width: 575px) {
  .ready-item__title-desc {
    display: block;
    margin-left: 0;
    margin-top: 3px;
    display: -webkit-box;
    /* Включаем флексбокс для компонента WebKit */
    -webkit-box-orient: vertical;
    /* Ориентируем флексбокс по вертикали */
    overflow: hidden;
    /* Скрываем содержимое, которое не помещается в флексбокс */
    -webkit-line-clamp: 1;
    /* Ограничиваем отображение текста двумя строками */
    text-overflow: ellipsis;
    /* Добавляем троеточие, когда текст обрезается */
    /* Побуквенный перенос */
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .ready-item__title-desc::before {
    display: none;
  }
}

.ready-item__add {
  white-space: nowrap;
  display: flex;
  position: relative;
}

.ready-item__add__text {
  grid-area: price-credit;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  white-space: normal;
  color: #333333;
  line-height: 1.5;
}

@media (max-width: 1399px) {
  .ready-item__add__text {
    order: 1;
  }
}

@media (max-width: 379px) {
  .ready-item__add__text {
    font-size: 12px;
  }
}

.help {
  background-repeat: no-repeat;
  background-image: url("/front/site/img_new/help-bg.webp");
  background-position: center center;
  background-size: cover;
  background-color: #000;
  display: block;
  height: 400px;
  padding: 70px 60px 70px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none !important;
}

@media (max-width: 991px) {
  .help {
    padding: 25px 30px 25px;
    height: 200px;
  }
}

@media (max-width: 575px) {
  .help {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.help-title {
  font-size: 37px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 991px) {
  .help-title {
    font-size: 16px;
  }
}

.help-desc {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 16px;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .help-desc {
    font-size: 12px;
    margin-top: 13px;
  }
}

.help-button {
  margin-top: 44px;
  display: block;
}

.help-button a, .help-button span {
  background-color: #fff;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  font-weight: bold;
  height: 50px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}

.help-button a:hover, .help-button span:hover {
  color: #000;
}

@media (max-width: 991px) {
  .help-button {
    margin-top: 27px;
  }
  .help-button a {
    font-size: 12px;
    padding: 0 20px;
    height: 40px;
  }
}

.yandex-rsya {
  overflow-x: auto;
  margin-top: 20px;
}

.product-label {
  position: absolute;
  top: 12px;
  bottom: unset;
  left: unset;
  right: 12px;
  z-index: 10;
}

@media (max-width: 1199px) {
  .product-label {
    top: 7px;
    right: 7px;
  }
}

@media (max-width: 767px) {
  .product-label {
    top: 7px;
    right: 7px;
  }
}

.product-label__buble {
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #4b4b4b;
  background-color: #fff;
  font-size: 12px;
  height: 25px;
  padding: 0 10px;
}

.product-label__buble svg {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

@media (max-width: 1199px) {
  .product-label__buble {
    font-size: 9px;
    height: 20px;
  }
  .product-label__buble svg {
    width: 9px;
    height: 9px;
    margin-right: 4px;
  }
}

@media (max-width: 767px) {
  .product-label__buble {
    font-size: 10px;
    height: 20px;
  }
  .product-label__buble svg {
    width: 9px;
    height: 9px;
    margin-right: 4px;
  }
}

@media (max-width: 379px) {
  .product-label__buble {
    font-size: 9px;
  }
}

.sets__item {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.sets__image {
  height: 400px;
  background-color: #eaeaeb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sets__image img {
  width: auto !important;
  height: 100%;
}

@media (max-width: 767px) {
  .sets__image {
    height: 340px;
  }
}

@media (max-width: 575px) {
  .sets__image {
    height: 216px;
  }
}

@media (max-width: 575px) {
  .sets__image {
    height: 176px;
  }
}

.sets__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  background-color: #fff;
}

.sets__info-top {
  padding: 14px 20px;
}

.sets__title {
  font-size: 18px;
  line-height: 1.3em;
  color: #333333;
  font-weight: 700;
}

@media (max-width: 767px) {
  .sets__title {
    font-size: 16px;
  }
}

.sets__list-title {
  font-size: 12px;
  line-height: 1.3em;
  color: #333333;
  font-weight: 600;
  position: relative;
}

.sets__list-paid ul li,
.sets__list-free ul li {
  display: flex;
}

.sets__list-paid ul li + li,
.sets__list-free ul li + li {
  margin-top: 10px;
}

.sets__list-icon {
  width: 20px;
  display: flex;
}

.sets__list-icon img, .sets__list-icon svg {
  width: 12px !important;
  height: auto !important;
}

.sets__list-icon svg path {
  fill: #4b4b4b;
}

.sets__list-paid {
  margin-top: 12px;
}

.sets__list-free {
  border-radius: 4px;
  background-color: #fbf1e1;
  overflow: hidden;
  margin: 0 10px;
  padding: 6px 11px 15px 11px;
}

.sets__list-free .sets__list-title {
  top: -1px;
}

.sets__order {
  display: flex;
  align-items: center;
  padding: 20px 20px;
}

.sets__price {
  font-size: 18px;
  line-height: 1.3em;
  color: #333333;
  font-weight: 700;
  padding-left: 20px;
}

@media (max-width: 575px) {
  .sets__price {
    font-size: 16px;
  }
}

.sets__list-free-title {
  font-size: 14px;
  line-height: 1.3em;
  color: #333333;
  font-weight: 700;
  margin-bottom: 12px;
}

.carousel--sets {
  margin-top: 70px;
}

.carousel--sets .carousel__arrows {
  top: 220px;
}

@media (max-width: 1199px) {
  .carousel--sets .carousel__arrows {
    top: 220px;
  }
}

@media (max-width: 767px) {
  .carousel--sets .carousel__arrows {
    top: 200px;
  }
}

@media (max-width: 575px) {
  .carousel--sets .carousel__arrows {
    top: 115px;
  }
}

.article-page__bottom-line {
  height: 1px;
  background-color: #e7eaeb;
}

.article-page__banner-margin {
  height: 50px;
}

@media (max-width: 991px) {
  .article-page__banner-margin {
    height: 30px;
  }
}

.article-content {
  margin-top: 0;
}

.article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6 {
  position: relative;
}

@media (max-width: 1199px) {
  .article-content *,
  .mce-content-body * {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .article-content *,
  .mce-content-body * {
    font-size: 12px;
  }
}

.article-content .useful,
.mce-content-body .useful {
  display: block;
  flex-grow: 1;
  margin-top: 0;
}

.article-content p,
.mce-content-body p {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .article-content p,
  .mce-content-body p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .article-content p,
  .mce-content-body p {
    font-size: 12px;
  }
}

.article-content h2,
.mce-content-body h2 {
  display: block;
  font-size: 32px;
  font-weight: 700;
  margin: 33px 0 18px 0;
  line-height: 1.2em;
  position: relative;
}

.article-content h2:first-child,
.mce-content-body h2:first-child {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .article-content h2,
  .mce-content-body h2 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .article-content h2,
  .mce-content-body h2 {
    font-size: 18px;
  }
}

.article-content h3,
.mce-content-body h3 {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 23px;
}

.article-content h3:first-child,
.mce-content-body h3:first-child {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .article-content h3,
  .mce-content-body h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .article-content h3,
  .mce-content-body h3 {
    font-size: 14px;
  }
}

.article-content h4,
.mce-content-body h4 {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 23px;
  margin-top: 23px;
}

.article-content h4:first-child,
.mce-content-body h4:first-child {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .article-content h4,
  .mce-content-body h4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .article-content h4,
  .mce-content-body h4 {
    font-size: 14px;
  }
}

.article-content ul, .article-content li, .article-content ol,
.mce-content-body ul,
.mce-content-body li,
.mce-content-body ol {
  display: block;
}

.article-content ul, .article-content ol,
.mce-content-body ul,
.mce-content-body ol {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
}

.article-content ul li, .article-content ol li,
.mce-content-body ul li,
.mce-content-body ol li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 0px;
}

.article-content ul li,
.mce-content-body ul li {
  margin-left: 20px !important;
}

.article-content ul li::before,
.mce-content-body ul li::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 68'%3E%3Ccircle cx='34' cy='34' r='28' style='fill:%23fff;stroke:%23c13137;stroke-miterlimit:10;stroke-width:12px'/%3E%3C/svg%3E");
  position: absolute;
  width: 10px;
  left: -16px;
  top: 11px;
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .article-content ul li::before,
  .mce-content-body ul li::before {
    width: 8px;
    left: -15px;
    top: 10px;
  }
}

.article-content ol li,
.mce-content-body ol li {
  counter-increment: list-counter;
  position: relative;
  margin-left: 0 !important;
  padding-left: 20px;
}

.article-content ol li::before,
.mce-content-body ol li::before {
  content: counter(list-counter) ". ";
  color: #333;
  font-weight: bold;
  position: absolute;
  left: 0px;
}

.article-content .content ul:not([class]) li,
.mce-content-body .content ul:not([class]) li {
  margin-left: 18px;
}

.article-content a:not([class]),
.mce-content-body a:not([class]) {
  text-decoration: none;
  color: #C43434;
  cursor: pointer;
}

.article-content a:not([class]):hover,
.mce-content-body a:not([class]):hover {
  text-decoration: underline;
}

.article-p-large,
p.article-p-large,
div.article-p-large {
  font-size: 24px;
  line-height: 1.4em;
}

.article-p-large a,
p.article-p-large a,
div.article-p-large a {
  font-size: inherit;
}

@media (max-width: 1199px) {
  .article-p-large,
  p.article-p-large,
  div.article-p-large {
    font-size: 20px;
  }
  .article-p-large a,
  p.article-p-large a,
  div.article-p-large a {
    font-size: inherit;
  }
}

@media (max-width: 767px) {
  .article-p-large,
  p.article-p-large,
  div.article-p-large {
    font-size: 16px;
  }
}

.article-image {
  margin: 0 0 30px;
}

.article-image img {
  max-width: 100%;
}

.article-image__desc {
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .article-image__desc {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .article-image__desc {
    margin-top: 10px;
  }
}

p.article__left-red-line,
div.article__left-red-line {
  font-size: 18px;
  font-weight: 700;
  border-left: 2px solid #c13137;
  padding: 10px 0 5px 30px;
  margin-left: 38px;
  line-height: 1.4em;
}

@media (max-width: 1199px) {
  p.article__left-red-line,
  div.article__left-red-line {
    font-size: 16px;
    padding: 10px 0 5px 20px;
    margin-left: 2px;
  }
}

@media (max-width: 767px) {
  p.article__left-red-line,
  div.article__left-red-line {
    font-size: 12px;
    padding: 10px 0 5px 14px;
  }
}

p.article__left-black-line,
div.article__left-black-line {
  font-size: 14px;
  border-left: 2px solid #333;
  padding: 2px 0 0px 14px;
  font-style: italic;
  font-weight: 400;
}

@media (max-width: 767px) {
  p.article__left-black-line,
  div.article__left-black-line {
    font-size: 12px;
    padding: 2px 0 0px 10px;
    border-width: 1px;
  }
}

/*  Оглавление  */
.article__parts {
  border-radius: 4px;
  background-color: #ffffff;
  padding: 25px 30px;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .article__parts {
    padding: 15px 15px 20px;
    margin-bottom: 30px;
  }
}

.article__parts-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-left: 3px;
}

@media (max-width: 1199px) {
  .article__parts-title {
    font-size: 12px;
  }
}

.article__parts-items {
  display: flex;
}

@media (max-width: 575px) {
  .article__parts-items {
    display: block;
  }
}

.article__parts-leftcol,
.article__parts-rightcol {
  flex-basis: 50%;
  padding-right: 40px;
}

@media (max-width: 1199px) {
  .article__parts-leftcol,
  .article__parts-rightcol {
    padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .article__parts-rightcol {
    margin-top: 15px;
  }
}

.article__parts-item {
  display: flex;
}

.article__parts-item a {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

@media (max-width: 1199px) {
  .article__parts-item a {
    font-size: 12px;
  }
}

.article__parts-item + .article__parts-item {
  margin-top: 15px;
}

.article__parts-number {
  font-size: 14px;
  color: #c13137;
  font-weight: 700;
  margin-right: 10px;
}

@media (max-width: 1199px) {
  .article__parts-number {
    font-size: 12px;
  }
}

.article-part-anchor {
  position: absolute;
  left: -30px;
  font-size: 18px;
  color: #c13137;
  font-weight: 700;
  width: 24px;
  display: flex;
  justify-content: flex-end;
  top: 5px;
  text-decoration: none !important;
}

.article-part-anchor:hover {
  text-decoration: none !important;
}

h3 .article-part-anchor {
  font-size: inherit;
  top: 0;
}

@media (max-width: 1199px) {
  h3 .article-part-anchor {
    position: static;
    width: auto;
    display: block;
    margin-right: 5px;
  }
}

@media (max-width: 1199px) {
  .article-part-anchor {
    left: -26px;
    top: 4px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .article-part-anchor {
    position: static;
    left: unset;
    top: unset;
    font-size: 14px;
    display: block;
  }
}

.article__author {
  display: flex;
  margin-top: -13px;
  margin-bottom: 20px;
}

.article__author-photo {
  margin-right: 13px;
  display: flex;
  align-items: center;
}

.article__author-photo img {
  width: 50px;
  height: 50px;
}

@media (max-width: 1199px) {
  .article__author-photo {
    margin-right: 13px;
  }
  .article__author-photo img {
    width: 30px;
    height: 30px;
  }
}

.article__author-info {
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .article__author-info {
    font-size: 12px;
  }
}

.article__author-info-inner {
  display: flex;
  flex-direction: column;
}

.article__author-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

@media (max-width: 1199px) {
  .article__author-name {
    font-size: 12px;
  }
}

.article__author-desc {
  font-size: 14px;
  font-weight: 600;
  color: #4b4b4b;
  line-height: 1em;
  position: relative;
  margin-top: 5px;
}

@media (max-width: 1199px) {
  .article__author-desc {
    font-size: 12px;
    margin-top: 1px;
  }
}

.article__author-date::after {
  content: '\2022';
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-top: -13px;
  margin-bottom: 21px;
  margin-left: 2px;
  margin-right: -2px;
}

@media (max-width: 1199px) {
  .article__author-date::after {
    top: 2px;
  }
}

/*
	Связанная статья
 */
.article__relative-article {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  margin: 46px 0 46px;
  text-decoration: none;
}

.article__relative-article:hover {
  text-decoration: none !important;
}

@media (max-width: 1199px) {
  .article__relative-article {
    margin: 30px 0 30px;
  }
}

@media (max-width: 575px) {
  .article__relative-article {
    flex-wrap: wrap;
    margin: 20px 0 20px;
  }
}

.article__relative-article-img {
  flex-basis: 178px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.article__relative-article-img img {
  display: none;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .article__relative-article-img {
    order: 1;
    flex-basis: 100%;
    background: #fff !important;
    padding: 0px 20px 20px 20px;
    background: #fff;
  }
  .article__relative-article-img img {
    display: inline-block;
  }
}

.article__relative-article-info {
  background-color: #fff;
  padding: 22px 30px 29px;
  flex-grow: 1;
}

@media (max-width: 1199px) {
  .article__relative-article-info {
    padding: 15px 20px 22px;
  }
}

@media (max-width: 575px) {
  .article__relative-article-info {
    order: 0;
    flex-basis: 100%;
  }
}

.article__relative-article-desc {
  font-size: 14px;
  color: #4b4b4b;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .article__relative-article-desc {
    font-size: 12px;
  }
}

.article__relative-article-title {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin-top: 8px;
}

@media (max-width: 1199px) {
  .article__relative-article-title {
    font-size: 14px;
  }
}

.article-clue-green {
  font-size: 14px;
  border-left: 2px solid #6aceba;
  padding: 12px 14px 11px 14px;
  font-weight: 600;
  background: #f5fffd;
  color: #333;
  line-height: 1.5em;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .article-clue-green {
    font-size: 12px;
    padding: 12px 14px 11px 14px;
    border-width: 1px;
  }
}

.article-text-cols {
  overflow-x: auto;
  margin-bottom: 40px;
}

.article-text-cols__items {
  display: flex;
  gap: 40px;
}

@media (max-width: 767px) {
  .article-text-cols__items {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .article-text-cols__item {
    flex-shrink: 0;
    flex-basis: 400px !important;
  }
}

@media (max-width: 575px) {
  .article-text-cols__item {
    flex-basis: 280px !important;
  }
}

.article-text-cols__image img {
  border-radius: 4px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .article-text-cols__text {
    padding-right: 15px;
  }
}

.article-margin-top-zero {
  margin-top: 0 !important;
}

.article-margin-bottom-zero {
  margin-bottom: 0 !important;
}

.article-quote {
  position: relative;
  margin-bottom: 30px;
}

.article-quote__image {
  margin-bottom: 13px;
  position: relative;
}

@media (max-width: 767px) {
  .article-quote__image {
    max-width: 100px;
  }
}

.article-quote__title {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 2px;
  position: relative;
}

@media (max-width: 1199px) {
  .article-quote__title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .article-quote__title {
    font-size: 14px;
  }
}

.article-quote__caption {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  font-style: italic;
}

@media (max-width: 1199px) {
  .article-quote__caption {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .article-quote__caption {
    font-size: 12px;
  }
}

.article-quote__text {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-top: 7px;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .article-quote__text {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .article-quote__text {
    font-size: 12px;
  }
}

.article-quote__quotes {
  color: #c13137;
  line-height: 1;
}

.article-quote__quotes svg {
  width: 30px;
}

@media (max-width: 767px) {
  .article-quote__quotes svg {
    width: 20px;
  }
}

.article-quote__quotes-icon {
  display: inline-block;
  line-height: 0;
}

.article-quote__quotes--bottom .article-quote__quotes-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.article-quote__quotes--top {
  position: absolute;
  top: -36px;
}

@media (max-width: 767px) {
  .article-quote__quotes--top {
    top: -27px;
  }
}

.article-quote__quotes--bottom {
  margin-top: 14px;
}

@media (max-width: 767px) {
  .article-quote__quotes--bottom {
    margin-top: 10px;
  }
}

.article-banner {
  padding: 50px 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #333;
  position: relative;
}

.article-banner .breadcrumbs-n::after {
  display: none;
}

@media (max-width: 991px) {
  .article-banner {
    padding: 15px 0px 0;
  }
}

.article-banner__breadcrumbs .breadcrumbs-n {
  margin-top: 0;
}

.article-banner__breadcrumbs .breadcrumbs-n__items li a {
  color: #e1e1e1;
}

.article-banner__title {
  font-size: 48px;
  line-height: 1.3em;
  color: #ffffff;
  font-weight: 700;
  font-family: "Source Serif Pro";
  margin-bottom: 120px;
}

@media (max-width: 991px) {
  .article-banner__title {
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 30px;
  }
}

.article-banner__buttons {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .article-banner__buttons {
    margin-bottom: 8px;
  }
}

.article-banner__buttons-item {
  padding: 0 20px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  margin-right: 10px;
  margin-bottom: 7px;
  transition: all .3s ease 0s;
}

.article-banner__buttons-item:hover, .article-banner__buttons-item.article-banner__buttons-item--active {
  background-color: #fff;
  color: #333;
}

@media (max-width: 991px) {
  .article-banner__buttons-item {
    font-size: 12px;
    height: 30px;
    padding: 0 15px;
    margin-right: 5px;
  }
}

.article-banner__buttons-item--hidden {
  visibility: hidden;
}

.article-banner__order {
  position: relative;
}

.articles-slider {
  margin: 80px 0;
}

@media (max-width: 1199px) {
  .articles-slider {
    margin: 60px 0;
  }
}

@media (max-width: 767px) {
  .articles-slider {
    margin: 40px 0;
  }
}

.articles-slider--bg {
  background-color: #f7f7f7;
  padding: 80px 0;
}

@media (max-width: 1199px) {
  .articles-slider--bg {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .articles-slider--bg {
    padding: 30px 0;
  }
}

.articles-slider__item {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  display: block;
  height: 100%;
}

.articles-slider__img {
  height: 130px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eaeaea;
}

@media (max-width: 767px) {
  .articles-slider__img {
    height: 100px;
  }
}

.articles-slider__info {
  padding: 15px 20px 25px;
}

.articles-slider__cat {
  font-size: 14px;
  font-weight: 600;
  color: #4b4b4b;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.articles-slider__cat span {
  display: flex;
  align-items: center;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #4b4b4b;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .articles-slider__cat {
    font-size: 12px;
  }
}

.articles-slider__title {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}

@media (max-width: 767px) {
  .articles-slider__title {
    font-size: 12px;
  }
}

.article-2cols {
  display: flex;
}

@media (max-width: 991px) {
  .article-2cols {
    flex-wrap: wrap;
  }
}

.article-2cols__leftcol {
  flex-basis: 410px;
  padding-right: 110px;
  flex-shrink: 0;
}

.article-2cols__leftcol h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .article-2cols__leftcol h2 {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .article-2cols__leftcol h2 {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .article-2cols__leftcol {
    flex-basis: 300px;
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .article-2cols__leftcol {
    flex-basis: 100%;
    padding-right: 0px;
  }
}

.article-2cols__rightcol {
  flex-grow: 1;
}

@media (max-width: 991px) {
  .article-2cols__rightcol {
    flex-basis: 100%;
  }
}

.article-order {
  border-radius: 8px;
  overflow: hidden;
  padding: 15px 30px;
  background-color: #fff;
  margin-bottom: 44px;
  margin-top: 0px;
}

@media (max-width: 991px) {
  .article-order {
    display: none;
    margin-bottom: 0;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.07));
  }
  .article-order.article-order--banner {
    display: block;
  }
}

@media (max-width: 767px) {
  .article-order {
    padding: 15px 15px;
  }
}

.article-order__cols {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .article-order__cols {
    flex-wrap: wrap;
  }
}

.article-order__leftcol {
  flex-grow: 1;
  padding-right: 30px;
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .article-order__leftcol {
    flex-basis: 100%;
  }
}

.article-order__rightcol {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.article-order__rightcol .button-n {
  font-weight: 700;
}

@media (max-width: 991px) {
  .article-order__rightcol .button-n {
    font-size: 12px;
    padding: 0 20px;
  }
}

@media (max-width: 575px) {
  .article-order__rightcol {
    margin-top: 16px;
    flex-basis: 100%;
  }
  .article-order__rightcol .button-n {
    display: flex;
    width: 100%;
  }
}

.article-order__title {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .article-order__title {
    flex-basis: 100%;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .article-order__title {
    font-size: 12px;
  }
}

.article-order__items {
  margin-top: 4px;
}

.article-order__item {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .article-order__item {
    flex-basis: 100%;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .article-order__item {
    font-size: 14px;
  }
}

.article-order--banner {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
}

@media (max-width: 991px) {
  .article-order--banner {
    display: flex;
  }
}

.article-order__own-btn {
  display: inline-flex;
  margin-top: 20px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .article-order__own-btn .button-n {
    border-width: 1px;
    font-size: 12px;
    height: 40px;
  }
}

@media (max-width: 991px) {
  .article-order__own-btn {
    margin-top: 15px;
    margin-bottom: 0px;
  }
}

@media (max-width: 575px) {
  .article-order__own-btn {
    display: flex;
  }
}

.article-order__own-btn-how,
.article-order__own-btn-route {
  cursor: pointer;
  text-decoration: none !important;
}

@media (max-width: 575px) {
  .article-order__own-btn-how,
  .article-order__own-btn-route {
    flex-grow: 1;
    padding: 0;
  }
}

.article-order__own-btn-how {
  margin-right: 20px;
}

@media (max-width: 991px) {
  .article-order__own-btn-how {
    margin-right: 10px;
  }
}

.article-order__own-btn-route svg, .article-order__own-btn-route img {
  margin-right: 6px;
}

.article-order__own-btn-route svg {
  width: 16px;
  height: 16px;
}

.article-order__own-btn-route svg path {
  fill: #8d97a3;
}

.article-order__own-btn-route:hover svg path {
  fill: #fff;
}

.article-service-related {
  padding: 19px 21px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 25px;
}

@media (max-width: 991px) {
  .article-service-related {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .article-service-related {
    padding: 15px 15px;
  }
}

.article-service-related__title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .article-service-related__title {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.article-service-related__item {
  padding: 0px 0px;
  line-height: 1.3em;
}

.article-service-related__item a {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

@media (max-width: 767px) {
  .article-service-related__item a {
    font-size: 12px;
  }
}

.article-service-related__item + .article-service-related__item {
  border-top: 1px solid #e7eaeb;
  padding-top: 16px;
  margin-top: 11px;
}

@media (max-width: 767px) {
  .article-service-related__item + .article-service-related__item {
    padding-top: 7px;
    margin-top: 7px;
  }
}

@media (max-width: 767px) {
  .article-service-related__item {
    line-height: 1em;
  }
}

.article-icons {
  margin: 50px 0 50px;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .article-icons {
    margin: 30px 0 30px;
  }
}

.article-icons__items {
  display: flex;
}

@media (max-width: 767px) {
  .article-icons__items {
    display: inline-block;
  }
}

.article-icons__item {
  flex-basis: 33.33%;
  padding-right: 40px;
}

@media (max-width: 767px) {
  .article-icons__item {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    padding-right: 0;
  }
  .article-icons__item + .article-icons__item {
    margin-top: 15px;
  }
}

.article-icons__icon {
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .article-icons__icon {
    width: 70px;
    flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  .article-icons__icon {
    margin-bottom: 0;
  }
}

.article-icons__title {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .article-icons__title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .article-icons__title {
    margin-left: 15px;
    margin-top: 0;
    font-size: 14px;
  }
}

.article-icons__desc {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}

.article-icons__title + .article-icons__desc {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .article-icons__title + .article-icons__desc {
    margin-top: 3px;
  }
}

@media (max-width: 1199px) {
  .article-icons__desc {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .article-icons__desc {
    margin-left: 15px;
    font-size: 12px;
  }
}

.article-more {
  margin: 30px 0;
}

.article-more__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .article-more__title {
    font-size: 16px;
  }
}

.article-more__cols {
  display: flex;
  gap: 40px;
}

@media (max-width: 991px) {
  .article-more__cols {
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .article-more__cols {
    flex-wrap: wrap;
    gap: 0;
  }
}

.article-more__col {
  flex-basis: 33.33%;
}

@media (max-width: 767px) {
  .article-more__col {
    flex-basis: 100%;
  }
}

.article-more__item {
  position: relative;
  margin-bottom: 13px;
  padding-left: 0px;
  margin-left: 20px;
  line-height: 1.2em;
}

.article-more__item::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 68'%3E%3Ccircle cx='34' cy='34' r='28' style='fill:%23fff;stroke:%23c13137;stroke-miterlimit:10;stroke-width:12px'/%3E%3C/svg%3E");
  position: absolute;
  width: 10px;
  left: -20px;
  top: 11px;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .article-more__item::before {
    width: 8px;
    left: -15px;
    top: 10px;
  }
}

.article-more__item-link {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}

@media (max-width: 991px) {
  .article-more__item-link {
    font-size: 12px;
  }
}

.useful-n {
  margin: 30px 0;
}

.useful-n__search {
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .useful-n__search {
    flex-direction: column;
    align-items: unset;
  }
}

.useful-n__search-desc {
  font-size: 18px;
  font-weight: 600;
  max-width: 700px;
  padding-right: 20px;
}

@media (max-width: 1199px) {
  .useful-n__search-desc {
    font-size: 16px;
    max-width: unset;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .useful-n__search-desc {
    font-size: 14px;
  }
}

.useful-n__search-form {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.useful-n__search-form form {
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  background-color: #ffffff;
  overflow: hidden;
  padding: 0 20px;
  max-width: 500px;
}

.useful-n__search-form form input {
  width: 100%;
  margin-left: 11px;
  border: none;
  box-shadow: none;
  background: none;
}

.useful-n__search-form form input::placeholder {
  color: #868686;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .useful-n__search-form form input::placeholder {
    font-size: 12px;
  }
}

.useful-n__search-form form button {
  border: none;
  box-shadow: none;
  background: none;
  display: flex;
  align-items: center;
}

.useful-n__search-form form button svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 1199px) {
  .useful-n__search-form form button svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 1199px) {
  .useful-n__search-form form {
    max-width: unset;
    height: 40px;
  }
}

@media (max-width: 1199px) {
  .useful-n__search-form {
    justify-content: flex-start;
    margin-top: 10px;
  }
}

.useful-n__cat-header {
  display: flex;
  align-items: baseline;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .useful-n__cat-header {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .useful-n__cat-header {
    margin-bottom: 10px;
  }
}

.useful-n__cat-title {
  font-size: 36px;
  font-weight: 700;
  margin-right: 12px;
}

@media (max-width: 1199px) {
  .useful-n__cat-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .useful-n__cat-title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .useful-n__cat-title {
    font-size: 18px;
  }
}

.useful-n__cat-title-link {
  color: #333;
}

.useful-n__cat-title-link:hover {
  color: #333;
}

.useful-n__cat-count {
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .useful-n__cat-count {
    font-size: 12px;
  }
}

.useful-n__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
}

@media (max-width: 1199px) {
  .useful-n__items {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}

@media (max-width: 991px) {
  .useful-n__items {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .useful-n__items {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}

@media (max-width: 575px) {
  .useful-n__items {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}

.useful-n__item {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}

.usefu-n__image {
  flex-shrink: 0;
}

.usefu-n__preview {
  text-align: center;
}

.useful-n__text {
  flex-grow: 1;
  padding: 30px;
  background: #fff;
}

@media (max-width: 767px) {
  .useful-n__text {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .useful-n__text {
    padding: 15px;
  }
}

.useful-n__title a {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

@media (max-width: 767px) {
  .useful-n__title a {
    font-size: 14px;
  }
}

.useful-n__desc {
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  color: #333;
}

@media (max-width: 767px) {
  .useful-n__desc {
    font-size: 14px;
  }
}

.useful-n__more {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-top: 20px;
  text-align: center;
  position: relative;
}

.useful-n__more a {
  z-index: 5;
  position: relative;
  background: #F7F7F7;
}

.useful-n__more-border-left,
.useful-n__more-border-right {
  height: 1px;
  background: #eaeaeb;
}

.city-confirm-window {
  position: relative;
  padding: 30px;
  margin: 0;
  max-width: 600px;
  border-radius: 10px;
  width: auto;
  overflow: hidden;
  vertical-align: middle;
  display: none;
}

.city-confirm-window .close-modal {
  display: none !important;
}

.city-confirm-window__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}

@media (max-width: 575px) {
  .city-confirm-window__title {
    font-size: 18px;
  }
}

.city-confirm-window__text {
  font-size: 20px;
  font-weight: 600;
  margin-top: 8px;
}

@media (max-width: 575px) {
  .city-confirm-window__text {
    font-size: 14px;
    margin-top: 5px;
  }
}

.city-confirm-window__buttons {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}

.city-confirm-window__buttons .button-n {
  padding: 0 38px;
}

@media (max-width: 575px) {
  .city-confirm-window__buttons {
    flex-direction: column;
    margin-top: 17px;
  }
  .city-confirm-window__buttons a:first-child {
    order: 1;
  }
  .city-confirm-window__buttons a:last-child {
    order: 0;
  }
}

.city-confirm-window__button--hide {
  display: none;
}

.service-breeding {
  margin-bottom: 60px;
}

.service-breeding__item-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
  color: #333;
}

.service-breeding__item-title a {
  color: #333;
}

.service-breeding__item-title a:hover {
  color: #333;
}

.service-breeding__item-title:hover {
  color: #333;
}

@media (max-width: 991px) {
  .service-breeding__item-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .service-breeding__item-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.service-breeding__text {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .service-breeding__text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .service-breeding__text {
    font-size: 14px;
  }
}

.service-breeding__item + .service-breeding__item {
  margin-top: 40px;
}

.service-breeding__services {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

@media (max-width: 991px) {
  .service-breeding__services {
    grid-gap: 20px;
  }
}

@media (max-width: 767px) {
  .service-breeding__services {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}

.service-breeding__service {
  padding: 30px 30px 25px;
  border-radius: 8px;
  background-color: #ffffff;
  overflow: hidden;
  font-size: 16px;
  color: #333;
}

.service-breeding__service:hover {
  color: #333;
}

@media (max-width: 991px) {
  .service-breeding__service {
    padding: 20px 20px 15px;
  }
}

@media (max-width: 991px) {
  .service-breeding__service {
    padding: 10px 10px 15px;
  }
}

.service-breeding__service-icon {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin-bottom: 25px;
}

.service-breeding__service-icon img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .service-breeding__service-icon {
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
  }
}

.service-breeding__service-title {
  font-weight: 700;
  font-size: 16px;
}

@media (max-width: 991px) {
  .service-breeding__service-title {
    font-size: 14px;
  }
}

.service-breeding__service-desc {
  font-weight: 600;
  margin-top: 15px;
  font-size: 16px;
}

@media (max-width: 991px) {
  .service-breeding__service-desc {
    margin-top: 10px;
    font-size: 14px;
  }
}

.service-breeding__service-more {
  color: #C43434;
  text-decoration: underline;
  margin-top: 20px;
}

.service-breeding__service-more:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .service-breeding__service-more {
    margin-top: 15px;
    font-size: 14px;
  }
}

.footer3 {
  background: #132130;
  color: #fff;
  padding: 0px 0;
}

@media (max-width: 991px) {
  .footer3 {
    padding: 0px 0;
  }
}

/*
	Верхняя полоса с контактами
 */
.footer3__top {
  display: grid;
  grid-template-columns: minmax(180px, 238px) minmax(min-content, max-content) minmax(min-content, max-content) minmax(115px, auto) minmax(min-content, max-content);
  justify-items: stretch;
  padding: 27px 0 22px;
}

@media (max-width: 1199px) {
  .footer3__top {
    grid-template-columns: minmax(180px, 238px) minmax(min-content, max-content) minmax(min-content, max-content) auto;
    grid-template-rows: auto auto;
  }
}

@media (max-width: 991px) {
  .footer3__top {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-column-gap: 30px;
  }
}

@media (max-width: 575px) {
  .footer3__top {
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto auto;
    grid-column-gap: unset;
    padding: 27px 0 20px;
  }
}

.footer3__logo {
  display: flex;
  align-items: flex-end;
}

.footer3__logo a img, .footer3__logo a svg {
  width: 238px;
}

@media (max-width: 991px) {
  .footer3__logo a img, .footer3__logo a svg {
    width: 160px;
  }
}

@media (max-width: 1199px) {
  .footer3__logo {
    grid-row: 1/3;
  }
}

@media (max-width: 991px) {
  .footer3__logo {
    grid-row: 1/2;
    grid-column: 1/3;
  }
}

@media (max-width: 575px) {
  .footer3__logo {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-right: 15px;
  }
}

@media (max-width: 379px) {
  .footer3__logo {
    grid-column: 1/3;
  }
}

.footer3__phone {
  display: flex;
  align-items: flex-end;
  margin-left: 46px;
}

@media (max-width: 1199px) {
  .footer3__phone {
    grid-row: 1/3;
  }
}

@media (max-width: 991px) {
  .footer3__phone {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .footer3__phone {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}

@media (max-width: 575px) {
  .footer3__phone {
    margin-right: 25px;
  }
}

.footer3__address {
  display: flex;
  align-items: flex-end;
  margin-left: 50px;
  margin-right: 30px;
}

@media (max-width: 1199px) {
  .footer3__address {
    grid-row: 1/3;
  }
}

@media (max-width: 991px) {
  .footer3__address {
    grid-row: 2/4;
    grid-column: 3/5;
    margin-left: 0;
    margin-right: 0;
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .footer3__address {
    grid-row: 2/4;
    grid-column: 2/4;
    margin-left: 0px;
  }
}

.footer3__phone-desc,
.footer3__address-metro {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  color: #e0e0e0;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .footer3__phone-desc,
  .footer3__address-metro {
    margin-top: 12px;
  }
}

.footer3__phone-number,
.footer3__address-street {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}

.footer3__phone-number a,
.footer3__address-street a {
  color: #fff;
}

@media (max-width: 991px) {
  .footer3__phone-number,
  .footer3__address-street {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .footer3__address-street {
    white-space: normal;
  }
}

.footer3__social {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  top: 2px;
}

@media (max-width: 1199px) {
  .footer3__social {
    top: 0;
    grid-row: 1/2;
    margin-bottom: 7px;
  }
}

@media (max-width: 991px) {
  .footer3__social {
    grid-row: 2/3;
    grid-column: 2/3;
    justify-content: flex-start;
    margin-top: 16px;
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .footer3__social {
    grid-row: 3/4;
    grid-column: 1/2;
  }
}

.footer3__socials {
  display: flex;
  gap: 20px;
}

.footer3__socials img {
  width: 25px;
}

@media (max-width: 991px) {
  .footer3__socials {
    gap: 15px;
  }
}

@media (max-width: 575px) {
  .footer3__socials {
    gap: 20px;
  }
}

.footer3__city {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  margin-left: 47px;
}

@media (max-width: 1199px) {
  .footer3__city {
    grid-row: 2/3;
  }
}

@media (max-width: 991px) {
  .footer3__city {
    grid-row: 1/2;
    grid-column: 3/4;
    margin-left: 0;
    justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  .footer3__city {
    grid-row: 1/2;
    grid-column: 2/4;
  }
}

@media (max-width: 379px) {
  .footer3__city {
    grid-column: 3/4;
  }
}

.footer3__city-icon {
  margin-right: 8px;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .footer3__city-icon {
    margin-right: 4px;
  }
}

.footer3__city-name {
  color: #fff;
}

.footer3__city-name a, .footer3__city-name span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .footer3__city-name a, .footer3__city-name span {
    font-size: 12px;
  }
}

/*
	Ссылки услуг
 */
.footer3__services {
  border-top: 1px solid #353d45;
  border-bottom: 1px solid #353d45;
  padding: 30px 0 25px;
}

@media (max-width: 575px) {
  .footer3__services {
    padding: 20px 0 0px;
  }
}

.footer3__services-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
}

@media (max-width: 575px) {
  .footer3__services-cols {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
  }
}

@media (max-width: 575px) {
  .footer3__services-col1 {
    grid-row: 2/3;
  }
}

@media (max-width: 575px) {
  .footer3__services-col2 {
    grid-row: 3/4;
  }
}

@media (max-width: 575px) {
  .footer3__services-col3 {
    grid-row: 5/6;
  }
}

@media (max-width: 575px) {
  .footer3__services-col--achieves {
    grid-row: 1/2;
  }
}

.footer3__callback-btn a {
  font-size: 14px;
  height: 35px;
  padding: 0 10px;
  min-width: 150px;
}

@media (max-width: 767px) {
  .footer3__callback-btn a {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .footer3__callback-btn a {
    height: 50px;
  }
}

.footer3__achieves {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 575px) {
  .footer3__achieves {
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 1px solid #353d45;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

.footer3__lider {
  line-height: 0;
}

.footer3__lider a {
  width: 150px;
  display: inline-block;
}

.footer3__lider a svg {
  width: 150px;
}

@media (max-width: 575px) {
  .footer3__lider a {
    height: 50px;
    width: auto;
    display: flex;
  }
  .footer3__lider a svg {
    width: auto;
    height: 50px;
  }
}

.footer3__ya-raiting {
  line-height: 0;
  display: flex;
}

@media (max-width: 575px) {
  .footer3__ya-raiting {
    margin-top: 0;
  }
}

.footer3__ya-raiting__inner {
  flex-shrink: 1;
  overflow: hidden;
  border-radius: 4px;
  line-height: 0;
}

.footer3__catalog {
  padding-top: 30px;
}

@media (max-width: 575px) {
  .footer3__catalog {
    padding-top: 20px;
  }
}

.footer3__title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.footer3__title a, .footer3__title span {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
}

@media (max-width: 575px) {
  .footer3__title {
    flex-wrap: wrap;
  }
}

.footer3__title-link {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .footer3__title-link {
    flex-grow: 1;
    flex-shrink: 0;
  }
}

.footer3__cats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
}

@media (max-width: 991px) {
  .footer3__cats {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .footer3__cats {
    grid-template-columns: 1fr;
  }
}

.footer3__cat {
  margin-bottom: 20px;
}

.footer3__cat-title {
  display: flex;
  align-items: normal;
  justify-content: space-between;
}

.footer3__cat-title a, .footer3__cat-title span {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  margin-right: 20px;
}

.footer3__cat-title svg {
  width: 11px;
  flex-shrink: 0;
  display: none;
}

.footer3__cat-title svg path {
  fill: none;
  stroke: #d0d0d0;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

@media (max-width: 575px) {
  .footer3__cat-title svg {
    display: inline-block;
  }
}

.footer3__cat-items {
  display: block;
}

@media (max-width: 575px) {
  .footer3__cat-items {
    transition: max-height 0.3s ease-out;
    overflow: hidden;
    max-height: 0;
  }
  .footer3__cat-title--active + .footer3__cat-items {
    max-height: none;
  }
}

.footer3__cat-item:first-child {
  margin-top: 10px;
}

.footer3__cat-item a {
  font-size: 12px;
  line-height: 1.3em;
  color: #C8C8C8;
  font-weight: 600;
}

@media (max-width: 575px) {
  .footer3__cat-item {
    margin-bottom: 6px;
  }
}

.footer3__cat-title--active svg.footer3__cat-title--expand {
  transform: rotate(900deg);
}

.footer3__copyright {
  font-size: 12px;
  color: #FFFFFF;
  opacity: 0.3;
  padding: 8px 0px 30px;
  line-height: 1.2em;
}

.footer3__search {
  flex-grow: 1;
}

@media (max-width: 767px) {
  .footer3__search {
    width: 100%;
    grid-column: 1 / 4;
    grid-row: 2 / 3;
  }
}

.footer3__search-form {
  position: relative;
  visibility: hidden;
  align-items: center;
  display: flex;
}

.footer3__search-form input {
  border: none;
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 0px;
  font-size: 14px;
  min-width: 150px;
  height: 32px;
  padding: 0 14px 0 14px;
  border-radius: 30px;
  overflow: hidden;
  min-width: 150px;
}

@media (max-width: 991px) {
  .footer3__search-form input {
    font-size: 13px;
    height: 27px;
  }
}

.footer3__search-form.footer3__search-form--active {
  display: flex;
  visibility: visible;
}

@media (max-width: 575px) {
  .footer3__search-form {
    top: 0;
    margin: 10px 0;
    display: none;
  }
}

.footer3__search-submit {
  position: absolute;
  right: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  box-shadow: none;
  border: none;
  background: none;
  display: none;
}

.footer3__search-submit svg {
  height: 12px;
}

.footer3__search-reset {
  position: absolute;
  right: 0px;
  cursor: pointer;
}

.footer3__search-reset svg {
  height: 11px;
}

.footer3__search-show {
  display: flex;
  align-items: baseline;
  margin-right: 20px;
  cursor: pointer;
}

.footer3__search-show svg {
  height: 18px;
}

@media (max-width: 767px) {
  .footer3__search-show svg {
    height: 16px;
  }
}

@media (max-width: 767px) {
  .footer3__search-show {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    position: relative;
  }
}

@media (max-width: 575px) {
  .footer3__search-show {
    margin-right: 0;
  }
}

/* ## Checkout
====================*/
.checkout .modal-details__list {
  margin-top: 0;
}

.checkout .modal-details__list_item {
  grid-template-columns: 50px 1fr 100px 140px;
  grid-gap: 30px;
}

.checkout__grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  grid-gap: 30px;
  margin-top: 40px;
}

.checkout__count_input {
  position: relative;
}

.checkout__count_input input {
  width: 100%;
  height: 40px;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  border: 1px solid #C4C4C4;
  background-color: #ffffff;
  font-size: 16px;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.checkout__count_input input:focus {
  border-color: #2e3f7f;
  outline: none;
}

.dpui-numberPicker-decrease {
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent #c4c4c4 transparent transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: transparent;
}

.dpui-numberPicker-decrease:hover {
  border-color: transparent #2e3f7f transparent transparent;
}

.dpui-numberPicker-increase {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #c4c4c4;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: transparent;
}

.dpui-numberPicker-increase:hover {
  border-color: transparent transparent transparent #2e3f7f;
}

.checkout__message {
  margin-top: 40px;
}

.checkout__label {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
}

.checkout__message_desc {
  margin-bottom: 10px;
}

.checkout__form {
  padding: 30px 20px 70px;
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.checkout__form label {
  display: block;
  margin-bottom: 10px;
}

.checkout__form .form-btn {
  margin-top: 40px;
}

.checkout__form .form-btn .btn {
  width: 100%;
}

@media (max-width: 1140px) {
  .checkout .modal-details__list_item {
    grid-template-columns: 50px 1fr 60px 80px;
    grid-gap: 10px;
  }
  .checkout__grid {
    grid-template-columns: 1fr;
  }
  .checkout__form {
    padding: 0;
    border: none;
  }
  .checkout__form .form-btn {
    margin-top: 20px;
  }
  .checkout__count_input input {
    height: 20px;
    border: none;
  }
  .dpui-numberPicker-decrease {
    left: -5px;
    border-color: transparent #000 transparent transparent;
  }
  .dpui-numberPicker-increase {
    right: -5px;
    border-color: transparent transparent transparent #000;
  }
}

#msCart {
  margin-top: 20px;
}

#msCart .checkout__count_input button[name="ms2_action"] {
  display: none;
}

#msCart .next-step {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

#msCart .tbl .tr {
  display: flex;
  align-items: center;
  align-content: center;
}

#msCart .tbl .tr.tbl-header {
  background-color: #f5f7f7;
  display: none;
}

#msCart .tbl .tr .th, #msCart .tbl .tr .td {
  flex-grow: 1;
  padding: 10px;
}

#msCart .tbl .tr .th.image, #msCart .tbl .tr .td.image {
  flex-basis: 10%;
}

#msCart .tbl .tr .th.td-title, #msCart .tbl .tr .td.td-title {
  flex-basis: 40%;
}

#msCart .tbl .tr .th.count, #msCart .tbl .tr .td.count {
  flex-basis: 20%;
}

#msCart .tbl .tr .th.price, #msCart .tbl .tr .td.price {
  flex-basis: 20%;
}

#msCart .tbl .tr .th.remove, #msCart .tbl .tr .td.remove {
  flex-basis: 10%;
}

#msCart .tbl .tr .th {
  font-weight: 500;
  text-align: center;
}

#msCart .tbl .tr .td.image a {
  display: inline-block;
  border-radius: 3px;
  overflow: hidden;
  line-height: 0;
}

#msCart .tbl .tr .td.td-title .small {
  margin-top: 5px;
  font-size: 14px;
  color: #656565;
}

#msCart .tbl .tr .td.count {
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

#msCart .tbl .tr .td.count input {
  color: #000;
}

#msCart .tbl .tr .td.count .modal-details__list_item_count {
  max-width: 100px;
}

#msCart .tbl .tr .td.price {
  text-align: center;
}

#msCart .tbl .tr .td.price span {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
}

#msCart .tbl .tr .td.remove button {
  margin-top: 0;
  border: none;
  opacity: 1;
  background: transparent;
}

#msCart .tbl .tr .td.remove button img, #msCart .tbl .tr .td.remove button svg {
  width: 10px;
  height: 10px;
}

#msCart .tbl .tr .td.remove button svg {
  fill: #222;
}

#msCart .tbl .tr .td.remove button:hover {
  background: none;
}

#msCart .tbl .tr.body + .tr.body {
  margin-top: 15px;
}

#msCart .tbl .tr.body {
  border: 1px solid #C4C4C4;
  padding: 10px 20px;
  border-radius: 5px;
  background: #fff;
}

#msCart .tbl .tr.tbl-footer {
  background-color: #f5f7f7;
  border: #f5f7f7;
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 5px;
}

#msCart .tbl .tr.tbl-footer .td-title {
  text-align: left;
  font-size: 20px;
  flex-basis: 50%;
}

#msCart .tbl .tr.tbl-footer .count {
  flex-basis: 20%;
  font-size: 20px;
}

#msCart .tbl .tr.tbl-footer .price {
  flex-basis: 20%;
  font-size: 20px;
}

#msCart .mscard__title, #msCart .mscard__title a {
  font-family: Source Serif Pro;
  font-style: normal;
  font-weight: 600;
  color: #0B0F16;
  margin-bottom: 0;
  line-height: 1.2em;
  font-size: 26px;
  color: #333;
}

@media (max-width: 1199px) {
  #msCart .mscard__title, #msCart .mscard__title a {
    font-size: 22px;
  }
}

#msOrder {
  border: 1px solid #C4C4C4;
  padding: 30px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  margin-top: 25px !important;
}

#msOrder .form-group {
  margin-bottom: 15px;
}

#msOrder h5 {
  font-weight: 600;
  font-size: 18px;
  border: 1px solid #f5f7f7;
  padding: 10px 20px;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
  border-radius: 5px;
  margin-top: 30px;
  background-color: #f5f7f7;
}

#msOrder h5:first-child {
  margin-top: 0;
}

#msOrder .label {
  color: #000;
}

#msOrder .info {
  font-size: 14px;
  margin-top: 5px;
  font-style: italic;
}

#msOrder .total h4 {
  color: #000;
  text-align: center;
}

#msOrder .total h4 span {
  white-space: nowrap;
}

#msOrder input, #msOrder textarea {
  border: 1px solid #949494;
  border-radius: 5px;
  color: #000;
}

@media (max-width: 575px) {
  #msCart .tbl .tr {
    display: block;
    position: relative;
  }
  #msCart .tbl .tr .td.image {
    margin-right: 50px;
  }
  #msCart .tbl .tr .td.td-title a {
    font-weight: 400;
  }
  #msCart .tbl .tr .td.count {
    text-align: left;
  }
  #msCart .tbl .tr .td.price {
    text-align: left;
    color: #333;
  }
  #msCart .tbl .tr .td.remove {
    position: absolute;
    right: 0;
    top: 10px;
  }
  #msCart .tbl .tr.tbl-header {
    display: none;
  }
  #msCart .tbl .tr.body {
    padding: 10px 0;
  }
  #msCart .tbl .tr.tbl-footer {
    margin-top: 20px;
    padding: 0;
  }
  #msCart .tbl .tr.tbl-footer .th {
    text-align: left !important;
    display: inline-block;
  }
  #msCart .tbl .tr.tbl-footer .th.image {
    display: none;
  }
  #msCart .tbl .tr.tbl-footer .th.remove {
    display: none;
  }
  #msOrder {
    padding: 15px;
  }
}

/* БЛОК - kit */
.kit {
  --bg: #eaeaeb;
  --text: #333;
  --muted: rgba(51, 51, 51, 0.65);
  --free: #559b39;
  --dash: #d7d7d8;
  --cardradius: 14px;
  --gap: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  /*gap: var(--gap);*/
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.kit__media {
  background: var(--bg);
  border-top-left-radius: var(--cardradius);
  overflow: hidden;
  min-height: 360px;
}

.kit__bill {
  border-radius: var(--cardradius);
}

.kit-bill {
  background: var(--bg);
  display: grid;
  gap: 12px;
  padding: 22px 0;
  border-bottom-right-radius: var(--cardradius);
  height: 100%;
}

.kit-media {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 360px;
}

.kit-media__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 10px;
}

.kit-card {
  background: var(--bg);
  border-radius: 12px;
  padding: 5px 55px 15px 22px;
}

.kit-card__head {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 20px;
  align-items: start;
  margin-bottom: 10px;
}

.kit-card__title {
  margin: 0;
  color: var(--text);
  font: 700 18px/1.25 "open sans", system-ui, -apple-system, segoe ui, roboto, arial, sans-serif;
}

.kit-badge {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  display: grid;
  place-items: center;
  color: var(--text);
  font: 600 18px/1 "open sans", system-ui, -apple-system, segoe ui, roboto, arial, sans-serif;
}

.kit-rows {
  display: grid;
  gap: 6px;
}

.kit-row {
  font-family: var(--sans-serif);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: baseline;
}

.kit-row__name {
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
  padding-left: 48px;
}

.kit-row__price {
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.kit-row__price--free {
  color: var(--free);
}

.kit-sep {
  position: relative;
  height: 16px;
}

.kit-sep::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  background-image: linear-gradient(to right, #d7d7d8 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 20px 2px;
  background-repeat: repeat-x;
  height: 2px;
}

.kit-sep::after,
.kit-sep span {
  content: "";
}

.kit-sep::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle 8px at 100% 50%, #f7f7f7 98%, transparent 100%);
}

.kit-total {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: start;
  /*padding: 10px 16px 8px;*/
  padding: 10px 55px 8px 65px;
}

.kit-total__left {
  color: var(--text);
  font: 700 18px/1.2 "open sans", system-ui, -apple-system, segoe ui, roboto, arial, sans-serif;
}

.kit-total__right {
  text-align: right;
}

.kit-total__sum {
  color: var(--text);
  font: 800 18px/1.2 "open sans", system-ui, -apple-system, segoe ui, roboto, arial, sans-serif;
}

.kit-total__save {
  margin-top: 4px;
  color: var(--free);
  font: 700 14px/1.2 "open sans", system-ui, -apple-system, segoe ui, roboto, arial, sans-serif;
}

@media (max-width: 992px) {
  .kit {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .kit__media {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .kit-card, .kit-total {
    padding: 12px;
  }
  .kit-bill {
    padding: 0 0 22px 0;
  }
  .kit-card__title {
    font-size: 16px;
  }
  .kit-row__name, .kit-row__price {
    font-size: 12px;
  }
  .kit-total__left, .kit-total__sum {
    font-size: 16px;
  }
}

@media (min-width: 993px) {
  .kit::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 50%;
    width: 2px;
    transform: translateX(-1px);
    background: repeating-linear-gradient(to bottom, var(--dash) 0 10px, transparent 10px 18px);
    opacity: .9;
    pointer-events: none;
    z-index: 2;
  }
  .kit::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 3;
    background: radial-gradient(circle 8px at 50% 0, #f7f7f7 98%, transparent 100%), radial-gradient(circle 8px at 50% 100%, #f7f7f7 98%, transparent 100%);
  }
}

/* footer extra */
.cookieconsent {
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  background: #393939;
  color: #fff;
  padding: 18px 24px;
  border-radius: 12px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 320px;
  max-width: 600px;
  width: 90vw;
  z-index: 99999999999;
  font-size: 16px;
  gap: 24px;
}

.cookieconsent_text {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  margin-right: 0;
  word-break: break-word;
  flex: 1 1 auto;
}

.cookieconsent_text a {
  color: #f6be7b;
  text-decoration: none;
  transition: color .2s;
}

.cookieconsent_text a:hover {
  color: #dca37b;
}

.cookieconsent_button {
  background: #fff;
  color: #393939;
  border-radius: 6px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: background .2s, color .2s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}

.cookieconsent_button:hover {
  background: #eaeaeb;
  color: #393939;
}

.legal-links a {
  font-size: 12px;
  padding-right: 12px;
}

.footer3__copyright a {
  color: #ffffff;
}

/* Медиа — кнопка всегда справа, текст переносится */
@media (max-width: 600px) {
  .cookieconsent {
    /*max-width: 98vw;
		min-width: 0;
		padding: 12px 14px;
		font-size: 15px;
		gap: 10px;*/
    display: none;
  }
  .cookieconsent_text {
    font-size: 15px;
  }
  .cookieconsent_button {
    font-size: 15px;
    padding: 10px 20px;
  }
  .legal-links a {
    display: block;
  }
}

.products-grid-free {
  margin: 0px 0 80px;
}

@media (max-width: 1199px) {
  .products-grid-free {
    margin: 0px 0 60px;
  }
}

@media (max-width: 991px) {
  .products-grid-free {
    margin: 0px 0 60px;
  }
}

@media (max-width: 767px) {
  .products-grid-free {
    margin: 0px 0 40px;
  }
}

.products-grid-free__products {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .products-grid-free__products {
    margin-top: 20px;
  }
}

.products-grid-free__button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .products-grid-free__button {
    margin-top: 30px;
  }
}

.category-page-bottom {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .category-page-bottom {
    margin-top: 30px;
  }
}

body:has(#zuck-modal.show) {
  overflow: hidden;
}

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