@charset "UTF-8";
/* 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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

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

a {
  text-decoration: none;
}

input, button {
  -webkit-appearance: none !important;
  border-radius: 0;
  box-shadow: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

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

:root {
  --dark-green: #04575b;
  --green: #00a67e;
  --black: #202020;
  --grey: #889d9e;
  --light: #f4f7f8;
  --white: #fff;
  --stroke: #d8e4e4;
  --grey-text: #454b4b;
  --red: #e24646;
  --font-family: "Montserrat", sans-serif;
  --second-family: "Inter", sans-serif;
  --third-family: "Raleway", sans-serif;
  --font3: "Font Awesome 5 Free", sans-serif;
  --font4: "FuturaDemiC", sans-serif;
  --font5: "Onest", sans-serif;
  --font6: "Proxima Nova", sans-serif;
  --font7: "Roboto", sans-serif;
  --font8: "Gilroy", sans-serif;
}

/** {
  scrollbar-width: thin;
  scrollbar-color: var(--green) #F5F5F5;
}

*::-webkit-scrollbar-thumb {
  background: var(--green);
}

*::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

*::-webkit-scrollbar {
  width: 4px;
  background: var(--stroke);
}*/

html,
body {
  height: 100%;
}

body {
  background: var(--white);
  font-family: var(--font-family);
  font-weight: normal;
  font-style: normal;
}

.body-overlay::after {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(1, 46, 48, 0.7);
  display: block;
  top: 0;
  left: 0;
  z-index: 99;
}

.noscroll {
  overflow: hidden;
  touch-action: none;
}

* {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.wrapper.checkout-page {
  overflow: initial;
}

.main {
  flex: 1;
}

.container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .container {
    width: 100%;
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 22px;
  }
}
@media (max-width: 360px) {
  .container {
    padding: 0 12px;
  }
}

strong {
  font-weight: 600;
}

.btn {
  background: var(--dark-green);
  border-radius: 5px;
  padding: 7px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: var(--white);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.23s;
  gap: 5px;
  border: none;
}
.btn:hover {
  background-color: #026268;
}
.btn.btn-light-green {
  background: var(--green);
}
.btn.btn-light-green:hover {
  background-color: #03b58b;
}

.btn-light {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: var(--dark-green);
  border: 1px solid var(--dark-green);
  border-radius: 5px;
  padding: 9px 19px;
  transition: 0.23s;
  text-align: center;
  gap: 5px;
}
.btn-light svg {
  transition: 0.23s;
}
.btn-light:hover {
  background-color: var(--dark-green);
  color: #fff;
}
.btn-light:hover svg {
  color: #fff;
}

.top-sc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  color: var(--black);
}

.btns-nav {
  display: flex;
  gap: 10px;
}
.btns-nav .btn, .btns-nav .btn-light {
  min-width: 140px;
}
.btns-nav .btn-light:hover {
  background-color: var(--green);
  border-color: var(--green);
}

.sl-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--grey);
  width: 35px;
  height: 35px;
  transition: 0.23s;
  background-color: transparent;
}
.sl-btn svg {
  transition: 0.23s;
  color: var(--grey);
}
.sl-btn:hover {
  border-color: var(--green);
}
.sl-btn:hover svg {
  color: var(--green);
}
.sl-btn:hover svg path {
  fill: var(--green);
}

.pagination {
  width: auto;
}
.pagination .swiper-pagination-bullet {
  background: var(--grey);
  width: 12px;
  height: 4px;
  border-radius: 0;
  opacity: 1;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,2px) !important;
}
.pagination .swiper-pagination-bullet-active {
  background: var(--green);
}

.breadcrumb-nav .breadcrumb {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 10px;
}
.breadcrumb-nav .breadcrumb-item {
  display: flex;
  gap: 6px;
  align-items: center;
}
.breadcrumb-nav .breadcrumb-item a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 83%;
  color: var(--grey);
  transition: 0.23s;
}
.breadcrumb-nav .breadcrumb-item a svg {
  transition: 0.23s;
  color: #889D9E;
}
.breadcrumb-nav .breadcrumb-item a:hover {
  color: var(--green);
}
.breadcrumb-nav .breadcrumb-item a:hover svg {
  color: var(--green);
}
.breadcrumb-nav .breadcrumb-item::after {
  content: "/";
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 83%;
  color: var(--grey);
  position: relative;
  display: flex;
}
.breadcrumb-nav .breadcrumb-item.active {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 83%;
  color: var(--green);
}
.breadcrumb-nav .breadcrumb-item.active::after {
  display: none;
}
@media (max-width: 1024px) {
  .breadcrumb-nav {
    width: 100vw;
  }
  .breadcrumb-nav .container {
    padding: 0;
  }
  .breadcrumb-nav .breadcrumb {
    flex-wrap: nowrap;
    overflow: auto;
    padding-left: 35px;
    padding-right: 35px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrumb-nav .breadcrumb::-webkit-scrollbar {
    width: 0;
    display: none;
  }
  .breadcrumb-nav .breadcrumb {
    overflow: -moz-scrollbars-none;
  }
  .breadcrumb-nav .breadcrumb-item,
  .breadcrumb-nav .breadcrumb-item a {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .breadcrumb-nav .breadcrumb {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.page-wrap {
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .page-wrap {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .page-wrap {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .page-wrap-404 {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .page-wrap-about {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .page-wrap-thanks {
    padding-bottom: 0;
  }
}

.page-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 45px;
  line-height: 111%;
  color: var(--black);
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .page-title {
    font-size: 30px;
    line-height: 120%;
  }
}

.page-title-v2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  color: var(--black);
}
@media (max-width: 767px) {
  .page-title-v2 {
    font-size: 20px;
    line-height: 130%;
  }
}

.top-section__content {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
  display: grid;
  gap: 15px;
}
@media (max-width: 1024px) {
  .top-section__content {
    font-size: 16px;
    line-height: 125%;
  }
}
.top-section.top-section-flex .container {
  display: flex;
  gap: 50px;
}
.top-section.top-section-flex .page-title {
  min-width: 630px;
  max-width: 630px;
}
.top-section.top-section-flex__content {
  width: 100%;
}
@media (max-width: 1400px) {
  .top-section.top-section-flex .page-title {
    min-width: 450px;
    max-width: 450px;
  }
}
@media (max-width: 1024px) {
  .top-section.top-section-flex .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
}

.title2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .title2 {
    font-size: 24px;
    line-height: 108%;
  }
}

.title3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  color: var(--black);
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .title3 {
    font-size: 24px;
    line-height: 108%;
  }
}

.align-center {
  align-items: center;
}

.notic {
  display: flex;
  align-items: center;
  gap: 31px;
  border-radius: 10px;
  background: #dceaea;
  padding: 32px 40px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--dark-green);
}
.notic svg {
  min-width: 45px;
  max-width: 45px;
}
@media (max-width: 1024px) {
  .notic {
    padding: 20px 50px 20px 18px;
    gap: 15px;
    font-size: 16px;
    line-height: 125%;
  }
}
@media (max-width: 767px) {
  .notic {
    padding: 20px 18px;
  }
}

.form-group-wrap {
  display: flex;
  gap: 10px;
}
.form-group-wrap .form-group {
  width: 50%;
}

.form-group input,
.form-group textarea {
  width: 100%;
  background: var(--white);
  border: 1px solid #dceaea;
  border-radius: 5px;
  padding: 15px 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: var(--black);
  transition: 0.23s;
}
.form-group input.error,
.form-group textarea.error {
  border-color: red;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--grey);
}
.form-group input:hover,
.form-group textarea:hover {
  border: 1px solid var(--green);
}
.form-group input:focus,
.form-group textarea:focus {
  border: 1px solid var(--dark-green);
}
.form-group textarea {
  height: 80px;
  resize: none;
}

.btn-submit {
  font-size: 15px;
  line-height: 120%;
  padding: 15px 32px;
  margin-top: 10px;
}

.checkboxV1 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.checkboxV1__chk {
  display: flex;
  margin-top: 2px;
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  border: 1px solid var(--green);
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.checkboxV1__chk::after {
  display: block;
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.85 6.0125L0 3.1625L0.7125 2.45L2.85 4.5875L7.4375 0L8.15 0.7125L2.85 6.0125Z' fill='%2300A67E' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 8px;
  height: 6px;
  opacity: 0;
}
.checkboxV1 p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  text-align: left;
  color: var(--grey);
}
.checkboxV1 p a {
  color: var(--dark-green);
}
.checkboxV1 p a:hover {
  text-decoration: underline;
}
.checkboxV1 input:checked + .checkboxV1__chk::after {
  opacity: 1;
}

.share-section {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font7);
  font-weight: 400;
  font-size: 16px;
  line-height: 113%;
  color: var(--grey-text);
}
.share-section__list {
  display: flex;
  align-items: center;
  gap: 5px;
}
.share-section__list a {
  display: flex;
  transition: 0.23s;
}
.share-section__list button {
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  cursor: pointer;
  transition: 0.23s;
}
.share-section__list a:hover,
.share-section__list button:hover {
  transform: scale(1.05);
}
.toc {
  background: var(--light);
  border-radius: 10px;
  padding: 35px;
}
.toc__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: var(--black);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--grey);
  display: flex;
  justify-content: space-between;
  transition: 0.23s;
}
.toc__title.hide {
  padding-bottom: 0;
  border-bottom: 0;
}
.toc__title > button {
  width: 46px;
  height: 46px;
  border: 0;
  padding: 0;
  background: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toc__title > button::after {
  width: 46px;
  height: 46px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='24' viewBox='0 0 22 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.875 5.40889L7.76445 4.49951L15.125 11.9995L7.76445 19.4995L6.875 18.5948L13.3418 11.9995L6.875 5.40889Z' fill='%23202020' /%3E%3C/svg%3E");
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  transition: 0.23s;
  rotate: 90deg;
}

.toc__title.hide > button::after {
  rotate: 270deg;
}
.toc__list {
  padding-top: 20px;
  list-style: none;
  counter-reset: toc-counter;
  display: grid;
  gap: 20px;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}
.toc__list.hide {
  padding-top: 0;
}
.toc__list ul {
  display: grid;
  gap: 10px;
  padding-top: 10px;
}
.toc__list li {
  position: relative;
  padding-left: 17px;
}
.toc__list li::before {
  position: absolute;
  content: "";
  left: 1px;
  top: 9px;
  display: block;
  width: 5px;
  height: 5px;
  background-color: var(--green);
  border-radius: 20px;
}
.toc__list li a:hover {
  color: var(--green) !important;
}
.toc .toc-item {
  position: relative;
  padding-left: 28px;
  counter-increment: toc-counter;
}
.toc .toc-item::before {
  position: absolute;
  content: counter(toc-counter) ".";
  left: 1px;
  top: 0;
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #010101;
}
.toc .toc-item a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #010101;
}
.toc .toc-item:hover::before {
  color: var(--green);
}
.toc .toc-item:hover ul li a {
  color: #010101;
}
.toc .toc-item:hover a {
  color: var(--green);
}
@media (max-width: 1024px) {
  .toc {
    padding: 20px;
  }
  .toc__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .toc__title {
    padding-bottom: 0;
    border-bottom: none;
    font-size: 24px;
    line-height: 108%;
    width: 100%;
  }
  .toc__title > button {
    width: 29px;
    height: 29px;
  }
  .toc__list {
    gap: 15px;
  }
  .toc .toc-item {
    padding-left: 22px;
  }
  .toc .toc-item a {
    font-size: 16px;
    line-height: 24px;
  }
  .toc .toc-item::before {
    font-size: 16px;
  }
}

.toc-desktop .toc-item-dropdowm ul,
.toc-mobile .toc-item-dropdowm ul {
  display: none;
}
.toc-desktop .toc-item-dropdowm .toc-item__main,
.toc-mobile .toc-item-dropdowm .toc-item__main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 32px;
}
.toc-desktop .toc-item-dropdowm button,
.toc-mobile .toc-item-dropdowm button {
  position: absolute;
  right: 0;
  top: 3px;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='24' viewBox='0 0 22 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.875 5.40889L7.76445 4.49951L15.125 11.9995L7.76445 19.4995L6.875 18.5948L13.3418 11.9995L6.875 5.40889Z' fill='%23202020' /%3E%3C/svg%3E");
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  border: 0;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .toc-desktop .toc-item-dropdowm button,
  .toc-mobile .toc-item-dropdowm button {
    top: 0px;
  }
}
.toc-desktop .toc-item-dropdowm :hover button,
.toc-mobile .toc-item-dropdowm :hover button {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='24' viewBox='0 0 22 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.875 5.40889L7.76445 4.49951L15.125 11.9995L7.76445 19.4995L6.875 18.5948L13.3418 11.9995L6.875 5.40889Z' fill='%2300A67E' /%3E%3C/svg%3E");
}
.toc-desktop .toc-item-dropdowm.active ul,
.toc-mobile .toc-item-dropdowm.active ul {
  display: grid;
}
.toc-desktop .toc-item-dropdowm.active button,
.toc-mobile .toc-item-dropdowm.active button {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='24' viewBox='0 0 22 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.875 5.40889L7.76445 4.49951L15.125 11.9995L7.76445 19.4995L6.875 18.5948L13.3418 11.9995L6.875 5.40889Z' fill='%2300A67E' /%3E%3C/svg%3E");
  transform: rotate(90deg);
}

.toc-mobile {
  margin-top: 15px;
  display: none;
}
.toc-mobile .toc__top {
  position: relative;
}
/*.toc-mobile .toc__top::after {
  display: block;
  content: "";
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5906 6.875L19.5 7.76445L12 15.125L4.5 7.76445L5.40469 6.875L12 13.3418L18.5906 6.875Z' fill='%23202020' /%3E%3C/svg%3E");
}*/
.toc-mobile .toc__list {
  display: none;
}
@media (max-width: 1024px) {
  .toc-mobile .toc__list {
    display: grid;
  }
}
/*.toc-mobile.active .toc__top:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5906 15.125L19.5 14.2355L12 6.875L4.5 14.2355L5.40469 15.125L12 8.6582L18.5906 15.125Z' fill='%2300A67E' /%3E%3C/svg%3E");
}*/
.toc-mobile.active .toc__list {
  display: grid;
}
@media (max-width: 1024px) {
  .toc-mobile {
    display: block;
  }
}

.publication-itemV2__image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
  height: 224px;
  display: flex;
}
.publication-itemV2__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  transition: 0.6s;
}
.publication-itemV2__date {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: var(--grey);
  margin-bottom: 8px;
}
.publication-itemV2__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: var(--black);
  transition: 0.23s;
}
.publication-itemV2:hover .publication-itemV2__image img {
  transform: scale(1.2);
}
.publication-itemV2:hover .publication-itemV2__text {
  color: var(--green);
}

.checkbox {
  cursor: pointer;
}
.checkbox input:checked + .checkbox__main .checkbox__checkbox {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2300A67E' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
  border-color: var(--green);
}
.checkbox__main {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.checkbox__checkbox {
  background: var(--white);
  border: 0.5px solid var(--stroke);
  border-radius: 1px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  margin-bottom: -2px;
  display: flex;
  background-position: center;
  background-size: 14px;
  background-repeat: no-repeat;
}
.checkbox span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--grey-text);
  transition: 0.23s;
}
.checkbox span > a {
  color: var(--grey-text);
}
.checkbox span > a:hover {
  color: var(--green);
}
.checkbox:hover .checkbox__main span {
  color: var(--green);
}

.cat-view {
  display: flex;
  gap: 14px;
}
.cat-view .cat-view-item {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.cat-view .cat-view-item svg {
  transition: 0.23s;
  color: var(--grey);
  vertical-align: top;
}
.cat-view .cat-view-item:hover svg, .cat-view .cat-view-item.active svg {
  color: var(--green);
}

.product-card {
  background: var(--white);
  border: 1px solid var(--stroke);
  border-radius: 5px;
}
.product-card:hover {
  box-shadow: 0 4px 15px 0 rgba(141, 210, 193, 0.5);
  background: var(--white);
  border: 1px solid var(--green);
}
.product-card.product-status-no .product-card__top,
.product-card.product-status-no .product-card__bottom .prc-main-box,
.product-card.product-status-no .product-card__bottom .product-card__details > * {
  opacity: 0.4;
}
.product-card .product-card-save {
  cursor: pointer;
  display: flex;
  padding: 0px;
  align-items: center;
  justify-content: center;
  border: none;
  background: var(--light);
  border-radius: 2px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.category-page .category-page-content .list .product-card .product-card-save {
  right: initial;
  left: 0;
}
.product-card .product-card-save svg {
  color: #889D9E;
  transition: 0.23s;
}
.product-card .product-card-save.active svg, .product-card .product-card-save:hover svg {
  color: var(--green);
}
.product-card__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 17px;
  height: 100%;
}
.category-page .category-page-content .list .cat-table__list .product-card__wrap:not(.simple) {
  flex-direction: row;
  display: none;
}
.category-page .category-page-content .cat-view-item-box:not(.list) .catl-prod {
  display: none;
}
.product-card__top {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.category-page .category-page-content .list .cat-table__list .product-card__wrap .product-card__top {
  display: grid;
  grid-template-columns: 130px auto;
}
.product-card__bottom {
  margin-top: 13px;
  width: 100%;
}
.category-page .category-page-content .list .product-card__bottom {
  margin-top: 0;
}
.product-card__image {
  width: 100%;
  height: 296px;
  position: relative;
  margin-bottom: 15px;
}
.category-page .category-page-content .list .cat-table__list .product-card__wrap .product-card__image {
  grid-row-start: 1;
  grid-row-end: 3;
  height: 130px;
}
.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .product-card__image {
    height: 350px;
  }
}
@media (max-width: 576px) {
  .product-card__image {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .product-card__image {
    height: 290px;
  }
}
.product-card__rate {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.product-card__rate div {
  display: flex;
  gap: 1px;
}
.product-card__rate div img {
  width: 14px;
  height: 13px;
}
.product-card__rate span {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  color: var(--green);
}
.product-card__title {
  display: inline-flex;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 113%;
  color: var(--black);
  margin-bottom: 8px;
  margin-top: auto;
}
.product-card__title:hover {
  text-decoration: underline;
}
.product-card .availability {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
}
.product-card .availability img {
  min-width: 17px;
  max-width: 17px;
}
.product-card .availability--yes {
  color: var(--green);
}
.product-card .availability--no {
  color: var(--red);
}
.product-card .availability--other {
  color: var(--grey);
}
.product-card .prc-main-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.product-card .prc-main-box .prc-box__top {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 4px;
}
.product-card .prc-main-box .prc-box .prc-old {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  color: var(--grey);
  position: relative;
}
.product-card .prc-main-box .prc-box .prc-old::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--grey);
  left: 0;
  top: 50%;
}
.product-card .prc-main-box .prc-box .prc-discount {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 11px;
  color: var(--white);
  background: var(--red);
  border-radius: 2px;
  padding: 1px 4px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.product-card .prc-main-box .prc-box .price {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 90%;
  color: var(--black);
}
.product-card .prc-main-box .prc-box .price.price-discount {
  color: var(--red);
}
.product-card .btn-add {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #04575B;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  border: none;
  transition: 0.23s;
}
.product-card .btn-add:hover {
  background: #04666b;
}
.product-card__details {
  display: none;
}
.product-card__details .prod-details {
  margin-top: 15px;
  display: grid;
  gap: 5px;
}
.product-card__details .prod-details__item {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--grey-text);
  position: relative;
  overflow: hidden;
  gap: 6px;
  /*align-items: flex-end;*/
}
.product-card__details .prod-details__item span {
  background-color: #fff;
  position: relative;
  z-index: 2;
  font-size: 13px;
}
.product-card__details .prod-details__item span:nth-child(1) {
  padding-right: 3px;
  max-width: 49%;
  word-break: break-all;
  width: 100%;
  flex-shrink: 0;
}
.product-card__details .prod-details__item span:nth-child(2) {
  padding-left: 4px;
  width: 100%;
}
.product-card__details .prod-details__item::before {
  content: "......................................................................................................................................................................................................................................";
  position: absolute;
  white-space: nowrap;
  width: 100%;
  left: 0;
  bottom: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--grey-text);
  display: none;
}
.product-card__details .prod-details-link {
  display: inline-flex;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  text-decoration: underline;
  color: var(--dark-green);
  margin-top: 10px;
}
.product-card__details .prod-details-link:hover {
  text-decoration: none;
}
.product-card:hover .product-card__details {
  display: block;
}
.product-card.product-card--hover-details {
  position: relative;
  z-index: 1;
}
.product-card.product-card--hover-details .product-card__bottom {
  position: relative;
}
.product-card.product-card--hover-details .product-card__details {
  display: block;
  position: absolute;
  left: -18px;
  right: -15px;
  top: calc(100% + 8px);
  width: calc(100% + 36px);
  padding: 0 17px 20px 17px;
  background: var(--white);
  border: 1px solid var(--green);
  border-top: none;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 8px 15px -5px rgba(141, 210, 193, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 4;
}
.category-page .category-page-content .list .product-card.product-card--hover-details .product-card__details {
  position: relative;
  left: initial;
  right: initial;
  top: initial;
  border: 0px solid var(--green);
  padding: 0 0;
  box-shadow: none;
  width: 100%;

}
@media (max-width: 767px) {
  .product-card.product-card--hover-details .product-card__details {
    width: 100%;
  }
}
.product-card.product-card--hover-details:hover,
.category-page .category-page-content .list .product-card.product-card--hover-details {
  z-index: 6;
}
.product-card.product-card--hover-details:hover .product-card__details,
.category-page .category-page-content .list .product-card.product-card--hover-details .product-card__details {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .product-card.product-card--hover-details .product-card__details {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 9px;
}
.pagination.swiper-pagination-bullets {
  gap: 4px;
}
.pagination li {
  border: 1px solid var(--stroke);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.23s;
}
.pagination li svg {
  transition: 0.23s;
}
.pagination li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: var(--grey);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.pagination li.active {
  background: var(--green);
  border-color: var(--green);
  border-radius: 2px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
}
.pagination li.active a {
  color: var(--white);
}
.pagination li:hover {
  border-color: var(--green);
}
.pagination li:hover a {
  color: var(--green);
}
.pagination li:hover svg {
  color: var(--green);
}
.pagination .pagination-next {
  transform: rotate(180deg);
}

.select {
  position: relative;
}
.select .select-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--grey);
  padding: 8px 10px;
  border: 1px solid var(--stroke);
  border-radius: 2px;
  background: var(--white);
  cursor: pointer;
}
.select .select-main:after {
  position: relative;
  content: "";
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.943 5.625L14.625 6.35273L9 12.375L3.375 6.35273L4.05352 5.625L9 10.916L13.943 5.625Z' fill='%23889D9E' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.select .select-list {
  border: 1px solid var(--stroke);
  border-radius: 2px;
  background: var(--white);
  position: absolute;
  top: calc(100% + 4px);
  width: 100%;
  display: none;
  z-index: 4;
}
.select .select-item {
  border-bottom: 1px solid var(--stroke);
  cursor: pointer;
}
.select .select-item:last-child {
  border-bottom: none;
}
.select .select-item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--black);
  padding: 6px 10px;
  transition: 0.23s;
}
.select .select-item:hover {
  background-color: rgba(216, 228, 228, 0.4431372549);
}
.select.active .select-main::after {
  transform: rotate(180deg);
}
.select.active .select-list {
  display: block;
}

.prod-counter {
  display: flex;
  justify-content: space-between;
  width: 79px;
  height: 48px;
  align-items: center;
  background: var(--light);
  border-radius: 5px;
  padding: 10px;
}
.prod-counter button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  width: 14px;
  height: 14px;
  background: transparent;
  transition: 0.23s;
  color: #889D9E;
}
.prod-counter button svg {
  transition: 0.23s;
}
.prod-counter button:hover svg {
  color: #202020;
}
.prod-counter input {
  width: 35px;
  display: flex;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  text-align: center;
  color: var(--black);
  border: none;
  background-color: transparent;
}

input[type="number"] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield !important;
}

.btnv02 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green);
  border-radius: 5px;
  padding: 16px 20px;
  min-width: 242px;
  height: 50px;
  transition: 0.23s;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  color: var(--green);
  background-color: transparent;
  cursor: pointer;
}
.btnv02:hover {
  background-color: var(--green);
  color: #fff;
}

.btnv03 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green);
  border-radius: 5px;
  padding: 16px 20px;
  min-width: 213px;
  height: 50px;
  transition: 0.23s;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  color: var(--white);
  background: var(--green);
  cursor: pointer;
}
.btnv03:hover {
  background-color: #06b68d;
  color: #fff;
}

.selectv2 {
  position: relative;
}
.selectv2 .selectv2-main {
  position: relative;
  cursor: pointer;
  display: flex;
}
.selectv2 .selectv2-main input {
  padding-right: 36px;
}
.selectv2 .selectv2-main textarea {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  border: 1px solid var(--stroke);
  border-radius: 5px;
  width: 100%;
  resize: none;
  height: 50px;
  padding: 15px 19px;
  display: flex;
}
.selectv2 .selectv2-main textarea::placeholder {
  color: var(--grey-text);
}
.selectv2 .selectv2-main::after {
  position: absolute;
  content: "";
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  right: 16px;
  top: calc(50% - 9px);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4772 5.625L16.2344 6.35273L9.98988 12.375L3.74539 6.35273L4.49863 5.625L9.98988 10.916L15.4772 5.625Z' fill='%23889D9E' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.selectv2 .selectv2-list {
  position: absolute;
  top: calc(100% + 10px);
  border: 1px solid var(--stroke);
  border-radius: 5px;
  z-index: 5;
  background-color: #fff;
  width: 100%;
  padding: 16px 8px 16px 8px;
  display: none;
}
.selectv2 .selectv2-list__wrap {
  max-height: 200px;
  overflow: auto;
  padding-right: 10px;
}
/*.selectv2 .selectv2-list__wrap::-webkit-scrollbar-track {
  background: var(--stroke);
}
.selectv2 .selectv2-list__wrap::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: var(--stroke);
}
.selectv2 .selectv2-list__wrap::-webkit-scrollbar-thumb {
  background: var(--green);
}*/
.selectv2 .selectv2-list__wrap {
  scrollbar-width: thin;
  scrollbar-color: var(--green) #F5F5F5;
}

.selectv2 .selectv2-list__wrap::-webkit-scrollbar-thumb {
  background: var(--green);
}

.selectv2 .selectv2-list__wrap::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.selectv2 .selectv2-list__wrap::-webkit-scrollbar {
  width: 4px;
  background: var(--stroke);
}
.selectv2 .selectv2-list .selectv2-item {
  border-bottom: 1px solid var(--stroke);
  padding: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  cursor: pointer;
}
.selectv2 .selectv2-list .selectv2-item:last-child {
  border-bottom: none;
}
.selectv2 .selectv2-list .selectv2-item:hover {
  background: var(--light);
}
.selectv2 .selectv2-list .selectv2-item.active {
  background: var(--light);
}
.selectv2.active .selectv2-list {
  display: block;
}
.selectv2.active .selectv2-main::after {
  transform: rotate(180deg);
}

.roptions-item {
  display: flex;
  gap: 13px;
}
.roptions-item input:checked + .roptions-item__indic {
  border-color: var(--green);
}
.roptions-item input:checked + .roptions-item__indic::after {
  opacity: 1;
}
.roptions-item__indic {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  border: 1px solid var(--stroke);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
}
.roptions-item__indic:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: var(--green);
  display: block;
  opacity: 0;
}
.roptions-item__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: var(--black);
}
.roptions-item__content span {
  display: flex;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: var(--grey);
  margin-top: 5px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.menu-lock {
  overflow: hidden;
  touch-action: none;
}

.header {
  position: relative;
  z-index: 100;
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
}
.header .header-desktop {
  border-bottom: 1px solid var(--stroke);
}
@media (max-width: 1024px) {
  .header .header-desktop {
    display: none;
  }
}
.header .header-logo {
  min-width: 120px;
  max-width: 200px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .header-logo img {
  width: 100%;
}
@media (max-width: 1260px) {
  .header .header-logo img {
    max-width: 150px;
  }
}
.header .h-contact {
  display: flex;
  align-items: flex-end;
}
.header .h-tels {
  display: flex;
  gap: 28px;
}
@media (max-width: 1260px) {
  .header .h-tels {
    gap: 16px;
  }
}
.header .h-tel {
  position: relative;
  padding-left: 24px;
}
.header .h-tel span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: var(--grey);
  margin-bottom: 2px;
  display: flex;
}
.header .h-tel__icon {
  position: absolute;
  left: 0;
  bottom: -4px;
}
.header .h-tel__wrap {
  display: flex;
  position: relative;
}
.header .h-tel a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: var(--black);
  transition: 0.23s;
}
.header .h-tel a:hover {
  color: var(--green);
}
.header .h-tel-haslist .h-tel__wrap {
  padding-right: 23px;
}
.header .h-tel-haslist__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .h-tel-haslist__arrow svg {
  transition: 0.23s;
}
.header .h-tel-haslist__arrow.active svg {
  transform: rotate(180deg);
}
.header .h-tel-list {
  position: absolute;
  z-index: 5;
  top: 59px;
  right: 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: var(--white);
  border-top: 1px solid var(--stroke);
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  display: none;
  transition: 0.23s;
}
.header .h-tel-list a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 167%;
  color: var(--grey-text);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  transition: 0.23s;
}
.header .h-tel-list a:hover {
  background: var(--light);
  color: var(--green);
}
@media (max-width: 1260px) {
  .header .h-tel-list {
    top: 52px;
  }
}
.header .h-tel-list.active {
  display: block;
}
.header .h-social {
  display: flex;
  gap: 10px;
  margin-left: 12px;
}
@media (max-width: 1260px) {
  .header .h-social {
    display: none;
  }
}
.header .lang {
  position: relative;
}
.header .lang .lang-main {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .lang .lang-main__value {
  margin-left: 10px;
  margin-right: 8px;
}
.header .lang .lang-main__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.23s;
}
.header .lang .lang-main.active .lang-main__arrow {
  transform: rotate(180deg);
}
.header .lang .lang-list {
  position: absolute;
  z-index: 5;
  top: 49px;
  right: 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: var(--white);
  border-top: 1px solid var(--stroke);
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  display: none;
}
.header .lang .lang-list a,
.header .lang .lang-list span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 214%;
  color: var(--grey-text);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  transition: 0.23s;
  cursor: pointer;
}
.header .lang .lang-list a:hover,
.header .lang .lang-list span:hover {
  background: var(--light);
  color: var(--green);
}
.header .lang .lang-list a.active,
.header .lang .lang-list span.active {
  background: var(--light);
  color: var(--green);
}
@media (max-width: 1260px) {
  .header .lang .lang-list {
    top: 42px;
  }
}
.header .lang .lang-main.active + .lang-list {
  display: block;
}
.header .header-top {
  padding: 13px 0;
  border-bottom: 1px solid var(--stroke);
}
.header .header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-top__box {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header .header-top .h-worktime {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: var(--black);
  display: grid;
  gap: 2px;
}
.header .header-top .h-worktime span {
  font-weight: 400;
}
.header .header-top .h-worktime__item {
  display: flex;
  gap: 6px;
}
.header .header-top .h-contact-us {
  padding: 9px 23px;
}
@media (max-width: 1260px) {
  .header .header-top__box {
    gap: 16px;
  }
  .header .header-top .h-contact-us {
    padding: 9px 12px;
  }
}
.header .h-ctalog-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--dark-green);
  padding: 10px;
  width: 211px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  color: var(--white);
  border-radius: 5px;
  cursor: pointer;
  transition: 0.23s;
}
.header .h-ctalog-btn:hover {
  background-color: #026268;
}
.header .h-search {
  width: 100%;
  max-width: 483px;
}
.header .h-search .h-search-btn {
  display: flex;
  position: absolute;
  right: 13px;
  width: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
  padding: 0;
  z-index: 2;
}
.header .h-search .h-search-btn svg {
  width: 100%;
  height: 100%;
}
.header .h-search .h-search-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: var(--light);
  border-radius: 5px;
  width: 100%;
  height: 45px;
  padding-right: 40px;
  padding-left: 17px;
}
.header .h-search input {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
}
.header .h-search input::placeholder {
  color: var(--grey);
}
.header .h-desktop-menu {
  margin-left: 37px;
}
.header .h-desktop-menu ul {
  display: flex;
  gap: 45px;
}
.header .h-desktop-menu ul li {
  display: flex;
  align-items: center;
}
.header .h-desktop-menu ul li a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  color: var(--black);
  transition: 0.23s;
  white-space: nowrap;
}
.header .h-desktop-menu ul li a:hover {
  color: var(--green);
}
@media (max-width: 1260px) {
  .header .h-desktop-menu {
    margin-left: 24px;
  }
  .header .h-desktop-menu ul {
    gap: 24px;
  }
}
.header .has-dropdown {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  position: relative;
}
.header .has-dropdown::after {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.943 5.625L14.625 6.35273L9 12.375L3.375 6.35273L4.05352 5.625L9 10.916L13.943 5.625Z' fill='%23889D9E' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.23s;
}
.header .has-dropdown:hover a {
  color: var(--green);
}
.header .has-dropdown:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.943 5.625L14.625 6.35273L9 12.375L3.375 6.35273L4.05352 5.625L9 10.916L13.943 5.625Z' fill='%2300A67E' /%3E%3C/svg%3E");
}
.header .has-dropdown .dropdown {
  position: absolute;
  z-index: 5;
  top: 49px;
  left: 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: var(--white);
  border-top: 1px solid var(--stroke);
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  display: none;
  display: none;
  flex-direction: column;
  gap: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header .has-dropdown .dropdown a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 214%;
  color: var(--grey-text);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  transition: 0.23s;
  white-space: nowrap;
  width: 100%;
}
.header .has-dropdown .dropdown a:hover {
  background: var(--light);
  color: var(--green);
}
.header .has-dropdown.active::after {
  transform: rotate(180deg);
}
.header .has-dropdown.active .dropdown,
.header .dropdown.active {
  display: flex;
}
.header .h-box-nav {
  display: flex;
  gap: 30px;
  margin-left: 58px;
  padding-right: 14px;
}
@media (max-width: 1260px) {
  .header .h-box-nav {
    margin-left: 24px;
    gap: 16px;
  }
}
.header .h-profile-btn {
  position: relative;
}
.header .h-profile-btn svg {
  color: #202020;
}
.header .h-cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  text-align: center;
  color: var(--white);
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: var(--green);
  top: -7px;
  right: -14px;
}
.header .catalog-menu-item {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  padding: 10px 15px;
  padding-right: 35px;
  border-bottom: 1px solid var(--stroke);
}
.header .catalog-menu-item:last-child {
  border-bottom: none;
}
.header .catalog-menu-item {
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: var(--black);
}
.header .catalog-menu-item a {
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.header .catalog-menu-item__icon {
  min-width: 26px;
  max-width: 26px;
  height: 26px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .catalog-menu-item__icon img {
  position: absolute;
  width: 100%;
  mask-position: center center !important;
  mask-size: contain !important;
  mask-repeat: no-repeat !important;
  /*background: #04575B;*/
  transition: 0.25s;
  max-width: 100%;
  max-height: 100%;
}
.header .catalog-menu-item:hover .catalog-menu-item__icon img {
  /*background: var(--green);*/
  filter: brightness(0) invert(1);
}
.header .catalog-menu-item.active .catalog-menu-item__icon img {
  /*background: var(--white);*/
  filter: brightness(0) invert(1);
}
/*.header .catalog-menu-item__icon img:nth-child(1) {
  z-index: 1;
  opacity: 1;
}
.header .catalog-menu-item__icon img:nth-child(2) {
  z-index: 2;
  opacity: 0;
}
.header .catalog-menu-item__icon img:nth-child(3) {
  z-index: 2;
  opacity: 0;
}*/

.header .catalog-menu-item.children .open-children {
  position: absolute;
  right: 15px;
  top: calc(50% - 13px);
  z-index: 5;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: none;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .catalog-menu-item.children .open-children::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 7px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.682031L0.727734 0L6.75 5.625L0.727734 11.25L0 10.5715L5.29102 5.625L0 0.682031Z' fill='%2300A67E' /%3E%3C/svg%3E");
  cursor: pointer;
}
.header .catalog-menu-item.active {
  background: var(--green);
  color: #fff;
}
.header .catalog-menu-item.active::after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.682031L0.727734 0L6.75 5.625L0.727734 11.25L0 10.5715L5.29102 5.625L0 0.682031Z' fill='white' /%3E%3C/svg%3E");
}
/*.header .catalog-menu-item.active img:nth-child(1) {
  opacity: 0;
}
.header .catalog-menu-item.active img:nth-child(2) {
  opacity: 1;
}*/
.header .catalog-menu-item:hover:not(.active) {
  color: #fff;
  background-color: transparent;
}
.header .catalog-menu-item:hover:not(.active)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.682031L0.727734 0L6.75 5.625L0.727734 11.25L0 10.5715L5.29102 5.625L0 0.682031Z' fill='%2300A67E' /%3E%3C/svg%3E");
}
.header .catalog-menu-item:hover:not(.active) {
  color: var(--green);
}
/*.header .catalog-menu-item:hover:not(.active) img:nth-child(1) {
  opacity: 0;
}
.header .catalog-menu-item:hover:not(.active) img:nth-child(2) {
  opacity: 0;
}
.header .catalog-menu-item:hover:not(.active) img:nth-child(3) {
  opacity: 1 !important;
}*/

@media (min-width: 768px) and (max-width:1024px) {
  .header .catalog-menu-item {
    padding-right: 40px;
  }
  .header .catalog-menu-item.children .open-children {
    right: 10px;
  }
  .header .catalog-menu-item.children .open-children.active {
    background: var(--green);
  }
  .header .catalog-menu-item.children .open-children.active::after {
    filter: brightness(0) invert(1);
  }
}
@media (max-width:1024px) {
  .header .catalog-menu-item.active {
    background: transparent;
    color: #fff;
  }
  .header .catalog-menu-item.active .catalog-menu-item__icon img {
    filter: none;
  }

  .header .catalog-menu-item.active > .open-children {
    background: var(--green);
  }
  .header .catalog-menu-item.active > .open-children::after {
    filter: brightness(0) invert(1);
  }
}

.header .header-main {
  padding: 18px 0px;
}
.header .header-main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .header-main .h-ctalog-btn {
  margin-right: 30px;
}
@media (max-width: 1260px) {
  .header .header-main .h-ctalog-btn {
    margin-right: 16px;
  }
}
.header .header-main .catalog-desk {
  display: none;
  position: absolute;
  z-index: 10;
  top: 66px;
  width: 100%;
}
.header .header-main .catalog-desk.is-open {
  display: block;
}
.header .header-main .catalog-desk__container {
  display: flex;
  width: 100%;
  gap: 4px;
}
.header .header-main .catalog-desk__main {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  border-radius: 10px;
  min-width: 336px;
  max-width: 336px;
  height: 718px;
  padding-top: 8px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--green) #F5F5F5;
}
.header .header-main .catalog-desk__main::-webkit-scrollbar {
  width: 0;
}
.header .header-main .catalog-desk__submenu {
  display: none;
  width: calc(100% - 400px);
  height: 718px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  border-radius: 10px;
  padding: 21px 20px 37px 56px;
}
@media (max-width: 1280px) {
  .header .header-main .catalog-desk__submenu {
    padding-left: 20px;
  }
}
.header .header-main .catalog-desk.show-submenu .catalog-desk__submenu {
  display: block;
}
.header .header-main .catalog-desk__submenu_box {
  overflow: auto;
  height: 100%;
}
.header .header-main .catalog-desk__submenu_box {
  scrollbar-width: thin;
  scrollbar-color: var(--green) #F5F5F5;
}

.header .header-main .catalog-desk__submenu_box::-webkit-scrollbar-thumb {
  background: var(--green);
}

.header .header-main .catalog-desk__submenu_box::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.header .header-main .catalog-desk__submenu_box::-webkit-scrollbar {
  width: 4px;
  background: var(--stroke);
}
.header .header-main .catalog-desk__submenu_inner {
  padding-top: 22px;
  padding-right: 20px;
  width: 100%;
  max-width: 980px;
}
@media (max-height: 890px) {
  .header .header-main .catalog-desk__main, .header .header-main .catalog-desk__submenu {
    height: 600px;
  }
}
@media (max-height: 780px) {
  .header .header-main .catalog-desk__main, .header .header-main .catalog-desk__submenu {
    height: 500px;
  }
}
@media (max-height: 680px) {
  .header .header-main .catalog-desk__main, .header .header-main .catalog-desk__submenu {
    height: 400px;
  }
}
.header .header-main .cat-category-list {
  display: none;
  column-count: 3; /* 3 колонки */
  column-gap: 70px; /* расстояние между колонками */
}
.header .header-main .cat-category-list.active {
  display: block;
}
@media (max-width: 1240px) {
  .header .header-main .cat-category-list {
    column-count: 2;
  }
}
.header .header-main .cat-category-item {
  break-inside: avoid; /* чтобы блок не разрывался */
  margin-bottom: 30px; /* расстояние между элементами */
}
.header .header-main .cat-category-item__icon {
  margin-bottom: 5px;
}
.header .header-main .cat-category-item__icon img {
  width: 45px;
}
.header .header-main .cat-category-item__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 113%;
  color: var(--black);
  margin-bottom: 15px;
  display: flex;
  transition: 0.23s;
}
.header .header-main .cat-category-item__title:hover {
  color: var(--green);
}
.header .header-main .cat-category-item__list {
  display: grid;
  gap: 10px;
}
.header .header-main .cat-category-item__list li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: var(--grey-text);
  transition: 0.23s;
}
.header .header-main .cat-category-item__list li a:hover {
  color: var(--green);
}
.header .header-tablet {
  padding-top: 17px;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--stroke);
  display: none;
}
.header .header-tablet .header-tablet-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
.header .header-tablet .header-tablet-main__box {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header .header-tablet .header-logo {
  min-width: 158px;
  max-width: 158px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .header-tablet .header-logo img {
  width: 100%;
}
.header .header-tablet .h-search .h-search-input {
  height: 35px;
}
.header .header-tablet .h-box-nav {
  gap: 20px;
  margin-left: 0;
}
.header .header-tablet .burger-benu {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: centers;
}
@media (max-width: 1024px) {
  .header .header-tablet {
    display: flex;
  }
}
@media (max-width: 767px) {
  .header .header-tablet {
    display: none;
  }
}

.burger-menu-profile svg:nth-child(2) {
  display: none;
}
.burger-menu-profile.active svg:nth-child(1) {
  display: none;
}
.burger-menu-profile.active svg:nth-child(2) {
  display: block;
}

.header-mobile {
  display: none;
  border: 1px solid var(--stroke);
  height: 60px;
}
.header-mobile .container {
  height: 100%;
}
.header-mobile .header-mobile-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header-mobile .header-logo {
  margin-right: 9px;
  min-width: 145px;
  max-width: 145px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 39px;
}
.header-mobile .header-logo img {
  width: 100%;
}
.header-mobile__box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-mobile .h-search {
  width: 35px;
  overflow: hidden;
  background: var(--light);
  border-radius: 5px;
  position: relative;
  transition: 0.23s;
}
.header-mobile .h-search .h-search-input {
  height: 35px;
  padding: 0;
}
.header-mobile .h-search .h-search-input input {
  width: 0;
}
.header-mobile .h-search .h-search-btn {
  right: 7px;
}
.header-mobile .h-search:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  background-color: rgba(255, 255, 255, 0);
}
.header-mobile .h-search.active {
  width: 214px;
}
.header-mobile .h-search.active .h-search-input {
  padding-left: 11px;
  padding-right: 40px;
}
.header-mobile .h-search.active input {
  width: 100%;
}
.header-mobile .h-search.active::after {
  display: none;
}
@media (max-width: 388px) {
  .header-mobile .h-search.active {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .header-mobile {
    display: flex;
  }
}

.mobile-menu {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(24px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.28s ease, opacity 0.28s ease, visibility 0.28s ease;
}
.mobile-menu.is-open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mobile-menu .mobile-menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 82px;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid var(--stroke);
  padding: 10px 22px;
}
.mobile-menu .mobile-menu-top__box {
  display: flex;
  align-items: center;
  gap: 43px;
}
@media (max-width: 767px) {
  .mobile-menu .mobile-menu-top {
    height: 58px;
  }
}
@media (max-width: 360px) {
  .mobile-menu .mobile-menu-top__box {
    gap: 16px;
  }
}
.mobile-menu .mobile-menu-top .lang .lang-list {
  top: 49px;
}
@media (max-width: 767px) {
  .mobile-menu .mobile-menu-top .lang .lang-list {
    top: 37px;
  }
}
.mobile-menu .mobile-menu-main {
  width: 100vw;
  height: 100dvh;
  background: rgba(1, 46, 48, 0.7);
  display: flex;
  justify-content: flex-end;
}
.mobile-menu .mobile-menu-main__wrap {
  width: 100%;
  max-width: 344px;
  height: calc(100% - 60px);
  background: var(--white);
  padding-right: 5px;
  padding-top: 20px;
  padding-left: 22px;
  padding-bottom: 22px;
}
.mobile-menu .mobile-menu-main__box {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-right: 17px;
  padding-bottom: 15px;
}
.mobile-menu .mobile-menu-main__box {
  scrollbar-width: thin;
  scrollbar-color: var(--green) #F5F5F5;
}

.mobile-menu .mobile-menu-main__box::-webkit-scrollbar-thumb {
  background: var(--green);
}

.mobile-menu .mobile-menu-main__box::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.mobile-menu .mobile-menu-main__box::-webkit-scrollbar {
  width: 4px;
  background: var(--stroke);
}
.mobile-menu .mobile-menu-main .h-ctalog-btn {
  width: 100%;
}
.mobile-menu .mobile-menu-main .mobile-main-nav {
  margin-top: 3px;
}
.mobile-menu .mobile-menu-main .mobile-main-nav li {
  border-bottom: 1px solid var(--stroke);
}
.mobile-menu .mobile-menu-main .mobile-main-nav a {
  display: flex;
  gap: 15px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: var(--black);
}
.mobile-menu .mobile-menu-main .h-tel {
  padding-left: 0;
  border-bottom: 1px solid var(--stroke);
  padding-top: 20px;
  padding-bottom: 20px;
}
.mobile-menu .mobile-menu-main .h-tel span {
  margin-bottom: 3px;
}
.mobile-menu .mobile-menu-main .h-tel a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: var(--black);
  margin-left: 10px;
}
.mobile-menu .mobile-menu-main .mobmnu-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding-top: 17px;
  padding-bottom: 29px;
  border-bottom: 1px solid var(--stroke);
}
.mobile-menu .mobile-menu-main .mobmnu-block .btn-light {
  font-weight: 500;
  padding-left: 14px;
  padding-right: 14px;
}
.mobile-menu .mobile-menu-main .mobile-mnu-worktime__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: var(--grey);
}
.mobile-menu .mobile-menu-main .mobile-mnu-worktime div {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: var(--black);
  margin-top: 2px;
}
.mobile-menu .mobile-menu-main .mobile-mnu-worktime div span {
  font-weight: 400;
}
.mobile-menu .mobile-menu-main .mobile-menu-soсial {
  display: grid;
}
.mobile-menu .mobile-menu-main .mobile-menu-soсial a {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: var(--black);
  padding: 20px 0px;
  border-bottom: 1px solid var(--stroke);
}
.mobile-menu .mobile-menu-main .mobile-nav2 {
  margin-top: 24px;
}
.mobile-menu .mobile-menu-main .mobile-nav2 ul {
  display: grid;
  gap: 20px;
}
.mobile-menu .mobile-menu-main .mobile-nav2 li a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  color: var(--black);
}
.mobile-menu .mobile-menu-main .mobile-nav2 li a:hover, .mobile-menu .mobile-menu-main .mobile-nav2 li a.active {
  color: var(--green);
}
.mobile-menu .tablet-menu-catalog {
  position: absolute;
  z-index: 120;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-100%);
  transition: transform 0.28s ease, opacity 0.28s ease, visibility 0.28s ease;
}
.mobile-menu .tablet-menu-catalog.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}
.mobile-menu .tablet-menu-catalog__top {
  position: fixed;
  z-index: 105;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 78px;
  background: var(--dark-green);
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu .tablet-menu-catalog .tablet-menu-catalog-back {
  display: flex;
  align-items: center;
  gap: 19px;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 113%;
  color: var(--white);
}
.mobile-menu .tablet-menu-catalog .tablet-menu-catalog-back svg {
  min-width: 10px;
  max-width: 10px;
}
.mobile-menu .tablet-menu-catalog .tablet-menu-catalog-wrap {
  background: var(--white);
  height: 100dvh;
  width: 100vw;
  padding-top: 78px;
  padding-right: 14px;
  display: flex;
}
.mobile-menu .tablet-menu-catalog .catalog-menu-item:last-child {
  border-bottom: 1px solid var(--stroke);
}
.mobile-menu .tablet-menu-catalog .mobile-menu-catalog-category-wrap {
  height: 100%;
  overflow: auto;
  width: 100%;
  border-right: 1px solid var(--stroke);
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.mobile-menu .tablet-menu-catalog .mobile-menu-catalog-category-wrap::-webkit-scrollbar {
  width: 0;
}
.mobile-menu .tablet-menu-catalog .mobile-menu-catalog-subcategory-wrap {
  width: 100%;
  border-bottom: 1px solid var(--stroke);
  border-right: 1px solid var(--stroke);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mobile-menu .tablet-menu-catalog .mobile-menu-catalog-links-wrap > div {
  width: 33vw;
}
.mobile-menu .tablet-menu-catalog .mobile-menu-catalog-subcategory-top {
  border-bottom: 1px solid var(--stroke);
  width: 100%;
}
.mobile-menu .tablet-menu-catalog .mobile-menu-catalog-subcategory-top a {
  padding: 14px 15px 14px 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: var(--green);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 5px;
}
.mobile-menu .tablet-menu-catalog .mobile-menu-catalog-subcategory-top a::after {
  position: relative;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 7px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.682031L0.727734 0L6.75 5.625L0.727734 11.25L0 10.5715L5.29102 5.625L0 0.682031Z' fill='%2300A67E' /%3E%3C/svg%3E");
  cursor: pointer;
}
.mobile-menu .tablet-menu-catalog .mobile-menu-catalog-subcategory-block {
  height: 100%;
  overflow: auto;
  width: 100%;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.mobile-menu .tablet-menu-catalog .mobile-menu-catalog-subcategory-block::-webkit-scrollbar {
  width: 0;
}
.mobile-menu .tablet-menu-catalog .mobile-menu-catalog-subcategory-list {
  display: none;
}
.mobile-menu .tablet-menu-catalog .mobile-menu-catalog-subcategory-list.active {
  display: block;
}
.mobile-menu .tablet-menu-catalog .mobile-menu-catalog-subcategory-list li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: var(--black);
  padding: 10px 20px;
  display: flex;
}
.mobile-menu .mobile-menu-catalog {
  position: absolute;
  z-index: 120;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-100%);
  transition: transform 0.28s ease, opacity 0.28s ease, visibility 0.28s ease;
}
.mobile-menu .mobile-menu-catalog.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}
.mobile-menu .mobile-menu-catalog__top {
  position: fixed;
  z-index: 105;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background: var(--dark-green);
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu .mobile-menu-catalog .mobile-menu-catalog-back {
  display: flex;
  align-items: center;
  gap: 19px;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 113%;
  color: var(--white);
}
.mobile-menu .mobile-menu-catalog .mobile-menu-catalog-back svg {
  min-width: 10px;
  max-width: 10px;
}
.mobile-menu .mobile-menu-catalog__main {
  background-color: #fff;
  height: 100dvh;
  width: 100vw;
  overflow: auto;
  padding-top: 60px;
}
.mobile-menu .mobile-menu-catalog__main {
  scrollbar-width: thin;
  scrollbar-color: var(--green) #F5F5F5;
}

.mobile-menu .mobile-menu-catalog__main::-webkit-scrollbar-thumb {
  background: var(--green);
}

.mobile-menu .mobile-menu-catalog__main::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.mobile-menu .mobile-menu-catalog__main::-webkit-scrollbar {
  width: 4px;
  background: var(--stroke);
}
.mobile-menu .mobile-menu-catalog .mobile-menu-catalog-category,
.mobile-menu .mobile-menu-catalog .mobile-menu-catalog-subcategory,
.mobile-menu .mobile-menu-catalog .mobile-menu-catalog-links {
  display: none;
}
.mobile-menu .mobile-menu-catalog.view-categories .mobile-menu-catalog-category {
  display: block;
}
.mobile-menu .mobile-menu-catalog.view-subcategories .mobile-menu-catalog-subcategory {
  display: block;
}
.mobile-menu .mobile-menu-catalog.view-links .mobile-menu-catalog-links {
  display: block;
}
.mobile-menu .mobile-menu-catalog .mobile-menu-catalog-subcategory .catalog-menu-item {
  min-height: 46px;
  border-bottom: 1px solid var(--stroke);
}
.mobile-menu .mobile-menu-catalog .mobile-menu-catalog-subcategory .catalog-subcategory-item,
.mobile-menu .tablet-menu-catalog .mobile-menu-catalog-subcategory-wrap .catalog-subcategory-item {
  display: none;
}
.mobile-menu .mobile-menu-catalog .mobile-menu-catalog-subcategory .catalog-subcategory-item.active,
.mobile-menu .tablet-menu-catalog .mobile-menu-catalog-subcategory-wrap .catalog-subcategory-item.active {
  display: block;
}
.mobile-menu .mobile-menu-catalog .mobile-menu-catalog-links .catalog-menu-item {
  min-height: 46px;
  border-bottom: 1px solid var(--stroke);
}
.mobile-menu .mobile-menu-catalog .mobile-menu-catalog-links .catalog-menu-item::after {
  display: none;
}
.mobile-menu .mobile-menu-catalog .mobile-menu-catalog-links .catalog-links-item,
.mobile-menu .tablet-menu-catalog .mobile-menu-catalog-links-wrap .catalog-links-item {
  display: none;
}
.mobile-menu .mobile-menu-catalog .mobile-menu-catalog-links .catalog-links-item.active,
.mobile-menu .tablet-menu-catalog .mobile-menu-catalog-links-wrap .catalog-links-item.active {
  display: block;
}

.menu-profile-btn.active svg {
  color: #D8E4E4;
}

.header .header-top,
.header .header-main {
  transition: 0.23s;
}
.header.scrolled .header-top {
  padding: 7px 0px;
}
.header.scrolled .header-main {
  padding: 8px 0px;
}
.header.scrolled .h-tel-list {
  top: 52px;
}
@media (min-width: 1024px) {
  .header.scrolled .lang .lang-list {
    top: 36px;
  }
  .header.scrolled .has-dropdown .dropdown {
    top: 40px;
  }
}
@media (min-width: 1260px) {
  .header.scrolled .lang .lang-list {
    top: 42px;
  }
}

.hero {
  position: relative;
  height: auto;
}
.hero .hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.hero .hero-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero .hero-video img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(1, 41, 43, 0.8) 0%, rgba(0, 12, 12, 0) 74.37%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.hero::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 12, 12, 0.60) 0%, rgba(0, 12, 12, 0.60) 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.hero .container {
  min-height: 740px !important;
  position: relative;
  z-index: 4;
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 100px;
}
.hero .hero-box {
  width: 100%;
  max-width: 663px;
  margin-bottom: 15px;
}
.hero .hero-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 45px;
  line-height: 111%;
  color: var(--white);
}
.hero .hero-nav {
  display: flex;
  gap: 30px;
  margin-top: 35px;
}
.hero .btn {
  background: var(--green);
  font-size: 15px;
  min-width: 219px;
  min-height: 45px;
}
.hero .btn:hover {
  background-color: #00c093;
}
.hero .btn-light {
  font-size: 15px;
  min-width: 219px;
  color: var(--white);
  border-color: var(--white);
  text-align: left;
  min-height: 45px;
}
.hero .btn-light:hover {
  background: var(--green);
  border-color: var(--green);
}
.hero .hero-service {
  padding-top: 27px;
  padding-bottom: 16px;
}
.hero .hero-service .swiper {
  padding: 2px;
}
.hero .hero-service .hero-service-item {
  box-shadow: 0 1px 4px 0 rgba(136, 157, 158, 0.3);
  background: var(--white);
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 17px;
  min-height: 114px;
  border: 1px solid var(--white);
  transition: 0.25s;
}
.hero .hero-service .hero-service-item:hover {
  border-color: var(--green);
}
.hero .hero-service .hero-service-item__image {
  position: relative;
  min-width: 50px;
  max-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .hero-service .hero-service-item__image img {
  position: absolute;
  transition: 0.23s;
  width: 100%;
}
.hero .hero-service .hero-service-item:hover .hero-service-item__image img {
  filter: invert(42%) sepia(93%) saturate(700%) hue-rotate(115deg) brightness(100%) contrast(101%);
}
.hero .hero-service .hero-service-item p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 113%;
  color: var(--black);
  transition: 0.23s;
}
.hero .hero-service .hero-service-item:hover p {
  color: var(--green);
}
.hero .hero-service__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
.hero .hero-service .hserv-next {
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .hero .container {
    min-height: 650px !important;
    padding-top: 73px;
  }
  .hero::after {
    background: linear-gradient(90.14deg, rgba(1, 41, 43, 0.8) 40.02%, rgba(0, 12, 12, 0) 99.88%);
  }
  .hero .hero-box {
    max-width: 495px;
  }
  .hero .hero-title {
    font-size: 32px;
  }
  .hero .hero-nav {
    margin-top: 25px;
  }
  .hero .hero-serviceSlider {
    max-width: 545px;
    margin: 0 auto;
    overflow: visible;
  }
  .hero .hero-serviceSlider .swiper-wrapper {
    overflow: visible;
  }
  .hero .hero-serviceSlider .swiper-slide {
    width: 265px;
  }
}
@media (max-width: 767px) {
  .hero .hero-title {
    font-size: 28px;
  }
  .hero .hero-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .hero .hero-serviceSlider {
    max-width: 268px;
    margin: 0 auto;
    overflow: visible;
  }
  .hero .hero-serviceSlider .swiper-wrapper {
    overflow: visible;
  }
  .hero .hero-serviceSlider .swiper-slide {
    width: 268px;
  }
  .hero::before {
    opacity: 0;
    visibility: hidden;
  }
}

.solutions {
  padding-top: 55px;
  padding-bottom: 60px;
}
.solutions__box {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .solutions .title {
    text-align: center;
  }
}
.solutions .solutions-main {
  display: flex;
}
.solutions .solutions-nv {
  width: 50%;
}
.solutions .solutions-nv .solutions-nv-item .solutions-nv-btn {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
  padding: 30px 40px;
  background: var(--white);
  border: 1px solid var(--dark-green);
  border-bottom: none;
  cursor: pointer;
  transition: 0.23s;
}
.solutions .solutions-nv .solutions-nv-item .solutions-nv-btn:hover {
  color: var(--green);
}
.solutions .solutions-nv .solutions-nv-item:last-child .solutions-nv-btn {
  border-bottom: 1px solid var(--dark-green);
}
.solutions .solutions-nv .solutions-nv-item__content {
  display: none;
  border-left: 1px solid var(--dark-green);
  border-right: 1px solid var(--dark-green);
  height: 0;
  max-height: 0px;
  overflow: hidden;
  transition: 0.33s;
}
.solutions .solutions-nv .solutions-nv-item .solutions-nv-content {
  display: flex;
  padding: 30px 25px;
}
.solutions .solutions-nv .solutions-nv-item .solutions-nv-content .solutions-nv-content__img {
  min-width: 186px;
  max-width: 186px;
  height: 186px;
}
.solutions .solutions-nv .solutions-nv-item.active .solutions-nv-btn {
  background: var(--dark-green);
  color: var(--light);
}
.solutions .solutions-nv .solutions-nv-item.active .solutions-nv-item__content {
  height: 100%;
  max-height: 1000px;
  transition: 0.73s;
}
.solutions .solutions-nv .solutions-nv-item:last-child .solutions-nv-item__content .solutions-nv-content {
  border-bottom: 1px solid var(--dark-green);
}
@media (max-width: 1024px) {
  .solutions .solutions-nv {
    width: 100%;
  }
  .solutions .solutions-nv .solutions-nv-item .solutions-nv-btn {
    padding: 30px 25px;
  }
  .solutions .solutions-nv .solutions-nv-item__content {
    display: block;
  }
}
@media (max-width: 767px) {
  .solutions .solutions-nv .solutions-nv-item .solutions-nv-btn {
    padding: 18px 20px;
  }
  .solutions .solutions-nv .solutions-nv-item__content .solutions-nv-content {
    padding: 28px 20px 35px 20px;
    flex-direction: column;
  }
  .solutions .solutions-nv .solutions-nv-item__content .solutions-nv-content__img {
    min-width: 100% !important;
    max-width: 100% !important;
    height: 130px !important;
  }
}
@media (max-width: 375px) {
  .solutions .solutions-nv .solutions-nv-item .solutions-nv-btn {
    font-size: 16px;
  }
  .solutions .solutions-nv .solutions-nv-item .solutions-nv-content__title {
    font-size: 16px;
  }
}
.solutions__content {
  width: 50%;
  background-color: var(--light);
  border: 1px solid var(--dark-green);
  padding: 30px 28px;
  margin-left: -1px;
}
@media (max-width: 1024px) {
  .solutions__content {
    display: none;
  }
}
.solutions .solutions-nv-content {
  display: flex;
  gap: 32px;
  display: none;
}
.solutions .solutions-nv-content__img {
  position: relative;
  overflow: hidden;
  min-width: 186px;
  max-width: 186px;
  height: 186px;
}
.solutions .solutions-nv-content__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.solutions .solutions-nv-content__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
  margin-bottom: 8px;
}
.solutions .solutions-nv-content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--grey-text);
}
.solutions .solutions-nv-content ul {
  margin-top: 20px;
  display: grid;
  gap: 10px;
}
.solutions .solutions-nv-content ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 141%;
  color: var(--grey-text);
}
.solutions .solutions-nv-content ul li::before {
  position: relative;
  content: "";
  display: block;
  min-width: 17px;
  max-width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.37891 12.8438L4.13672 9.60156C3.94141 9.40625 3.94141 9.07422 4.13672 8.87891L4.83984 8.17578C5.03516 7.98047 5.34766 7.98047 5.54297 8.17578L7.75 10.3633L12.4375 5.67578C12.6328 5.48047 12.9453 5.48047 13.1406 5.67578L13.8438 6.37891C14.0391 6.57422 14.0391 6.90625 13.8438 7.10156L8.10156 12.8438C7.90625 13.0391 7.57422 13.0391 7.37891 12.8438Z' fill='%2300A67E'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: -1px;
}
.solutions .solutions-nv-content.active {
  display: flex;
}
@media (max-width: 1300px) {
  .solutions .solutions-nv-content {
    gap: 16px;
  }
  .solutions .solutions-nv-content .solutions-nv-content__img {
    min-width: 156px;
    max-width: 156px;
    height: 156px;
  }
}

.catalog-slider {
  background: var(--light);
  padding-top: 55px;
  padding-bottom: 20px;
}
.catalog-slider__main {
  margin-top: 15px;
}
.catalog-slider__nav {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    position: absolute;
    bottom: 31px;
    display: block;
  }
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    width: 22px;
    height: 6px;
  } 

  .pagination .swiper-pagination-bullet {
    width: 22px;
    height: 6px;
  }
@media (max-width: 767px) {
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    position: absolute;
    bottom: 31px;
    display: block;
  }
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    width: 22px;
    height: 6px;
  } 

  .pagination .swiper-pagination-bullet {
    width: 22px;
    height: 6px;
  }
}
.catalog-slider .catalogSlider-next {
  transform: rotate(180deg);
}
.catalog-slider .catalogSlider {
  padding: 5px 3px;
}
.catalog-slider .catalogSlider .swiper-wrapper {
  align-items: stretch;
}
.catalog-slider .catalogSlider:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  gap: 15px;
}
.catalog-slider .catalogSlider:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  max-width: calc(20% - 12px);
}
.catalog-slider .catalogSlider .swiper-slide {
  height: auto;
  display: flex;
}
.catalog-slider .catalogSlider-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  border: 1px solid transparent;
  box-shadow: 0 1px 4px 0 rgba(136, 157, 158, 0.3);
  background: var(--white);
  padding: 44px 18px 20px 18px;
  transition: 0.23s;
}
.catalog-slider .catalogSlider-item__image {
  position: relative;
  width: 120px;
  height: 120px;
}
.catalog-slider .catalogSlider-item__image img {
  width: auto;
  position: absolute;
  transition: 0.23s;
  max-height: 100%;
  max-width: 100%;
}
.catalog-slider .catalogSlider-item__image img:nth-child(2) {
  opacity: 0;
  z-index: 2;
}
.catalog-slider .catalogSlider-item__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
  margin-top: 38px;
  width: 100%;
  overflow-wrap: anywhere;
}
.catalog-slider .catalogSlider-item:hover {
  border: 1px solid var(--green);
  box-shadow: 0 1px 4px 0 rgba(136, 157, 158, 0.3);
  background: var(--white);
}
/*.catalog-slider .catalogSlider-item:hover .catalogSlider-item__image img:nth-child(1) {
  opacity: 0;
}
.catalog-slider .catalogSlider-item:hover .catalogSlider-item__image img:nth-child(2) {
  opacity: 1;
}*/
@media (max-width: 1400px) {
  .catalog-slider .catalogSlider-item__title {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .catalog-slider {
    padding-top: 50px;
  }
  .catalog-slider__main {
    width: 100%;
    position: relative;
    left: 0;
  }
  .catalog-slider .catalogSlider {
    width: 560px;
    margin: 0 auto;
    overflow: visible !important;
  }
  .catalog-slider .catalogSlider .swiper-wrapper {
    overflow: visible !important;
  }
  .catalog-slider .catalogSlider .swiper-slide {
    min-width: 268px;
    max-width: 100%;
  }
  .catalog-slider .catalogSlider-item__title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .catalog-slider .title {
    text-align: center;
  }
  .catalog-slider__main {
    left: 0;
  }
  .catalog-slider .catalogSlider {
    width: auto;
    margin: 0 auto;
  }
  .catalog-slider .catalogSlider .swiper-slide {
    min-width: 240px;
    max-width: 100%;
  }
  .catalog-slider .catalogSlider-item {
    padding: 21px 9px 12px 9px;
  }
  .catalog-slider .catalogSlider-item__image {
    width: 64px;
    height: 64px;
  }
  .catalog-slider .catalogSlider-item__title {
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .catalog-slider .catalogSlider .swiper-slide {
    min-width: 160px;
    max-width: 100%;
  }
}

.publication {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .publication {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .publication {
    display: none;
  }
}

.publication-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 15px;
  width: calc(100% + 15px);
  position: relative;
  left: -7.5px;
}
@media (max-width: 1024px) {
  .publication-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .publication-list .publication-item:nth-child(n+3) {
    display: none;
  }
}

.publication-item {
  transition: 0.23s;
  border: 1px solid transparent;
  box-shadow: 0 1px 4px 0 rgba(136, 157, 158, 0);
  border-radius: 5px;
  padding: 15px 7.5px;
}
.publication-item__image {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  height: 224px;
}
.publication-item__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
}
.publication-item__content {
  margin-top: 15px;
}
.publication-item__date {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: var(--grey);
}
.publication-item__text {
  margin-top: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: var(--black);
  transition: 0.23s;
}
.publication-item:hover {
  border: 1px solid var(--green);
  box-shadow: 0 1px 4px 0 rgba(136, 157, 158, 0.3);
  background: var(--white);
}
.publication-item:hover .publication-item__text {
  color: var(--green);
}

.services {
  margin-top: 30px;
}
.services__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1300px) {
  .services__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .services__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .services__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services .service-item {
  padding: 18px 18px 25px 18px;
  border: 1px solid #dceaea;
  border-radius: 5px;
  background: var(--white);
  transition: 0.23s;
  display: flex;
  flex-direction: column;
}
.services .service-item:hover {
  border: 1px solid var(--green);
  box-shadow: 0 1px 4px 0 rgba(136, 157, 158, 0.3);
}
.services .service-item__image {
  position: relative;
  overflow: hidden;
  height: 254px;
  border-radius: 5px;
}
.services .service-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.services .service-item__content {
  margin-top: 20px;
  margin-bottom: 15px;
}
.services .service-item__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 113%;
  color: var(--black);
  margin-bottom: 15px;
}
.services .service-item__title a {
  color: var(--black);
  text-decoration: none;
  transition: 0.23s;
}
.services .service-item__title a:hover {
  color: var(--green);
}
.services .service-item__txt {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--black);
}
.services .service-item__nav {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: auto;
}
.services .service-item__nav a {
  min-width: 145px;
  height: 40px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .services .service-item__nav a {
    height: 35px;
    font-size: 12px;
  }
}
@media (max-width: 385px) {
  .services .service-item__nav a {
    min-width: 100%;
  }
}
@media (max-width: 1024px) {
  .services .service-item {
    padding: 14px 14px 17px 14px;
  }
  .services .service-item__image {
    height: 194px;
  }
  .services .service-item__title {
    font-size: 20px;
    line-height: 120%;
  }
  .services .service-item__txt {
    font-size: 16px;
    line-height: 125%;
  }
}
.services__bottom {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.services__bottom a {
  height: 40px;
  min-width: 162px;
  font-size: 14px;
  padding: 7px 13px 7px 16px;
}
@media (max-width: 767px) {
  .services__bottom {
    margin-top: 15px;
  }
  .services__bottom a {
    font-size: 12px;
    height: 35px;
  }
}
.services .services-banner {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.services .services-banner .banner-cta {
  width: 100%;
  max-width: 1177px;
}
.services .services-banner .banner-cta__bnav {
  display: flex;
  gap: 15px;
}
.services .services-banner .banner-cta__bnav a {
  font-size: 15px;
  min-width: 220px;
  height: 50px;
}
.services .services-banner .banner-cta__bnav .btn-light {
  color: var(--white);
  border: 1px solid var(--green);
}
.services .services-banner .banner-cta__bnav .btn-light:hover {
  background-color: var(--green);
}
@media (max-width: 1024px) {
  .services .services-banner {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .services .services-banner {
    margin-top: 30px;
    width: 100vw;
    left: -22px;
    position: relative;
  }
  .services .services-banner .banner-cta {
    border-radius: 0px;
    background-position: bottom right;
  }
  .services .services-banner .banner-cta__bnav {
    flex-direction: column;
    align-items: center;
  }
}

.delivery-section {
  margin-top: 30px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
}
.delivery-section__box {
  max-width: 1060px;
}
.delivery-section__box h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 15px;
}
.delivery-section__box ul {
  margin-top: 20px;
  display: grid;
  gap: 20px;
}
.delivery-section__box ul li {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
  margin-top: 10px;
  padding-left: 43px;
  position: relative;
}
.delivery-section__box ul li::before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" fill="none"><path d="M11.925 19.098 6.91 14.083l1.671-1.671 3.344 3.342 6.684-6.686 1.672 1.673-8.356 8.357Z" fill="%2300A67E"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1 14C1 6.82 6.82 1 14 1s13 5.82 13 13-5.82 13-13 13S1 21.18 1 14Zm13 10.636a10.637 10.637 0 1 1 0-21.273 10.637 10.637 0 0 1 0 21.273Z" fill="%2300A67E"/></svg>') center center no-repeat;
}
.delivery-section__box ul li strong,
.delivery-section__box ul li b {
  display: block;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: var(--black);
  margin-bottom: 10px;
}
.delivery-section__box blockquote {
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 10px;
  background: #dceaea;
  padding: 32px 40px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--dark-green);

  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 124px;
  position: relative;
}
.delivery-section__box blockquote::before {
  width: 45px;
  height: 45px;
  content: "";
  position: absolute;
  left: 45px;
  top: calc(50% - 24px);
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45" fill="%2304575B"><path d="M37.153 22.707c-.032 8.406-6.679 15.257-14.774 15.23-8.123-.031-14.881-6.993-14.863-15.315C7.536 14.24 14.374 7.27 22.51 7.34c8.117.07 14.674 6.95 14.643 15.367ZM22.375 35.944c7.147.014 13.027-5.918 13.039-13.155.012-7.279-5.815-13.251-12.945-13.267-7.153-.014-13.012 5.843-13.037 13.037-.026 7.326 5.82 13.37 12.943 13.385Z"/><path d="M6.412 6.136c.563.61.991 1.015 1.35 1.476.28.363-.142.525-.317.718C.032 16.583-.013 28.77 7.33 37.245c.208.242.926.51.206.967-.47.299-.814 1.113-1.58.236C1.368 33.196-.547 27.072.135 20.083c.492-5.034 2.426-9.42 5.763-13.156.175-.196.293-.446.515-.79ZM43.08 22.668c-.039-5.454-1.83-10.214-5.392-14.28-.183-.21-.678-.358-.375-.78.306-.427.657-.84 1.06-1.165.183-.147.356.206.5.363 3.295 3.61 5.327 7.87 5.925 12.763.868 7.084-1.084 13.322-5.71 18.666-.215.245-.4.788-.784.586-.415-.218-.75-.647-1.043-1.044-.177-.24.158-.395.294-.553 2.746-3.109 4.503-6.718 5.219-10.848.212-1.222.368-2.454.303-3.706l.004-.002ZM23.937 19.96c0 1.577.01 3.154-.004 4.73-.01 1.1-.305 1.37-1.442 1.382-1.332.014-1.71-.246-1.718-1.333-.021-3.254-.02-6.509 0-9.761.006-1.054.449-1.41 1.59-1.401 1.1.008 1.552.397 1.568 1.454.025 1.643.006 3.286.008 4.931l-.002-.002ZM22.409 31.694c-1.319.006-1.635-.285-1.643-1.507-.01-1.413.266-1.726 1.525-1.73 1.29-.006 1.636.337 1.648 1.627.012 1.305-.271 1.604-1.53 1.61Z"/></svg>') center center no-repeat;
}
.delivery-section__box ol {
  counter-reset: pay-and-deliv-counter;
  display: grid;
  gap: 20px;
  margin-top: 15px;
}
.delivery-section__box ol li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
  position: relative;
  counter-increment: pay-and-deliv-counter;
  padding-left: 41px;
}

.delivery-section__box ol ol {
  padding-left: 56px;
}
.delivery-section__box ol li::before {
  content: counter(pay-and-deliv-counter);
  position: relative;
  background: var(--green);
  border-radius: 5px;
  min-width: 26px;
  max-width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  text-align: center;
  color: var(--white);
  position: absolute;
  left: 0;
  top: 0;
}
.delivery-section__box p {
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
}
.delivery-section .notic {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .delivery-section {
    font-size: 16px;
    line-height: 150%;
  }
  .delivery-section .notic {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .delivery-section .notic {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.delivery-options {
  margin-top: 20px;
  display: grid;
  gap: 20px;
}
.delivery-options .delivery-options-item {
  display: flex;
  gap: 15px;
}
.delivery-options .delivery-options-item svg {
  min-width: 28px;
  max-width: 28px;
}
.delivery-options .delivery-options-item__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 113%;
  color: var(--black);
}
.delivery-options .delivery-options-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .delivery-options {
    gap: 15px;
  }
  .delivery-options .delivery-options-item p {
    font-size: 14px;
    line-height: 143%;
  }
}

.pay-and-deliv .title2 {
  margin-bottom: 20px;
}
.pay-and-deliv .pay-and-deliv__list {
  counter-reset: pay-and-deliv-counter;
  display: grid;
  gap: 20px;
  margin-top: 15px;
}
.pay-and-deliv .pay-and-deliv-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
  position: relative;
  counter-increment: pay-and-deliv-counter;
}
.pay-and-deliv .pay-and-deliv-item::before {
  content: counter(pay-and-deliv-counter);
  position: relative;
  background: var(--green);
  border-radius: 5px;
  min-width: 26px;
  max-width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  text-align: center;
  color: var(--white);
}
@media (max-width: 1024px) {
  .pay-and-deliv .pay-and-deliv__list {
    gap: 15px;
  }
  .pay-and-deliv .pay-and-deliv-item {
    font-size: 14px;
    line-height: 143%;
  }
}

.thanks-page {
  margin-top: 50px;
}
.thanks-page__box {
  max-width: 936px;
  border-radius: 10px;
  margin: 0 auto;
  background: var(--light);
  padding: 90px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thanks-page__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
  color: var(--black);
  margin-top: 25px;
  margin-bottom: 10px;
}
.thanks-page p {
  margin-top: 15px;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--black);
}
.thanks-page .p-green {
  color: var(--green);
}
.thanks-page__btn {
  font-size: 15px;
  line-height: 120%;
  min-width: 219px;
  height: 50px;
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .thanks-page {
    margin-top: 20px;
  }
  .thanks-page__box {
    padding: 50px 24px;
  }
  .thanks-page svg {
    width: 50px;
    height: 50px;
  }
  .thanks-page__title {
    font-size: 24px;
    line-height: 108%;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .thanks-page p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 150%;
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .thanks-page {
    margin-top: 0;
  }
  .thanks-page__box {
    width: 100vw;
    left: -22px;
    position: relative;
    border-radius: 0px;
    padding: 35px 15px 49px 15px;
  }
}

.p404-page {
  margin-top: 50px;
}
.p404-page__box {
  max-width: 936px;
  border-radius: 10px;
  margin: 0 auto;
  background: var(--light);
  padding: 90px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p404-page img {
  margin-bottom: 50px;
  width: 100%;
  max-width: 572px;
}
.p404-page__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
  color: var(--black);
}
.p404-page p {
  margin-top: 15px;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--black);
}
.p404-page .p-green {
  color: var(--green);
}
.p404-page a {
  font-size: 15px;
  line-height: 120%;
  min-width: 219px;
  height: 50px;
}
.p404-page__nav {
  display: flex;
  gap: 15px 25px;
  margin-top: 25px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .p404-page img {
    max-width: 290px;
    margin-bottom: 15px;
  }
  .p404-page {
    margin-top: 20px;
  }
  .p404-page__box {
    padding: 50px 24px;
  }
  .p404-page svg {
    width: 50px;
    height: 50px;
  }
  .p404-page__title {
    font-size: 24px;
    line-height: 108%;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .p404-page p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 150%;
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .p404-page {
    margin-top: 0;
  }
  .p404-page img {
    max-width: 260px;
  }
  .p404-page__box {
    width: 100vw;
    left: -22px;
    position: relative;
    border-radius: 0px;
    padding: 35px 15px 49px 15px;
  }
}

.contact-page {
  margin-top: 30px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
}
.contact-page .contact-item-box__inner {
  margin-top: 15px;
}
.contact-page .contact-item-box__txt {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: var(--black);
}
.contact-page .cc-itm {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-page .cc-itm__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
  margin-bottom: 5px;
}
.contact-page .cc-itm__txt {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: var(--black);
  margin-bottom: 5px;
}
.contact-page .cc-itm-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--black);
  transition: 0.23s;
}
.contact-page .cc-itm-box svg {
  min-width: 22px;
  max-width: 22px;
}
.contact-page a.cc-itm-box:hover {
  color: var(--green);
}
.contact-page__section1 {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1260px) {
  .contact-page__section1 {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 50px 62px;
  }
}
@media (max-width: 1024px) {
  .contact-page__section1 {
    flex-direction: column;
  }
}
.contact-page__section2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 76px;
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .contact-page__section2 {
    gap: 24px;
  }
}
@media (max-width: 1260px) {
  .contact-page__section2 {
    flex-wrap: wrap;
  }
}
.contact-page .ss-contact {
  width: 100%;
  max-width: 580px;
}
.contact-page .ss-contact__wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.contact-page .ss-contact__box1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 280px;
}
.contact-page .ss-contact__box2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 220px;
}
.contact-page .cc-itm-v1 .cc-itm-box {
  align-items: flex-start;
}
.contact-page .cc-itm-v2 .cc-itm-box {
  align-items: flex-start;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 113%;
  color: var(--black);
}
.contact-page .cc-itm-v2 .cc-itm-box span {
  font-weight: 400;
}
.contact-page .cc-itm-time {
  display: grid;
  gap: 5px;
}
.contact-page .cc-itm__boxwrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-page .cc-itm-social {
  display: flex;
  gap: 5px;
}
.contact-page .cc-itm-txt {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: var(--green);
  margin-top: 5px;
}
.contact-page .сс-warehouses {
  width: 100%;
  max-width: 262px;
}
.contact-page .сс-warehouses__list {
  display: grid;
  gap: 15px;
}
@media (max-width: 1024px) {
  .contact-page .сс-warehouses {
    max-width: 100%;
  }
  .contact-page .сс-warehouses__list {
    display: flex;
    gap: 30px;
  }
}
.contact-page .complaint-bot {
  width: 100%;
  max-width: 452px;
}
.contact-page .complaint-bot__box {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 113%;
  color: var(--black);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 398px;
}
.contact-page .complaint-bot__box .btn {
  font-size: 15px;
  line-height: 120%;
  padding: 14px 45px;
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .contact-page .complaint-bot {
    max-width: 330px;
  }
}
@media (max-width: 1260px) {
  .contact-page .complaint-bot {
    max-width: 900px;
  }
  .contact-page .complaint-bot__box {
    max-width: 900px;
  }
}
.contact-page .contact-support {
  width: 50%;
  padding-right: 30px;
}
.contact-page .contact-support .title3 {
  margin-bottom: 0px;
}
.contact-page .contact-support__list {
  margin-top: 20px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.contact-page .contact-support__item {
  width: 100%;
  max-width: 275px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1400px) {
  .contact-page .contact-support {
    padding-right: 0;
  }
}
@media (max-width: 1260px) {
  .contact-page .contact-support {
    width: 100%;
    max-width: 700px;
  }
}
.contact-page .contact-form {
  width: 50%;
  background: var(--light);
  border-radius: 10px;
  padding-top: 33px;
  padding-bottom: 45px;
  padding-left: 24px;
  padding-right: 24px;
}
.contact-page .contact-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.contact-page .contact-form .title2 {
  text-align: center;
}
.contact-page .contact-form p {
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--black);
  max-width: 465px;
}
.contact-page .contact-form__wrap {
  margin-top: 10px;
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: 566px;
}
.contact-page .contact-form .checkboxV1 {
  max-width: 424px;
  margin-top: 10px;
}
.contact-page .contact-form .checkboxV1 p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  text-align: left;
  color: var(--grey);
}
@media (max-width: 1260px) {
  .contact-page .contact-form {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .contact-page__section1 {
    gap: 15px;
  }
  .contact-page__section2 {
    margin-top: 15px;
    gap: 30px;
  }
  .contact-page .contact-item-box {
    box-shadow: 0 1px 4px 0 rgba(136, 157, 158, 0.3);
    background: var(--white);
    border: 1px solid var(--green);
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    max-width: 100%;
  }
  .contact-page .contact-item-box .title3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 120%;
  }
  .contact-page .contact-item-box__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }
  .contact-page .contact-item-box__top::after {
    position: relative;
    content: "";
    display: flex;
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3172 5.625L16.0664 6.35273L9.88743 12.375L3.70845 6.35273L4.45379 5.625L9.88743 10.916L15.3172 5.625Z' fill='%23889D9E' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.23s;
  }
  .contact-page .contact-item-box__inner {
    margin-top: 15px;
  }
  .contact-page .contact-item-box__innerwrap {
    height: 0;
    overflow: hidden;
    max-height: 0;
    margin-top: 0;
    transition: 0.6s;
  }
  .contact-page .contact-item-box .title3 {
    margin-bottom: 0;
  }
  .contact-page .contact-item-box.active {
    padding-bottom: 20px;
  }
  .contact-page .contact-item-box.active .contact-item-box__innerwrap {
    height: 100%;
    max-height: 1200px;
    transition: 0.6s;
  }
  .contact-page .contact-item-box.active .contact-item-box__top::after {
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.943 5.625L14.625 6.35273L9 12.375L3.375 6.35273L4.05352 5.625L9 10.916L13.943 5.625Z' fill='%2300A67E' /%3E%3C/svg%3E");
  }
  .contact-page .ss-contact__wrap {
    justify-content: flex-start;
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .contact-page {
    margin-top: 17px;
  }
  .contact-page .ss-contact__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .contact-page .сс-warehouses__list {
    flex-direction: column;
    gap: 10px;
  }
  .contact-page .complaint-bot__box {
    font-size: 14px;
    line-height: 114%;
  }
  .contact-page .contact-support__list {
    flex-direction: column;
  }
  .contact-page .contact-form {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    left: -22px;
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (max-width: 1024px) {
  .top-section-service .top-section__content {
    display: none;
  }
}

.pg-info {
  display: flex;
  flex-wrap: nowrap;
  gap: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pg-info__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pg-info__item svg {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
}
.pg-info__item {
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 143%;
  font-weight: 500;
  color: var(--black);
}
.pg-info__item span {
  font-weight: 400;
  color: var(--grey-text);
}
@media (max-width: 1024px) {
  .pg-info {
    margin-top: 10px;
    margin-bottom: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
  }
  .pg-info__item span {
    display: none;
  }
  .pg-info::-webkit-scrollbar {
    width: 0;
    display: none;
  }
}
@media (max-width: 767px) {
  .pg-info {
    flex-wrap: wrap;
    gap: 10px;
  }
  .pg-info__item {
    gap: 5px;
  }
  .pg-info__item svg {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
  }
}

.service-page .service-page-main__image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 460px;
}
.service-page .service-page-main__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
@media (max-width: 1024px) {
  .service-page .service-page-main__image {
    display: none;
  }
}
.service-page__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 73px;
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .service-page__wrapper {
    gap: 24px;
  }
}
.service-page__content {
  width: 100%;
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.service-page__content h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 15px;
}
.service-page__content h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  color: var(--black);
  margin-bottom: 15px;
}
.service-page__content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
}
.service-page__content p a {
  color: var(--green);
}
.service-page__content p a:hover {
  text-decoration: underline;
}
.service-page__content strong {
  font-weight: 500;
}
.service-page .p-md {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
}
.service-page .service0page-img {
  border-radius: 10px;
  height: 560px;
  position: relative;
  overflow: hidden;
}
.service-page .service0page-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
@media (max-width: 1400px) {
  .service-page .service0page-img {
    height: 460px;
  }
}
.service-page .service-txt-section .table-of-contents {
  display: none;
}
.service-page .service-txt-section a {
  color: var(--dark-green);
}
.service-page .service-txt-section p {
  margin-bottom: 20px;
}
.service-page .service-txt-section p:last-child {
  margin-bottom: 0;
}
.service-page .service-txt-section ol,
.service-page .service-txt-section ul,
.service-page .service-txt-section caption,
.service-page .service-txt-section > div,
.service-page .service-txt-section > strong,
.service-page .service-txt-section > img,
.service-page .service-txt-section table {
  margin-bottom: 20px;
}.service-page .service-txt-section > strong {
  display: block;
}
.service-page .service-txt-section > img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.service-page .service-txt-section figure {
  margin-bottom: 20px;
}
.service-page .service-txt-section figure > img {
  width: auto !important;
  height: auto;
  max-width: 100%;
}

.service-page .service-txt-section p img {
  max-width: 100%;
  height: auto;
}
.service-page .service-txt-section a.btn {
  color: var(--dark-green);
  background: none;
  width: fit-content;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}
.service-page .service-txt-section caption,
.service-page .service-txt-section figcaption {
  margin-bottom: 6px;
  font-size: 14px;
}
.service-page .service-txt-section figcaption {
  margin-top: 5px;
  color: var(--grey-text);
  font-style: italic;
}
.service-page .service-txt-section table {
  border-collapse: collapse;
  width: 100%;
}
.service-page .service-txt-section table th,
.service-page .service-txt-section table td {
  border: 1px solid var(--stroke);
  padding: 4px 8px;
}
.service-page .service-txt-section table th {
  font-weight: 500;
}
.service-page .service-txt-section ul {
  display: grid;
  gap: 20px;
}
.service-page .service-txt-section ul > li {
  gap: 15px;
  line-height: 28px;
  padding-left: 43px;
  position: relative;
}
.service-page .service-txt-section ul > li::before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" fill="none"><path d="M11.925 19.098 6.91 14.083l1.671-1.671 3.344 3.342 6.684-6.686 1.672 1.673-8.356 8.357Z" fill="%2300A67E"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1 14C1 6.82 6.82 1 14 1s13 5.82 13 13-5.82 13-13 13S1 21.18 1 14Zm13 10.636a10.637 10.637 0 1 1 0-21.273 10.637 10.637 0 0 1 0 21.273Z" fill="%2300A67E"/></svg>') center center no-repeat;
}
.service-page .service-txt-section ol {
  counter-reset: pay-and-deliv-counter;
  display: grid;
  gap: 20px;
}
.service-page .service-txt-section ol > li {
  gap: 15px;
  position: relative;
  counter-increment: pay-and-deliv-counter;
  line-height: 28px;
  padding-left: 43px;
}
.service-page .service-txt-section ol > li::before {
  content: counter(pay-and-deliv-counter);
  position: absolute;
  left: 0;
  top: 0px;
  background: var(--green);
  border-radius: 5px;
  min-width: 26px;
  max-width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  text-align: center;
  color: var(--white);
}
.service-page .service-txt-section h1,
.service-page .service-txt-section h2 {
  font-weight: 500;
  font-size: 24px;
  margin-top: 20px;
}
.service-page .service-txt-section h3 {
  font-weight: 500;
  font-size: 22px;
  margin-top: 20px;
}
.service-page .service-txt-section h4 {
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
}
.service-page .service-txt-section h5 {
  font-weight: 500;
  font-size: 17px;
  margin-top: 20px;
}
.service-page .service-txt-section h6 {
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
}
.service-page .service-txt-section > *:last-child {
  margin-bottom: 0;
}


.service-page .chk-list {
  display: grid;
  gap: 20px;
}
.service-page .chk-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.service-page .chk-list li svg {
  min-width: 26px;
  max-width: 26px;
  height: 26px;
}
.service-page .chk-list li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
}
.service-page .tx-notice {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  background: #dceaea;
  border-radius: 10px;
  padding: 25px 28px;
}
.service-page .tx-notice svg {
  min-width: 45px;
  max-width: 45px;
  height: 45px;
}
.service-page .tx-notice__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--dark-green);
  margin-bottom: 5px;
}
.service-page .tx-notice p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
}
.service-page .service-nmlist {
  counter-reset: pay-and-deliv-counter;
  display: grid;
  gap: 20px;
  margin-top: 15px;
}
.service-page .service-nm-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
  position: relative;
  counter-increment: pay-and-deliv-counter;
}
.service-page .service-nm-item::before {
  content: counter(pay-and-deliv-counter);
  position: relative;
  background: var(--green);
  border-radius: 5px;
  min-width: 26px;
  max-width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  text-align: center;
  color: var(--white);
}
@media (max-width: 1024px) {
  .service-page .service-nmlist {
    gap: 15px;
  }
  .service-page .service-nm-item {
    font-size: 14px;
    line-height: 143%;
  }
}
.service-page .servise-img-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.service-page .servise-img-grid__image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 270px;
}
.service-page .servise-img-grid__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
@media (max-width: 1200px) {
  .service-page .servise-img-grid__image {
    height: 220px;
  }
}
.service-page .tx-notice2 {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  background: var(--light);
  border: 1px solid var(--green);
  border-radius: 10px;
  padding: 30px 28px;
}
.service-page .tx-notice2 svg {
  min-width: 45px;
  max-width: 45px;
  height: 45px;
}
.service-page .tx-notice2 {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
}
.service-page .tx-notice2 p {
  padding-top: 7px;
}
.service-page .tx-list {
  display: grid;
  gap: 15px;
}
.service-page .tx-list li {
  position: relative;
  display: flex;
  gap: 15px;
  padding-left: 22px;
}
.service-page .tx-list li p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
}
.service-page .tx-list li::before {
  position: absolute;
  content: "";
  background-color: var(--green);
  width: 5px;
  height: 5px;
  border-radius: 10px;
  display: block;
  left: 1px;
  top: 10px;
}
.service-page .service-doc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 80px;
  background: var(--light);
  padding: 30px;
  border-radius: 5px;
}
.service-page .service-doc__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  overflow-wrap: anywhere;
  word-break: break-all;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--grey-text);
  transition: 0.23s;
}
.service-page .service-doc__item svg {
  color: #04575B;
  transition: 0.23s;
  min-width: 26px;
  max-width: 26px;
}
.service-page .service-doc__item:hover {
  color: var(--green);
}
.service-page .service-doc__item:hover svg {
  color: var(--green);
}
.service-page .catalog-slider {
  border-radius: 10px;
  padding: 26px 24px 16px 24px;
}
.service-page .catalog-slider .catalogSlider2 .swiper-wrapper {
  align-items: stretch;
}
.service-page .catalog-slider .catalogSlider2 .swiper-slide {
  height: auto;
  display: flex;
}
.service-page .catalog-slider .catalogSlider2 .catalogSlider-item {
  height: 100%;
  width: 100%;
}
.service-page .catalog-slider .swiper-wrapper {
  padding-bottom: 5px;
}
.service-page .catalog-slider .catalogSlider-item {
  height: 100%;
  min-height: 166px;
  padding-top: 15px;
  padding-left: 12px;
  padding-right: 12px;
}
.service-page .catalog-slider .catalogSlider-item__image {
  width: 70px;
  height: 70px;
}
.service-page .catalog-slider .catalogSlider-item__title {
  text-align: center;
  margin-top: 25px;
}
.service-page .catalogSlider2-next {
  transform: rotate(180deg);
}
.service-page__bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-page__sidebar {
  flex: 0 0 450px;
  width: 450px;
  min-width: 450px;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1400px) {
  .service-page__sidebar {
    flex: 0 0 350px;
    width: 350px;
    min-width: 350px;
    max-width: 350px;
  }
}
@media (max-width: 1024px) {
  .service-page__sidebar {
    display: none;
  }
}
.service-page .sidebap-publicaltions__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  color: var(--black);
  margin-bottom: 15px;
}
.service-page .sidebap-publicaltions__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.service-page .sidebap-publicaltions__nav {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.service-page .sidebap-publicaltions__nav a {
  min-width: 140px;
}
.service-page .sidebap-publicaltions__nav .btn-light:hover {
  background-color: var(--green);
  border-color: var(--green);
}
@media (max-width: 1024px) {
  .service-page__wrapper {
    margin-top: 35px;
  }
  .service-page__content {
    gap: 35px;
  }
  .service-page__content h2 {
    font-size: 24px;
    line-height: 108%;
  }
  .service-page__content h3 {
    font-size: 20px;
    line-height: 120%;
  }
  .service-page__content p {
    font-size: 14px;
    line-height: 160%;
  }
  .service-page__content ol,
  .service-page__content ul {
    font-size: 14px;
    line-height: 160%;
  }
  .service-page__content ol li,
  .service-page__content ul li {
    line-height: 160%;
  }
  .service-page .service-txt-section ul > li,
  .service-page .service-txt-section ol > li {
    line-height: 160%;
  }
  .service-page .service-txt-section ul > li img, 
  .service-page .service-txt-section ol > li img {
    display: block;
  }
  .service-page .p-md {
    font-size: 16px;
    line-height: 125%;
  }
  .service-page .service0page-img {
    height: 320px;
  }
  .service-page .chk-list {
    gap: 15px;
  }
  .service-page .chk-list li svg {
    margin-top: -2px;
  }
  .service-page .tx-notice {
    padding: 20px;
    gap: 16px;
  }
  .service-page .tx-notice svg {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
  }
  .service-page .tx-notice__title {
    font-size: 16px;
    line-height: 125%;
  }
  .service-page .tx-notice p {
    font-size: 14px;
    line-height: 143%;
  }
  .service-page .servise-img-grid {
    gap: 15px;
  }
  .service-page .servise-img-grid__image {
    height: 214px;
  }
  .service-page .tx-notice2 {
    background: #dceaea;
    border-color: #dceaea;
    padding: 20px;
    gap: 16px;
  }
  .service-page .tx-notice2 svg {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
  }
  .service-page .tx-notice2 p {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
  }
  .service-page .service-doc {
    gap: 30px;
  }
  .service-page .catalog-slider {
    width: 100vw;
    position: relative;
    left: -35px;
  }
  .service-page .catalog-slider .catalog-slider__main {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .service-page .catalog-slider {
    width: 100vw;
    left: -22px;
  }
  .service-page .servise-img-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .service-page .servise-img-grid__image {
    height: 300px;
  }
  .service-page .service-doc {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 25px 20px;
  }
  .service-page .banner-cta-place {
    margin-top: -35px;
  }
  .service-page .banner-cta {
    width: 100vw;
    left: -22px;
    position: relative;
    border-radius: 0px;
    background-position: bottom right;
  }
  .service-page__bottom {
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 540px) {
  .service-page .servise-img-grid__image {
    height: 214px;
  }
}

.calc-nav {
  display: grid;
  gap: 30px;
}
.calc-nav .calc-nav-item {
  display: flex;
  align-items: center;
  border-radius: 5px;
  background: #D8E4E4;
  gap: 27px;
  padding: 20px;
  transition: 0.23s;
}
.calc-nav .calc-nav-item__image {
  width: 91px;
}
.calc-nav .calc-nav-item__image img {
  width: 100%;
}
.calc-nav .calc-nav-item {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  color: var(--dark-green);
}
.calc-nav .calc-nav-item:hover {
  background: #cedfdf;
}

.calc-nav-tablet-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .calc-nav-tablet-mobile {
    display: flex;
    width: 100%;
    margin-top: 50px;
  }
  .calc-nav-tablet-mobile .calc-nav {
    width: 100%;
    display: flex;
  }
  .calc-nav-tablet-mobile .calc-nav .calc-nav-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .calc-nav-tablet-mobile {
    margin-top: 30px;
  }
  .calc-nav-tablet-mobile .calc-nav {
    display: grid;
  }
  .calc-nav-tablet-mobile .calc-nav .calc-nav-item {
    width: 100%;
  }
}

.category-page__wrap {
  display: flex;
  gap: 30px;
  margin-top: 15px;
  margin-bottom: 60px;
}
.category-page .category-page-sidebar {
  min-width: 333px;
  width: 333px;
  max-width: 333px;
}
.category-page .category-page-sidebar .calc-nav {
  margin-top: 30px;
}
@media (max-width: 1300px) {
  .category-page .category-page-sidebar {
    min-width: 290px;
    width: 290px;
    max-width: 290px;
  }
}
@media (max-width: 1024px) {
  .category-page .category-page-sidebar {
    display: none;
  }
}
.category-page .category-filter {
  background: var(--light);
  border-radius: 5px;
  padding: 12px 22px 18px 22px;
}
.category-page .category-filter-group, 
.mfilter-free-container .category-filter-group {
  padding-top: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--stroke);
}
.category-page .category-filter-group:last-child {
  border-bottom: none;
}
.category-page .category-filter-group__top,
.mfilter-free-container .category-filter-group .category-filter-group__top {
  display: flex;
  gap: 1px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.category-page .category-filter-group__top span,
.mfilter-free-container .category-filter-group .category-filter-group__top span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
}
.category-page .category-filter-group__top::after,
.mfilter-free-container .category-filter-group .category-filter-group__top::after {
  content: "";
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3165 12.375L16.0657 11.6473L9.88672 5.625L3.70774 11.6473L4.45308 12.375L9.88672 7.08398L15.3165 12.375Z' fill='%23889D9E' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-width: 20px;
  max-width: 20px;
  height: 18px;
  transform: rotate(180deg);
}
.category-page .category-filter-group__list {
  display: none;
  gap: 8px;
  padding-top: 14px;
  padding-right: 0 !important;
}
.category-page .category-filter-group.active .category-filter-group__top::after {
  transform: rotate(0deg);
}
.category-page .category-filter-group.active .category-filter-group__list {
  display: block;
}
.category-page .category-page-content {
  width: 100%;
  min-width: 0;
}
.category-page .category-page-content .mobile-filter-btn {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  width: 100%;
  height: 45px;
  border-radius: 5px;
  background: #04575B;
  border: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  color: var(--white);
}
@media (max-width: 1024px) {
  .category-page .category-page-content .mobile-filter-btn {
    display: flex;
  }
}
@media (max-width: 767px) {
  .category-page .category-page-content .mobile-filter-btn {
    margin-bottom: 15px;
  }
}
.category-page .category-page-content .category-filter-mobile {
  position: fixed;
  top: var(--header-offset, 0px);
  left: 0;
  width: 100%;
  height: calc(100dvh - var(--header-offset, 0px));
  z-index: 90;
  display: flex;
  justify-content: flex-end;
  padding: 0;
  background: rgba(1, 46, 48, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.category-page .category-page-content .category-filter-mobile.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.category-page .category-page-content .category-filter-mobile.active .category-filter-mobile__wrap {
  transform: translateX(0);
}
.category-page .category-page-content .category-filter-mobile__wrap {
  background: var(--light);
  padding: 15px 0px 37px 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateX(100%);
  transition: transform 0.28s ease;
}
.category-page .category-page-content .category-filter-mobile__box {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
@media (max-width: 1024px) {
  .mfilter-free-container {
    position: fixed;
    top: var(--header-offset, 0px);
    left: 0;
    width: 100%;
    height: calc(100dvh - var(--header-offset, 0px));
    z-index: 90;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    background: rgba(1, 46, 48, 0.7);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  .mfilter-free-container::after {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    top: 6px;
    right: 22px;
    background: url('../img/icons/close_filter.svg') center center no-repeat;
  }

  .mfilter-free-container.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mfilter-free-container.active > .mfilter-iscroll {
    transform: translateX(0);
  }

  .mfilter-free-container > .mfilter-iscroll {
    background: var(--light);
    padding: 15px 0px 22px 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: translateX(100%);
    transition: transform 0.28s ease;
  }

  .mfilter-free-container > .mfilter-iscroll > div {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
  }

  .box.category-filter {
    padding: 0;
    padding-right: 22px;
  }

  .mfilter-free-container > .mfilter-iscroll {
    width: 100%;
    height: 100%;
    max-width: 368px;
    max-height: 684px;
  }

  .mfilter-free-container > .mfilter-iscroll > div > div {
    height: 100%;
  }
  
  .mfilter-free-container > .mfilter-iscroll > div > div > .box.category-filter {
    height: 100%;
  }
  
  .mfilter-free-container > .mfilter-iscroll > div > div > .box.category-filter > .box-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .mfilter-free-container > .mfilter-iscroll > div > div > .box.category-filter > .box-content > ul {
    height: calc(100% - 40px);
    overflow-y: auto;
  }
  
  .mfilter-opts-container {
    overflow: hidden;
    padding-bottom: 6px;
  }

}

@media (max-width: 767px) {
  .mfilter-free-container {
    position: fixed;
    top: var(--header-offset, 0px);
    left: 0;
    width: 100%;
    height: calc(100dvh - var(--header-offset, 0px));
    z-index: 90;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    background: rgba(1, 46, 48, 0.7);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  .mfilter-free-container::after {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    top: 6px;
    right: 22px;
    background: url('../img/icons/close_filter.svg') center center no-repeat;
  }

  .mfilter-free-container.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mfilter-free-container.active > .mfilter-iscroll {
    transform: translateX(0);
  }

  .mfilter-free-container > .mfilter-iscroll {
    background: var(--light);
    padding: 15px 0px 22px 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: translateX(100%);
    transition: transform 0.28s ease;
  }

  .mfilter-free-container > .mfilter-iscroll > div {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
  }

  .box.category-filter {
    padding: 0;
    padding-right: 22px;
  }

  .mfilter-free-container > .mfilter-iscroll {
    width: 100%;
    height: 100%;
    max-width: 368px;
    max-height: 684px;
  }

  .mfilter-free-container > .mfilter-iscroll > div > div {
    height: 100%;
  }
  
  .mfilter-free-container > .mfilter-iscroll > div > div > .box.category-filter {
    height: 100%;
  }
  
  .mfilter-free-container > .mfilter-iscroll > div > div > .box.category-filter > .box-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .mfilter-free-container > .mfilter-iscroll > div > div > .box.category-filter > .box-content > ul {
    height: calc(100% - 40px);
    overflow-y: auto;
  }
  
  .mfilter-opts-container {
    overflow: hidden;
    padding-bottom: 6px;
  }

}

.category-page .category-page-content .category-filter-mobile__top {
  position: relative;
  flex-shrink: 0;
  min-height: 25px;
  padding-bottom: 14px;
}
.category-page .category-page-content .category-filter-mobile__close {
  position: absolute;
  top: 15px;
  right: 22px;
  cursor: pointer;
}
.category-page .category-page-content .category-filter-mobile__selectedlist {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding-right: 50px;
}
.category-page .category-page-content .category-filter-mobile .category-filter-mobile-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  border: 1px solid var(--grey);
  border-radius: 5px;
  padding: 9px 5px 9px 10px;
}
.category-page .category-page-content .category-filter-mobile .category-filter-mobile-item__value {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: var(--grey);
}
.category-page .category-page-content .category-filter-mobile .category-filter-mobile-item__remove {
  display: flex;
  align-items: center;
}
.category-page .category-page-content .category-filter-mobile .category-filter-wrap,
.mfilter-free-container > .mfilter-iscroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.category-page .category-page-content .category-filter-mobile .category-filter-wrap::-webkit-scrollbar-track {
  background: var(--stroke);
}
.category-page .category-page-content .category-filter-mobile .category-filter-wrap::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: var(--stroke);
}
.category-page .category-page-content .category-filter-mobile .category-filter-wrap::-webkit-scrollbar-thumb {
  background: var(--green);
}
.category-page .category-page-content .category-filter-mobile__wrap {
  width: 100%;
  height: 100%;
  max-width: 368px;
  max-height: 684px;
}
.category-page .category-page-content .category-filter-mobile .category-filter {
  padding: 0;
  padding-right: 28px;
}
.category-page .category-page-content .category-filter-mobile .category-filter .category-filter-group:nth-child(1) {
  padding-top: 0;
}
.category-page .category-page-content .category-filter-mobile__bottom {
  margin-top: auto;
  flex-shrink: 0;
  padding-top: 25px;
}
.category-page .category-page-content .category-filter-mobile .category-filter-mobile-submit {
  font-size: 14px;
  line-height: 143%;
  min-width: 142px;
  height: 35px;
}
.category-page .category-page-content .cat-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}
.category-page .category-page-content .cat-filter__item {
  cursor: pointer;
  border: 1px solid var(--dark-green);
  border-radius: 5px;
  padding: 7px 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--dark-green);
  transition: 0.23s;
}
.category-page .category-page-content .cat-filter__item input:checked + .cat-filter__item {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
}
.category-page .category-page-content .cat-filter__item:has(input:checked) {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
}
.category-page .category-page-content .cat-filter__item:hover {
  color: var(--green);
  border-color: var(--green);
}
@media (max-width: 767px) {
  .category-page .category-page-content .cat-filter {
    gap: 10px;
    margin-bottom: 15px;
  }
  .category-page .category-page-content .cat-filter__item {
    font-size: 13px;
    padding: 7px 7px;
  }
}
.category-page .category-page-content .category-slider {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  background-color: #fff;
  padding-top: 0;
}
.category-page .category-page-content .categorySlider {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}
.category-page .category-page-content .categorySlider .swiper-wrapper {
  align-items: stretch;
}
.category-page .category-page-content .categorySlider .swiper-slide {
  height: auto;
  display: flex;
}
.category-page .category-page-content .categorySlider .catalogSlider-item {
  height: 100%;
  width: 100%;
  border: 1px solid var(--stroke);
  box-shadow: none;
  padding: 15px 12px 30px 12px;
}
.category-page .category-page-content .categorySlider .catalogSlider-item__image {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
}
.category-page .category-page-content .categorySlider .catalogSlider-item__title {
  text-align: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 113%;
  text-align: center;
  color: var(--black);
  margin-top: 15px;
}
.category-page .category-page-content .categorySlider .catalogSlider-item:hover {
  border: 1px solid var(--green);
  box-shadow: 0 1px 4px 0 rgba(136, 157, 158, 0.3);
}
@media (max-width: 767px) {
  .category-page .category-page-content .categorySlider .catalogSlider-item {
    padding: 12px 8px 12px 8px;
  }
  .category-page .category-page-content .categorySlider .catalogSlider-item__title {
    font-size: 14px;
  }
}
.category-page .category-page-content .categorySlider-next {
  transform: rotate(180deg);
}
.category-page .category-page-content .catagegory-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: var(--light);
  border-radius: 5px;
  padding: 13px 17px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.category-page .category-page-content .catagegory-top .cat-sort {
  display: flex;
  align-items: center;
  gap: 20px;
}
.category-page .category-page-content .catagegory-top .cat-sort__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 83%;
  color: var(--grey-text);
}
.category-page .category-page-content .catagegory-top .cat-sort .cat-sort-box {
  position: relative;
}
.category-page .category-page-content .catagegory-top .cat-sort .cat-sort-main {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.category-page .category-page-content .catagegory-top .cat-sort .cat-sort-main::after {
  content: "";
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.943 5.625L14.625 6.35273L9 12.375L3.375 6.35273L4.05352 5.625L9 10.916L13.943 5.625Z' fill='%23889D9E' /%3E%3C/svg%3E");
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.category-page .category-page-content .catagegory-top .cat-sort .cat-sort-value {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 83%;
  color: var(--green);
}
.category-page .category-page-content .catagegory-top .cat-sort .cat-sortl-list {
  position: absolute;
  z-index: 10;
  top: calc(100% + 16px);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  background: var(--white);
  display: none;
}
.category-page .category-page-content .catagegory-top .cat-sort .cat-sortl-list ul li button {
  padding: 0;
  border: 0;
  background: none;
  height: auto;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  text-align: left;
}
.category-page .category-page-content .catagegory-top .cat-sort .cat-sortl-list ul li,
.category-page .category-page-content .catagegory-top .cat-sort .cat-sortl-list ul li button {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 250%;
  color: var(--grey-text);
  white-space: nowrap;
}
.category-page .category-page-content .catagegory-top .cat-sort .cat-sortl-list ul li.active,
.category-page .category-page-content .catagegory-top .cat-sort .cat-sortl-list ul li button.active {
  color: var(--green);
  background: var(--light);
}
.category-page .category-page-content .catagegory-top .cat-sort .cat-sortl-list ul li:hover,
.category-page .category-page-content .catagegory-top .cat-sort .cat-sortl-list ul li button:hover {
  background: var(--light);
}
@media (max-width: 767px) {
  .category-page .category-page-content .catagegory-top .cat-sort {
    gap: 10px;
  }
  .category-page .category-page-content .catagegory-top .cat-sort .cat-sort-main {
    gap: 5px;
  }
}
@media (max-width: 1024px) {
  .category-page .category-page-content .catagegory-top {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .category-page .category-page-content .catagegory-top {
    width: 100vw;
    position: relative;
    left: -22px;
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 15px;
  }
}
.category-page .category-page-content .cat-table {
  display: block;
}
.category-page .category-page-content .cat-table.active {
  display: block;
}
.category-page .category-page-content .cat-table__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}
.category-page .category-page-content .list .cat-table__list {
  grid-template-columns: 100%;
}
.category-page .category-page-content .cat-table .cat-table-pagination {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .category-page .category-page-content .cat-table .cat-table-pagination .pagination {
    display: none;
  }
}
.category-page .category-page-content .cat-table .cat-table-pagination .btn-cat-prod-more {
  display: none;
  background-color: transparent;
}
.category-page .category-page-content .cat-table .cat-table-pagination .btn-cat-prod-more:hover {
  background-color: var(--dark-green);
}
@media (max-width: 767px) {
  .category-page .category-page-content .cat-table .cat-table-pagination .btn-cat-prod-more {
    display: flex;
  }
}
@media (max-width: 1300px) {
  .category-page .category-page-content .cat-table__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .category-page .category-page-content .cat-table__list {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .category-page .category-page-content .cat-table__list {
    margin-bottom: 15px;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.category-page .category-page-content .cat-list {
  display: grid;
  gap: 30px;
  display: none;
}
.category-page .category-page-content .cat-list.active {
  display: grid;
}
.category-page .category-page-content .catl-prod {
  border: 1px solid var(--stroke);
  border-radius: 5px;
}
.category-page .category-page-content .catl-prod .catl-prod-item {
  padding: 26px;
  border-bottom: 1px solid var(--stroke);
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.category-page .category-page-content .catl-prod .catl-prod-item__wrap {
  width: 100%;
}
.category-page .category-page-content .catl-prod .catl-prod-item__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 130px;
  max-width: 130px;
  aspect-ratio: 1/1;
}
.category-page .category-page-content .catl-prod .catl-prod-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.category-page .category-page-content .catl-prod .catl-prod-item__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 111%;
  color: var(--black);
  margin-bottom: 20px;
}
.category-page .category-page-content .catl-prod .catl-prod-item__title a {
  color: var(--black);
}
.category-page .category-page-content .catl-prod .catl-prod-item__title a:hover {
  text-decoration: underline;
}
.category-page .category-page-content .catl-prod .catl-prod-item__title--mobile {
  display: none;
}
@media (max-width: 767px) {
  .category-page .category-page-content .catl-prod .catl-prod-item__title--mobile {
    display: flex;
  }
}
@media (max-width: 767px) {
  .category-page .category-page-content .catl-prod .catl-prod-item__title--desk-tablet {
    display: none;
  }
}
.category-page .category-page-content .catl-prod .catl-prod-item__container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
}
@media (max-width: 1400px) {
  .category-page .category-page-content .catl-prod .catl-prod-item__container {
    flex-direction: column;
  }
}
.category-page .category-page-content .catl-prod .catl-prod-item .catl-prod-item-parameters {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px 30px;
}
.category-page .category-page-content .catl-prod .catl-prod-item .catl-prod-item-parameters .ct-parameter__label {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 113%;
  color: var(--black);
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .category-page .category-page-content .catl-prod .catl-prod-item .catl-prod-item-parameters .ct-parameter__label span:nth-child(1) {
    display: none;
    font-size: 14px;
  }
}
.category-page .category-page-content .catl-prod .catl-prod-item .catl-prod-item-parameters .ct-parameter__label span:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .category-page .category-page-content .catl-prod .catl-prod-item .catl-prod-item-parameters .ct-parameter__label span:nth-child(2) {
    display: block;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .category-page .category-page-content .catl-prod .catl-prod-item .catl-prod-item-parameters .ct-parameter__label {
    margin-bottom: 3px;
  }
}
.category-page .category-page-content .catl-prod .catl-prod-item__scprc .catl-prod-item-label {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  color: var(--grey);
  display: flex;
  margin-bottom: 4px;
}
.category-page .category-page-content .catl-prod .catl-prod-item__scprc .catl-prod-item-price {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 90%;
  color: var(--black);
  margin-bottom: 25px;
}
.category-page .category-page-content .catl-prod .catl-prod-item__scprc .catl-prod-item-viewall {
  font-size: 14px;
  padding: 8px 13px;
}
@media (max-width: 1400px) {
  .category-page .category-page-content .catl-prod .catl-prod-item__scprc {
    display: flex;
    align-items: flex-start;
    gap: 0 40px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .category-page .category-page-content .catl-prod .catl-prod-item {
    gap: 25px;
  }
  .category-page .category-page-content .catl-prod .catl-prod-item__title {
    margin-bottom: 15px;
  }
  .category-page .category-page-content .catl-prod .catl-prod-item__image {
    min-width: 120px;
    max-width: 120px;
  }
  .category-page .category-page-content .catl-prod .catl-prod-item .catl-prod-item-parameters {
    width: 100%;
  }
  .category-page .category-page-content .catl-prod .catl-prod-item__container {
    gap: 15px;
  }
  .category-page .category-page-content .catl-prod .catl-prod-item__scprc {
    width: 100%;
    gap: 30px;
  }
  .category-page .category-page-content .catl-prod .catl-prod-item .catl-prod-item-prcsec {
    width: calc(50% - 15px);
  }
  .category-page .category-page-content .catl-prod .catl-prod-item .catl-prod-item-viewall {
    padding: 7px 5px;
    width: calc(50% - 15px);
  }
  .category-page .category-page-content .catl-prod .catl-prod-item .catl-prod-item-price {
    margin-bottom: 0;
  }
}
.category-page .category-page-content .catl-prod .catl-prod-item .catl-prod-item-mntop {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .category-page .category-page-content .catl-prod .catl-prod-item {
    padding: 13px 12px 25px 12px;
    flex-direction: column;
    gap: 14px;
  }
  .category-page .category-page-content .catl-prod .catl-prod-item .catl-prod-item-mntop {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .category-page .category-page-content .catl-prod .catl-prod-item__image {
    min-width: 74px;
    max-width: 74px;
  }
  .category-page .category-page-content .catl-prod .catl-prod-item__title {
    font-size: 17px;
    line-height: 111%;
    margin-bottom: 0;
  }
  .category-page .category-page-content .catl-prod .catl-prod-item .catl-prod-item-parameters {
    gap: 10px;
  }
  .category-page .category-page-content .catl-prod .catl-prod-item__scprc {
    gap: 10px;
  }
  .category-page .category-page-content .catl-prod .catl-prod-item .catl-prod-item-prcsec {
    width: calc(50% - 5px);
  }
  .category-page .category-page-content .catl-prod .catl-prod-item .catl-prod-item-viewall {
    width: calc(50% - 5px);
    font-size: 12px;
    line-height: 117%;
  }
}
@media (max-width: 380px) {
  .category-page .category-page-content .catl-prod .catl-prod-item .catl-prod-item-label {
    font-size: 12px;
  }
  .category-page .category-page-content .catl-prod .catl-prod-item .catl-prod-item-price {
    font-size: 18px;
  }
}
.category-page .category-page-content .catl-prod .catl-prod-min {
  padding: 10px 16px 10px 16px;
  border-bottom: 1px solid var(--stroke);
}
.category-page .category-page-content .catl-prod .catl-prod-min:last-child {
  border-bottom: none;
}
.category-page .category-page-content .catl-prod .catl-prod-min {
  display: flex;
  gap: 15px;
}
.category-page .category-page-content .catl-prod .catl-prod-min__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 31px;
}
.category-page .category-page-content .catl-prod .catl-prod-min__main {
  width: 100%;
  max-width: 323px;
}
.category-page .category-page-content .catl-prod .catl-prod-min__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 62px;
  height: 62px;
  aspect-ratio: 1/1;
}
.category-page .category-page-content .catl-prod .catl-prod-min__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.category-page .category-page-content .catl-prod .catl-prod-min__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  color: var(--black);
  margin-bottom: 5px;
}
.category-page .category-page-content .catl-prod .catl-prod-min__title a {
  color: var(--black);
  transition: 0.25s;
}
.category-page .category-page-content .catl-prod .catl-prod-min__title a:hover {
  color: var(--green);
}
.category-page .category-page-content .catl-prod .catl-prod-min .catl-prod-min-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  color: var(--grey);
}
.category-page .category-page-content .catl-prod .catl-prod-min__box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category-page .category-page-content .catl-prod .catl-prod-min .catl-prod-min-model {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  text-align: center;
  color: var(--black);
  min-width: 90px;
  word-break: break-all;
  max-width: 140px;
}
.category-page .category-page-content .catl-prod .catl-prod-min .catl-prod-min-model.catl-prod-min-model-tablet-mob {
  display: none;
}
@media (max-width: 1300px) {
  .category-page .category-page-content .catl-prod .catl-prod-min .catl-prod-min-model.catl-prod-min-model-tablet-mob {
    display: flex;
    margin-bottom: 6px;
  }
}
@media (max-width: 1300px) {
  .category-page .category-page-content .catl-prod .catl-prod-min .catl-prod-min-model.catl-prod-min-model-desktop {
    display: none;
  }
}
.category-page .category-page-content .catl-prod .catl-prod-min .catl-prod-min-prc-av {
  display: flex;
  align-items: center;
  gap: 16px;
}
.category-page .category-page-content .catl-prod .catl-prod-min .catl-prod-min-price {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 113%;
  text-align: center;
  color: var(--black);
  min-width: 75px;
}
.category-page .category-page-content .catl-prod .catl-prod-min .catl-prod-min-avl {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  text-align: center;
  color: var(--red);
  min-width: 115px;
}
.category-page .category-page-content .catl-prod .catl-prod-min .catl-prod-min-avl.yes {
  color: var(--green);
}
.category-page .category-page-content .catl-prod .catl-prod-min .catl-prod-min-orderbtn {
  font-size: 14px;
  padding: 7px;
  min-width: 92px;
}
.category-page .category-page-content .catl-prod .catl-prod-min .catl-prod-min-orderbtn.btn-light {
  background: none;
}
.category-page .category-page-content .catl-prod .catl-prod-min .catl-prod-min-orderbtn.btn-light:hover {
  background: var(--dark-green);
}
@media (max-width: 1400px) {
  .category-page .category-page-content .catl-prod .catl-prod-min {
    padding-right: 16px;
  }
  .category-page .category-page-content .catl-prod .catl-prod-min__container {
    gap: 16px;
  }
  .category-page .category-page-content .catl-prod .catl-prod-min__main {
    max-width: 250px;
  }
  .category-page .category-page-content .catl-prod .catl-prod-min .catl-prod-min-details {
    gap: 6px 12px;
  }
}
@media (max-width: 1200px) {
  .category-page .category-page-content .catl-prod .catl-prod-min {
    gap: 8px;
  }
  .category-page .category-page-content .catl-prod .catl-prod-min__main {
    max-width: 200px;
  }
  .category-page .category-page-content .catl-prod .catl-prod-min .catl-prod-min-prc-av {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .category-page .category-page-content .catl-prod .catl-prod-min .catl-prod-min-price {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .category-page .category-page-content .catl-prod .catl-prod-min__main {
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  .category-page .category-page-content .catl-prod .catl-prod-min {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .category-page .category-page-content .catl-prod .catl-prod-min__container {
    flex-direction: column;
    align-items: flex-start;
  }
  .category-page .category-page-content .catl-prod .catl-prod-min__main {
    max-width: 100%;
  }
  .category-page .category-page-content .catl-prod .catl-prod-min__tp {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .category-page .category-page-content .catl-prod .catl-prod-min .catl-prod-min-model.catl-prod-min-model-tablet-mob {
    margin-bottom: 5px;
  }
  .category-page .category-page-content .catl-prod .catl-prod-min__container {
    gap: 5px;
  }
  .category-page .category-page-content .catl-prod .catl-prod-min .catl-prod-min-prc-av {
    flex-direction: column-reverse;
    gap: 8px;
  }
}
@media (max-width: 576px) {
  .category-page .category-page-content .catl-prod .catl-prod-min__box {
    flex-wrap: wrap;
    gap: 5px;
  }
  .category-page .category-page-content .catl-prod .catl-prod-min .catl-prod-min-prc-av {
    width: 100%;
  }
  .category-page .category-page-content .catl-prod .catl-prod-min .prod-counter {
    height: 35px;
    width: calc(50% - 7px);
  }
  .category-page .category-page-content .catl-prod .catl-prod-min .catl-prod-min-orderbtn {
    width: calc(50% - 7px);
  }
}
.category-page .category-page-content .catl-prod .catl-prod-bottom {
  display: flex;
  justify-content: center;
  padding: 22px;
  border-top: 1px solid var(--stroke);
}
.category-page .category-page-content .catl-prod .catl-prod-bottom .catl-prod-show-more {
  background-color: #fff;
  min-width: 152px;
}
.category-page .category-page-content .catl-prod .catl-prod-bottom .catl-prod-show-more:hover {
  background-color: var(--dark-green);
}
.category-page .banner-cta {
  margin-top: 60px;
}
.category-page .banner-cta__title {
  font-size: 24px;
}
.category-page .banner-cta__box {
  max-width: 816px;
}
.category-page .banner-cta__bnav {
  margin-top: 10px;
  display: flex;
  gap: 20px;
}
.category-page .banner-cta .btn-light {
  border: 1px solid var(--green);
  color: var(--white);
  font-size: 15px;
}
.category-page .banner-cta .btn-light:hover {
  color: var(--green);
  background-color: transparent;
}
.category-page .banner-cta .btn-light:hover svg {
  color: var(--green);
}
@media (max-width: 1024px) {
  .category-page .banner-cta {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .category-page .banner-cta {
    width: 100vw;
    position: relative;
    left: -22px;
    border-radius: 0px;
    margin-top: 36px;
  }
  .category-page .banner-cta .banner-cta__bnav {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .category-page .banner-cta .banner-cta__bnav a {
    height: 50px;
    min-width: 219px;
  }
}
.category-page .video-rev {
  margin-top: 60px;
}
.category-page .video-rev__title {
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  color: var(--black);
}
.category-page .video-rev__box {
  border-radius: 10px;
  overflow: hidden;
}
.category-page .video-rev__video {
  position: relative;
  width: 100%;
  height: 100%;
}
.category-page .video-rev__video video {
  width: 100%;
}
.category-page .video-rev .video-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-page .video-rev .video-poster__image {
  width: 100%;
  height: 100%;
}
.category-page .video-rev .video-poster__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.category-page .video-rev .video-poster__image::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  content: "";
  opacity: 0.55;
}
.category-page .video-rev .video-btn {
  background-color: #00A67E;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.23s;
}
.category-page .video-rev .video-btn:hover {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .category-page .video-rev .video-btn {
    width: 60px;
    height: 60px;
  }
  .category-page .video-rev .video-btn svg {
    width: 41px;
    height: 41px;
  }
}
@media (max-width: 767px) {
  .category-page .video-rev .video-btn {
    width: 54px;
    height: 54px;
  }
  .category-page .video-rev .video-btn svg {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 1024px) {
  .category-page .video-rev {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .category-page .video-rev {
    margin-top: 30px;
  }
  .category-page .video-rev__box {
    width: 100vw;
    position: relative;
    left: -22px;
    border-radius: 0px;
  }
}
.category-page__sections {
  display: grid;
  gap: 60px;
}
.category-page .publication {
  padding: 0;
}
@media (max-width: 1024px) {
  .category-page__wrap {
    margin-bottom: 50px;
  }
  .category-page__sections {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .category-page__wrap {
    margin-bottom: 36px;
  }
  .category-page__sections {
    gap: 30px;
  }
}

.seo-text__wrapper {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--grey-text);
}
.seo-text__wrapper p {
  margin-bottom: 20px;
}
.seo-text__wrapper p:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .seo-text__wrapper {
    margin-top: 15px;
  }
}
.seo-text__preview {
  margin-bottom: 20px;
  transition: 0.25s;
  overflow: hidden;
}
.seo-text__preview a.btn.phone {
  background: none;
  color: var(--dark-green);
  font-size: 16px;
  display: block;
  text-align: left;
}

.seo-text__preview .specialist-consultation a.btn.phone {
  color: var(--white);
}

.seo-text__preview a:not(.btn) {
  color: var(--dark-green);
}
.seo-text__preview ul {
  margin-top: 20px;
  display: grid;
  gap: 20px;
  margin-bottom: 15px;
}
.seo-text__preview ul li {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
  margin-top: 10px;
  padding-left: 43px;
  position: relative;
}
.seo-text__preview ul li::before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" fill="none"><path d="M11.925 19.098 6.91 14.083l1.671-1.671 3.344 3.342 6.684-6.686 1.672 1.673-8.356 8.357Z" fill="%2300A67E"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1 14C1 6.82 6.82 1 14 1s13 5.82 13 13-5.82 13-13 13S1 21.18 1 14Zm13 10.636a10.637 10.637 0 1 1 0-21.273 10.637 10.637 0 0 1 0 21.273Z" fill="%2300A67E"/></svg>') center center no-repeat;
}
.seo-text__preview ul li strong,
.seo-text__preview ul li b {
  display: block;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: var(--black);
  margin-bottom: 10px;
}
.seo-text__preview blockquote {
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 10px;
  background: #dceaea;
  padding: 32px 40px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--dark-green);

  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 124px;
  position: relative;
}
.seo-text__preview blockquote::before {
  width: 45px;
  height: 45px;
  content: "";
  position: absolute;
  left: 45px;
  top: calc(50% - 24px);
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45" fill="%2304575B"><path d="M37.153 22.707c-.032 8.406-6.679 15.257-14.774 15.23-8.123-.031-14.881-6.993-14.863-15.315C7.536 14.24 14.374 7.27 22.51 7.34c8.117.07 14.674 6.95 14.643 15.367ZM22.375 35.944c7.147.014 13.027-5.918 13.039-13.155.012-7.279-5.815-13.251-12.945-13.267-7.153-.014-13.012 5.843-13.037 13.037-.026 7.326 5.82 13.37 12.943 13.385Z"/><path d="M6.412 6.136c.563.61.991 1.015 1.35 1.476.28.363-.142.525-.317.718C.032 16.583-.013 28.77 7.33 37.245c.208.242.926.51.206.967-.47.299-.814 1.113-1.58.236C1.368 33.196-.547 27.072.135 20.083c.492-5.034 2.426-9.42 5.763-13.156.175-.196.293-.446.515-.79ZM43.08 22.668c-.039-5.454-1.83-10.214-5.392-14.28-.183-.21-.678-.358-.375-.78.306-.427.657-.84 1.06-1.165.183-.147.356.206.5.363 3.295 3.61 5.327 7.87 5.925 12.763.868 7.084-1.084 13.322-5.71 18.666-.215.245-.4.788-.784.586-.415-.218-.75-.647-1.043-1.044-.177-.24.158-.395.294-.553 2.746-3.109 4.503-6.718 5.219-10.848.212-1.222.368-2.454.303-3.706l.004-.002ZM23.937 19.96c0 1.577.01 3.154-.004 4.73-.01 1.1-.305 1.37-1.442 1.382-1.332.014-1.71-.246-1.718-1.333-.021-3.254-.02-6.509 0-9.761.006-1.054.449-1.41 1.59-1.401 1.1.008 1.552.397 1.568 1.454.025 1.643.006 3.286.008 4.931l-.002-.002ZM22.409 31.694c-1.319.006-1.635-.285-1.643-1.507-.01-1.413.266-1.726 1.525-1.73 1.29-.006 1.636.337 1.648 1.627.012 1.305-.271 1.604-1.53 1.61Z"/></svg>') center center no-repeat;
}
.seo-text__preview ol {
  counter-reset: pay-and-deliv-counter;
  display: grid;
  gap: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.seo-text__preview ol li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
  position: relative;
  counter-increment: pay-and-deliv-counter;
}
.seo-text__preview ol li::before {
  content: counter(pay-and-deliv-counter);
  position: relative;
  background: var(--green);
  border-radius: 5px;
  min-width: 26px;
  max-width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  text-align: center;
  color: var(--white);
}

.seo-text__preview img {
  max-width: 100%;
}

.seo-text__preview table {
  margin-top: 16px;
}
.seo-text__preview caption {
  margin-bottom: 6px;
  font-size: 14px;
}
.seo-text__preview table {
  border-collapse: collapse;
  width: 100%;
}
.seo-text__preview table th,
.seo-text__preview table td {
  border: 1px solid var(--stroke);
  padding: 4px 8px;
}
.seo-text__preview table th {
  font-weight: 500;
}

.seo-text__preview h2,
.seo-text__preview h3,
.seo-text__preview h4,
.seo-text__preview h5,
.seo-text__preview h6 {
  margin-bottom: 20px;
  color: var(--black);
}

.seo-text__preview h1,
.seo-text__preview h2 {
  font-weight: 600;
  font-size: 24px;
  margin-top: 20px;
}
.seo-text__preview h3 {
  font-weight: 600;
  font-size: 22px;
  margin-top: 20px;
}
.seo-text__preview h4 {
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
}
.seo-text__preview h5 {
  font-weight: 500;
  font-size: 17px;
  margin-top: 20px;
}
.seo-text__preview h6 {
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .seo-text__preview {
    margin-bottom: 15px;
  }
}
.seo-text__hidden {
  display: none;
}
.seo-text .seo-text-btn {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--dark-green);
  display: flex;
  cursor: pointer;
}
.seo-text .seo-text-btn:hover {
  text-decoration: none;
}

.section-faq .faq {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .section-faq .faq {
    margin-top: 17px;
  }
}

.about-page .about-main-image {
  margin-top: 30px;
}
.about-page .about-main-image__image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 420px;
}
.about-page .about-main-image__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
@media (max-width: 1024px) {
  .about-page .about-main-image__image {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .about-page .about-main-image {
    margin-top: 15px;
  }
  .about-page .about-main-image__image {
    height: 210px;
  }
}
.about-page .about-text-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-page .about-text-section .title2 {
  width: 100%;
  max-width: 1000px;
}
.about-page .about-text-section__wrap {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.about-page .about-text-section__wrap p {
  width: 100%;
  max-width: 547px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
}
.about-page .about-text-section__box {
  display: flex;
  width: 100%;
  max-width: 816px;
  gap: 30px;
}
.about-page .about-text-section__box p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
  width: 100%;
  max-width: 330px;
}
@media (max-width: 1024px) {
  .about-page .about-text-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-page .about-text-section .title2 {
    font-size: 20px;
    line-height: 120%;
  }
  .about-page .about-text-section__wrap {
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
  }
  .about-page .about-text-section__wrap p {
    font-size: 16px;
    line-height: 125%;
    max-width: 615px;
  }
  .about-page .about-text-section__box {
    max-width: 100%;
    gap: 30px;
  }
  .about-page .about-text-section__box p {
    font-size: 14px;
    line-height: 143%;
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .about-page .about-text-section {
    padding-top: 55px;
    padding-bottom: 20px;
  }
  .about-page .about-text-section__box {
    flex-direction: column;
    gap: 15px;
  }
  .about-page .about-text-section__box p {
    width: 100%;
    max-width: 100%;
  }
}
.about-page .about-advantage {
  padding-bottom: 60px;
}
.about-page .about-advantage__list {
  display: grid;
  gap: 23px;
}
.about-page .about-advantage__row {
  display: flex;
  gap: 23px;
  width: 100%;
}
.about-page .about-advantage__row:nth-child(1) .about-advantage-item:nth-child(1) {
  width: 25%;
}
.about-page .about-advantage__row:nth-child(1) .about-advantage-item:nth-child(2) {
  width: 25%;
}
.about-page .about-advantage__row:nth-child(1) .about-advantage-item:nth-child(2) p {
  max-width: 240px;
}
.about-page .about-advantage__row:nth-child(1) .about-advantage-item:nth-child(3) {
  width: calc(50% + 30px);
}
.about-page .about-advantage__row:nth-child(1) .about-advantage-item:nth-child(3) p {
  max-width: 270px;
}
.about-page .about-advantage__row:nth-child(2) .about-advantage-item:nth-child(1) {
  width: calc(50% + 30px);
}
.about-page .about-advantage__row:nth-child(2) .about-advantage-item:nth-child(1) p {
  max-width: 290px;
}
.about-page .about-advantage__row:nth-child(2) .about-advantage-item:nth-child(2) {
  width: 25%;
}
.about-page .about-advantage__row:nth-child(2) .about-advantage-item:nth-child(3) {
  width: 25%;
}
.about-page .about-advantage__row:nth-child(2) .about-advantage-item:nth-child(3) p {
  max-width: 230px;
}
.about-page .about-advantage .about-advantage-item {
  background: var(--white);
  border: 1px solid var(--green);
  border-radius: 5px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
}
.about-page .about-advantage .about-advantage-item__top {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.about-page .about-advantage .about-advantage-item__top img {
  width: 111px;
}
.about-page .about-advantage .about-advantage-item__content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--grey-text);
  margin-top: 15px;
}
.about-page .about-advantage .about-advantage-item__title {
  font-family: var(--font-family);
  font-weight: 500;
  line-height: 83%;
  color: var(--black);
  font-size: 40px;
}
.about-page .about-advantage .about-advantage-item__title span {
  font-size: 60px;
}
@media (max-width: 1400px) {
  .about-page .about-advantage .about-advantage-item__title {
    font-size: 30px;
  }
  .about-page .about-advantage .about-advantage-item__title span {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .about-page .about-advantage {
    padding-bottom: 50px;
  }
  .about-page .about-advantage__list {
    gap: 13px;
  }
  .about-page .about-advantage__row {
    gap: 13px;
  }
  .about-page .about-advantage__row:nth-child(1) .about-advantage-item:nth-child(3) p {
    max-width: 180px;
  }
  .about-page .about-advantage .about-advantage-item {
    padding: 12px 9px;
    gap: 15px;
  }
  .about-page .about-advantage .about-advantage-item__top img {
    width: 50px;
  }
  .about-page .about-advantage .about-advantage-item__content p {
    font-size: 12px;
    line-height: 117%;
    margin-top: 15px;
  }
  .about-page .about-advantage .about-advantage-item__title {
    font-size: 20px;
  }
  .about-page .about-advantage .about-advantage-item__title span {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .about-page .about-advantage {
    padding-bottom: 30px;
  }
  .about-page .about-advantage__list {
    gap: 22px;
  }
  .about-page .about-advantage__row {
    gap: 22px;
    flex-wrap: wrap;
  }
  .about-page .about-advantage__row:nth-child(1) .about-advantage-item:nth-child(1) {
    width: calc(50% - 11px);
  }
  .about-page .about-advantage__row:nth-child(1) .about-advantage-item:nth-child(2) {
    width: calc(50% - 11px);
  }
  .about-page .about-advantage__row:nth-child(1) .about-advantage-item:nth-child(3) {
    width: 100%;
  }
  .about-page .about-advantage__row:nth-child(1) .about-advantage-item:nth-child(3) p {
    max-width: 180px;
  }
  .about-page .about-advantage__row:nth-child(2) .about-advantage-item:nth-child(1) {
    width: calc(50% - 11px);
  }
  .about-page .about-advantage__row:nth-child(2) .about-advantage-item:nth-child(2) {
    width: calc(50% - 11px);
  }
  .about-page .about-advantage__row:nth-child(2) .about-advantage-item:nth-child(3) {
    width: 100%;
  }
  .about-page .about-advantage__row:nth-child(2) .about-advantage-item:nth-child(3) p {
    max-width: 180px;
  }
  .about-page .about-advantage .about-advantage-item {
    padding: 12px 9px;
    gap: 5px;
  }
  .about-page .about-advantage .about-advantage-item__title {
    font-size: 20px;
  }
  .about-page .about-advantage .about-advantage-item__title span {
    font-size: 36px;
  }
}
@media (max-width: 389px) {
  .about-page .about-advantage .about-advantage-item__title {
    font-size: 18px;
  }
  .about-page .about-advantage .about-advantage-item__title span {
    font-size: 28px;
  }
}
.about-page .production-txbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 65px;
  margin-bottom: 60px;
  align-items: start;
}
.about-page .production-txbox__item {
  padding-left: 30px;
  border-left: 1px solid var(--green);
}
.about-page .production-txbox__item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
}
@media (max-width: 1024px) {
  .about-page .production-txbox {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 30px;
  }
  .about-page .production-txbox__item {
    padding-left: 15px;
  }
  .about-page .production-txbox__item p {
    font-size: 14px;
    line-height: 143%;
  }
}
.about-page .history {
  background: var(--light);
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-page .history .title2 {
  text-align: center;
  margin-bottom: 30px;
}
.about-page .history .history-nav-box {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  align-items: flex-end;
}
.about-page .history .history-nav-box .history-nav-line {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 8px;
}
.about-page .history .history-nav-box .history-nav-line::before {
  position: absolute;
  content: "";
  height: 3px;
  width: calc(100% - 80px);
  right: 0;
  bottom: 0;
  background-color: var(--grey);
}
@media (max-width: 1024px) {
  .about-page .history .history-nav-box .history-nav-line::before {
    width: calc(100% - 70px);
  }
}
.about-page .history .history-nav-box .history-nav-line__list {
  display: flex;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .about-page .history .history-nav-box .history-nav-line__list {
    justify-content: space-around;
    gap: 26px;
    padding-left: 0;
    padding-right: 0;
  }
}
.about-page .history .history-nav-box .history-nav-line.history-nav-line-start::before {
  width: 100%;
  left: 0;
}
.about-page .history .history-nav-box .history-nav-line.history-nav-line-end::before {
  width: calc(100% - 80px);
  right: auto;
  left: 0;
}
@media (max-width: 1024px) {
  .about-page .history .history-nav-box .history-nav-line.history-nav-line-end::before {
    width: calc(100% - 70px);
  }
}
.about-page .history .history-nav-box .history-nav-line .history-nav-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 122%;
  color: var(--grey-text);
  cursor: pointer;
  transition: 0.23s;
}
.about-page .history .history-nav-box .history-nav-line .history-nav-item::before {
  transition: 0.23s;
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #dceaea;
  bottom: -15px;
  border: 3px solid var(--grey);
}
.about-page .history .history-nav-box .history-nav-line .history-nav-item.active, .about-page .history .history-nav-box .history-nav-line .history-nav-item:hover {
  color: var(--green);
}
.about-page .history .history-nav-box .history-nav-line .history-nav-item.active::before, .about-page .history .history-nav-box .history-nav-line .history-nav-item:hover::before {
  border-color: var(--green);
  background-color: var(--green);
}
.about-page .history .history-nav-box .history-nav-line .history-nav-item.is-hidden {
  display: none;
}
.about-page .history .history-nav-box .history-next {
  transform: rotate(180deg);
}
.about-page .history .history-nav-box .sl-btn:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.about-page .history__main {
  margin-top: 30px;
}
.about-page .history .history-item {
  display: flex;
  padding: 40px 34px;
  background: var(--white);
  border-radius: 10px;
  display: flex;
  gap: 60px;
}
.about-page .history .history-item__image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  height: 325px;
  min-width: 625px;
  max-width: 625px;
}
.about-page .history .history-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.about-page .history .history-item__content {
  padding-top: 50px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
}
.about-page .history .history-item__content > div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.about-page .history .history-item__content > div ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.about-page .history .history-item__content ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;

  padding-left: 43px;
  position: relative;
}
.about-page .history .history-item__content ul li::before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" fill="none"><path d="M11.925 19.098 6.91 14.083l1.671-1.671 3.344 3.342 6.684-6.686 1.672 1.673-8.356 8.357Z" fill="%2300A67E"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1 14C1 6.82 6.82 1 14 1s13 5.82 13 13-5.82 13-13 13S1 21.18 1 14Zm13 10.636a10.637 10.637 0 1 1 0-21.273 10.637 10.637 0 0 1 0 21.273Z" fill="%2300A67E"/></svg>') center center no-repeat;
}
.about-page .history .history-item__content ol {
  counter-reset: pay-and-deliv-counter;
  display: grid;
  gap: 20px;
}
.about-page .history .history-item__content ol li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  counter-increment: pay-and-deliv-counter;
}
.about-page .history .history-item__content ol li::before {
  content: counter(pay-and-deliv-counter);
  position: relative;
  background: var(--green);
  border-radius: 5px;
  min-width: 26px;
  max-width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  text-align: center;
  color: var(--white);
}
.about-page .history .history-item__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  color: var(--black);
  margin-bottom: 15px;
}
.about-page .history.js-history-ready .history-item {
  display: none;
}
.about-page .history.js-history-ready .history-item.active {
  display: flex;
}
.about-page .history.js-history-ready .history__main.is-switching .history-item.active {
  animation: history-item-switch 0.22s ease-out;
}
.about-page .history .sl-btn {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
}
@media (max-width: 1024px) {
  .about-page .history .sl-btn {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
  }
}
@media (max-width: 1300px) {
  .about-page .history .history-item {
    gap: 40px;
  }
  .about-page .history .history-item__image {
    min-width: 450px;
    max-width: 450px;
  }
}
@media (max-width: 1024px) {
  .about-page .history {
    padding-top: 32px;
    padding-bottom: 42px;
  }
  .about-page .history .title2 {
    font-size: 20px;
  }
  .about-page .history .history-nav-box {
    gap: 16px;
  }
  .about-page .history .history-nav-box .history-nav-line .history-nav-item {
    font-size: 16px;
  }
  .about-page .history__main {
    margin-top: 20px;
  }
  .about-page .history .history-item {
    padding: 24px;
    gap: 30px;
  }
  .about-page .history .history-item__image {
    height: 214px;
    min-width: 310px;
    max-width: 310px;
  }
  .about-page .history .history-item__content {
    padding-top: 0;
    font-size: 16px;
  }
  .about-page .history .history-item__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .about-page .history .history-nav-box .history-nav-line__list {
    gap: 16px;
    justify-content: space-between;
  }
  .about-page .history .history-nav-box .history-nav-line::before {
    width: calc(100% - 20px) !important;
    right: 0;
  }
  .about-page .history .history-nav-box .history-nav-line.history-nav-line-start::before {
    width: 100% !important;
    right: 0 !important;
    left: 0 !important;
  }
  .about-page .history .history-nav-box .history-nav-line.history-nav-line-end::before {
    width: calc(100% - 20px) !important;
    right: auto !important;
    left: 0 !important;
  }
  .about-page .history .history-item {
    flex-direction: column;
    gap: 18px;
  }
  .about-page .history .history-item__image {
    min-width: 100%;
    max-width: 100%;
    height: 260px;
  }
}
@media (max-width: 576px) {
  .about-page .history .history-item__image {
    height: 160px;
  }
}
@keyframes history-item-switch {
  0% {
    opacity: 0.68;
    filter: brightness(0.97);
  }
  100% {
    opacity: 1;
    filter: brightness(1);
  }
}
.about-page .production {
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-page .production__top {
  margin-bottom: 30px;
}
.about-page .production__pretitle {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
}
@media (max-width: 1024px) {
  .about-page .production {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-page .production__top {
    margin-bottom: 20px;
  }
  .about-page .production__pretitle {
    font-size: 16px;
    line-height: 125%;
  }
}
.about-page .production .production-info {
  display: grid;
  gap: 60px;
}
.about-page .production .production-info .production-info-item {
  display: flex;
  gap: 87px;
}
.about-page .production .production-info .production-info-item__image {
  width: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  min-height: 373px;
}
.about-page .production .production-info .production-info-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.about-page .production .production-info .production-info-item__content {
  width: 50%;
  padding-top: 12px;
}
.about-page .production .production-info .production-info-item__title {
  margin-bottom: 22px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  color: var(--black);
}
.about-page .production .production-info .production-info-item ul {
  display: grid;
  gap: 20px;
}
.about-page .production .production-info .production-info-item ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;

  padding-left: 43px;
  position: relative;
}
.about-page .production .production-info .production-info-item ul li::before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" fill="none"><path d="M11.925 19.098 6.91 14.083l1.671-1.671 3.344 3.342 6.684-6.686 1.672 1.673-8.356 8.357Z" fill="%2300A67E"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1 14C1 6.82 6.82 1 14 1s13 5.82 13 13-5.82 13-13 13S1 21.18 1 14Zm13 10.636a10.637 10.637 0 1 1 0-21.273 10.637 10.637 0 0 1 0 21.273Z" fill="%2300A67E"/></svg>') center center no-repeat;
}
.about-page .production .production-info .production-info-item ol {
  counter-reset: pay-and-deliv-counter;
  display: grid;
  gap: 20px;
}
.about-page .production .production-info .production-info-item ol li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  counter-increment: pay-and-deliv-counter;
}
.about-page .production .production-info .production-info-item ol li::before {
  content: counter(pay-and-deliv-counter);
  position: relative;
  background: var(--green);
  border-radius: 5px;
  min-width: 26px;
  max-width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  text-align: center;
  color: var(--white);
}
.about-page .production .production-info .production-info-item ul li svg {
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  margin-top: -2px;
}
.about-page .production .production-info .production-info-item ul li p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
}
.about-page .production .production-info .production-info-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .about-page .production .production-info {
    gap: 30px;
  }
  .about-page .production .production-info .production-info-item {
    flex-direction: column !important;
    gap: 30px;
  }
  .about-page .production .production-info .production-info-item__image {
    width: 100%;
  }
  .about-page .production .production-info .production-info-item__content {
    width: 100%;
    padding-top: 0;
  }
  .about-page .production .production-info .production-info-item__title {
    font-size: 18px;
    line-height: 133%;
  }
  .about-page .production .production-info .production-info-item ul {
    gap: 15px;
  }
  .about-page .production .production-info .production-info-item ul li p {
    font-size: 14px;
    line-height: 143%;
  }
}
@media (max-width: 767px) {
  .about-page .production .production-info .production-info-item__image {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
  }
  .about-page .production .production-info .production-info-item ul li svg {
    min-width: 26px;
    max-width: 26px;
  }
}
.about-page .production2 {
  border: 1px solid #dceaea;
  padding-top: 55px;
  padding-bottom: 60px;
}
.about-page .production2__block {
  display: flex;
  gap: 40px;
}
@media (max-width: 1200px) {
  .about-page .production2__block {
    flex-direction: column;
  }
}
.about-page .production2__main {
  min-width: 468px;
  max-width: 468px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about-page .production2__main a {
  font-size: 15px;
  line-height: 120%;
  padding: 12.5px 24px;
}
@media (max-width: 1400px) {
  .about-page .production2__main {
    min-width: 360px;
    max-width: 360px;
  }
}
@media (max-width: 1200px) {
  .about-page .production2__main {
    min-width: auto;
    max-width: 800px;
  }
}
.about-page .production2 p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
}
.about-page .production2 p.production2__accent {
  margin-top: 30px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--dark-green);
  margin-bottom: 12px;
}
.about-page .production2__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 39px;
}
@media (max-width: 1400px) {
  .about-page .production2__list {
    gap: 20px;
  }
}
.about-page .production2 .production2-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--green);
  border-radius: 5px;
  padding: 76px 20px 20px 20px;
}
.about-page .production2 .production2-item__image {
  margin-bottom: 55px;
}
.about-page .production2 .production2-item__image img {
  width: 100px;
}
.about-page .production2 .production2-item__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  text-align: center;
  color: var(--black);
  margin-bottom: 10px;
}
.about-page .production2 .production2-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--grey-text);
}
.about-page .production2 .production-txbox {
  margin-top: 60px;
  margin-bottom: 0;
  background: var(--light);
  border-radius: 10px;
  padding: 55px 35px;
}
@media (max-width: 1024px) {
  .about-page .production2 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .about-page .production2 .title2 {
    font-size: 20px;
    line-height: 120%;
  }
  .about-page .production2__bloxk {
    gap: 30px;
  }
  .about-page .production2 p {
    font-size: 16px;
    line-height: 125%;
  }
  .about-page .production2 p.production2__accent {
    font-size: 16px;
    line-height: 125%;
    margin-top: 15px;
    margin-bottom: 12px;
  }
  .about-page .production2 .production2-item {
    padding: 43px 10px 24px 10px;
  }
  .about-page .production2 .production2-item__image {
    margin-bottom: 34px;
  }
  .about-page .production2 .production2-item__image img {
    width: 50px;
  }
  .about-page .production2 .production2-item__title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 125%;
  }
  .about-page .production2 .production2-item p {
    font-size: 14px;
    line-height: 143%;
  }
  .about-page .production2 .production-txbox {
    gap: 20px;
    background-color: #fff;
    padding: 0;
  }
  .about-page .production2 .production-txbox__item {
    background: var(--light);
    padding: 20px 10px 20px 20px;
  }
  .about-page .production2 .production-txbox__item p {
    font-size: 14px;
    line-height: 143%;
  }
}
@media (max-width: 767px) {
  .about-page .production2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-page .production2__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-page .production2 .production2-item {
    padding-top: 33px;
    padding-bottom: 38px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-page .production2 .production2-item__image {
    margin-bottom: 25px;
  }
  .about-page .production2 .production2-item__image img {
    width: 60px;
  }
  .about-page .production2 .production-txbox {
    margin-top: 30px;
  }
}
.about-page .assembling {
  padding-top: 45px;
  padding-bottom: 55px;
  background: var(--light);
}
.about-page .assembling .title2 {
  text-align: center;
}
.about-page .assembling__pretitle {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  text-align: center;
  color: var(--black);
  margin: 0 auto;
  width: 100%;
  max-width: 1023px;
}
.about-page .assembling__wrap {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.about-page .assembling__col {
  display: grid;
  gap: 40px;
  width: 100%;
  max-width: 386px;
}
.about-page .assembling .assembling-item__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
  margin-bottom: 10px;
}
.about-page .assembling .assembling-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
}
@media (max-width: 1200px) {
  .about-page .assembling__col {
    max-width: 320px;
    gap: 16px;
  }
}
.about-page .assembling .assembling-schem {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 275px;
}
.about-page .assembling .assembling-schem .assembling-schem-col {
  padding-top: 3px;
  padding-bottom: 11px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.about-page .assembling .assembling-schem .assembling-schem-col div {
  background: var(--green);
  border-radius: 5px;
  padding: 15px 10px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 108%;
  text-align: center;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-page .assembling .assembling-schem .assembling-schem-col div:not(:last-child)::after {
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='118' viewBox='0 0 15 118' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.65618 117.707C7.0467 118.098 7.67987 118.098 8.07039 117.707L14.4344 111.343C14.8249 110.953 14.8249 110.319 14.4344 109.929C14.0438 109.538 13.4107 109.538 13.0201 109.929L7.36329 115.586L1.70643 109.929C1.31591 109.538 0.682743 109.538 0.292218 109.929C-0.0983061 110.319 -0.0983061 110.953 0.292218 111.343L6.65618 117.707ZM7.36328 0L6.36328 4.37114e-08L6.36328 1.95L7.36328 1.95L8.36328 1.95L8.36328 -4.37114e-08L7.36328 0ZM7.36328 5.85L6.36328 5.85L6.36328 9.75L7.36328 9.75L8.36328 9.75L8.36328 5.85L7.36328 5.85ZM7.36328 13.65L6.36328 13.65L6.36328 17.55L7.36328 17.55L8.36328 17.55L8.36328 13.65L7.36328 13.65ZM7.36328 21.45L6.36328 21.45L6.36328 25.35L7.36328 25.35L8.36328 25.35L8.36328 21.45L7.36328 21.45ZM7.36328 29.25L6.36328 29.25L6.36328 33.15L7.36328 33.15L8.36328 33.15L8.36328 29.25L7.36328 29.25ZM7.36328 37.05L6.36328 37.05L6.36328 40.95L7.36328 40.95L8.36328 40.95L8.36328 37.05L7.36328 37.05ZM7.36328 44.85L6.36328 44.85L6.36328 48.75L7.36328 48.75L8.36328 48.75L8.36328 44.85L7.36328 44.85ZM7.36328 52.65L6.36328 52.65L6.36328 56.55L7.36328 56.55L8.36328 56.55L8.36328 52.65L7.36328 52.65ZM7.36328 60.45L6.36328 60.45L6.36328 64.35L7.36328 64.35L8.36328 64.35L8.36328 60.45L7.36328 60.45ZM7.36328 68.25L6.36328 68.25L6.36328 72.15L7.36328 72.15L8.36328 72.15L8.36328 68.25L7.36328 68.25ZM7.36328 76.05L6.36328 76.05L6.36328 79.95L7.36328 79.95L8.36328 79.95L8.36328 76.05L7.36328 76.05ZM7.36328 83.85L6.36328 83.85L6.36329 87.75L7.36329 87.75L8.36329 87.75L8.36328 83.85L7.36328 83.85ZM7.36329 91.65L6.36329 91.65L6.36329 95.55L7.36329 95.55L8.36329 95.55L8.36329 91.65L7.36329 91.65ZM7.36329 99.45L6.36329 99.45L6.36329 103.35L7.36329 103.35L8.36329 103.35L8.36329 99.45L7.36329 99.45ZM7.36329 107.25L6.36329 107.25L6.36329 111.15L7.36329 111.15L8.36329 111.15L8.36329 107.25L7.36329 107.25ZM7.36329 115.05L6.36329 115.05L6.36329 117L7.36329 117L8.36329 117L8.36329 115.05L7.36329 115.05ZM6.65618 117.707C7.0467 118.098 7.67987 118.098 8.07039 117.707L14.4344 111.343C14.8249 110.953 14.8249 110.319 14.4344 109.929C14.0438 109.538 13.4107 109.538 13.0201 109.929L7.36329 115.586L1.70643 109.929C1.31591 109.538 0.682743 109.538 0.292218 109.929C-0.0983061 110.319 -0.0983061 110.953 0.292218 111.343L6.65618 117.707ZM7.36328 0L6.36328 4.37114e-08L6.36328 1.95L7.36328 1.95L8.36328 1.95L8.36328 -4.37114e-08L7.36328 0ZM7.36328 5.85L6.36328 5.85L6.36328 9.75L7.36328 9.75L8.36328 9.75L8.36328 5.85L7.36328 5.85ZM7.36328 13.65L6.36328 13.65L6.36328 17.55L7.36328 17.55L8.36328 17.55L8.36328 13.65L7.36328 13.65ZM7.36328 21.45L6.36328 21.45L6.36328 25.35L7.36328 25.35L8.36328 25.35L8.36328 21.45L7.36328 21.45ZM7.36328 29.25L6.36328 29.25L6.36328 33.15L7.36328 33.15L8.36328 33.15L8.36328 29.25L7.36328 29.25ZM7.36328 37.05L6.36328 37.05L6.36328 40.95L7.36328 40.95L8.36328 40.95L8.36328 37.05L7.36328 37.05ZM7.36328 44.85L6.36328 44.85L6.36328 48.75L7.36328 48.75L8.36328 48.75L8.36328 44.85L7.36328 44.85ZM7.36328 52.65L6.36328 52.65L6.36328 56.55L7.36328 56.55L8.36328 56.55L8.36328 52.65L7.36328 52.65ZM7.36328 60.45L6.36328 60.45L6.36328 64.35L7.36328 64.35L8.36328 64.35L8.36328 60.45L7.36328 60.45ZM7.36328 68.25L6.36328 68.25L6.36328 72.15L7.36328 72.15L8.36328 72.15L8.36328 68.25L7.36328 68.25ZM7.36328 76.05L6.36328 76.05L6.36328 79.95L7.36328 79.95L8.36328 79.95L8.36328 76.05L7.36328 76.05ZM7.36328 83.85L6.36328 83.85L6.36329 87.75L7.36329 87.75L8.36329 87.75L8.36328 83.85L7.36328 83.85ZM7.36329 91.65L6.36329 91.65L6.36329 95.55L7.36329 95.55L8.36329 95.55L8.36329 91.65L7.36329 91.65ZM7.36329 99.45L6.36329 99.45L6.36329 103.35L7.36329 103.35L8.36329 103.35L8.36329 99.45L7.36329 99.45ZM7.36329 107.25L6.36329 107.25L6.36329 111.15L7.36329 111.15L8.36329 111.15L8.36329 107.25L7.36329 107.25ZM7.36329 115.05L6.36329 115.05L6.36329 117L7.36329 117L8.36329 117L8.36329 115.05L7.36329 115.05Z' fill='%23889D9E' /%3E%3C/svg%3E");
  content: "";
  width: 14px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  top: 50px;
}
/*.about-page .assembling .assembling-schem .assembling-schem-col div:nth-child(2)::after {
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='118' viewBox='0 0 15 118' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.65618 117.707C7.0467 118.098 7.67987 118.098 8.07039 117.707L14.4344 111.343C14.8249 110.953 14.8249 110.319 14.4344 109.929C14.0438 109.538 13.4107 109.538 13.0201 109.929L7.36329 115.586L1.70643 109.929C1.31591 109.538 0.682743 109.538 0.292218 109.929C-0.0983061 110.319 -0.0983061 110.953 0.292218 111.343L6.65618 117.707ZM7.36328 0L6.36328 4.37114e-08L6.36328 1.95L7.36328 1.95L8.36328 1.95L8.36328 -4.37114e-08L7.36328 0ZM7.36328 5.85L6.36328 5.85L6.36328 9.75L7.36328 9.75L8.36328 9.75L8.36328 5.85L7.36328 5.85ZM7.36328 13.65L6.36328 13.65L6.36328 17.55L7.36328 17.55L8.36328 17.55L8.36328 13.65L7.36328 13.65ZM7.36328 21.45L6.36328 21.45L6.36328 25.35L7.36328 25.35L8.36328 25.35L8.36328 21.45L7.36328 21.45ZM7.36328 29.25L6.36328 29.25L6.36328 33.15L7.36328 33.15L8.36328 33.15L8.36328 29.25L7.36328 29.25ZM7.36328 37.05L6.36328 37.05L6.36328 40.95L7.36328 40.95L8.36328 40.95L8.36328 37.05L7.36328 37.05ZM7.36328 44.85L6.36328 44.85L6.36328 48.75L7.36328 48.75L8.36328 48.75L8.36328 44.85L7.36328 44.85ZM7.36328 52.65L6.36328 52.65L6.36328 56.55L7.36328 56.55L8.36328 56.55L8.36328 52.65L7.36328 52.65ZM7.36328 60.45L6.36328 60.45L6.36328 64.35L7.36328 64.35L8.36328 64.35L8.36328 60.45L7.36328 60.45ZM7.36328 68.25L6.36328 68.25L6.36328 72.15L7.36328 72.15L8.36328 72.15L8.36328 68.25L7.36328 68.25ZM7.36328 76.05L6.36328 76.05L6.36328 79.95L7.36328 79.95L8.36328 79.95L8.36328 76.05L7.36328 76.05ZM7.36328 83.85L6.36328 83.85L6.36329 87.75L7.36329 87.75L8.36329 87.75L8.36328 83.85L7.36328 83.85ZM7.36329 91.65L6.36329 91.65L6.36329 95.55L7.36329 95.55L8.36329 95.55L8.36329 91.65L7.36329 91.65ZM7.36329 99.45L6.36329 99.45L6.36329 103.35L7.36329 103.35L8.36329 103.35L8.36329 99.45L7.36329 99.45ZM7.36329 107.25L6.36329 107.25L6.36329 111.15L7.36329 111.15L8.36329 111.15L8.36329 107.25L7.36329 107.25ZM7.36329 115.05L6.36329 115.05L6.36329 117L7.36329 117L8.36329 117L8.36329 115.05L7.36329 115.05ZM6.65618 117.707C7.0467 118.098 7.67987 118.098 8.07039 117.707L14.4344 111.343C14.8249 110.953 14.8249 110.319 14.4344 109.929C14.0438 109.538 13.4107 109.538 13.0201 109.929L7.36329 115.586L1.70643 109.929C1.31591 109.538 0.682743 109.538 0.292218 109.929C-0.0983061 110.319 -0.0983061 110.953 0.292218 111.343L6.65618 117.707ZM7.36328 0L6.36328 4.37114e-08L6.36328 1.95L7.36328 1.95L8.36328 1.95L8.36328 -4.37114e-08L7.36328 0ZM7.36328 5.85L6.36328 5.85L6.36328 9.75L7.36328 9.75L8.36328 9.75L8.36328 5.85L7.36328 5.85ZM7.36328 13.65L6.36328 13.65L6.36328 17.55L7.36328 17.55L8.36328 17.55L8.36328 13.65L7.36328 13.65ZM7.36328 21.45L6.36328 21.45L6.36328 25.35L7.36328 25.35L8.36328 25.35L8.36328 21.45L7.36328 21.45ZM7.36328 29.25L6.36328 29.25L6.36328 33.15L7.36328 33.15L8.36328 33.15L8.36328 29.25L7.36328 29.25ZM7.36328 37.05L6.36328 37.05L6.36328 40.95L7.36328 40.95L8.36328 40.95L8.36328 37.05L7.36328 37.05ZM7.36328 44.85L6.36328 44.85L6.36328 48.75L7.36328 48.75L8.36328 48.75L8.36328 44.85L7.36328 44.85ZM7.36328 52.65L6.36328 52.65L6.36328 56.55L7.36328 56.55L8.36328 56.55L8.36328 52.65L7.36328 52.65ZM7.36328 60.45L6.36328 60.45L6.36328 64.35L7.36328 64.35L8.36328 64.35L8.36328 60.45L7.36328 60.45ZM7.36328 68.25L6.36328 68.25L6.36328 72.15L7.36328 72.15L8.36328 72.15L8.36328 68.25L7.36328 68.25ZM7.36328 76.05L6.36328 76.05L6.36328 79.95L7.36328 79.95L8.36328 79.95L8.36328 76.05L7.36328 76.05ZM7.36328 83.85L6.36328 83.85L6.36329 87.75L7.36329 87.75L8.36329 87.75L8.36328 83.85L7.36328 83.85ZM7.36329 91.65L6.36329 91.65L6.36329 95.55L7.36329 95.55L8.36329 95.55L8.36329 91.65L7.36329 91.65ZM7.36329 99.45L6.36329 99.45L6.36329 103.35L7.36329 103.35L8.36329 103.35L8.36329 99.45L7.36329 99.45ZM7.36329 107.25L6.36329 107.25L6.36329 111.15L7.36329 111.15L8.36329 111.15L8.36329 107.25L7.36329 107.25ZM7.36329 115.05L6.36329 115.05L6.36329 117L7.36329 117L8.36329 117L8.36329 115.05L7.36329 115.05Z' fill='%23889D9E' /%3E%3C/svg%3E");
  content: "";
  width: 14px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  top: 50px;
}*/
.about-page .assembling .assembling-schem .assembling-schem-col div::after {
  height: calc(var(--arrow-height) - 58px);
}
.about-page .assembling .assembling-schem .assembling-schem-col:nth-child(2) {
  width: 100%;
  position: relative;
  margin-left: 6px;
  margin-right: 6px;
}
.about-page .assembling .assembling-schem .assembling-schem-col span {
  position: absolute;
}
.about-page .assembling .assembling-schem .assembling-schem-col span:nth-child(1) {
  top: 15px;
  right: 0;
  width: 100%;
  height: 16px;
  width: 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='95' height='15' viewBox='0 0 95 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M94.7071 8.07088C95.0976 7.68036 95.0976 7.0472 94.7071 6.65667L88.3431 0.292709C87.9526 -0.097815 87.3195 -0.097815 86.9289 0.292709C86.5384 0.683234 86.5384 1.3164 86.9289 1.70692L92.5858 7.36378L86.9289 13.0206C86.5384 13.4112 86.5384 14.0443 86.9289 14.4348C87.3195 14.8254 87.9526 14.8254 88.3431 14.4348L94.7071 8.07088ZM0 7.36377L-8.74228e-08 8.36377L1.95833 8.36377L1.95833 7.36377L1.95833 6.36377L8.74228e-08 6.36377L0 7.36377ZM5.875 7.36377L5.875 8.36377L9.79167 8.36377L9.79167 7.36377L9.79167 6.36377L5.875 6.36377L5.875 7.36377ZM13.7083 7.36377L13.7083 8.36377L17.625 8.36377L17.625 7.36377L17.625 6.36377L13.7083 6.36377L13.7083 7.36377ZM21.5417 7.36377L21.5417 8.36377L25.4583 8.36377L25.4583 7.36377L25.4583 6.36377L21.5417 6.36377L21.5417 7.36377ZM29.375 7.36377L29.375 8.36377L33.2917 8.36377L33.2917 7.36377L33.2917 6.36377L29.375 6.36377L29.375 7.36377ZM37.2083 7.36377L37.2083 8.36377L41.125 8.36377L41.125 7.36377L41.125 6.36377L37.2083 6.36377L37.2083 7.36377ZM45.0417 7.36377L45.0417 8.36377L48.9583 8.36377L48.9583 7.36377L48.9583 6.36377L45.0417 6.36377L45.0417 7.36377ZM52.875 7.36377L52.875 8.36377L56.7917 8.36377L56.7917 7.36377L56.7917 6.36377L52.875 6.36377L52.875 7.36377ZM60.7083 7.36377L60.7083 8.36377L64.625 8.36378L64.625 7.36378L64.625 6.36378L60.7083 6.36377L60.7083 7.36377ZM68.5417 7.36378L68.5417 8.36378L72.4583 8.36378L72.4583 7.36378L72.4583 6.36378L68.5417 6.36378L68.5417 7.36378ZM76.375 7.36378L76.375 8.36378L80.2917 8.36378L80.2917 7.36378L80.2917 6.36378L76.375 6.36378L76.375 7.36378ZM84.2083 7.36378L84.2083 8.36378L88.125 8.36378L88.125 7.36378L88.125 6.36378L84.2083 6.36378L84.2083 7.36378ZM92.0417 7.36378L92.0417 8.36378L94 8.36378L94 7.36378L94 6.36378L92.0417 6.36378L92.0417 7.36378ZM94.7071 8.07088C95.0976 7.68036 95.0976 7.0472 94.7071 6.65667L88.3431 0.292709C87.9526 -0.097815 87.3195 -0.097815 86.9289 0.292709C86.5384 0.683234 86.5384 1.3164 86.9289 1.70692L92.5858 7.36378L86.9289 13.0206C86.5384 13.4112 86.5384 14.0443 86.9289 14.4348C87.3195 14.8254 87.9526 14.8254 88.3431 14.4348L94.7071 8.07088ZM0 7.36377L-8.74228e-08 8.36377L1.95833 8.36377L1.95833 7.36377L1.95833 6.36377L8.74228e-08 6.36377L0 7.36377ZM5.875 7.36377L5.875 8.36377L9.79167 8.36377L9.79167 7.36377L9.79167 6.36377L5.875 6.36377L5.875 7.36377ZM13.7083 7.36377L13.7083 8.36377L17.625 8.36377L17.625 7.36377L17.625 6.36377L13.7083 6.36377L13.7083 7.36377ZM21.5417 7.36377L21.5417 8.36377L25.4583 8.36377L25.4583 7.36377L25.4583 6.36377L21.5417 6.36377L21.5417 7.36377ZM29.375 7.36377L29.375 8.36377L33.2917 8.36377L33.2917 7.36377L33.2917 6.36377L29.375 6.36377L29.375 7.36377ZM37.2083 7.36377L37.2083 8.36377L41.125 8.36377L41.125 7.36377L41.125 6.36377L37.2083 6.36377L37.2083 7.36377ZM45.0417 7.36377L45.0417 8.36377L48.9583 8.36377L48.9583 7.36377L48.9583 6.36377L45.0417 6.36377L45.0417 7.36377ZM52.875 7.36377L52.875 8.36377L56.7917 8.36377L56.7917 7.36377L56.7917 6.36377L52.875 6.36377L52.875 7.36377ZM60.7083 7.36377L60.7083 8.36377L64.625 8.36378L64.625 7.36378L64.625 6.36378L60.7083 6.36377L60.7083 7.36377ZM68.5417 7.36378L68.5417 8.36378L72.4583 8.36378L72.4583 7.36378L72.4583 6.36378L68.5417 6.36378L68.5417 7.36378ZM76.375 7.36378L76.375 8.36378L80.2917 8.36378L80.2917 7.36378L80.2917 6.36378L76.375 6.36378L76.375 7.36378ZM84.2083 7.36378L84.2083 8.36378L88.125 8.36378L88.125 7.36378L88.125 6.36378L84.2083 6.36378L84.2083 7.36378ZM92.0417 7.36378L92.0417 8.36378L94 8.36378L94 7.36378L94 6.36378L92.0417 6.36378L92.0417 7.36378Z' fill='%23889D9E' /%3E%3C/svg%3E");
}
.about-page .assembling .assembling-schem .assembling-schem-col span:nth-child(2) {
  bottom: 24px;
  left: 0;
  width: 100%;
  height: 16px;
  width: 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='91' height='2' viewBox='0 0 91 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='91' y1='1' x2='8.74228e-08' y2='1.00001' stroke='%23889D9E' stroke-width='2' stroke-dasharray='4 4'/%3E%3C/svg%3E%0A");
}
.about-page .assembling .assembling-schem .assembling-schem-col span:nth-child(3) {
  height: calc(100% - 58px);
  width: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='312' viewBox='0 0 2 312' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' x2='1' y2='312' stroke='%23889D9E' stroke-width='2' stroke-dasharray='4 4'/%3E%3C/svg%3E%0A");
  background-repeat: repeat-y;
  background-position: center;
  left: calc(50% - 5px);
  top: 26px;
  bottom: 1px;
  background-repeat: repeat-y;
}
@media (max-width: 1024px) {
  .about-page .assembling {
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .about-page .assembling__pretitle {
    font-size: 16px;
  }
  .about-page .assembling .assembling-schem {
    display: none;
  }
  .about-page .assembling__wrap {
    margin-top: 27px;
    flex-direction: column;
    gap: 30px;
    counter-reset: assembling-step;
  }
  .about-page .assembling__col {
    max-width: 100%;
    gap: 30px;
  }
  .about-page .assembling__col:last-child .assembling-item:last-child::after {
    display: none;
  }
  .about-page .assembling .assembling-item {
    padding-top: 3px;
    position: relative;
    padding-left: 46px;
  }
  .about-page .assembling .assembling-item::before {
    content: counter(assembling-step);
    counter-increment: assembling-step;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--green);
    border-radius: 5px;
    min-width: 26px;
    max-width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: var(--white);
  }
  .about-page .assembling .assembling-item:after {
    content: "";
    position: absolute;
    z-index: 2;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='242' viewBox='0 0 15 242' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.65619 241.707C7.04671 242.098 7.67987 242.098 8.0704 241.707L14.4344 235.343C14.8249 234.953 14.8249 234.319 14.4344 233.929C14.0438 233.538 13.4107 233.538 13.0201 233.929L7.36329 239.586L1.70644 233.929C1.31591 233.538 0.682748 233.538 0.292224 233.929C-0.0983007 234.319 -0.0983007 234.953 0.292224 235.343L6.65619 241.707ZM7.36328 0L6.36328 4.37114e-08L6.36328 2.00833L7.36328 2.00833L8.36328 2.00833L8.36328 -4.37114e-08L7.36328 0ZM7.36328 6.025L6.36328 6.025L6.36328 10.0417L7.36328 10.0417L8.36328 10.0417L8.36328 6.025L7.36328 6.025ZM7.36328 14.0583L6.36328 14.0583L6.36328 18.075L7.36328 18.075L8.36328 18.075L8.36328 14.0583L7.36328 14.0583ZM7.36328 22.0917L6.36328 22.0917L6.36328 26.1083L7.36328 26.1083L8.36328 26.1083L8.36328 22.0917L7.36328 22.0917ZM7.36328 30.125L6.36328 30.125L6.36328 34.1417L7.36328 34.1417L8.36328 34.1417L8.36328 30.125L7.36328 30.125ZM7.36328 38.1583L6.36328 38.1583L6.36328 42.175L7.36328 42.175L8.36328 42.175L8.36328 38.1583L7.36328 38.1583ZM7.36328 46.1917L6.36328 46.1917L6.36328 50.2083L7.36328 50.2083L8.36328 50.2083L8.36328 46.1917L7.36328 46.1917ZM7.36328 54.225L6.36328 54.225L6.36328 58.2417L7.36328 58.2417L8.36328 58.2417L8.36328 54.225L7.36328 54.225ZM7.36328 62.2583L6.36328 62.2583L6.36328 66.275L7.36328 66.275L8.36328 66.275L8.36328 62.2583L7.36328 62.2583ZM7.36328 70.2917L6.36328 70.2917L6.36328 74.3083L7.36328 74.3083L8.36328 74.3083L8.36328 70.2917L7.36328 70.2917ZM7.36328 78.325L6.36328 78.325L6.36328 82.3417L7.36328 82.3417L8.36328 82.3417L8.36328 78.325L7.36328 78.325ZM7.36329 86.3584L6.36329 86.3584L6.36329 90.375L7.36329 90.375L8.36329 90.375L8.36329 86.3584L7.36329 86.3584ZM7.36329 94.3917L6.36329 94.3917L6.36329 98.4084L7.36329 98.4084L8.36329 98.4084L8.36329 94.3917L7.36329 94.3917ZM7.36329 102.425L6.36329 102.425L6.36329 106.442L7.36329 106.442L8.36329 106.442L8.36329 102.425L7.36329 102.425ZM7.36329 110.458L6.36329 110.458L6.36329 114.475L7.36329 114.475L8.36329 114.475L8.36329 110.458L7.36329 110.458ZM7.36329 118.492L6.36329 118.492L6.36329 122.508L7.36329 122.508L8.36329 122.508L8.36329 118.492L7.36329 118.492ZM7.36329 126.525L6.36329 126.525L6.36329 130.542L7.36329 130.542L8.36329 130.542L8.36329 126.525L7.36329 126.525ZM7.36329 134.558L6.36329 134.558L6.36329 138.575L7.36329 138.575L8.36329 138.575L8.36329 134.558L7.36329 134.558ZM7.36329 142.592L6.36329 142.592L6.36329 146.608L7.36329 146.608L8.36329 146.608L8.36329 142.592L7.36329 142.592ZM7.36329 150.625L6.36329 150.625L6.36329 154.642L7.36329 154.642L8.36329 154.642L8.36329 150.625L7.36329 150.625ZM7.36329 158.658L6.36329 158.658L6.36329 162.675L7.36329 162.675L8.36329 162.675L8.36329 158.658L7.36329 158.658ZM7.36329 166.692L6.36329 166.692L6.36329 170.708L7.36329 170.708L8.36329 170.708L8.36329 166.692L7.36329 166.692ZM7.36329 174.725L6.36329 174.725L6.36329 178.742L7.36329 178.742L8.36329 178.742L8.36329 174.725L7.36329 174.725ZM7.36329 182.758L6.36329 182.758L6.36329 186.775L7.36329 186.775L8.36329 186.775L8.36329 182.758L7.36329 182.758ZM7.36329 190.792L6.36329 190.792L6.36329 194.808L7.36329 194.808L8.36329 194.808L8.36329 190.792L7.36329 190.792ZM7.36329 198.825L6.36329 198.825L6.36329 202.842L7.36329 202.842L8.36329 202.842L8.36329 198.825L7.36329 198.825ZM7.36329 206.858L6.36329 206.858L6.36329 210.875L7.36329 210.875L8.36329 210.875L8.36329 206.858L7.36329 206.858ZM7.36329 214.892L6.36329 214.892L6.36329 218.908L7.36329 218.908L8.36329 218.908L8.36329 214.892L7.36329 214.892ZM7.36329 222.925L6.36329 222.925L6.36329 226.942L7.36329 226.942L8.36329 226.942L8.36329 222.925L7.36329 222.925ZM7.36329 230.958L6.36329 230.958L6.36329 234.975L7.36329 234.975L8.36329 234.975L8.36329 230.958L7.36329 230.958ZM7.36329 238.992L6.36329 238.992L6.36329 241L7.36329 241L8.36329 241L8.36329 238.992L7.36329 238.992ZM6.65619 241.707C7.04671 242.098 7.67987 242.098 8.0704 241.707L14.4344 235.343C14.8249 234.953 14.8249 234.319 14.4344 233.929C14.0438 233.538 13.4107 233.538 13.0201 233.929L7.36329 239.586L1.70644 233.929C1.31591 233.538 0.682748 233.538 0.292224 233.929C-0.0983007 234.319 -0.0983007 234.953 0.292224 235.343L6.65619 241.707ZM7.36328 0L6.36328 4.37114e-08L6.36328 2.00833L7.36328 2.00833L8.36328 2.00833L8.36328 -4.37114e-08L7.36328 0ZM7.36328 6.025L6.36328 6.025L6.36328 10.0417L7.36328 10.0417L8.36328 10.0417L8.36328 6.025L7.36328 6.025ZM7.36328 14.0583L6.36328 14.0583L6.36328 18.075L7.36328 18.075L8.36328 18.075L8.36328 14.0583L7.36328 14.0583ZM7.36328 22.0917L6.36328 22.0917L6.36328 26.1083L7.36328 26.1083L8.36328 26.1083L8.36328 22.0917L7.36328 22.0917ZM7.36328 30.125L6.36328 30.125L6.36328 34.1417L7.36328 34.1417L8.36328 34.1417L8.36328 30.125L7.36328 30.125ZM7.36328 38.1583L6.36328 38.1583L6.36328 42.175L7.36328 42.175L8.36328 42.175L8.36328 38.1583L7.36328 38.1583ZM7.36328 46.1917L6.36328 46.1917L6.36328 50.2083L7.36328 50.2083L8.36328 50.2083L8.36328 46.1917L7.36328 46.1917ZM7.36328 54.225L6.36328 54.225L6.36328 58.2417L7.36328 58.2417L8.36328 58.2417L8.36328 54.225L7.36328 54.225ZM7.36328 62.2583L6.36328 62.2583L6.36328 66.275L7.36328 66.275L8.36328 66.275L8.36328 62.2583L7.36328 62.2583ZM7.36328 70.2917L6.36328 70.2917L6.36328 74.3083L7.36328 74.3083L8.36328 74.3083L8.36328 70.2917L7.36328 70.2917ZM7.36328 78.325L6.36328 78.325L6.36328 82.3417L7.36328 82.3417L8.36328 82.3417L8.36328 78.325L7.36328 78.325ZM7.36329 86.3584L6.36329 86.3584L6.36329 90.375L7.36329 90.375L8.36329 90.375L8.36329 86.3584L7.36329 86.3584ZM7.36329 94.3917L6.36329 94.3917L6.36329 98.4084L7.36329 98.4084L8.36329 98.4084L8.36329 94.3917L7.36329 94.3917ZM7.36329 102.425L6.36329 102.425L6.36329 106.442L7.36329 106.442L8.36329 106.442L8.36329 102.425L7.36329 102.425ZM7.36329 110.458L6.36329 110.458L6.36329 114.475L7.36329 114.475L8.36329 114.475L8.36329 110.458L7.36329 110.458ZM7.36329 118.492L6.36329 118.492L6.36329 122.508L7.36329 122.508L8.36329 122.508L8.36329 118.492L7.36329 118.492ZM7.36329 126.525L6.36329 126.525L6.36329 130.542L7.36329 130.542L8.36329 130.542L8.36329 126.525L7.36329 126.525ZM7.36329 134.558L6.36329 134.558L6.36329 138.575L7.36329 138.575L8.36329 138.575L8.36329 134.558L7.36329 134.558ZM7.36329 142.592L6.36329 142.592L6.36329 146.608L7.36329 146.608L8.36329 146.608L8.36329 142.592L7.36329 142.592ZM7.36329 150.625L6.36329 150.625L6.36329 154.642L7.36329 154.642L8.36329 154.642L8.36329 150.625L7.36329 150.625ZM7.36329 158.658L6.36329 158.658L6.36329 162.675L7.36329 162.675L8.36329 162.675L8.36329 158.658L7.36329 158.658ZM7.36329 166.692L6.36329 166.692L6.36329 170.708L7.36329 170.708L8.36329 170.708L8.36329 166.692L7.36329 166.692ZM7.36329 174.725L6.36329 174.725L6.36329 178.742L7.36329 178.742L8.36329 178.742L8.36329 174.725L7.36329 174.725ZM7.36329 182.758L6.36329 182.758L6.36329 186.775L7.36329 186.775L8.36329 186.775L8.36329 182.758L7.36329 182.758ZM7.36329 190.792L6.36329 190.792L6.36329 194.808L7.36329 194.808L8.36329 194.808L8.36329 190.792L7.36329 190.792ZM7.36329 198.825L6.36329 198.825L6.36329 202.842L7.36329 202.842L8.36329 202.842L8.36329 198.825L7.36329 198.825ZM7.36329 206.858L6.36329 206.858L6.36329 210.875L7.36329 210.875L8.36329 210.875L8.36329 206.858L7.36329 206.858ZM7.36329 214.892L6.36329 214.892L6.36329 218.908L7.36329 218.908L8.36329 218.908L8.36329 214.892L7.36329 214.892ZM7.36329 222.925L6.36329 222.925L6.36329 226.942L7.36329 226.942L8.36329 226.942L8.36329 222.925L7.36329 222.925ZM7.36329 230.958L6.36329 230.958L6.36329 234.975L7.36329 234.975L8.36329 234.975L8.36329 230.958L7.36329 230.958ZM7.36329 238.992L6.36329 238.992L6.36329 241L7.36329 241L8.36329 241L8.36329 238.992L7.36329 238.992Z' fill='%23889D9E' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 14px;
    height: calc(100% - 10px);
    top: 30px;
    left: 6px;
  }
  .about-page .assembling .assembling-item__title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .about-page .assembling .assembling-item p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .about-page .assembling {
    padding-bottom: 30px;
  }
  .about-page .assembling__wrap {
    margin-top: 15px;
    gap: 20px;
  }
  .about-page .assembling__col {
    gap: 20px;
  }
  .about-page .assembling .assembling-item::after {
    height: calc(100% - 15px);
  }
}
.about-page .guarant {
  padding: 60px 0px;
  border-bottom: 1px solid #dceaea;
}
.about-page .guarant .guarant-top {
  display: flex;
  justify-content: space-between;
  gap: 44px;
  margin-bottom: 30px;
}
.about-page .guarant .guarant-top .title2 {
  font-size: 36px;
  line-height: 125%;
  margin-bottom: 0;
  width: 100%;
  min-width: 575px;
  max-width: 575px;
}
@media (max-width: 1300px) {
  .about-page .guarant .guarant-top .title2 {
    min-width: 500px;
    max-width: 500px;
  }
}
.about-page .guarant .guarant-top p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: var(--black);
  width: 100%;
  max-width: 770px;
}
.about-page .guarant__wrap {
  display: flex;
  justify-content: space-between;
  gap: 44px;
}
.about-page .guarant__image {
  width: 100%;
  min-width: 575px;
  max-width: 575px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  min-height: 345px;
}
.about-page .guarant__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
@media (max-width: 1300px) {
  .about-page .guarant__image {
    min-width: 500px;
    max-width: 500px;
  }
}
.about-page .guarant__content {
  width: 100%;
  max-width: 770px;
}
.about-page .guarant__title1 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 108%;
  color: var(--green);
  margin-bottom: 15px;
}
.about-page .guarant__title2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  color: var(--black);
}
.about-page .guarant__list,
.about-page .guarant__content > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
  margin-top: 34px;
}
.about-page .guarant__list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.about-page .guarant__list li svg {
  min-width: 26px;
  max-width: 26px;
}
.about-page .guarant__list li p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
}
.about-page .guarant__content > ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;

  padding-left: 43px;
  position: relative;
}
.about-page .guarant__content > ul li:before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" fill="none"><path d="M11.925 19.098 6.91 14.083l1.671-1.671 3.344 3.342 6.684-6.686 1.672 1.673-8.356 8.357Z" fill="%2300A67E"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1 14C1 6.82 6.82 1 14 1s13 5.82 13 13-5.82 13-13 13S1 21.18 1 14Zm13 10.636a10.637 10.637 0 1 1 0-21.273 10.637 10.637 0 0 1 0 21.273Z" fill="%2300A67E"/></svg>') center center no-repeat;
}
.about-page .guarant__content > ol {
  counter-reset: pay-and-deliv-counter;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
  margin-top: 34px;
}
.about-page .guarant__content > ol li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  counter-increment: pay-and-deliv-counter;
}
.about-page .guarant__content > ol li::before {
  content: counter(pay-and-deliv-counter);
  position: relative;
  background: var(--green);
  border-radius: 5px;
  min-width: 26px;
  max-width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  text-align: center;
  color: var(--white);
}
@media (max-width: 1300px) {
  .about-page .guarant__list,
  .about-page .guarant__content > ul,
  .about-page .guarant__content > ol {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-page .guarant__note {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
  padding-left: 30px;
  border-left: 1px solid var(--green);
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .about-page .guarant {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .about-page .guarant .guarant-top {
    gap: 15px;
    margin-bottom: 30px;
    flex-direction: column;
  }
  .about-page .guarant .guarant-top .title2 {
    font-size: 24px;
    min-width: 100%;
    max-width: 100%;
  }
  .about-page .guarant .guarant-top p {
    font-size: 16px;
    max-width: 100%;
  }
  .about-page .guarant__wrap {
    gap: 30px;
    flex-direction: column;
  }
  .about-page .guarant__image {
    min-width: 100%;
    max-width: 100%;
    border-radius: 10px;
    height: 100%;
    min-height: 250px;
  }
  .about-page .guarant__content {
    max-width: 100%;
  }
  .about-page .guarant__title1 {
    font-size: 20px;
  }
  .about-page .guarant__title2 {
    font-size: 20px;
  }
  .about-page .guarant__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
    margin-top: 20px;
  }
  .about-page .guarant__list li {
    gap: 15px;
  }
  .about-page .guarant__list li p {
    font-size: 14px;
  }
  .about-page .guarant__note {
    font-size: 14px;
    padding-left: 15px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about-page .guarant .guarant-top {
    margin-bottom: 15px;
  }
  .about-page .guarant .guarant-top .title2 {
    text-align: center;
  }
  .about-page .guarant .guarant-top p {
    text-align: center;
  }
  .about-page .guarant__image {
    height: 210px;
    min-height: 210px;
  }
  .about-page .guarant__wrap {
    gap: 15px;
  }
  .about-page .guarant__list {
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-page .gw-compressor {
  padding-top: 50px;
  padding-bottom: 60px;
}
.about-page .gw-compressor .gw-compressor-top {
  display: flex;
  margin-bottom: 30px;
  gap: 56px;
}
.about-page .gw-compressor .gw-compressor-top__main {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
  width: 53%;
}
.about-page .gw-compressor .gw-compressor-top__sec {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
  width: 47%;
}
.about-page .gw-compressor .gw-compressor-box {
  background: var(--light);
  padding: 50px;
}
.about-page .gw-compressor .gw-compressor-box__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: var(--black);
}
.about-page .gw-compressor .gw-compressor-box__content {
  margin-top: 45px;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 130px;
}
@media (max-width: 1400px) {
  .about-page .gw-compressor .gw-compressor-box__content {
    gap: 40px 40px;
  }
}
.about-page .gw-compressor .gw-compressor-box .gw-compressor-item__top {
  display: flex;
  gap: 20px;
}
.about-page .gw-compressor .gw-compressor-box .gw-compressor-item__top svg {
  min-width: 26px;
  max-width: 26px;
}
.about-page .gw-compressor .gw-compressor-box .gw-compressor-item__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
}
.about-page .gw-compressor .gw-compressor-box .gw-compressor-item__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
  margin-top: 10px;
}
.about-page .gw-compressor .gw-compressor-box__bottom {
  display: flex;
  justify-content: flex-end;
}
.about-page .gw-compressor .gw-compressor-box__bottom p {
  width: 100%;
  max-width: 730px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  text-align: right;
  color: var(--black);
}
@media (max-width: 1024px) {
  .about-page .gw-compressor {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .about-page .gw-compressor .gw-compressor-top {
    gap: 15px;
    flex-direction: column;
  }
  .about-page .gw-compressor .gw-compressor-top__main {
    font-size: 16px;
    width: 100%;
  }
  .about-page .gw-compressor .gw-compressor-top__sec {
    font-size: 14px;
    width: 100%;
  }
  .about-page .gw-compressor .gw-compressor-box {
    padding: 35px 20px;
  }
  .about-page .gw-compressor .gw-compressor-box__title {
    font-size: 24px;
  }
  .about-page .gw-compressor .gw-compressor-box__content {
    margin-top: 20px;
    margin-bottom: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
  }
  .about-page .gw-compressor .gw-compressor-box .gw-compressor-item__top {
    gap: 15px;
  }
  .about-page .gw-compressor .gw-compressor-box .gw-compressor-item__title {
    font-size: 16px;
  }
  .about-page .gw-compressor .gw-compressor-box .gw-compressor-item__content {
    font-size: 14px;
  }
  .about-page .gw-compressor .gw-compressor-box__bottom p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .about-page .gw-compressor {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-page .gw-compressor .gw-compressor-top {
    gap: 15px;
    flex-direction: column;
  }
  .about-page .gw-compressor .gw-compressor-top__main {
    font-size: 16px;
    width: 100%;
  }
  .about-page .gw-compressor .gw-compressor-top__sec {
    font-size: 14px;
    width: 100%;
  }
  .about-page .gw-compressor .gw-compressor-box {
    padding: 25px 20px;
  }
  .about-page .gw-compressor .gw-compressor-box__title {
    font-size: 24px;
  }
  .about-page .gw-compressor .gw-compressor-box__content {
    margin-top: 20px;
    margin-bottom: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .about-page .gw-compressor .gw-compressor-box .gw-compressor-item__top {
    gap: 15px;
  }
  .about-page .gw-compressor .gw-compressor-box__bottom {
    margin-top: 15px;
  }
  .about-page .gw-compressor .gw-compressor-box__bottom p {
    font-size: 16px;
  }
}
.about-page .quality-control {
  padding-bottom: 60px;
}
.about-page .quality-control .quality-control-top {
  margin-bottom: 60px;
  display: flex;
  gap: 75px;
  align-items: center;
}
.about-page .quality-control .quality-control-top__image {
  width: 100%;
  max-width: 690px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  min-height: 262px;
}
.about-page .quality-control .quality-control-top__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-page .quality-control .quality-control-top__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: var(--black);
}
.about-page .quality-control .quality-control-top__text {
  min-width: 596px;
  max-width: 596px;
}
.about-page .quality-control .quality-control-top p {
  margin-top: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
}
.about-page .quality-control .quality-control-top .quality-control-top__p1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
}
.about-page .quality-control .quality-control-steps__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
  color: var(--black);
  margin-bottom: 15px;
}
.about-page .quality-control .quality-control-steps__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.about-page .quality-control .quality-control-steps .quality-control-steps-item {
  background: var(--white);
  border: 1px solid var(--green);
  border-radius: 5px;
  padding: 42px 22px 28px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-page .quality-control .quality-control-steps .quality-control-steps-item__image {
  margin-bottom: 35px;
}
.about-page .quality-control .quality-control-steps .quality-control-steps-item__image img {
  width: 70px;
}
.about-page .quality-control .quality-control-steps .quality-control-steps-item__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  text-align: center;
  color: var(--black);
}
.about-page .quality-control .quality-control-steps .quality-control-steps-item p {
  margin-top: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--grey-text);
}
.about-page .quality-control__bottom {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  text-align: center;
  color: var(--black);
  margin: 0 auto;
  max-width: 924px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .about-page .quality-control {
    padding-bottom: 50px;
  }
  .about-page .quality-control .quality-control-top {
    margin-bottom: 30px;
    gap: 15px;
    flex-direction: column;
  }
  .about-page .quality-control .quality-control-top__image {
    min-height: 350px;
    height: 350px;
    max-width: 100%;
  }
  .about-page .quality-control .quality-control-top__title {
    font-size: 24px;
  }
  .about-page .quality-control .quality-control-top__text {
    min-width: 100%;
    max-width: 100%;
  }
  .about-page .quality-control .quality-control-top p {
    margin-top: 15px;
    font-size: 14px;
  }
  .about-page .quality-control .quality-control-top .quality-control-top__p1 {
    font-size: 16px;
  }
  .about-page .quality-control .quality-control-steps__title {
    font-size: 24px;
  }
  .about-page .quality-control .quality-control-steps__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .about-page .quality-control .quality-control-steps .quality-control-steps-item {
    padding: 30px 20px 20px 20px;
  }
  .about-page .quality-control .quality-control-steps .quality-control-steps-item__image {
    margin-bottom: 25px;
  }
  .about-page .quality-control .quality-control-steps .quality-control-steps-item__image img {
    width: 60px;
  }
  .about-page .quality-control .quality-control-steps .quality-control-steps-item__title {
    font-size: 16px;
  }
  .about-page .quality-control .quality-control-steps .quality-control-steps-item p {
    font-size: 14px;
  }
  .about-page .quality-control__bottom {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about-page .quality-control {
    padding-bottom: 30px;
  }
  .about-page .quality-control .quality-control-top {
    margin-bottom: 30px;
    gap: 15px;
  }
  .about-page .quality-control .quality-control-top__image {
    min-height: 131px;
    height: 130px;
  }
  .about-page .quality-control .quality-control-steps__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-page .quality-control__bottom {
    margin-top: 15px;
  }
}
.about-page .certification {
  background: var(--light);
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-page .certification .container {
  display: flex;
  gap: 20px;
}
.about-page .certification__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 15px;
}
.about-page .certification__p1 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
}
.about-page .certification__note {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 30px;
  border-left: 1px solid var(--green);
}
.about-page .certification__note p {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
}
.about-page .certification__paccent {
  margin-bottom: 20px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--green);
}
.about-page .certification__pregular {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
}
.about-page .certification__images {
  display: flex;
  gap: 20px;
  min-width: 640px;
  max-width: 640px;
}
.about-page .certification__image {
  width: 50%;
}
.about-page .certification__image img {
  width: 100%;
}
@media (max-width: 1200px) {
  .about-page .certification .container {
    flex-direction: column;
  }
  .about-page .certification__images {
    min-width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-page .certification__image {
    width: 100% !important;
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  .about-page .certification {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-page .certification__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .about-page .certification__p1 {
    font-size: 16px;
  }
  .about-page .certification__note {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .about-page .certification__note p {
    font-size: 14px;
  }
  .about-page .certification__paccent {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .about-page .certification__pregular {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .about-page .certification {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-page .certification__images {
    padding-left: 0;
    padding-right: 0;
  }
}
.about-page .iso {
  margin-top: 60px;
}
.about-page .iso__wrap {
  background: var(--white);
  border: 1px solid #dceaea;
  border-radius: 5px;
  padding: 50px;
  display: flex;
  gap: 70px;
}
.about-page .iso__main {
  min-width: 530px;
  max-width: 530px;
}
.about-page .iso p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
}
.about-page .iso p.iso__pbig {
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  margin-bottom: 15px;
}
.about-page .iso__box {
  width: 100%;
}
.about-page .iso__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  color: var(--black);
  margin-bottom: 40px;
}
.about-page .iso__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.about-page .iso .iso-item {
  display: flex;
  gap: 15px;
}
.about-page .iso .iso-item svg {
  min-width: 26px;
  max-width: 26px;
}
.about-page .iso .iso-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: var(--black);
  margin-top: -2px;
}
@media (max-width: 1300px) {
  .about-page .iso__wrap {
    gap: 40px;
  }
  .about-page .iso__main {
    min-width: 400px;
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  .about-page .iso {
    margin-top: 50px;
  }
  .about-page .iso__wrap {
    flex-direction: column;
    gap: 15px;
    padding: 24px;
  }
  .about-page .iso__main {
    min-width: 100%;
    max-width: 100%;
  }
  .about-page .iso p {
    font-size: 14px;
  }
  .about-page .iso p.iso__pbig {
    font-size: 16px;
  }
  .about-page .iso__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .about-page .iso__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
  }
  .about-page .iso .iso-item {
    gap: 15px;
  }
  .about-page .iso .iso-item p {
    font-size: 14px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .about-page .iso {
    margin-top: 30px;
  }
  .about-page .iso__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-page .about-page-banner {
  margin-top: 60px;
}
.about-page .about-page-banner .container {
  display: flex;
  justify-content: center;
}
.about-page .about-page-banner .banner-cta {
  width: 100%;
  max-width: 1177px;
}
.about-page .about-page-banner .banner-cta .banner-cta__title br {
  display: none;
}
@media (max-width: 767px) {
  .about-page .about-page-banner {
    margin-top: 35px;
  }
  .about-page .about-page-banner .container {
    padding-left: 0;
    padding-right: 0;
  }
  .about-page .about-page-banner .banner-cta {
    border-radius: 0px;
  }
}

.product-page-nav__wrap {
  overflow: auto;
  overflow: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.product-page-nav__wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.product-page-nav__wrap ul {
  width: max-content;
  min-width: 100%;
  display: flex;
  gap: 18px;
  border-bottom: 1px solid var(--grey);
}
.product-page-nav__wrap ul li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: var(--black);
  padding-left: 8px;
  padding-right: 8px;
  white-space: nowrap;
  display: flex;
  padding-bottom: 11px;
  position: relative;
  z-index: 2;
  transition: 0.23s;
}
.product-page-nav__wrap ul li a.active, .product-page-nav__wrap ul li a:hover {
  color: var(--green);
}
.product-page-nav__wrap ul li a.active:after, .product-page-nav__wrap ul li a:hover:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--green);
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 3;
}
@media (max-width: 1024px) {
  .product-page-nav__wrap {
    position: relative;
    border-bottom: none;
    width: 100vw;
    left: -35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .product-page-nav__wrap ul {
    gap: 15px;
    position: relative;
  }
  .product-page-nav__wrap ul li a {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    padding-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .product-page-nav__wrap {
    left: -22px;
    padding-left: 22px;
    padding-right: 22px;
  }
}

.product-page {
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .product-page {
    padding-top: 15px;
  }
}

@media (max-width: 1024px) {
  .product-page-top {
    display: none;
  }
}

.product-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .product-title {
    font-size: 20px;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .product-title {
    margin-bottom: 10px;
  }
}

.product-top-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .product-top-mobile {
    display: block;
  }
}

.prod-calcucalot {
  background: var(--light);
  border-radius: 5px;
  padding: 35px;
}
.prod-calcucalot__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 60px;
}
.prod-calcucalot__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 30px;
}
.prod-calcucalot__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  color: var(--black);
}
.prod-calcucalot__help {
  min-width: 210px;
  height: 45px;
  font-size: 14px;
}
.prod-calcucalot__help:hover {
  background-color: #00A67E;
  border-color: #00A67E;
}
.prod-calcucalot .prod-calcucalot-group__top {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.prod-calcucalot .prod-calcucalot-group__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
}
.prod-calcucalot .prod-calcucalot-group .calc-params-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.prod-calcucalot .prod-calcucalot-group .calc-params-list-diametr {
  max-width: 100%;
}
.prod-calcucalot .prod-calcucalot-group .calc-params-list-diametr .parametr-item {
  min-width: 80px;
}
.prod-calcucalot .prod-calcucalot-group .parametr-item {
  min-width: 100px;
  justify-content: center;
  padding-left: 14px;
  padding-right: 14px;
}
.prod-calcucalot .prod-calcucalot-group .calc-slider-wrap {
  padding-bottom: 8px;
}
.prod-calcucalot .prod-calcucalot-group .calc-slider-wrap .calc-slider {
  background: var(--stroke);
  border-radius: 2px;
  height: 5px;
  width: 92%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.prod-calcucalot .prod-calcucalot-group .calc-slider-wrap .calc-slider-line {
  /*background: var(--green);*/
  border-radius: 2px;
  height: 100%;
  position: absolute;
  width: 100%;
}

.prod-calcucalot .prod-calcucalot-group .calc-slider-wrap .calc-slider-line::before {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: var(--green);
  border-radius: 2px;
  width: var(--max-width);
  content: "";
}

.prod-calcucalot .prod-calcucalot-group .calc-slider-wrap .calc-slider-polz {
  position: absolute;
  right: -7px;
  top: -4px;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  background: var(--dark-green);
}
.prod-calcucalot .prod-calcucalot-group .calc-slider-wrap .calc-slider-polz__value {
  position: absolute;
  top: 25px;
  transform: translateX(-40%);
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--dark-green);
  padding: 10px;
  height: 35px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 113%;
  text-align: center;
  color: var(--dark-green);
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-calcucalot .prod-calcucalot-group .calc-slider-wrap .calc-slider-polz__value input[type="number"]::-webkit-outer-spin-button,
.prod-calcucalot .prod-calcucalot-group .calc-slider-wrap .calc-slider-polz__value input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.prod-calcucalot .prod-calcucalot-group .calc-slider-wrap .calc-slider-polz__value input[type="number"] {
  -moz-appearance: textfield !important;
}
.prod-calcucalot .prod-calcucalot-group .calc-slider-wrap .calc-slider-polz__value input[type="number"] {
  text-align: right;
  border: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 113%;
  color: var(--dark-green);
  margin-right: 4px;
  width: 36px;
}
.prod-calcucalot .prod-calcucalot-group .calc-slider-wrap .calc-slider-diapason {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.prod-calcucalot .prod-calcucalot-group .calc-slider-wrap .calc-slider-diapason__item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: var(--grey-text);
}
.prod-calcucalot .prod-calcucalot-group .calc-chk-params {
  width: 100%;
  display: flex;
  gap: 22px;
}
.prod-calcucalot .prod-calcucalot-group .calc-chk-params__col {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media (max-width: 1024px) {
  .prod-calcucalot .prod-calcucalot-group .calc-chk-params {
    flex-direction: column;
  }
  .prod-calcucalot .prod-calcucalot-group .calc-chk-params__col {
    width: 100%;
  }
}
.prod-calcucalot .prod-calcucalot-group .checkbox__content {
  display: flex;
  flex-direction: column;
}
.prod-calcucalot .prod-calcucalot-group .checkbox p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 113%;
  color: var(--black);
}
.prod-calcucalot .prod-calcucalot-group .checkbox span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  color: var(--grey-text);
  margin-top: 5px;
}
.prod-calcucalot .prod-calcucalot-group .checkbox.is-disabled {
  cursor: default;
}

.prod-calcucalot .prod-calcucalot-group .checkbox.is-disabled .checkbox__checkbox {
  background: var(--stroke);
}

.prod-calcucalot .prod-calcucalot-group .checkbox.is-disabled p,
.prod-calcucalot .prod-calcucalot-group .checkbox.is-disabled span {
  color: var(--grey);
}
.prod-calcucalot .prod-calcucalot-group .prod-calcucalot-writedesk textarea {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 113%;
  padding: 20px;
  width: 100%;
  background: var(--white);
  border: 1px solid var(--stroke);
  border-radius: 2px;
  height: 106px;
  resize: none;
}
.prod-calcucalot .prod-calcucalot-group .prod-calcucalot-writedesk textarea::placeholder {
  color: var(--grey-text);
}
@media (max-width: 1024px) {
  .prod-calcucalot .prod-calcucalot-group .prod-calcucalot-writedesk textarea {
    font-size: 14px;
    height: 90px;
  }
}
.prod-calcucalot .yconfig__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
  margin-bottom: 10px;
}
.prod-calcucalot .yconfig__wrap {
  background: var(--stroke);
  border-radius: 5px;
  padding: 30px;
}
.prod-calcucalot .yconfig__main {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.prod-calcucalot .yconfig__price span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: var(--grey-text);
}
.prod-calcucalot .yconfig__price .yconfig-price {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  color: var(--black);
  white-space: nowrap;
}
.prod-calcucalot .yconfig__price .yconfig-price i {
  font-size: 24px;
}
.prod-calcucalot .yconfig .yconfig-parameters {
  display: grid;
  gap: 2px;
  width: 100%;
  max-width: 380px;
}
.prod-calcucalot .yconfig .yconfig-parameters .yconfig-parameters-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.prod-calcucalot .yconfig .yconfig-parameters .yconfig-parameters-item__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--grey-text);
  display: block;
  width: 100%;
  max-width: 100px;
}
.prod-calcucalot .yconfig .yconfig-parameters .yconfig-parameters-list {
  width: 100%;
  display: flex;
  gap: 20px;
}
.prod-calcucalot .yconfig .yconfig-parameters .yconfig-parameters-list span {
  width: 50%;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: var(--black);
}
.prod-calcucalot .yconfig .yconfig-order-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.prod-calcucalot .yconfig .yconfig-order-box .prod-counter {
  width: 110px;
  height: 45px;
}
.prod-calcucalot .yconfig .yconfig-order-box .product-ingener-btn {
  height: 45px;
  min-width: 210px;
  background: transparent;
}
.prod-calcucalot .yconfig .yconfig-order-box .product-ingener-btn:hover {
  background-color: #00A67E;
  border-color: #00A67E;
}
@media (max-width: 1024px) {
  .prod-calcucalot {
    padding: 20px 20px 25px 20px;
  }
  .prod-calcucalot__top {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .prod-calcucalot__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .prod-calcucalot__title:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3172 5.625L16.0664 6.35273L9.88743 12.375L3.70845 6.35273L4.45379 5.625L9.88743 10.916L15.3172 5.625Z' fill='%23889D9E' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 18px;
    height: 18px;
    display: flex;
    position: relative;
  }
  .prod-calcucalot__content {
    display: none;
  }
  .prod-calcucalot.active .prod-calcucalot__title::after {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3165 12.375L16.0657 11.6473L9.88672 5.625L3.70774 11.6473L4.45308 12.375L9.88672 7.08398L15.3165 12.375Z' fill='%2300A67E' /%3E%3C/svg%3E");
  }
  .prod-calcucalot.active .prod-calcucalot__content {
    display: flex;
  }
  .prod-calcucalot__help {
    width: 100%;
  }
  .prod-calcucalot .prod-calcucalot-group__title {
    font-size: 16px;
  }
  .prod-calcucalot .prod-calcucalot-group .calc-params-list {
    gap: 10px;
  }
  .prod-calcucalot .prod-calcucalot-group .checkbox__checkbox {
    margin-top: -2px;
  }
  .prod-calcucalot .prod-calcucalot-group .checkbox p {
    font-size: 14px;
  }
  .prod-calcucalot .prod-calcucalot-group .calc-params-list-diametr .parametr-item {
    min-width: 70px;
  }
  .prod-calcucalot .prod-calcucalot-group .calc-slider-wrap .calc-slider-polz__value {
    font-size: 14px;
  }
  .prod-calcucalot .yconfig__wrap {
    padding: 20px 17px;
  }
  .prod-calcucalot .yconfig .yconfig-parameters {
    gap: 10px;
    max-width: 100%;
  }
  .prod-calcucalot .yconfig .yconfig-parameters .yconfig-parameters-item {
    gap: 2px;
    flex-direction: column;
  }
  .prod-calcucalot .yconfig .yconfig-parameters .yconfig-parameters-item__title {
    font-size: 14px;
    max-width: 100px;
  }
  .prod-calcucalot .yconfig .yconfig-parameters .yconfig-parameters-list {
    gap: 20px;
    justify-content: space-between;
  }
  .prod-calcucalot .yconfig .yconfig-parameters .yconfig-parameters-list span {
    width: 50%;
    font-size: 14px;
  }
  .prod-calcucalot .yconfig .yconfig-parameters .yconfig-parameters-list span:nth-child(2) {
    text-align: right;
  }
  .prod-calcucalot .yconfig .yconfig-order-box .prod-counter {
    width: 100%;
    justify-content: space-around;
  }
  .prod-calcucalot .yconfig .yconfig-order-box .product-order-btn {
    width: 100%;
  }
  .prod-calcucalot .yconfig .yconfig-order-box .product-ingener-btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .prod-calcucalot__title {
    font-size: 20px;
  }
  .prod-calcucalot .prod-calcucalot-group .calc-params-list-diametr .parametr-item {
    min-width: 69px;
  }
}

.produst-qw-mob {
  display: none;
}
@media (max-width: 767px) {
  .produst-qw-mob {
    display: block;
  }
}

.product-scinfo-v2 {
  display: block;
}
@media (max-width: 1024px) {
  .product-scinfo-v2 {
    display: none;
  }
}
.product-scinfo-v2.show {
  display: block;
}
@media (max-width: 767px) {
  .product-scinfo-v2 {
    display: none !important;
  }
}

.product-scinfo-v3 {
  display: none;
}
@media (max-width: 1024px) {
  .product-scinfo-v3 {
    display: block;
  }
}
.product-scinfo-v3.hide {
  display: none;
}
@media (max-width: 767px) {
  .product-scinfo-v3 {
    display: block !important;
  }
}

.product-page-wrap__inner {
  display: flex;
  gap: 54px;
  align-items: flex-start;
}
@media (max-width: 1400px) {
  .product-page-wrap__inner {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .product-page-wrap__inner {
    flex-direction: column;
    gap: 15px;
  }
}
.product-page-wrap__box1 {
  min-width: 574px;
  max-width: 574px;
  width: 574px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1400px) {
  .product-page-wrap__box1 {
    min-width: 474px;
    max-width: 474px;
    width: 474px;
  }
}
@media (max-width: 1024px) {
  .product-page-wrap__box1 {
    min-width: 332px;
    max-width: 332px;
    width: 332px;
  }
}
@media (max-width: 767px) {
  .product-page-wrap__box1 {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.product-page-wrap .product-galerry-section {
  width: 100%;
  position: relative;
}
.product-page-wrap .product-galerry-section .sl-btn {
  position: absolute;
  top: calc(50% - 17.5px);
  z-index: 1001;
  background-color: #fff;
}
body[style*="overflow: hidden"] .product-page-wrap .product-galerry-section .sl-btn,
body.body-overlay .product-page-wrap .product-galerry-section .sl-btn {
  z-index: 10;
}
.product-page-wrap .product-galerry-section .productGalerry-prev {
  left: 7px;
}
.product-page-wrap .product-galerry-section .productGalerry-next {
  right: 7px;
  transform: rotate(180deg);
}
.product-page-wrap .product-galerry-section__top {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .product-page-wrap .product-galerry-section__top {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.productGalerry-wrapper {
  position: relative;
}
.product-page-wrap .product-galerry-section__logo img {
  width: 160px;
  height: 43px;
}
@media (max-width: 1024px) {
  .product-page-wrap .product-galerry-section__logo img {
    width: 95px;
    height: 26px;
  }
}
.product-page-wrap .product-galerry-section__labels {
  display: flex;
  gap: 20px;
  z-index: 2;
}
.product-page-wrap .product-galerry-section .product-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  color: var(--white);
  background: var(--red);
  border-radius: 2px;
  padding: 5px 12px;
  height: 25px;
}
@media (max-width: 1024px) {
  .product-page-wrap .product-galerry-section .product-label {
    font-size: 10px;
    height: 22px;
    padding: 4px 10px;
  }
}
.product-page-wrap .product-galerry-section .productGalerry {
  margin-bottom: 10px;
  position: relative;
}

.product-page-wrap .product-galerry-section .productGalerry .swiper-slide iframe {
  width: 100% !important;
  height: 100% !important;
}

.product-page-wrap .product-galerry-section .productGalerry-item {
  aspect-ratio: 1/1;
  width: 100%;
  border: 1px solid var(--stroke);
  border-radius: 5px;
  overflow: hidden;
}
.product-page-wrap .product-galerry-section .productGalerry-item a {
  display: flex;
  width: 100%;
  height: 100%;
}
.product-page-wrap .product-galerry-section .productGalerry-item img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  object-fit: contain;
  object-position: center;
}
.product-page-wrap .product-galerry-section .productGalerryThumbs .swiper-slide {
  opacity: 0.7;
  cursor: pointer;
}
.product-page-wrap .product-galerry-section .productGalerryThumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.product-page-wrap .product-galerry-section .productGalerryThumbs .swiper-slide-thumb-active .productGalerryThumbs-item {
  box-shadow: 0 1px 4px 0 rgba(136, 157, 158, 0.3);
  border: 1px solid var(--green);
}
.product-page-wrap .product-galerry-section .productGalerryThumbs-item {
  aspect-ratio: 1/1;
  width: 100%;
  border: 1px solid var(--stroke);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.product-page-wrap .product-galerry-section .productGalerryThumbs-item.spin-360::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: url('../img/icons/360.svg') center center no-repeat, linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
}
.product-page-wrap .product-galerry-section .productGalerryThumbs-item.youtube::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: url('../img/icons/yt-slider-icon.svg') center center no-repeat, linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
}
.product-page-wrap .product-galerry-section .productGalerryThumbs-item img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  object-fit: contain;
  object-position: center;
}
@media (max-width: 1024px) {
  .product-page-wrap .product-galerry-section {
    border: 1px solid var(--stroke);
    border-radius: 5px;
    overflow: hidden;
  }
  .product-page-wrap .product-galerry-section .productGalerry-item {
    border: none;
  }
  .product-page-wrap .product-galerry-section .productGalerry {
    margin-bottom: 0;
  }
  .product-page-wrap .product-galerry-section .productGalerryThumbs {
    padding: 7px;
  }
}
.product-page-wrap .produst-qw {
  margin-top: 30px;
  width: 100%;
  max-width: 474px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-page-wrap .produst-qw__top {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 15px;
}
.product-page-wrap .produst-qw p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--black);
}
.product-page-wrap .produst-qw__social {
  display: flex;
  gap: 10px;
}
.product-page-wrap .produst-qw .btn-pdf-catalog {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  padding: 12px 19px;
  border: 1px solid var(--dark-green);
  border-radius: 5px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: var(--dark-green);
  transition: 0.23s;
}
.product-page-wrap .produst-qw .btn-pdf-catalog:hover {
  background-color: var(--dark-green);
  color: #fff;
}
@media (max-width: 1024px) {
  .product-page-wrap .produst-qw__top {
    flex-direction: column;
    gap: 10px;
  }
  .product-page-wrap .produst-qw__top p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product-page-wrap .produst-qw--desktop {
    display: none;
  }
}
.product-page-wrap .produst-qw--mobile {
  display: none;
}
@media (max-width: 767px) {
  .product-page-wrap .produst-qw--mobile {
    display: flex;
  }
}
.product-page-wrap__box2 {
  width: 100%;
  min-width: 0;
}
.product-page-wrap .product-avrt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.product-page-wrap .product-availability {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-page-wrap .product-availability img {
  width: 17px;
}
.product-page-wrap .product-availability {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
}
.product-page-wrap .product-availability--yes {
  color: var(--green);
}
.product-page-wrap .product-availability--no {
  color: var(--red);
}
.product-page-wrap .product-availability--other {
  color: var(--grey);
}
.product-page-wrap .product-rate {
  display: flex;
  gap: 10px;
}
.product-page-wrap .product-rate__stars {
  display: flex;
  gap: 1px;
}
.product-page-wrap .product-rate__stars img {
  width: 14px;
}
.product-page-wrap .product-rate__value {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: var(--green);
}
.product-page-wrap .product-rate span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  color: var(--dark-green);
}
.product-page-wrap .parametr-item {
  display: flex;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: var(--dark-green);
  cursor: pointer;
  padding: 10px 7px;
  border: 1px solid var(--dark-green);
  border-radius: 2px;
  transition: 0.23s;
}
.product-page-wrap .parametr-item:has(input:checked) {
  background: var(--green);
  border-color: var(--green);
  color: var(--white);
}
.product-page-wrap .parametr-item:has(input:disabled) {
  border: 1px solid var(--stroke);
  color: var(--grey);
  background: var(--stroke);
  cursor: default;
}
.product-page-wrap .parametr-item:hover {
  border-color: var(--green);
  color: var(--green);
}
.product-page-wrap .product-param-list {
  display: grid;
  gap: 15px;
}
.product-page-wrap .product-param__label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: var(--grey-text);
  display: flex;
  margin-bottom: 7px;
  transition: all .25s ease-in-out;
}
.product-page-wrap .product-param.error .product-param__label,
.product-page-wrap .has-error .product-param__label {
  color: var(--red);
}
.product-page-wrap .product-param__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product-page-wrap .product-model {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 15px;
}
.product-page-wrap .product-manufacturer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 5px;
}
.product-page-wrap .product-model__label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: var(--grey-text);
}
.product-page-wrap .product-model__val {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  color: var(--black);
}
.product-page-wrap .procudt-scoo,
#series-list-buy {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}
.product-page-wrap .procudt-price-section {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-top: 30px;
  width: 100%;
  margin-bottom: 20px;
}
.product-page-wrap .procudt-price-box__top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.product-page-wrap .procudt-price-box .procudt-price-old {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  color: var(--grey);
  position: relative;
}
.product-page-wrap .procudt-price-box .procudt-price-old::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  content: "";
  height: 1px;
  width: 100%;
  background: var(--grey);
}
.product-page-wrap .procudt-price-box .procudt-price-discount {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 11px;
  line-height: 120%;
  color: var(--white);
  background: var(--red);
  border-radius: 2px;
  padding: 1px 4px;
  display: flex;
  align-items: center;
  min-height: 17px;
}
.product-page-wrap .procudt-price-box .procudt-price {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
}
.product-page-wrap .procudt-price-box .procudt-price__disc {
  color: var(--red);
}
.product-page-wrap .procudt-price-box {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  color: var(--red);
}
.product-page-wrap .procudt-price-box .procudt-price.procudt-price--current {
  color: var(--dark-green);
}
.product-page-wrap .procudt-price-opt {
  display: flex;
  gap: 5px;
  padding: 6px 19px;
  border: 1px solid var(--green);
  border-radius: 2px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
}
.product-page-wrap .procudt-price-opt__val {
  color: var(--black);
}
.product-page-wrap .procudt-price-opt__count {
  font-size: 12px;
  color: var(--grey);
}
.product-page-wrap .product-count__label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  color: var(--grey-text);
  display: flex;
  margin-bottom: 5px;
}
.product-page-wrap .product-count .prod-counter {
  min-width: 110px;
}
.product-page-wrap .product-order-btn {
  font-weight: 500;
  font-size: 14px;
  height: 45px;
  min-width: 210px;
}
.product-page-wrap .product-order-btn-oneclick {
  border: 1px solid var(--green);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.23s;
  gap: 5px;
  border-radius: 5px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: var(--green);
  height: 45px;
  background-color: #fff;
  min-width: 220px;
}
.product-page-wrap .product-order-btn-oneclick:hover {
  background-color: #03b58b;
  color: #fff;
}
.product-page-wrap .product-save {
  cursor: pointer;
  display: flex;
  padding: 0px;
  align-items: center;
  justify-content: center;
  border: none;
  background: var(--light);
  border-radius: 5px;
  width: 45px;
  height: 45px;
}
.product-page-wrap .product-save svg {
  color: #889D9E;
  transition: 0.23s;
}
.product-page-wrap .product-save:hover svg {
  color: var(--green);
}
.product-page-wrap .product-scinfo {
  margin-top: 30px;
  display: grid;
  gap: 30px;
}
.product-page-wrap .product-scinfo .product-scinfo-item__top {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
.product-page-wrap .product-scinfo .product-scinfo-item__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: var(--black);
  display: flex;
  gap: 10px;
  align-items: center;
}
.product-page-wrap .product-scinfo .product-scinfo-item__title::after {
  content: "/";
  position: relative;
  display: flex;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: var(--dark-green);
}
.product-page-wrap .product-scinfo .product-scinfo-item a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  text-decoration: underline;
  color: var(--dark-green);
}
.product-page-wrap .product-scinfo .product-scinfo-item a:hover {
  text-decoration: none;
}
.product-page-wrap .product-scinfo .product-deliv {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 1400px) {
  .product-page-wrap .product-scinfo .product-deliv {
    gap: 15px;
  }
}
.product-page-wrap .product-scinfo .product-deliv__col {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 453px;
}
@media (max-width: 1400px) {
  .product-page-wrap .product-scinfo .product-deliv__col {
    min-width: 350px;
    max-width: 350px;
  }
}
.product-page-wrap .product-scinfo .product-deliv__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  color: var(--black);
  margin-bottom: 6px;
}
.product-page-wrap .product-scinfo .product-deliv p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  color: var(--grey-text);
}
.product-page-wrap .product-scinfo .product-deliv__val {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: var(--black);
}
.product-page-wrap .product-scinfo .product-paymt {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .product-page-wrap .procudt-scoo {
    gap: 10px;
  }
  .product-page-wrap .procudt-scoo .procudt-price-section {
    flex-direction: column;
    align-items: flex-start;
    max-width: 190px;/*145px*/
    order: -10;
    margin-bottom: 0;
  }
  .product-page-wrap .procudt-scoo .procudt-price-section .procudt-price-opt {
    padding: 6px;
    display: flex;
    justify-content: center;
    min-width: 143px;
  }
  .product-page-wrap .procudt-scoo .product-count {
    order: -9;
  }
  .product-page-wrap .procudt-scoo .product-save {
    order: -8;
  }
  .product-page-wrap .procudt-scoo .product-order-btn {
    width: 100%;
    margin-top: 5px;
  }
  .product-page-wrap .procudt-scoo .product-order-btn-oneclick {
    width: 100%;
  }
  .product-page-wrap .product-scinfo {
    gap: 15px;
  }
  .product-page-wrap .product-scinfo .product-deliv__col {
    min-width: 232px;
    max-width: 232px;
  }
}
@media (max-width: 767px) {
  .product-page-wrap .product-title {
    margin-bottom: 10px;
  }
  .product-page-wrap .procudt-scoo {
    margin-top: 30px;
  }
  .product-page-wrap .procudt-scoo .product-order-btn {
    margin-top: 20px;
  }
  .product-page-wrap .procudt-price-section {
    margin-top: 0;
  }
}

.series-descr__title {
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: var(--black);
}
.series-descr p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--grey-text);
  margin-top: 20px;
}
.series-descr p:first-child {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .series-descr__title {
    margin-bottom: 10px;
  }
  .series-descr p {
    font-size: 14px;
    margin-top: 14px;
  }
  .series-descr p:nth-child(1) {
    margin-top: 0;
  }
}

.series-price-box {
  margin-top: 30px;
  margin-bottom: 30px;
}
.series-price-box span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  color: var(--grey);
}
.series-price-box .series-price {
  margin-top: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  color: var(--black);
}

.series-galery_tablet_mobile {
  display: none;
  width: 100%;
}
@media (max-width: 1024px) {
  .series-galery_tablet_mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .series-galery_tablet_mobile {
    display: none;
  }
}

@media (max-width: 1024px) {
  .series-galery_desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .series-galery_desktop {
    display: block;
  }
}

.series-galery {
  margin-top: 30px;
  width: 100%;
}
.series-galery .seriesSlider {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
.series-galery .seriesSlider-slide__image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  height: 100px;
}
.series-galery .seriesSlider-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.series-galery .seriesSlider-slide__title {
  margin-top: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: var(--black);
}
.series-galery__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.series-galery .seriesSlider-next {
  transform: rotate(180deg);
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .series-galery .seriesSlider-slide__image {
    height: 75px;
  }
  .series-galery .seriesSlider-slide__title {
    font-size: 14px;
  }
}

.series-filter-section {
  margin-top: 30px;
}
.series-filter-section__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  color: var(--black);
  margin-bottom: 22px;
}
.series-filter-section__wrap {
  background: var(--light);
  border-radius: 0 0 5px 5px;
  padding: 25px;
  position: relative;
  display: flex;
  gap: 83px;
}
.series-filter-section .series-filter-clear {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--red);
  position: absolute;
  top: 22px;
  right: 30px;
  border: 0;
  background: none;
  padding: 0;
}
.series-filter-section .series-select {
  width: 100%;
  max-width: 502px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px 40px;
}
.series-filter-section .series-min-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 113%;
  color: var(--black);
  margin-bottom: 6px;
}
.series-filter-section .series-options {
  width: 100%;
  max-width: 650px;
}
.series-filter-section .series-options .series-min-title {
  margin-bottom: 12px;
}
.series-filter-section .series-options__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
.series-filter-section .series-options .series-options-item {
  display: flex;
  align-items: center;
  gap: 13px;
}
.series-filter-section .series-options .series-options-item input:checked + .series-options-item__indic {
  border-color: var(--green);
}
.series-filter-section .series-options .series-options-item input:checked + .series-options-item__indic::after {
  opacity: 1;
}
.series-filter-section .series-options .series-options-item__indic {
  width: 19px;
  height: 19px;
  border: 1px solid var(--stroke);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.series-filter-section .series-options .series-options-item__indic:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 20px;
  background-color: var(--green);
  display: block;
  opacity: 0;
}
.series-filter-section .series-options .series-options-item__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: var(--black);
}
.series-filter-section .series-options .series-options-item__content span {
  color: var(--grey);
}
@media (max-width: 1024px) {
  .series-filter-section__wrap {
    padding: 50px 35px 32px 35px;
    flex-direction: column;
    gap: 27px;
  }
  .series-filter-section .series-select {
    width: 100%;
    max-width: 100%;
  }
  .series-filter-section .series-options {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .series-filter-section__wrap {
    padding: 55px 17px 24px 17px;
    gap: 20px;
  }
  .series-filter-section .series-filter-clear {
    left: 17px;
    top: 20px;
    font-size: 14px;
    gap: 7px;
  }
  .series-filter-section .series-filter-clear svg {
    width: 18px;
    height: 18px;
  }
  .series-filter-section .series-select {
    gap: 10px;
  }
  .series-filter-section .series-min-title {
    font-size: 14px;
  }
  .series-filter-section .series-options .series-min-title {
    margin-bottom: 15px;
  }
  .series-filter-section .series-options__list {
    gap: 15px;
    flex-direction: column;
  }
}

.series-prods {
  margin-top: 30px;
}
.series-prods__top {
  margin-bottom: 10px;
}
.series-prods__result {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 71%;
  color: var(--grey);
  display: flex;
  gap: 10px;
}
.series-prods__result span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 71%;
  color: var(--dark-green);
}
.series-prods .series-prods-head {
  margin-bottom: 10px;
  background: var(--light);
  border-radius: 5px;
  height: 45px;
  display: flex;
  align-items: center;
  padding-left: 17px;
  padding-right: 17px;
}
.series-prods .series-prods-head span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: var(--black);
}
.series-prods .series-prods-head__col1 {
  min-width: 70px;
  max-width: 70px;
  display: flex;
  justify-content: center;
  margin-right: 15px;
}
.series-prods .series-prods-head__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 63px;
}
@media (max-width: 1400px) {
  .series-prods .series-prods-head__wrap {
    gap: 24px;
  }
}
.series-prods .series-prods-head__box1 {
  width: 100%;
  max-width: 397px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1400px) {
  .series-prods .series-prods-head__box1 {
    max-width: 300px;
  }
}
.series-prods .series-prods-head__box2 {
  width: 100%;
}
.series-prods .series-prods-head__box2_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 25px;
  gap: 35px;
}
@media (max-width: 1200px) {
  .series-prods .series-prods-head__box2_wrap {
    gap: 16px;
    padding-right: 0;
  }
}
.series-prods .series-prods-head__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.series-prods .series-prods-head__container span:nth-child(1) {
  width: 100px;
  display: flex;
  justify-content: center;
}
.series-prods .series-prods-head__container span:nth-child(2) {
  width: 75px;
  display: flex;
  justify-content: center;
}
.series-prods .series-prods-head__container span:nth-child(3) {
  width: 191px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .series-prods .series-prods-head__container span:nth-child(3) {
    width: 150px;
  }
}
.series-prods .series-prods-head__container span:nth-child(4) {
  width: 107px;
  display: flex;
  justify-content: center;
}
.series-prods .series-prods-head__collast {
  min-width: 130px;
  width: 130px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .series-prods .series-prods-head {
    display: none;
  }
}
.series-prods .series-prods-list {
  display: grid;
  gap: 10px;
}
.series-prods .series-prods-list .series-prods-item {
  background: var(--white);
  border: 1px solid var(--stroke);
  border-radius: 5px;
  padding: 5px 17px;
}
.series-prods .series-prods-list .series-prods-item__model_mobile {
  display: none;
}
.series-prods .series-prods-list .series-prods-item__wrap {
  display: flex;
  align-items: center;
}
.series-prods .series-prods-list .series-prods-item__image {
  width: 100%;
  max-width: 70px;
  height: 70px;
  padding: 9px;
  margin-right: 15px;
}
.series-prods .series-prods-list .series-prods-item__imagemain {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 5px;
}
.series-prods .series-prods-list .series-prods-item__imagemain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.series-prods .series-prods-list .series-prods-item__box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 63px;
}
@media (max-width: 1400px) {
  .series-prods .series-prods-list .series-prods-item__box {
    gap: 24px;
  }
}
.series-prods .series-prods-list .series-prods-item__main {
  width: 100%;
  max-width: 397px;
}
@media (max-width: 1400px) {
  .series-prods .series-prods-list .series-prods-item__main {
    max-width: 300px;
  }
}
.series-prods .series-prods-list .series-prods-item__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  color: var(--black);
}
.series-prods .series-prods-list .series-prods-item__title a {
  color: var(--black);
}
.series-prods .series-prods-list .series-prods-item .series-prods-item-min-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  color: var(--grey);
  margin-top: 5px;
}
.series-prods .series-prods-list .series-prods-item__details {
  padding: 5px 25px 5px 15px;
  width: 100%;
}
@media (max-width: 1200px) {
  .series-prods .series-prods-list .series-prods-item__details {
    padding-right: 0;
  }
}
.series-prods .series-prods-list .series-prods-item__details_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
@media (max-width: 1200px) {
  .series-prods .series-prods-list .series-prods-item__details_wrap {
    gap: 16px;
  }
}
.series-prods .series-prods-list .series-prods-item__section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.series-prods .series-prods-list .series-prods-item__model {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: var(--black);
}
.series-prods .series-prods-list .series-prods-item__price {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  text-align: center;
  color: var(--black);
}

.series-prods .series-prods-list .series-prods-item__price span {
  white-space: nowrap;
}

.series-prods .series-prods-list .series-prods-item__price span.text-muted {
  display: block;
  font-size: 13px;
  color: var(--grey);
}

.series-prods .series-prods-list .series-prods-item .series-status {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
}
.series-prods .series-prods-list .series-prods-item .series-status--yes {
  color: var(--green);
}
.series-prods .series-prods-list .series-prods-item .series-status--no {
  color: var(--red);
}
.series-prods .series-prods-list .series-prods-item .series-status--preorder {
  color: var(--dark-green);
}
.series-prods .series-prods-list .series-prods-item .series-status--wait {
  color: var(--grey);
}
.series-prods .series-prods-list .series-prods-item__model {
  width: 100px;
  display: flex;
  justify-content: center;
}
.series-prods .series-prods-list .series-prods-item__price {
  width: 75px;
  display: flex;
  justify-content: center;
}
.series-prods .series-prods-list .series-prods-item__status {
  width: 191px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .series-prods .series-prods-list .series-prods-item__status {
    width: 150px;
  }
}
.series-prods .series-prods-list .series-prods-item__count {
  width: 107px;
  display: flex;
  justify-content: center;
}
.series-prods .series-prods-list .series-prods-item .prod-counter {
  height: 35px;
}
.series-prods .series-prods-list .series-prods-item__order {
  width: 130px;
  display: flex;
  justify-content: center;
}
.series-prods .series-prods-list .series-prods-item__orderbtn {
  font-size: 14px;
  min-width: 130px;
  height: 35px;
}
.series-prods .series-prods-list .series-prods-item__requestbtn {
  font-size: 14px;
  min-width: 130px;
  height: 35px;
  background-color: #fff;
}
.series-prods .series-prods-list .series-prods-item__requestbtn:hover {
  background-color: var(--dark-green);
}
.series-prods .series-prods-list .series-prods-item .prod-counter {
  width: 100%;
}
.series-prods .series-prods-list .series-prods-item__order_mobile {
  display: none;
}
@media (max-width: 1024px) {
  .series-prods .series-prods-list .series-prods-item {
    padding: 15px 18px 15px 5px;
  }
  .series-prods .series-prods-list .series-prods-item__model_mobile {
    display: block;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: var(--black);
    overflow-wrap: anywhere;
    word-break: break-all;
    margin-bottom: 5px;
  }
  .series-prods .series-prods-list .series-prods-item__model {
    display: none;
  }
  .series-prods .series-prods-list .series-prods-item__status {
    order: -1;
  }
  .series-prods .series-prods-list .series-prods-item__details_wrap {
    flex-direction: column;
  }
  .series-prods .series-prods-list .series-prods-item__order {
    display: none;
  }
  .series-prods .series-prods-list .series-prods-item__count {
    width: calc(50% - 5px);
  }
  .series-prods .series-prods-list .series-prods-item__order_mobile {
    display: flex;
    width: calc(50% - 5px);
  }
  .series-prods .series-prods-list .series-prods-item__order_mobile button {
    min-width: 100%;
    max-width: 100%;
  }
  .series-prods .series-prods-list .series-prods-item__section {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px 10px;
  }
  .series-prods .series-prods-list .series-prods-item__details {
    width: 100%;
    max-width: 242px;
  }
  .series-prods .series-prods-list .series-prods-item__price {
    width: 100%;
    justify-content: flex-start;
    font-size: 16px;
  }
  .series-prods .series-prods-list .series-prods-item__status {
    width: 100%;
    justify-content: flex-start;
  }
  .series-prods .series-prods-list .series-prods-item__box {
    gap: 10px;
  }
  .series-prods .series-prods-list .series-prods-item__main {
    max-width: 600px;
  }
  .series-prods .series-prods-list .series-prods-item__wrap {
    align-items: flex-start;
  }
  .series-prods .series-prods-list .series-prods-item .series-prods-item-min-details {
    gap: 5px 15px;
  }
}
@media (max-width: 767px) {
  .series-prods .series-prods-list .series-prods-item__box {
    flex-direction: column;
    gap: 5px;
  }
  .series-prods .series-prods-list .series-prods-item__details {
    padding-left: 0;
    padding: 0;
  }
  .series-prods .series-prods-list .series-prods-item__image {
    max-width: 62px;
    height: 62px;
    padding: 5px;
  }
}
@media (max-width: 1024px) {
  .series-prods .series-prods-list {
    border: 1px solid var(--stroke);
  }
  .series-prods .series-prods-list .series-prods-item {
    border: none;
    border-bottom: 1px solid var(--stroke);
  }
  .series-prods .series-prods-list .series-prods-item:last-child {
    border-bottom: none;
  }
}
.series-prods__bottom {
  margin-top: 30px;
}

.prod-section-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .prod-section-list {
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 50px;
  }
  .prod-section-list .prod-section-box {
    border-radius: 5px;
    border: 1px solid var(--stroke);
  }
  .prod-section-list .prod-section-box:hover {
    box-shadow: 0 1px 4px 0 rgba(136, 157, 158, 0.3);
    background: var(--white) !important;
    border: 1px solid var(--green);
  }
  .prod-section-list .prod-section-box:hover .title {
    color: var(--green);
  }
  .prod-section-list .prod-section-top {
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 0px !important;
  }
  .prod-section-list .prod-section-top .title {
    font-size: 20px;
  }
  .prod-section-list .prod-section-top::after {
    position: relative;
    content: "";
    display: flex;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3165 5.625L16.0657 6.35273L9.88672 12.375L3.70774 6.35273L4.45308 5.625L9.88672 10.916L15.3165 5.625Z' fill='%23889D9E' /%3E%3C/svg%3E");
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .prod-section-list .prod-section-content {
    padding: 15px;
    padding-top: 0;
    display: none;
  }
  .prod-section-list .prod-section.active .prod-section-box {
    box-shadow: 0 1px 4px 0 rgba(136, 157, 158, 0.3);
    background: var(--white) !important;
    border: 1px solid var(--green);
  }
  .prod-section-list .prod-section.active .prod-section-top::after {
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45623 5.625L3.70703 6.35273L9.88601 12.375L16.065 6.35273L15.3196 5.625L9.88601 10.916L4.45623 5.625Z' fill='%2300A67E' /%3E%3C/svg%3E");
  }
  .prod-section-list .prod-section.active .prod-section-content {
    display: block;
  }
  .prod-section-list .prod-section.active .cat-doc__container {
    background: var(--light) !important;
  }
}
@media (max-width: 767px) {
  .prod-section-list {
    gap: 10px;
  }
  .prod-section-list .prod-section-top {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .prod-section-list .prod-section-content {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}

.tech-details .tech-details-table {
  margin-top: 15px;
}
.tech-details .tech-details-table__row {
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--white);
}
.tech-details .tech-details-table__row:nth-child(odd) {
  background: var(--light);
}
.tech-details .tech-details-table__col {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 113%;
  color: var(--grey-text);
  min-width: 415px;
  max-width: 415px;
}
.tech-details .tech-details-table__value {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 113%;
  color: var(--grey-text);
  width: 100%;
  display: flex;
  gap: 40px;
}
.tech-details .tech-details-table__value span {
  display: inline-flex;
  min-width: 200px;
}
@media (max-width: 1024px) {
  .tech-details .tech-details-table {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 12px;
  }
  .tech-details .tech-details-table__row {
    gap: 35px;
    padding: 15px 10px;
  }
  .tech-details .tech-details-table__col {
    font-size: 14px;
    line-height: 114%;
    min-width: 306px;
    max-width: 306px;
  }
  .tech-details .tech-details-table__value {
    font-size: 14px;
    line-height: 114%;
    gap: 20px;
    flex-wrap: wrap;
  }
  .tech-details .tech-details-table__value span {
    min-width: 60px;
  }
}
@media (max-width: 767px) {
  .tech-details .tech-details-table {
    padding-bottom: 9px;
  }
  .tech-details .tech-details-table__row {
    padding: 16px 10px;
    gap: 10px;
  }
  .tech-details .tech-details-table__col {
    min-width: 160px;
    max-width: 160px;
  }
  .tech-details .tech-details-table__value {
    gap: 5px 10px;
  }
  .tech-details .tech-details-table__value span {
    min-width: 0px;
  }
}
@media (max-width: 380px) {
  .tech-details .tech-details-table__row {
    padding: 14px 5px;
  }
  .tech-details .tech-details-table__col {
    font-size: 12px;
    min-width: 140px;
    max-width: 140px;
  }
  .tech-details .tech-details-table__value {
    font-size: 12px;
  }
}

.prod-description__content {
  margin-top: 15px;
}
.prod-description__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--grey-text);
}
.prod-description__text a {
  color: var(--dark-green);
  word-break: break-word;
}
.prod-description__text p,
.prod-description__text ol,
.prod-description__text ul,
.prod-description__text caption,
.prod-description__text > div,
.prod-description__text > strong,
.prod-description__text > img,
.prod-description__text table {
  margin-top: 16px;
}
.prod-description__text caption {
  margin-bottom: 6px;
  font-size: 14px;
}
.prod-description__text table {
  border-collapse: collapse;
  width: 100%;
}
.prod-description__text table th,
.prod-description__text table td {
  border: 1px solid var(--stroke);
  padding: 4px 8px;
}
.prod-description__text table th {
  font-weight: 500;
}
.prod-description__text ul {
  display: grid;
  gap: 20px;
}
.prod-description__text ul li {
  /*display: flex;
  align-items: flex-start;
  gap: 15px;*/
  line-height: 28px;
  padding-left: 43px;
  position: relative;
}
.prod-description__text ul li::before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" fill="none"><path d="M11.925 19.098 6.91 14.083l1.671-1.671 3.344 3.342 6.684-6.686 1.672 1.673-8.356 8.357Z" fill="%2300A67E"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1 14C1 6.82 6.82 1 14 1s13 5.82 13 13-5.82 13-13 13S1 21.18 1 14Zm13 10.636a10.637 10.637 0 1 1 0-21.273 10.637 10.637 0 0 1 0 21.273Z" fill="%2300A67E"/></svg>') center center no-repeat;
}
.prod-description__text img {
  max-width: 100%;
  height: auto;
}
.prod-description__text ol {
  counter-reset: pay-and-deliv-counter;
  display: grid;
  gap: 20px;
}
.prod-description__text ol li {
  /*display: flex;
  align-items: flex-start;
  gap: 15px;*/
  line-height: 26px;
  position: relative;
  counter-increment: pay-and-deliv-counter;
  padding-left: 43px;
}
.prod-description__text ol li::before {
  content: counter(pay-and-deliv-counter);
  position: absolute;
  background: var(--green);
  border-radius: 5px;
  min-width: 26px;
  max-width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  text-align: center;
  color: var(--white);
  left: 0;
  top: 0;
}
.prod-description__text h1,
.prod-description__text h2 {
  font-weight: 500;
  font-size: 24px;
  margin-top: 20px;
  line-height: 1.2;
}
.prod-description__text h3 {
  font-weight: 500;
  font-size: 22px;
  margin-top: 20px;
  line-height: 1.2;
}
.prod-description__text h4 {
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.2;
}
.prod-description__text h5 {
  font-weight: 500;
  font-size: 17px;
  margin-top: 20px;
  line-height: 1.2;
}
.prod-description__text h6 {
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.2;
}
.prod-description__text > *:first-child {
  margin-top: 0;
}
.prod-description .prod-description-more {
  display: none;
}
@media (max-width: 1024px) {
  .prod-description .prod-description-more {
    display: inline-flex;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--dark-green);
    margin-top: 10px;
  }
  .prod-description .prod-description-more:hover {
    text-decoration: none;
  }
}
@media (max-width: 1024px) {
  .prod-description .title {
    font-size: 20px;
  }
  .prod-description__container {
    background: var(--white);
    border: 1px solid var(--stroke);
    border-radius: 5px;
    padding: 15px;
  }
  .prod-description__text {
    font-size: 14px;
    line-height: 143%;
  }
  .prod-description__text p {
    display: none;
  }
  .prod-description__text p:first-child {
    display: block;
  }
  .prod-description.is-expanded .prod-description__text p {
    display: block;
  }
  .prod-description.is-expanded .prod-description-more {
    display: none;
  }
}

.drawing__wrap {
  margin-top: 15px;
}
.drawing__image {
  display: grid;
  gap: 20px;
}
.drawing .drawing-image img,
.drawing .drawing-table img {
  max-width: 100%;
  height: auto;
}
.drawing .drawing-note,
.drawing .drawing-table p > i {
  margin-top: 15px;
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--green);
}
.drawing .drawing-table {
  margin-top: 15px;
}
.drawing .drawing-table__wrap {
  overflow-x: scroll;
  width: 100%;
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  .drawing .drawing-table__wrap {
    overflow-x: auto;
  }
}
.drawing .drawing-table__wrap > *:not(:first-child) {
  margin-top: 15px;
}
.drawing .drawing-table__wrap {
  scrollbar-width: thin;
  scrollbar-color: var(--green) #F5F5F5;
}

.drawing .drawing-table__wrap::-webkit-scrollbar-thumb {
  background: var(--green);
}

.drawing .drawing-table__wrap::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.drawing .drawing-table__wrap::-webkit-scrollbar {
  width: 4px;
  background: var(--stroke);
}
.drawing .drawing-table table {
  overflow: auto;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--grey-text);
}
.drawing .drawing-table th,
.drawing .drawing-table td {
  padding: 10px 12px;
  border: 1px solid #d7dde5;
  text-align: left;
  white-space: nowrap;
}
.drawing .drawing-table thead th {
  background: var(--light);
  color: #1f2933;
  font-weight: 500;
}
.drawing .drawing-table tbody td {
  background: var(--white);
  color: #2b2f33;
  min-width: 62px;
}
.drawing .drawing-table tbody tr:hover td {
  background: var(--light);
}
@media (max-width: 1024px) {
  .drawing .drawing-table table {
    font-size: 14px;
  }
  .drawing .drawing-table table th,
  .drawing .drawing-table table td {
    padding: 12px 10px;
  }
  .drawing .drawing-table table tbody td {
    min-width: 45px;
  }
}

.doc-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 70px;
}
@media (max-width: 1300px) {
  .doc-list {
    gap: 20px 20px;
  }
}
@media (max-width: 1024px) {
  .doc-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .doc-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.doc-list .docitem {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  overflow-wrap: anywhere;
  word-break: break-all;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--grey-text);
  transition: 0.23s;
}
.doc-list .docitem svg {
  color: #04575B;
  transition: 0.23s;
  min-width: 26px;
  max-width: 26px;
}
.doc-list .docitem:hover {
  color: var(--green);
}
.doc-list .docitem:hover svg {
  color: var(--green);
}

.cat-doc__container {
  background: var(--light);
  padding: 30px;
  border-radius: 5px;
  transition: 0.23s;
}
.cat-doc .doc-list {
  margin-top: 23px;
}
@media (max-width: 1024px) {
  .cat-doc__container {
    background: var(--light) !important;
    padding: 0;
  }
  .cat-doc .doc-list {
    margin-top: 0px;
    padding-bottom: 7px;
  }
  .cat-doc .docitem {
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .cat-doc .docitem {
    padding-right: 0;
  }
}

.review-section .top {
  margin-bottom: 15px;
}
.review-section__wrap {
  display: flex;
  gap: 45px;
}
.review-section__main {
  min-width: 333px;
  width: 333px;
  max-width: 333px;
}
.review-section .review-rate {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid var(--stroke);
  border-radius: 5px;
  padding: 32px 42px;
  margin-bottom: 15px;
}
.review-section .review-rate__value {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 45px;
  color: var(--green);
  margin-bottom: 12px;
}
.review-section .review-rate p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: var(--grey-text);
}
.review-section .review-rate__details {
  display: flex;
  align-items: flex-end;
  gap: 11px;
  margin-bottom: 12px;
}
.review-section .review-rate__details p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  color: var(--grey);
}
.review-section .review-rate__details p span {
  color: var(--dark-green);
}
.review-section .review-rate__stars {
  display: flex;
  gap: 1px;
}
.review-section .review-rate__stars img {
  width: 19px;
  height: 18px;
}
.review-section .add-review-btn {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  width: 100%;
  padding: 14px;
}
.review-section__list {
  display: grid;
  gap: 25px;
}
.review-section .review-item {
  border-bottom: 1px solid var(--stroke);
  padding-bottom: 30px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.review-section .review-item__main {
  min-width: 177px;
  max-width: 177px;
}
.review-section .review-item__user {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: var(--black);
  margin-bottom: 10px;
}
.review-section .review-item .review-item-rate {
  display: flex;
  gap: 10px;
}
.review-section .review-item .review-item-rate__stars {
  display: flex;
  gap: 1px;
}
.review-section .review-item .review-item-rate__stars img {
  width: 14px;
  height: 14px;
}
.review-section .review-item .review-item-rate span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: var(--green);
}
.review-section .review-item__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--grey-text);
  margin-bottom: 15px;
}
.review-section .review-item__readmore {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--dark-green);
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 15px;
}
.review-section .review-item__readmore:hover {
  text-decoration: none;
}
.review-section .review-item__rate {
  display: flex;
  gap: 22px;
}
.review-section .review-item .review-item-like {
  display: flex;
  gap: 6px;
  align-items: center;
  font-family: var(--font5);
  font-weight: 400;
  font-size: 14px;
  color: var(--green);
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
}
.review-section .review-item .review-item-dislike {
  display: flex;
  gap: 6px;
  align-items: center;
  font-family: var(--font5);
  font-weight: 400;
  font-size: 14px;
  color: var(--red);
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
}
.review-section__bottom {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.review-item__answer {
  background: var(--light);
  border-radius: 6px;
  padding: 20px;
  margin-top: 24px;
  position: relative;
}
.review-item__answer::before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid var(--light);
  content: "";
  position: absolute;
  left: 16px;
  top: -7px;
}
.review-item__answer .review-item__content {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .review-section .title {
    font-size: 20px;
  }
  .review-section__wrap {
    flex-direction: column;
    gap: 30px;
  }
  .review-section__main {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .review-section .review-rate {
    background: var(--light);
    border: none;
    padding: 23px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .review-section .review-rate__value {
    margin-bottom: 10px;
  }
  .review-section .review-item {
    flex-direction: column;
    gap: 15px;
  }
  .review-section .review-item__main {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .review-section .review-item__content {
    font-size: 14px;
  }
  .review-section .review-item__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .review-section .review-item__readmore {
    margin-bottom: 0;
  }
  .review-section .review-section__bottom {
    padding-top: 25px;
    padding-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .review-section .review-rate {
    background: var(--light);
    border: none;
    padding: 23px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .review-section .review-rate__value {
    margin-bottom: 10px;
  }
  .review-section .review-rate {
    margin-bottom: 10px;
  }
  .review-section__wrap {
    gap: 15px;
  }
  .review-section .review-section__bottom {
    padding-top: 15px;
    padding-bottom: 2px;
  }
}

.similar-prods {
  padding-top: 60px;
}
.similar-prods__main {
  margin-top: 15px;
}
.similar-prods .similar-prodsSlider-next {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .similar-prods .title {
    text-align: center;
  }
}

.prodcardV2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  background: var(--white);
  border: 1px solid var(--stroke);
  border-radius: 5px;
  overflow: hidden;
  padding: 19px 17px 30px 17px;
  transition: 0.23s;
}
.prodcardV2:hover {
  border: 1px solid var(--green);
}
.prodcardV2__main {
  position: relative;
}
.prodcardV2 .product-card-save,
.similar-prods__main .swiper-slide > .product-card-save {
  cursor: pointer;
  display: flex;
  padding: 0px;
  align-items: center;
  justify-content: center;
  border: none;
  background: var(--light);
  border-radius: 2px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.similar-prods__main .swiper-slide > .product-card-save {
  top: 19px;
  right: 17px;
  z-index: 10;
}
.prodcardV2 .product-card-save svg,
.similar-prods__main .swiper-slide > .product-card-save svg {
  color: #889D9E;
  transition: 0.23s;
}
.prodcardV2 .product-card-save:hover svg,
.similar-prods__main .swiper-slide > .product-card-save:hover svg  {
  color: var(--green);
}
.prodcardV2__image {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  height: 290px;
}
.prodcardV2__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.prodcardV2__rate {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.prodcardV2__rate div {
  display: flex;
  gap: 1px;
}
.prodcardV2__rate span {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  color: var(--green);
}
.prodcardV2__name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 113%;
  color: var(--black);
}
.prodcardV2__pricebox span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  color: var(--grey);
  display: flex;
  margin-bottom: 4px;
}
.prodcardV2__price {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 90%;
  color: var(--black);
}

.documentation {
  margin-top: 30px;
}

.documentation-list {
  display: grid;
  gap: 30px;
}
@media (max-width: 1024px) {
  .documentation-list {
    gap: 10px;
  }
}

.documentation-item {
  background: var(--white);
  border: 1px solid var(--stroke);
  border-radius: 5px;
}
.documentation-item__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  color: var(--black);
  transition: 0.23s;
}
.documentation-item__top {
  padding-left: 28px;
  padding-right: 14px;
  padding-top: 23px;
  padding-bottom: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}
.documentation-item__top::after {
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  display: flex;
  position: relative;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.2383 9.375L24.375 10.5879L15 20.625L5.625 10.5879L6.75586 9.375L15 18.1934L23.2383 9.375Z' fill='%23889D9E' /%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .documentation-item__top::after {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
  }
}
.documentation-item__top:hover .documentation-item__title {
  color: var(--green);
}
.documentation-item__content {
  border-top: 1px solid var(--stroke);
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 42px;
  padding-right: 80px;
  gap: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  display: none;
}
.documentation-item .documentation-box {
  display: flex;
  gap: 30px;
  width: 100%;
}
.documentation-item .documentation-box__image {
  width: 100%;
  max-width: 212px;
  border-radius: 5px;
  overflow: hidden;
}
.documentation-item .documentation-box__image img {
  width: 100%;
}
.documentation-item .documentation-box__image--mobile {
  display: none;
}
@media (max-width: 767px) {
  .documentation-item .documentation-box__image--mobile {
    display: flex;
  }
}
@media (max-width: 767px) {
  .documentation-item .documentation-box__image--desktop {
    display: none;
  }
}
.documentation-item .documentation-box__top p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 113%;
  color: var(--black);
}
.documentation-item .documentation-box__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 5px;
}
.documentation-item .documentation-box__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 38px;
}
.documentation-item .documentation-box .documentation-box-item {
  display: flex;
  align-items: flex-end;
  justify-content: flex-starts;
  gap: 5px;
  color: var(--dark-green);
  transition: 0.23s;
}
.documentation-item .documentation-box .documentation-box-item span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--black);
  transition: 0.23s;
  display: flex;
}
.documentation-item .documentation-box .documentation-box-item svg {
  min-width: 33px;
  max-width: 33px;
  height: 33px;
}
.documentation-item .documentation-box .documentation-box-item:hover {
  color: var(--green);
}
.documentation-item .documentation-box .documentation-box-item:hover span {
  color: var(--green);
}
.documentation-item.active {
  box-shadow: 0 1px 10px 0 rgba(136, 157, 158, 0.3);
  border: 1px solid var(--green);
}
.documentation-item.active .documentation-item__top::after {
  transform: rotate(0deg);
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='29' viewBox='0 0 30 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.2383 21.6857L24.375 20.4728L15 10.4357L5.625 20.4728L6.75586 21.6857L15 12.8673L23.2383 21.6857Z' fill='%2300A67E' /%3E%3C/svg%3E");
}
.documentation-item.active .documentation-item__content {
  display: grid;
}
@media (max-width: 1024px) {
  .documentation-item__title {
    font-size: 20px;
  }
  .documentation-item__top {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
  }
  .documentation-item__content {
    margin-top: 3px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 37px;
    gap: 50px 30px;
  }
  .documentation-item .documentation-box {
    gap: 15px;
  }
  .documentation-item .documentation-box__image {
    min-width: 66px;
    max-width: 66px;
  }
  .documentation-item .documentation-box__top p {
    font-size: 14px;
  }
  .documentation-item .documentation-box__title {
    font-size: 18px;
    line-height: 122%;
  }
  .documentation-item .documentation-box__list {
    margin-top: 15px;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .documentation-item__content {
    grid-template-columns: repeat(1, 1fr);
    padding: 15px 15px 20px 15px;
  }
  .documentation-item .documentation-box__content {
    display: flex;
    flex-wrap: wrap;
  }
  .documentation-item .documentation-box__top {
    width: calc(100% - 81px);
  }
  .documentation-item .documentation-box__image--mobile {
    margin-right: 15px;
  }
  .documentation-item .documentation-box__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 21px;
  }
  .documentation-item .documentation-box .documentation-box-item {
    width: auto;
    width: calc(25% - 16px);
  }
}

.search-page__wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1024px) {
  .search-page__wrap {
    gap: 30px;
  }
}

.search-page-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 30px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
}
.search-page-top a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: var(--dark-green);
}
@media (max-width: 1024px) {
  .search-page-top {
    font-size: 16px;
  }
}

.search-page-bottom {
  display: flex;
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .search-page-bottom {
    justify-content: center;
  }
}

.search-page-catalog {
  background-color: transparent;
  padding: 0;
}

.search-prods__list {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 30px;
}

.search-prods__list .catl-prod.series-inline-scope {
  display: none;
}
@media (max-width: 1200px) {
  .search-prods__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .search-prods__list {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .search-prods__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.publication-search {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .publication-search .publication-item:nth-child(n+3) {
    display: block;
  }
  .publication-search .publication-list {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .publication-search {
    display: block;
  }
  .publication-search .publication-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 1024px) {
  .search-banner {
    display: none;
  }
}
.search-banner .banner-cta {
  max-width: 1177px;
  margin: 0 auto;
}
.search-banner .banner-cta__bnav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.search-banner .banner-cta-socials {
  display: flex;
  gap: 15px;
}
.search-banner .banner-cta-socials a {
  display: flex;
}

.ordering-page .ordering-page-wrap {
  display: flex;
  /*align-items: flex-start;*/
  gap: 32px;
}
.ordering-page .ordering-page-wrap .ordering-page-main {
  width: 100%;
}
.ordering-page .ordering-page-wrap .ordering-page-main-wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1024px) {
  .ordering-page .ordering-page-wrap .ordering-page-main-wrap {
    gap: 31px;
  }
}
@media (max-width: 767px) {
  .ordering-page .ordering-page-wrap .ordering-page-main-wrap {
    gap: 20px;
  }
}
.ordering-page .ordering-page-wrap .ordering-mtitle {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  color: var(--black);
  margin-bottom: 15px;
}
.ordering-page .ordering-page-wrap .ordering-page-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 45px;
  line-height: 111%;
  color: var(--black);
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .ordering-page .ordering-page-wrap .ordering-page-title {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .ordering-page .ordering-page-wrap .ordering-page-title {
    margin-bottom: 4px;
  }
}
.ordering-page .ordering-page-wrap .ordering-order__top {
  margin-bottom: 15px;
}
.ordering-page .ordering-page-wrap .ordering-order__top .ordering-mtitle {
  margin-bottom: 0;
}
.ordering-page .ordering-page-wrap .ordering-order__summary {
  display: none;
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-item {
  padding-top: 4px;
  padding-right: 3px;
  padding-bottom: 31px;
  padding-left: 11px;
  border-top: 1px solid var(--stroke);
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-item:last-child {
  border-bottom: 1px solid var(--stroke);
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-item {
  display: flex;
  gap: 40px;
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  min-width: 112px;
  max-width: 112px;
  height: 112px;
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__wrap {
  width: 100%;
  padding-top: 23px;
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__main {
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__sec1 {
  width: 100%;
  max-width: 410px;
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: var(--black);
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__title a {
  color: var(--black);
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__parameters {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__parameters span {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: var(--grey);
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__sec2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__pricexcount {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: var(--black);
  width: 161px;
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-item .prod-counter {
  width: 110px;
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__price {
  min-width: 120px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  text-align: right;
  color: #0c1318;
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__remove {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: var(--red);
  margin-bottom: 19px;
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-item .ordering-order-item-commentbox {
  display: flex;
  align-items: flex-end;
  gap: 60px;
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-item .ordering-order-item-commentbox__textarea {
  width: 100%;
  max-width: 410px;
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-item .ordering-order-item-commentbox__textarea label {
  display: flex;
  margin-bottom: 9px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  color: var(--black);
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-item .ordering-order-item-commentbox__textarea textarea {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  width: 100%;
  padding: 15px 20px;
  border: 1px solid var(--stroke);
  border-radius: 5px;
  height: 50px;
  resize: none;
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-item .ordering-order-item-commentbox__textarea textarea::placeholder {
  color: var(--grey);
}
@media (max-width: 1400px) {
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__image {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item {
    gap: 16px;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__main {
    gap: 16px;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item .ordering-order-item-commentbox {
    gap: 16px;
  }
}
@media (max-width: 1300px) {
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__main {
    flex-direction: column;
    align-items: flex-start;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__sec1 {
    max-width: 100%;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__sec2 {
    max-width: 490px;
  }
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-bottom {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid var(--stroke);
  padding-top: 25px;
  padding-bottom: 25px;
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-bottom .ordering-order-all-btn {
  border: none;
  background: transparent;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: var(--dark-green);
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-bottom .ordering-order-all-btn:hover {
  text-decoration: none;
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-commect-desk-mob {
  padding-top: 10px;
  display: none;
}
@media (max-width: 1024px) {
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-commect-desk-mob {
    display: block;
  }
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-commect-desk-mob label {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  color: var(--black);
  display: flex;
  margin-bottom: 5px;
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-commect-desk-mob textarea {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  width: 100%;
  padding: 15px 10px;
  resize: none;
  border: 1px solid var(--stroke);
  border-radius: 5px;
  height: 132px;
}
.ordering-page .ordering-page-wrap .ordering-order .ordering-order-commect-desk-mob textarea::placeholder {
  color: var(--grey);
}
.ordering-page .ordering-page-wrap .ordering-registration .ordering-registration-box {
  border: 1px solid var(--stroke);
  border-radius: 10px;
  width: 100%;
  max-width: 553px;
  padding: 50px;
}
.ordering-page .ordering-page-wrap .ordering-page-main-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1024px) {
  .ordering-page .ordering-page-wrap .ordering-page-main-list {
    gap: 31px;
  }
}
@media (max-width: 767px) {
  .ordering-page .ordering-page-wrap .ordering-page-main-list {
    gap: 20px;
  }
}
.ordering-page .ordering-page-wrap .ordering-block .btnv02 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green);
  border-radius: 5px;
  padding: 16px 20px;
  min-width: 242px;
  height: 50px;
  transition: 0.23s;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  color: var(--green);
  background-color: transparent;
  cursor: pointer;
}
.ordering-page .ordering-page-wrap .ordering-block .btnv02:hover {
  background-color: var(--green);
  color: #fff;
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm {
  border-left: 1px solid var(--stroke);
  border-right: 1px solid var(--stroke);
  border-top: 1px solid var(--stroke);
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm:first-child {
  border-radius: 10px 10px 0 0;
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm:last-child {
  border-radius: 0 0 10px 10px;
  border-bottom: 1px solid var(--stroke);
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-top {
  padding: 30px;
  padding-right: 70px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-top__main {
  display: flex;
  align-items: center;
  gap: 14px;
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-top__main p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: var(--grey-text);
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-top .ordering-block-itm-top-indic {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  border-radius: 100px;
  border: 1px solid var(--stroke);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-top__content {
  min-width: 200px;
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-top__content p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  color: var(--black);
}
@media (max-width: 1024px) {
  .ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-top {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-top {
    padding: 15px 13px 15px 15px;
    flex-direction: column;
    gap: 5px;
  }
  .ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-top__main {
    gap: 10px;
  }
  .ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-top__content {
    padding-left: 30px;
  }
  .ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-top__content p {
    font-size: 12px;
    line-height: 133%;
  }
}
@media (max-width: 1024px) {
  .ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .or-overpayment {
    max-width: 390px;
  }
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content {
  display: none;
  padding-left: 65px;
  padding-right: 70px;
  padding-bottom: 30px;
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .obmin-ttl {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 114%;
  color: var(--black);
  margin-bottom: 20px;
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .o-block-wrap {
  display: grid;
  gap: 30px;
  padding-top: 22px;
}
.spc-doc-address-title {
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
@media (max-width: 767px) {
  .ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .o-block-wrap {
    gap: 20px;
  }
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .o-block-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (max-width: 767px) {
  .ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .o-block-inputs {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .o-block-inputs-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .o-block-inputs--v2 .o-block-inputs-col:nth-child(2) input {
  max-width: 175px;
}
@media (max-width: 767px) {
  .ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .o-block-inputs--v2 .o-block-inputs-col:nth-child(2) input {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .o-block-inputs--V3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .ordering-pay-options {
  display: grid;
  gap: 15px;
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .ordering-txt-box {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: var(--grey-text);
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .order-cred-part .form-item {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .order-cred-part__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .order-cred-part__p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  color: var(--black);
  margin-bottom: 5px;
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .order-cred-part__price {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  color: var(--black);
}
@media (max-width: 767px) {
  .ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .order-cred-part__wrap {
    flex-direction: column;
    gap: 5px;
  }
  .ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .order-cred-part__price {
    font-size: 12px;
    line-height: 133%;
  }
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .order-optls__list {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .order-optls .order-optls-item {
  width: 100%;
  max-width: 750px;
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .order-optls .order-optls-item__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 114%;
  color: var(--black);
  margin-bottom: 10px;
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .order-optls .order-optls-item__title2 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: var(--grey);
  margin-bottom: 10px;
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .order-optls .order-optls-item__info span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--black);
  margin-top: 0px !important;
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .order-optls .order-optls-item__info2 span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--black);
  margin-top: 0;
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .order-optls .order-optls-item .roptions-item {
  width: 100%;
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .order-optls .order-optls-item .roptions-item__content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-bottom: 11px;
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .order-optls__bottom {
  display: flex;
}
.o-block-wrap-item > h6 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .order-optls__list {
    gap: 20px;
    margin-bottom: 20px;
  }
  .ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content .order-optls .order-optls-item .roptions-item__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm .ordering-block-itm-content {
    padding-left: 45px;
    padding-right: 14px;
  }
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm.active {
  box-shadow: 0 1px 10px 0 rgba(136, 157, 158, 0.3);
  border: 1px solid var(--green);
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm.active .ordering-block-itm-top-indic {
  border-color: var(--green);
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm.active .ordering-block-itm-top-indic:after {
  width: 11px;
  height: 11px;
  border-radius: 100px;
  content: "";
  position: absolute;
  background-color: var(--green);
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm.active .ordering-block-itm-top {
  padding-bottom: 20px;
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm.active .ordering-block-itm-top p {
  font-weight: 500;
}
@media (max-width: 767px) {
  .ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm.active .ordering-block-itm-top {
    padding-bottom: 15px;
  }
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm.active .ordering-block-itm-content {
  display: block;
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm-fiz.active .ordering-block-itm-top {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm-fiz.active .ordering-block-itm-top {
    padding-bottom: 15px;
  }
}
.ordering-page .ordering-page-wrap .ordering-block .ordering-block-itm-fiz.active .ordering-block-itm-content {
  display: none;
}
.ordering-page .ordering-page-wrap .ordering-block .fizdoc__list {
  display: grid;
  gap: 15px;
  margin-bottom: 15px;
}
.ordering-page .ordering-page-wrap .ordering-block .fizdoc__bottom {
  padding-left: 32px;
  display: flex;
}
.ordering-page .ordering-page-wrap .ordering-page-sidebar {
  min-width: 333px;
  max-width: 333px;
  width: 333px;
  background: var(--white);
  border: 1px solid var(--stroke);
  border-radius: 5px;
}
.ordering-page-sidebar-fixed {
  display: flex;
  position: sticky;
  top: 205px;
  left: 0;
}
@media (max-width: 1300px) {
  .ordering-page .ordering-page-wrap .ordering-page-sidebar {
    min-width: 300px;
    max-width: 300px;
    width: 300px;
  }
}
.ordering-page .ordering-page-wrap .ordering-page-sidebar__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  color: var(--black);
  margin-bottom: 15px;
}
.ordering-page .ordering-page-wrap .ordering-page-sidebar__sc1 {
  padding: 30px 20px 20px 20px;
}
.ordering-page .ordering-page-wrap .ordering-page-sidebar__sc2 {
  padding: 20px 20px 30px 20px;
}
.ordering-page .ordering-page-wrap .ordering-page-sidebar .ordering-summary-box {
  display: grid;
  gap: 10px;
}
.ordering-page .ordering-page-wrap .ordering-page-sidebar .ordering-summary-box__line {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: var(--black);
  display: flex;
  justify-content: space-between;
}
.ordering-page .ordering-page-wrap .ordering-page-sidebar .cart-delivery-section {
  background: var(--light);
  padding: 16px 21px 21px 21px;
}
.ordering-page .ordering-page-wrap .ordering-page-sidebar .cart-delivery-section .cart-delivery-status__left {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: var(--black);
  padding-right: 10px;
}
.ordering-page .ordering-page-wrap .ordering-page-sidebar .cart-delivery-section .cart-delivery-status__left span {
  font-weight: 600;
  color: var(--green);
}
.ordering-page .ordering-page-wrap .ordering-page-sidebar .cart-delivery-section .cart-delivery-status__done {
  display: flex;
  gap: 13px;
}
.ordering-page .ordering-page-wrap .ordering-page-sidebar .cart-delivery-section .cart-delivery-status__done svg {
  position: relative;
  top: 4px;
}
.ordering-page .ordering-page-wrap .ordering-page-sidebar .cart-delivery-section .cart-delivery-status__done p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 129%;
  color: var(--green);
}
.ordering-page .ordering-page-wrap .ordering-page-sidebar .cart-delivery-section .cart-delivery-progress {
  background: #dceaea;
  height: 4px;
  width: 100%;
  position: relative;
  margin-top: 8px;
}
.ordering-page .ordering-page-wrap .ordering-page-sidebar .cart-delivery-section .cart-delivery-progress__line {
  background: var(--green);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ordering-page .ordering-page-wrap .ordering-page-sidebar .ordering-to-pay {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
}
.ordering-page .ordering-page-wrap .ordering-page-sidebar .ordering-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  color: var(--white);
  background: var(--green);
  height: 50px;
  border-radius: 5px;
  padding: 15px 20px;
  border: none;
  width: 100%;
  transition: 0.23s;
}
.ordering-page .ordering-page-wrap .ordering-page-sidebar .ordering-submit:hover {
  background-color: #06b68d;
}
.ordering-page .ordering-page-wrap .ordering-page-sidebar .ordering-info-box {
  display: grid;
  gap: 10px;
  margin-top: 15px;
}
.ordering-page .ordering-page-wrap .ordering-page-sidebar .ordering-info-box p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  color: var(--grey);
}
.ordering-page .ordering-page-wrap .ordering-page-sidebar .ordering-info-box a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  color: var(--dark-green);
}
.ordering-page .ordering-page-wrap .ordering-page-sidebar .ordering-info-box a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .ordering-page .ordering-page-wrap .ordering-page-sidebar {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .ordering-page .ordering-page-wrap .ordering-page-sidebar__title {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 10px;
  }
  .ordering-page .ordering-page-wrap .ordering-page-sidebar .ordering-summary-box__line {
    font-size: 14px;
    line-height: 143%;
  }
  .ordering-page .ordering-page-wrap .ordering-page-sidebar__sc1 {
    padding: 30px 20px 17px 30px;
  }
  .ordering-page .ordering-page-wrap .ordering-page-sidebar__sc2 {
    padding: 17px 30px 30px 30px;
  }
  .ordering-page .ordering-page-wrap .ordering-page-sidebar .cart-delivery-section {
    padding: 16px 30px 22px 30px;
  }
  .ordering-page .ordering-page-wrap .ordering-page-sidebar .ordering-info-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ordering-page .ordering-page-wrap .ordering-page-sidebar .ordering-info-box p, .ordering-page .ordering-page-wrap .ordering-page-sidebar .ordering-info-box a {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ordering-page .ordering-page-wrap .ordering-page-sidebar__sc1 {
    padding: 22px 20px 17px 20px;
  }
  .ordering-page .ordering-page-wrap .ordering-page-sidebar__sc2 {
    padding: 13px 20px 24px 20px;
  }
  .ordering-page .ordering-page-wrap .ordering-page-sidebar .cart-delivery-section {
    padding: 16px 20px 22px 20px;
  }
  .ordering-page .ordering-page-wrap .ordering-page-sidebar .cart-delivery-section .cart-delivery-status__left {
    font-size: 12px;
    padding-right: 0;
  }
  .ordering-page .ordering-page-wrap .ordering-page-sidebar .cart-delivery-section .cart-delivery-status__done {
    font-size: 12px;
  }
  .ordering-page .ordering-page-wrap .ordering-page-sidebar .ordering-info-box {
    align-items: flex-start;
  }
  .ordering-page .ordering-page-wrap .ordering-page-sidebar .ordering-info-box p {
    text-align: left;
  }
  .ordering-page .ordering-page-wrap .ordering-page-sidebar .ordering-info-box a {
    text-align: left;
  }
  .ordering-page .ordering-page-wrap .ordering-page-sidebar .ordering-to-pay {
    font-size: 16px;
  }
}
.ordering-page .ordering-page-wrap .ordering-order-item-details {
  display: flex;
  flex-wrap: wrap;
}
.ordering-page .ordering-page-wrap .ordering-order-item-details .ordering-order-item-details__item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  color: var(--grey);
  margin-top: 5px;
}
.ordering-page .ordering-page-wrap .ordering-order-item__pricemob {
  display: none;
}
.ordering-page .ordering-page-wrap .ordering-order-item__delete {
  display: none;
}
@media (max-width: 1024px) {
  .ordering-page .ordering-page-wrap {
    flex-direction: column;
    gap: 31px;
  }
  .ordering-page .ordering-page-wrap .ordering-mtitle {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 10px;
  }
  .ordering-page .ordering-page-wrap .ordering-order__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .ordering-page .ordering-page-wrap .ordering-order__summary {
    display: flex;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: var(--black);
  }
  .ordering-page .ordering-page-wrap .ordering-order-list {
    border: 1px solid var(--stroke);
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item {
    padding: 15px 12px 12px 5px;
    gap: 5px;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item:nth-child(1) {
    border-top: none;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item:last-child {
    border-bottom: none !important;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__image {
    min-width: 62px;
    max-width: 62px;
    height: 62px;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__wrap {
    padding-top: 0;
    align-items: center;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__main {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 27px;
    margin-bottom: 0;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item .prod-counter {
    height: 35px;
    width: 110px;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__sec2 {
    width: 100%;
    max-width: 240px;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__parameters {
    display: none;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item .ordering-order-item-details {
    display: grid;
    gap: 5px;
    margin-top: 5px;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item .ordering-order-item-details__item {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 117%;
    color: var(--grey);
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__title {
    font-size: 14px;
    line-height: 129%;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item .ordering-order-item-commentbox {
    display: none;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__pricexcount {
    display: none;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__price {
    display: none;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__pricemob {
    display: flex;
    justify-content: flex-end;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 113%;
    color: var(--black);
    min-width: 85px;
    text-align: right;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__delete {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__delete svg {
    transition: 0.23s;
    color: #889D9E;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__delete:hover svg {
    color: var(--black);
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: none;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-bottom .ordering-order-all-btn {
    font-size: 14px;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-commect-desk-mob {
    padding-top: 0;
    margin-top: 20px;
  }
  .ordering-page .ordering-page-wrap .ordering-registration .ordering-registration-box {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .ordering-page .ordering-page-wrap {
    gap: 20px;
  }
  .ordering-page .ordering-page-wrap .ordering-order-list {
    border-left: none;
    border-right: none;
  }
  .ordering-page .ordering-page-wrap .ordering-order__summary {
    display: none;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__main {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .ordering-page .ordering-page-wrap .ordering-order .ordering-order-item__sec2 {
    max-width: 100%;
  }
  .ordering-page .ordering-page-wrap .ordering-registration .ordering-registration-box {
    padding: 20px;
    border-radius: 5px;
  }
}

@media (max-width: 767px) {
  .main-wrap-profile {
    padding-top: 15px;
  }
}

.profile-page {
  padding-top: 5px;
}
.profile-page__container {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.profile-page .profile-mobile-menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--white);
  border-top: 1px solid var(--stroke);
  padding: 10px 23px 13px 23px;
  z-index: 220;
}
.profile-page .profile-mobile-menu__list {
  display: flex;
  justify-content: space-between;
}
.profile-page .profile-mobile-menu__list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 8px;
  line-height: 100%;
  text-align: center;
  color: var(--black);
  transition: 0.23s;
}
.profile-page .profile-mobile-menu__list li a svg {
  transition: 0.23s;
  color: var(--black);
}
.profile-page .profile-mobile-menu__list li a:hover {
  color: var(--green);
}
.profile-page .profile-mobile-menu__list li a:hover svg {
  color: var(--green);
}
.profile-page .profile-mobile-menu__list li a.active {
  color: var(--green);
}
.profile-page .profile-mobile-menu__list li a.active svg {
  color: var(--green);
}
.profile-mobile-menu.profile-mobile-menu-bottom {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  background: var(--white);
  border-top: 1px solid var(--stroke);
  padding: 10px 23px 13px 23px;
  z-index: 40;
}
.profile-mobile-menu-bottom .profile-mobile-menu__list {
  display: flex;
  justify-content: space-between;
}
.profile-mobile-menu-bottom .profile-mobile-menu__list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 8px;
  line-height: 100%;
  text-align: center;
  color: var(--black);
  transition: 0.23s;
  position: relative;
}
.profile-mobile-menu-bottom .profile-mobile-menu__list li a svg {
  transition: 0.23s;
  color: var(--black);
}
.profile-mobile-menu-bottom .profile-mobile-menu__list li a:hover {
  color: var(--green);
}
.profile-mobile-menu-bottom .profile-mobile-menu__list li a:hover svg {
  color: var(--green);
}
.profile-mobile-menu-bottom .profile-mobile-menu__list li a.active {
  color: var(--green);
}
.profile-mobile-menu-bottom .profile-mobile-menu__list li a.active svg {
  color: var(--green);
}
.profile-mobile-menu-bottom .h-cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  text-align: center;
  color: var(--white);
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: var(--green);
  top: -7px;
  right: -14px;
}

@media (max-width: 1024px) {
  .profile-mobile-menu.profile-mobile-menu-bottom {
    display: block;
  }
}

@media (max-width: 767px) {
  .profile-page .profile-mobile-menu {
    display: block;
  }
  
  .profile-mobile-menu.profile-mobile-menu-bottom {
    display: block;
  }
}


.profile-page .profile-page-sidebar {
  min-width: 333px;
  max-width: 333px;
  width: 333px;
  gap: 30px;
}
.profile-page .profile-menu {
  background: var(--light);
  border-radius: 5px;
  overflow: hidden;
}
.profile-page .profile-menu .profile-menu-top {
  padding: 20px 20px 20px 16px;
}
.profile-page .profile-menu .profile-menu-top__hello {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  color: var(--black);
  margin-bottom: 2px;
}
.profile-page .profile-menu .profile-menu-top .profile-id {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--grey);
}
.profile-page .profile-menu__list li a,
.profile-page .profile-menu__list li > span {
  display: flex;
  align-items: center;
  padding: 20px 15px;
  gap: 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
  border-bottom: 1px solid var(--stroke);
  transition: 0.23s;
}
.profile-page .profile-menu__list li a svg,
.profile-page .profile-menu__list li span svg {
  transition: 0.23s;
  color: var(--grey);
}
.profile-page .profile-menu__list li a:hover {
  color: var(--green);
}
.profile-page .profile-menu__list li a:hover svg {
  color: var(--green);
}
.profile-page .profile-menu__list li a.active,
.profile-page .profile-menu__list li span.active {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}
.profile-page .profile-menu__list li a.active svg,
.profile-page .profile-menu__list li span.active svg {
  color: #fff;
}
.profile-page .profile-menu__list li:nth-child(1) a {
  border-top: 1px solid var(--stroke);
}
.profile-page .profile-menu__list li:last-child a {
  border-bottom: none;
}
.profile-page .profile-menu__list li .logout {
  justify-content: flex-end;
  font-weight: 500;
}

.profile-mobile-menu-sidebar {
  position: fixed;
  z-index: 101;
  top: 60px;
  left: 0;
  width: 100%;
  transform: translateX(24px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.28s ease, opacity 0.28s ease, visibility 0.28s ease;
  height: calc(100% - 120px);
}

.profile-mobile-menu-sidebar.is-open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.profile-mobile-menu-sidebar .profile-menu {
  background: var(--light);
  border-radius: 0px;
  overflow-y: auto;
  height: 100%;
}
.profile-mobile-menu-sidebar .profile-menu .profile-menu__list {
  height: 100%;
}
.profile-mobile-menu-sidebar .profile-menu .profile-menu-top {
  padding: 20px 20px 20px 16px;
}
.profile-mobile-menu-sidebar .profile-menu .profile-menu-top__hello {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  color: var(--black);
  margin-bottom: 2px;
}
.profile-mobile-menu-sidebar .profile-menu .profile-menu-top .profile-id {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--grey);
}
.profile-mobile-menu-sidebar .profile-menu__list li a,
.profile-mobile-menu-sidebar .profile-menu__list li > span {
  display: flex;
  align-items: center;
  padding: 20px 15px;
  gap: 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
  border-bottom: 1px solid var(--stroke);
  transition: 0.23s;
}
.profile-mobile-menu-sidebar .profile-menu__list li a svg,
.profile-mobile-menu-sidebar .profile-menu__list li span svg {
  transition: 0.23s;
  color: var(--grey);
}
.profile-mobile-menu-sidebar .profile-menu__list li a:hover {
  color: var(--green);
}
.profile-mobile-menu-sidebar .profile-menu__list li a:hover svg {
  color: var(--green);
}
.profile-mobile-menu-sidebar .profile-menu__list li a.active,
.profile-mobile-menu-sidebar .profile-menu__list li span.active {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}
.profile-mobile-menu-sidebar .profile-menu__list li a.active svg,
.profile-mobile-menu-sidebar .profile-menu__list li span.active svg {
  color: #fff;
}
.profile-mobile-menu-sidebar .profile-menu__list li:nth-child(1) a {
  border-top: 1px solid var(--stroke);
}
.profile-mobile-menu-sidebar .profile-menu__list li:last-child a {
  border-bottom: none;
}
.profile-mobile-menu-sidebar .profile-menu__list li .logout {
  justify-content: flex-end;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .profile-page .profile-page-sidebar {
    position: fixed;
    top: var(--header-offset, 0px);
    right: 0;
    width: 100%;
    height: calc(100dvh - var(--header-offset, 0px));
    max-width: none;
    min-width: 0;
    z-index: 95;
    background: rgba(1, 46, 48, 0.7);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.23s ease, visibility 0.23s ease;
  }
  .profile-page .profile-page-sidebar.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .profile-page .profile-menu {
    width: 100%;
    max-width: 333px;
    max-height: 100%;
    overflow: auto;
    border-radius: 0px;
  }
  .profile-page .profile-menu {
    scrollbar-width: thin;
    scrollbar-color: var(--green) #F5F5F5;
  }

  .profile-page .profile-menu::-webkit-scrollbar-thumb {
    background: var(--green);
  }

  .profile-page .profile-menu::-webkit-scrollbar-track {
    background-color: #F5F5F5;
  }

  .profile-page .profile-menu::-webkit-scrollbar {
    width: 4px;
    background: var(--stroke);
  }
}
@media (max-width: 767px) {
  /*.profile-page .profile-page-sidebar {
    top: var(--header-offset, 0px);
    height: calc(100dvh - var(--header-offset, 0px) - var(--profile-mobile-menu-height, 0px));
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .profile-page .profile-page-main {
    position: fixed;
    top: var(--header-offset, 0px);
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100dvh - var(--header-offset, 0px) - var(--profile-mobile-menu-height, 0px));
    background: var(--white);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .profile-page .profile-page-main.is-open-mobile {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .profile-page .profile-page-main .profile-main-item {
    height: 100%;
    overflow: auto;
    padding: 22px 22px 50px 22px;
  }
  .profile-page .profile-page-main .profile-main-item::-webkit-scrollbar-track {
    background: var(--stroke);
  }
  .profile-page .profile-page-main .profile-main-item::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: var(--stroke);
  }
  .profile-page .profile-page-main .profile-main-item::-webkit-scrollbar-thumb {
    background: var(--green);
  }
  .profile-page .profile-menu {
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: auto;
  }*/
}
.profile-page .profile-page-main {
  width: 100%;
}
.profile-page .profile-page-main .mobile-top-back-bar {
  display: none;
}
@media (max-width: 767px) {
  .profile-page .profile-page-main .mobile-top-back-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--dark-green);
    height: 60px;
    z-index: 210;
    padding: 16px 20px 20px 20px;
  }
  .profile-page .profile-page-main .mobile-top-back-bar__back {
    display: flex;
    align-items: center;
    gap: 28px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 113%;
    color: var(--white);
  }
  .profile-page .profile-page-main .mobile-top-back-bar .active {
    display: flex;
  }
}
.profile-page .profile-page-main .profile-main-item {
  display: none;
}
.profile-page .profile-page-main .profile-main-item.active {
  display: block;
}
@media (max-width: 767px) {
  .profile-page .profile-page-main .profile-main-item.active {
    z-index: 130;
  }
}
.profile-page .profile-page-main__top {
  margin-bottom: 30px;
}
.profile-page .profile-page-main.single-block .profile-page-main__top {
  max-width: 755px;
  margin-left: auto;
  margin-right: auto;
}

.profile-page .profile-page-main__top p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
  margin-top: 5px;
  max-width: 932px;
}
.profile-page .profile-page-main__top-v2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.profile-page .profile-page-main .clean-favorites {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--dark-green);
  cursor: pointer;
  border: 0;
  padding: 0;
  background: none;
}
.profile-page .profile-page-main .clean-favorites:hover {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .profile-page .profile-page-main .clean-favorites {
    font-size: 12px;
  }
}
.profile-page .profile-page-main .profile-page-main-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: var(--black);
}
@media (max-width: 1024px) {
  .profile-page .profile-page-main__top {
    margin-bottom: 15px;
  }
  .profile-page .profile-page-main__top p {
    font-size: 16px;
  }
  .profile-page .profile-page-main__top-v2 {
    margin-bottom: 15px;
    align-items: center;
  }
  .profile-page .profile-page-main .profile-page-main-title {
    font-size: 20px;
  }
}
.profile-page .profile-page-main .profile-personal .profile-personal-box-list {
  display: grid;
  gap: 50px;
}
.profile-page .profile-page-main .profile-personal .profile-personal-box__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  color: var(--black);
  margin-bottom: 15px;
}
.profile-page .profile-page-main .profile-personal .profile-personal-box .profile-personal-inps {
  display: flex;
  gap: 30px;
}
.profile-page .profile-page-main .profile-personal .profile-personal-box .profile-personal-inps__col {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1200px) {
  .profile-page .profile-page-main .profile-personal .profile-personal-box .profile-personal-inps {
    flex-direction: column;
  }
  .profile-page .profile-page-main .profile-personal .profile-personal-box .profile-personal-inps__col {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .profile-page .profile-page-main .profile-personal .profile-personal-box .profile-personal-inps {
    flex-direction: row;
  }
  .profile-page .profile-page-main .profile-personal .profile-personal-box .profile-personal-inps__col {
    width: 50%;
  }
}
@media (max-width: 840px) {
  .profile-page .profile-page-main .profile-personal .profile-personal-box .profile-personal-inps {
    flex-direction: column;
    gap: 15px;
  }
  .profile-page .profile-page-main .profile-personal .profile-personal-box .profile-personal-inps__col {
    width: 100%;
  }
}
.profile-page .profile-page-main .profile-personal .profile-personal-box .form-date-select {
  display: flex;
  gap: 15px;
}
.profile-page .profile-page-main .profile-personal .profile-personal-box .selectv2-year {
  width: 33%;
  min-width: 100px;
}
.profile-page .profile-page-main .profile-personal .profile-personal-box .selectv2-month {
  width: 66%;
}
.profile-page .profile-page-main .profile-personal .profile-personal-box .selectv2-day {
  width: 33%;
  min-width: 100px;
}
.profile-page .profile-page-main .profile-personal__bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .profile-page .profile-page-main .profile-personal .profile-personal-box-list {
    gap: 25px;
  }
  .profile-page .profile-page-main .profile-personal .profile-personal-box__title {
    font-size: 18px;
  }
  .profile-page .profile-page-main .profile-personal__bottom {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .profile-page .profile-page-main .profile-personal__bottom {
    justify-content: flex-start;
  }
}
.profile-page .profile-page-main .profile-orders .profile-orders-top {
  display: flex;
  background: var(--light);
  border-radius: 5px;
  padding-left: 17px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  margin-bottom: 6px;
  padding-right: 12px;
  justify-content: space-between;
}
.profile-page .profile-page-main .profile-orders .profile-orders-top__item {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: var(--black);
}
.profile-page .profile-page-main .profile-orders .profile-orders-top__item:nth-child(1) {
  width: 100%;
  max-width: 120px;
}
.profile-page .profile-page-main .profile-orders .profile-orders-top__item:nth-child(2) {
  width: 100%;
  max-width: 100px;
}
.profile-page .profile-page-main .profile-orders .profile-orders-top__item:nth-child(3) {
  width: 100%;
  max-width: 290px;
}
.profile-page .profile-page-main .profile-orders .profile-orders-top__item:nth-child(4) {
  width: 100%;
  max-width: 165px;
}
.profile-page .profile-page-main .profile-orders .profile-orders-top__item:nth-child(5) {
  width: 100%;
  max-width: 130px;
}
.profile-page .profile-page-main .profile-orders .profile-orders-top__item:nth-child(6) {
  width: 100%;
  max-width: 110px;
}
.profile-page .profile-page-main .profile-orders .profile-orders-top__item:nth-child(7) {
  width: 100%;
  max-width: 180px;
}
@media (max-width: 1440px) {
  .profile-page .profile-page-main .profile-orders .profile-orders-top {
    display: none;
  }
}
.profile-page .profile-page-main .profile-orders__list {
  display: grid;
  gap: 7px;
}
.profile-page .profile-page-main .profile-orders .prof-order {
  background: var(--white);
  border: 1px solid var(--stroke);
  border-radius: 5px;
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-main {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 25px;
  padding-right: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-main__wrap {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1380px) {
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-main__wrap--desktop {
    display: none;
  }
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-main__wrap-tablet {
  display: none;
}
@media (max-width: 1380px) {
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-main__wrap-tablet {
    display: flex;
    width: 100%;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-main__wrap-tablet {
    flex-direction: column;
    align-items: flex-start;
  }
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-main__wrap-tablet .om-tabet-main {
  width: 50%;
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-main__wrap-tablet .om-tabet-main__line {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-main__wrap-tablet .om-tabet-main__num {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 117%;
  color: var(--black);
}
@media (max-width: 1024px) {
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-main__wrap-tablet .om-tabet-main__num {
    font-size: 12px;
  }
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-main__wrap-tablet .om-tabet-main__date {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 117%;
  color: var(--black);
}
@media (max-width: 767px) {
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-main__wrap-tablet .om-tabet-main {
    width: 100%;
  }
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-main__wrap-tablet .om-tabet-sec {
  width: 50%;
}
@media (max-width: 1380px) {
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-main {
    padding: 15px;
  }
}
@media (max-width: 1024px) {
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-main__wrap-tablet .om-tabet-main__num {
    font-size: 12;
  }
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-main__wrap-tablet .om-tabet-main__date {
    font-size: 12px;
  }
}
.profile-page .profile-page-main .profile-orders .prof-order__num {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  text-align: center;
  color: var(--black);
  min-width: 96px;
  max-width: 96px;
}
.profile-page .profile-page-main .profile-orders .prof-order__date {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  text-align: center;
  color: var(--black);
  min-width: 72px;
  max-width: 72px;
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-prods {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
  min-width: 213px;
  max-width: 213px;
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-prods__item {
  position: relative;
  border-radius: 5px;
  min-width: 52px;
  max-width: 52px;
  height: 52px;
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-prods__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-prods__addons {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  text-align: center;
  color: var(--black);
  min-width: 27px;
}
@media (max-width: 1024px) {
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-prods {
    min-width: 166px;
    max-width: 166px;
    gap: 5px;
  }
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-prods__item {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
}
.profile-page .profile-page-main .profile-orders .prof-order__delivmethd {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  text-align: center;
  color: var(--black);
  min-width: 140px;
  max-width: 140px;
}
.profile-page .profile-page-main .profile-orders .prof-order__paymethd {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  text-align: center;
  color: var(--black);
  min-width: 100px;
  max-width: 100px;
}
.profile-page .profile-page-main .profile-orders .prof-order__sum {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  text-align: center;
  color: var(--black);
  min-width: 88px;
  max-width: 88px;
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-status {
  min-width: 142px;
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-status .prof-order-status-wrap {
  position: relative;
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-status .prof-order-status-val {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-status .np-ttn {
  position: absolute;
  top: calc(100% + 3px);
  min-width: 142px;
  display: flex;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 11px;
  text-decoration: underline;
  color: var(--grey-text);
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1380px) {
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-status {
    margin-top: 5px;
  }
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-status .prof-order-status-wrap {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
  }
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-status .prof-order-status-val {
    width: auto;
    font-size: 12px !important;
  }
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-status .np-ttn {
    position: relative;
  }
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-status--sent .prof-order-status-val {
  text-align: left;
  justify-content: flex-start;
  color: var(--dark-green);
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-status--new .prof-order-status-val {
  color: var(--green);
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-status--approved .prof-order-status-val {
  color: var(--grey);
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-status--proccessing .prof-order-status-val {
  color: #ff951c;
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-status--canceled .prof-order-status-val {
  color: var(--red);
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-status--delivered .prof-order-status-val {
  color: var(--grey-text);
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  max-width: 30px;
  cursor: pointer;
  transition: 0.23s;
  color: var(--grey);
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-arrow:hover {
  color: var(--green);
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed {
  margin-top: 15px;
  border-top: 1px solid var(--stroke);
  padding-bottom: 45px;
  display: flex;
  gap: 27px;
  display: none;
}
@media (max-width: 1024px) {
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed {
    padding-bottom: 15px;
    margin-top: 0;
  }
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed__main {
  padding-left: 21px;
  width: 100%;
}
@media (max-width: 1200px) {
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed__main {
    padding-left: 10px;
  }
}
@media (max-width: 1024px) {
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed__main {
    padding-left: 0;
  }
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .po-det-item {
  display: flex;
  border-bottom: 1px solid var(--stroke);
  padding-top: 12px;
  padding-bottom: 12px;
  gap: 12px;
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .po-det-item__image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  min-width: 100px;
  max-width: 100px;
  height: 100px;
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .po-det-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
@media (max-width: 1200px) {
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .po-det-item__image {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
  }
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .po-det-item__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
}
@media (max-width: 1300px) {
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .po-det-item__wrap {
    flex-wrap: wrap;
  }
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .po-det-item__main {
  width: 100%;
  max-width: 350px;
}
@media (max-width: 1300px) {
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .po-det-item__main {
    min-width: 100%;
    max-width: 100%;
  }
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .po-det-item__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  color: var(--black);
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .po-det-item__title a {
  color: var(--black);
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .po-det-item__parameters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;/*10px 20px*/
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  color: var(--grey);
  margin-top: 5px;
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .po-det-item__numxprc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: var(--black);
  text-align: center;
  min-width: 120px;
}
@media (max-width: 1300px) {
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .po-det-item__numxprc {
    text-align: left;
  }
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .po-det-item__price {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 114%;
  text-align: right;
  color: #0c1318;
  min-width: 90px;
}
@media (max-width: 767px) {
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .po-det-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .po-det-item__image {
    min-width: 45px;
    max-width: 45px;
    height: 45px;
  }
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .po-det-item__price {
    font-weight: 500;
    font-size: 16px;
    line-height: 113%;
  }
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .prof-order-det-summary {
  display: grid;
  gap: 23px;
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .prof-order-det-summary {
    margin-top: 15px;
    padding-left: 15px;
    gap: 15px;
  }
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .prof-order-det-summary__line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .prof-order-det-summary__line span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: var(--black);
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .prof-order-det-summary__line2 {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .prof-order-det-summary__line2 span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 113%;
  color: var(--black);
}
@media (max-width: 767px) {
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .prof-order-det-summary {
    padding-right: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--stroke);
    gap: 10px;
  }
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .prof-order-det-summary__line span {
    font-size: 12px;
  }
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .prof-order-det-summary__line2 span {
    font-size: 14px;
  }
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed__sec {
  padding-top: 16px;
  min-width: 243px;
  max-width: 243px;
  padding-right: 21px;
}
@media (max-width: 1024px) {
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed__sec {
    min-width: 45%;
    max-width: 45%;
  }
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .prof-order-navbtns {
  display: grid;
  gap: 9px;
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .prof-order-navbtns a, .profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .prof-order-navbtns button {
  font-size: 15px;
  height: 50px;
  padding: 16px 14px;
  min-width: auto;
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .prof-order-navbtns--mobile {
  display: none;
}
@media (max-width: 767px) {
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .prof-order-navbtns--mobile {
    display: grid;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .prof-order-navbtns--desktop {
    display: none;
  }
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .recipient-det {
  margin-top: 37px;
  display: grid;
  gap: 14px;
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .recipient-det .recipient-det-item__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: var(--grey-text);
  margin-bottom: 10px;
  display: flex;
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .recipient-det .recipient-det-item__main {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--black);
}
.profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .recipient-det .recipient-det-item__main a {
  color: var(--black);
}
@media (max-width: 767px) {
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed {
    flex-direction: column;
    gap: 0px;
  }
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed__sec {
    min-width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
    margin-top: 0;
  }
  .profile-page .profile-page-main .profile-orders .prof-order .prof-order-detailed .recipient-det {
    margin-top: 0;
  }
}
.profile-page .profile-page-main .profile-orders .prof-order.active .prof-order-detailed {
  display: flex;
}
.profile-page .profile-page-main .profile-orders .prof-order.active .prof-order-arrow {
  transform: rotate(180deg);
}
.profile-page .profile-page-main .profile-orders .prof-order.active .prof-order-arrow svg {
  color: var(--green);
}
.profile-page .profile-page-main .profile-orders__bottom {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .profile-page .profile-page-main .profile-orders__bottom {
    margin-top: 15px;
  }
}
.profile-page .profile-page-main .favorites-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1260px) {
  .profile-page .profile-page-main .favorites-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .profile-page .profile-page-main .favorites-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.profile-page .profile-page-main .favorites-bottom {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.profile-page .profile-page-main .favorites-bottom .btn-light {
  background-color: transparent;
}
.profile-page .profile-page-main .favorites-bottom .btn-light:hover {
  background-color: var(--dark-green);
}
@media (max-width: 767px) {
  .profile-page .profile-page-main .favorites-bottom {
    margin-top: 15px;
  }
}
.profile-page .profile-page-main .product-card-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  transition: 0.23s;
}
.profile-page .profile-page-main .product-card-remove:hover {
  opacity: 0.8;
}
.profile-page .profile-page-main .profile-cart-wrap {
  max-width: 755px;
}
.profile-page .profile-page-main.single-block .profile-cart-wrap {
  margin-left: auto;
  margin-right: auto;
}
.profile-page .profile-page-main .profile-cart-wrap .cart-delivery-section {
  background: var(--light);
  border-radius: 5px;
  padding: 15px 35px;
  margin-bottom: 30px;
}
.profile-page .profile-page-main .profile-cart-wrap .cart-delivery-section .cart-delivery-status__left {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: var(--black);
}
.profile-page .profile-page-main .profile-cart-wrap .cart-delivery-section .cart-delivery-status__left span {
  font-weight: 600;
  color: var(--green);
}
.profile-page .profile-page-main .profile-cart-wrap .cart-delivery-section .cart-delivery-status__done {
  display: flex;
  gap: 13px;
}
.profile-page .profile-page-main .profile-cart-wrap .cart-delivery-section .cart-delivery-status__done svg {
  position: relative;
  top: 4px;
}
.profile-page .profile-page-main .profile-cart-wrap .cart-delivery-section .cart-delivery-status__done p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 129%;
  color: var(--green);
}
.profile-page .profile-page-main .profile-cart-wrap .cart-delivery-section .cart-delivery-progress {
  background: #dceaea;
  height: 4px;
  width: 100%;
  position: relative;
  margin-top: 8px;
}
.profile-page .profile-page-main .profile-cart-wrap .cart-delivery-section .cart-delivery-progress__line {
  background: var(--green);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .profile-page .profile-page-main .profile-cart-wrap .cart-delivery-section {
    margin-bottom: 15px;
    padding: 15px;
  }
}
.profile-page .profile-page-main .profile-cart-wrap .cart-summary {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.profile-page .profile-page-main .profile-cart-wrap .cart-summary p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: var(--black);
}
.profile-page .profile-page-main .profile-cart-wrap .cart-summary p span {
  font-weight: 500;
}
.profile-page .profile-page-main .profile-cart-wrap .cart-summary__summ {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  text-align: right;
  color: var(--black);
  display: flex;
  align-items: flex-end;
  gap: 7px;
}
.profile-page .profile-page-main .profile-cart-wrap .cart-summary__summ .cart-summ {
  font-weight: 500;
  font-size: 24px;
  line-height: 108%;
}
@media (max-width: 767px) {
  .profile-page .profile-page-main .profile-cart-wrap .cart-summary p {
    max-width: 115px;
  }
  .profile-page .profile-page-main .profile-cart-wrap .cart-summary__summ {
    flex-direction: column;
    gap: 0px;
  }
}
@media (max-width: 767px) {
  .profile-page .profile-page-main .profile-cart-wrap .modal-cart-bottom__nav {
    flex-direction: column;
    gap: 15px;
  }
  .profile-page .profile-page-main .profile-cart-wrap .modal-cart-bottom__nav a, .profile-page .profile-page-main .profile-cart-wrap .modal-cart-bottom__nav button {
    width: 100%;
  }
}
.profile-page .profile-page-main .profile-cart-wrap__bottom {
  margin-top: 51px;
}
@media (max-width: 767px) {
  .profile-page .profile-page-main .profile-cart-wrap__bottom {
    margin-top: 15px;
  }
}
.profile-page .profile-page-main .pr-ttile1 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .profile-page .profile-page-main .pr-ttile1 {
    font-size: 18px;
  }
}
.profile-page .profile-page-main .profile-docs-main {
  width: 100%;
  max-width: 936px;
}
.profile-page .profile-page-main .profile-addresses-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.profile-page .profile-page-main .profile-addresses-block .profile-addresses-item {
  background: var(--white);
  border: 1px solid var(--stroke);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.profile-page .profile-page-main .profile-addresses-block .profile-addresses-item:has(input:checked) {
  border: 1px solid var(--green);
  box-shadow: 0 1px 10px 0 rgba(136, 157, 158, 0.3);
}
.profile-page .profile-page-main .profile-addresses-block .profile-addresses-item__main {
  padding: 35px 30px;
}
@media (max-width: 1200px) {
  .profile-page .profile-page-main .profile-addresses-block .profile-addresses-item__main {
    padding: 20px 15px;
  }
}
.profile-page .profile-page-main .profile-addresses-block .profile-addresses-item__top {
  display: flex;
  justify-content: space-between;
}
.profile-page .profile-page-main .profile-addresses-block .profile-addresses-item__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 113%;
  color: var(--black);
  margin-bottom: 14px;
}
.profile-page .profile-page-main .profile-addresses-block .profile-addresses-item__list {
  display: grid;
  gap: 16px;
}
.profile-page .profile-page-main .profile-addresses-block .profile-addresses-item__block span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--grey);
  display: flex;
  margin-bottom: 3px;
}
.profile-page .profile-page-main .profile-addresses-block .profile-addresses-item__block p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: var(--black);
}
.profile-page .profile-page-main .profile-addresses-block .profile-addresses-item__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 12px;
  border-top: 1px solid var(--stroke);
  padding: 30px 30px 30px 30px;
}
@media (max-width: 1200px) {
  .profile-page .profile-page-main .profile-addresses-block .profile-addresses-item__bottom {
    padding: 20px 15px;
  }
}
.profile-page .profile-page-main .profile-addresses-block .profile-addresses-item .mbtn-edit,
.profile-page .profile-page-main .profile-addresses-block .profile-addresses-item .mbtn-duplicate {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: var(--dark-green);
  transition: 0.23s;
}
.profile-page .profile-page-main .profile-addresses-block .profile-addresses-item .mbtn-edit svg,
.profile-page .profile-page-main .profile-addresses-block .profile-addresses-item .mbtn-duplicate svg {
  color: var(--dark-green);
  transition: 0.23s;
}
.profile-page .profile-page-main .profile-addresses-block .profile-addresses-item .mbtn-edit:hover,
.profile-page .profile-page-main .profile-addresses-block .profile-addresses-item .mbtn-duplicate:hover {
  color: var(--green);
}
.profile-page .profile-page-main .profile-addresses-block .profile-addresses-item .mbtn-edit:hover svg,
.profile-page .profile-page-main .profile-addresses-block .profile-addresses-item .mbtn-duplicate:hover svg {
  color: var(--green);
}
.profile-page .profile-page-main .profile-addresses-block .profile-addresses-item .mbtn-delete {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: var(--red);
}
@media (max-width: 1024px) {
  .profile-page .profile-page-main .profile-addresses-block .profile-addresses-item__block p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .profile-page .profile-page-main .profile-addresses-block .profile-addresses-item .mbtn-edit {
    order: -5;
  }
  .profile-page .profile-page-main .profile-addresses-block .profile-addresses-item .mbtn-duplicate {
    order: -3;
  }
  .profile-page .profile-page-main .profile-addresses-block .profile-addresses-item .mbtn-delete {
    order: -4;
  }
}
.profile-page .profile-page-main .profile-addresses-block .profile-addresses-add {
  background: var(--white);
  border: 1px solid var(--green);
  border-radius: 5px;
  padding: 35px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  text-align: center;
  color: var(--green);
  transition: 0.23s;
}
.profile-page .profile-page-main .profile-addresses-block .profile-addresses-add svg {
  color: var(--green);
  transition: 0.23s;
}
.profile-page .profile-page-main .profile-addresses-block .profile-addresses-add:hover {
  color: #fff;
  background-color: var(--green);
}
.profile-page .profile-page-main .profile-addresses-block .profile-addresses-add:hover svg {
  color: #fff;
}
@media (max-width: 1024px) {
  .profile-page .profile-page-main .profile-addresses-block .profile-addresses-add {
    font-size: 20px;
    gap: 21px;
  }
  .profile-page .profile-page-main .profile-addresses-block .profile-addresses-add svg {
    width: 58px;
    height: 58px;
  }
}
@media (max-width: 767px) {
  .profile-page .profile-page-main .profile-addresses-block {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
  .profile-page .profile-page-main .profile-addresses-block .profile-addresses-add {
    flex-direction: row;
    gap: 15px;
    font-size: 15px;
    color: #fff;
    background: var(--green);
    height: 50px;
    padding: 10px;
  }
  .profile-page .profile-page-main .profile-addresses-block .profile-addresses-add svg {
    width: 20px;
    height: 20px;
    color: #fff;
  }
}
.profile-page .profile-page-main .profile-ct-box {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.profile-page .profile-page-main .profile-ct-box .pr-contact {
  display: grid;
  gap: 18px;
}
.profile-page .profile-page-main .profile-ct-box .pr-contact .pr-contact-item__top {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: var(--grey);
  padding-left: 29px;
}
.profile-page .profile-page-main .profile-ct-box .pr-contact .pr-contact-item__main {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.profile-page .profile-page-main .profile-ct-box .pr-contact .pr-contact-item__main svg {
  min-width: 22px;
  max-width: 22px;
}
.profile-page .profile-page-main .profile-ct-box .pr-contact .pr-contact-item__main a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
  transition: 0.23s;
}
.profile-page .profile-page-main .profile-ct-box .pr-contact .pr-contact-item__main a:hover {
  color: var(--green);
}
.profile-page .profile-page-main .profile-ct-box .pr-contact .pr-contact-item__main p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: var(--black);
}
.profile-page .profile-page-main .profile-ct-box .pr-contact .pr-contact-item__main p span {
  text-transform: uppercase;
}
.profile-page .profile-page-main .profile-ct-box .pr-contact .pr-contact-item--email .pr-contact-item__main a {
  font-weight: 400;
  font-size: 16px;
  line-height: 113%;
}
.profile-page .profile-page-main .profile-ct-box .docs-links-list {
  display: grid;
  gap: 15px;
}
.profile-page .profile-page-main .profile-ct-box .docs-links-list li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--grey-text);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.23s;
}
.profile-page .profile-page-main .profile-ct-box .docs-links-list li a::after {
  content: "";
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 15L15 5' stroke='%2304575B' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M6.875 5H15V13.125' stroke='%2304575B' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  transition: 0.23s;
}
.profile-page .profile-page-main .profile-ct-box .docs-links-list li a:hover {
  color: var(--green);
  text-decoration: none;
  gap: 15px;
}
.profile-page .profile-page-main .profile-ct-box .docs-links-list li a:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 15L15 5' stroke='%2300A67E' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M6.875 5H15V13.125' stroke='%2300A67E' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
@media (max-width: 1024px) {
  .profile-page .profile-page-main .profile-ct-box {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .profile-page .profile-page-main .profile-ct-box {
    margin-top: 25px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.profile-page .profile-empry-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.profile-page .profile-empry-block p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
}
.profile-page .profile-empry-block__btn {
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  padding: 15px 20px;
  min-width: 240px;
  height: 50px;
  margin-top: 24px;
}

.another-services {
  padding-top: 60px;
  padding-bottom: 80px;
  border-top: 1px solid #dceaea;
}
.another-services__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 36px;
  line-height: 125%;
  color: var(--black);
  margin-bottom: 15px;
}
.another-services .services {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .another-services {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .another-services__title {
    font-size: 24px;
    line-height: 108%;
  }
  .another-services .services__list .service-item:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 767px) {
  .another-services {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .another-services .services__list .service-item:nth-child(n+3) {
    display: block;
  }
}

.faq .faq-item {
  border-top: 1px solid #dceaea;
  cursor: pointer;
}
.faq .faq-item:last-child {
  border-bottom: 1px solid #dceaea;
}
.faq .faq-item {
  padding: 20px 0px;
}
.faq .faq-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.faq .faq-item__top::after {
  content: "";
  display: block;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5541 12.888H12.888V22.5541H9.66603V12.888H0V9.66603H9.66603V0H12.888V9.66603H22.5541V12.888Z' fill='%23889D9E' /%3E%3C/svg%3E");
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.23s;
}
.faq .faq-item__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 133%;
  color: var(--black);
  transition: 0.23s;
}
.faq .faq-item__content {
  height: 0;
  max-height: 0px;
  overflow: hidden;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--grey-text);
}
.faq .faq-item__content p {
  margin-top: 10px;
}
.faq .faq-item:hover .faq-item__title {
  color: var(--green);
}
.faq .faq-item:hover .faq-item__top::after {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5541 12.888H12.888V22.5541H9.66603V12.888H0V9.66603H9.66603V0H12.888V9.66603H22.5541V12.888Z' fill='%2300A67E'/%3E%3C/svg%3E%0A");
}
.faq .faq-item.active .faq-item__top::after {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='4' viewBox='0 0 23 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5541 3.22201H0V0H22.5541V3.22201Z' fill='%23889D9E'/%3E%3C/svg%3E%0A");
}
.faq .faq-item.active .faq-item__content {
  height: 100%;
  max-height: 1500px;
}
.faq .faq-item.active:hover .faq-item__top::after {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='4' viewBox='0 0 23 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5541 3.22201H0V0H22.5541V3.22201Z' fill='%2300A67E' /%3E%3C/svg%3E");
}

.banner-cta,
.specialist-consultation {
  background-image: url(../img/cta-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 24px;
  border-radius: 10px;
  overflow: hidden;
}
.banner-cta__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.specialist-consultation {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.banner-cta__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
  color: var(--white) !important;
  margin-bottom: 15px;
}
.banner-cta p,
.specialist-consultation p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--white);
  margin-bottom: 15px;
}
.banner-cta p > a,
.specialist-consultation p > a {
  color: var(--green) !important;
}
.specialist-consultation p:first-child {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
  color: var(--white) !important;
  margin-bottom: 15px;
}
.service-page .service-txt-section .specialist-consultation a.btn {
  border-radius: 5px;
  font-family: var(--font-family);
  font-weight: 500;
  color: var(--white);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.23s;
  gap: 5px;
  border: none;
  
  font-size: 15px;
  line-height: 120%;
  padding: 16px;
  min-width: 220px;
  background: var(--green);
}
.service-page .service-txt-section .specialist-consultation a.btn:hover {
  background-color: #03b58b;
}
.banner-cta__box {
  max-width: 690px;
  margin: 0 auto;
}
.banner-cta__box .banner-cta__txt2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  text-align: center;
  color: var(--white);
}
.banner-cta .btn {
  font-size: 15px;
  line-height: 120%;
  padding: 16px;
  min-width: 220px;
}
@media (max-width: 1024px) {
  .banner-cta__title {
    font-size: 24px;
    line-height: 108%;
  }
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100dvh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: rgba(1, 46, 48, 0.7);
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-wrap {
  display: grid;
  align-items: start;
  justify-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 240px 37px 70px 37px;
}

.modal-box {
  border-radius: 10px;
  width: 100%;
  max-width: 850px;
  max-height: 100%;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  padding: 22px 23px 47px 47px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.modal-box.modal-box-on-page {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: none;
}

.modal-box-wrap {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding-right: 23px;
}
.modal-box-wrap {
  scrollbar-width: thin;
  scrollbar-color: var(--green) #F5F5F5;
}

.modal-box-wrap::-webkit-scrollbar-thumb {
  background: var(--green);
}

.modal-box-wrap::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.modal-box-wrap::-webkit-scrollbar {
  width: 4px;
  background: var(--stroke);
}

.modal-box-wrap .loader-box {
  min-height: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-box-wrap .phone-loader .loader-box {
  min-height: 10px;
}

.modal-box-wrap .loader-box svg {
  animation: loaderSpin 5s linear infinite;
  transform-origin: center;
}

.modal-top {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.modal-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
  color: var(--black);
}

.modal-close {
  display: flex;
  cursor: pointer;
  position: absolute;
  top: 23px;
  right: 20px;
  transition: 0.23s;
}
.modal-close:hover {
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .modal-wrap {
    padding: 120px 37px 70px 37px;
  }
  .modal-top {
    margin-bottom: 18px;
  }
  .modal-title {
    font-size: 18px;
    line-height: 110%;
  }
  .modal-box {
    padding: 20px 10px 30px 20px;
  }
  .modal-box-wrap {
    padding-right: 10px;
  }
  .modal-close {
    top: 19px;
    right: 5px;
  }
}
@media (max-width: 767px) {
  .modal-wrap {
    padding: 80px 20px 50px 20px;
  }
}
.mcart-wrap .mcart-list {
  height: 100%;
}
.mcart-wrap .mcart-item-box {
  padding: 14px 5px 14px 0px;
  display: flex;
  align-items: center;
}
.mcart-wrap .mcart-item {
  border-top: 1px solid #dceaea;
}
.mcart-wrap .mcart-item:last-child {
  border-bottom: 1px solid #dceaea;
}
.mcart-wrap .mcart-item__image {
  position: relative;
  overflow: hidden;
  min-width: 62px;
  max-width: 62px;
  aspect-ratio: 1/1;
  margin-right: 15px;
}
.mcart-wrap .mcart-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.mcart-wrap .mcart-item__wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.mcart-wrap .mcart-item__main {
  width: 100%;
  max-width: 280px;
}
.mcart-wrap .mcart-item__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 113%;
  color: var(--black);
}
.mcart-wrap .mcart-item__title a {
  text-decoration: none;
  color: var(--black);
  transition: 0.25s;
}
.mcart-wrap .mcart-item__title a:hover {
  color: var(--green);
}
.mcart-wrap .mcart-item__model {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  color: var(--grey);
  margin-top: 5px;
}
.mcart-wrap .mcart-item__sec {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  gap: 15px;
}
.mcart-wrap .mcart-item__sec_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.mcart-wrap .mcart-item__model2 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  text-align: center;
  color: var(--black);
  max-width: 85px;
}
.mcart-wrap .mcart-item .prod-counter {
  height: 35px;
  width: 100px;
}
.mcart-wrap .mcart-item__price {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 113%;
  text-align: right;
  color: var(--black);
  min-width: 85px;
}
.mcart-wrap .mcart-item .mcart-item-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  border: 0;
  background: none;
}
.mcart-wrap .mcart-item .mcart-item-remove svg {
  transition: 0.23s;
  color: #889D9E;
}
.mcart-wrap .mcart-item .mcart-item-remove:hover svg {
  color: var(--black);
}
.mcart-wrap .recom-prod-block {
  padding: 20px 30px 20px 27px;
  background: var(--light);
}
.mcart-wrap .recom-prod-block__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 113%;
  color: var(--black);
  margin-bottom: 0px;
}
.mcart-wrap .recom-prod-block-item.active .recom-prod-block__title {
  margin-bottom: 16px;
}
.mcart-wrap .recom-prod-block .recom-prod-block-item {
  border-bottom: 1px solid #dceaea;
  padding-top: 18px;
  padding-bottom: 24px;
}
.mcart-wrap .recom-prod-block .recom-prod-block-item:first-child {
  padding-top: 0;
}
.mcart-wrap .recom-prod-block .recom-prod-block-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.mcart-wrap .recom-prod-block .recom-prod-block-item__top {
  display: flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
}
.mcart-wrap .recom-prod-block .recom-prod-block-item__top::before {
  content: "";
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3172 5.625L16.0664 6.35273L9.88743 12.375L3.70845 6.35273L4.45379 5.625L9.88743 10.916L15.3172 5.625Z' fill='%23202020' /%3E%3C/svg%3E");
  transform: rotate(180deg);
}
.mcart-wrap .recom-prod-block .recom-prod-block-item__top:hover .recom-prod-block-item__title {
  color: var(--green);
}
.mcart-wrap .recom-prod-block .recom-prod-block-item__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 114%;
  color: var(--black);
  transition: 0.23s;
}
.mcart-wrap .recom-prod-block .recom-prod-block-item__wrap {
  margin-top: 14px;
  display: none;
}
.mcart-wrap .recom-prod-block .recom-prod-block-item__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.mcart-wrap .recom-prod-block .recom-prod-block-item__bottom {
  margin-top: 14px;
}
.mcart-wrap .recom-prod-block .recom-prod-block-item .recom-prod-showmore {
  font-size: 12px;
  line-height: 150%;
  height: 35px;
  min-width: 152px;
  background: transparent;
}
.mcart-wrap .recom-prod-block .recom-prod-block-item .recom-prod-showmore:hover {
  background-color: var(--dark-green);
}
.mcart-wrap .recom-prod-block .recom-prod-block-item.active .recom-prod-block-item__top::before {
  transform: rotate(0deg);
}
.mcart-wrap .recom-prod-block .recom-prod-block-item.active .recom-prod-block-item__wrap {
  display: block;
}
.mcart-wrap .recom-prod-block .recom-prod {
  display: flex;
  align-items: center;
}
.mcart-wrap .recom-prod-block .recom-prod__image {
  position: relative;
  overflow: hidden;
  min-width: 52px;
  max-width: 52px;
  height: 52px;
  background-color: #fff;
  border: 1px solid #dceaea;
  border-radius: 5px;
  margin-right: 15px;
}
.mcart-wrap .recom-prod-block .recom-prod__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.mcart-wrap .recom-prod-block .recom-prod__wrap {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.mcart-wrap .recom-prod-block .recom-prod__sec {
  display: flex;
  align-items: center;
  gap: 50px;
}
.mcart-wrap .recom-prod-block .recom-prod__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: var(--black);
}
.mcart-wrap .recom-prod-block .recom-prod__title a {
  text-decoration: none;
  color: var(--black);
  font-weight: 400;
}
.mcart-wrap .recom-prod-block .recom-prod__model {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  color: var(--grey);
  margin-top: 5px;
}
.mcart-wrap .recom-prod-block .recom-prod__price {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  text-align: right;
  color: var(--black);
  min-width: 74px;
  white-space: nowrap;
}
.mcart-wrap .recom-prod-block .recom-prod__add {
  font-size: 14px;
  line-height: 143%;
  height: 35px;
  min-width: 130px;
}
.mcart-wrap .recom-prod-block .recom-prod__sec > p {
  height: 35px;
  min-width: 130px;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: var(--stroke);
}
@media (max-width: 1024px) {
  .mcart-wrap .mcart-item__image {
    margin-right: 5px;
  }
  .mcart-wrap .mcart-item__wrap {
    gap: 15px;
  }
  .mcart-wrap .mcart-item__main {
    max-width: 222px;
  }
  .mcart-wrap .mcart-item__sec_wrap {
    gap: 15px;
  }
  .mcart-wrap .mcart-item__sec {
    gap: 10px;
  }
  .mcart-wrap .mcart-item .prod-counter {
    width: 85px;
  }
}
@media (max-width: 767px) {
  .mcart-wrap .mcart-item__wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .mcart-wrap .mcart-item__main {
    max-width: 100%;
  }
  .mcart-wrap .mcart-item__sec {
    justify-content: flex-start;
    gap: 15px;
  }
  .mcart-wrap .mcart-item__sec_wrap {
    flex-wrap: wrap;
  }
  .mcart-wrap .mcart-item__model2 {
    display: none;
  }
  .mcart-wrap .recom-prod-block {
    padding-left: 18px;
    padding-right: 10px;
  }
  .mcart-wrap .recom-prod-block .recom-prod {
    align-items: flex-start;
  }
  .mcart-wrap .recom-prod-block .recom-prod__image {
    margin-right: 10px;
  }
  .mcart-wrap .recom-prod-block .recom-prod__wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .mcart-wrap .recom-prod-block .recom-prod__price {
    text-align: left;
  }
  .mcart-wrap .recom-prod-block .recom-prod__sec {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .mcart-wrap .recom-prod-block .recom-prod-block-item__bottom {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}

.modal-cart-bottom {
  margin-top: 15px;
  padding-right: 23px;
}
.modal-cart-bottom .cart-delivery-section {
  background: var(--light);
  border-radius: 5px;
  padding: 15px 35px;
  margin-bottom: 30px;
}
.modal-cart-bottom .cart-delivery-section .cart-delivery-status__left {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: var(--black);
}
.modal-cart-bottom .cart-delivery-section .cart-delivery-status__left span {
  font-weight: 600;
  color: var(--green);
}
.modal-cart-bottom .cart-delivery-section .cart-delivery-status__done {
  display: flex;
  gap: 13px;
}
.modal-cart-bottom .cart-delivery-section .cart-delivery-status__done svg {
  position: relative;
  top: 4px;
}
.modal-cart-bottom .cart-delivery-section .cart-delivery-status__done p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 129%;
  color: var(--green);
}
.modal-cart-bottom .cart-delivery-section .cart-delivery-progress {
  background: #dceaea;
  height: 4px;
  width: 100%;
  position: relative;
  margin-top: 8px;
}
.modal-cart-bottom .cart-delivery-section .cart-delivery-progress__line {
  background: var(--green);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal-cart-bottom .cart-summary {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.modal-cart-bottom .cart-summary p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: var(--black);
}
.modal-cart-bottom .cart-summary p span {
  font-weight: 500;
}
.modal-cart-bottom .cart-summary__summ {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  text-align: right;
  color: var(--black);
  display: flex;
  align-items: flex-end;
  gap: 7px;
}
.modal-cart-bottom .cart-summary__summ .cart-summ {
  font-weight: 500;
  font-size: 24px;
  line-height: 108%;
}
.modal-cart-bottom__nav {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modal-cart-bottom__nav .btn, .modal-cart-bottom__nav .btn-light {
  height: 50px;
  font-size: 15px;
  line-height: 120%;
  min-width: 219px;
}
.modal-cart-bottom__nav .cart-btn-order {
  background: var(--green);
}
.modal-cart-bottom__nav .cart-btn-order:hover {
  background-color: #06b88e;
}
@media (max-width: 1024px) {
  .modal-cart-bottom .cart-delivery-section {
    margin-bottom: 15px;
    padding: 15px;
  }
  .modal-cart-bottom__nav {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .modal-cart-bottom .cart-summary p {
    max-width: 115px;
  }
  .modal-cart-bottom .cart-summary__summ {
    flex-direction: column;
    gap: 0px;
  }
}

@media (max-width: 1024px) {
  .modal-cart .modal-box-wrap {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .modal-cart .modal-box {
    padding-left: 0;
    padding-right: 0;
  }
  .modal-cart .cart-summary {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .modal-cart .modal-cart-bottom {
    margin-top: 0px;
  }
  .modal-cart .modal-cart-bottom__nav {
    padding-left: 12.5px;
    padding-right: 12.5px;
    flex-direction: column;
    gap: 15px;
  }
}

.modal-cart-empty .modal-box {
  max-width: 695px;
}

.mcart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mcart-empty__content {
  margin-top: 15px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(18px, 2.533vw, 20px);
  line-height: 120%;
  text-align: center;
  color: var(--black);
  margin-bottom: clamp(15px, 3.067vw, 30px);
}
.mcart-empty .mcart-back {
  background: var(--green);
  height: 50px;
  min-width: 220px;
  font-size: 15px;
  line-height: 120%;
}

@media (max-width: 1024px) {
  .modal-project .modal-box {
    max-width: 550px;
  }
}

.form-item-box-container {
  display: grid;
  gap: 26px;
}

.form-item-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 29px;
}
@media (max-width: 1024px) {
  .form-item-box {
    grid-template-columns: repeat(1, 1fr);
  }
}

.form-item label {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  color: var(--black);
  display: flex;
  margin-bottom: 9px;
  display: flex;
  gap: 4px;
}
.form-item label span {
  color: var(--red);
}
.form-item input:not([type="checkbox"]):not([type="radio"]) {
  border: 1px solid var(--stroke);
  border-radius: 5px;
  height: 50px;
  width: 100%;
  padding: 16px 19px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  transition: 0.23s;
}
.form-item input.spc-invalid:not([type="checkbox"]):not([type="radio"]),
.form-item input.error:not([type="checkbox"]):not([type="radio"]) {
  border-color: var(--red);
}
.form-item input::placeholder {
  color: var(--grey);
}
.form-item .spc-field-error {
  color: var(--red);
  font-size: 12px;
  margin-top: 4px;
  width: 100%;
}
.form-item input:hover {
  border: 1px solid var(--green) !important;
}
.form-item input:focus {
  border: 1px solid var(--dark-green) !important;
}
.form-item__textarea {
  padding-right: 10px;
  border: 1px solid var(--stroke);
  border-radius: 5px;
  height: 168px;
  padding: 14px 10px 14px 19px;
}
.form-item__textarea textarea {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  width: 100%;
  resize: none;
  height: 100%;
  border: none;
  background: transparent;
}
.form-item__textarea textarea::-webkit-scrollbar-track {
  background: var(--stroke);
}
.form-item__textarea textarea::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: var(--stroke);
}
.form-item__textarea textarea::-webkit-scrollbar-thumb {
  background: var(--green);
}
.form-item__textarea textarea::placeholder {
  color: var(--grey);
}
.form-item__input {
  position: relative;
  display: flex;
  align-items: center;
}
#spc-shipping .form-item__input {
  flex-direction: column;
}
.form-item .valid-error-text {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: var(--red);
}
.form-item .valid-error-text--black {
  color: var(--black);
}
.form-item.valid-error {
  position: relative;
}
.form-item.valid-error input {
  border: 1px solid var(--red) !important;
}
.form-item.valid-error .valid-error-text {
  display: flex;
}
.form-item.valid-error--V2 input {
  border: 1px solid var(--stroke) !important;
}
.form-item.valid-error--V2 .valid-error-text {
  color: var(--black);
}
.form-item .show-pass {
  position: absolute;
  right: 13px;
  cursor: pointer;
  color: var(--grey);
  transition: 0.23s;
}
.form-item .show-pass:hover {
  opacity: 0.8;
}
.form-item .show-pass.active {
  color: var(--green);
}

.file-box {
  margin-top: 26px;
  margin-bottom: 25px;
}
.file-box__main {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 25px;
}
.file-box__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  color: var(--green);
  border: 1px solid var(--green);
  background: var(--white);
  border-radius: 5px;
  padding: 16px 20px;
  min-width: 205px;
  height: 50px;
  cursor: pointer;
  transition: 0.23s;
}
.file-box__btn:hover {
  background-color: var(--green);
  color: #fff;
}
.file-box__formats span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: var(--grey-text);
}
.file-box__list {
  display: grid;
  gap: 15px;
}
.file-box .file-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px 25px;
}
.file-box .file-item__filename {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--grey-text);
}
.file-box .file-item__delete {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: var(--red);
  cursor: pointer;
  transition: 0.23s;
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
}
.file-box .file-item__delete:hover svg {
  color: #fd0f0f;
}
.file-box .file-item__delete:hover {
  color: #fd0f0f;
}
@media (max-width: 1024px) {
  .file-box {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .file-box__main {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .file-box__main {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 10px;
  }
  .file-box__btn {
    width: 100%;
  }
  .file-box .file-item {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
  .file-box .file-item__filename {
    font-size: 14px;
  }
}

.order-proj {
  margin-top: 30px;
}
.order-proj__bottom {
  display: flex;
  margin-top: 14px;
}
.order-proj .btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  border-radius: 5px;
  padding: 15px 20px;
  min-width: 213px;
  border: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  color: var(--white);
  margin: 0;
  transition: 0.23s;
}
.order-proj .btn-submit:hover {
  background-color: #07ba90;
}
@media (max-width: 1024px) {
  .order-proj {
    margin-top: 14px;
  }
}

.modal-log-reg .modal-box,
.modal-review .modal-box {
  max-width: 550px;
}
.modal-log-reg .modal-top {
  border-bottom: 1px solid var(--stroke);
  padding-top: 20px;
  padding-bottom: 23px;
  margin-bottom: 0;
  padding-left: 46px;
  padding-right: 46px;
}
.modal-log-reg .modal-close {
  top: 23px;
  right: 24px;
}
.modal-log-reg .modal-title {
  font-size: 24px;
}
.modal-log-reg .modal-box {
  padding: 0;
}
.modal-log-reg__container {
  padding-top: 20px;
  padding-bottom: 50px;
  padding-right: 24px;
  padding-left: 48px;
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}
.modal-log-reg .modal-box-wrap,
.modal-review .modal-box-wrap {
  flex: 1 1 auto;
  min-height: 0;
  padding-right: 24px;
}
.modal-log-reg .log-reg-main {
  padding: 0.1px;
  padding: 10px 0px 10px 0px;
}
@media (max-width: 1024px) {
  .modal-log-reg .modal-title {
    font-size: 20px;
  }
  .modal-log-reg .modal-close {
    top: 20px;
  }
  .modal-log-reg__container {
    padding-left: 16px;
    padding-bottom: 16px;
    padding-right: 8px;
  }
  .modal-log-reg .modal-box-wrap {
    padding-right: 8px;
  }
}

.form-item-code {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-item-code .valid-error-text {
  justify-content: center !important;
  text-align: center !important;
  width: 100%;
}

.code-inputs {
  display: flex;
  gap: 15px;
}
.code-inputs input {
  border: 1px solid var(--stroke);
  border-radius: 5px;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 22px;
}

.smscode-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6px;
}

.sms-code-timer {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  text-align: center;
  color: var(--black);
}

.sms-code-resend {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: var(--dark-green);
  margin-top: 5px;
}
.sms-code-resend:hover {
  text-decoration: none;
}

.log-reg__p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 143%;
  text-align: center;
  color: var(--black);
  margin-bottom: 10px;
}
.log-reg__p a {
  color: var(--dark-green);
}
.log-reg__formbox {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-bottom: 26px;
}
.review__formbox {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.log-reg .log-reg-sec1,
#form-review .log-reg-sec1 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.log-reg .log-reg-sec1 a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--dark-green);
}
.log-reg .log-reg-sec1 a:hover {
  text-decoration: none;
}
.log-reg .log-reg-sec1 .checkbox {
  margin-top: 10px;
}
.log-reg .log-reg-sec1 .checkbox__checkbox {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
}
.log-reg .log-reg-sec1 .checkbox__main span {
  font-size: 12px;
  color: var(--grey);
}
.log-reg .log-reg-flx {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 20px;
  margin-top: 6px;
}
.log-reg .log-reg-flx .checkbox {
  margin-top: 0;
}
.log-reg .log-reg-flx a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--dark-green);
}
.log-reg .log-reg-flx a:hover {
  text-decoration: none;
}
.log-reg .log-reg-btn,
#button-review,
#series-request-send {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  color: var(--white);
  height: 50px;
  border-radius: 5px;
  padding: 15px 20px;
  border: none;
  width: 100%;
  max-width: 275px;
  margin-top: 10px;
  transition: 0.23s;
}
#series-request-send {
  margin-left: auto;
  margin-right: auto;
}
.log-reg .log-reg-btn:hover,
#button-review:hover,
#series-request-send:hover {
  background-color: #06b68d;
}
.log-reg .loader {
  display: flex;
  justify-content: center;
}
.log-reg .loader .loader-box svg {
  animation: loaderSpin 5s linear infinite;
  transform-origin: center;
}
@keyframes loaderSpin {
  to {
    transform: rotate(360deg);
  }
}
.log-reg__bottom {
  margin-top: 10px;
}
.log-reg__or {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: var(--black);
  white-space: nowrap;
}
.log-reg__or::before {
  content: "";
  position: relative;
  height: 1px;
  width: 100%;
  background-color: var(--stroke);
  content: "";
}
.log-reg__or::after {
  content: "";
  position: relative;
  height: 1px;
  width: 100%;
  background-color: var(--stroke);
  content: "";
}
.log-reg__options {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}
.log-reg .log-reg-optbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid var(--dark-green);
  border-radius: 5px;
  cursor: pointer;
  transition: 0.23s;
  background: none;
  padding: 0;
}
.log-reg .log-reg-optbtn:hover {
  transform: scale(1.05);
}
.log-reg .log-reg-optbtn > img {
  max-width: 26px;
  max-height: 26px;
}
.log-reg__an {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.log-reg__an p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
  text-align: center;
  color: var(--black);
}
.log-reg__an a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: var(--dark-green);
}
.log-reg__an a:hover {
  text-decoration: none;
}

.modal-docs .modal-box-wrap {
  margin-top: 30px;
}
.modal-docs .modal-box {
  width: 100%;
  max-width: 1185px;
}

.modal-docs-wrap {
  display: grid;
  gap: 30px;
}

.modal-docs-block__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 15px;
}
.modal-docs-block__box {
  border: 1px solid var(--stroke);
  border-radius: 10px;
  padding: 50px;
}
.modal-docs-block__inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.modal-docs-block__inputs_col {
  display: grid;
  gap: 15px;
}
.modal-docs-block .ur-name {
  font-weight: 700;
}
.modal-docs-block .order-optls__list {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}
.modal-docs-block .order-optls .order-optls-item {
  width: 100%;
  max-width: 750px;
}
.modal-docs-block .order-optls .order-optls-item__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 114%;
  color: var(--black);
  margin-bottom: 10px;
}
.modal-docs-block .order-optls .order-optls-item__title2 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 133%;
  color: var(--grey);
  margin-bottom: 10px;
}
.modal-docs-block .order-optls .order-optls-item__info span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 143%;
  color: var(--black);
  margin-top: 0px !important;
}
.modal-docs-block .order-optls .order-optls-item__info2 p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--black);
  margin-bottom: 10px;
}
.modal-docs-block .order-optls .order-optls-item__info2 span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 143%;
  color: var(--black);
  margin-top: 0;
}
.modal-docs-block .order-optls .order-optls-item .roptions-item {
  width: 100%;
}
.modal-docs-block .order-optls .order-optls-item .roptions-item__content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-bottom: 11px;
}
.modal-docs-block .order-optls__bottom {
  display: flex;
}
@media (max-width: 1024px) {
  .modal-docs-block .order-optls__list {
    gap: 20px;
    margin-bottom: 20px;
  }
  .modal-docs-block .order-optls .order-optls-item .roptions-item__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .modal-docs-block .order-optls__bottom {
    justify-content: center;
  }
}
.modal-docs-block__inputs2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 20px;
}
.modal-docs-block .docs-contact-save {
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .modal-docs-block__box {
    padding: 20px 15px;
  }
  .modal-docs-block__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .modal-docs-block__inputs {
    grid-template-columns: repeat(1, 1fr);
    gap: 26px;
  }
  .modal-docs-block__inputs_col {
    gap: 26px;
  }
  .modal-docs-block__inputs2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 26px;
  }
}

.docs-contact__bottom {
  display: flex;
}

.modal-addresses .modal-box-wrap {
  margin-top: 30px;
}
.modal-addresses .modal-box {
  width: 100%;
  max-width: 1185px;
}

.modal-addresses-wrap {
  display: grid;
  gap: 30px;
}

.modal-addresses-block__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 15px;
}
.modal-addresses-block__box {
  border: 1px solid var(--stroke);
  border-radius: 10px;
  padding: 50px;
}
.modal-addresses-block .addresses-box {
  display: flex;
  justify-content: space-between;
  gap: 55px;
  width: 100%;
}
.modal-addresses-block .addresses-box__main {
  width: 100%;
}
.modal-addresses-block .addresses-box .addresses-mainopt {
  display: flex;
  gap: 15px;
}
.modal-addresses-block .addresses-box .addresses-mainopt .addresses-mainopt-item {
  min-width: 160px;
  padding: 10px 34px;
}
.modal-addresses-block .addresses-box .addresses-mainopt .addresses-mainopt-item:has(input:checked) {
  background: #00A67E;
  color: #fff;
}
.modal-addresses-block .addresses-box .addresses-maininp {
  width: 100%;
  display: grid;
  gap: 15px;
  margin-top: 15px;
}
.modal-addresses-block .addresses-box .addresses-maininp__row {
  min-width: 100%;
  display: flex;
  gap: 15px;
}
.modal-addresses-block .addresses-box .addresses-maininp .form-item {
  width: 100%;
}
.modal-addresses-block .addresses-box .addresses-maininp .form-item:nth-child(1),
.modal-addresses-block .addresses-box .addresses-maininp .form-item:nth-child(2) {
  width: calc(68% - 15px);
}
.modal-addresses-block .addresses-box .addresses-maininp .form-item:nth-child(3) {
  width: 32%;
}
.modal-addresses-block .addresses-box__np {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 253px;
  max-width: 253px;
  min-height: 300px;
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
  background-image: url(../img/npbg1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.modal-addresses-block .addresses-box__np p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: var(--black);
}
@media (max-width: 1024px) {
  .modal-addresses-block .addresses-box {
    flex-direction: column;
    gap: 15px;
  }
  .modal-addresses-block .addresses-box__np {
    background-image: url(../img/bgnp02.png);
    min-width: 100%;
    max-width: 100%;
    min-height: 125px;
    height: auto;
    flex-direction: row;
  }
  .modal-addresses-block .addresses-box__np img {
    width: 62px;
  }
  .modal-addresses-block .addresses-box__np p {
    max-width: 244px;
    text-align: left;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .modal-addresses-block .addresses-box .addresses-mainopt .addresses-mainopt-item {
    min-width: 105px;
    padding: 7px 15px;
    font-size: 14px;
  }
  .modal-addresses-block .addresses-box .addresses-maininp__row {
    flex-direction: column;
  }
  .modal-addresses-block .addresses-box .addresses-maininp__row .form-item {
    min-width: 100%;
    max-width: 100%;
  }
}
.modal-addresses-block .modal-addresses-deliv {
  display: flex;
  align-items: center;
  gap: 21px;
}
.modal-addresses-block .modal-addresses-deliv .modal-addresses-block__title {
  margin-bottom: 0;
}
.modal-addresses-block .modal-addresses-deliv .form-item {
  width: 100%;
  max-width: 454px;
}
.modal-addresses-block__inp {
  display: grid;
  gap: 15px;
}
.modal-addresses-block__inp_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.modal-addresses-block__bottom {
  display: flex;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .modal-addresses-block .modal-addresses-deliv {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .modal-addresses-block__box {
    padding: 20px 15px;
  }
  .modal-addresses-block__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .modal-addresses-block__inp {
    display: grid;
    gap: 15px;
  }
  .modal-addresses-block__inp_row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .modal-addresses-block__bottom {
    display: flex;
    margin-top: 15px;
  }
  .modal-addresses-block__bottom button {
    width: 100%;
  }
}

.footer {
  border-top: 1px solid var(--stroke);
  padding-top: 70px;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .footer {
    padding-top: 57px;
    padding-bottom: 44px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 37px;
    padding-bottom: 30px;
  }
}
.footer .footer-logo {
  min-width: 190px;
  max-width: 190px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-logo img {
  width: 100%;
}
.footer .logo-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--grey-text);
  margin-top: 7px;
}
.footer .footer-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
  margin-bottom: 15px;
}
.footer .footer-nav ul {
  display: grid;
  gap: 10px;
}
.footer .footer-nav ul li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: var(--grey-text);
  transition: 0.23s;
}
.footer .footer-nav ul li a:hover {
  color: var(--green);
}
.footer .warehouses .warehouses-item {
  display: flex;
  align-items: center;
  gap: 7px;
}
.footer .warehouses .warehouses-item svg {
  min-width: 22px;
  max-width: 22px;
}
.footer .warehouses .warehouses-item span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: var(--grey);
}
.footer .warehouses .warehouses-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--grey-text);
  margin-top: 4px;
}
.footer .footer-postcities {
  display: flex;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: var(--grey-text);
  cursor: pointer;
  transition: 0.23s;
  margin-top: 15px;
}
.footer .footer-postcities svg {
  min-width: 22px;
  max-width: 22px;
}
.footer .footer-postcities:hover {
  color: var(--green);
}
.footer .footer-for-client {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .footer-for-client .btn-light {
  margin-top: 15px;
}
.footer .footer-contact .footer-title {
  min-height: 47.88px;
}
@media (max-width: 1024px) {
  .footer .footer-contact .footer-title {
    min-height: auto;
  }
}
.footer .footer-contact .footer-contact-item {
  position: relative;
  padding-left: 29px;
  margin-bottom: 12px;
}
.footer .footer-contact .footer-contact-item:last-child {
  margin-bottom: 0;
}
.footer .footer-contact .footer-contact-item:last-child {
  margin-bottom: 0;
}
.footer .footer-contact .footer-contact-item__icon {
  position: absolute;
  bottom: -2px;
  left: 0;
}
.footer .footer-contact .footer-contact-item__content span {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: var(--grey);
}
.footer .footer-contact .footer-contact-item__content a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
  transition: 0.23s;
}
.footer .footer-contact .footer-contact-item__content a:hover {
  color: var(--green);
}
.footer .footer-contact .footer-contact-item .ftelwmsg {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.footer .footer-contact .footer-contact-item .fmessanger {
  display: flex;
  padding-left: 4px;
  gap: 10px;
  position: relative;
  margin-bottom: -2px;
}
.footer .footer-contact .footer-times {
  padding-left: 29px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--black);
  margin-bottom: 14px;
  margin-top: 5px;
}
.footer .footer-contact .fci-email a {
  font-size: 14px !important;
}
.footer .footer-main-desktop {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.footer .footer-main-desktop .footer-col:nth-child(1) {
  max-width: 215px;
}
@media (max-width: 1240px) {
  .footer .footer-main-desktop .footer-col:nth-child(1) {
    max-width: 170px;
  }
}
.footer .footer-main-desktop .footer-col:nth-child(3) {
  max-width: 230px;
}
.footer .footer-main-desktop .footer-col:nth-child(4) {
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 1240px) {
  .footer .footer-main-desktop .footer-col:nth-child(4) {
    min-width: 180px;
    max-width: 180px;
  }
}
.footer .footer-main-desktop .footer-col:nth-child(5) {
  min-width: 295px;
  max-width: 295px;
}
@media (max-width: 1240px) {
  .footer .footer-main-desktop .footer-col:nth-child(5) {
    min-width: 275px;
    max-width: 275px;
  }
}
.footer .footer-main-desktop .warehouses {
  margin-top: 22px;
}
.footer .footer-main-desktop .footer-catalog .footer-title {
  max-width: 170px;
}
.footer .footer-main-desktop .footer-terms .footer-title {
  max-width: 170px;
}
@media (max-width: 1240px) {
  .footer .footer-main-desktop {
    gap: 12px;
  }
  .footer .footer-main-desktop .footer-title {
    font-size: 16px;
  }
  .footer .footer-main-desktop .footer-nav ul li a {
    font-size: 13px;
  }
  .footer .footer-main-desktop .footer-contact-item a {
    font-size: 16px;
  }
  .footer .footer-main-desktop .footer-for-client .btn-light {
    padding-left: 7px;
    padding-right: 7px;
  }
  .footer .footer-main-desktop .footer-postcities p {
    font-size: 13px;
  }
  .footer .footer-main-desktop .logo-text {
    font-size: 13px;
  }
  .footer .footer-main-desktop .warehouses .warehouses-item p {
    font-size: 13px;
  }
  .footer .footer-main-desktop .footer-catalog .footer-title {
    max-width: 150px;
  }
  .footer .footer-main-desktop .footer-contact .footer-title {
    min-height: 42px;
  }
  .footer .footer-main-desktop .footer-contact .footer-contact-item .fmessanger {
    gap: 6px;
  }
}
@media (max-width: 1024px) {
  .footer .footer-main-desktop {
    display: none;
  }
}
.footer .footer-main-tablet {
  display: none;
}
@media (max-width: 1024px) {
  .footer .footer-main-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer .footer-main-tablet {
    display: none;
  }
}
.footer .footer-main-tablet .footer-logo-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  margin-bottom: 26px;
  padding-right: 40px;
}
.footer .footer-main-tablet .footer-logo-block .footer-logo {
  min-width: 215px;
  max-width: 215px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-main-tablet .footer-logo-block .footer-logo img {
  width: 100%;
}
.footer .footer-main-tablet .footer-logo-block p {
  text-align: center;
  margin-top: 0;
}
.footer .footer-main-tablet__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.footer .footer-main-tablet .footer-for-client {
  margin-top: 20px;
}
.footer .footer-main-tablet .footer-for-client .footer-nav {
  width: 100%;
}
.footer .footer-main-tablet .footer-for-client .footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
.footer .footer-main-tablet .footer-for-client .footer-nav li {
  width: calc(50% - 5px);
}
.footer .footer-main-tablet .footer-contact .footer-title {
  text-align: center;
}
.footer .footer-main-tablet .footer-contact .footer-contact-item .ftelwmsg {
  flex-direction: column;
  align-items: flex-start;
}
.footer .footer-main-tablet .footer-contact .footer-contact-item .fmessanger a svg {
  width: 32px;
  height: 32px;
}
.footer .footer-main-tablet .warehouses .warehouses-item {
  margin-top: 15px;
}
.footer .footer-main-tablet .pay-methhods {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 15px;
}
.footer .footer-main-tablet .pay-methhods ul {
  flex-wrap: wrap;
  gap: 10px;
}
.footer .footer-main-tablet .footer-times {
  padding-left: 0;
}
.footer .footer-main-mobile {
  display: none;
}
@media (max-width: 767px) {
  .footer .footer-main-mobile {
    display: block;
  }
}
.footer .footer-main-mobile .footer-logo-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 26px;
}
.footer .footer-main-mobile .footer-logo-block .footer-logo {
  min-width: 162px;
  max-width: 162px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 43px;
}
.footer .footer-main-mobile .footer-logo-block .footer-logo img {
  width: 100%;
}
.footer .footer-main-mobile .footer-logo-block p {
  max-width: 343px;
  text-align: center;
}
.footer .footer-main-mobile .footer-title {
  font-size: 16px;
  margin-bottom: 15px;
}
.footer .footer-main-mobile__box1grid {
  display: flex;
  gap: 20px;
}
.footer .footer-main-mobile__box1 .warehouses-item {
  margin-bottom: 11px;
}
.footer .footer-main-mobile__box1 .footer-contact-item {
  padding-left: 0;
}
.footer .footer-main-mobile__box1 .footer-contact-item span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: var(--grey);
}
.footer .footer-main-mobile__box1 .footer-contact-item__content {
  display: flex;
  gap: 7px;
  align-items: center;
}
.footer .footer-main-mobile__box1 .footer-contact-item__content svg {
  min-width: 20px;
  max-width: 20px;
}
.footer .footer-main-mobile__box1 .footer-contact-item__content a {
  font-size: 12px;
  font-weight: 400;
}
.footer .footer-main-mobile__box1col1 {
  width: 50%;
}
.footer .footer-main-mobile__box1col2 {
  width: 50%;
}
.footer .footer-main-mobile__box1col2 .footer-contact-item__content a {
  font-size: 15px;
}
.footer .footer-main-mobile__box1col2 .fmessanger {
  display: flex;
  gap: 12px;
}
.footer .footer-main-mobile__box1col2 .fmessanger svg {
  width: 24px;
  height: 24px;
}
.footer .footer-main-mobile .footer-times {
  padding-left: 0;
}
.footer .footer-main-mobile__box2 {
  display: flex;
  gap: 21px;
  margin-top: 33px;
}
.footer .footer-main-mobile .footer-terms {
  width: 50%;
}
.footer .footer-main-mobile .footer-for-client {
  width: 50%;
}
.footer .footer-main-mobile .footer-for-client .btn-light {
  height: 37px;
}
.footer .footer-main-mobile .footer-catalog {
  width: 100%;
  margin-top: 40px;
}
.footer .footer-main-mobile .footer-catalog .footer-nav {
  display: flex;
  gap: 15px;
}
.footer .footer-main-mobile .footer-catalog .footer-nav ul {
  width: 50%;
}
@media (max-width: 360px) {
  .footer .footer-main-mobile .footer-title {
    font-size: 14px;
  }
  .footer .footer-main-mobile .footer-nav ul li a {
    font-size: 12px;
  }
  .footer .footer-main-mobile .footer-postcities p {
    font-size: 12px;
  }
  .footer .footer-main-mobile__box1grid {
    gap: 12px;
    flex-direction: column;
  }
  .footer .footer-main-mobile__box1col1 {
    width: 100%;
  }
  .footer .footer-main-mobile__box1col1 {
    width: 100%;
  }
  .footer .footer-main-mobile__box2 {
    gap: 12px;
  }
}
.footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px 50px;
}
@media (max-width: 1160px) {
  .footer .footer-bottom {
    flex-wrap: wrap-reverse;
  }
}
.footer .footer-bottom {
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .footer .footer-bottom {
    padding-top: 42px;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom {
    padding-top: 40px;
  }
}
.footer .footer-bottom__box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1024px) {
  .footer .footer-bottom {
    align-items: center;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .footer .footer-bottom .footer-cprt {
    text-align: center;
  }
  .footer .footer-bottom__box {
    flex-direction: column;
  }
  .footer .footer-bottom__box .pym-pc-mob {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom {
    gap: 25px;
  }
  .footer .footer-bottom .footer-cprt {
    text-align: center;
  }
  .footer .footer-bottom .footer-cprt span {
    display: block;
  }
  .footer .footer-bottom__box {
    gap: 25px;
  }
  .footer .footer-bottom__box .pym-pc-mob {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .footer .footer-bottom__box .pym-pc-mob ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer .footer-cprt {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: var(--grey-text);
}
@media (min-width: 767px) {
  .footer .footer-cprt {
    white-space: nowrap;
  }
}
.footer .pay-methhods {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: var(--grey-text);
}
.footer .pay-methhods ul {
  display: flex;
  gap: 10px;
}
.footer .footer-social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer .footer-social p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: var(--grey-text);
}
.footer .footer-social ul {
  display: flex;
  gap: 10px;
}
.footer .footer-social ul a {
  display: flex;
  transition: 0.23s;
}
.footer .footer-social ul a:hover {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .footer .footer-social {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .footer .footer-social ul {
    gap: 10px;
  }
  .footer .footer-social ul a svg {
    width: 32px;
    height: 32px;
  }
}

.mfilter-slider-slider .ui-slider-handle,
#mfilter-price-slider .ui-slider-handle {
	width: 16px;
	height: 16px;
	background: var(--dark-green);
	border-radius: 4px;
	border: 2px solid var(--light);
	margin-left: -8px;
	outline-style: none;
	cursor: pointer;
	transition: none;
	display: block;
	position: absolute;
	margin-top: -6px;
}

.mfilter-slider-slider,
#mfilter-price-slider {
	border: none;
	background: var(--stroke);
	height: 4px;
	border-radius: 2px;
	margin: 10px 2px 0 5px;
	display: block;
	position: relative;
}
.mfilter-slider-slider .ui-slider-range,
#mfilter-price-slider .ui-slider-range {
	border: none;
	background: var(--dark-green);
}
.mfilter-content-top .mfilter-slider-container,
.mfilter-content_top .mfilter-price-slider {
	background-position: right -79px;
}
.mfilter-option.mfilter-price .mfilter-price-inputs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
  margin-bottom: 20px;
  color: var(--grey-text);
  font-size: 14px;
}
.mfilter-option.mfilter-price .mfilter-price-inputs input {
	height: 32px;
	border: 1px solid var(--stroke);
	text-align: center;
	color: var(--dark-green);
	font-size: 14px;
	padding: 0;
	background: var(--white);
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	-ms-progress-appearance: textfield;
	width: 100%;
}
.mfilter-option.mfilter-price .mfilter-price-inputs input::-webkit-outer-spin-button,
.mfilter-option.mfilter-price .mfilter-price-inputs input::-webkit-inner-spin-button {
  	-webkit-appearance: none;
  	margin: 0;
}
.mfilter-option.mfilter-price .mfilter-price-inputs span {
	color: var(--grey-text);
	font-size: 14px;
}
.mfilter-button.mfilter-button-bottom {
  padding-top: 20px;
  border-top: 1px solid var(--stroke);
}

.mfilter-button.mfilter-button-bottom .mfilter-button-reset,
.cat-main-box .mfilter-button-reset {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: var(--red);
}
.cat-main-box .mfilter-button-reset {
  background: none;
  padding: 0;
  border: 0;
  margin-top: 12px;
}
.mfilter-button.mfilter-button-bottom .mfilter-button-reset:hover,
.cat-main-box .mfilter-button-reset:hover {
  color: var(--green);
}
.minimum-alert {
  margin-top: 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  text-decoration: underline;
  color: var(--grey);
}
.star-rating {
	display: inline-flex;
  flex-direction: row-reverse;
  font-size: 28px;
  line-height: 1;
	vertical-align: center;
  gap: 2px;
}

.star-rating input { display: none; }
.star-rating label {
  cursor: pointer;
  height: 24px;
  width: 24px;
  display: flex;
  transition: all 0.2s;
  margin: 0;
  background: url('../img/icons/star2.svg') center center / 24px auto no-repeat;
  opacity: 0.5;
}

.star-rating input:checked ~ label {
  background: url('../img/icons/star.svg') center center / 24px auto no-repeat;
  opacity: 1;
}


.star-rating label:hover,
.star-rating label:hover ~ label {
  background: url('../img/icons/star.svg') center center / 24px auto no-repeat;
  opacity: 1;
}

/**/

.notification-items {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
	/*z-index: 1051;*/
  z-index: 100001;
}

.notification-items > div.notification {
  padding: 16px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.3;
  transition: all 0.2s ease-in-out;
  animation-name: showRight;
  animation-duration: 0.25s;
  margin-top: 12px;
  border-radius: 8px;
}

.notification-items > div.notification.hide {
  transition: all 0.2s ease-in-out;
  translate: 100% 0;
  opacity: 1;
}

.notification-items > div.notification.hide.remove {
  transition: all 0.2s ease-in-out;
  max-height: 0;
  padding: 0;
  margin-top: 0;
}

@keyframes showRight {
  from {
    translate: 100% 0;
    opacity: 0;
  }
  to {
    translate: 0 0;
    opacity: 1;
  }
}

.notification-items > div.notification .timer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  animation-duration: 4s;
  animation-name: timerBg;
  animation-timing-function: linear;
  z-index: 1;
}

.notification-items > div.notification > *:not(.timer) {
  position: relative;
  z-index: 2;
}

@keyframes timerBg {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.notification-items > div.notification .message {
  padding-right: 32px;
}

.notification-items > div.notification button.close {
  border: 1px solid black;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 10px;
  padding: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification-items > div.notification.success button.close {
  border-color: #346203;
}

.notification-items > div.notification.success button.close svg path {
  stroke: #346203;
}

.notification-items > div.notification.success a {
  color: #346203;
  text-decoration: underline;
}

.notification-items > div.notification.error button.close {
  border-color: #4e060e;
}

.notification-items > div.notification.error button.close svg path {
  stroke: #4e060e;
}

.notification-items > div.notification.error a {
  color: #4e060e;
  text-decoration: underline;
}

.notification-items > div.notification.success {
  background: #b4eb7a;
}

.notification-items > div.notification.success .timer {
  background: #5ba30d;
}

.notification-items > div.notification.error {
  background: #f5a1a1;
}

.notification-items > div.notification.error .timer {
  background: #aa0519;
}

.notification-items > div.notification.warning button.close {
  border-color: #e96b10;
}

.notification-items > div.notification.warning button.close svg path {
  stroke: #e96b10;
}

.notification-items > div.notification.warning a {
  color: #e96b10;
  text-decoration: underline;
}

.notification-items > div.notification.warning {
  background: #ffeaaa;
}

.notification-items > div.notification.warning .timer {
  background: #ff8859;
}




ul.dropdown-address {
  margin: 0;
  max-height: 200px;

  position: absolute !important;
  z-index: 1000;
  background: var(--white);
  border: 1px solid var(--stroke);
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  top: 50px;
  display: none;
}

ul.dropdown-address a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 214%;
  color: var(--grey-text);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  transition: 0.23s;
  cursor: pointer;
}

ul.dropdown-address a:hover {
  background: var(--light);
  color: var(--green);
}

.mfilter-filter-item:not(.mfilter-price) .mfilter-opts-container > .mfilter-content-wrapper > .mfilter-content-wrapper {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--green) #F5F5F5;
}

.mfilter-filter-item:not(.mfilter-price) .mfilter-opts-container > .mfilter-content-wrapper > .mfilter-content-wrapper::-webkit-scrollbar-thumb {
  background: var(--green);
}

.mfilter-filter-item:not(.mfilter-price) .mfilter-opts-container > .mfilter-content-wrapper > .mfilter-content-wrapper::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.mfilter-filter-item:not(.mfilter-price) .mfilter-opts-container > .mfilter-content-wrapper > .mfilter-content-wrapper::-webkit-scrollbar {
  width: 4px;
  background: var(--stroke);
}

.series-request-variant {
  background: #f7f7f7;
  padding: 10px;
  border-radius: 4px;
  margin-top: 16px;
}

#modal-cart-1 #modal-cart-block {
  max-height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

#modal-cart-1 #modal-cart-block .profile-cart-wrap {
  max-height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

#modal-cart-1 #modal-cart-block .profile-cart-wrap .mcart-wrap {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding-right: 23px;
}

#modal-cart-1 #modal-cart-block .profile-cart-wrap .mcart-wrap {
  scrollbar-width: thin;
  scrollbar-color: var(--green) #F5F5F5;
}

#modal-cart-1 #modal-cart-block .profile-cart-wrap .mcart-wrap::-webkit-scrollbar-thumb {
  background: var(--green);
}

#modal-cart-1 #modal-cart-block .profile-cart-wrap .mcart-wrap::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

#modal-cart-1 #modal-cart-block .profile-cart-wrap .mcart-wrap::-webkit-scrollbar {
  width: 4px;
  background: var(--stroke);
}

#modal-cart-1 #modal-cart-block .profile-cart-wrap .profile-cart-wrap__bottom {
  padding-right: 23px;
  margin-top: 15px;
}

#modal-cart-1 #modal-cart-block .profile-cart-wrap.profile-empry-block p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--black);
}

#modal-cart-block .profile-cart-wrap.profile-empry-block .profile-empry-block__btn {
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  padding: 15px 20px;
  min-width: 240px;
  height: 50px;
  margin-top: 24px;
  width: fit-content;
}

#modal-cart-1 .cart-delivery-section {
  background: var(--light);
  border-radius: 5px;
  padding: 15px 35px;
  margin-bottom: 30px;
}
#modal-cart-1 .cart-delivery-section .cart-delivery-status__left {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: var(--black);
}
#modal-cart-1 .cart-delivery-section .cart-delivery-status__left span {
  font-weight: 600;
  color: var(--green);
}
#modal-cart-1 .cart-delivery-section .cart-delivery-status__done {
  display: flex;
  gap: 13px;
}
#modal-cart-1 .cart-delivery-section .cart-delivery-status__done svg {
  position: relative;
  top: 4px;
}
#modal-cart-1 .cart-delivery-section .cart-delivery-status__done p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 129%;
  color: var(--green);
}
#modal-cart-1 .cart-delivery-section .cart-delivery-progress {
  background: #dceaea;
  height: 4px;
  width: 100%;
  position: relative;
  margin-top: 8px;
}
#modal-cart-1 .cart-delivery-section .cart-delivery-progress__line {
  background: var(--green);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  #modal-cart-1 .cart-delivery-section {
    margin-bottom: 15px;
    padding: 15px;
  }

  #modal-cart-1 #modal-cart-block .profile-cart-wrap .profile-cart-wrap__bottom {
    padding-right: 0;
  }

  #modal-cart-1 #modal-cart-block .profile-cart-wrap .mcart-wrap {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .notification-items {
    right: 12px;
    bottom: 12px;
  }
}
#modal-cart-1 .cart-summary {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#modal-cart-1 .cart-summary p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: var(--black);
}
#modal-cart-1 .cart-summary p span {
  font-weight: 500;
}
#modal-cart-1 .cart-summary__summ {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  text-align: right;
  color: var(--black);
  display: flex;
  align-items: flex-end;
  gap: 7px;
}
#modal-cart-1 .cart-summary__summ .cart-summ {
  font-weight: 500;
  font-size: 24px;
  line-height: 108%;
}
@media (max-width: 767px) {
  #modal-cart-1 .cart-summary p {
    max-width: 115px;
  }
 #modal-cart-1 .cart-summary__summ {
    flex-direction: column;
    gap: 0px;
  }
}
@media (max-width: 767px) {
  #modal-cart-1 .modal-cart-bottom__nav {
    flex-direction: column;
    gap: 15px;
  }
  #modal-cart-1 .modal-cart-bottom__nav a, #modal-cart-1 .modal-cart-bottom__nav button {
    width: 100%;
  }

  .table-mobile-wrapper {
    width: 100%;
    overflow-x: scroll;
  }
}

.swiper-wrapper-collections {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 23px;
}

.swiper-wrapper-collections .catalogSlider-item {
  border: 1px solid var(--stroke);
}

@media (max-width: 1024px) {
  .swiper-wrapper-collections {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .swiper-wrapper-collections {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 414px) {
  .swiper-wrapper-collections {
    grid-template-columns: 100%;
  }
}

#modal-np-cities .modal-box {
  max-width: 315px;
  padding: 28px 28px 32px 25px;
}

#modal-np-cities .modal-box .title {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

#modal-np-cities .modal-box .list {
  margin-top: 15px;
}

#modal-np-cities .modal-box p {
  color: var(--grey_text);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

#modal-np-cities .modal-box .but {
  margin-top: 15px;
}

#modal-np-cities .modal-box .but a {
  width: fit-content;
}

.modal-np-cities__container {
  height: 100%;
  overflow-y: auto;
}

/*--------*/

ul.spc-ac-dropdown {
    position: absolute !important;
    top: calc(100% + 0px) !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1050 !important;

    max-height: 280px;
    overflow-y: auto;
    overscroll-behavior: contain;

    margin: 0 !important;
    padding: 4px 0 !important;
    list-style: none !important;
    list-style-type: none !important;

    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.06);

    font-size: 0.92em;
    line-height: 1.35;
    color: #333;

    display: none;
    animation: spc-ac-fade 120ms ease-out;
}

@keyframes spc-ac-fade {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}

ul.spc-ac-dropdown > li {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    list-style: none !important;
    display: block !important;
}

ul.spc-ac-dropdown > li > a {
    display: block !important;
    padding: 8px 12px !important;
    color: #222 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
    transition: background-color 100ms ease, color 100ms ease;
    white-space: normal !important;
    word-break: break-word;
    cursor: pointer !important;
    background: transparent;
    font-weight: normal !important;
}
ul.spc-ac-dropdown > li:last-child > a { border-bottom: none !important; }

ul.spc-ac-dropdown > li > a:hover,
ul.spc-ac-dropdown > li > a:focus,
ul.spc-ac-dropdown > li.spc-ac-active > a {
    background: #f6f8fa !important;
    color: #000 !important;
    outline: none !important;
    text-decoration: none !important;
}

/* Scrollbar polish */
ul.spc-ac-dropdown::-webkit-scrollbar { width: 8px; }
ul.spc-ac-dropdown::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 4px;
}
ul.spc-ac-dropdown::-webkit-scrollbar-thumb:hover { background: #b8b8b8; }
ul.spc-ac-dropdown::-webkit-scrollbar-track { background: transparent; }

.spc-doc-address, #spc-doc-other-address {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.swiper-slide {
  padding: 1px;
}

#spc-doc-other-address {
  padding-left: 35px;
}

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

.iinfo__ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  vertical-align: top;
}

.iinfo__ic:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.tooltip {
  position: fixed;
  z-index: 99999;

  max-width: min(280px, calc(100vw - 24px));
  padding: 10px 12px;

  background: #222;
  color: #fff;

  border-radius: 6px;

  font-size: 14px;
  line-height: 1.4;

  box-sizing: border-box;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity .15s ease, visibility .15s ease;
}

.tooltip.is-visible {
  opacity: 1;
  visibility: visible;
}

.tooltip::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #222;
  transform: rotate(45deg);
}

/* Tooltip під іконкою */
.tooltip[data-placement="bottom"]::after {
  top: -4px;
  left: var(--arrow-left, 50%);
}

/* Tooltip над іконкою */
.tooltip[data-placement="top"]::after {
  bottom: -4px;
  left: var(--arrow-left, 50%);
}

/* Tooltip праворуч */
.tooltip[data-placement="right"]::after {
  left: -4px;
  top: var(--arrow-top, 50%);
}

/* Tooltip ліворуч */
.tooltip[data-placement="left"]::after {
  right: -4px;
  top: var(--arrow-top, 50%);
}

.cat-main-box p + button {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--dark-green);
  padding: 10px 16px;
  width: auto;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
  border-radius: 5px;
  cursor: pointer;
  border: 0;
  transition: 0.23s;
}

.cat-main-box p + button:hover {
  background-color: #026268;
}

.cat-main-box p + button svg {
  color: var(--white);
}

#spc-pay-payload #button-confirm {
  height: 40px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 16px;
  font-size: 13px;
}

/*# sourceMappingURL2=main.css.map */

