@charset "UTF-8";
a {
  outline: none !important;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

a {
  outline: none;
}

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

body {
  line-height: 1;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

input[type='submit'] {
  appearance: none;
}

input[type='search'] {
  appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

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

@font-face {
  font-family: "Roobert Trial";
  src: local("Roobert Trial Bold"), url("../fonts/RoobertTRIAL-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roobert Trial";
  src: local("Roobert Trial Medium"), url("../fonts/RoobertTRIAL-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roobert Trial";
  src: local("Roobert Trial Regular"), url("../fonts/RoobertTRIAL-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.container {
  max-width: 100%;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.wrapper {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}

.slider-arrows {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.slider-arrows .swiper-button-prev {
  margin: 0;
  cursor: pointer;
  position: static;
  width: 1.4375rem;
  height: 1.4375rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3ff95;
}

.slider-arrows .swiper-button-prev svg {
  width: 9px;
  height: auto;
}

.slider-arrows .swiper-button-next {
  margin: 0;
  cursor: pointer;
  position: static;
  width: 1.4375rem;
  height: 1.4375rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3ff95;
}

.slider-arrows .swiper-button-next svg {
  width: 9px;
  height: auto;
}

.title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5px;
}

.js-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.50px solid #467b31;
  border-radius: 0.5rem;
  padding: 0.5625rem 16px 13px;
  height: 2.5rem;
  font-weight: 750;
  font-size: 24px;
  line-height: 75%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #142802;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 90%;
  letter-spacing: -0.02em;
  color: #142802;
}

.pagination a.current {
  background: #eef2e9;
}

.breadcrumbs {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
}

.breadcrumbs a {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 133%;
  color: #808080;
  white-space: nowrap;
}

.breadcrumbs a::after {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #808080;
}

.breadcrumbs a:last-child {
  pointer-events: none;
}

.breadcrumbs a:last-child::after {
  display: none;
}

@media (max-width: 62rem) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (max-width: 46rem) {
  .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.title-section {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.125rem;
}

.title-page-section {
  font-weight: 750;
  font-size: 32px;
  line-height: 88%;
  letter-spacing: -0.02em;
  color: #142802;
}

.js-close-menu {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 111;
  display: none;
}

.js-close-menu {
  display: none;
  position: absolute;
  top: 1.5rem;
  right: 0.875rem;
}

.btn-more {
  display: inline-flex;
  align-items: center;
  color: #FFF;
  font-size: 1.125rem;
  font-family: 'Play', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
  transition: all ease .3s;
}

.btn-more::after {
  content: '';
  display: block;
  margin-left: 1.25rem;
  min-width: 3.4375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background: url(../img/icon/btn-more-icon.svg) no-repeat;
  background-size: contain;
}

.btn-more:hover {
  transition: all ease .3s;
  opacity: .5;
}

.block-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-tags {
  margin-top: 3rem;
  display: flex;
  gap: 8px;
}

.category-tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 64px;
  padding: 12px 24px;
  height: 42px;
  background: #f3f7ee;
  font-weight: 750;
  font-size: 16px;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #000;
  border: 1.50px solid transparent;
  transition: all ease .3s;
  white-space: nowrap;
}

.category-tags a.active {
  border: 1.50px solid #142802;
  background: #f8ffc3;
}

.category-tags a:hover {
  transition: all ease .3s;
  border: 1.50px solid #142802;
  background: #f8ffc3;
}

.title-page {
  font-weight: 750;
  font-size: 2rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #142802;
}

.swiper-pagination-bullet-active {
  background: #142802;
}

@media (max-width: 80rem) {
  .title-section {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}

@media (max-width: 46rem) {
  .title-page {
    font-size: 1.75rem;
    line-height: 107%;
  }
  .category-tags {
    margin-top: 2rem;
    overflow-y: auto;
  }
  .category-tags a {
    font-size: 1rem;
    line-height: 113%;
    padding: 0.75rem 24px;
  }
}

@media (max-width: 46rem) {
  .title-section {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
  .wrapper {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .breadcrumbs {
    margin-top: 1rem;
  }
  .title-page-section {
    font-weight: 750;
    font-size: 1.5rem;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #142802;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 12;
}

.header-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.header-top {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fafbf9;
}

.header-top .header-wrapper {
  justify-content: space-between;
}

.header-top__menu {
  display: flex;
  gap: 0.5rem;
}

.header-top__menu a {
  font-weight: 500;
  font-size: 1rem;
  line-height: 113%;
  color: #142802;
  opacity: .4;
}

.header-top__menu a.current {
  opacity: 1;
}

.header-top__text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 113%;
  color: #142802;
}

.header-top__col {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-top__location {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 125%;
  text-align: right;
  color: rgba(20, 40, 2, 0.4);
}

.header-top__toggle {
  font-weight: 500;
  font-size: 1rem;
  line-height: 125%;
  color: rgba(20, 40, 2, 0.4);
}

.header-logo svg {
  width: 10.5rem;
  height: 2.0625rem;
}

.header-logo svg.mob-show {
  display: none;
}

.header-main {
  position: relative;
  display: flex;
  height: 4.25rem;
  border-bottom: 1px solid rgba(20, 40, 2, 0.2);
}

.header-main .header-wrapper {
  gap: 4rem;
  justify-content: space-between;
}

.header-icon__block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 2.5rem;
  height: 2.5rem;
  background: #eef2e9;
}

.header .burger {
  display: none;
}

.header .burger svg {
  display: none;
}

.header .burger svg:first-child {
  display: block;
}

.header .burger.open svg:first-child {
  display: none;
}

.header .burger.open svg:last-child {
  display: block;
}

.header-col {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header-catalog__btn {
  cursor: pointer;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: #f2ff95;
  border-radius: 8px;
  padding: 0.25rem 0.6875rem 4px 8px;
  width: max-content;
  height: 2.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 125%;
  color: #142802;
}

.header-catalog__btn-arrow {
  margin-left: 0.375rem;
  transition: all ease .3s;
}

.header-catalog__btn.open .header-catalog__btn-arrow {
  transform: scale(-1);
  transition: all ease .3s;
}

.header-services__btn {
  cursor: pointer;
  display: flex;
  gap: 0.375rem;
  align-items: center;
  border-radius: 8px;
  padding: 0.875rem 8px;
  width: 5.3125rem;
  height: 2.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 125%;
  color: #142802;
}

.header-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 37.375rem;
}

.header-search form {
  width: 100%;
}

.header-search input {
  padding-left: 1.5rem;
  width: 100%;
  height: 2.5rem;
  background: #eef2e9;
  border-radius: 8px;
  border: none;
}

.header-search input::placeholder {
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  color: #142802;
  opacity: .4;
}

.header-search__icon {
  display: none;
}

.header-search__icon svg {
  display: none;
}

.header-search__icon svg:first-child {
  display: block;
}

.header-search__icon.open svg:first-child {
  display: none;
}

.header-search__icon.open svg:last-child {
  display: block;
}

.header-callback {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  padding: 0.5rem 14px 7px;
  padding-top: 0.25rem;
  padding-bottom: 0;
  width: 10.3125rem;
  height: 2.5rem;
  background: #eef2e9;
}

.header-callback p {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 125%;
  text-align: center;
  color: #142802;
}

.header-callback a {
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 133%;
  text-align: center;
  color: #142802;
  opacity: .4;
}

.header-cart__count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -0.625rem;
  right: -0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #f3ff95;
  font-weight: 750;
  font-size: 0.75rem;
  line-height: 133%;
  letter-spacing: -0.02em;
  color: #142802;
}

.mob-menu {
  display: none;
  position: fixed;
  z-index: 11;
  top: 73px;
  left: 0;
  padding-top: 1rem;
  padding-bottom: 3.75rem;
  width: 100%;
  height: calc(100vh - 73px);
  overflow-y: auto;
  background: #fff;
}

.mob-menu__nav {
  margin-bottom: 2rem;
}

.mob-menu__nav-row {
  display: flex;
  gap: 8px;
}

.mob-menu__nav-row a {
  font-weight: 750 !important;
  font-size: 1rem !important;
  line-height: 150%;
  color: #142802 !important;
}

.mob-menu__nav-row a:first-child {
  background: #f3ff95 !important;
}

.mob-menu__nav a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
  border-radius: 8px;
  padding: 10px 12px;
  width: 100%;
  height: 100px;
  background: #eef2e9;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 123%;
  letter-spacing: -0.02em;
  color: #666;
}

.mob-menu__nav a b {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.mob-menu__nav a svg {
  position: absolute;
  top: 0.625rem;
  left: 0.75rem;
}

.mob-menu__links {
  margin-top: 2rem;
}

.mob-menu__links p {
  font-weight: 750;
  font-size: 0.875rem;
  line-height: 114%;
  color: #142802;
}

.mob-menu__links a {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 114%;
  color: #142802;
}

.mob-menu__links li {
  margin-top: 0.375rem;
}

@media (max-width: 90rem) {
  .header-search {
    width: 28.4rem;
  }
}

@media (max-width: 62rem) {
  .header {
    padding: 1.25rem 0;
  }
  .header-top {
    display: none;
  }
  .header-catalog__btn {
    display: none;
  }
  .header-services__btn {
    display: none;
  }
  .header-favorite {
    display: none;
  }
  .header-login {
    display: none;
  }
  .header-callback {
    margin-left: auto;
    background: #f2ff95;
    border-radius: 8px;
    padding: 0.5rem 15px 7px 14px;
    width: 6.1875rem;
    height: 3rem;
  }
  .header-callback p {
    font-size: 0.875rem;
    line-height: 101%;
  }
  .header-callback a {
    display: none;
  }
  .header-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header-logo svg {
    width: auto;
    height: auto;
  }
  .header-col {
    width: 100%;
  }
  .header .burger {
    display: flex;
  }
  .header-search {
    width: 3rem;
  }
  .header-search__icon {
    display: flex;
  }
  .header-search input {
    z-index: 2;
    top: 0;
    left: 3.25rem;
    width: 0;
    height: 3rem;
    padding: 0;
    transition: all ease .3s;
  }
  .header-search.active {
    min-width: calc(100% - 56px);
    gap: 12px;
  }
  .header-search form {
    width: 100%;
  }
  .header-search.active input {
    width: 100%;
    padding-left: 1.5rem;
    transition: all ease .3s;
  }
  .header-icon__block {
    min-width: 3rem;
    height: 3rem;
  }
  .header-main .header-wrapper {
    padding: 0 0.75rem;
  }
  .header-main {
    height: auto;
    padding: 12px 0;
  }
  .header {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 47.9375rem) {
  .header-logo svg.mob-hide {
    display: none;
  }
  .header-logo svg.mob-show {
    display: block;
  }
  .header-logo {
    padding-right: 3.125rem;
  }
}

.hero {
  padding: 3.75rem 3.75rem;
  position: relative;
  border-radius: 16px;
}

.hero-bg {
  width: calc(100% - 2.5rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.hero-title {
  font-weight: 750;
  font-size: 3.75rem;
  line-height: 85%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #f3ff95;
}

.hero-row {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.3125rem;
  display: flex;
  justify-content: space-between;
  gap: 0.625rem;
}

.hero-col:last-child .hero-col__text {
  margin-top: 1rem;
}

.hero-col__title {
  font-weight: 750;
  font-size: 1.625rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #f8ffc3;
}

.hero-col__title a {
  display: block;
  margin-top: -1.875rem;
}

.hero-col__text {
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #f8ffc3;
}

.hero-col__icon {
  display: none;
}

.hero.home {
  display: flex;
  gap: 1.25rem;
  padding: 0;
}

.hero.home .hero-top {
  display: flex;
  align-items: flex-end;
  gap: 0.9375rem;
}

.hero.home .hero-col:last-child .hero-col__text {
  margin-top: 0;
  font-size: 1rem;
}

.hero.home .hero-col__title {
  font-size: 1.25rem;
  line-height: 110%;
}

.hero.home .hero-col__text {
  margin-top: 0.75rem;
  font-size: 1rem;
  line-height: 115%;
}

.hero-left {
  position: relative;
  padding: 40px;
  width: 76%;
}

.hero-left .hero-bg {
  width: 100%;
}

.hero-left .hero-title {
  text-align: left;
  max-width: 726px;
  font-size: 54px;
  line-height: 85%;
}

.hero-right {
  width: 24%;
}

.hero-middle {
  margin-top: 74px;
  display: flex;
  gap: 4.6875rem;
}

.hero-middle .hero-col:first-child {
  width: 17.1875rem;
}

.hero-middle .hero-col:nth-child(2) {
  width: 17.5rem;
}

.hero-middle .hero-col:nth-child(3) {
  width: 14rem;
  margin-left: 34px;
}

.hero-bottom {
  margin-top: 80px;
  display: flex;
}

.hero-bottom__col {
  margin-left: 130px;
  display: flex;
  gap: 1.75rem;
}

.hero-bottom__img:first-child img {
  transform: translateY(1.875rem);
}

.hero-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.50px solid #f8ffc3;
  border-radius: 0.5rem;
  width: 13.6875rem;
  height: 2.5rem;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 77%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #f8ffc3;
}

.hero-banner {
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

.hero-banner img {
  width: 100%;
}

.hero-banner:last-child {
  margin-bottom: 0;
}

.hero .swiper-button-next, .hero .swiper-button-prev {
  display: none;
  align-items: center;
  justify-content: center;
  width: 1.4375rem;
  height: 1.4375rem;
  border-radius: 50%;
  background: #f3ff95;
}

.hero .swiper-button-next svg, .hero .swiper-button-prev svg {
  width: 7px;
  height: auto;
}

@media (max-width: 90rem) {
  .hero-row {
    max-width: 100%;
  }
  .hero-middle .hero-col:nth-child(3) {
    margin-left: auto;
  }
}

@media (max-width: 62rem) {
  .hero-title {
    font-size: 2.75rem;
  }
  .hero-title br {
    display: none;
  }
  .hero-row {
    flex-wrap: wrap;
    gap: 20px;
  }
  .hero-col {
    width: calc(50% - 40px);
  }
  .hero-col__title a {
    margin-top: 0;
  }
  .hero-col__title {
    font-size: 1.25rem;
  }
  .hero-col__text {
    font-size: 1rem;
  }
  .hero-col__text br {
    display: none;
  }
  .hero-col:last-child .hero-col__text {
    margin-top: 1.25rem;
  }
  .hero.home {
    flex-wrap: wrap;
  }
  .hero-left {
    width: 100%;
  }
  .hero-right {
    width: 100%;
    display: flex;
    gap: 20px;
  }
  .hero-banner {
    margin-bottom: 0;
  }
  .hero-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    overflow: hidden;
  }
  .hero-btn {
    display: inline-flex;
    width: max-content;
    white-space: nowrap;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .hero {
    padding-top: 2.5rem;
    padding-bottom: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .hero-row {
    gap: 0;
    margin-top: 2.5rem;
  }
  .hero-col {
    margin-bottom: 2rem;
    width: 100%;
  }
  .hero-col:nth-child(1) {
    order: 2;
  }
  .hero-col:nth-child(2) {
    order: 3;
  }
  .hero-col:nth-child(3) {
    order: 4;
  }
  .hero-col:last-child {
    padding: 0 0.9375rem;
    margin-bottom: 4rem;
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
  }
  .hero-col:last-child .hero-col__text {
    margin-top: 0;
    color: #f8ffc3;
    font-size: 1rem;
  }
  .hero-bg {
    height: 23.75rem;
    width: calc(100% - 1.5rem);
  }
  .hero-title {
    padding: 0 1.5rem;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.02em;
  }
  .hero-title span {
    margin-bottom: 1rem;
    display: block;
    font-weight: 750;
    font-size: 2.75rem;
    line-height: 80%;
    letter-spacing: -0.02em;
    text-align: center;
  }
  .hero-col__title {
    font-size: 1.25rem;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #142802;
  }
  .hero-col__title br {
    display: none;
  }
  .hero-col__text {
    margin-top: 0.75rem;
    font-size: 1.125rem;
    line-height: 115%;
    letter-spacing: -0.02em;
    color: #142802;
    opacity: .6;
  }
  .hero-col {
    display: flex;
    gap: 0.625rem;
  }
  .hero-col__icon {
    display: block;
  }
  .hero-left {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .hero.home {
    padding-left: 0;
    padding-right: 0;
  }
  .hero.home .hero-top {
    flex-wrap: wrap;
    padding: 0 0.9375rem;
  }
  .hero-left .hero-title {
    padding: 0;
    font-size: 34px;
    line-height: 82%;
    text-align: center;
  }
  .hero-left .hero-title span {
    margin-top: 0.75rem;
    display: block;
    font-size: 1.5rem;
    line-height: 100%;
  }
  .hero-col:last-child {
    padding: 0;
    margin-bottom: 0;
  }
  .hero.home .hero-top .hero-col__title svg {
    width: 3.5rem;
    height: auto;
  }
  .hero-col:last-child {
    gap: 10px;
  }
  .hero-left .hero-bg {
    height: 27.25rem;
  }
  .hero-bottom {
    margin-top: 1rem;
    flex-wrap: wrap;
    padding: 0 0.9375rem;
  }
  .hero-bottom__col {
    margin-top: 1.875rem;
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
  }
  .hero-btn {
    width: 163px;
    height: 35px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 116%;
  }
  .hero-bottom__img:first-child img {
    transform: unset;
  }
  .hero-bottom__img:nth-child(1) {
    order: 1;
  }
  .hero-middle {
    margin-top: 3.75rem;
    order: 3;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .hero-middle .hero-col {
    width: 100% !important;
  }
  .hero-middle .hero-col:nth-child(3) {
    margin-left: 0;
  }
  .hero-middle .hero-col:first-child {
    order: 1;
    width: 100%;
    margin-bottom: 0;
  }
  .hero-middle .hero-col:nth-child(2) {
    order: 2;
    width: 100%;
    margin-bottom: 0;
  }
  .hero-middle .hero-col:nth-child(3) {
    order: 3;
    margin-bottom: 0;
    align-items: flex-start !important;
  }
  .hero-middle .hero-col:nth-child(3) .hero-col__text {
    margin-top: 0.75rem !important;
    color: #142802;
    opacity: .6;
  }
  .hero-right {
    display: flex;
    flex-wrap: wrap;
  }
  .hero .swiper-button-next, .hero .swiper-button-prev {
    display: flex;
  }
  .hero .swiper-button-prev {
    left: 0;
  }
  .hero .swiper-button-next {
    right: 0;
  }
}

.order {
  padding-top: 7.5rem;
}

.order-row {
  display: flex;
  gap: 4.375rem;
}

.order-left {
  width: 50%;
}

.order-title {
  font-weight: 750;
  font-size: 3.75rem;
  line-height: 85%;
  letter-spacing: -0.02em;
  color: #142802;
}

.order-text p {
  margin-top: 2rem;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #142802;
}

.order-form {
  margin-top: 2rem;
  background: #f3f7ee;
  border-radius: 8px;
  padding: 0 1rem;
}

.order-form .input-wrap {
  padding: 1rem 0;
  border-bottom: 0.50px solid #b3b3b3;
}

.order-form .input-wrap label {
  pointer-events: none;
  margin-bottom: 4px;
  display: block;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #808080;
  transform: translateY(16px);
  transition: all ease .3s;
}

.order-form .input-wrap input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}

.order-form .input-wrap.focus label {
  transform: translateY(0);
  transition: all ease .3s;
}

.order-form .input-wrap:last-child {
  border: none;
}

.order-form .input-wrap:last-child label {
  transform: translateY(0);
}

.order-manager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-radius: 16px;
  width: 46%;
  margin-top: 2.25rem;
  background: #f3f7ee;
}

.order-manager__content .name {
  font-weight: 750;
  font-size: 1.375rem;
  line-height: 91%;
  letter-spacing: -0.02em;
  color: #142802;
}

.order-manager__content .spec {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.order-manager__content a {
  margin-top: 1rem;
  display: block;
  font-weight: 750;
  font-size: 1.25rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #142802;
}

.order-manager__img {
  width: 21.75rem;
  border-radius: 16px;
  overflow: hidden;
}

.order-manager__img img {
  width: 100%;
}

.order-detail {
  padding-top: 5rem;
}

.order-detail__row {
  display: flex;
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
}

.order-detail__col {
  width: 50%;
}

.order-detail__col-title {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 2rem;
  font-weight: 750;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.order-detail__col-title .cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  width: 30px;
  height: 30px;
  min-height: 30px;
  border-radius: 50%;
  background: #f3f7ee;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
}

.order-detail__col-text p {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #142802;
}

.order-detail__col-text p:last-child {
  margin-bottom: 0;
}

.order-detail .cart-item {
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 1rem;
  display: flex;
  gap: 0.875rem;
  border-bottom: 0.50px solid #b3b3b3;
}

.order-detail .cart-item__delete {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -1.875rem;
}

.order-detail .cart-item__img {
  width: 7.4375rem;
  min-width: 7.4375rem;
  height: 9.375rem;
  border-radius: 8px;
  overflow: hidden;
}

.order-detail .cart-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.order-detail .cart-item__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.order-detail .cart-item__title {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}

.order-detail .cart-item__characteristic {
  margin-top: 1rem;
}

.order-detail .cart-item__characteristic table td {
  padding: 0.5rem 0;
  padding-right: 1rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 81%;
  letter-spacing: -0.02em;
  color: #000;
}

.order-detail .cart-item__characteristic table td:first-child {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #999;
}

.order-detail .cart-item__characteristic table td:last-child {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 81%;
  letter-spacing: -0.02em;
  color: #000;
}

.order-detail .cart-item__characteristic table td:last-child span {
  text-decoration: line-through;
  color: #666;
}

.order-detail .cart-item__characteristic table td:last-child .discount {
  padding: 0 0.3125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.375rem;
  background: #467b31;
  border-radius: 11px;
  font-weight: 750;
  font-size: 0.875rem;
  line-height: 157%;
  letter-spacing: -0.02em;
  color: #f3ff95;
}

.order-detail .cart-item__count {
  background: #f3f7ee;
  border-radius: 8px;
  padding: 1rem;
}

.order-detail .cart-item__count-top {
  padding-bottom: 0.625rem;
  border-bottom: 0.50px solid #b3b3b3;
}

.order-detail .cart-item__count-top p {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #999;
}

.order-detail .cart-item__count-row {
  margin-top: 1rem;
  border-radius: 6px;
  padding: 0 8px;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #f8ffc3;
}

.order-detail .cart-item__count-row .val {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.125rem;
  height: 1.5rem;
  background: #edf5b7;
  border-radius: 6px;
}

.order-detail .cart-item__count-row .minus, .order-detail .cart-item__count-row .plus {
  height: 100%;
  width: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-detail .cart-item__count-bottom {
  padding-top: 0.625rem;
}

.order-detail .cart-item__count-bottom p {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #999;
}

.order-detail .cart-item__total {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #467b31;
}

.order-detail .cart-notice {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 8px;
  padding: 1rem;
  height: 3.5625rem;
  background: #f3ff95;
}

.order-detail .cart-notice p {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}

.order-detail .cart-notice svg {
  min-width: 7px;
}

.order-detail .cart-total {
  margin-top: 1rem;
  border-radius: 8px;
  padding: 1rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8ffc3;
}

.order-detail .cart-total p {
  font-weight: 750;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}

.order-detail .cart-total__sum {
  font-weight: 750;
  font-size: 1.75rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: right;
  color: #467b31;
}

.order-total {
  margin-top: 0.625rem;
  position: sticky;
  top: 1.25rem;
  right: 0;
  max-width: 32.5rem;
  width: 100%;
  border-radius: 8px;
  padding: 1rem;
  background: #f3f7ee;
}

.order-total__title {
  font-weight: 750;
  font-size: 1.875rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.order-total__table {
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.50px solid #b3b3b3;
}

.order-total__table table {
  width: 100%;
}

.order-total__table td {
  padding: 0.5rem 0;
  width: 50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 81%;
  letter-spacing: -0.02em;
  color: #000;
}

.order-total__table td:last-child {
  text-align: right;
}

.order-total__table-bottom {
  padding-bottom: 1rem;
  border-bottom: 0.50px solid #b3b3b3;
  margin-top: 2rem;
}

.order-total__table-bottom table {
  width: 100%;
}

.order-total__table-bottom td {
  padding: 0.5rem 0;
  width: 50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 81%;
  letter-spacing: -0.02em;
  color: #000;
}

.order-total__table-bottom td:last-child {
  text-align: right;
}

.order-total__summ {
  padding-top: 1.5rem;
  text-align: center;
}

.order-total__summ p {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #999;
}

.order-total__num {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
}

.order-total__document {
  padding-top: 1rem;
}

.order-total__document-link {
  margin-top: 1rem;
}

.order-total__document a {
  margin-bottom: 0.5rem;
  display: flex;
  gap: 0.625rem;
  align-items: center;
  border-radius: 8px;
  padding: 0.75rem;
  height: 2.375rem;
  background: rgba(20, 40, 2, 0.1);
  font-weight: 400;
  font-size: 1rem;
  line-height: 81%;
  letter-spacing: -0.02em;
  color: #000;
}

.order-total__document a span {
  color: rgba(0, 0, 0, 0.3);
}

.order-total__document a:last-child {
  margin-bottom: 0;
}

.order-total__document-present {
  margin-top: 0.5rem;
}

.order-total__document-present a {
  height: auto;
  padding: 0.75rem;
  line-height: 110%;
  background: #f3ff95;
}

.order-total__document-present a span {
  padding-top: 0.5rem;
}

.order-total__btn {
  cursor: pointer;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.50px solid #142802;
  border-radius: 0.5rem;
  padding: 0.6875rem 14px 15px;
  width: 30.5rem;
  height: 3.75rem;
  background: #142802;
  font-weight: 750;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #f3ff95;
}

@media (max-width: 62rem) {
  .order {
    padding-top: 4rem;
  }
  .order-row {
    align-items: flex-start;
  }
  .order-manager {
    margin-top: 0;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 2.5rem;
  }
  .order-title {
    font-size: 3rem;
  }
  .order-text p {
    font-size: 1.125rem;
  }
  .order-detail__col {
    width: 100%;
  }
  .order-detail .cart-item {
    padding-right: 2.5rem;
  }
  .order-detail .cart-item__delete {
    right: 0;
  }
  .order-detail__col-title {
    font-size: 2.125rem;
  }
  .order-detail .cart-total p {
    font-size: 1.125rem;
  }
  .order-detail .cart-total__sum {
    font-size: 1.5rem;
  }
  .order-total {
    margin-top: 6rem;
    width: 100%;
    max-width: 100%;
    position: static;
  }
  .order-detail__row {
    flex-wrap: wrap;
  }
  .order-total__btn {
    width: 100%;
  }
}

@media (max-width: 47.9375rem) {
  .order-row {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .order-left {
    width: 100%;
  }
  .order-title {
    font-size: 2.8125rem;
    line-height: 85%;
  }
  .order-text p {
    font-size: 1.125rem;
    line-height: 120%;
  }
  .order-manager {
    padding: 0.75rem;
    width: 100%;
    gap: 1rem;
  }
  .order-manager__content {
    order: 2;
  }
  .order-manager__img {
    width: 100%;
  }
  .order-manager__content .name {
    font-size: 1.125rem;
    line-height: 133%;
  }
  .order-manager__content .spec {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 114%;
  }
  .order-manager__content a {
    margin-top: 0.5rem;
    font-size: 20px;
    line-height: 110%;
  }
  .order-detail .cart-item {
    padding-right: 1.25rem;
  }
  .order-detail .cart-item__content {
    flex-wrap: wrap;
  }
  .cart-item__content-col {
    width: 100%;
  }
  .order-detail .cart-item__count {
    margin-top: 1.5rem;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
  }
  .order-detail .cart-item__count-top {
    padding-bottom: 0;
    border: none;
  }
  .order-detail .cart-item__count-top p {
    display: none;
  }
  .order-detail .cart-item__count-row {
    margin-top: 0;
  }
  .order-detail .cart-item__count-bottom {
    padding-top: 0;
    border: none;
  }
  .order-detail .cart-item__count-bottom p {
    display: none;
  }
  .order-detail .cart-item__total {
    margin-top: 0;
    font-size: 1.25rem;
    line-height: 80%;
    color: #000;
  }
  .order-detail .cart-item__img {
    width: 4.5rem;
    min-width: 4.5rem;
    height: 5.625rem;
  }
  .order-detail .cart-item__title {
    font-size: 1.125rem;
    line-height: 110%;
  }
  .order-detail .cart-item__characteristic {
    margin-top: 0.625rem;
  }
  .order-detail .cart-item__characteristic table td {
    padding: 0.375rem 0.75rem;
    padding-left: 0;
    font-size: 0.8125rem;
    line-height: 100%;
  }
  .order-detail .cart-item__characteristic table td:last-child {
    padding-right: 0;
    font-size: 0.8125rem;
    line-height: 100%;
  }
  .order-detail .cart-item__characteristic table td:last-child .discount {
    font-size: 10px;
    height: 1.125rem;
    font-weight: 400;
  }
  .order-detail .cart-total {
    height: 3.125rem;
  }
  .order-detail .cart-total p {
    font-size: 1rem;
    line-height: 100%;
  }
  .order-detail .cart-total__sum {
    font-size: 1.5rem;
    line-height: 117%;
  }
  .order-detail .cart-notice {
    align-items: flex-start;
    height: auto;
    padding: 1rem 12px;
  }
  .order-detail__col-title {
    font-size: 1.875rem;
    line-height: 67%;
  }
  .order-detail__col-text p {
    font-size: 1.125rem;
    line-height: 120%;
  }
  .order-detail .cart-item__count-row .val {
    font-size: 0.9375rem;
  }
  .order-total__title {
    font-size: 1.875rem;
    line-height: 100%;
  }
}

.delivery {
  padding-top: 5rem;
}

.delivery input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.delivery .radio-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 0.75rem;
  border: 1px solid #142802;
  border-radius: 4px;
  width: 1.25rem;
  height: 1.25rem;
}

.delivery .radio-custom::before {
  content: '';
  display: none;
  width: 13px;
  height: 10px;
  background: url(../img/icon/check-marker.svg) no-repeat;
}

.delivery-item {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 8px;
  padding: 1rem 12px;
  padding-left: 2.75rem;
  background: #f3f7ee;
  opacity: 0.4;
  border: 1.50px solid transparent;
}

.delivery-item__block {
  margin-top: 1rem;
  display: block;
  position: relative;
  width: 100%;
  border-radius: 8px;
  padding: 1rem 12px;
  padding-left: 0;
  background: #f3f7ee;
  opacity: 0.4;
  border: 1.50px solid transparent;
}

.delivery-item__block.active {
  opacity: 1;
}

.delivery-item__block.active .delivery-item__options {
  pointer-events: auto;
}

.delivery-item__block .delivery-item.active {
  background: transparent;
  border: none;
}

.delivery-item.active {
  background: #f3ff95;
  opacity: 1;
  border: 1.50px solid #566100;
}

.delivery-item__row {
  padding-bottom: 0.625rem;
  display: flex;
  gap: 0.75rem;
  border-bottom: 0.50px solid #b3b3b3;
}

.delivery-item__row:nth-child(4) {
  padding-top: 0.625rem;
  border: none;
}

.delivery-item__img {
  width: 7.5rem;
  min-width: 7.5rem;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.delivery-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.delivery-item__title {
  margin-bottom: 1.125rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}

.delivery-item__characteristic td {
  padding: 0.375rem 0;
  padding-right: 1.5rem;
}

.delivery-item__characteristic td:first-child {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #999;
}

.delivery-item__characteristic td:last-child {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 81%;
  letter-spacing: -0.02em;
  color: #000;
}

.delivery-item__characteristic td:last-child span {
  text-decoration: line-through;
  color: #666;
}

.delivery-item__characteristic td:last-child .discount {
  padding: 0 0.3125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.375rem;
  background: #ff7f08;
  border-radius: 11px;
  font-weight: 750;
  font-size: 0.875rem;
  line-height: 157%;
  letter-spacing: -0.02em;
  color: #f3ff95;
}

.delivery-item__total {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  text-align: right;
}

.delivery-item__total p {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: right;
  color: #000;
  opacity: .6;
}

.delivery-item__total .summ {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: right;
  color: #000;
}

.delivery-item__options {
  pointer-events: none;
}

.delivery-item__option {
  margin-bottom: 0.625rem;
  display: block;
  position: relative;
  padding-left: 2.75rem;
}

.delivery-item__option:last-child {
  margin-bottom: 0;
}

.delivery-item__option .radio-custom {
  top: 0;
  left: 2.75rem;
}

.delivery-item__option-text {
  padding-left: 2.125rem;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}

.delivery-item.free {
  margin-top: 1rem;
}

.delivery-item.free .delivery-item {
  padding-left: 0;
}

.delivery-item.free .delivery-item__total {
  top: 1rem;
}

.delivery-notice {
  margin-top: 1rem;
  background: #f3ff95;
  border-radius: 8px;
  padding: 16px;
}

.delivery-total {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  padding: 1rem;
  height: 3.75rem;
  background: #f8ffc3;
}

.delivery-total p {
  font-weight: 750;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}

.delivery-total .summ {
  font-weight: 750;
  font-size: 1.75rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: right;
  color: #142802;
}

.delivery input[type="radio"]:checked + .radio-custom {
  background: #467b31;
  border: 1px solid transparent;
}

.delivery input[type="radio"]:checked + .radio-custom::before {
  display: block;
}

.delivery input[type="checkbox"]:checked + .radio-custom {
  background: #467b31;
  border: 1px solid transparent;
}

.delivery input[type="checkbox"]:checked + .radio-custom::before {
  display: block;
}

@media (max-width: 47.9375rem) {
  .delivery {
    padding-top: 8rem;
  }
  .delivery-item__img {
    width: 4.5rem;
    min-width: 4.5rem;
    height: 3.75rem;
  }
  .delivery-item__title {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 110%;
    letter-spacing: -0.02em;
  }
  .delivery-item__characteristic td:last-child {
    font-size: 0.8125rem;
    line-height: 100%;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }
  .delivery-item__characteristic td:last-child .discount {
    font-size: 0.625rem;
  }
  .delivery-item__total {
    margin-top: 1rem;
    margin-left: 2.75rem;
    position: static;
    text-align: left;
  }
  .delivery-item__total p {
    text-align: left;
  }
  .delivery-item__total .summ {
    margin-top: 0.25rem;
    font-size: 1.5rem;
    line-height: 117%;
    text-align: left;
  }
  .delivery-item.free .delivery-item__title {
    font-size: 1.375rem;
    line-height: 110%;
  }
  .delivery-item.free .delivery-item__total {
    margin-top: 1rem;
  }
  .delivery-notice {
    padding: 16px 12px;
    font-size: 0.8125rem;
    line-height: 100%;
  }
  .delivery-total {
    height: 3.125rem;
    padding: 1rem;
  }
  .delivery-total p {
    font-size: 1rem;
    line-height: 100%;
  }
  .delivery-total .summ {
    font-size: 1.5rem;
    line-height: 117%;
  }
}

.garantii {
  padding-top: 5rem;
}

.garantii .options {
  margin-top: 2rem;
}

.garantii .options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.garantii .options label.option:has(input[type="radio"]:checked) {
  background: #f3ff95;
  border: 1.50px solid #566100;
}

.garantii .options input[type="radio"]:checked + .option-body {
  opacity: 1;
}

.garantii .options input[type="radio"]:checked + .radio-custom {
  background: #467b31;
  border: 1px solid transparent;
}

.garantii .options input[type="radio"]:checked + .radio-custom::before {
  display: block;
}

.garantii .options .radio-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 0.75rem;
  border: 1px solid #142802;
  border-radius: 4px;
  width: 1.25rem;
  height: 1.25rem;
}

.garantii .options .radio-custom::before {
  content: '';
  display: none;
  width: 13px;
  height: 10px;
  background: url(../img/icon/check-marker.svg) no-repeat;
}

.garantii .options-total {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  padding: 1rem;
  width: 100%;
  height: 3.75rem;
  background: #f8ffc3;
}

.garantii .options-total p {
  font-weight: 750;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}

.garantii .options-total .summ {
  font-weight: 750;
  font-size: 1.75rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: right;
  color: #142802;
}

.garantii .sub-options {
  margin-top: 1rem;
  padding-left: 2.75rem;
}

.garantii .sub-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.garantii .sub-options label.option:has(input[type="checkbox"]:checked) {
  background: #f3f7ee;
}

.garantii .sub-options input[type="checkbox"]:checked + .option-body {
  opacity: 1;
}

.garantii .sub-options input[type="checkbox"]:checked + .option-total {
  opacity: 1;
}

.garantii .sub-options input[type="checkbox"]:checked + .radio-custom {
  background: #467b31;
  border: 1px solid transparent;
}

.garantii .sub-options input[type="checkbox"]:checked + .radio-custom::before {
  display: block;
}

.garantii .sub-options .radio-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 0.75rem;
  border: 1px solid #142802;
  border-radius: 4px;
  width: 1.25rem;
  height: 1.25rem;
}

.garantii .sub-options .radio-custom::before {
  content: '';
  display: none;
  width: 13px;
  height: 10px;
  background: url(../img/icon/check-marker.svg) no-repeat;
}

.garantii .option {
  margin-bottom: 1rem;
  position: relative;
  display: block;
  padding: 1rem;
  padding-left: 2.75rem;
  border-radius: 8px;
  background: rgba(243, 247, 238, 0.6);
  border: 1.50px solid transparent;
}

.garantii .option.disable {
  pointer-events: none;
}

.garantii .option.active .option-body {
  opacity: 1;
}

.garantii .option.active .option-body__list {
  background: #ff7f08;
}

.garantii .option.active .option-body__list h3 {
  color: #f8ffc3;
}

.garantii .option.active .option-body__list h4 {
  color: #f8ffc3;
}

.garantii .option.active .option-body__list-item {
  border-top: 0.50px solid #f8ffc3;
}

.garantii .option.active .option-body__list-item:first-child {
  border: none;
}

.garantii .option.active .option-total {
  opacity: 1;
}

.garantii .option-body {
  opacity: .4;
}

.garantii .option-body__title {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
}

.garantii .option-body__title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 750;
  font-size: 1.25rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #f3ff95;
  border-radius: 8px;
  padding: 0.375rem;
  height: 1.625rem;
  background: #467b31;
}

.garantii .option-body__list {
  border-radius: 8px;
  padding: 0.5rem 0.75rem 0.75rem;
  padding-top: 0;
  padding-bottom: 0;
  background: rgba(20, 40, 2, 0.1);
}

.garantii .option-body__list-item {
  padding: 0.5rem 0;
  border-top: 0.50px solid #b3b3b3;
}

.garantii .option-body__list-item:first-child {
  border-top: none;
}

.garantii .option-body__list h3 {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: -0.02em;
}

.garantii .option-body__list h4 {
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
}

.garantii .option-body__list ul {
  margin-top: 0.625rem;
  margin-left: 0.9375rem;
}

.garantii .option-body__list ul li {
  list-style: disc;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}

.garantii .option-body__list p {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.garantii .option-body__list-works {
  padding-top: 0.625rem;
  border-top: 0.50px solid #b3b3b3;
}

.garantii .option-body__list-works ul {
  margin-left: 15px;
  list-style: disc;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}

.garantii .option-body__list-title {
  margin-bottom: 0.625rem;
  font-weight: 750;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}

.garantii .option-body__notice {
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.garantii .option-body__notice ul {
  margin-left: 15px;
}

.garantii .option-body__notice li {
  list-style: disc;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}

.garantii .option-body__notice p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}

.garantii .option-total {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  text-align: right;
  opacity: .6;
}

.garantii .option-total p {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: right;
  color: #000;
  opacity: .6;
}

.garantii .option-total .summ {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: right;
  color: #000;
}

.garantii.home {
  padding-top: 0;
  margin-top: 11.25rem;
  background: #eef2e9;
  border-radius: 18px;
  padding: 1.375rem;
  padding-top: 2.25rem;
}

.garantii-row {
  position: relative;
  padding-bottom: 7.5rem;
  overflow: hidden;
}

.garantii-title {
  font-weight: 750;
  font-size: 2rem;
  line-height: 88%;
  letter-spacing: -0.02em;
  color: #142802;
}

.garantii-text {
  margin-top: 1.375rem;
  max-width: 45rem;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #142802;
}

.garantii-btn {
  margin-top: 7.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 77%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #142802;
  border: 1.50px solid #467b31;
  border-radius: 8px;
  padding: 0.625rem 14px 14px;
  height: 2.5rem;
}

.garantii-img {
  max-width: 31.25rem;
  position: absolute;
  bottom: -4.375rem;
  right: 1.25rem;
}

.garantii-img img {
  width: 100%;
}

.garantii-video {
  display: flex;
  gap: 0.5rem;
}

.garantii-video__item {
  width: 25%;
}

.garantii-video__item-bg {
  position: relative;
  border-radius: 16px;
  height: 13.125rem;
  overflow: hidden;
}

.garantii-video__item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.garantii-video__item-timer {
  position: absolute;
  right: 1.125rem;
  bottom: 1.125rem;
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 73%;
  letter-spacing: -0.02em;
  text-align: right;
  color: #fff;
}

.garantii-video__item-text {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 122%;
  color: #142802;
}

@media (max-width: 62rem) {
  .garantii.home {
    margin-top: 7.5rem;
  }
  .garantii-img {
    margin-top: 2.5rem;
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
  .garantii-row {
    padding-bottom: 3.75rem;
  }
  .garantii-video__item {
    width: calc(50% - 0.25rem);
  }
  .garantii-video {
    flex-wrap: wrap;
  }
  .garantii-btn {
    margin-top: 5rem;
  }
}

@media (max-width: 767px) {
  .garantii {
    padding-top: 6rem;
  }
  .garantii .option-body__title {
    font-size: 1.125rem;
    line-height: 110%;
  }
  .garantii .option-body__list h3 {
    font-size: 1.125rem;
    line-height: 110%;
  }
  .garantii .option.active .option-body__list h4 {
    font-size: 0.8125rem;
    line-height: 100%;
  }
  .garantii .option-body__list p {
    font-size: 0.8125rem;
    line-height: 100%;
    letter-spacing: -0.02em;
  }
  .garantii .option-body__notice li {
    font-size: 0.8125rem;
    line-height: 100%;
  }
  .garantii .option-total {
    margin-top: 1.5rem;
    position: static;
  }
  .garantii .option-total p {
    text-align: left;
    font-size: 0.8125rem;
    line-height: 100%;
  }
  .garantii .option-total .summ {
    font-size: 1.5rem;
    line-height: 117%;
    text-align: left;
  }
  .garantii .sub-options {
    padding-left: 0;
  }
  .garantii .options-total p {
    font-size: 16px;
    line-height: 100%;
  }
  .garantii .options-total .summ {
    font-size: 1.5rem;
    line-height: 117%;
  }
  .garantii.home {
    padding: 0;
    margin-top: 6rem;
    background: transparent;
  }
  .garantii-row {
    padding: 1rem;
    padding-bottom: 0;
    border-radius: 18px;
    background: #eef2e9;
  }
  .garantii-title {
    font-size: 1.375rem;
    line-height: 100%;
  }
  .garantii-text {
    margin-top: 0.375rem;
    font-size: 1rem;
    line-height: 113%;
  }
  .garantii-btn {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 97%;
    width: 16.4375rem;
    text-align: left;
    height: 3.125rem;
    padding: 0.75rem 20px 15px;
  }
  .garantii-img {
    margin-top: -1.25rem;
    transform: translateY(2.5rem);
  }
  .garantii-video {
    margin-top: 2.25rem;
  }
  .garantii-video__item {
    margin-top: 24px;
  }
  .garantii-video__item-bg {
    height: 6.625rem;
  }
  .garantii-video__item-timer {
    display: none;
  }
  .garantii-video__item-text {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 100%;
  }
}

.services {
  padding-top: 5rem;
}

.services input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.services .radio-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border: 1px solid #142802;
  border-radius: 4px;
  width: 1.25rem;
  height: 1.25rem;
}

.services .radio-custom::before {
  content: '';
  display: none;
  width: 13px;
  height: 10px;
  background: url(../img/icon/check-marker.svg) no-repeat;
}

.services-wrap {
  margin-top: 1rem;
}

.services-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.50px solid #b3b3b3;
}

.services-item__delete {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -1.875rem;
}

.services-item:first-child {
  padding-top: 0;
}

.services-item:last-child {
  border: none;
  margin-bottom: 0;
}

.services-item__title {
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: -0.02em;
}

.services-item__characteristic {
  margin-top: 1rem;
}

.services-item__characteristic td {
  padding: 0.5rem;
  padding-left: 0;
}

.services-item__characteristic tr:nth-child(1) td:nth-child(1) {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #999;
}

.services-item__characteristic tr:nth-child(1) td:nth-child(2) {
  font-weight: 400;
  font-size: 1rem;
  line-height: 81%;
  letter-spacing: -0.02em;
  color: #000;
}

.services-item__characteristic tr:nth-child(2) td {
  font-weight: 400;
  font-size: 1rem;
  line-height: 81%;
  letter-spacing: -0.02em;
  color: #000;
}

.services-item__count {
  background: #f3f7ee;
  border-radius: 8px;
  padding: 1rem;
}

.services-item__count .cart-item__count-row {
  margin-top: 0;
}

.services-item__count .cart-item__total {
  margin-top: 0;
}

.services-total {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  padding: 1rem;
  height: 3.75rem;
  background: #f8ffc3;
}

.services-total p {
  font-weight: 750;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}

.services-total .summ {
  font-weight: 750;
  font-size: 1.75rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: right;
  color: #142802;
}

.services input[type="checkbox"]:checked + .radio-custom::before {
  display: block;
}

.services input[type="checkbox"]:checked + .radio-custom {
  background: #467b31;
  border: 1px solid transparent;
}

.page-services .services-hero {
  margin-top: 2rem;
}

.page-services .services-hero__title {
  font-weight: 750;
  font-size: 2rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #142802;
}

.page-services .services-hero__row {
  margin-top: 2rem;
  display: flex;
  gap: 8px;
}

.page-services .services-hero__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50%;
  height: 29.375rem;
}

.page-services .services-hero__col:hover .services-hero__col-bg img {
  transform: scale(1.5);
  transition: all linear 10s;
}

.page-services .services-hero__col-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.page-services .services-hero__col-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all linear 2s;
}

.page-services .services-hero__col-title {
  font-weight: 750;
  font-size: 2.5rem;
  line-height: 80%;
  text-align: center;
  color: #f3ff95;
}

.page-services .services-hero__col-btn {
  margin-top: 1.5rem;
  display: inline-flex;
  border: 1.50px solid #f3ff95;
  border-radius: 8px;
  padding: 0.625rem 16px 14px;
  height: 2.5rem;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 75%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #f3ff95;
}

.page-services .services-about {
  padding-top: 8rem;
}

.page-services .services-about__title {
  font-weight: 750;
  font-size: 2rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #142802;
}

.page-services .services-about__row {
  margin-top: 3rem;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.page-services .services-about__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(33.33% - 6px);
  height: 15.375rem;
  border-radius: 16px;
  background: #f3f7ee;
  overflow: hidden;
}

.page-services .services-about__col:first-child {
  display: block;
  background: transparent;
  font-weight: 400;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #142802;
  opacity: .6;
}

.page-services .services-about__col-title {
  margin-bottom: 1rem;
  font-weight: 750;
  font-size: 3rem;
  line-height: 117%;
  text-align: center;
  color: #142802;
}

.page-services .services-about__col-text {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 117%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #142802;
}

.page-services .services-about__col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-services .services-about__block {
  padding: 5rem 3.5rem;
  margin-top: 9.0625rem;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.page-services .services-about__block-title {
  font-weight: 750;
  font-size: 3rem;
  line-height: 117%;
  color: #f3f7ee;
}

.page-services .services-about__block-row {
  margin-top: 10rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.page-services .services-about__block-text {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #f3f7ee;
}

.page-services .services-about__block-list {
  max-width: 45rem;
  width: 100%;
}

.page-services .services-about__block-list .item {
  border-bottom: 1px solid rgba(243, 247, 238, 0.6);
  padding-top: 1.5rem;
  padding-bottom: 1.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #f3f7ee;
}

.page-services .services-about__block-list .item:first-child {
  border-top: 1px solid rgba(243, 247, 238, 0.6);
}

.page-services .form-question__content {
  height: auto;
}

@media (max-width: 62rem) {
  .services-item__delete {
    right: 0;
  }
  .page-services .services-hero__col {
    height: 20.4rem;
  }
  .page-services .services-hero__col-title {
    font-size: 2rem;
  }
  .page-services .services-about {
    padding-top: 6.25rem;
  }
  .page-services .services-about__col {
    width: calc(50% - 4px);
  }
  .page-services .services-about__col:first-child br {
    display: none;
  }
  .page-services .services-about__col-title {
    font-size: 2.375rem;
  }
  .page-services .services-about__col-text {
    font-size: 1.25rem;
  }
  .page-services .services-about__block {
    margin-top: 6.25rem;
    padding: 3.75rem 2rem;
  }
  .page-services .services-about__block-title {
    font-size: 2.375rem;
  }
  .page-services .services-about__block-row {
    margin-top: 6.25rem;
    gap: 2.5rem;
  }
  .page-services .services-about__block-list .item {
    font-size: 1rem;
  }
}

@media (max-width: 47.9375rem) {
  .services-item {
    flex-wrap: wrap;
  }
  .services-item__title {
    font-size: 1.125rem;
    line-height: 110%;
  }
  .services-item__characteristic tr:nth-child(2) td {
    font-size: 0.8125rem;
    line-height: 100%;
  }
  .services-item__characteristic td {
    white-space: nowrap;
  }
  .services-item__count {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    padding: 0;
  }
  .services-total p {
    padding-right: 1.25rem;
    font-size: 1rem;
    line-height: 100%;
  }
  .services-total .summ {
    font-size: 1.5rem;
    line-height: 117%;
  }
  .page-services .services-hero__title, .page-services .services-about__title {
    font-size: 1.75rem;
    line-height: 107%;
  }
  .page-services .services-hero__row {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .page-services .services-hero__col {
    position: relative;
    width: 100%;
    height: 15rem;
  }
  .page-services .services-hero__col-bg {
    border-radius: 8px;
  }
  .page-services .services-hero__col-title {
    font-size: 2rem;
    line-height: 100%;
  }
  .page-services .services-hero__col-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
    width: calc(100% - 2rem);
    height: 34px;
    border: 1px solid #f3ff95;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    justify-content: center;
  }
  .page-services .services-about {
    padding-top: 5rem;
  }
  .page-services .services-about__col {
    width: 100%;
    height: 11.6875rem;
  }
  .page-services .services-about__col:first-child {
    height: auto;
    padding-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 113%;
  }
  .page-services .services-about__col-title {
    margin-bottom: 0.5rem;
    font-size: 2.5rem;
    line-height: 140%;
  }
  .page-services .services-about__col-text {
    font-size: 1.25rem;
    line-height: 110%;
  }
  .page-services .services-about__block {
    margin-top: 7.5rem;
    padding: 2.5rem 1rem;
  }
  .page-services .services-about__block-title {
    font-size: 1.75rem;
    line-height: 100%;
  }
  .page-services .services-about__block-row {
    margin-top: 1.5rem;
    flex-wrap: wrap;
    gap: 2.5rem;
  }
  .page-services .services-about__block-text {
    font-size: 1.25rem;
    line-height: 110%;
  }
  .page-services .services-about__block-text br {
    display: none;
  }
  .page-services .services-about__block-list .item {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    font-size: 1.25rem;
    line-height: 120%;
  }
}

.banner {
  padding-top: 9.375rem;
}

.banner-wrap {
  padding-top: 5rem;
  position: relative;
  width: 100%;
  height: 26.25rem;
  border-radius: 16px;
  overflow: hidden;
}

.banner-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-bg img:nth-child(2) {
  display: none;
}

.banner-top {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  border: 1px solid #142802;
  border-radius: 10px;
  padding: 0.625rem 16px 14px;
  width: 19.0625rem;
  height: 2.8125rem;
  font-weight: 750;
  font-size: 1.25rem;
  line-height: 100%;
  text-align: center;
  color: #0b1601;
}

.banner-title {
  margin-top: 1.25rem;
  font-weight: 750;
  font-size: 4.75rem;
  line-height: 77%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #467b31;
}

.banner-title br {
  display: none;
}

.banner-btn {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0.625rem 16px 14px;
  width: 9.5625rem;
  height: 2.8125rem;
  background: #467b31;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 75%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #f3f7ee;
}

@media (max-width: 62rem) {
  .banner {
    padding-top: 6rem;
  }
  .banner-title {
    font-size: 56px;
  }
  .banner-btn {
    font-size: 1.25rem;
  }
}

@media (max-width: 47.9375rem) {
  .banner {
    padding-top: 6rem;
  }
  .banner-title {
    font-size: 2.75rem;
    text-align: left;
  }
  .banner-title br {
    display: block;
  }
  .banner-btn {
    margin-left: 0;
    font-size: 1.25rem;
    width: 8.3125rem;
    height: 2.375rem;
  }
  .banner-wrap {
    padding-top: 7.5rem;
    padding-left: 1.5rem;
    height: 31.25rem;
  }
  .banner-top {
    display: inline-flex;
    width: auto;
    height: 2.25rem;
    font-size: 16px;
  }
  .banner-bg img:nth-child(1) {
    display: none;
  }
  .banner-bg img:nth-child(2) {
    display: block;
  }
}

.map {
  padding-top: 7.5rem;
  margin-bottom: 11.25rem;
}

.map-wrap {
  position: relative;
  height: 46.25rem;
}

.map-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.map-block {
  padding-top: 3.75rem;
  padding-bottom: 3.125rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: absolute;
  top: 5rem;
  left: 1.25rem;
  border-radius: 16px;
  width: 21.5rem;
  background: #f8ffc3;
}

.map-title {
  font-weight: 750;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #142802;
}

.map-text {
  margin-top: 1.5rem;
  text-align: center;
  color: #142802;
}

.map-text p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 110%;
  letter-spacing: -0.02em;
}

.map-text a {
  margin-top: 1.5rem;
  display: block;
}

.map-footer {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
}

.map-footer a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 15.625rem;
  height: 2.9375rem;
  border: 1px solid #142802;
  border-radius: 10px;
  font-weight: 750;
  font-size: 1.125rem;
  line-height: 133%;
  text-align: center;
  color: #142802;
}

@media (max-width: 47.9375rem) {
  .map {
    padding-top: 6rem;
    margin-bottom: 6rem;
  }
  .map-wrap {
    height: 38.4375rem;
  }
  .map-block {
    text-align: left;
    padding: 1.5rem 1.625rem;
    top: 2.5rem;
    width: calc(100% - 2.5rem);
  }
  .map-title {
    font-size: 1.5rem;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #142802;
    text-align: left;
  }
  .map-text {
    margin-top: 0.75rem;
  }
  .map-text p {
    font-size: 0.875rem;
    line-height: 114%;
    text-align: left;
  }
  .map-text a {
    margin-top: 1rem;
    text-align: left;
  }
  .map-footer {
    justify-content: flex-start;
  }
}

.reviews-star {
  padding-top: 7.5rem;
}

.reviews-star .title-section {
  font-weight: 750;
  font-size: 2.25rem;
  line-height: 78%;
  letter-spacing: -0.02em;
  color: #142802;
}

.reviews-star__slider {
  margin-top: 3.75rem;
}

.reviews-star__item {
  display: flex;
  gap: 1.875rem;
}

.reviews-star__item-img {
  border-radius: 20px;
  width: 10.8125rem;
  min-width: 10.8125rem;
  height: 14.4375rem;
  overflow: hidden;
}

.reviews-star__item-content {
  width: 376px;
}

.reviews-star__item-name {
  font-weight: 750;
  font-size: 1.75rem;
  line-height: 86%;
  letter-spacing: -0.02em;
  color: #142802;
}

.reviews-star__item-text {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #142802;
  opacity: 0.6;
}

.reviews-star__item-link {
  display: flex;
  gap: 0.375rem;
  align-items: center;
  margin-top: 1.5rem;
  font-weight: 750;
  font-size: 1.25rem;
  line-height: 114%;
  letter-spacing: -0.02em;
  color: #142802;
}

@media (max-width: 48rem) {
  .reviews-star {
    padding-top: 6.25rem;
  }
  .reviews-star__item {
    flex-wrap: wrap;
    gap: 3.125rem;
  }
  .reviews-star .title-section {
    font-size: 2rem;
    line-height: 88%;
    letter-spacing: -0.02em;
  }
  .reviews-star__item-img {
    margin-left: auto;
    margin-right: auto;
  }
  .reviews-star__item-name {
    font-size: 1.5rem;
  }
  .reviews-star__item-text {
    margin-top: 1.5rem;
    font-size: 24px;
    line-height: 117%;
  }
}

.promo {
  margin-top: 8.75rem;
  position: relative;
  height: 20.875rem;
  border-radius: 1rem;
  padding-top: 4rem;
  padding-left: 4.375rem;
  padding-right: 6.25rem;
}

.promo-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}

.promo-bg img {
  width: 100%;
  height: auto;
}

.promo-bg img:nth-child(2) {
  display: none;
}

.promo-row {
  display: flex;
  justify-content: space-between;
}

.promo-title {
  font-weight: 750;
  font-size: 3.75rem;
  line-height: 80%;
  letter-spacing: -0.05em;
  color: #f3ff95;
}

.promo-list__item {
  margin-bottom: 34px;
  display: flex;
  gap: 1.25rem;
  align-items: center;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 120%;
  color: #f2ff95;
}

.promo-list p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 125%;
  color: #f8ffc3;
  opacity: .6;
}

.promo-second {
  padding-top: 8.125rem;
  position: relative;
  margin-top: 10rem;
  height: 26.25rem;
  border-radius: 16px;
  overflow: hidden;
}

.promo-second__title {
  font-weight: 750;
  font-size: 4.75rem;
  line-height: 77%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #f3ff95;
}

.promo-second__text {
  margin-top: 1.625rem;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 100%;
  text-align: center;
  color: #f2ff95;
}

.promo-second__footer {
  margin-top: 1.625rem;
  display: flex;
  justify-content: center;
}

.promo-second__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0.625rem 16px 14px;
  height: 2.8125rem;
  background: #f3ff95;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 75%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #142802;
}

@media (max-width: 62rem) {
  .promo {
    margin-top: 5rem;
    padding: 1.5rem;
    height: auto;
  }
  .promo-title {
    font-size: 2rem;
  }
  .promo-list__item {
    margin-bottom: 1.125rem;
    font-size: 1rem;
  }
  .promo-list p {
    font-size: 0.75rem;
  }
  .promo-second {
    padding: 2rem;
    height: auto;
  }
  .promo-second__title {
    font-size: 56px;
  }
  .promo-second__text {
    font-size: 1.125rem;
  }
  .promo-second .promo-bg {
    height: 100%;
  }
  .promo-second .promo-bg img {
    height: 100%;
  }
}

@media (max-width: 48rem) {
  .promo {
    padding: 1.5rem;
    margin-top: 6.25rem;
    height: 35.3125rem;
  }
  .promo-bg {
    height: 35.25rem;
  }
  .promo-bg img {
    height: 100%;
    object-fit: cover;
    border-radius: 13px;
  }
  .promo-bg img:nth-child(1) {
    display: none;
  }
  .promo-bg img:nth-child(2) {
    display: block;
  }
  .promo-row {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .promo-title {
    width: 100%;
    line-height: 80%;
    font-size: 48px;
  }
  .promo-list__item {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    line-height: 120%;
  }
  .promo-list p {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 119%;
  }
  .promo-second {
    margin-top: 6rem;
    padding: 1.375rem;
    height: 31.625rem;
  }
  .promo-second__title {
    font-size: 3rem;
    line-height: 90%;
    text-align: left;
  }
  .promo-second__text {
    margin-top: 1.5rem;
    font-size: 0.9375rem;
    line-height: 113%;
    text-align: left;
  }
  .promo-second__text br {
    display: none;
  }
  .promo-second__btn {
    position: absolute;
    left: 1.375rem;
    bottom: 2.5rem;
    width: 15.5625rem;
    height: 3.75rem;
    font-size: 16px;
    line-height: 113%;
    text-align: left;
  }
}

.team {
  padding-top: 8.75rem;
}

.team-row {
  display: flex;
  gap: 4.25rem;
}

.team-title {
  font-weight: 750;
  font-size: 2.25rem;
  line-height: 90%;
  letter-spacing: -0.02em;
  color: #142802;
}

.team-left {
  width: 50%;
}

.team-col {
  margin-top: 3.125rem;
  width: calc(50% - 0.4375rem);
}

.team-col__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
}

.team-col__img {
  margin-bottom: 1.375rem;
}

.team-col__img img {
  width: 100%;
}

.team-col__text {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #142802;
}

.team-col__text b {
  font-weight: 750;
}

.team-col__text strong {
  font-weight: 750;
}

.team-tour {
  display: block;
  padding: 2rem;
  width: 100%;
  height: 10rem;
  position: relative;
  margin-top: 3.125rem;
  border-radius: 16px;
  overflow: hidden;
}

.team-tour__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}

.team-tour__bg img {
  width: 100%;
  object-position: right;
}

.team-tour__bg img:nth-child(2) {
  display: none;
}

.team-tour__title {
  font-weight: 750;
  font-size: 2.5rem;
  line-height: 77%;
  letter-spacing: -0.05em;
  color: #cbda58;
}

.team-right {
  position: relative;
  width: 50%;
}

.team-tab__head {
  display: flex;
  gap: 1.5rem;
}

.team-tab__head-item {
  cursor: pointer;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 129%;
  color: #142802;
  opacity: 0.6;
}

.team-tab__head-item.active {
  font-weight: 750;
}

.team-tab__content {
  margin-top: 1.5rem;
  height: 36.875rem;
  padding: 1.5rem;
  background: #f3f7ee;
  border-radius: 16px;
}

.team-tab__content-item {
  display: flex;
  align-items: flex-end;
  gap: 3.125rem;
  display: none;
  height: 100%;
}

.team-tab__content-item.active {
  display: flex;
}

.team-tab__content-text {
  display: flex;
  flex-direction: column;
  gap: 4.75rem;
}

.team-tab__content-img {
  border-radius: 16px;
  width: 21.75rem;
  min-width: 21.75rem;
  height: 100%;
  overflow: hidden;
}

.team-tab__content-img img {
  height: 100%;
}

.team-tab__content-col .name {
  font-weight: 750;
  font-size: 1.375rem;
  line-height: 91%;
  letter-spacing: -0.02em;
  color: #142802;
}

.team-tab__content-col .spec {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.team-tab__content-col .education {
  margin-top: 1rem;
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 129%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #142802;
  opacity: 0.6;
}

.team-tab__content-col .staj p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #142802;
}

.team-tab__content-col .staj p:first-child {
  margin-bottom: 0.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
  opacity: 0.6;
}

.team-tab__content-col .email {
  margin-top: 1rem;
}

.team-tab__content-col .email p {
  margin-bottom: 0.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
  opacity: 0.6;
}

.team-tab__content-col .email a {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #142802;
}

.team-tab__arrows {
  position: absolute;
  left: 1.5rem;
  top: 4.375rem;
  display: flex;
  gap: 0.875rem;
}

.team-tab__arrows div {
  cursor: pointer;
}

.team-tab__arrows div.last {
  pointer-events: none;
  opacity: .6;
}

.team-call__btn {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 0.75rem 20px 15px;
  height: 5rem;
  background: #142802;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 95%;
  color: #f3ff95;
}

@media (max-width: 62rem) {
  .team-row {
    flex-wrap: wrap;
  }
  .team-left {
    width: 100%;
  }
  .team-right {
    width: 100%;
  }
  .team-tab__content-item {
    justify-content: space-between;
  }
}

@media (max-width: 48rem) {
  .team {
    padding-top: 6rem;
  }
  .team-title {
    font-size: 1.75rem;
    line-height: 93%;
  }
  .team-col__row {
    gap: 0;
  }
  .team-col {
    margin-top: 2rem;
    width: 100%;
  }
  .team-col__text {
    font-size: 1.125rem;
    line-height: 122%;
  }
  .team-tour {
    margin-top: 2rem;
    height: 19.375rem;
    padding: 1.5rem;
  }
  .team-tour__bg img:nth-child(1) {
    display: none;
  }
  .team-tour__bg img:nth-child(2) {
    display: block;
  }
  .team-tour__title {
    font-size: 2.8125rem;
    line-height: 77%;
  }
  .team-row {
    gap: 3.75rem;
  }
  .team-tab__head {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .team-tab__head-item {
    margin-right: 0.5rem;
  }
  .team-tab__content {
    height: auto;
    padding: 0.75rem;
  }
  .team-tab__content-item {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .team-tab__content-text {
    order: 2;
  }
  .team-tab__content-img {
    width: 100%;
    height: 25.3125rem;
    order: 1;
  }
  .team-tab__content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .team-tab__content-col .name {
    font-size: 1.125rem;
    line-height: 133%;
  }
  .team-tab__content-col .spec {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 114%;
  }
  .team-tab__content-col .education {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 129%;
  }
  .team-tab__content-text {
    gap: 1.5rem;
  }
  .team-tab__content-col .staj p:first-child {
    font-size: 0.875rem;
    line-height: 114%;
  }
  .team-tab__content-col .staj p {
    font-size: 1rem;
    line-height: 100%;
  }
  .team-tab__content-col:last-child {
    display: flex;
    gap: 1.5rem;
  }
  .team-tab__content-col .email {
    margin-top: 0;
  }
  .team-tab__content-col .email p {
    font-size: 0.875rem;
    line-height: 114%;
  }
  .team-tab__content-col .email a {
    font-size: 1rem;
    line-height: 100%;
  }
  .team-tab__arrows {
    left: auto;
    right: 0.75rem;
    top: 31.625rem;
  }
  .team-call__btn {
    text-align: center;
    font-size: 1.25rem;
    line-height: 120%;
  }
}

.form-foto {
  padding-top: 10.75rem;
  display: flex;
}

.form-foto__left {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.form-foto__left-bg {
  width: 24rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.form-foto__left-bg img {
  width: 100%;
}

.form-foto__slider {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.125rem;
  width: 20rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form-foto__slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-foto .swiper-button-prev {
  margin: 0;
  cursor: pointer;
  left: 2.5rem;
  width: 1.4375rem;
  height: 1.4375rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3ff95;
}

.form-foto .swiper-button-prev svg {
  width: 9px;
  height: auto;
}

.form-foto .swiper-button-next {
  margin: 0;
  cursor: pointer;
  right: 2.5rem;
  width: 1.4375rem;
  height: 1.4375rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3ff95;
}

.form-foto .swiper-button-next svg {
  width: 9px;
  height: auto;
}

.form-foto__right {
  max-width: 30.4375rem;
  width: 100%;
  margin-left: auto;
}

.form-foto__right p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: rgba(20, 40, 2, 0.4);
}

.form-foto__right .title {
  margin-top: 1.625rem;
  font-weight: 750;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.form-foto__right .text {
  margin-top: 3.75rem;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #142802;
  opacity: .6;
}

.form-foto__right form {
  margin-top: 3.75rem;
}

.form-foto__right input {
  margin-bottom: 0.5rem;
  display: block;
  border-radius: 8px;
  padding: 0.8125rem 19px 16px;
  width: 24.4375rem;
  height: 2.5rem;
  background: #eef2e9;
  border: none;
}

.form-foto__right button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  border-radius: 8px;
  padding: 0.625rem 16px 14px;
  height: 2.5rem;
  background: #f3ff95;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 75%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #142802;
  border: none;
}

.form-foto__footer {
  display: flex;
  justify-content: space-between;
  padding: 1.375rem;
  background: #eef2e9;
  border-radius: 18px;
}

.form-foto__footer-item {
  width: 21.5rem;
}

.form-foto__footer-img {
  width: 100%;
  height: 15.125rem;
  border-radius: 16px;
}

.form-foto__footer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-foto__footer-text {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 122%;
  color: #142802;
}

.form-question {
  padding-top: 11.25rem;
  display: flex;
  gap: 0.5rem;
}

.form-question__col {
  width: 50%;
}

.form-question.form-style-2 .form-question__content {
  height: auto;
}

.form-question__content {
  margin-bottom: 0.5rem;
  padding: 1.5rem;
  height: 26.625rem;
  border-radius: 16px;
  background: #f8ffc3;
}

.form-question__content-title {
  margin-bottom: 3.75rem;
  font-size: 2rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  font-weight: 750;
}

.form-question__content p {
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #142802;
}

.form-question__content a {
  margin-top: 1rem;
  display: block;
  font-weight: 750;
  font-size: 2.25rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #142802;
}

.form-question form input {
  margin-bottom: 0.5rem;
  display: block;
  background: #eef2e9;
  border-radius: 16px;
  width: 100%;
  height: 5rem;
  border: none;
  text-align: center;
}

.form-question form button {
  border-radius: 16px;
  padding: 12px 20px 15px;
  width: 100%;
  height: 5rem;
  background: #142802;
  border: none;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 95%;
  color: #f3ff95;
}

.form-question .form-checkbox__wrap {
  margin-top: 1.375rem;
}

.form-question .form-checkbox__wrap label {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  gap: 1rem;
  color: rgba(20, 40, 2, 0.4);
}

.form-question .form-checkbox__wrap label:last-child {
  margin-bottom: 0;
}

.form-question .form-checkbox__wrap label::before {
  content: "";
  border: 1px solid #142802;
  border-radius: 4px;
  min-width: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}

.form-question .form-checkbox__wrap label::after {
  content: "";
  position: absolute;
  left: 5px;
  width: 13px;
  height: 10px;
  background: url(../img/icon/check-marker.svg) no-repeat;
  display: none;
}

.form-question .form-checkbox__wrap label a {
  color: #142802;
}

.form-question .form-checkbox__wrap input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.form-question .form-checkbox__wrap input[type="checkbox"]:checked + label:before {
  background: #467b31;
  border: 1px solid #467b31;
}

.form-question .form-checkbox__wrap input[type="checkbox"]:checked + label:after {
  display: block;
}

.form-question__img {
  width: 50%;
  border-radius: 16px;
  overflow: hidden;
}

.form-question__img.mob {
  display: none;
}

.form-question__img.content {
  display: block !important;
  margin-top: 1.75rem;
  width: 14.0625rem;
  margin-left: auto;
  margin-right: auto;
}

.form-question__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-policy {
  margin-top: 3.75rem;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(20, 40, 2, 0.4);
}

.form-policy a {
  display: inline;
  font-size: 0.9375rem !important;
  line-height: 110%;
  color: #142802;
}

@media (max-width: 62rem) {
  .form-foto {
    position: relative;
    padding-bottom: 193px;
    flex-wrap: wrap;
  }
  .form-foto__left {
    margin-top: 1.75rem;
    order: 2;
    width: 100%;
  }
  .form-foto__right {
    position: static;
    order: 1;
    width: 100%;
    max-width: 100%;
  }
  .form-foto__left-bg {
    width: 15.75rem;
  }
  .form-foto__slider {
    width: 212px;
  }
  .form-foto__right form {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .form-foto__footer {
    margin-top: 1.5rem;
    gap: 0.75rem;
    overflow-y: scroll;
  }
  .form-foto__footer-item {
    min-width: 21.5rem;
  }
  .form-question {
    padding-top: 7.5rem;
  }
  .form-question__img {
    display: none;
  }
  .form-question__img.mob {
    margin-top: 32px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .form-question__content {
    height: auto;
  }
  .form-question__col {
    width: 100%;
  }
  .form-question__col form {
    display: flex;
    flex-direction: column;
  }
  .form-question form button {
    margin-top: 1.25rem;
    order: 5;
  }
}

@media (max-width: 48rem) {
  .form-foto {
    padding-top: 6rem;
  }
  .form-foto__right p {
    font-size: 16px;
    line-height: 125%;
  }
  .form-foto__right .title {
    margin-top: 1.75rem;
    font-size: 2rem;
    line-height: 88%;
  }
  .form-foto__right .text {
    margin-top: 4rem;
    font-size: 1.125rem;
    line-height: 125%;
  }
  .form-foto__right form {
    width: 100%;
  }
  .form-foto__right input {
    width: 100%;
    text-align: center;
  }
  .form-foto__right button {
    width: 100%;
  }
  .form-foto__footer {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    border-radius: 0;
  }
  .form-foto__footer-item {
    min-width: 16.25rem;
    width: 16.25rem;
  }
  .form-foto__footer-img {
    height: 11.4375rem;
  }
  .form-foto__footer-text {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 125%;
  }
  .form-question {
    padding-top: 3rem;
  }
  .form-question__content-title {
    margin-bottom: 1.25rem;
    font-size: 2rem;
    line-height: 88%;
  }
  .form-question__content-title br {
    display: none;
  }
  .form-question__content p {
    font-size: 1.25rem;
    line-height: 110%;
  }
  .form-question__content p br {
    display: none;
  }
  .form-question__content a {
    margin-top: 0.75rem;
    font-size: 1.75rem;
    line-height: 110%;
  }
  .form-question__img.mob {
    width: 12.5rem;
    height: 10.375rem;
    border-radius: 8px;
  }
  .form-question__img.mob img {
    object-position: top;
  }
  .form-question .form-checkbox__wrap {
    margin-top: 0.5rem;
  }
  .form-question .form-checkbox__wrap label {
    margin-bottom: 0;
    font-size: 0.75rem;
    line-height: 133%;
  }
  .form-question form button {
    font-size: 1.25rem;
    line-height: 120%;
  }
  .form-question__img.content {
    width: 7.5rem;
  }
  .form-question.form-style-2 form button {
    margin-top: 0;
    height: 2.5rem;
    padding: 0;
    border-radius: 8px;
  }
  .form-question.form-style-2 form input {
    height: 2.5rem;
    border-radius: 8px;
  }
  .form-style-2 {
    margin-bottom: 4.625rem;
  }
}

.work {
  padding-top: 11.25rem;
}

.work-title {
  font-weight: 750;
  font-size: 2.25rem;
  line-height: 78%;
  letter-spacing: -0.02em;
  color: #142802;
}

.work-tab__head {
  margin-top: 3.75rem;
  display: flex;
  gap: 0.5rem;
}

.work-tab__head-item {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.625rem;
  border-radius: 64px;
  padding: 0 24px;
  background: #f3f7ee;
  border: 1.50px solid transparent;
  transition: all ease .3s;
  font-weight: 750;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #000;
}

.work-tab__head-item.active {
  border: 1.50px solid #142802;
  background: #f8ffc3;
}

.work-tab__head-item:hover {
  border: 1.50px solid #142802;
  background: #f8ffc3;
  transition: all ease .3s;
}

.work-tab__content {
  width: 50%;
}

.work-tab__content-item .work-content__title {
  display: none;
}

.work-row {
  display: flex;
  gap: 4.875rem;
  margin-top: 3.75rem;
}

.work .before-after-wrap {
  display: flex;
  gap: 0.5rem;
}

.work .after-slider {
  width: 36.125rem;
  height: 40.375rem;
  border-radius: 1rem;
  overflow: hidden;
}

.work .beer-slider {
  width: 100%;
  height: 100%;
}

.work .beer-slider > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work .beer-reveal > img:first-child {
  height: 100%;
  object-fit: cover;
}

.work .beer-reveal {
  border-right: 5px solid #f3ff95;
}

.work .beer-handle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #f3ff95 !important;
  transform: translateX(-12px);
}

.work .beer-handle::after {
  display: none;
}

.work .beer-handle::before {
  display: none;
}

.work .after-slider-thumbs {
  height: 40.375rem;
}

.work .after-slider-thumbs .swiper-slide {
  width: 6.875rem;
  min-width: 6.875rem;
  height: 7.625rem;
}

.work .after-slider-thumbs .swiper-slide img {
  width: 100%;
}

.work .beer-reveal[data-beer-label]::after {
  top: auto;
  bottom: 1.375rem;
  background: transparent;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 73%;
  letter-spacing: -0.02em;
  color: #fff;
}

.work .beer-slider[data-beer-label]::after {
  top: auto;
  bottom: 1.375rem;
  background: transparent;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 73%;
  letter-spacing: -0.02em;
  color: #fff;
}

.work-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.work-content__title {
  font-weight: 750;
  font-size: 2rem;
  line-height: 88%;
  letter-spacing: -0.02em;
  color: #142802;
}

.work-content__cost {
  margin-top: 1.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 750;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #142802;
  border-radius: 8px;
  padding: 0 2rem;
  height: 3rem;
  background: #f3ff95;
}

.work-content__total {
  margin-top: 2rem;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #142802;
}

.work-content__tags {
  margin-top: 1.375rem;
  display: inline-flex;
  flex-direction: column;
  gap: 0.5rem;
}

.work-content__tags-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #467b31;
  height: 1.625rem;
  padding: 0 0.375rem;
  font-weight: 750;
  font-size: 1.25rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #f3ff95;
}

.work-content__text {
  margin-top: 2rem;
}

.work-content__text p {
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #142802;
}

.work-content__text ul {
  margin-top: 1rem;
  margin-left: 1.25rem;
  list-style: disc;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #142802;
}

.work-content__text ul li {
  margin-bottom: 0.5rem;
}

.work-content__text ul li:last-child {
  margin-bottom: 0;
}

.work-content__btn {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0.625rem 14px 14px;
  width: 28.875rem;
  height: 4.25rem;
  background: #142802;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 90%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #f3ff95;
}

.work-content__list-foto {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  padding: 0.875rem 16px 16px;
  width: 100%;
  height: 2.875rem;
  background: #f3f7ee;
  font-weight: 750;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
  display: none;
}

@media (max-width: 62rem) {
  .work-row {
    align-items: flex-start;
    gap: 1.25rem;
  }
  .work .after-slider {
    width: 36.125rem;
    height: 24.4rem;
  }
  .work .before-after-wrap {
    flex-wrap: wrap;
  }
  .work .after-slider-thumbs .swiper-slide img {
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
  }
  .work-content__btn {
    margin-top: 2.5rem;
    width: 100%;
    height: 5rem;
    font-size: 1.25rem;
  }
  .work-content__title {
    font-size: 1.5rem;
    line-height: 92%;
  }
  .work .after-slider-thumbs {
    height: auto;
  }
  .work-content__text p {
    font-size: 1.125rem;
    line-height: 110%;
  }
  .work-content__text p br {
    display: none;
  }
  .work-content__text ul {
    font-size: 1.125rem;
    line-height: 110%;
  }
  .work-content__tags-item {
    font-size: 1.125rem;
    line-height: 156%;
  }
  .work-content__total {
    margin-top: 1rem;
    font-size: 1.125rem;
    line-height: 110%;
  }
  .work-content__cost {
    padding: 0 0.375rem;
    height: 1.5625rem;
    font-size: 1.125rem;
    line-height: 133%;
  }
  .work-tab__head {
    overflow-y: scroll;
  }
  .work-tab__head-item {
    min-width: max-content;
  }
}

@media (max-width: 48rem) {
  .work {
    padding-top: 6rem;
  }
  .work-row {
    flex-wrap: wrap;
    margin-top: 1.5rem;
    gap: 1.5rem;
  }
  .work-tab__content {
    width: 100%;
  }
  .work-title {
    font-size: 1.75rem;
    line-height: 86%;
  }
  .work-tab__head {
    margin-top: 2rem;
    gap: 4px;
  }
  .work-tab__content-item .work-content__title {
    display: block;
    font-weight: 750;
    font-size: 1.5rem;
    line-height: 92%;
    letter-spacing: -0.02em;
    color: #142802;
  }
  .work .before-after-wrap {
    margin-top: 1.5rem;
  }
  .work .after-slider {
    height: 24.5rem;
  }
  .work .after-slider-thumbs {
    margin-top: 1rem;
  }
  .work .after-slider-thumbs .swiper-slide {
    width: 6.25rem;
    height: 6.25rem;
  }
  .work-content__title {
    display: none;
  }
  .work-content__cost {
    margin-top: 0;
  }
  .work-content__btn {
    margin-top: 1.5rem;
    height: 3.5rem;
    font-size: 1.125rem;
    line-height: 90%;
  }
  .work-content__list-foto {
    display: flex;
  }
}

.article-block {
  padding-top: 11.25rem;
}

.article-block .row {
  display: flex;
  justify-content: space-between;
}

.article-block .col-left {
  max-width: 46.625rem;
}

.article-block__title {
  font-weight: 750;
  font-size: 2.25rem;
  line-height: 90%;
  letter-spacing: -0.02em;
  color: #142802;
}

.article-block__text {
  margin-top: 2.25rem;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #142802;
}

.article-block__btn {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.50px solid #467b31;
  border-radius: 0.5rem;
  padding: 0.625rem 14px 14px;
  width: 29.75rem;
  height: 4.25rem;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 90%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #142802;
}

.article-block__video {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 16px;
  width: 36.1875rem;
  height: 21.8125rem;
  overflow: hidden;
}

.article-block__video-poster {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.article-block__video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-block__video-text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1.375rem;
  font-weight: 400;
  font-size: 22px;
  line-height: 73%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.article-block.second .article-item__text {
  margin-top: 1rem;
}

.article-block.second .row {
  margin-top: 15rem;
  flex-wrap: wrap;
  gap: 11.25rem;
}

.article-block.second .article-item {
  margin-top: -8.75rem;
}

.article-block__footer {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
}

.article-row {
  display: flex;
  justify-content: space-between;
  margin-top: 7.5rem;
  gap: 40px;
}

.article-item {
  display: block;
  position: relative;
  width: 21.5rem;
}

.article-item__img {
  position: relative;
  width: 100%;
  height: 13.375rem;
  border-radius: 1rem;
  overflow: hidden;
}

.article-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-item__tags {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0.375rem;
  height: 1.625rem;
  background: #f3ff95;
  font-weight: 750;
  font-size: 1.25rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #142802;
}

.article-item__timer {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: right;
  color: #fff;
}

.article-item__text {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.article-item__meta {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.article-item__date {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
  opacity: .8;
}

.article-item__views {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
  opacity: .8;
}

.article-item__cat {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.article-item__cat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 6px;
  height: 1.625rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 120%;
  color: #142802;
  background: #f3ff95;
}

@media (max-width: 62rem) {
  .article-block {
    padding-top: 7.5rem;
  }
  .article-item {
    min-width: max-content;
  }
  .article-block .row {
    flex-wrap: wrap;
  }
  .article-row {
    overflow-y: scroll;
    flex-wrap: nowrap;
  }
  .article-block .col-left {
    max-width: 100%;
    width: 100%;
  }
  .article-block__title br {
    display: none;
  }
  .article-block__text br {
    display: none;
  }
  .article-block__btn {
    margin-top: 3.75rem;
  }
  .article-block .col-right {
    width: 100%;
  }
  .article-block__video {
    margin-top: 3.75rem;
    margin-left: auto;
    margin-right: auto;
  }
  .article-block.second .article-item {
    min-width: unset;
    width: calc(33.33% - 14px);
  }
  .article-block.second .row {
    gap: 20px;
    justify-content: flex-start;
  }
  .article-block.second .article-item__text {
    font-size: 1rem;
  }
  .article-item__cat {
    flex-wrap: wrap;
  }
  .article-item__cat-item {
    font-size: 1rem;
  }
}

@media (max-width: 48rem) {
  .article-block {
    padding-top: 5.625rem;
  }
  .article-block .col-left {
    margin-top: 2.5rem;
    order: 2;
  }
  .article-block .col-right {
    order: 1;
  }
  .article-block__video {
    margin-top: 0;
    width: 100%;
    height: 15.125rem;
  }
  .article-block__video-poster {
    width: 100%;
    height: 100%;
  }
  .article-block__title {
    font-size: 1.75rem;
    line-height: 86%;
  }
  .article-block__text {
    margin-top: 1.375rem;
    font-size: 1.125rem;
    line-height: 110%;
  }
  .article-block__btn {
    margin-top: 2.5rem;
    width: 100%;
    height: 3.5rem;
    font-size: 1.125rem;
  }
  .article-row {
    margin-top: 3.75rem;
    justify-content: flex-start;
    gap: 0.5rem;
  }
  .article-item {
    width: 10.6875rem;
    min-width: 10.6875rem;
  }
  .article-item__img {
    height: 6.625rem;
  }
  .article-item__text {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 100%;
  }
  .article-item__timer {
    bottom: 0.5rem;
    right: 0.5rem;
    font-size: 1rem;
    line-height: 138%;
  }
  .article-item__tags {
    top: 0.5rem;
    right: 0.5rem;
    height: 1.4375rem;
    font-size: 1rem;
    line-height: 175%;
  }
  .article-block.second .article-item {
    min-width: unset;
    width: calc(50% - 7px);
    margin-top: 0;
  }
  .article-block.second .row {
    margin-top: 2rem;
    gap: 14px;
  }
  .article-item__meta {
    margin-top: 1rem;
    justify-content: space-between;
  }
  .article-item__cat {
    margin-top: 0.75rem;
    gap: 0.25rem;
  }
  .article-item__cat-item {
    padding: 6px 4px;
    font-weight: 500;
    font-size: 0.875rem;
  }
  .js-more-btn {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.25rem;
  }
  .article-block__footer {
    margin-top: 2rem;
  }
}

.social {
  padding-top: 11.25rem;
}

.social-title {
  font-weight: 750;
  font-size: 2.25rem;
  line-height: 90%;
  letter-spacing: -0.02em;
  color: #142802;
}

.social-row {
  margin-top: 3.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 4px);
  height: 144px;
  background: #eef2e9;
  border-radius: 16px;
  font-weight: 750;
  font-size: 2rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #142802;
}

@media (max-width: 62rem) {
  .social {
    padding-top: 7.5rem;
  }
  .social-item {
    height: 6.25rem;
    font-size: 1.375rem;
  }
}

@media (max-width: 48rem) {
  .social {
    padding-top: 6rem;
  }
  .social-row {
    margin-top: 2rem;
  }
  .social-item {
    height: 4rem;
    font-size: 1rem;
  }
  .social-item svg {
    width: 2rem;
    height: 2rem;
  }
  .social-title {
    font-size: 1.5rem;
    line-height: 92%;
  }
}

.faq {
  padding-top: 11.25rem;
}

.faq-title {
  font-weight: 750;
  font-size: 2.25rem;
  line-height: 90%;
  letter-spacing: -0.02em;
  color: #142802;
}

.faq-row {
  margin-top: 2.5rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.faq-item {
  margin-top: 1.25rem;
  width: calc(50% - 0.25rem);
  border: 1px solid rgba(20, 40, 2, 0.1);
  border-radius: 1rem;
  padding: 1.5rem;
}

.faq-item__top {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
}

.faq-item__top svg {
  transition: all ease .3s;
}

.faq-item__top.open svg {
  transform: scale(-1);
  transition: all ease .3s;
}

.faq-item__content {
  display: none;
  margin-top: 1.5rem;
  background: #f3f7ee;
  border-radius: 0.5rem;
  padding: 16px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
}

@media (max-width: 62rem) {
  .faq {
    padding-top: 7.5rem;
  }
  .faq-row {
    align-items: stretch;
  }
}

@media (max-width: 48rem) {
  .faq {
    padding-top: 6rem;
  }
  .faq-row {
    margin-top: 1.75rem;
  }
  .faq-title {
    font-size: 1.5rem;
    line-height: 92%;
  }
  .faq-item {
    margin-top: 0.75rem;
    width: 100%;
    padding: 1rem;
  }
  .faq-item__top {
    font-size: 1rem;
    line-height: 113%;
  }
  .faq-item__content {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 113%;
  }
}

.catalog {
  padding-top: 11.25rem;
}

.catalog .slider-arrows .swiper-button-prev {
  background: transparent;
}

.catalog .slider-arrows .swiper-button-next {
  background: transparent;
}

.catalog .title-row {
  gap: 1.25rem;
}

.catalog-title {
  font-weight: 750;
  font-size: 2rem;
  line-height: 88%;
  letter-spacing: -0.02em;
  color: #142802;
}

.catalog-row {
  margin-top: 3.875rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4.125rem;
}

.catalog-item {
  width: calc(20% - 3.3125rem);
}

.catalog-item__img {
  width: 100%;
  height: 16.9375rem;
  border-radius: 1rem;
  overflow: hidden;
}

.catalog-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-item__text {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 100%;
  color: #142802;
}

.catalog-item.last .catalog-item__img {
  height: 20.4375rem;
}

.catalog .pagination {
  margin-top: 3.875rem;
}

.catalog-menu {
  position: fixed;
  top: 7.375rem;
  left: 0;
  width: 100%;
  display: none;
  padding-top: 1.25rem;
  background: #fff;
  z-index: 11;
}

.catalog-menu .wrapper {
  display: flex;
}

.catalog-menu__discount {
  width: 13.4375rem;
}

.catalog-menu__discount a {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}

.catalog-menu__discount a:last-child {
  margin-bottom: 0;
}

.catalog-menu__discount a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef2e9;
  border-radius: 8px;
  width: 3rem;
  height: 3rem;
}

.catalog-menu__nav .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 8px;
  background: #eef2e9;
  overflow: hidden;
}

.catalog-menu__nav .image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.catalog-menu__top {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
}

.catalog-menu__back {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 3rem;
  height: 3rem;
  background: #eef2e9;
}

.catalog-menu__cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 3rem;
  height: 3rem;
  background: #eef2e9;
}

.catalog-menu__cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -0.625rem;
  right: -0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #f3ff95;
  font-weight: 750;
  font-size: 0.75rem;
  line-height: 133%;
  letter-spacing: -0.02em;
  color: #142802;
}

.catalog-menu__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
}

.catalog-menu__searh {
  display: none;
  width: 100%;
  margin-bottom: 1rem;
}

.catalog-menu__searh form {
  width: 100%;
}

.catalog-menu__searh form input {
  border-radius: 8px;
  padding-left: 1rem;
  width: 100%;
  height: 2.5rem;
  border: none;
  background: #eef2e9;
}

.catalog-menu__searh form input::placeholder {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
  opacity: .4;
}

.catalog-page .title-row {
  width: 100%;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}

.catalog-page .title-page {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.catalog-page .title-page .js-call-filter {
  display: none;
}

.catalog-page .catalog-row {
  display: flex;
  flex-wrap: nowrap;
}

.catalog-sidebar {
  width: 15rem;
}

.catalog-sidebar__top {
  margin-bottom: 2rem;
  display: none;
  justify-content: space-between;
  align-items: center;
}

.catalog-sidebar__title {
  font-weight: 750;
  font-size: 1.75rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.catalog-sidebar__close {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  width: 3rem;
  height: 3rem;
  background: #f3f7ee;
}

.catalog-sidebar__lead {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  border-radius: 8px;
  padding: 0.75rem;
  width: 14.1875rem;
  height: 3.75rem;
  background: #f3ff95;
  font-weight: 750;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #142802;
}

.catalog-sidebar__lead svg {
  min-width: 2rem;
}

.catalog-sidebar__filter {
  margin-top: 5.75rem;
}

.catalog-sidebar__btns {
  display: none;
  margin-top: 2.5rem;
}

.catalog-sidebar__btn-show {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 8px;
  padding: 0.5rem 14px;
  width: 100%;
  height: 2.5rem;
  background: #142802;
  font-weight: 750;
  font-size: 1.125rem;
  line-height: 133%;
  text-align: center;
  color: #f3ff95;
}

.catalog-sidebar__btn-reset {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 133%;
  text-align: center;
  color: #142802;
}

.catalog-filter__switchers {
  margin-bottom: 3rem;
}

.catalog-filter__switchers .switcher {
  margin-bottom: 0.25rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.catalog-filter__switchers .switcher input {
  display: none;
}

.catalog-filter__switchers .switcher .switch {
  min-width: 3.5rem;
  width: 3.5rem;
  height: 1.75rem;
  background: #eef2e9;
  border-radius: 100px;
  position: relative;
}

.catalog-filter__switchers .switcher .switch::before {
  position: absolute;
  content: " ";
  display: block;
  border-radius: 100px;
  background: #142802;
  width: 1.5rem;
  height: 1.5rem;
  left: 2px;
  top: 2px;
  opacity: .2;
  transition: left ease .3s;
}

.catalog-filter__switchers .switcher input:checked + .switch {
  background: #467b31;
}

.catalog-filter__switchers .switcher input:checked + .switch::before {
  left: calc(56px - 1.5rem - 0.125rem);
  background: #f3ff95;
  opacity: 1;
  transition: left ease .3s;
}

.catalog-filter__switchers .switcher .txt {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}

.catalog-filter__switchers .switcher .txt small {
  display: block;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 123%;
  letter-spacing: -0.02em;
  color: #808080;
}

.catalog-filter__title {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #808080;
}

.catalog-filter__price {
  margin-bottom: 3.125rem;
}

.catalog-filter__price-wrap {
  margin-top: 1rem;
  width: 100%;
}

.catalog-filter__price-input {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.125rem;
}

.catalog-filter__price-input input {
  width: 6.25rem;
  border-radius: 4px;
  padding: 0.25rem 12px;
  height: 1.5rem;
  background: #eef2e9;
  border: none;
  text-align: center;
}

.catalog-filter__price-line {
  position: relative;
  height: 4px;
  background: #eef2e9;
}

.catalog-filter__price-line .slider-track {
  position: absolute;
  height: 100%;
  background: #142802;
  z-index: 1;
}

.catalog-filter__price input[type="range"] {
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  background: none;
  pointer-events: none;
  /* Пропускаем клики сквозь фон */
  -webkit-appearance: none;
  margin: 0;
}

.catalog-filter__price input[type="range"]::-webkit-slider-thumb {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #142802;
  cursor: pointer;
  pointer-events: auto;
  /* Включаем клики обратно для самой точки */
  -webkit-appearance: none;
  z-index: 3;
  position: relative;
}

.catalog-filter__price input[type="range"]::-moz-range-thumb {
  height: 24px;
  width: 24px;
  border: none;
  border-radius: 50%;
  background: #142802;
  cursor: pointer;
  pointer-events: auto;
}

.catalog-filter__options {
  width: calc(100% + 1.25rem);
}

.catalog-filter__options-block {
  margin-bottom: 2rem;
}

.catalog-filter__options-block:last-child {
  margin-bottom: 0;
}

.catalog-filter__options-wrap {
  padding-bottom: 1.25rem;
  margin-top: 1rem;
  overflow-y: auto;
  height: 8.125rem;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

.catalog-filter__options-wrap label {
  padding-right: 10px;
  margin-bottom: 0.625rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}

.catalog-filter__options-wrap label:last-child {
  margin-bottom: 0;
}

.catalog-filter__options-wrap input {
  position: absolute;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.catalog-filter__options-wrap span {
  font-weight: 400;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #142802;
}

.catalog-filter__options-wrap .checkmarker {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #142802;
  border-radius: 4px;
}

.catalog-filter__options-wrap .checkmarker::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  display: none;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/icon/check-marker-green.svg) no-repeat;
  background-size: contain;
}

.catalog-filter__options-wrap input:checked + .checkmarker::before {
  display: block;
}

.catalog-filter__options-add {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0.875rem 1rem 16px;
  width: 100%;
  height: 2.375rem;
  background: #f3f7ee;
  font-weight: 750;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #142802;
  border: none;
}

.catalog-filter__accordion {
  margin-top: 4.25rem;
}

.catalog-filter__accordion-item {
  padding: 1rem 0;
  border-bottom: 1px solid #e5e5e5;
}

.catalog-filter__accordion-item:first-child {
  border-top: 1px solid #e5e5e5;
}

.catalog-filter__accordion-title {
  cursor: pointer;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-weight: 750;
  font-size: 1.125rem;
  line-height: 111%;
  letter-spacing: -0.02em;
  color: #142802;
}

.catalog-filter__accordion-title svg {
  transition: all ease .3s;
}

.catalog-filter__accordion-title.active svg {
  transform: scale(-1);
  transition: all ease .3s;
}

.catalog-filter__accordion-content {
  display: none;
  padding-top: 1rem;
}

.catalog-filter__accordion-content label {
  padding-right: 0;
  margin-bottom: 0.625rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}

.catalog-filter__accordion-content label:last-child {
  margin-bottom: 0;
}

.catalog-filter__accordion-content input {
  position: absolute;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.catalog-filter__accordion-content span {
  font-weight: 400;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #142802;
}

.catalog-filter__accordion-content span i {
  font-weight: 400;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #808080;
  font-style: normal;
}

.catalog-filter__accordion-content .checkmarker {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #142802;
  border-radius: 4px;
}

.catalog-filter__accordion-content .checkmarker::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  display: none;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/icon/check-marker-green.svg) no-repeat;
}

.catalog-filter__accordion-content input:checked + .checkmarker::before {
  display: block;
}

.catalog-filter__tags {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.catalog-filter__tags a {
  margin-top: -0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 64px;
  padding: 0.75rem 1rem 12px 5px;
  height: 2.625rem;
  background: #f3f7ee;
  border: 1.50px solid transparent;
  font-weight: 750;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #000;
}

.catalog-filter__tags a.active {
  border: 1.50px solid #142802;
  background: #f8ffc3;
}

.catalog-content__stroke {
  margin-top: 2.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.catalog-content__result {
  display: flex;
  gap: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #808080;
}

.catalog-content__result span {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.catalog-content__sort {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.catalog-content__sort p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.catalog-content__sort select {
  width: 12.0625rem;
  height: 2rem;
  padding: 0 1rem;
  border: none;
  border-radius: 8px;
  background: #f3f7ee;
  background-image: url(../img/icon/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: 97% 12px;
  appearance: none;
}

.catalog-content__row {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem;
}

.catalog-content .pagination {
  margin-top: 3rem;
  gap: 0.25rem;
}

.catalog-content .pagination a {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #142802;
}

.catalog-content .pagination a.current {
  background: #eef2e9;
}

.catalog-popular {
  position: relative;
  padding-top: 4.75rem;
  width: calc(100% - 18.25rem);
  margin-left: auto;
}

.catalog-popular .title-row {
  margin: 0;
}

.catalog-popular .swiper-button-prev {
  background: transparent;
}

.catalog-popular .swiper-button-prev svg {
  width: 1.5rem;
  height: auto;
}

.catalog-popular .swiper-button-next {
  background: transparent;
}

.catalog-popular .swiper-button-next svg {
  width: 1.5rem;
  height: auto;
}

.catalog-popular__slider {
  margin-top: 5rem;
}

.catalog-popular .swiper-pagination {
  bottom: -2.5rem;
}

.catalog-seo {
  padding-top: 6.25rem;
  width: calc(100% - 18.25rem);
  margin-left: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: -0.02em;
  color: #000;
}

.catalog-seo h2, .catalog-seo h3, .catalog-seo h4, .catalog-seo h5 {
  margin-bottom: 1.5rem;
}

.catalog-seo h3, .catalog-seo h4, .catalog-seo h5 {
  margin-bottom: 1.5rem;
  font-weight: 650;
  font-size: 1.5rem;
  line-height: 75%;
  letter-spacing: -0.02em;
  color: #000;
  text-align: center;
}

.catalog-seo h1, .catalog-seo h2 {
  font-weight: 650;
  text-align: center;
  font-size: 1.5rem;
  line-height: 75%;
}

.catalog-seo p {
  margin-bottom: 1.5rem;
  line-height: 113%;
}

.catalog-seo ul {
  margin-bottom: 0.75rem;
  list-style: disc;
  margin-left: 1.25rem;
}

.catalog-seo ul li {
  margin-bottom: 0.75rem;
}

.catalog-seo ul li:last-child {
  margin-bottom: 0;
}

.catalog-seo ol {
  margin-bottom: 0.75rem;
  margin-left: 1.25rem;
  list-style: decimal;
}

.catalog-seo ol li {
  margin-bottom: 0.75rem;
}

.catalog-seo ol li:last-child {
  margin-bottom: 0;
}

.catalog-filter__options-wrap::-webkit-scrollbar {
  width: 4px;
  /* Ширина скроллбара */
}

.catalog-filter__options-wrap::-webkit-scrollbar-track {
  background: transparent;
  /* Цвет трека скроллбара */
}

.catalog-filter__options-wrap::-webkit-scrollbar-thumb {
  background: #888;
  /* Цвет ползунка скроллбара */
  border-radius: 4px;
  /* Скругление углов ползунка */
}

.catalog-menu__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  /* Вертикальное расположение пунктов */
  width: 100%;
  /* Ширина одной колонки */
  background: #fff;
}

/* Относительное позиционирование для родителя, чтобы вложенный список знал откуда "плясать" */
.catalog-menu__nav > ul > li {
  position: static;
  /* Важно для многоуровневого меню в ряд */
  margin-bottom: 8px;
  width: 21.25rem;
}

.catalog-menu__nav a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  height: 3rem;
  padding: 0.75rem 0.75rem;
  padding-left: 0;
  text-decoration: none;
  color: #000;
  font-size: 0.9375rem;
  border-bottom: 1px solid transparent;
  transition: background 0.2s;
  white-space: nowrap;
  border-radius: 8px;
}

.catalog-menu__nav a .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.75rem;
}

.catalog-menu__nav a:hover {
  background: #eef2e9;
  transition: background 0.2s;
}

.catalog-menu__nav li .sub li a {
  padding-left: 0.875rem;
}

.catalog-menu__nav li.active > a {
  background: #eef2e9;
}

/* ПОДМЕНЮ: выносим вправо */
.catalog-menu__nav .sub {
  display: none;
  position: absolute;
  top: 0;
  /* Сдвигаем каждую следующую колонку вправо */
  left: calc(100% + 0.875rem);
  height: 100%;
  border-left: 1px solid var(--border-color);
  z-index: 10;
}

/* Контейнер для навигации должен быть relative, чтобы sub позиционировался от него */
.catalog-menu__nav {
  position: relative;
  display: flex;
}

/* Показываем подменю только когда у li есть класс active */
.catalog-menu__nav li.active > .sub {
  display: flex;
}

@media (max-width: 62rem) {
  .catalog-menu {
    display: none;
  }
  .catalog {
    padding-top: 7.5rem;
  }
  .catalog-item {
    width: calc(25% - 1.5rem);
  }
  .catalog-item__img {
    height: 200px;
  }
  .catalog-item.last .catalog-item__img {
    height: 250px;
  }
  .catalog-row {
    gap: 32px;
  }
  .catalog-item__text {
    font-size: 1rem;
  }
  .catalog-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #fff;
  }
  .catalog-menu__nav {
    margin-top: 0.75rem;
  }
  .catalog-menu__nav .image {
    width: 3rem;
    height: 3rem;
  }
  .catalog-menu__top {
    display: flex;
  }
  .catalog-menu__searh {
    display: block;
  }
  .catalog-content__row {
    gap: 2rem;
    align-items: flex-start;
  }
  .catalog-content__stroke {
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}

@media (max-width: 48rem) {
  .catalog {
    padding-top: 6rem;
  }
  .catalog .slider-arrows {
    display: none;
  }
  .catalog-row {
    gap: 70px;
  }
  .catalog-item {
    width: calc(50% - 35px);
  }
  .catalog-item__img {
    height: 10.375rem;
  }
  .catalog-item__text {
    margin-top: 1.625rem;
    font-size: 1.25rem;
    line-height: 90%;
  }
  .catalog-item.last .catalog-item__img {
    height: 13.125rem;
  }
  .catalog-title {
    font-size: 1.75rem;
    line-height: 86%;
  }
  .catalog-sidebar {
    padding: 1.625rem 0.75rem;
    padding-bottom: 6.25rem;
    position: fixed;
    top: 4.5625rem;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: none;
    background: #fff;
    border-radius: 16px 16px 0 0;
  }
  .catalog-sidebar__lead {
    display: none;
  }
  .catalog-sidebar__filter {
    margin-top: 0;
  }
  .catalog-filter__options-wrap {
    margin-bottom: 2.5rem;
    height: auto;
    padding-bottom: 0;
  }
  .catalog-content__row {
    margin-top: 2rem;
    justify-content: center;
    gap: 1.25rem;
  }
  .catalog-filter__tags {
    margin-top: 0;
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 0.25rem;
    height: 42px;
  }
  .catalog-filter__tags a {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
    line-height: 113%;
    white-space: nowrap;
  }
  .catalog-content__stroke {
    display: none;
  }
  .catalog-content .product-item.promo {
    order: 1;
  }
  .catalog-content {
    width: 100%;
  }
  .catalog-page .title-row {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
  }
  .catalog-page .catalog-row {
    margin-top: 0;
  }
  .catalog-page .title-page .js-call-filter {
    display: block;
  }
  .catalog-sidebar__top {
    display: flex;
  }
  .catalog-filter__price {
    margin-bottom: 2.5rem;
  }
  .catalog-filter__accordion {
    margin-top: 2.5rem;
  }
  .catalog-filter__options {
    width: 100%;
  }
  .catalog-filter__options-wrap label {
    padding-right: 0;
  }
  .catalog-sidebar__btns {
    display: block;
  }
  .catalog-popular {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 3.5rem;
  }
  .catalog-content {
    margin-top: 2rem;
  }
  .catalog-popular .swiper-pagination {
    bottom: 0;
    display: block;
  }
  .catalog-popular .title-row {
    margin: 0;
  }
  .catalog-popular, .catalog-seo {
    width: 100%;
  }
  .catalog-seo {
    padding-top: 5.625rem;
  }
}

/* Мобильная версия (до 768px) */
@media (max-width: 992px) {
  .catalog-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1000;
  }
  .catalog-menu .wrapper {
    flex-direction: column;
    height: 100%;
  }
  /* Скрываем левую колонку со скидками или переносим в общий список */
  .catalog-menu__discount {
    border-right: none;
    border-bottom: 1px solid var(--border-color);
  }
  .catalog-menu__nav {
    flex: 1;
    position: relative;
    width: 100%;
  }
  .catalog-menu__nav ul {
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transition: transform 0.3s ease;
  }
  /* Скрываем подменю за экраном справа */
  .catalog-menu__nav .sub {
    display: flex;
    /* Всегда flex, но смещен */
    left: 0;
    transform: translateX(100%);
    visibility: hidden;
  }
  /* Когда пункт активен, его подменю выезжает */
  .catalog-menu__nav li.active > .sub {
    transform: translateX(0);
    visibility: visible;
    z-index: 20;
  }
  /* Кнопка "Назад" (нужно добавить в HTML программно или вручную) */
  .catalog-menu__nav .sub {
    position: fixed;
    top: 92px;
  }
  .catalog-menu__nav .sub li .sub {
    top: 0;
  }
  .back-button {
    position: fixed;
    width: 3rem;
    height: 3rem;
    top: -72px;
    left: 12px;
  }
}

/* Скрываем кнопку назад на десктопе */
@media (min-width: 993px) {
  .back-button {
    display: none !important;
  }
}

.project-slider {
  margin-top: 9.0625rem;
}

.project-slider__title {
  font-weight: 750;
  font-size: 2rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #142802;
}

.project-slider__row {
  margin-top: 3.5rem;
}

.project-slider__item-img {
  height: 13.375rem;
  border-radius: 16px;
  overflow: hidden;
}

.project-slider__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-slider__item-title {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 109%;
  color: #142802;
}

.project-slider__item-text {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 114%;
  color: #142802;
  opacity: .6;
}

.project-slider .swiper-button-prev, .project-slider .swiper-button-next {
  background: transparent;
}

@media (max-width: 62rem) {
  .project-slider {
    margin-top: 7.5rem;
  }
}

@media (max-width: 47.9375rem) {
  .project-slider__title {
    font-weight: 750;
    font-size: 1.75rem;
    line-height: 107%;
    letter-spacing: -0.02em;
    color: #000;
  }
  .project-slider .slider-arrows {
    display: none;
  }
  .project-slider__row {
    margin-top: 3rem;
  }
  .project-slider__item-img {
    height: 10.1875rem;
  }
  .project-slider__item-title {
    font-size: 1.25rem;
    line-height: 110%;
  }
  .project-slider__item-text {
    font-weight: 400;
    font-size: 0.875rem;
  }
}

.page-portfolio.style-2 {
  margin-bottom: 5rem;
}

.portfolio {
  padding-top: 2.25rem;
}

.portfolio-page.style-2 {
  margin-bottom: 5rem;
}

.portfolio-row {
  display: flex;
  gap: 0.5rem;
}

.portfolio-row.style-1 .portfolio-col:last-child .portfolio-item {
  width: 100%;
}

.portfolio-row.style-1 .portfolio-col:last-child .portfolio-item__img {
  height: 27.0625rem;
}

.portfolio-row.style-2 {
  margin-top: 5rem;
}

.portfolio-row.style-2 .portfolio-col:first-child .portfolio-item {
  width: 100%;
}

.portfolio-row.style-2 .portfolio-col:first-child .portfolio-item__img {
  height: 27.0625rem;
}

.portfolio-row.style-2 .portfolio-col:last-child {
  justify-content: flex-end;
}

.portfolio-row.style-3 {
  margin-top: 3rem;
}

.portfolio-row.style-3 .portfolio-col:last-child {
  justify-content: flex-end;
}

.portfolio-col {
  display: flex;
  gap: 8px;
  width: 50%;
}

.portfolio-item {
  width: 50%;
}

.portfolio-item__img {
  width: 100%;
  height: 13.375rem;
  border-radius: 16px;
  overflow: hidden;
}

.portfolio-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-item__title {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 109%;
  color: #142802;
}

.portfolio-item__text {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: #142802;
  opacity: .6;
}

.portfolio-more {
  margin-top: 4.5rem;
  display: flex;
  justify-content: center;
}

.portfolio-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.50px solid #467b31;
  border-radius: 8px;
  padding: 10px 14px 14px;
  height: 2.5rem;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 77%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #142802;
}

.portfolio-hero {
  position: relative;
  height: 37.5rem;
  border-radius: 24px;
  padding-left: 4.5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}

.portfolio-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.portfolio-hero__title {
  font-weight: 750;
  font-size: 3.5rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #f3f7ee;
}

.portfolio-hero__text {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #f3f7ee;
}

.portfolio-hero__btn {
  margin-top: 3.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.50px solid #f3ff95;
  border-radius: 8px;
  padding: 0.625rem 14px 14px;
  height: 2.5rem;
  width: max-content;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 77%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #f3ff95;
}

.portfolio-type {
  padding-top: 9.375rem;
}

.portfolio-type__title {
  font-weight: 750;
  font-size: 2rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #142802;
}

.portfolio-type__text {
  margin-top: 2rem;
  max-width: 25.1875rem;
  width: 100%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #142802;
  opacity: .6;
}

.portfolio-type__tabs {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}

.portfolio-type__tabs-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.portfolio-type__tabs-head .item {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 16px;
  height: 58px;
  width: max-content;
  font-weight: 750;
  font-size: 1.375rem;
  line-height: 118%;
  letter-spacing: -0.02em;
  color: #142802;
}

.portfolio-type__tabs-head .item.active {
  background: rgba(70, 123, 49, 0.1);
  color: #467b31;
}

.portfolio-type__tabs-content {
  max-width: 54.5rem;
  width: 100%;
}

.portfolio-type__tabs-content .item {
  display: none;
}

.portfolio-type__tabs-content .item.active {
  display: block;
}

.portfolio-type__tabs-content .item .accordion-item {
  margin-bottom: 1rem;
  border: 1px solid rgba(20, 40, 2, 0.1);
  border-radius: 16px;
  padding: 1.5rem;
}

.portfolio-type__tabs-content .item .accordion-item:last-child {
  margin-bottom: 0;
}

.portfolio-type__tabs-content .item .accordion-item__top {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 120%;
  color: #142802;
}

.portfolio-type__tabs-content .item .accordion-item__top span {
  margin-top: 0.5rem;
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #566100;
}

.portfolio-type__tabs-content .item .accordion-item__top.active .accordion-item__arrow {
  transform: scale(-1);
  transition: all ease .3s;
}

.portfolio-type__tabs-content .item .accordion-item__arrow {
  transition: all ease .3s;
}

.portfolio-type__tabs-content .item .accordion-item__content {
  padding-top: 1rem;
  display: none;
}

.portfolio-type__tabs-content .item .accordion-item__content ul {
  margin-left: 0.9375rem;
  list-style: disc;
}

.portfolio-type__tabs-content .item .accordion-item__content ul li {
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #142802;
}

.portfolio-type__tabs-content .item .accordion-item__content ul li:last-child {
  margin-bottom: 0;
}

.portfolio-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.625rem;
  padding-right: 4.25rem;
  margin-top: 9.0625rem;
  background: #eef2e9;
  border-radius: 16px;
}

.portfolio-banner__text {
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(20, 40, 2, 0.4);
}

.portfolio-banner__text p {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-weight: 400;
  font-size: 1.75rem;
  letter-spacing: -0.02em;
  color: #142802;
  opacity: 1;
}

.portfolio-banner__text p svg {
  transform: translateY(3px);
}

.portfolio-banner__col a {
  margin-top: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3ff95;
  border-radius: 8px;
  padding: 0.75rem 20px 15px;
  height: 2.5625rem;
  font-weight: 750;
  font-size: 1.25rem;
  line-height: 114%;
  letter-spacing: -0.02em;
  color: #142802;
}

.portfolio-price {
  padding-top: 15rem;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}

.portfolio-price.style-2 .portfolio-price__item {
  width: 21.5rem;
}

.portfolio-price__title {
  font-weight: 750;
  font-size: 2rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #142802;
}

.portfolio-price__text {
  margin-top: 2rem;
  max-width: 25.1875rem;
  width: 100%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #142802;
  opacity: 0.6;
}

.portfolio-price__list {
  display: flex;
  gap: 0.5rem;
}

.portfolio-price__item {
  border-radius: 1rem;
  padding: 1.5rem;
  width: 17.8125rem;
  background: #f3f7ee;
  border: 1.50px solid transparent;
}

.portfolio-price__item.active {
  background: #f3ff95;
  border: 1.50px solid #566100;
}

.portfolio-price__item-title {
  margin-bottom: 2rem;
  height: 4.875rem;
  font-weight: 750;
  font-size: 1.3125rem;
  line-height: 118%;
  letter-spacing: -0.02em;
  color: #142802;
}

.portfolio-price__item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1.50px solid #142802;
  border-radius: 0.5rem;
  padding: 0.5rem 0;
  height: 2.5rem;
  font-weight: 750;
  font-size: 1.125rem;
  line-height: 133%;
  text-align: center;
  color: #142802;
}

.portfolio-price__item .text {
  margin-bottom: 1.5rem;
  color: rgba(20, 40, 2, 0.4);
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 123%;
  letter-spacing: -0.02em;
}

.portfolio-price__item .text:last-child {
  margin-bottom: 0;
}

.portfolio-price__item .text span {
  margin-top: 0.375rem;
  display: block;
  font-weight: 750;
  font-size: 1rem;
  line-height: 100%;
  color: #142802;
}

.portfolio-price__item .text p {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #142802;
}

.portfolio-top {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.portfolio-top__col {
  max-width: 21.5rem;
  width: 100%;
}

.portfolio-top__col .text {
  margin-top: 2.375rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 114%;
  color: #142802;
  opacity: .6;
}

.portfolio-top__detail {
  padding-right: 3.75rem;
  display: flex;
  gap: 5rem;
}

.portfolio-top__detail-item {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 114%;
  color: #142802;
  color: rgba(20, 40, 2, 0.4);
}

.portfolio-top__detail-item span {
  margin-top: 0.5rem;
  display: block;
  font-weight: 500;
  font-size: 1rem;
  line-height: 113%;
  color: #142802;
}

.portfolio-about {
  padding-top: 5rem;
  display: flex;
  gap: 350px;
}

.portfolio-about__title {
  font-weight: 750;
  font-size: 1.75rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.portfolio-about__content {
  max-width: 28.75rem;
  width: 100%;
}

.portfolio-about__content p {
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #142802;
}

.portfolio-about__btn {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.50px solid #467b31;
  border-radius: 8px;
  padding: 0.625rem 14px 14px;
  height: 40px;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 77%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #142802;
}

.portfolio-gallery {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.portfolio-gallery__item {
  width: calc(50% - 4px);
  height: 24.375rem;
  border-radius: 16px;
  overflow: hidden;
}

.portfolio-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-gallery__item:nth-child(3n) {
  width: 100%;
  height: 49.1875rem;
}

.portfolio-adv {
  padding-top: 6rem;
  display: flex;
}

.portfolio-adv.style-2 {
  gap: 22.9375rem;
}

.portfolio-adv__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}

.portfolio-adv__item-icon {
  height: 4rem;
  display: flex;
  align-items: center;
}

.portfolio-adv__item-text {
  margin-top: 0.75rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 117%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #142802;
}

.portfolio-adv__title {
  font-weight: 750;
  font-size: 2rem;
  line-height: 88%;
  letter-spacing: -0.02em;
  color: #142802;
}

.portfolio-adv__text {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #142802;
  opacity: 0.6;
}

.portfolio-adv__row {
  margin-top: -1.4375rem;
  display: flex;
  flex-wrap: wrap;
}

.portfolio-adv__row .portfolio-adv__item {
  margin-top: 5.8125rem;
  width: 50%;
}

.portfolio-work {
  padding-top: 10rem;
  display: flex;
  justify-content: space-between;
}

.portfolio-work__col {
  position: relative;
  max-width: 33rem;
  width: 100%;
}

.portfolio-work__title {
  font-weight: 750;
  font-size: 2rem;
  line-height: 88%;
  letter-spacing: -0.02em;
  color: #142802;
}

.portfolio-work__list {
  margin-top: 5rem;
  list-style: decimal;
  margin-left: 0.9375rem;
}

.portfolio-work__list li {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 120%;
  color: #000;
  opacity: 0.6;
}

.portfolio-work__btn {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0.75rem 20px 15px;
  height: 2.5625rem;
  font-weight: 750;
  font-size: 1.25rem;
  line-height: 114%;
  letter-spacing: -0.02em;
  color: #142802;
  background: #f3ff95;
}

.portfolio-work__img {
  width: 43.5rem;
  height: 30.6875rem;
  border-radius: 1rem;
  overflow: hidden;
}

.portfolio-work__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-example {
  padding-top: 10rem;
}

.portfolio-example__title {
  font-weight: 750;
  font-size: 2rem;
  line-height: 88%;
  letter-spacing: -0.02em;
  color: #142802;
}

.portfolio-example__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #142802;
  opacity: .6;
}

.portfolio-example__row {
  padding-top: 6.25rem;
  margin-top: 8rem;
  flex-wrap: wrap;
}

.portfolio-example__row .swiper-wrapper {
  flex-wrap: wrap;
  gap: 11.5rem;
}

.portfolio-example__item {
  margin-top: -6.25rem;
  width: calc(33.33% - 7.6875rem);
}

.portfolio-example__item-img {
  border-radius: 16px;
  height: 15.125rem;
  overflow: hidden;
}

.portfolio-example__item-img img {
  width: 100%;
  height: 100%;
}

.portfolio-example__item-title {
  margin-top: 1.5rem;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.portfolio-example__item-text {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #142802;
}

.portfolio-example__item-btn {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.5rem;
  border-radius: 8px;
  padding: 0.5rem 14px;
  background: #f3ff95;
  font-weight: 750;
  font-size: 1.125rem;
  line-height: 133%;
  text-align: center;
  color: #142802;
}

.portfolio-example__arrows {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  display: none;
}

@media (max-width: 62rem) {
  .portfolio-row {
    flex-wrap: wrap;
    gap: 0;
  }
  .portfolio-col {
    width: 100% !important;
    flex-wrap: wrap;
    gap: 0;
  }
  .portfolio-item {
    margin-bottom: 2rem;
    width: 100%;
  }
  .portfolio-item__img {
    height: 13.75rem !important;
  }
  .portfolio-row.style-2, .portfolio-row.style-3 {
    margin-top: 0;
  }
  .portfolio-item__title {
    font-size: 1.25rem;
    line-height: 110%;
  }
  .portfolio-item__text {
    font-size: 0.875rem;
    line-height: 114%;
  }
  .portfolio-more {
    margin: 3rem 0;
    margin-top: 1rem;
  }
  .portfolio-more a {
    font-size: 1.25rem;
    line-height: 77%;
  }
  .portfolio-hero {
    padding: 1rem;
    height: 35.625rem;
    border-radius: 1rem;
  }
  .style-2 .portfolio-hero {
    height: auto;
    padding: 0;
    border-radius: 16px;
  }
  .style-2 .portfolio-hero__bg {
    position: static;
  }
  .portfolio-hero__title {
    font-size: 2.5rem;
    line-height: 120%;
  }
  .portfolio-hero__text {
    margin-top: 1rem;
    font-size: 1.125rem;
    line-height: 133%;
  }
  .portfolio-hero__btn {
    margin-top: 5rem;
    height: 2.625rem;
    width: 100%;
    font-size: 1.25rem;
    line-height: 120%;
  }
  .portfolio-type {
    padding-top: 7.5rem;
  }
  .portfolio-type__tabs-head .item {
    font-size: 1.25rem;
  }
  .portfolio-type__tabs-content .item .accordion-item {
    padding: 1rem;
  }
  .portfolio-banner {
    margin-top: 7.5rem;
  }
  .portfolio-banner {
    padding-right: 1.625rem;
  }
  .portfolio-price {
    padding-top: 7.75rem;
    flex-wrap: wrap;
  }
  .portfolio-price__item {
    width: 33.33%;
  }
  .portfolio-price.style-2 .portfolio-price__item {
    width: 33.33%;
  }
  .portfolio-top {
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .portfolio-top__col .text {
    margin-top: 0.5rem;
  }
  .portfolio-about {
    gap: 2.5rem;
    justify-content: space-between;
  }
  .portfolio-gallery__item {
    height: 15.625rem;
  }
  .portfolio-gallery__item:nth-child(3n) {
    height: 31.25rem;
  }
  .portfolio-adv {
    flex-wrap: wrap;
    gap: 5rem;
  }
  .portfolio-adv__item {
    width: calc(50% - 2.5rem);
  }
  .portfolio-adv__item-text {
    font-size: 1.25rem;
  }
  .portfolio-work__img {
    width: 43.5rem;
    height: 25.7rem;
  }
  .portfolio-adv.style-2 {
    gap: 2.5rem;
  }
  .portfolio-adv__col {
    width: 100%;
  }
  .portfolio-example .title-row {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .portfolio-example__arrows {
    margin-top: 2.5rem;
    display: flex;
  }
  .portfolio-example__row {
    margin-top: 2rem;
    padding-top: 0;
  }
  .portfolio-example__row .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }
  .portfolio-example__item {
    margin-top: 0;
  }
  .portfolio-example__item-img {
    height: 11.25rem;
  }
}

@media (max-width: 47.9375rem) {
  .portfolio-type {
    padding-top: 3.5rem;
  }
  .portfolio-type__title {
    font-size: 1.5rem;
    line-height: 100%;
  }
  .portfolio-type__text {
    margin-top: 1.75rem;
    font-size: 1rem;
    line-height: 113%;
  }
  .portfolio-type__tabs {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .portfolio-type__tabs-head {
    flex-direction: row;
    gap: 0.5rem;
    overflow-y: auto;
  }
  .portfolio-type__tabs-head .item {
    border-radius: 8px;
    padding: 1rem;
    font-size: 1.25rem;
    line-height: 120%;
    white-space: nowrap;
  }
  .portfolio-type__tabs-content .item .accordion-item__top {
    font-size: 1.125rem;
    line-height: 133%;
  }
  .portfolio-type__tabs-content .item .accordion-item__top span {
    font-size: 1rem;
    line-height: 100%;
  }
  .portfolio-type__tabs-content .item .accordion-item__content ul li {
    font-size: 1rem;
    line-height: 113%;
  }
  .portfolio-banner {
    padding: 1rem;
    flex-wrap: wrap;
  }
  .portfolio-banner__text p svg {
    transform: translateY(0);
  }
  .portfolio-banner__text {
    font-size: 1.375rem;
  }
  .portfolio-banner__text br {
    display: none;
  }
  .portfolio-banner__text p {
    font-size: 1.375rem;
    white-space: nowrap;
  }
  .portfolio-banner__col {
    width: 100%;
  }
  .portfolio-banner__img {
    width: 14.6875rem;
    margin-top: 8.125rem;
    margin-left: auto;
  }
  .portfolio-banner__col a {
    margin-top: 1.25rem;
    padding: 0.5625rem 16px 12px;
    font-size: 1rem;
    height: 2.0625rem;
  }
  .portfolio-price__list {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .portfolio-price__item {
    width: 100%;
  }
  .portfolio-price.style-2 .portfolio-price__item {
    width: 100%;
  }
  .portfolio-price__title {
    font-size: 1.5rem;
    line-height: 100%;
  }
  .portfolio-price__text {
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
    line-height: 113%;
  }
  .portfolio-price__text br {
    display: none;
  }
  .portfolio-price__item-title {
    margin-bottom: 1.5rem;
    height: 4.5rem;
    font-size: 1.25rem;
    line-height: 120%;
  }
  .portfolio-price__item .text {
    margin-bottom: 1rem;
    font-size: 0.8125rem;
    line-height: 123%;
  }
  .portfolio-price__item .text span {
    font-size: 1rem;
    line-height: 100%;
  }
  .portfolio-price__item .text p {
    font-size: 1rem;
    line-height: 113%;
  }
  .portfolio-top__detail {
    flex-wrap: wrap;
    padding-right: 0;
    gap: 1.25rem;
  }
  .portfolio-top__detail-item {
    width: calc(50% - 10px);
  }
  .portfolio-about {
    padding-top: 3.5rem;
    flex-wrap: wrap;
    gap: 1.75rem;
  }
  .portfolio-about__btn {
    width: 100%;
    font-size: 1.25rem;
    line-height: 120%;
    height: 2.625rem;
  }
  .portfolio-gallery {
    gap: 0.75rem;
  }
  .portfolio-gallery__item {
    width: 100%;
    height: auto;
  }
  .portfolio-gallery__item:nth-child(3n) {
    height: auto;
  }
  .portfolio-adv {
    padding-top: 3.4375rem;
  }
  .portfolio-adv.style-2 {
    padding-top: 6rem;
    gap: 1.5rem;
  }
  .portfolio-adv__title {
    font-size: 1.5rem;
    line-height: 100%;
  }
  .portfolio-adv__text {
    font-size: 1rem;
    line-height: 113%;
  }
  .portfolio-adv__row .portfolio-adv__item {
    margin-top: 3.625rem;
  }
  .portfolio-adv__item-text {
    font-size: 1rem;
    line-height: 125%;
  }
  .portfolio-work {
    padding-top: 6rem;
    flex-wrap: wrap;
    gap: 2.5rem;
  }
  .portfolio-work__img {
    order: 1;
    width: 100%;
    height: 23.3125rem;
  }
  .portfolio-work__col {
    order: 2;
    width: 100%;
  }
  .portfolio-work__title {
    font-size: 1.5rem;
    line-height: 100%;
  }
  .portfolio-work__title br {
    display: none;
  }
  .portfolio-work__btn {
    margin-top: 1.5rem;
    position: static;
    font-size: 1.25rem;
    line-height: 114%;
  }
  .portfolio-work__list {
    margin-top: 1.5rem;
  }
  .portfolio-work__list li {
    font-size: 1rem;
    line-height: 113%;
    font-weight: 400;
  }
  .portfolio-example {
    padding-top: 6rem;
  }
  .portfolio-example__title {
    font-size: 1.5rem;
    line-height: 100%;
  }
  .portfolio-example__text {
    font-size: 1rem;
    line-height: 113%;
  }
  .portfolio-example__item-title {
    margin-top: 1.125rem;
    font-size: 16px;
    line-height: 100%;
  }
  .portfolio-example__item-text {
    margin-top: 1.125rem;
    font-size: 0.875rem;
    line-height: 114%;
  }
  .portfolio-example__item-btn {
    margin-top: 1.125rem;
    font-size: 1rem;
    line-height: 100%;
  }
}

.posadka-about {
  padding-top: 6rem;
}

.posadka-about__title {
  font-weight: 750;
  font-size: 2rem;
  line-height: 88%;
  letter-spacing: -0.02em;
  color: #142802;
}

.posadka-about__row {
  margin-top: 6.25rem;
  display: flex;
  justify-content: space-between;
}

.posadka-about__img {
  min-width: 32.5rem;
  width: 32.5rem;
  height: 21.9375rem;
  border-radius: 16px;
  overflow: hidden;
}

.posadka-about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.posadka-about__text {
  max-width: 36.0625rem;
  width: 100%;
}

.posadka-about__text p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #142802;
  opacity: .6;
}

.posadka-about__btn {
  margin-top: 1.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 750;
  font-size: 1.125rem;
  line-height: 133%;
  text-align: center;
  color: #142802;
  border: 1.50px solid #142802;
  border-radius: 8px;
  padding: 0.5rem 14px;
  height: 2.5rem;
}

.posadka-progress {
  padding-top: 10rem;
}

.posadka-progress__row {
  margin-top: 5rem;
  display: flex;
}

.posadka-progress__item {
  position: relative;
  width: 25%;
}

.posadka-progress__item:last-child .posadka-progress__item-line {
  background: transparent;
}

.posadka-progress__item-img {
  width: 6.6875rem;
  height: 4.625rem;
  border-radius: 16px;
  overflow: hidden;
}

.posadka-progress__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.posadka-progress__item-title {
  margin-top: 1.875rem;
  font-weight: 750;
  font-size: 1.375rem;
  line-height: 91%;
  letter-spacing: -0.02em;
  color: #142802;
  opacity: .6;
}

.posadka-progress__item-line {
  position: relative;
  width: 100%;
  height: 1px;
  background: #467b31;
  margin: 2.375rem 0;
}

.posadka-progress__item-line::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background: #142802;
}

.posadka-progress__item-text {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #000;
}

.posadka-adv {
  padding-top: 10rem;
}

.posadka-adv__row {
  margin-top: 8rem;
  display: flex;
}

.posadka-cost {
  padding-top: 10rem;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.posadka-cost__col {
  max-width: 43.75rem;
  width: 100%;
  border-radius: 16px;
  padding: 1.5rem;
  background: #f3ff95;
}

.posadka-cost__num {
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.posadka-cost__text {
  margin-top: 2rem;
}

.posadka-cost__text small {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 123%;
  letter-spacing: -0.02em;
  color: #142802;
  opacity: .6;
}

.posadka-cost__text p {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #142802;
}

.posadka-cost__text p:last-child {
  margin-bottom: 0;
}

.posadka-cost__btn {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  border: 1.50px solid #142802;
  border-radius: 8px;
  font-weight: 750;
  font-size: 1.125rem;
  line-height: 133%;
  text-align: center;
  color: #142802;
}

.posadka-work {
  padding-top: 10rem;
}

.posadka-work__text {
  width: 50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #142802;
  opacity: .6;
}

.posadka-work__slider {
  margin-top: 5rem;
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}

.posadka-work__slider-item {
  width: calc(50% -  3.75rem);
}

.posadka-work__slider-item-img {
  width: 100%;
  height: 12.1875rem;
  border-radius: 1rem;
  overflow: hidden;
}

.posadka-work__slider-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.posadka-work__slider-item-title {
  margin-top: 1.5rem;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.posadka-work__slider-item-table {
  margin-top: 1.5rem;
}

.posadka-work__slider-item-table td {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 113%;
}

.posadka-work__slider-item-btn {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  height: 2.5rem;
  background: #f3ff95;
  font-weight: 750;
  font-size: 1.125rem;
  line-height: 133%;
  text-align: center;
  color: #142802;
}

.posadka-work__slider .swiper-wrapper {
  gap: 7.5rem;
}

.posadka-work__slider-arrows {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.625rem;
  display: none;
}

@media (max-width: 62rem) {
  .posadka-about__row {
    margin-top: 2.5rem;
    gap: 2.5rem;
  }
  .posadka-about__img {
    min-width: unset;
    height: auto;
  }
  .posadka-progress__item-title {
    font-size: 1.125rem;
  }
  .posadka-progress__item-text {
    padding-right: 5px;
  }
  .posadka-adv__row {
    flex-wrap: wrap;
    gap: 5rem;
  }
  .posadka-work .title-row {
    flex-wrap: wrap;
    gap: 3rem;
  }
  .posadka-work__title {
    width: 100%;
  }
  .posadka-work__slider {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 47.9375rem) {
  .posadka-about {
    padding-top: 4.0625rem;
  }
  .posadka-about__row {
    margin-top: 1.5rem;
    flex-wrap: wrap;
  }
  .posadka-about__img {
    order: 2;
    width: 100%;
  }
  .posadka-about__text {
    order: 1;
  }
  .posadka-about__text p {
    font-size: 16px;
    line-height: 113%;
  }
  .posadka-about__title {
    font-size: 24px;
    line-height: 100%;
  }
  .posadka-progress {
    padding-top: 6rem;
  }
  .posadka-progress__row {
    margin-top: 3rem;
    flex-wrap: wrap;
  }
  .posadka-progress__item-text {
    margin-top: 1.5rem;
    padding-right: 0;
    font-size: 0.9375rem;
    line-height: 113%;
  }
  .posadka-progress__item {
    padding-left: 1.875rem;
    padding-bottom: 2.875rem;
    width: 100%;
  }
  .posadka-progress__item::before {
    content: '';
    position: absolute;
    top: 108px;
    left: 0;
    width: 1px;
    height: 100%;
    background: #467b31;
  }
  .posadka-progress__item:after {
    content: '';
    display: block;
    position: absolute;
    left: -7.5px;
    top: 108px;
    width: 0.9375rem;
    height: 0.9375rem;
    border-radius: 50%;
    background: #142802;
  }
  .posadka-progress__item:last-child::before {
    display: none;
  }
  .posadka-progress__item-line {
    display: none;
  }
  .posadka-adv {
    padding-top: 6rem;
  }
  .posadka-adv__row {
    margin-top: 3rem;
  }
  .posadka-cost {
    padding-top: 6rem;
    flex-wrap: wrap;
  }
  .posadka-cost__col {
    width: 100%;
  }
  .posadka-work {
    padding-top: 6rem;
  }
  .posadka-work__slider {
    margin-top: 2rem;
  }
  .posadka-work__slider .swiper-wrapper {
    gap: 0;
  }
  .posadka-work__text {
    width: 100%;
  }
  .posadka-work__slider-arrows {
    display: flex;
  }
}

.blog {
  position: relative;
  padding-top: 3rem;
}

.blog-top__text {
  margin-top: 2rem;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #142802;
  opacity: .6;
}

.blog .category-tags {
  margin-top: 2.5rem;
}

.blog-row {
  margin-top: -2.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.blog-item {
  margin-top: 3.875rem;
  width: calc(25% - 0.375rem);
}

.blog-item__img {
  width: 100%;
  height: 13.375rem;
  overflow: hidden;
  border-radius: 16px;
}

.blog-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item__meta {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.blog-item__date {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
  opacity: .8;
}

.blog-item__views {
  display: flex;
  gap: 0.25rem;
}

.blog-item__views span {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
  opacity: 0.8;
}

.blog-item__title {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 100%;
  color: #142802;
}

.blog-item__tags {
  margin-top: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0.375rem;
  height: 1.625rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 120%;
  color: #142802;
}

.blog-single {
  margin-top: 1.375rem;
  max-width: 43.75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-single__tag {
  display: flex;
  justify-content: center;
}

.blog-single__tag a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 0.375rem;
  height: 1.625rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 120%;
  color: #142802;
}

.blog-single__title {
  margin-top: 2rem;
  font-weight: 750;
  font-size: 2rem;
  line-height: 88%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #142802;
}

.blog-single__chapters {
  top: 8.125rem;
  left: 0;
  position: absolute;
  height: 100%;
}

.blog-single__chapters a {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #142802;
}

.blog-single__chapters a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #467b31;
  transition: all ease .3s;
}

.blog-single__chapters a.active {
  color: #467b31;
}

.blog-single__chapters a.active::before {
  content: "";
  width: 16px;
  transition: all ease .3s;
}

.blog-single__chapters-wrap {
  position: sticky;
  top: 2.5rem;
  left: 0;
}

.blog-single__meta {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}

.blog-single__avtor p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: rgba(20, 40, 2, 0.8);
}

.blog-single__avtor p:last-child {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 133%;
  color: #142802;
}

.blog-single__date {
  text-align: right;
}

.blog-single__date p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: rgba(20, 40, 2, 0.8);
}

.blog-single__date p:last-child {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 133%;
  color: #142802;
}

.blog-single__img {
  margin-top: 2rem;
}

.blog-single__img img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  overflow: hidden;
}

.blog-single__action {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-single__time p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: rgba(20, 40, 2, 0.8);
}

.blog-single__time p:last-child {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 133%;
  color: #142802;
}

.blog-single__share {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.blog-single__descrition {
  margin-top: 2.5rem;
}

.blog-single__descrition p {
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #142802;
}

.blog-single__descrition p:last-child {
  margin-bottom: 0;
}

.blog-single__content p {
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #142802;
}

.blog-single__content p:last-child {
  margin-bottom: 0;
}

.blog-single__content img {
  margin-top: 8px;
  width: 100%;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}

.blog-single__section {
  margin-top: 2.5rem;
}

.blog-single__section-title {
  margin-bottom: 1rem;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.blog-single__section a {
  color: #467b31;
  text-decoration: underline;
}

.blog-single__card {
  margin-top: 1rem;
}

.blog-single__card .swiper-wrapper {
  gap: 8px;
}

.blog-single__card-item {
  position: relative;
  width: calc(33.33% - 6px);
  text-decoration: none !important;
  color: #142802 !important;
}

.blog-single__card-top {
  width: 100%;
  padding: 0 0.75rem;
  position: absolute;
  top: 0.75rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-single__card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0.375rem;
  height: 1.625rem;
  background: #f3ff95;
  font-weight: 750;
  font-size: 1.25rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #142802;
}

.blog-single__card-tag .show-mob {
  display: none;
}

.blog-single__card-favorite {
  border: none;
  padding: 0;
  background: transparent;
}

.blog-single__card-img {
  height: 20rem;
}

.blog-single__card-img img {
  margin-top: 0;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 16px;
}

.blog-single__card-price {
  margin-top: 1rem;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 117%;
  letter-spacing: -0.02em;
  color: #142802;
}

.blog-single__card-price span {
  display: none;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #566100;
  text-decoration: line-through;
}

.blog-single__card-name {
  margin-top: 0.75rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #142802;
}

.blog-single__footer {
  margin-top: 2.5rem;
  display: flex;
  gap: 3.4375rem;
}

.blog-single__footer p {
  white-space: nowrap;
  font-weight: 400;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: rgba(20, 40, 2, 0.8);
}

.blog-single__footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.blog-single__footer-tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  padding: 0 0.5rem;
  font-size: 1.25rem;
  color: #142802;
  border: 1px solid rgba(20, 40, 2, 0.8);
  border-radius: 8px;
  height: 1.875rem;
}

.blog-single__pagination {
  margin-top: 4rem;
  display: flex;
  gap: 0.5rem;
}

.blog-single__pagination a {
  width: 50%;
  display: block;
  background: #eef2e9;
  border-radius: 16px;
  padding: 1.5rem;
}

.blog-single__pagination p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.blog-single__pagination-name {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #142802;
}

.blog-popular {
  padding-top: 10.375rem;
}

.blog-popular .slider-arrows .swiper-button-prev {
  background: transparent;
}

.blog-popular .slider-arrows .swiper-button-prev svg {
  width: 100%;
}

.blog-popular .slider-arrows .swiper-button-next {
  background: transparent;
}

.blog-popular .slider-arrows .swiper-button-next svg {
  width: 100%;
}

@media (max-width: 62rem) {
  .blog-item {
    margin-top: 3.875rem;
    width: calc(33.33% - 6px);
  }
  .blog-item__title {
    font-size: 1.25rem;
  }
  .blog-single__chapters {
    display: none;
  }
  .blog-popular {
    padding-top: 6rem;
  }
  .blog-single {
    max-width: 100%;
  }
}

@media (max-width: 47.9375rem) {
  .blog {
    padding-top: 2.5rem;
  }
  .blog-row {
    margin-top: 0;
  }
  .title-page {
    font-size: 1.75rem;
    line-height: 107%;
  }
  .blog-top__text {
    font-size: 1.25rem;
    line-height: 125%;
  }
  .blog-item {
    margin-top: 2rem;
    width: calc(50% - 4px);
  }
  .blog-item__title {
    margin-top: 0.875rem;
    font-size: 16px;
    line-height: 100%;
  }
  .blog-item__img {
    height: 6.625rem;
  }
  .blog-item__meta {
    margin-top: 1rem;
    justify-content: space-between;
  }
  .blog-item__date {
    font-size: 16px;
    line-height: 100%;
  }
  .blog-item__tags {
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }
  .blog-single__card {
    padding-bottom: 2rem;
  }
  .blog-single__card .swiper-wrapper {
    gap: 0;
  }
  .blog-single__card-img {
    height: 15rem;
  }
  .blog-single__card-price {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    line-height: 120%;
  }
  .blog-single__card-name {
    font-size: 0.75rem;
    line-height: 133%;
  }
  .blog-single__card-tag {
    font-size: 1rem;
    line-height: 100%;
  }
  .blog-single__card-tag span {
    display: none;
  }
  .blog-single__card-tag .show-mob {
    display: block;
  }
  .blog-single__card-price span {
    display: block;
  }
  .blog-single__descrition p {
    font-size: 1.25rem;
    line-height: 110%;
  }
  .blog-single__content p {
    font-size: 1rem;
    line-height: 113%;
  }
  .blog-single__pagination {
    display: none;
  }
  .blog-single__footer {
    margin-top: 2.5rem;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .blog-single__footer p {
    width: 100%;
  }
  .blog-single__footer-tags {
    gap: 0.5rem;
  }
  .blog-popular .blog-item__meta {
    display: none;
  }
  .blog-popular .blog-item__tags {
    margin-top: 0.5rem;
  }
  .blog-single {
    margin-top: 0;
  }
  .blog-single__title {
    margin-top: 1.5rem;
    font-size: 1.75rem;
    line-height: 107%;
  }
  .blog-single__meta {
    margin-top: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .blog-single__avtor {
    width: 100%;
    text-align: center;
  }
  .blog-single__date {
    width: 100%;
    text-align: center;
  }
  .blog-single__avtor p:last-child {
    font-size: 1rem;
    line-height: 113%;
  }
  .blog-single__img {
    margin-top: 2.5rem;
  }
  .blog-single__time p:last-child {
    font-size: 1rem;
    line-height: 113%;
  }
  .blog-single__descrition {
    margin-top: 1.875rem;
  }
}

.catalog-content .product-item {
  margin-bottom: 0.5rem;
  width: calc(25% - 2.625rem);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 6px;
}

.catalog-content .product-item.promo {
  margin: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  height: auto;
}

.catalog-content .product-item.promo .product-item__img {
  height: 22rem;
}

.catalog-content .product-item.promo .product-item__img img {
  object-fit: contain;
}

.catalog-content .product-item.promo .product-item__img img.mob-show {
  display: none;
}

.catalog-content .product-item.promo .product-item__btn {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0.5rem 16px;
  width: 100%;
  height: 2.25rem;
  background: #142802;
  font-weight: 750;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #f3ff95;
  text-align: center;
}

.catalog-content .product-item__top {
  display: block;
  position: relative;
  height: 18.125rem;
  overflow: hidden;
}

.catalog-content .product-item__top:hover .product-item__img {
  backdrop-filter: blur(8.99364px);
  filter: blur(21.84169px);
  background: rgba(5, 5, 5, 0.22);
  transition: all ease .3s;
}

.catalog-content .product-item__top:hover .product-item__top-btn {
  display: flex;
}

.catalog-content .product-item__top-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  align-items: center;
  font-weight: 750;
  font-size: 0.875rem;
  line-height: 114%;
  text-align: center;
  color: #142802;
  border-radius: 8px;
  padding: 0.5625rem 10px 10px 12px;
  width: 6.1875rem;
  height: 1.8125rem;
  backdrop-filter: blur(116px);
  background: rgba(238, 242, 233, 0.65);
}

.catalog-content .product-item__img {
  width: 100%;
  height: 100%;
  transition: all ease .3s;
}

.catalog-content .product-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.catalog-content .product-item__tags {
  position: absolute;
  top: 8px;
  left: 0.5rem;
}

.catalog-content .product-item__tags-item {
  margin-bottom: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  width: 3.625rem;
  height: 2.4375rem;
  background: rgba(243, 247, 238, 0.75);
  font-weight: 650;
  font-size: 0.5rem;
  line-height: 184%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #142802;
}

.catalog-content .product-item__tags-item:last-child {
  margin-bottom: 0;
}

.catalog-content .product-item__action {
  position: absolute;
  z-index: 1;
  top: 0.625rem;
  right: 0.625rem;
  display: flex;
  gap: 0.5rem;
}

.catalog-content .product-item__action button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 5px;
  width: 1.625rem;
  height: 1.625rem;
  background: rgba(238, 242, 233, 0.75);
}

.catalog-content .product-item__content {
  padding: 0.625rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.catalog-content .product-item__content::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(8.99364px);
  filter: blur(21.84169px);
  background: rgba(5, 5, 5, 0.22);
}

.catalog-content .product-item__info {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-weight: 400;
  font-size: 0.5625rem;
  line-height: 114%;
  color: #f3f7ee;
}

.catalog-content .product-item__info-delivery {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}

.catalog-content .product-item__info-delivery::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #ff7f08;
}

.catalog-content .product-item__info-live {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}

.catalog-content .product-item__info-live::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #cbda58;
}

.catalog-content .product-item__title {
  margin-top: 0.3125rem;
  position: relative;
  z-index: 1;
  font-weight: 750;
  font-size: 1rem;
  line-height: 100%;
  color: #f3f7ee;
}

.catalog-content .product-item__text {
  margin-top: 0.3125rem;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 0.5625rem;
  line-height: 126%;
  color: #f3f7ee;
}

.catalog-content .product-item__footer {
  padding: 0.5rem;
}

.catalog-content .product-item__footer-info {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.catalog-content .product-item__price {
  display: flex;
  align-items: flex-end;
}

.catalog-content .product-item__price-new {
  font-weight: 500;
  font-size: 1rem;
  line-height: 96%;
  letter-spacing: -0.02em;
  color: #142802;
}

.catalog-content .product-item__price-old {
  margin-left: 0.375rem;
  font-weight: 400;
  font-size: 0.5625rem;
  line-height: 114%;
  letter-spacing: -0.02em;
  text-decoration: line-through;
  color: #b3b3b3;
}

.catalog-content .product-item__price-discount {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 750;
  font-size: 0.5625rem;
  line-height: 114%;
  letter-spacing: -0.09em;
  color: #142802;
  border-radius: 5px;
  width: 1.875rem;
  height: 0.875rem;
  background: #ff7f08;
}

.catalog-content .product-item__credit {
  padding: 0 0.25rem;
  border-radius: 10px;
  height: 0.9375rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 93%;
  letter-spacing: -0.02em;
  color: #142802;
  background: #e2ecf0;
}

.catalog-content .product-item__credit svg {
  min-width: 0.5rem;
  height: auto;
}

.catalog-content .product-item__stock {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 93%;
  letter-spacing: -0.02em;
  color: #b3b3b3;
}

.catalog-content .product-item__stock.in-stock::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background: #467b31;
  border-radius: 50%;
}

.catalog-content .product-item__stock.no-stock::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background: red;
  border-radius: 50%;
}

.catalog-content .product-item__btns {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.catalog-content .product-item__order {
  padding: 0 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 62%;
  height: 2.1875rem;
  font-weight: 750;
  font-size: 0.625rem;
  line-height: 108%;
  text-align: center;
  color: #f3ff95;
  background: #142802;
}

.catalog-content .product-item__order-one {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 5px;
  width: 38%;
  height: 2.1875rem;
  background: #f3f7ee;
  font-weight: 750;
  font-size: 0.625rem;
  line-height: 108%;
  text-align: center;
  color: #142802;
}

.catalog-content .product-item.horizontal {
  position: relative;
  padding-bottom: 0;
  display: flex;
  box-shadow: none;
  height: 19rem;
}

.catalog-content .product-item.horizontal .product-item__top {
  width: 50%;
  height: 15.8125rem;
  overflow: visible;
}

.catalog-content .product-item.horizontal .product-item__text {
  display: none;
}

.catalog-content .product-item.horizontal .product-item__info {
  flex-wrap: wrap;
  font-size: 0.8125rem;
  line-height: 123%;
  gap: 0.3125rem;
}

.catalog-content .product-item.horizontal .product-item__footer {
  padding-top: 0;
  width: 50%;
  display: flex;
  flex-direction: column;
}

.catalog-content .product-item.horizontal .product-item__content::before {
  height: 5.875rem;
  backdrop-filter: blur(14px);
  filter: blur(34px);
  background: rgba(217, 217, 217, 0.2);
}

.catalog-content .product-item.horizontal .product-item__tags {
  margin-top: 1rem;
  position: static;
  order: 4;
  display: flex;
  gap: 0.25rem;
}

.catalog-content .product-item.horizontal .product-item__title {
  margin-top: 0;
  order: 1;
  font-size: 15px;
  line-height: 120%;
  color: #142802;
}

.catalog-content .product-item.horizontal .product-item__tags-item {
  width: 33.33%;
  height: 3.75rem;
  background: #f3ff95;
  line-height: 110%;
}

.catalog-content .product-item.horizontal .product-item__img {
  border-radius: 8px;
  overflow: hidden;
}

.catalog-content .product-item.horizontal .product-item__btns {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  justify-content: flex-end;
}

.catalog-content .product-item.horizontal .product-item__price {
  order: 2;
  margin-top: 0.75rem;
  flex-wrap: wrap;
}

.catalog-content .product-item.horizontal .product-item__price-new {
  order: 1;
  font-size: 1rem;
  line-height: 100%;
}

.catalog-content .product-item.horizontal .product-item__price-old {
  margin-left: 0;
  order: 3;
  font-size: 0.8125rem;
  line-height: 123%;
}

.catalog-content .product-item.horizontal .product-item__price-discount {
  border-radius: 8px;
  width: 2.375rem;
  height: 1rem;
  order: 2;
  font-size: 0.6875rem;
}

.catalog-content .product-item.horizontal .product-item__stock {
  display: none;
}

.catalog-content .product-item.horizontal .product-item__footer-info {
  order: 3;
  margin-top: 0.75rem;
}

.catalog-content .product-item.horizontal .product-item__top-btn {
  display: flex;
  justify-content: center;
  transform: unset;
  top: auto;
  left: 0;
  bottom: -3.125rem;
  width: calc(100% - 0.375rem);
  height: 2.5rem;
  font-size: 1.125rem;
  line-height: 133%;
  background: #142802;
  font-weight: 750;
  font-size: 1.125rem;
  line-height: 133%;
  text-align: center;
  color: #f3ff95;
}

.catalog-content .product-item.horizontal .product-item__order {
  display: none;
  width: calc(50% - 0.375rem);
  height: 2.5rem;
  font-size: 1.125rem;
  line-height: 133%;
}

.catalog-content .product-item.horizontal .product-item__order-one {
  padding: 0;
  width: calc(50% - 0.375rem);
  height: 2.5rem;
  font-size: 1.125rem;
  line-height: 133%;
}

.catalog-content .product-item.horizontal .product-item__action button {
  width: 2rem;
  height: 2rem;
}

.catalog-content .product-item.horizontal .product-item__action button svg {
  width: 1.4375rem;
  height: auto;
}

.catalog-content .product-item.horizontal.promo {
  display: block;
}

.page-prodcut .social {
  padding-top: 3.5rem;
}

.page-prodcut .social-row {
  margin-top: 0;
}

.page-prodcut .form-question {
  padding-top: 15rem;
}

.product-content {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 72.9375rem;
  width: 100%;
}

.product-img {
  display: flex;
  gap: 0.5rem;
}

.product-img__left {
  width: 6.875rem;
}

.product-img__right {
  position: relative;
  width: 28.875rem;
}

.product-img__add-photo {
  cursor: pointer;
  margin-top: 0.5rem;
  padding: 0   1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border: 1px solid rgba(20, 40, 2, 0.1);
  border-radius: 1rem;
  width: 6.875rem;
  height: 7.75rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 100%;
  text-align: center;
  color: #142802;
}

.product-img__mini {
  height: 40.375rem;
}

.product-img__mini-item {
  width: 6.875rem;
  height: 7.75rem;
}

.product-img__mini-item img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.product-img__main {
  width: 28.875rem;
  height: 40.375rem;
}

.product-img__main-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-img__main-item img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.product-tags {
  position: absolute;
  top: 1.375rem;
  left: 1.375rem;
  z-index: 2;
}

.product-tags__item {
  position: relative;
  margin-bottom: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 7px;
  width: 3.625rem;
  height: 2.4375rem;
  background: rgba(243, 247, 238, 0.75);
}

.product-tags__item:last-child {
  margin-bottom: 0;
}

.product-tags__item span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 650;
  font-size: 0.5rem;
  letter-spacing: -0.01em;
  text-align: center;
  color: #142802;
}

.product-tags__promo {
  position: absolute;
  z-index: 2;
  top: 0.875rem;
  right: 0.625rem;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.375rem;
  max-width: 12.5rem;
}

.product-tags__promo-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  padding: 4px;
  height: 1.125rem;
  font-weight: 750;
  font-size: 0.875rem;
  line-height: 138%;
  letter-spacing: -0.02em;
  color: #142802;
}

.product-request__photo {
  cursor: pointer;
  margin-top: 0.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 16px;
  padding: 1rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
  background: url(../img/product/product-reques-photo.png) no-repeat;
}

.product-request__photo b {
  margin-bottom: 0.25rem;
  display: block;
}

.product-request__photo b span {
  display: none;
}

.product-video {
  margin-top: 0.5rem;
  position: relative;
  width: 100%;
  height: 40.375rem;
}

.product-video__img {
  width: 100%;
  height: 100%;
}

.product-video__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.product-video__footer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  width: calc(100% - 2rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-video__name {
  font-weight: 750;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #f3ff95;
}

.product-video__text {
  margin-top: 4px;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 114%;
  color: #f3ff95;
}

.product-col {
  width: 28.9375rem;
}

.product-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.product-top.mob {
  display: none;
}

.product-title {
  max-width: 25rem;
  font-weight: 750;
  font-size: 2rem;
  line-height: 88%;
  letter-spacing: -0.02em;
  color: #142802;
}

.product-favorite__btn {
  cursor: pointer;
}

.product-variation {
  margin-top: 2rem;
}

.product-variation__head {
  display: flex;
  gap: 0.625rem;
}

.product-variation__head-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  font-weight: 750;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
  border: 0.5px solid rgba(20, 40, 2, 0.1);
  border-radius: 8px 8px 0 0;
  padding: 1rem;
  width: 33.33%;
  height: 2.875rem;
  background: #ffff;
}

.product-variation__head-item.active {
  background: #f3f7ee;
  border-bottom: none;
  border-left: 0.5px solid rgba(20, 40, 2, 0.1);
  border-right: 0.5px solid rgba(20, 40, 2, 0.1);
}

.product-variation__item {
  padding-top: 0.75rem;
  display: none;
  background: #f3f7ee;
  border-left: 0.5px solid rgba(20, 40, 2, 0.1);
  border-right: 0.5px solid rgba(20, 40, 2, 0.1);
  border-radius: 0 0 8px 8px;
}

.product-variation__item.active {
  display: block;
}

.product-variation__item-top {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 133%;
  color: #142802;
  text-align: center;
}

.product-variation__table {
  margin-top: 1.125rem;
}

.product-variation__table-head {
  display: flex;
}

.product-variation__table-head .el {
  padding-bottom: 0.75rem;
  width: 25%;
  text-align: center;
  font-weight: 750;
  font-size: 0.75rem;
  line-height: 133%;
  letter-spacing: -0.02em;
  color: #142802;
}

.product-variation__table-body label {
  padding: 8px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #f3f7ee;
  height: 2.5rem;
  border: 1.50px solid transparent;
  border-bottom: 0.5px solid rgba(20, 40, 2, 0.1);
}

.product-variation__table-body label:last-child {
  border-radius: 0 0 8px 8px;
}

.product-variation__table-body label .col {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 0.50px solid #b3b3b3;
}

.product-variation__table-body label .col:last-child {
  flex-direction: row;
  border: none;
}

.product-variation__table-body label .size {
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: -0.02em;
  color: #142802;
}

.product-variation__table-body label .size small {
  display: block;
  font-weight: 400;
  font-size: 0.625rem;
  text-align: center;
  color: #808080;
  font-style: normal;
}

.product-variation__table-body label .stock {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 100%;
  text-align: center;
  color: #142802;
}

.product-variation__table-body label .stock.min {
  color: #d00101;
}

.product-variation__table-body label .stock.order {
  padding-top: 0;
  color: rgba(20, 40, 2, 0.4);
}

.product-variation__table-body label .price b {
  font-weight: 750;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.product-variation__table-body label .price span {
  position: relative;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 100%;
  text-align: center;
  color: rgba(20, 40, 2, 0.4);
}

.product-variation__table-body label .price span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  transform: rotate(-7deg);
  width: 100%;
  height: 1px;
  background: rgba(20, 40, 2, 0.4);
}

.product-variation__table-body label .rules {
  padding-right: 1rem;
  gap: 0.5rem;
  justify-content: flex-end;
}

.product-variation__table-body label .rules .discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.375rem;
  border-radius: 11px;
  padding: 2px 5px;
  background: #ff7f08;
  font-weight: 750;
  font-size: 0.875rem;
  line-height: 157%;
  letter-spacing: -0.02em;
  color: #fff;
}

.product-variation__table-body label .rules .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background: #467b31;
}

.product-variation__table-body input {
  display: none;
  position: absolute;
  width: 100%;
  opacity: 0;
}

.product-variation__table-body input:checked + label {
  border-radius: 8px;
  border: 1.50px solid #566100;
  background: #f8ffc3;
}

.product-notice {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 133%;
  color: #142802;
}

.product-notice svg {
  min-width: 1rem;
}

.product-adv {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.product-adv__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: calc(50% - 0.25rem);
}

.product-adv__item-text {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 117%;
  color: #142802;
}

.product-adv__item-text b {
  display: block;
}

.product-about {
  margin-top: 3.75rem;
}

.product-about__title {
  margin-bottom: 0.75rem;
  font-weight: 750;
  font-size: 1rem;
  line-height: 100%;
  color: #142802;
}

.product-about__item {
  margin-bottom: 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  padding: 0.5rem 16px;
  width: 100%;
  height: 3rem;
  background: #eef2e9;
}

.product-about__item span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.product-about__item span svg:nth-child(2) {
  margin-left: 0.375rem;
}

.product-promo__slider {
  width: 100%;
  height: 18.125rem;
  margin-top: 2rem;
}

.product-promo__slider .mob-show {
  display: none;
}

.product-promo__slider-footer {
  margin-top: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.product-promo__slider-footer .swiper-pagination {
  margin: 0;
  position: static;
}

.product-promo__slider-footer .swiper-button-prev {
  position: static;
  margin-top: 0;
  height: 2.125rem;
}

.product-promo__slider-footer .swiper-button-next {
  position: static;
  margin-top: 0;
  height: 2.125rem;
}

.product-promo__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.product-hit {
  padding-top: 4.375rem;
}

.product-hit__title {
  font-weight: 750;
  font-size: 2rem;
  line-height: 88%;
  letter-spacing: -0.02em;
  color: #142802;
}

.product-hit .swiper-button-prev {
  background: transparent;
}

.product-hit .swiper-button-prev svg {
  width: 1.5rem;
  height: auto;
}

.product-hit .swiper-button-next {
  background: transparent;
}

.product-hit .swiper-button-next svg {
  width: 1.5rem;
  height: auto;
}

.product-hit__slider {
  margin-top: 3.5rem;
}

.product-hit__slider-item {
  position: relative;
}

.product-hit__slider-img {
  border-radius: 16px;
  height: 20rem;
  overflow: hidden;
}

.product-hit__slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-hit__slider-top {
  position: absolute;
  top: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 1.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-hit__slider-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0.375rem;
  height: 1.625rem;
  background: #f3ff95;
  font-weight: 750;
  font-size: 1.25rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #142802;
}

.product-hit__slider-favorite {
  cursor: pointer;
}

.product-hit__slider-price {
  margin-top: 1rem;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 117%;
  letter-spacing: -0.02em;
  color: #142802;
}

.product-hit__slider-text {
  margin-top: 0.75rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #142802;
}

.product-hit__footer {
  margin-top: 3.5rem;
  display: flex;
  justify-content: center;
}

.product-hit__footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.50px solid #467b31;
  border-radius: 0.5rem;
  padding: 0.625rem 14px 14px;
  height: 2.5rem;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 77%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #142802;
}

.product-reviews {
  padding-top: 5.375rem;
}

.product-reviews__title {
  font-weight: 750;
  font-size: 2rem;
  line-height: 88%;
  letter-spacing: -0.02em;
  color: #142802;
}

.product-reviews__slider-item {
  position: relative;
  border-radius: 8px;
  padding: 0.9375rem 16px;
  background: #f2f2f2;
  height: 13rem;
}

.product-reviews__slider-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.product-reviews__slider-name {
  margin-bottom: 0.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #142802;
}

.product-reviews__slider-like {
  position: absolute;
  top: 1.625rem;
  right: 1rem;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 114%;
  color: #142802;
}

.product-reviews__slider-ava {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}

.product-reviews__slider-ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-reviews__slider-date {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #666;
}

.product-reviews__slider-text {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.product-reviews__slider-text span {
  color: rgba(20, 40, 2, 0.4);
}

.product-reviews__slider-img {
  margin-top: 1rem;
  display: flex;
  gap: 8px;
}

.product-reviews__slider-img img {
  width: 3rem;
  height: 3.375rem;
  border-radius: 12px;
}

.product-reviews__slider-wrap {
  padding-bottom: 4.5rem;
  margin-top: 3.5rem;
  position: relative;
}

.product-reviews__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1.50px solid #467b31;
  border-radius: 8px;
  padding: 0.625rem 14px 14px;
  height: 2.5rem;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 77%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #142802;
}

.product-show {
  display: none;
  gap: 12px;
}

@media (max-width: 62rem) {
  .catalog-content .product-item {
    width: calc(50% - 1rem);
  }
  .product-content {
    gap: 3.75rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 48rem) {
  .catalog-content .product-item {
    width: 100%;
    max-width: 28.625rem;
    order: 2;
  }
  .catalog-content .product-item.promo:nth-child(7) {
    display: none;
  }
  .catalog-content .product-item__top {
    height: 28.125rem;
  }
  .catalog-content .product-item__action button {
    width: 2.625rem;
    height: 2.625rem;
  }
  .catalog-content .product-item__action button svg {
    width: 1.4375rem;
    height: auto;
  }
  .catalog-content .product-item__tags-item {
    width: 65px;
    height: 42px;
  }
  .catalog-content .product-item__info {
    font-size: 0.875rem;
    line-height: 114%;
  }
  .catalog-content .product-item__title {
    font-size: 1.5rem;
    line-height: 100%;
  }
  .catalog-content .product-item__text {
    font-size: 0.875rem;
    line-height: 114%;
  }
  .catalog-content .product-item__price-new {
    font-size: 1.5rem;
    line-height: 100%;
  }
  .catalog-content .product-item__price-old {
    margin-left: 1rem;
    font-size: 0.875rem;
    line-height: 114%;
  }
  .catalog-content .product-item__price-discount {
    width: 2.6875rem;
    height: 1rem;
    font-size: 0.8125rem;
    line-height: 123%;
    border-radius: 8px;
  }
  .catalog-content .product-item__credit {
    font-size: 0.9375rem;
    line-height: 107%;
    height: 1.375rem;
    padding: 0 0.5rem;
  }
  .catalog-content .product-item__credit svg {
    width: 0.75rem;
    height: auto;
  }
  .catalog-content .product-item__stock {
    align-items: center;
    font-size: 0.9375rem;
    line-height: 107%;
  }
  .catalog-content .product-item__btns {
    margin-top: 0.875rem;
  }
  .catalog-content .product-item__order {
    height: 3.5rem;
    font-weight: 750;
    font-size: 0.9375rem;
    line-height: 133%;
    text-align: center;
  }
  .catalog-content .product-item__order-one {
    height: 3.5rem;
    font-size: 0.9375rem;
    line-height: 133%;
  }
  .catalog-content .product-item.promo {
    margin-bottom: 1.125rem;
  }
  .catalog-content .product-item.promo .product-item__img {
    height: auto;
  }
  .catalog-content .product-item.promo .product-item__img img.mob-show {
    display: block;
  }
  .catalog-content .product-item.promo .product-item__img img.mob-hide {
    display: none;
  }
  .product-show {
    display: flex;
  }
  .product-img__left {
    display: none;
  }
  .product-img__right {
    width: 100%;
  }
  .product-img {
    margin-top: 1.5rem;
    width: 100%;
  }
  .product-img__main {
    height: 27.125rem;
  }
  .product-video {
    display: none;
  }
  .product-col {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    overflow: hidden;
  }
  .product-request__photo {
    position: absolute;
    z-index: 2;
    bottom: 3.125rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 6.25rem);
    background: #f3ff95;
    font-size: 0;
    height: 3rem;
    border-radius: 12px;
    padding: 0.5rem 0.375rem;
    gap: 0.25rem;
  }
  .product-request__photo b span {
    display: block;
    font-size: 0.875rem;
    line-height: 150%;
  }
  .product-img__main {
    padding-bottom: 2.5rem;
    width: 100%;
  }
  .product-tags {
    top: 1.375rem;
    left: 2.75rem;
  }
  .product-tags__item {
    margin-top: 0.875rem;
  }
  .product-tags__promo {
    right: 2.75rem;
  }
  .product-img__main .swiper-pagination {
    bottom: 0;
  }
  .product-top {
    display: none;
  }
  .product-top.mob {
    display: flex;
  }
  .product-content {
    gap: 0;
  }
  .product-title {
    font-size: 2rem;
    line-height: 88%;
  }
  .product-promo {
    width: 100%;
  }
  .product-adv {
    order: 1;
  }
  .product-variation {
    margin-top: 1rem;
    order: 2;
    width: 100%;
  }
  .product-variation__head {
    gap: 0;
  }
  .product-variation__head-item {
    font-size: 1rem;
    line-height: 100%;
    height: 2.75rem;
    border-radius: 0;
  }
  .product-variation__head-item:first-child {
    border-top-left-radius: 4px;
  }
  .product-variation__head-item:last-child {
    border-top-right-radius: 4px;
  }
  .product-variation__head-item img {
    display: none;
  }
  .product-notice {
    order: 3;
    width: 100%;
    font-size: 12px;
    line-height: 133%;
  }
  .product-variation__table-body label .price b {
    font-weight: 400;
    font-size: 13px;
  }
  .product-variation__table-body label .price span {
    font-size: 13px;
  }
  .product-variation__table-body label .rules .discount {
    font-size: 12px;
  }
  .product-about {
    margin-top: 2.25rem;
    order: 4;
    width: 100%;
  }
  .product-promo {
    order: 5;
    width: 100%;
  }
  .product-promo__slider .mob-hide {
    display: none;
  }
  .product-promo__slider .mob-show {
    display: block;
  }
  .product-adv {
    margin-top: 1rem;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    user-select: none;
    padding: 0.625rem 0;
    background: #142802;
  }
  /* Контейнер для анимации (добавим через JS или вручную) */
  .product-adv__marquee {
    display: flex;
    flex-shrink: 0;
    min-width: 100%;
    align-items: center;
    justify-content: space-around;
    animation: marquee-scroll 20s linear infinite;
  }
  .product-adv__item {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 0.5rem;
    /* Отступ между элементами */
  }
  /* Анимация движения */
  @keyframes marquee-scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .product-adv__item {
    width: max-content;
  }
  .product-adv__item-text {
    color: #fff;
    font-size: 0.75rem;
    line-height: 117%;
  }
  .product-adv__item-img svg path {
    stroke: #fff;
  }
  .product-adv__item-img svg circle {
    fill: #fff;
    stroke: #fff;
  }
  .product-promo__slider {
    height: auto;
  }
  .product-promo__item img {
    object-fit: contain;
    height: auto;
  }
  .product-hit__slider {
    margin-top: 2.625rem;
  }
  .page-prodcut .social {
    padding-top: 5rem;
  }
  .page-prodcut .form-question {
    padding-top: 5rem;
  }
  .product-reviews {
    padding-top: 5rem;
  }
  .product-reviews__slider-wrap {
    margin-top: 2rem;
  }
  .product-reviews__slider-item {
    height: auto;
  }
  .product-reviews__btn {
    display: flex;
    width: 15.625rem;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.cart-row {
  padding-bottom: 5rem;
  margin-top: 2rem;
  display: flex;
  align-items: flex-start;
}

.cart-row .title-row {
  align-items: center;
  justify-content: space-between;
}

.cart-reset {
  cursor: pointer;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 133%;
  text-align: right;
  color: #808080;
}

.cart-content {
  width: 43.5rem;
}

.cart-delivery {
  margin-top: 1rem;
  padding: 0.75rem;
  width: 100%;
  border-radius: 8px;
  background: #f8ffc3;
}

.cart-delivery__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-delivery__top-arrow {
  cursor: pointer;
}

.cart-delivery__total {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}

.cart-delivery__text {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #666;
}

.cart-delivery__progress {
  margin-top: 1.5rem;
  position: relative;
}

.cart-delivery__progress-line {
  border-radius: 8px;
  height: 4px;
  background: rgba(20, 40, 2, 0.1);
}

.cart-delivery__progress-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: #142802;
  border-radius: 8px;
  height: 4px;
}

.cart-delivery__footer {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}

.cart-product {
  margin-top: 3.5rem;
}

.cart-product__top {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cart-product__title {
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 83%;
  letter-spacing: -0.02em;
  color: #142802;
}

.cart-product__total {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  background: #f3f7ee;
}

.cart-product__item {
  position: relative;
  margin-top: 1rem;
  border-bottom: 0.50px solid #b3b3b3;
}

.cart-product__item-row {
  padding-bottom: 1rem;
  display: flex;
  gap: 2.8125rem;
}

.cart-product__item-delete {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}

.cart-product__item-img {
  min-width: 4.5rem;
  width: 4.5rem;
  height: 5.625rem;
}

.cart-product__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.cart-product__item-content {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cart-product__item-title {
  max-width: 17.8125rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}

.cart-product__item-size {
  margin-top: 0.375rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #999;
}

.cart-product__item-count {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  padding: 0.125rem 8px;
  width: 6.5rem;
  height: 1.75rem;
  background: #f8ffc3;
}

.cart-product__item-count .val {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 2.125rem;
  height: 1.5rem;
  background: #edf5b7;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 114%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #142802;
}

.cart-product__item-count .minus {
  cursor: pointer;
  height: 100%;
  width: 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-product__item-count .plus {
  cursor: pointer;
  height: 100%;
  width: 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-product__item-bottom {
  display: flex;
  justify-content: space-between;
}

.cart-product__item-price {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.cart-product__item-price .old {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #666;
  text-decoration: line-through;
  white-space: nowrap;
}

.cart-product__item-price .new {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: right;
  color: #000;
  white-space: nowrap;
}

.cart-product__item-notice {
  border-radius: 8px;
  padding: 1rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
  background: #f3f7ee;
}

.cart-options {
  margin-top: 3.5rem;
}

.cart-options__title {
  margin-bottom: 1rem;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 83%;
  letter-spacing: -0.02em;
  color: #142802;
}

.cart-options__radio label {
  display: block;
  padding: 0.75rem 0;
  padding-left: 2.25rem;
  position: relative;
  flex-wrap: wrap;
  gap: 1px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
  border-bottom: 1px solid rgba(20, 40, 2, 0.1);
}

.cart-options__radio input {
  position: absolute;
  width: 100%;
  opacity: 0;
  display: none;
}

.cart-options__radio input:checked + .checkmarker::before {
  display: block;
}

.cart-options__radio span {
  margin-top: 0.25rem;
  display: flex;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
  background: #f8ffc3;
  border-radius: 16px;
  padding: 0.375rem 8px;
  width: 7.8125rem;
  height: 1.3125rem;
}

.cart-options__radio .checkmarker {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1px solid  #142802;
}

.cart-options__radio .checkmarker::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #467b31;
  display: none;
}

.cart-options__radio-info {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.cart-options__checkbox {
  margin-top: 2rem;
}

.cart-options__checkbox-title {
  margin-bottom: 1rem;
  font-weight: 750;
  font-size: 1rem;
  line-height: 100%;
  color: #142802;
}

.cart-options__checkbox label {
  display: block;
  padding: 0.75rem 0;
  padding-left: 2.25rem;
  position: relative;
  flex-wrap: wrap;
  gap: 1px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
  border-bottom: 1px solid rgba(20, 40, 2, 0.1);
}

.cart-options__checkbox input {
  display: none;
  position: absolute;
  width: 100%;
  opacity: 0;
}

.cart-options__checkbox input:checked + .checkmarker::before {
  display: block;
}

.cart-options__checkbox span {
  margin-top: 0.25rem;
  display: inline-flex;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
  background: #f8ffc3;
  border-radius: 16px;
  padding: 0.375rem 8px;
  height: 1.3125rem;
}

.cart-options__checkbox .checkmarker {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 4px;
  border: 1px solid  #142802;
}

.cart-options__checkbox .checkmarker::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/icon/check-marker-green.svg) no-repeat;
  background-size: contain;
  display: none;
}

.cart-options__checkbox-info {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.cart-recomend {
  padding-top: 4.375rem;
}

.cart-recomend__title {
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 83%;
  letter-spacing: -0.02em;
  color: #142802;
}

.cart-recomend__overlay {
  position: relative;
}

.cart-recomend__overlay:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3rem;
  height: 5.625rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.cart-recomend__row {
  padding-right: 2.5rem;
  margin-top: 2rem;
  display: flex;
  padding-bottom: 1rem;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

.cart-recomend__row::-webkit-scrollbar {
  width: 8px;
  /* Ширина скроллбара */
}

.cart-recomend__row::-webkit-scrollbar-track {
  background: transparent;
  /* Цвет трека скроллбара */
}

.cart-recomend__row::-webkit-scrollbar-thumb {
  background: #888;
  /* Цвет ползунка скроллбара */
  border-radius: 4px;
  /* Скругление углов ползунка */
}

.cart-recomend__item {
  min-width: max-content;
  display: flex;
  gap: 0.75rem;
}

.cart-recomend__item-img {
  border-radius: 8px;
  min-width: 4.5rem;
  width: 4.5rem;
  height: 5.625rem;
}

.cart-recomend__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-recomend__item-title {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}

.cart-recomend__item-size {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #999;
}

.cart-recomend__item-col {
  position: relative;
}

.cart-recomend__item-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 5.875rem;
  height: 2rem;
  background: #f8ffc3;
  border: none;
}

.cart-pay {
  padding-top: 3.5rem;
}

.cart-pay__title {
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 83%;
  letter-spacing: -0.02em;
  color: #142802;
}

.cart-pay__text {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #666;
}

.cart-pay__options {
  margin-top: 1rem;
}

.cart-pay__options label {
  margin-bottom: 0.875rem;
  display: block;
  padding-left: 2.25rem;
  position: relative;
  flex-wrap: wrap;
  gap: 1px;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}

.cart-pay__options input {
  display: none;
  position: absolute;
  width: 100%;
  opacity: 0;
}

.cart-pay__options input:checked + .checkmarker::before {
  display: block;
}

.cart-pay__options span {
  margin-top: 0.25rem;
  display: inline-flex;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
  background: #f8ffc3;
  border-radius: 16px;
  padding: 0.375rem 8px;
  height: 1.3125rem;
}

.cart-pay__options .checkmarker {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 4px;
  border: 1px solid  #142802;
}

.cart-pay__options .checkmarker::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/icon/check-marker-green.svg) no-repeat;
  background-size: contain;
  display: none;
}

.cart-promo {
  margin-top: 3.5rem;
}

.cart-promo__title {
  margin-bottom: 1rem;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 83%;
  letter-spacing: -0.02em;
  color: #142802;
}

.cart-promo form {
  position: relative;
}

.cart-promo input {
  height: 3rem;
  width: 100%;
  border: 1px dashed #999;
  border-radius: 0.5rem;
  padding: 0.5rem 8px 8px 16px;
}

.cart-promo input::placeholder {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #999;
}

.cart-promo button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
}

.cart-total {
  margin-left: auto;
  position: sticky;
  top: 8.125rem;
  right: 0;
  border-radius: 16px;
  padding: 1rem;
  padding-top: 0;
  width: 25rem;
  background: #f3f7ee;
}

.cart-total__table {
  width: 100%;
}

.cart-total__table table {
  width: 100%;
}

.cart-total__table td {
  padding: 0.5rem 0;
  width: 50%;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}

.cart-total__table td i {
  font-style: normal;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: right;
  color: #808080;
}

.cart-total__table td:last-child {
  text-align: right;
}

.cart-total__summ {
  border-top: 0.50px solid #b3b3b3;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.cart-total__summ p {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #999;
}

.cart-total__summ-num {
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
}

.cart-total__btn {
  cursor: pointer;
  margin-top: 2rem;
  background: #142802;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.5rem;
  border: 1.50px solid #142802;
  border-radius: 0.5rem;
  padding: 0.6875rem 14px 15px;
  font-weight: 750;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #f3ff95;
}

@media (max-width: 62rem) {
  .cart-row {
    flex-wrap: wrap;
  }
  .cart-content {
    width: 100%;
  }
  .cart-total {
    margin-top: 3.75rem;
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 48rem) {
  .cart-total {
    border-radius: 8px;
    width: 100%;
  }
  .cart-row .title-page {
    display: none;
  }
  .cart-reset {
    position: absolute;
    top: 6.4375rem;
    right: 0.75rem;
  }
  .cart-product__item-row {
    gap: 0.75rem;
  }
  .cart-delivery {
    margin-top: 0;
  }
  .cart-row {
    margin-top: 1.5rem;
  }
  .cart-product {
    margin-top: 2rem;
  }
  .cart-options {
    margin-top: 2rem;
  }
  .cart-recomend {
    padding-top: 1.5rem;
  }
  .cart-pay {
    padding-top: 2rem;
  }
  .cart-promo {
    margin-top: 2rem;
  }
}

.app {
  position: relative;
  padding: 1.25rem;
  margin-top: 15rem;
  height: 43.0625rem;
  margin-bottom: 3.75rem;
  border-radius: 18px;
  background: #eef2e9;
}

.app-row {
  display: flex;
  height: 100%;
}

.app-title {
  font-weight: 750;
  font-size: 2rem;
  line-height: 88%;
  letter-spacing: -0.02em;
  color: #142802;
}

.app-text {
  margin-top: 0.375rem;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 114%;
  letter-spacing: -0.02em;
  color: #142802;
}

.app-btns {
  margin-top: 14.375rem;
  display: flex;
  gap: 0.5rem;
}

.app-btns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 117%;
  letter-spacing: -0.02em;
  color: #142802;
  border: 1.50px solid #467b31;
  border-radius: 0.5rem;
  padding: 0 0.9375rem;
  height: 2.75rem;
}

.app-img {
  position: absolute;
  right: 12.5rem;
  bottom: 0;
  width: 24rem;
}

.app-img img {
  width: 100%;
  height: auto;
}

.app-notice {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 110%;
  letter-spacing: -0.02em;
}

.app-notice a {
  color: rgba(20, 40, 2, 0.4);
}

@media (max-width: 62rem) {
  .app-img {
    position: static;
  }
}

@media (max-width: 48rem) {
  .app {
    margin-top: 5rem;
    height: auto;
    padding-bottom: 0;
  }
  .app-col {
    width: 100%;
  }
  .app-title {
    font-size: 20px;
    line-height: 100%;
    text-align: center;
  }
  .app-text {
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
    text-align: center;
  }
  .app-text br {
    display: none;
  }
  .app-img {
    margin-top: 3.875rem;
    margin-left: auto;
    margin-right: auto;
  }
  .app-row {
    flex-wrap: wrap;
  }
  .app-notice {
    display: none;
  }
  .app-btns {
    flex-wrap: wrap;
    padding: 0 3.125rem;
    margin-top: 1.625rem;
    justify-content: center;
  }
}

.modal-attention {
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.modal-attention.active {
  display: flex;
}

.modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  border-radius: 16px;
  padding: 32px 40px;
  width: 632px;
  height: auto;
  background: #f3ff95;
}

.modal-body__close {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
}

.modal-body p {
  font-weight: 400;
  font-size: 89px;
  line-height: 67%;
  letter-spacing: -0.02em;
  color: #ff7f08;
}

.modal-body p:last-child {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}

.modal-calc {
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.modal-calc.active .modal-calc__wrap {
  transform: translateX(0);
  transition: all linear .5s;
}

.modal-calc__wrap {
  padding: 1.25rem;
  padding-top: 1.875rem;
  position: absolute;
  width: 430px;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 16px 0 0 16px;
  box-shadow: -5px 4px 8px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  overflow-y: auto;
  transform: translateX(100%);
}

.modal-calc__title {
  margin-bottom: 3.5rem;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.modal-calc__close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  border-radius: 8px;
  width: 3rem;
  height: 3rem;
  background: #f3f7ee;
}

.modal-calc__form-block {
  margin-bottom: 2rem;
  overflow: hidden;
}

.modal-calc__form-block .title {
  margin-bottom: 1rem;
  font-weight: 750;
  font-size: 16px;
  line-height: 100%;
  color: #142802;
}

.modal-calc__form-block input {
  margin-bottom: 0.5rem;
  width: 100%;
  height: 2.5rem;
  border: 1px solid rgba(20, 40, 2, 0.3);
  border-radius: 8px;
  padding: 0.75rem 19px;
}

.modal-calc__form-block input:last-child {
  margin-bottom: 0;
}

.modal-calc__form-block input::placeholder {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
  opacity: .4;
}

.modal-calc__form-block .radio-container {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 18px;
  user-select: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #142802;
}

.modal-calc__form-block .radio-container:last-child {
  margin-bottom: 0;
}

.modal-calc__form-block .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.modal-calc__form-block .radio-checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1.5px solid #142802;
  /* Цвет контура */
  border-radius: 50%;
}

.modal-calc__form-block .radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #467b31;
  /* Основной зеленый цвет */
}

.modal-calc__form-block .radio-container input:checked ~ .radio-checkmark:after {
  display: block;
}

.modal-calc__form-block .radio-container input:checked ~ .radio-checkmark {
  border-color: #333;
}

.modal-calc__form-block .upload-text {
  margin-bottom: 0.75rem;
  height: 4rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #142802;
  border: 1px dashed rgba(20, 40, 2, 0.3);
}

.modal-calc__form-block .upload-button {
  margin-bottom: 0.75rem;
  width: 100%;
  height: 37px;
  border: 1px solid #142802;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 750;
  font-size: 1.125rem;
  line-height: 133%;
  letter-spacing: -0.02em;
  color: #142802;
  background: transparent;
}

.modal-calc__form-block .upload-hint {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 108%;
  letter-spacing: -0.02em;
  color: #142802;
}

.modal-calc__form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #142802;
  border: 1.50px solid #142802;
  border-radius: 8px;
  padding: 11px 14px 15px;
  width: 100%;
  height: 2.5rem;
  font-weight: 750;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #f3ff95;
}

.modal-callback {
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.modal-callback.active .modal-calc__wrap {
  transform: translateX(0);
  transition: all linear .5s;
}

.modal-callback__wrap {
  padding: 1.25rem;
  padding-top: 1.875rem;
  position: absolute;
  width: 430px;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 16px 0 0 16px;
  box-shadow: -5px 4px 8px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  overflow-y: auto;
}

.modal-callback__title {
  margin-bottom: 3.5rem;
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.modal-callback__close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  border-radius: 8px;
  width: 3rem;
  height: 3rem;
  background: #f3f7ee;
}

.modal-callback__text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 125%;
  color: #142802;
}

.modal-callback__form {
  height: 100%;
  margin-top: 2rem;
}

.modal-callback__form form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal-callback__form label {
  display: block;
  margin-bottom: 1rem;
  font-weight: 750;
  font-size: 1rem;
  line-height: 100%;
  color: #142802;
}

.modal-callback__form input {
  margin-bottom: 0.5rem;
  width: 100%;
  height: 2.5rem;
  border: 1px solid rgba(20, 40, 2, 0.3);
  border-radius: 8px;
  padding: 0.75rem 19px;
}

.modal-callback__form input:last-child {
  margin-bottom: 0;
}

.modal-callback__form input::placeholder {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
  opacity: .4;
}

.modal-callback__form .check-container {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  user-select: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #142802;
}

.modal-callback__form .check-container:last-child {
  margin-bottom: 0;
}

.modal-callback__form input {
  margin-bottom: 0;
}

.modal-callback__form label {
  margin-bottom: 0;
  padding-left: 2.1875rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 133%;
  color: rgba(20, 40, 2, 0.4);
}

.modal-callback__form label a {
  color: #142802;
}

.modal-callback__form label::before {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1.5px solid #142802;
  /* Цвет контура */
  border-radius: 4px;
}

.modal-callback__form .check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.modal-callback__form .check-checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1.5px solid #142802;
  /* Цвет контура */
  border-radius: 4px;
}

.modal-callback__form .check-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  width: 20px;
  height: 20px;
  background: url(../img/icon/check-marker-green.svg) no-repeat;
  /* Основной зеленый цвет */
}

.modal-callback__form .check-container input:checked ~ label:before {
  background: url(../img/icon/check-marker-green.svg) no-repeat;
}

.modal-info {
  display: none;
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.modal-info.active .modal-info__wrap {
  transform: translateX(0);
  transition: all linear .5s;
}

.modal-info__wrap {
  padding: 1.25rem;
  padding-top: 1.875rem;
  position: absolute;
  width: 430px;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 16px 0 0 16px;
  box-shadow: -5px 4px 8px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  overflow-y: auto;
  transform: translateX(100%);
}

.modal-info__title {
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.modal-info__close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  border-radius: 8px;
  width: 3rem;
  height: 3rem;
  background: #f3f7ee;
}

.modal-info__text {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 125%;
  color: #142802;
  opacity: .6;
}

.modal-info__slider {
  width: 17.6875rem;
  padding-bottom: 2rem;
}

.modal-info__slider-item {
  width: 100%;
  height: 21.5rem;
}

.modal-info__slider-item img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.modal-info__slider-wrap {
  display: flex;
  justify-content: center;
  margin-top: 7.5rem;
  position: relative;
}

.modal-info__slider-wrap .swiper-pagination {
  bottom: 0;
}

.modal-info__slider-wrap .swiper-button-next, .modal-info__slider-wrap .swiper-button-prev {
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f7ee;
  border-radius: 50%;
}

.modal-info__slider-wrap .swiper-button-next {
  right: 0;
}

.modal-info__slider-wrap .swiper-button-prev {
  left: 0;
}

.modal-info__btn {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.50px solid #142802;
  border-radius: 0.5rem;
  padding: 0.6875rem 14px 15px;
  width: calc(100% - 2rem);
  height: 2.5rem;
  background: #142802;
  font-weight: 750;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #f3ff95;
}

.modal-delete {
  display: none;
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.modal-delete__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  padding: 1rem;
  width: 26rem;
  background: #fff;
}

.modal-delete__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

.modal-delete__title {
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #142802;
}

.modal-delete__text {
  margin-top: 3rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 125%;
  color: #142802;
  opacity: .6;
}

.modal-delete__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  cursor: pointer;
  font-weight: 750;
  font-size: 1.25rem;
  line-height: 77%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #f3ff95;
  border: 1.50px solid #142802;
  border-radius: 8px;
  padding: 0.625rem 14px 14px;
  height: 2.5rem;
  background: #142802;
}

.modal-reviews {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 111;
  display: none;
}

.modal-reviews__wrap {
  gap: 1rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 24px;
  padding: 1rem;
  width: 42.9375rem;
  height: 26rem;
  background: #fff;
}

.modal-reviews__close {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3rem;
}

.modal-reviews__col {
  position: relative;
}

.modal-reviews__like {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 114%;
  color: #142802;
}

.modal-reviews__img {
  margin-left: 0;
  margin-right: 0;
  border-radius: 24px;
  min-width: 20.5rem;
  width: 20.5rem;
  height: 24rem;
}

.modal-reviews__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-reviews__img-mini {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.modal-reviews__img-mini .swiper-slide {
  width: 3rem !important;
  height: 3.375rem;
}

.modal-reviews__img-mini img {
  width: 100%;
  height: 100%;
}

.modal-reviews__top {
  position: relative;
  display: flex;
  gap: 0.75rem;
}

.modal-reviews__name {
  font-weight: 400;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #142802;
}

.modal-reviews__stars {
  margin-top: 0.25rem;
}

.modal-reviews__date {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #666;
}

.modal-reviews__text {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.modal-stock {
  display: none;
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.modal-stock.active .modal-stock__wrap {
  transform: translateX(0);
  transition: all linear .5s;
}

.modal-stock__wrap {
  padding: 1.25rem;
  padding-top: 1.875rem;
  position: absolute;
  width: 430px;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 16px 0 0 16px;
  box-shadow: -5px 4px 8px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  overflow-y: auto;
  transform: translateX(100%);
}

.modal-stock__title {
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.modal-stock__close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  border-radius: 8px;
  width: 3rem;
  height: 3rem;
  background: #f3f7ee;
}

.modal-stock__text {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 125%;
  color: #142802;
}

.modal-stock__form {
  margin-top: 2.5rem;
}

.modal-stock__form input {
  margin-bottom: 0.5rem;
  width: 100%;
  height: 2.5rem;
  border: 1px solid rgba(20, 40, 2, 0.3);
  border-radius: 8px;
  padding: 0.75rem 19px;
}

.modal-stock__form input:last-child {
  margin-bottom: 0;
}

.modal-stock__form input::placeholder {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
  opacity: .4;
}

.modal-form__btn {
  width: calc(100% - 2.5rem);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.50px solid #142802;
  border-radius: 8px;
  padding: 0.6875rem 14px 15px;
  height: 2.5rem;
  background: #142802;
  font-weight: 750;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #f3ff95;
}

.modal-form__footer p {
  position: absolute;
  bottom: 4.625rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 123%;
  letter-spacing: -0.02em;
  color: #142802;
}

.modal-form__footer a {
  color: rgba(20, 40, 2, 0.6);
}

.modal-product__about {
  display: none;
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.modal-product__about.active .modal-product__about-wrap {
  transform: translateX(0);
  transition: all linear .5s;
}

.modal-product__about-wrap {
  padding: 1.25rem;
  padding-top: 1.875rem;
  position: absolute;
  width: 430px;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 16px 0 0 16px;
  box-shadow: -5px 4px 8px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  overflow-y: auto;
  transform: translateX(100%);
}

.modal-product__about-title {
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.modal-product__about-close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  border-radius: 8px;
  width: 3rem;
  height: 3rem;
  background: #f3f7ee;
}

.modal-product__about-text {
  margin-top: 3rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 125%;
  color: #142802;
  opacity: 0.6;
}

.modal-product__about-text p {
  margin-bottom: 1.25rem;
}

.modal-product__about-text p:last-child {
  margin-bottom: 0;
}

.modal-company {
  display: none;
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.modal-company.active .modal-company__wrap {
  transform: translateX(0);
  transition: all linear .5s;
}

.modal-company__wrap {
  padding: 1.25rem;
  padding-top: 1.875rem;
  position: absolute;
  width: 430px;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 16px 0 0 16px;
  box-shadow: -5px 4px 8px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  overflow-y: auto;
  transform: translateX(100%);
}

.modal-company__wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6.6875rem;
  background: linear-gradient(360deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.modal-company__title {
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.modal-company__close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  border-radius: 8px;
  width: 3rem;
  height: 3rem;
  background: #f3f7ee;
}

.modal-company__text {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 125%;
  color: #142802;
}

.modal-company__text-wrap {
  height: calc(100vh - 8.75rem);
  overflow-y: auto;
  padding-bottom: 3.75rem;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

.modal-company__text-wrap::-webkit-scrollbar {
  width: 8px;
  /* Ширина скроллбара */
}

.modal-company__text-wrap::-webkit-scrollbar-track {
  background: transparent;
  /* Цвет трека скроллбара */
}

.modal-company__text-wrap::-webkit-scrollbar-thumb {
  background: #888;
  /* Цвет ползунка скроллбара */
  border-radius: 4px;
  /* Скругление углов ползунка */
}

.modal-company__video {
  margin-top: 3.625rem;
  margin-bottom: 4.75rem;
  width: 17.875rem;
  margin-left: auto;
  margin-right: auto;
}

.modal-company__video a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  width: 17.875rem;
  height: 11.0625rem;
  overflow: hidden;
}

.modal-company__video a img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-company__video a .play {
  position: relative;
  z-index: 1;
}

.modal-company__video p {
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 129%;
  color: #142802;
}

.modal-company__list {
  margin-bottom: 1rem;
  border-radius: 8px;
  padding: 1rem;
  background: #f3f7ee;
}

.modal-company__list p {
  font-family: "Roobert Trial";
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.6);
}

.modal-company__list p b {
  color: #000;
}

.modal-company__list ul {
  margin-top: 1rem;
  list-style: disc;
  margin-left: 0.9375rem;
}

.modal-company__list ul li {
  margin-bottom: 2px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.6);
}

.modal-company__list ul li:last-child {
  margin-bottom: 0;
}

.modal-posadka {
  display: none;
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.modal-posadka.active .modal-posadka__wrap {
  transform: translateX(0);
  transition: all linear .5s;
}

.modal-posadka__wrap {
  padding: 1.25rem;
  padding-top: 1.875rem;
  position: absolute;
  width: 430px;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 16px 0 0 16px;
  box-shadow: -5px 4px 8px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  overflow-y: auto;
  transform: translateX(100%);
}

.modal-posadka__wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6.6875rem;
  background: linear-gradient(360deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.modal-posadka__title {
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.modal-posadka__close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  border-radius: 8px;
  width: 3rem;
  height: 3rem;
  background: #f3f7ee;
}

.modal-posadka__text {
  margin-top: 3rem;
}

.modal-posadka__text p {
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 113%;
  letter-spacing: -0.02em;
  color: #142802;
}

.modal-posadka__text p:last-child {
  margin-bottom: 0;
}

.modal-posadka__text p small {
  margin-bottom: 0.375rem;
  display: block;
  font-size: 13px;
  line-height: 123%;
  opacity: .6;
}

.modal-posadka__text p b {
  font-weight: 750;
  font-size: 1rem;
  line-height: 100%;
}

.modal-photo {
  display: none;
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.modal-photo.active .modal-photo__wrap {
  transform: translateX(0);
  transition: all linear .5s;
}

.modal-photo__wrap {
  padding: 1.25rem;
  padding-top: 1.875rem;
  position: absolute;
  width: 430px;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 16px 0 0 16px;
  box-shadow: -5px 4px 8px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  overflow-y: auto;
  transform: translateX(100%);
}

.modal-photo__title {
  font-weight: 750;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
}

.modal-photo__close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  border-radius: 8px;
  width: 3rem;
  height: 3rem;
  background: #f3f7ee;
}

.modal-photo__form {
  margin-top: 3rem;
}

.modal-photo__form .input-wrap {
  margin-bottom: 2rem;
}

.modal-photo__form .input-wrap p {
  margin-top: 0.75rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 114%;
  color: #142802;
}

.modal-photo__form label {
  display: block;
  margin-bottom: 1rem;
  font-weight: 750;
  font-size: 1rem;
  line-height: 100%;
  color: #142802;
}

.modal-photo__form input {
  margin-bottom: 0.5rem;
  width: 100%;
  height: 2.5rem;
  border: 1px solid rgba(20, 40, 2, 0.3);
  border-radius: 8px;
  padding: 0.75rem 19px;
}

.modal-photo__form input:last-child {
  margin-bottom: 0;
}

.modal-photo__form input::placeholder {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #142802;
  opacity: .4;
}

.modal-photo__form textarea {
  width: 100%;
  height: 7.5rem;
  border: 1px solid rgba(20, 40, 2, 0.3);
  border-radius: 8px;
  padding: 0.75rem 19px;
  resize: none;
}

.modal-photo__form .input-file input {
  display: none;
}

.modal-photo__form .input-file label {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.50px solid #142802;
  border-radius: 0.5rem;
  width: 100%;
  height: 2.375rem;
  font-weight: 750;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #142802;
}

.modal-photo__form .preview-list {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.modal-photo__form .preview-item {
  position: relative;
  width: 6.875rem;
  height: 7.625rem;
}

.modal-photo__form .preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.modal-photo__form .remove-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #f3f7ee;
  border: none;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 48rem) {
  .modal-body p:last-child {
    font-size: 16px;
  }
  .modal-body {
    padding: 35px 20px;
  }
  .modal-calc__wrap {
    width: 100%;
  }
  .modal-info .modal-info__wrap {
    top: 4.375rem;
    width: 100%;
    transform: translateX(0);
    border-radius: 0;
  }
  .modal-info__slider-wrap {
    margin-top: 3.625rem;
  }
  .modal-info__slider {
    width: 14.4375rem;
  }
  .modal-info__slider-item {
    height: 16.6875rem;
  }
  .modal-info__btn {
    margin-top: 2rem;
    position: static;
    transform: unset;
    width: 100%;
  }
  .modal-delete__wrap {
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    transform: unset;
    border-radius: 0;
    border-radius: 16px 16px 0 0;
  }
  .modal-delete__text {
    margin-top: 2.25rem;
  }
  .modal-reviews__wrap {
    width: 96%;
    height: auto;
    flex-wrap: wrap;
  }
  .modal-reviews__img-mini {
    display: none;
  }
  .modal-reviews__col {
    order: 1;
  }
  .modal-reviews__img {
    order: 2;
    padding-bottom: 40px;
  }
  .modal-product__about-wrap {
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: 37.125rem;
    top: auto;
    bottom: 0;
    overflow-y: auto;
  }
  .modal-product__about .modal-form__btn {
    margin-top: 2.5rem;
    position: static;
    transform: unset;
    width: 100%;
  }
  .modal-company__wrap {
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: 37.125rem;
    top: auto;
    bottom: 0;
    overflow: visible;
  }
  .modal-company__video {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .modal-company__text-wrap {
    height: calc(100% - 5rem);
    padding-bottom: 2.5rem;
  }
  .modal-text__wrap {
    height: calc(100% - 5rem);
    padding-bottom: 2.5rem;
    overflow-y: auto;
  }
  .modal-posadka__wrap {
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: 30.5rem;
    top: auto;
    bottom: 0;
    overflow: visible;
  }
  .modal-photo__wrap {
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: 43.5rem;
    top: auto;
    bottom: 0;
    overflow: visible;
  }
}

.footer {
  padding-top: 5rem;
  padding-bottom: 1.25rem;
  background: #0b1601;
}

.footer-logo svg {
  width: 21.375rem;
  height: auto;
}

.footer-top {
  display: flex;
  padding: 5rem 0;
  border-bottom: 0.5px solid rgba(243, 255, 149, 0.4);
}

.footer-top .wrapper {
  display: flex;
  gap: 10.9375rem;
}

.footer-top__col {
  width: 10.9375rem;
  color: #f3ff95;
}

.footer-top__col:last-child {
  width: 17.875rem;
}

.footer-top__col-title {
  margin-bottom: 0.75rem;
  font-weight: 750;
  font-size: 1rem;
  line-height: 100%;
}

.footer-top__col a {
  margin-bottom: 0.25rem;
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #f3ff95;
}

.footer-top__col a:last-child {
  margin-bottom: 0;
}

.footer-top__newsletter {
  margin-top: 1.5rem;
}

.footer-top__newsletter input {
  margin-bottom: 0.5rem;
  display: block;
  border-radius: 8px;
  padding: 0.8125rem 19px 16px;
  width: 17.875rem;
  height: 2.5rem;
  background: #f8ffc3;
  border: none;
  font-weight: 500;
  font-size: 1rem;
  line-height: 125%;
  color: rgba(20, 40, 2, 0.8);
}

.footer-top__newsletter .input-check {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 123%;
  letter-spacing: -0.02em;
}

.footer-top__newsletter .input-check a {
  display: inline;
  color: rgba(243, 255, 149, 0.3);
  font-size: 0.8125rem;
  line-height: 123%;
}

.footer-top__newsletter .input-check input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.footer-top__newsletter .input-check input:checked + label::after {
  display: block;
}

.footer-top__newsletter .input-check label {
  position: relative;
}

.footer-top__newsletter .input-check label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -16px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  border: 1px solid #F3FF95;
}

.footer-top__newsletter .input-check label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: -16px;
  display: none;
  width: 12px;
  height: 12px;
  background: url(../img/icon/check-marker-green.svg) no-repeat;
  background-size: contain;
}

.footer-main {
  padding-top: 5rem;
  display: flex;
  justify-content: space-between;
}

.footer-main .wrapper {
  display: flex;
  justify-content: space-between;
}

.footer-col {
  display: flex;
}

.footer-nav {
  margin-right: 9.2rem;
  width: 13.125rem;
}

.footer-nav a {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 117%;
  letter-spacing: -0.02em;
  color: #f3ff95;
}

.footer-nav p {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 175%;
  letter-spacing: -0.02em;
  color: #f3ff95;
}

.footer-info {
  margin-left: auto;
  width: 21.5rem;
}

.footer-info p {
  font-weight: 750;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #f3ff95;
}

.footer-info ol {
  margin-top: 0.625rem;
  margin-left: 1.25rem;
  list-style: decimal;
}

.footer-info ol li {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #f3ff95;
}

.footer-info ol li span {
  color: rgba(243, 255, 149, 0.4);
}

.footer-info ol li:last-child {
  margin-bottom: 0;
}

.footer-bottom {
  margin-top: 12rem;
  display: flex;
  justify-content: space-between;
}

.footer-bottom .wrapper {
  display: flex;
  justify-content: space-between;
}

.footer-bottom__col {
  display: flex;
}

.footer-bottom__col a {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #f3ff95;
}

.footer-bottom__col a:first-child {
  margin-right: 9.6875rem;
  width: 13.125rem;
}

.footer-bottom__col a:last-child {
  width: 21.5rem;
}

.footer-copy {
  font-weight: 400;
  font-size: 1rem;
  line-height: 175%;
  letter-spacing: -0.02em;
  color: #f3ff95;
}

@media (max-width: 80rem) {
  .footer-top .wrapper {
    justify-content: space-between;
  }
}

@media (max-width: 62rem) {
  .footer {
    display: flex;
    flex-direction: column;
    padding-top: 3.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .footer-top {
    padding-top: 2rem;
    padding-bottom: 4rem;
    order: 2;
  }
  .footer-logo svg {
    width: 17.5rem;
    height: auto;
  }
  .footer-main {
    padding-top: 0;
    order: 1;
    gap: 2.5rem;
    flex-wrap: wrap;
  }
  .footer-info {
    display: none;
  }
  .footer-bottom {
    order: 3;
    margin-top: 1.75rem;
  }
  .footer-bottom__col a:first-child {
    width: auto;
    margin-right: 1.25rem;
  }
  .footer-bottom__col a:last-child {
    width: auto;
  }
  .footer-main .wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3.5rem;
    flex-wrap: wrap;
    gap: 3.5rem;
    border-bottom: 1px solid rgba(243, 255, 149, 0.4);
  }
  .footer-logo {
    width: 100%;
  }
  .footer-top .wrapper {
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap;
    gap: 2.25rem;
  }
  .footer-top__col {
    width: 100%;
  }
  .footer-top__col:last-child {
    padding-top: 2rem;
    width: 100%;
    border-top: 1px solid rgba(243, 255, 149, 0.4);
  }
  .footer-top__newsletter .input-check {
    padding-left: 1rem;
  }
  .footer-bottom .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 47.9375rem) {
  .footer {
    padding-top: 1.5rem 0;
    padding-bottom: 3.75rem;
  }
  .footer-logo svg {
    width: 12.75rem;
    height: auto;
  }
  .footer-main {
    gap: 3.5rem;
    flex-wrap: wrap;
  }
  .footer-bottom {
    margin-top: 1.5rem;
    flex-wrap: wrap;
    gap: 0.3125rem;
  }
  .footer-copy {
    margin-top: 0.3125rem;
    width: 100%;
    order: 2;
    color: rgba(243, 255, 149, 0.4);
  }
  .footer-bottom__col {
    flex-wrap: wrap;
    gap: 0.3125rem;
  }
  .footer-bottom__col a {
    width: 100% !important;
  }
  .footer-bottom__col a:first-child {
    width: auto;
    margin-right: 1.25rem;
  }
  .footer-bottom__col a:last-child {
    width: auto;
  }
  .footer-col {
    flex-wrap: wrap;
  }
  .footer-nav {
    padding-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
  .footer-info {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(243, 255, 149, 0.4);
  }
  .footer-bottom .wrapper {
    flex-wrap: wrap;
  }
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

input,
textarea,
button,
select {
  font-family: "Roobert Trial";
}

input::placeholder,
textarea::placeholder,
button::placeholder,
select::placeholder {
  opacity: 1;
  font-weight: 400;
  font-family: "Roobert Trial";
}

@media (max-width: 1280px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  padding-top: 8.25rem;
  font-family: "Roobert Trial";
  font-weight: 400;
  min-width: 360px;
  background: #fff;
}

body.hidden {
  width: 99vw;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 992px) {
  body {
    padding-top: 5.4375rem;
  }
}

body::-webkit-scrollbar {
  width: 8px;
  /* Ширина скроллбара */
}

body::-webkit-scrollbar-track {
  background: transparent;
  /* Цвет трека скроллбара */
}

body::-webkit-scrollbar-thumb {
  background: #888;
  /* Цвет ползунка скроллбара */
  border-radius: 4px;
  /* Скругление углов ползунка */
}
/*# sourceMappingURL=main.css.map */