/*
Theme Name: Quiet Kits
*/

@charset "UTF-8";

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;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

@font-face {
  font-family: "OpenSauceTwo";
  src: url("assets/fonts/OpenSauceTwo-Regular/OpenSauceTwo-Regular.eot");
  src: url("assets/fonts/OpenSauceTwo-Regular/OpenSauceTwo-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/OpenSauceTwo-Regular/OpenSauceTwo-Regular.woff2") format("woff2"), url("assets/fonts/OpenSauceTwo-Regular/OpenSauceTwo-Regular.woff") format("woff"), url("assets/fonts/OpenSauceTwo-Regular/OpenSauceTwo-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "OpenSauceTwo";
  src: url("assets/fonts/OpenSauceTwo-Medium/OpenSauceTwo-Medium.eot");
  src: url("assets/fonts/OpenSauceTwo-Medium/OpenSauceTwo-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/OpenSauceTwo-Medium/OpenSauceTwo-Medium.woff2") format("woff2"), url("assets/fonts/OpenSauceTwo-Medium/OpenSauceTwo-Medium.woff") format("woff"), url("assets/fonts/OpenSauceTwo-Medium/OpenSauceTwo-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --font: "OpenSauceTwo", sans-serif;
  --base: #191919;
  --base-hover: #3C3C3C;
  --white: #FFFFFF;
  --white70: rgba(255, 255, 255, 0.7);
  --white60: rgba(255, 255, 255, 0.6);
  --bg: #F5F0E7;
  --primary: #D6392A;
  --primary-hover: #c0291a;
  --site-black: #282828;
  --light-grey: #F5F5F5;
  --beige1: #807770;
  --beige2: #D5CEC6;
  --beige-minor: #EEE6DE;
  --grey: #DADADA;
  --grey2: #BEBEBE;
  --red: #D6392A;
}

* {
  box-sizing: border-box;
  text-decoration: none;
  word-break: break-word;
}

*:hover,
*:focus {
  outline: 0;
}

body {
  background: var(--bg);
  font: 400 16px/1.44 var(--font);
  letter-spacing: -0.006em;
  color: var(--base);
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body::-webkit-scrollbar {
  width: 10px;
  height: 0;
  background: var(--bg);
}

body::-webkit-scrollbar-thumb {
  width: 10px;
  background: var(--base-hover);
  border-radius: 10px;
}

body.hidden {
  overflow: hidden;
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-width: thin;
    scrollbar-color: var(--base-hover) var(--bg);
  }
}

#app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.wrapper {
  width: 100%;
  max-width: 1392px;
  padding: 0 16px;
  margin: 0 auto;
}

.overflowH {
  overflow: hidden;
}

a {
  color: var(--primary);
  transition: 0.25s;
}

button {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font: 500 18px/1.4 var(--font);
  letter-spacing: -0.006em;
  color: var(--base);
  cursor: pointer;
  transition: 0.25s;
}

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

svg {
  transition: 0.25s;
}

strong {
  font-weight: 500;
}

h1,
.h1 {
  font: 500 52px/1.05 var(--font);
  letter-spacing: -0.036em;
}

h2,
.h2 {
  font: 500 42px/1.2 var(--font);
  letter-spacing: -0.03em;
}

h3,
.h3 {
  font: 500 32px/1.2 var(--font);
  letter-spacing: -0.03em;
}

h4,
.h4 {
  font: 500 22px/1.2 var(--font);
  letter-spacing: -0.01em;
}

h5,
.h5 {
  font: 500 18px/1.2 var(--font);
  letter-spacing: -0.01em;
}

.t18 {
  font: 400 18px/1.4 var(--font);
}

.t18M {
  font: 500 18px/1.4 var(--font);
}

.t18M-2 {
  font: 500 18px/1.4 var(--font);
}

.t16 {
  font: 400 16px/1.4 var(--font);
}

.t16M {
  font: 500 16px/1.4 var(--font);
}

.t14 {
  font: 400 14px/1.4 var(--font);
}

.t14M {
  font: 500 14px/1.4 var(--font);
}

.textBeige1 {
  color: var(--beige1);
}

.btn {
  max-width: 100%;
  min-height: 52px;
  background: var(--primary);
  border: none;
  border-radius: 500px;
  padding: 8px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  font: 500 18px/1.4 var(--font);
  color: var(--white);
  cursor: pointer;
  transition: 0.25s;
}

.btn__txt {
  max-width: 100%;
}

.btn__ic {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
}

.btn__ic img {
  width: 100%;
}

.btn__ic svg {
  width: 100%;
  height: 100%;
  fill: var(--white);
}

.btn__ic.stroke svg {
  fill: none;
  stroke: var(--white);
}

.btn_f {
  width: 100%;
}

.btn_s {
  min-height: 40px;
  padding: 4px 20px;
  gap: 6px;
  font-size: 14px;
}

.btn_s .btn__ic {
  width: 20px;
  height: 20px;
}

.btn_l {
  min-height: 56px;
  padding: 12px 32px;
}

.btn_dark {
  background: var(--base);
  color: var(--white);
}

.btn_bor {
  background: transparent;
  border: 1.5px solid var(--primary);
  color: var(--primary);
}

.btn_bor .btn__ic svg {
  fill: var(--primary);
}

.btn_bor .btn__ic.stroke svg {
  fill: none;
  stroke: var(--primary);
}

.btn_blackbor {
  background: transparent;
  border: 1.5px solid var(--base);
  color: var(--base);
}

.btn_blackbor .btn__ic svg {
  fill: var(--base);
}

.btn_blackbor .btn__ic.stroke svg {
  fill: none;
  stroke: var(--base);
}

.btn_white {
  background: var(--white);
  border: 1.5px solid var(--white);
  color: var(--base);
}

.btn_white .btn__ic svg {
  fill: var(--base);
}

.btn_white .btn__ic.stroke svg {
  fill: none;
  stroke: var(--base);
}

.btn_white2 {
  background: var(--white);
  color: var(--base);
}

.btn_white2 .btn__ic svg {
  fill: var(--base);
}

.btn_white2 .btn__ic.stroke svg {
  fill: none;
  stroke: var(--base);
}

.btn[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

.swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

.swiper-slide {
  flex-shrink: 0;
}

.swiper-button-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.arrow {
  width: 60px;
  height: 40px;
  background: var(--white);
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--base);
}

input {
  width: 100%;
  height: 40px;
  background: var(--white);
  border: 1px solid var(--grey2);
  border-radius: 12px;
  padding: 0 12px;
  font: 400 16px/1.44 var(--font);
  color: var(--base);
  transition: 0.15s;
}

input::placeholder {
  font: 400 16px/1.44 var(--font);
  color: var(--grey2);
}

input:focus {
  border-color: var(--base);
}

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

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

.select {
  width: 100%;
  position: relative;
}

.select__head {
  width: 100%;
  min-height: 52px;
  border: 1.5px solid var(--base);
  border-radius: 12px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.select__ic {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--base);
  margin-right: 8px;
}

.select__ttl {
  width: 100%;
}

.select__arrow {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--base);
  margin-left: 8px;
}

.select__popup {
  display: none;
  position: absolute;
  z-index: 10;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--beige2);
  border-radius: 12px;
  overflow: hidden;
}

.select__list {
  max-height: 400px;
  overflow: auto;
}

.select_sm .select__head {
  min-height: 40px;
}

.select.active .select__arrow {
  transform: scale(1, -1);
}

.select.active .select__popup {
  display: block;
}

.selectIt {
  width: 100%;
  min-height: 32px;
  border-bottom: 1px solid var(--beige2);
  padding: 8px 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.15s;
}

.selectIt:last-child {
  border-bottom: none;
}

.selectIt__hidden {
  display: none;
}

.selectIt.active,
.selectIt:has(.selectIt__hidden:checked) {
  background: var(--base) !important;
  color: var(--white) !important;
  pointer-events: none !important;
}

.agreement {
  padding-left: 30px;
  display: block;
  font: 400 14px/1.4 var(--font);
  position: relative;
  cursor: pointer;
}

.agreement::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  border: 1px solid var(--base);
  border-radius: 5px;
}

.agreement::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5px;
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  background: url("assets/img/icons/checked-white.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.agreement__input {
  display: none;
}

.agreement a {
  color: var(--base);
  text-decoration: underline;
}

.agreement:has(.agreement__input:checked)::before {
  background: var(--base);
}

.agreement:has(.agreement__input:checked)::after {
  display: block;
}

.textBlock h1,
.textBlock h2 {
  margin-top: 64px;
  margin-bottom: 32px;
}

.textBlock h1:last-child,
.textBlock h2:last-child {
  margin-bottom: 0;
}

.textBlock h1:first-child,
.textBlock h2:first-child {
  margin-top: 0;
}

.textBlock h3,
.textBlock h4 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.textBlock h3:last-child,
.textBlock h4:last-child {
  margin-bottom: 0;
}

.textBlock h3:first-child,
.textBlock h4:first-child {
  margin-top: 0;
}

.textBlock h5,
.textBlock h6 {
  margin-top: 32px;
  margin-bottom: 16px;
}

.textBlock h5:last-child,
.textBlock h6:last-child {
  margin-bottom: 0;
}

.textBlock h5:first-child,
.textBlock h6:first-child {
  margin-top: 0;
}

.textBlock p {
  margin-bottom: 16px;
}

.textBlock p:last-child {
  margin-bottom: 0;
}

.textBlock ul {
  margin-bottom: 20px;
}

.textBlock ul:last-child {
  margin-bottom: 0;
}

.textBlock ul li {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 4px;
}

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

.textBlock ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--base);
}

.textBlock ol {
  list-style-type: decimal;
  margin-left: 24px;
  margin-bottom: 20px;
}

.textBlock ol:last-child {
  margin-bottom: 0;
}

.textBlock ol li {
  margin-bottom: 4px;
}

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

.textBlock a {
  text-decoration: underline;
}

.contactsBtns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contactsBtns__it {
  min-width: 180px;
}

.tabs__wr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.tabs__it {
  max-width: 100%;
  min-height: 36px;
  border: 1.5px solid var(--base);
  border-radius: 500px;
  padding: 4px 16px;
  display: inline-flex;
  align-items: center;
  font: 500 16px/1.4 var(--font);
}

.tabs__it.active {
  background: var(--base);
  color: var(--white);
}

.playBtn {
  width: 44px;
  height: 44px;
  background: var(--red);
  border: 1.5px solid var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.playBtn svg {
  width: 24px;
  height: 24px;
  fill: var(--white);
}

.social {
  display: flex;
  gap: 8px;
}

.social__it {
  width: 68px;
  height: 40px;
  border: 1.5px solid var(--base);
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social__it svg {
  width: 24px;
  height: 24px;
  fill: var(--base);
}

.preloader {
  display: none;
  position: fixed;
  z-index: 11000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 25, 0.5);
}

.preloader__spinner {
  animation: rotate 2s linear infinite;
  z-index: 11001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
}

.preloader__spinner .path {
  stroke: var(--primary);
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.overlay {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 25, 0.4);
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 660px;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  background: var(--white);
  border-radius: 24px;
  padding: 40px;
  overflow: auto;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
}

.modal::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.modal__close {
  position: absolute;
  z-index: 1001;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 1.5px solid var(--base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.modal__close svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--base);
}

.outOfStockModal__head {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
}

.outOfStockModal__pack {
  width: 110px;
  height: 110px;
  border: 1px solid var(--grey);
  border-radius: 16px;
  overflow: hidden;
}

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

.outOfStockModal__cnt {
  text-align: center;
}

.outOfStockModal__ttl {
  margin-bottom: 16px;
}

.outOfStockModal__txt {
  margin-bottom: 32px;
}

.outOfStockModal__links .contactsBtns {
  justify-content: center;
}

.outOfStockModalSubject {
  width: 216px;
  height: 110px;
  background: var(--white);
  border: 1px solid var(--grey);
  border-radius: 16px;
  padding: 12px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.outOfStockModalSubject__img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 110px;
}

.outOfStockModalSubject__txt {
  position: relative;
  z-index: 2;
}

.mobMenuOverlay {
  display: none;
  position: fixed;
  z-index: 88;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 25, 0.4);
}

.mobMenu {
  display: none;
  position: fixed;
  z-index: 89;
  top: 60px;
  left: 0;
  width: 100%;
  max-height: 100%;
  background: var(--bg);
  padding: 20px 16px;
  padding-top: 12px;
  overflow: auto;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
}

.mobMenu::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.mobMenu__cnts {
  margin-top: 16px;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 1fr;
}

.mobileM__it {
  display: block;
  padding: 8px 0;
  text-align: center;
  color: var(--base);
}

.header {
  position: sticky;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--bg);
  padding: 12px 0;
  margin-bottom: 20px;
}

.header__wr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header__logo {
  width: 113px;
  display: flex;
  align-items: center;
}

.header__logo img {
  width: 100%;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.headerM {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}

.headerM__it {
  padding: 8px 20px;
  color: var(--base);
}

.headerM__it span {
  position: relative;
}

.headerM__it span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 1.5px;
  background: var(--base-hover);
  opacity: 0;
  transition: 0.25s;
}

.headerCart {
  min-width: 75px;
  height: 40px;
  background: var(--base);
  border-radius: 500px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font: 500 14px/1.4 var(--font);
  color: var(--white);
}

.headerCart__ic {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--white);
}

.headerCart__txt {
  display: none;
}

.headerCart__txt.active {
  display: block;
}

.burger {
  display: none;
  width: 40px;
  height: 40px;
  border: 1.5px solid var(--base);
  border-radius: 50%;
}

.burger svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--base);
}

.burger__close {
  display: none;
}

.burger.active .burger__ic {
  display: none;
}

.burger.active .burger__close {
  display: block;
}

.footer {
  margin: auto;
  margin-bottom: 0;
  width: 100%;
  background: var(--base);
  padding-top: 60px;
  padding-bottom: 40px;
  color: var(--white);
}

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

.footer__logo {
  width: 118px;
  display: flex;
  align-items: center;
}

.footer__logo img {
  width: 100%;
}

.footer__bottom {
  border-top: 1px solid var(--base-hover);
  padding-top: 24px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 12px;
  color: var(--white60);
}

.footer__bottom a {
  color: var(--white60);
  text-decoration: underline;
}

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

.footerM__it {
  padding: 8px 20px;
  color: var(--white);
}

.footerM__it span {
  position: relative;
}

.footerM__it span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 1.5px;
  background: var(--white);
  opacity: 0;
  transition: 0.25s;
}

.footerSoc {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footerSoc__it {
  width: 40px;
  height: 40px;
  background: var(--base-hover);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footerSoc__it svg {
  width: 24px;
  height: 24px;
  fill: var(--white);
}

.mainContent {
  padding-bottom: 80px;
}

.pageH {
  margin-bottom: 32px;
}

.pageH.lmb {
  margin-bottom: 20px;
}

.pageH__ttl {
  margin-bottom: 12px;
}

.pageH__ttl:last-child {
  margin-bottom: 0;
}

.crumbs {
  color: var(--beige1);
  margin-bottom: 16px;
}

.crumbs a {
  color: var(--base);
}

.section {
  padding: 80px 0;
}

.section.np {
  padding: 0;
}

.section.npt {
  padding-top: 0;
}

.section.npb {
  padding-bottom: 0;
}

.sectionH {
  text-align: center;
  margin-bottom: 60px;
}

.sectionH:last-child {
  margin-bottom: 0;
}

.sectionH__sup {
  font: 500 16px/1.4 var(--font);
  margin-bottom: 16px;
}

.sectionH__sup span {
  position: relative;
}

.sectionH__sup span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 6px);
  transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  background: url("assets/img/icons/section-sup-icon.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.sectionH__ttl {
  margin-bottom: 16px;
}

.sectionH__ttl:last-child {
  margin-bottom: 0;
}

.sectionH__subt {
  color: var(--beige1);
}

.partner {
  background: var(--base-hover);
  border-radius: 24px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}

.partner__img {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 600px;
}

.partner__cnt {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.partner__head {
  text-align: left;
  margin-bottom: 16px;
}

.partner__head .sectionH__sup span {
  padding-left: 20px;
}

.partner__head .sectionH__sup span::before {
  right: auto;
  left: 0;
}

.partner__txt {
  max-width: 640px;
  color: var(--white60);
  margin-bottom: 40px;
}

.hero {
  padding-top: 16px;
  padding-bottom: 80px;
}

.hero__wr {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: 1fr;
}

.hero__head {
  margin: 0;
}

.hero .sectionH__ttl span {
  color: var(--primary);
}

.search {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

.search__popup {
  display: none;
  position: absolute;
  z-index: 10;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  background: var(--white);
  border: 1.5px solid var(--base);
  border-radius: 24px;
  overflow: hidden;
}

.search__list {
  max-height: 400px;
  padding: 4px 0;
  overflow: auto;
}

.search__empty {
  padding: 0 16px;
}

.search.active .searchForm__field {
  background: var(--white);
}

.search.active .search__popup {
  display: block;
}

.searchForm {
  position: relative;
}

.searchForm__field {
  height: 52px;
  background: transparent;
  border: 1.5px solid var(--base);
  border-radius: 500px;
  padding-left: 52px;
}

.searchForm__field::placeholder {
  color: var(--beige1);
}

.searchForm__field:focus {
  background: var(--white);
  border-color: var(--base);
}

.searchForm__ic {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--base);
}

.searchIt {
  min-height: 60px;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  color: var(--base);
}

.searchIt__img {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 10px;
}

.searchIt__img img {
  max-height: 100%;
}

.productsList__tabs {
  margin-bottom: 32px;
}

.productsList__wr {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(6, 1fr);
}

.productsList__btn {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.productsList__btn .btn {
  min-width: 180px;
}

.productCard {
  min-height: 110px;
  background: var(--white);
  border: 1.5px solid var(--white);
  border-radius: 16px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.25s;
}

.productCard__hidden {
  display: none;
}

.productCard__img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 110px;
}

.productCard__txt {
  position: relative;
  z-index: 2;
  font: 500 18px/1.2 var(--font);
  letter-spacing: -0.01em;
  color: var(--base);
}

.productCard__price {
  position: relative;
  z-index: 2;
  margin: auto;
  margin-bottom: 0;
  width: 100%;
  font: 400 14px/1.4 var(--font);
  color: var(--primary);
}

.productCard__price span {
  color: var(--beige1);
}

.productCard:has(.productCard__hidden:checked) {
  border-color: var(--primary);
}

#relatedSectionTitle {
  text-align: left;
  margin-bottom: 24px;
}

#reelsTabs {
  margin-bottom: 32px;
}

.reels__cnt {
  max-height: 650px;
  position: relative;
  overflow: hidden;
}

.reels__cnt::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 148px;
  background: linear-gradient(180deg, rgba(245, 240, 231, 0), #F5F0E7);
}

.reels__cnt.active {
  max-height: unset;
}

.reels__cnt.active::before {
  display: none;
}

.reels__cnt:has(.reelsIt:nth-child(5)) .reels__more {
  display: inline-flex;
}

.reels .reels__cnt.active .reels__more {
  display: none;
}

.reels__wr {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}

.reels__more {
  display: none;
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.reelsIt {
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.reelsIt::before {
  content: "";
  display: block;
  padding-top: 156%;
}

.reelsIt__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.reelsIt__play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reelsFooter {
  min-height: 68px;
  background: var(--white);
  border-radius: 500px;
  padding: 12px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}

.reelsFooter__it {
  display: flex;
  align-items: center;
  gap: 8px;
}

.reelsFooter__it svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--base);
}

.reelsM {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg);
  padding: 12px 32px;
}

.reelsM.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reelsM__close {
  position: absolute;
  z-index: 10002;
  top: 32px;
  right: 32px;
  width: 52px;
  height: 52px;
  background: var(--base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reelsM__close svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--white);
}

.reelsM__head {
  position: absolute;
  top: 32px;
  left: 32px;
}

.reelsM__ttl {
  margin-bottom: 20px;
}

.reelsM__social {
  position: absolute;
  bottom: 32px;
  left: 32px;
}

.reelsM__arrows {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reelsM__arrows.hidden {
  display: none;
}

.reelsM__arrow {
  width: 40px;
  height: 60px;
  background: var(--white);
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reelsM__arrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--base);
}

.reelsMFilter {
  max-width: 450px;
}

.reelsMFilter__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.reelsMFilter__it {
  max-width: 100%;
  min-height: 36px;
  border: 1.5px solid var(--base);
  border-radius: 500px;
  padding: 4px 16px;
  display: inline-flex;
  align-items: center;
  font: 500 16px/1.4 var(--font);
}

.reelsMFilter__it.active {
  background: var(--base);
  color: var(--white);
}

.reelsMFilterH {
  display: none;
  width: 100%;
  height: 36px;
  border: 1.5px solid var(--base);
  border-radius: 12px;
  padding: 4px 12px;
}

.reelsMFilterH__txt {
  width: 100%;
}

.reelsMFilterH__ic {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--base);
  margin-left: 8px;
}

.reelsMSlider {
  width: 507px;
  height: 100%;
}

.reelsMSlider__wr {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.reelsMSlide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reelsMSlide__inner {
  width: min(507px, 55.5555555556vh);
  max-width: 100%;
  max-height: 100%;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.reelsMSlide__inner::before {
  content: "";
  display: block;
  padding-top: 180%;
}

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

.reelsMSlide__unmute {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
}

.reelsMProduct {
  position: absolute;
  z-index: 2;
  bottom: 12px;
  left: 12px;
  width: 300px;
  max-width: 100%;
  background: var(--white);
  border-radius: 12px;
  display: flex;
  align-items: center;
  color: var(--base);
  overflow: hidden;
  opacity: 0;
  transition: 0.25s;
}

.reelsMProduct__img {
  flex-shrink: 0;
  width: 100px;
  display: flex;
  align-items: center;
}

.reelsMProduct__img img {
  width: 100%;
  object-fit: contain;
}

.reelsMProduct__cnt {
  width: 100%;
  padding: 8px;
  padding-left: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reelsMProduct__ttl {
  margin-bottom: 4px;
}

.reelsMProduct__price {
  color: var(--primary);
}

.reelsMProduct__price span {
  color: var(--beige1);
}

.aboutBl__wr {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}

.aboutBl__img {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

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

.aboutBl__head {
  margin-bottom: 24px;
}

.aboutBl__sup {
  color: var(--primary);
  margin-bottom: 12px;
}

.aboutBl__txt {
  margin-bottom: 24px;
}

.aboutBl__txt p {
  margin-bottom: 16px;
}

.aboutBl__txt p:last-child {
  margin-bottom: 0;
}

.aboutBl__advan {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
}

.aboutBlCnts__ttl {
  margin-bottom: 12px;
}

.aboutBlAdvan {
  background: var(--beige-minor);
  border-radius: 16px;
  padding: 16px;
  text-align: center;
}

.aboutBlAdvan__ttl {
  margin-bottom: 4px;
}

.aboutBlAdvan__subt {
  color: var(--base-hover);
}

.benefits {
  display: grid;
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}

.benefitsIt {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.benefitsIt__ic {
  width: 60px;
  height: 60px;
  background: var(--beige-minor);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.benefitsIt__ic img {
  width: 40px;
}

.benefitsIt__ttl {
  max-width: 317px;
  margin-bottom: 8px;
}

.benefitsIt__ttl:last-child {
  margin-bottom: 0;
}

.benefitsIt__subt {
  max-width: 317px;
  color: var(--base-hover);
}

.reviews {
  padding-bottom: 64px;
  position: relative;
  overflow: hidden;
}

.reviews__arrows {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  gap: 8px;
}

.reviewsIt {
  background: var(--beige-minor);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.reviewsIt__txt {
  font-style: italic;
  margin-bottom: 16px;
}

.reviewsIt__txt p {
  margin-bottom: 12px;
}

.reviewsIt__txt p:last-child {
  margin-bottom: 0;
}

.reviewsIt__wr {
  margin: auto;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.reviewsIt__img {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}

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

.reviewsIt__info {
  width: 100%;
}

.reviewsIt__subt {
  color: var(--primary);
}

.reviewsAdvan {
  min-height: 230px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

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

.reviewsAdvan__ttl {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(25, 25, 25, 0), #191919);
  padding: 20px;
  color: var(--white);
}

.faq {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
}

.faq .sectionH__subt {
  max-width: 560px;
}

.faqIt {
  background: var(--beige-minor);
  border: 1px solid var(--beige2);
  border-radius: 16px;
  margin-bottom: 8px;
}

.faqIt:last-child {
  margin-bottom: 0;
}

.faqIt__ttl {
  min-height: 48px;
  padding: 8px 20px;
  padding-right: 52px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.faqIt__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  transform-origin: 50% 550%;
  width: 24px;
  height: 24px;
  background: url("assets/img/icons/faq-plus.svg") no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.25s;
}

.faqIt__txt {
  display: none;
  padding: 0 12px 14px 20px;
  color: var(--beige1);
}

.faqIt__txt p {
  margin-bottom: 12px;
}

.faqIt__txt p:last-child {
  margin-bottom: 0;
}

.faqIt.active .faqIt__ttl::after {
  background-image: url("assets/img/icons/faq-minus.svg");
}

.listen {
  background: var(--beige-minor);
  border-radius: 24px;
  padding: 24px;
}

.listen__wr {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}

.listen__image {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

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

#listenTabs {
  margin-bottom: 24px;
}

#listenTabs:not(:has(.tabs__it:nth-child(2))) {
  display: none;
}

.listenIt {
  background: var(--white);
  border-radius: 16px;
  padding: 20px 16px;
  margin-bottom: 12px;
}

.listenIt:last-child {
  margin-bottom: 0;
}

.listenIt__audio {
  display: none;
}

.listenIt__ttl {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

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

.listenIt__btn {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.listenIt__btn svg {
  width: 24px;
  height: 24px;
  fill: var(--white);
}

.listenIt__btn .pause {
  display: none;
}

.listenIt__line {
  width: 100%;
  display: flex;
  align-items: center;
}

.listenIt__line svg {
  width: 100%;
}

.listenIt__line svg path {
  fill: var(--beige1);
  transform-origin: center;
  transition: transform 0.1s ease;
}

.listenIt__line svg rect {
  transform-origin: center;
  transition: transform 0.1s ease;
}

.listenIt.active .listenIt__btn .play {
  display: none;
}

.listenIt.active .listenIt__btn .pause {
  display: block;
}

.listenIt.active .listenIt__line svg path {
  fill: var(--red);
}

/* Анимация "дыхания" для каждой полоски */

@keyframes breathe1 {
  0%, 100% {
    transform: scaleY(0.6);
  }

  30% {
    transform: scaleY(1);
  }

  60% {
    transform: scaleY(0.3);
  }
}

@keyframes breathe2 {
  0%, 100% {
    transform: scaleY(0.4);
  }

  40% {
    transform: scaleY(0.9);
  }

  70% {
    transform: scaleY(0.7);
  }
}

@keyframes breathe3 {
  0%, 100% {
    transform: scaleY(0.8);
  }

  25% {
    transform: scaleY(0.3);
  }

  55% {
    transform: scaleY(1);
  }

  80% {
    transform: scaleY(0.5);
  }
}

@keyframes breathe4 {
  0%, 100% {
    transform: scaleY(0.5);
  }

  35% {
    transform: scaleY(1);
  }

  65% {
    transform: scaleY(0.2);
  }
}

@keyframes breathe5 {
  0%, 100% {
    transform: scaleY(0.7);
  }

  45% {
    transform: scaleY(0.3);
  }

  75% {
    transform: scaleY(1);
  }
}

@keyframes breathe6 {
  0%, 100% {
    transform: scaleY(0.3);
  }

  30% {
    transform: scaleY(0.8);
  }

  60% {
    transform: scaleY(0.6);
  }
}

@keyframes breathe7 {
  0%, 100% {
    transform: scaleY(0.9);
  }

  30% {
    transform: scaleY(0.4);
  }

  70% {
    transform: scaleY(0.7);
  }
}

/* Применяем анимации к полоскам, когда плеер активен */

.listenIt.active .listenIt__line svg .bar-1 {
  animation: breathe2 0.975s ease-in-out infinite 0.075s;
}

.listenIt.active .listenIt__line svg .bar-2 {
  animation: breathe3 1.125s ease-in-out infinite 0.15s;
}

.listenIt.active .listenIt__line svg .bar-3 {
  animation: breathe4 0.9s ease-in-out infinite 0.12s;
}

.listenIt.active .listenIt__line svg .bar-4 {
  animation: breathe5 1.05s ease-in-out infinite 0.225s;
}

.listenIt.active .listenIt__line svg .bar-5 {
  animation: breathe6 1.125s ease-in-out infinite 0.18s;
}

.listenIt.active .listenIt__line svg .bar-6 {
  animation: breathe7 0.975s ease-in-out infinite 0.3s;
}

.listenIt.active .listenIt__line svg .bar-7 {
  animation: breathe1 1.05s ease-in-out infinite 0s;
}

.listenIt.active .listenIt__line svg .bar-8 {
  animation: breathe2 0.975s ease-in-out infinite 0.075s;
}

.listenIt.active .listenIt__line svg .bar-9 {
  animation: breathe3 1.125s ease-in-out infinite 0.15s;
}

.listenIt.active .listenIt__line svg .bar-10 {
  animation: breathe4 0.9s ease-in-out infinite 0.12s;
}

.listenIt.active .listenIt__line svg .bar-11 {
  animation: breathe5 1.05s ease-in-out infinite 0.225s;
}

.listenIt.active .listenIt__line svg .bar-12 {
  animation: breathe6 1.125s ease-in-out infinite 0.18s;
}

.listenIt.active .listenIt__line svg .bar-13 {
  animation: breathe7 0.975s ease-in-out infinite 0.3s;
}

.listenIt.active .listenIt__line svg .bar-14 {
  animation: breathe1 1.05s ease-in-out infinite 0s;
}

.listenIt.active .listenIt__line svg .bar-15 {
  animation: breathe2 0.975s ease-in-out infinite 0.075s;
}

.listenIt.active .listenIt__line svg .bar-16 {
  animation: breathe3 1.125s ease-in-out infinite 0.15s;
}

.listenIt.active .listenIt__line svg .bar-17 {
  animation: breathe4 0.9s ease-in-out infinite 0.12s;
}

.listenIt.active .listenIt__line svg .bar-18 {
  animation: breathe5 1.05s ease-in-out infinite 0.225s;
}

.listenIt.active .listenIt__line svg .bar-19 {
  animation: breathe6 1.125s ease-in-out infinite 0.18s;
}

.listenIt.active .listenIt__line svg .bar-20 {
  animation: breathe7 0.975s ease-in-out infinite 0.3s;
}

.listenIt.active .listenIt__line svg .bar-21 {
  animation: breathe1 1.05s ease-in-out infinite 0s;
}

.listenIt.active .listenIt__line svg .bar-22 {
  animation: breathe2 0.975s ease-in-out infinite 0.075s;
}

.listenIt.active .listenIt__line svg .bar-23 {
  animation: breathe3 1.125s ease-in-out infinite 0.15s;
}

.listenIt.active .listenIt__line svg .bar-24 {
  animation: breathe4 0.9s ease-in-out infinite 0.12s;
}

.listenIt.active .listenIt__line svg .bar-25 {
  animation: breathe5 1.05s ease-in-out infinite 0.225s;
}

.listenIt.active .listenIt__line svg .bar-26 {
  animation: breathe6 1.125s ease-in-out infinite 0.18s;
}

.listenIt.active .listenIt__line svg .bar-27 {
  animation: breathe7 0.975s ease-in-out infinite 0.3s;
}

.listenIt.active .listenIt__line svg .bar-28 {
  animation: breathe1 1.05s ease-in-out infinite 0s;
}

.listenIt.active .listenIt__line svg .bar-29 {
  animation: breathe2 0.975s ease-in-out infinite 0.075s;
}

.listenIt.active .listenIt__line svg .bar-30 {
  animation: breathe3 1.125s ease-in-out infinite 0.15s;
}

.listenIt.active .listenIt__line svg .bar-31 {
  animation: breathe4 0.9s ease-in-out infinite 0.12s;
}

.listenIt.active .listenIt__line svg .bar-32 {
  animation: breathe5 1.05s ease-in-out infinite 0.225s;
}

.listenIt.active .listenIt__line svg .bar-33 {
  animation: breathe6 1.125s ease-in-out infinite 0.18s;
}

.listenIt.active .listenIt__line svg .bar-34 {
  animation: breathe7 0.975s ease-in-out infinite 0.3s;
}

.listenIt.active .listenIt__line svg .bar-35 {
  animation: breathe1 1.05s ease-in-out infinite 0s;
}

.listenIt.active .listenIt__line svg .bar-36 {
  animation: breathe2 0.975s ease-in-out infinite 0.075s;
}

.listenIt.active .listenIt__line svg .bar-37 {
  animation: breathe3 1.125s ease-in-out infinite 0.15s;
}

.listenIt.active .listenIt__line svg .bar-38 {
  animation: breathe4 0.9s ease-in-out infinite 0.12s;
}

.listenIt.active .listenIt__line svg .bar-39 {
  animation: breathe5 1.05s ease-in-out infinite 0.225s;
}

.listenIt.active .listenIt__line svg .bar-40 {
  animation: breathe6 1.125s ease-in-out infinite 0.18s;
}

.listenIt.active .listenIt__line svg .bar-41 {
  animation: breathe7 0.975s ease-in-out infinite 0.3s;
}

.listenIt.active .listenIt__line svg .bar-42 {
  animation: breathe1 1.05s ease-in-out infinite 0s;
}

.listenIt.active .listenIt__line svg .bar-43 {
  animation: breathe2 0.975s ease-in-out infinite 0.075s;
}

.listenIt.active .listenIt__line svg .bar-44 {
  animation: breathe3 1.125s ease-in-out infinite 0.15s;
}

.listenIt.active .listenIt__line svg .bar-45 {
  animation: breathe4 0.9s ease-in-out infinite 0.12s;
}

.listenIt.active .listenIt__line svg .bar-46 {
  animation: breathe5 1.05s ease-in-out infinite 0.225s;
}

.listenIt.active .listenIt__line svg .bar-47 {
  animation: breathe6 1.125s ease-in-out infinite 0.18s;
}

.listenIt.active .listenIt__line svg .bar-48 {
  animation: breathe7 0.975s ease-in-out infinite 0.3s;
}

.listenIt.active .listenIt__line svg .bar-49 {
  animation: breathe1 1.05s ease-in-out infinite 0s;
}

.listenIt.active .listenIt__line svg .bar-50 {
  animation: breathe2 0.975s ease-in-out infinite 0.075s;
}

.listenIt.active .listenIt__line svg .bar-51 {
  animation: breathe3 1.125s ease-in-out infinite 0.15s;
}

.listenIt.active .listenIt__line svg .bar-52 {
  animation: breathe4 0.9s ease-in-out infinite 0.12s;
}

.listenIt.active .listenIt__line svg .bar-53 {
  animation: breathe5 1.05s ease-in-out infinite 0.225s;
}

.listenIt.active .listenIt__line svg .bar-54 {
  animation: breathe6 1.125s ease-in-out infinite 0.18s;
}

.listenIt.active .listenIt__line svg .bar-55 {
  animation: breathe7 0.975s ease-in-out infinite 0.3s;
}

.listenIt.active .listenIt__line svg .bar-56 {
  animation: breathe1 1.05s ease-in-out infinite 0s;
}

.listenIt.active .listenIt__line svg .bar-57 {
  animation: breathe2 0.975s ease-in-out infinite 0.075s;
}

.listenIt.active .listenIt__line svg .bar-58 {
  animation: breathe3 1.125s ease-in-out infinite 0.15s;
}

.listenIt.active .listenIt__line svg .bar-59 {
  animation: breathe4 0.9s ease-in-out infinite 0.12s;
}

.listenIt.active .listenIt__line svg .bar-60 {
  animation: breathe5 1.05s ease-in-out infinite 0.225s;
}

.listenIt.active .listenIt__line svg .bar-61 {
  animation: breathe6 1.125s ease-in-out infinite 0.18s;
}

.listenIt.active .listenIt__line svg .bar-62 {
  animation: breathe7 0.975s ease-in-out infinite 0.3s;
}

.listenIt.active .listenIt__line svg .bar-63 {
  animation: breathe1 1.05s ease-in-out infinite 0s;
}

.listenIt.active .listenIt__line svg .bar-64 {
  animation: breathe2 0.975s ease-in-out infinite 0.075s;
}

.listenIt.active .listenIt__line svg .bar-65 {
  animation: breathe3 1.125s ease-in-out infinite 0.15s;
}

.listenIt.active .listenIt__line svg .bar-66 {
  animation: breathe4 0.9s ease-in-out infinite 0.12s;
}

.listenIt.active .listenIt__line svg .bar-67 {
  animation: breathe5 1.05s ease-in-out infinite 0.225s;
}

.listenIt.active .listenIt__line svg .bar-68 {
  animation: breathe6 1.125s ease-in-out infinite 0.18s;
}

.listenIt.active .listenIt__line svg .bar-69 {
  animation: breathe7 0.975s ease-in-out infinite 0.3s;
}

.listenIt.active .listenIt__line svg .bar-70 {
  animation: breathe1 1.05s ease-in-out infinite 0s;
}

.listenIt.active .listenIt__line svg .bar-71 {
  animation: breathe2 0.975s ease-in-out infinite 0.075s;
}

.listenIt.active .listenIt__line svg .bar-72 {
  animation: breathe3 1.125s ease-in-out infinite 0.15s;
}

.listenIt.active .listenIt__line svg .bar-73 {
  animation: breathe4 0.9s ease-in-out infinite 0.12s;
}

.listenIt.active .listenIt__line svg .bar-74 {
  animation: breathe5 1.05s ease-in-out infinite 0.225s;
}

.listenIt.active .listenIt__line svg .bar-75 {
  animation: breathe6 1.125s ease-in-out infinite 0.18s;
}

.listenIt.active .listenIt__line svg .bar-76 {
  animation: breathe7 0.975s ease-in-out infinite 0.3s;
}

.listenIt.active .listenIt__line svg .bar-77 {
  animation: breathe1 1.05s ease-in-out infinite 0s;
}

.listenIt.active .listenIt__line svg .bar-78 {
  animation: breathe2 0.975s ease-in-out infinite 0.075s;
}

.listenIt.active .listenIt__line svg .bar-79 {
  animation: breathe3 1.125s ease-in-out infinite 0.15s;
}

.listenIt.active .listenIt__line svg .bar-80 {
  animation: breathe4 0.9s ease-in-out infinite 0.12s;
}

.listenIt.active .listenIt__line svg .bar-81 {
  animation: breathe5 1.05s ease-in-out infinite 0.225s;
}

.listenIt.active .listenIt__line svg .bar-82 {
  animation: breathe6 1.125s ease-in-out infinite 0.18s;
}

.listenIt.active .listenIt__line svg .bar-83 {
  animation: breathe7 0.975s ease-in-out infinite 0.3s;
}

.listenIt.active .listenIt__line svg .bar-84 {
  animation: breathe1 1.05s ease-in-out infinite 0s;
}

.listenIt.active .listenIt__line svg .bar-85 {
  animation: breathe2 0.975s ease-in-out infinite 0.075s;
}

.listenIt.active .listenIt__line svg .bar-86 {
  animation: breathe3 1.125s ease-in-out infinite 0.15s;
}

.listenIt.active .listenIt__line svg .bar-87 {
  animation: breathe4 0.9s ease-in-out infinite 0.12s;
}

.listenIt.active .listenIt__line svg .bar-88 {
  animation: breathe5 1.05s ease-in-out infinite 0.225s;
}

.listenIt.active .listenIt__line svg .bar-89 {
  animation: breathe6 1.125s ease-in-out infinite 0.18s;
}

.listenIt.active .listenIt__line svg .bar-90 {
  animation: breathe7 0.975s ease-in-out infinite 0.3s;
}

.listenIt.active .listenIt__line svg .bar-91 {
  animation: breathe1 1.05s ease-in-out infinite 0s;
}

.listenIt.active .listenIt__line svg .bar-92 {
  animation: breathe2 0.975s ease-in-out infinite 0.075s;
}

.listenIt.active .listenIt__line svg .bar-93 {
  animation: breathe3 1.125s ease-in-out infinite 0.15s;
}

.listenIt.active .listenIt__line svg .bar-94 {
  animation: breathe4 0.9s ease-in-out infinite 0.12s;
}

.listenIt.active .listenIt__line svg .bar-95 {
  animation: breathe5 1.05s ease-in-out infinite 0.225s;
}

.listenIt.active .listenIt__line svg .bar-96 {
  animation: breathe6 1.125s ease-in-out infinite 0.18s;
}

.listenIt.active .listenIt__line svg .bar-97 {
  animation: breathe7 0.975s ease-in-out infinite 0.3s;
}

.listenIt.active .listenIt__line svg .bar-98 {
  animation: breathe1 1.05s ease-in-out infinite 0s;
}

.listenIt.active .listenIt__line svg .bar-99 {
  animation: breathe2 0.975s ease-in-out infinite 0.075s;
}

.listenIt.active .listenIt__line svg .bar-100 {
  animation: breathe3 1.125s ease-in-out infinite 0.15s;
}

.listenIt.active .listenIt__line svg .bar-101 {
  animation: breathe4 0.9s ease-in-out infinite 0.12s;
}

.listenIt.active .listenIt__line svg .bar-102 {
  animation: breathe5 1.05s ease-in-out infinite 0.225s;
}

.listenIt.active .listenIt__line svg .bar-103 {
  animation: breathe6 1.125s ease-in-out infinite 0.18s;
}

.listenIt.active .listenIt__line svg .bar-104 {
  animation: breathe7 0.975s ease-in-out infinite 0.3s;
}

.listenIt.active .listenIt__line svg .bar-105 {
  animation: breathe1 1.05s ease-in-out infinite 0s;
}

.listenIt.active .listenIt__line svg .bar-106 {
  animation: breathe2 0.975s ease-in-out infinite 0.075s;
}

.cart {
  display: flex;
  align-items: flex-start;
}

.cart__products {
  width: 100%;
  background: var(--white);
  border-radius: 24px;
  padding: 8px 20px;
}

.cartIt {
  border-bottom: 1px solid var(--light-grey);
  padding: 12px 0;
  display: flex;
  align-items: center;
}

.cartIt:last-child {
  border-bottom: none;
}

.cartIt__img {
  flex-shrink: 0;
  width: 80px;
  height: 64px;
  border: 1px solid var(--light-grey);
  border-radius: 8px;
  overflow: hidden;
  transition: 0.25s;
}

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

.cartIt__ttl {
  width: 100%;
  padding-left: 12px;
  color: var(--base);
}

.cartIt__cost {
  flex-shrink: 0;
  width: 76px;
  padding-left: 8px;
  text-align: right;
  color: var(--primary);
}

.cartQuantity {
  flex-shrink: 0;
  width: 120px;
  height: 36px;
  background: var(--light-grey);
  border-radius: 500px;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  margin-left: 12px;
}

.cartQuantity__btn {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cartQuantity__btn svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--base);
}

.cartQuantity__btn[disabled] {
  pointer-events: none;
  opacity: 0.4;
}

.cartQuantity__txt {
  width: 100%;
  text-align: center;
  font: 500 12px/1.4 var(--font);
}

.orderSummary {
  flex-shrink: 0;
  width: 40%;
  background: var(--beige-minor);
  border-radius: 24px;
  padding: 24px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
  margin-left: 20px;
}

.orderSummaryInfo {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 1fr;
}

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

.orderSummaryMessage {
  background: var(--beige2);
  border-radius: 10px;
  padding: 12px;
  display: flex;
  align-items: center;
}

.orderSummaryMessage__ic {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.orderSummaryMessage__ic svg {
  width: 100%;
  height: 100%;
}

.orderSummaryMessage__txt {
  width: 100%;
}

.checkoutPageH {
  width: calc(60% - 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkoutPageH__ttl {
  margin: 0;
}

.checkout {
  display: flex;
  align-items: flex-start;
}

.checkout__cnt {
  width: 100%;
}

.checkoutStep {
  background: var(--white);
  border-radius: 24px;
  padding: 24px;
  margin-bottom: 12px;
}

.checkoutStep:last-child {
  margin-bottom: 0;
}

.checkoutStep__ttl {
  margin-bottom: 20px;
}

.checkoutStep__fields {
  display: grid;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(12, 1fr);
}

.checkoutStepField.full {
  grid-column: span 12;
}

.checkoutStepField.half {
  grid-column: span 6;
}

.checkoutStepField.big {
  grid-column: span 8;
}

.checkoutStepField.sm {
  grid-column: span 4;
}

.checkoutStepField__ttl {
  font: 400 14px/1.4 var(--font);
  margin-bottom: 2px;
}

.checkoutStepField__input .iti {
  width: 100%;
}

.textImageBl {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.textImageBl__img {
  border-radius: 16px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.textImageBl__img img {
  width: 100%;
}

.textImageBl__head {
  margin-bottom: 24px;
}

.textImageBl__head .sectionH__sup {
  margin-bottom: 12px;
}

.orderInfoPage {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}

.orderInfoPageIt {
  background: var(--beige-minor);
  border-radius: 24px;
  padding: 32px;
}

.orderInfoPageIt__head {
  margin-bottom: 16px;
}

.orderInfoPageIt__ic {
  width: 50px;
  margin-bottom: 16px;
}

.orderInfoPageIt.dark {
  background: var(--base);
  color: var(--white);
}

.orderInfoPageIt.full {
  grid-column: span 2;
  padding-left: 98px;
  position: relative;
}

.orderInfoPageIt.full .orderInfoPageIt__ic {
  position: absolute;
  top: 32px;
  left: 32px;
}

.orderInfoPageIt.full .orderInfoPageIt__ttl,
.orderInfoPageIt.full .orderInfoPageIt__txt {
  max-width: 1000px;
}

.errorP {
  max-width: 530px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.errorP__img {
  width: 300px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.errorP__img img {
  width: 100%;
}

.errorP__ttl {
  margin-bottom: 20px;
}

.errorP__subt {
  color: var(--beige1);
  margin-bottom: 32px;
}

#productSection {
  padding: 0;
}

.product {
  background: var(--beige-minor);
  border-radius: 24px;
  padding: 10px;
  display: flex;
  margin-bottom: 40px;
}

.product:last-child {
  margin-bottom: 0;
}

.product__images {
  flex-shrink: 0;
  width: 636px;
  margin-right: 32px;
}

.product__cnt {
  width: 100%;
  padding: 16px;
  padding-left: 0;
  display: flex;
  flex-direction: column;
}

.product__ttl {
  margin-bottom: 16px;
}

.product__excerpt {
  margin-bottom: 16px;
}

.product__parts {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr;
  margin-bottom: 16px;
}

.product__controls {
  margin: auto;
  margin-bottom: 0;
  width: 100%;
  display: flex;
}

.product__buynow {
  flex-shrink: 0;
  width: 236px;
  margin-left: 12px;
}

.addToCart {
  width: 100%;
}

.addToCart__add {
  width: 100%;
}

.addToCart__wr {
  display: none;
  width: 100%;
  min-height: 52px;
  background: var(--primary);
  border-radius: 500px;
  overflow: hidden;
}

.addToCart__btn {
  flex-shrink: 0;
  width: 68px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.addToCart__btn svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--white);
}

.addToCart__amount {
  width: 100%;
  padding: 0 8px;
  text-align: center;
  font: 400 16px/1.44 var(--font);
  color: var(--white);
  white-space: nowrap;
}

.addToCart.active .addToCart__add {
  display: none;
}

.addToCart.active .addToCart__wr {
  display: flex;
  align-items: center;
}

.productSubject {
  position: absolute;
  z-index: 5;
  top: 8px;
  left: 8px;
  width: 216px;
  min-height: 110px;
  background: var(--white);
  border: 1px solid var(--grey);
  border-radius: 16px;
  padding: 12px;
  overflow: hidden;
}

.productSubject__img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 110px;
}

.productSubject__txt {
  position: relative;
  z-index: 2;
}

.productImages {
  position: relative;
  overflow: hidden;
}

.productImages__it {
  background: var(--white);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.productImages__it::before {
  content: "";
  display: block;
  padding-top: 79%;
}

.productImages__it > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productImages__pag {
  display: none;
  position: absolute;
  z-index: 5;
  bottom: 10px;
  left: 0;
  width: 100%;
}

.productImages__pag .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: var(--grey);
  border-radius: 50%;
  transition: 0.15s;
}

.productImages__pag .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 500px;
  background: var(--base);
}

.productPreviews {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 8px;
}

.productPreviews:has(.productPreviews__it:nth-child(4)) {
  grid-template-columns: repeat(4, 1fr);
}

.productPreviews__it {
  background: var(--white);
  border: 1px solid var(--white);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.25s;
}

.productPreviews__it::before {
  content: "";
  display: block;
  padding-top: 79%;
}

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

.productPreviews__it.active {
  border-color: var(--base);
}

.productTariffs {
  margin-bottom: 16px;
}

.productTariffs__ttl {
  margin-bottom: 12px;
}

.productTariffs__wr {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(2, 1fr);
}

.productTariff {
  border: 1.5px solid var(--base);
  border-radius: 16px;
  padding: 12px 16px;
  color: var(--base);
}

.productTariff__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px;
}

.productTariff__ttl {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.instrTariff__crown {
  width: 20px;
  height: 20px;
  fill: var(--base);
}

.productTariff__subt {
  width: 100%;
  display: block;
  color: var(--beige1);
  margin-top: 4px;
}

.productTariff.active {
  background: var(--base);
  color: var(--white);
  pointer-events: none;
}

.productTariff.active .instrTariff__crown {
  fill: var(--white);
}

.productTariff.active .productTariff__subt {
  color: var(--white70);
}

.productPart__ttl {
  margin-bottom: 8px;
}

.productPart__wr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 12px;
}

.productPartIt {
  max-width: 100%;
  padding-right: 20px;
  display: flex;
  align-items: center;
  position: relative;
}

.productPartIt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 1px;
  height: 24px;
  background: var(--beige2);
}

.productPartIt:last-child {
  padding-right: 0;
}

.productPartIt:last-child::after {
  display: none;
}

.productPartIt__ic {
  flex-shrink: 0;
  width: auto;
  height: 48px;
  margin-right: 10px;
}

.productPartIt__ic svg {
  width: 100%;
  height: 100%;
}

.productPartIt__txt {
  max-width: 100%;
}

.productContent {
  padding: 40px 0;
}

.productAudioBl {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 48px;
}

.productAudioBl:last-child {
  margin-bottom: 0;
}

.productAudioBl .listenIt {
  padding: 12px 16px;
  padding-bottom: 8px;
  margin: 0;
}

.productInfo__it {
  display: none;
}

.productInfo__it.active {
  display: block;
}

.productInfoTabs {
  background: var(--beige-minor);
  border-radius: 500px;
  padding: 4px;
  margin-bottom: 32px;
}

.productInfoTabs__wr {
  flex-wrap: wrap;
  gap: 4px;
}

.productInfoTabs__it {
  max-width: 100%;
  min-height: 40px;
  background: var(--light-grey);
  border: 1px solid var(--light-grey);
  border-radius: 500px;
  padding: 4px 20px;
  display: inline-flex;
  align-items: center;
}

.productInfoTabs__it.active {
  background: var(--base);
  border-color: var(--base);
  color: var(--white);
}

.productInfoTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.productInfoTitle__arrows {
  flex-shrink: 0;
  display: flex;
  gap: 8px;
  margin-left: 12px;
}

.productInfoTitle__arrows .reviews__arrow.swiper-button-lock {
  display: none;
}

.productInfoTitle__select {
  width: 438px;
}

.productInfoTitle__btn {
  flex-shrink: 0;
  margin-left: 12px;
}

.productDesc {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
}

.productDesc__ttl {
  margin-bottom: 32px;
}

.productDesc__txt {
  margin-bottom: 32px;
}

.productDesc__txt:last-child {
  margin-bottom: 0;
}

.productDesc__info {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 12px;
}

.productDesc__img {
  border-radius: 16px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.productDesc__img img {
  width: 100%;
}

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

.productDescInfo__img {
  flex-shrink: 0;
  width: 48px;
  margin-right: 12px;
}

.productDescInfo__cnt {
  max-width: 100%;
}

.productDescInfo__ttl {
  margin-bottom: 4px;
}

.productDescInfo__ttl:last-child {
  margin-bottom: 0;
}

.productDescInfo__subt {
  color: var(--beige1);
}

.productPartsTable {
  background: var(--beige-minor);
  border: 1px solid var(--beige2);
  border-radius: 16px;
}

.productPartsTable .tr {
  border-bottom: 1px solid var(--beige2);
  display: flex;
}

.productPartsTable .tr:last-child {
  border-bottom: none;
}

.productPartsTable .th {
  width: 100%;
  border-right: 1px solid var(--beige2);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  color: var(--beige1);
}

.productPartsTable .th:first-child {
  flex-shrink: 0;
  width: 260px;
}

.productPartsTable .th:nth-child(2) {
  flex-shrink: 0;
  width: 100px;
  justify-content: center;
}

.productPartsTable .th:last-child {
  border-right: none;
}

.productPartsTable .td {
  border-right: 1px solid var(--beige2);
  padding: 12px 16px;
  display: flex;
  align-items: center;
}

.productPartsTable .td:first-child {
  flex-shrink: 0;
  width: 260px;
}

.productPartsTable .td:nth-child(2) {
  flex-shrink: 0;
  width: 100px;
  padding: 8px 16px;
  justify-content: center;
}

.productPartsTable .td:nth-child(2) img {
  height: 48px;
}

.productPartsTable .td:last-child {
  border-right: none;
}

.productInstr {
  margin-bottom: 32px;
}

.productInstr:last-child {
  margin-bottom: 0;
}

.productInstrVideos__ttl {
  margin-bottom: 20px;
}

.productOrderInfoBl {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.productOrderInfo__head {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.productOrderInfo__ic {
  flex-shrink: 0;
  width: 32px;
  margin-right: 16px;
}

.productOrderInfo__ttl {
  width: 100%;
}

.instr {
  display: grid;
  grid-gap: 60px;
  grid-template-columns: 1fr;
}

.instr__tariffs {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(2, 1fr);
}

.instr__list {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 1fr;
}

.instrH {
  margin-bottom: 16px;
}

.instrH__ttl {
  margin-bottom: 12px;
}

.instrH__ttl:last-child {
  margin-bottom: 0;
}

.instrStepsCols {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 32px;
}

.instrTariff {
  max-width: 100%;
  min-height: 52px;
  border: 1.5px solid var(--base);
  border-radius: 16px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--base);
  cursor: pointer;
  transition: 0.25s;
}

.instrTariff__hidden {
  display: none;
}

.instrTariff__ic {
  width: 20px;
  height: 20px;
  fill: var(--base);
}

.instrTariff:has(.instrTariff__hidden:checked) {
  background: var(--base);
  color: var(--white);
}

.instrTariff:has(.instrTariff__hidden:checked) .instrTariff__ic {
  fill: var(--white);
}

.instrIt {
  width: 100%;
  min-height: 64px;
  background: var(--white);
  border-radius: 16px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
}

.instrIt__ic {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  fill: var(--base);
  margin-right: 12px;
}

.instrIt__ttl {
  width: 100%;
  color: var(--base);
}

.instrIt__btn {
  flex-shrink: 0;
  margin-left: 12px;
}

.instrVideos {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}

.instrVideos__youtube {
  grid-column: span 3;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}

.instrVideos__youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.instrVideos__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instrVideos:has(.instrVideos__youtube) .instrVideos__youtube + .instrVideos__reels .reelsIt {
  height: 100%;
}

.instrVideos:has(.instrVideos__youtube) .instrVideos__youtube + .instrVideos__reels .reelsIt::before {
  display: none;
}

@media (width < 1199px) {
  body {
    font-size: 14px;
    letter-spacing: -0.003em;
  }

  h1,
  .h1 {
    font-size: 29px;
  }

  h2,
  .h2 {
    font-size: 28px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 18px;
  }

  h5,
  .h5 {
    font-size: 14px;
  }

  .t18 {
    font-size: 14px;
  }

  .t18M {
    font-size: 14px;
  }

  .t18M-2 {
    font-size: 16px;
  }

  .t16 {
    font-size: 14px;
  }

  .t16M {
    font-size: 14px;
  }

  .t14 {
    font-size: 12px;
  }

  .t14M {
    font-size: 12px;
  }

  .btn {
    min-height: 40px;
    padding: 4px 20px;
    gap: 6px;
    font-size: 14px;
  }

  .btn__ic {
    width: 20px;
    height: 20px;
  }

  .btn_mobf {
    width: 100%;
  }

  .btn_l {
    min-height: 44px;
    padding: 4px 20px;
  }

  .select__head {
    min-height: 40px;
  }

  .agreement {
    font-size: 12px;
  }

  .textBlock h1,
  .textBlock h2 {
    margin-top: 48px;
    margin-bottom: 24px;
  }

  .textBlock h1:last-child,
  .textBlock h2:last-child {
    margin-bottom: 0;
  }

  .textBlock h1:first-child,
  .textBlock h2:first-child {
    margin-top: 0;
  }

  .textBlock h3,
  .textBlock h4 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .textBlock h3:last-child,
  .textBlock h4:last-child {
    margin-bottom: 0;
  }

  .textBlock h3:first-child,
  .textBlock h4:first-child {
    margin-top: 0;
  }

  .textBlock h5,
  .textBlock h6 {
    margin-top: 24px;
    margin-bottom: 12px;
  }

  .textBlock h5:last-child,
  .textBlock h6:last-child {
    margin-bottom: 0;
  }

  .textBlock h5:first-child,
  .textBlock h6:first-child {
    margin-top: 0;
  }

  .textBlock p {
    margin-bottom: 12px;
  }

  .textBlock ul {
    margin-bottom: 16px;
  }

  .textBlock ul li {
    padding-left: 16px;
  }

  .textBlock ul li::before {
    top: 8px;
    left: 4px;
  }

  .textBlock ol {
    margin-left: 16px;
    margin-bottom: 16px;
  }

  .tabs {
    transform: translate(-16px, 0);
    width: calc(100% + 32px);
    padding: 0 16px;
    overflow: hidden;
  }

  .tabs__wr {
    justify-content: unset;
    flex-wrap: nowrap;
    gap: unset;
  }

  .tabs__it {
    flex-shrink: 0;
    margin-right: 4px;
  }

  .tabs__it:last-child {
    margin-right: 0;
  }

  .playBtn {
    width: 36px;
    height: 36px;
    border-width: 1px;
  }

  .playBtn svg {
    width: 20px;
    height: 20px;
  }

  .social {
    gap: 6px;
  }

  .social__it {
    width: 64px;
    height: 36px;
  }

  .modal {
    border-radius: 20px;
    padding: 20px 16px;
  }

  .modal__close {
    top: 8px;
    right: 8px;
  }

  .outOfStockModal__head {
    justify-content: flex-start;
    gap: 4px;
    margin-bottom: 24px;
  }

  .outOfStockModal__pack {
    width: 80px;
    height: 80px;
    border-radius: 12px;
  }

  .outOfStockModal__cnt {
    text-align: left;
  }

  .outOfStockModal__ttl {
    margin-bottom: 12px;
  }

  .outOfStockModal__txt {
    margin-bottom: 20px;
  }

  .outOfStockModalSubject {
    width: 160px;
    height: 80px;
    border-radius: 12px;
    padding: 10px;
  }

  .outOfStockModalSubject__img {
    width: 80px;
  }

  .header {
    padding: 10px 0;
    margin-bottom: 12px;
  }

  .header__logo {
    width: 80px;
  }

  .headerM {
    display: none;
  }

  .burger {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer__wr {
    display: block;
  }

  .footer__logo {
    width: 100%;
    margin-bottom: 24px;
  }

  .footer__logo img {
    width: 80px;
  }

  .footer__bottom {
    padding-top: 20px;
    margin-top: 24px;
    justify-content: flex-start;
    column-gap: 20px;
    row-gap: 12px;
  }

  .footer__bottom p:first-child {
    width: 100%;
  }

  .footerM {
    display: grid;
    grid-column-gap: 12px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 24px;
  }

  .footerM__it {
    padding: 8px 0;
  }

  .mainContent {
    padding-bottom: 40px;
  }

  .pageH {
    margin-bottom: 24px;
  }

  .pageH.pmb {
    margin-bottom: 12px;
  }

  .pageH__ttl {
    margin-bottom: 8px;
  }

  .crumbs {
    margin-bottom: 8px;
  }

  .section {
    padding: 40px 0;
  }

  .sectionH {
    margin-bottom: 32px;
  }

  .sectionH__sup {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .sectionH__sup span::before {
    width: 12px;
    height: 12px;
  }

  .sectionH__ttl {
    margin-bottom: 12px;
  }

  .partner {
    padding: 24px 16px;
    margin-bottom: 40px;
    text-align: center;
  }

  .partner__img {
    display: none;
  }

  .partner__cnt {
    max-width: 100%;
  }

  .partner__head {
    text-align: center;
    margin-bottom: 12px;
  }

  .partner__txt {
    max-width: 100%;
    font-size: 12px;
    margin-bottom: 20px;
  }

  .partner__cnts .contactsBtns {
    justify-content: center;
  }

  .hero {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .hero__wr {
    grid-gap: 20px;
  }

  .hero__head {
    margin: 0;
  }

  .search {
    width: 100%;
  }

  .search__popup {
    border-radius: 20px;
  }

  .search__empty {
    padding: 0 12px;
  }

  .searchForm__field {
    height: 48px;
    padding-left: 44px;
  }

  .searchForm__ic {
    left: 12px;
  }

  .searchIt {
    min-height: 40px;
    padding: 4px 12px;
  }

  .searchIt__img {
    width: 36px;
    height: 36px;
    border-radius: 4px;
  }

  .productsList__tabs {
    margin-bottom: 20px;
  }

  .productsList__wr {
    grid-gap: 8px;
    grid-template-columns: repeat(3, 1fr);
  }

  #relatedSectionTitle {
    margin-bottom: 20px;
  }

  #reelsTabs {
    margin-bottom: 20px;
  }

  .reels__cnt {
    max-height: 550px;
  }

  .reels__wr {
    grid-gap: 16px;
    grid-template-columns: repeat(3, 1fr);
  }

  .reelsIt {
    border-radius: 16px;
  }

  .reelsFooter {
    padding: 12px 16px;
    margin-top: 20px;
  }

  .reelsFooter__it svg {
    width: 24px;
    height: 24px;
  }

  .reelsM {
    padding: 12px 0;
    padding-top: 48px;
  }

  .reelsM__social,
  .reelsM__arrows {
    display: none;
  }

  .reelsM__close {
    top: 6px;
    right: 16px;
    width: 36px;
    height: 36px;
  }

  .reelsM__close svg {
    width: 20px;
    height: 20px;
  }

  .reelsM__head {
    z-index: 10001;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 48px;
    padding: 6px 16px;
    padding-right: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .reelsM__ttl {
    margin: 0;
  }

  .reelsMFilter {
    max-width: unset;
    width: 160px;
    position: relative;
  }

  .reelsMFilter__list {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    background: var(--bg);
    border: 1px solid var(--beige2);
    border-radius: 8px;
    overflow: hidden;
  }

  .reelsMFilter__it {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--beige2);
    border-radius: 0;
    padding: 4px 12px;
    font-size: 14px;
  }

  .reelsMFilter__it:last-child {
    border-bottom: none;
  }

  .reelsMFilter.active .reelsMFilterH__ic {
    transform: scale(1, -1);
  }

  .reelsMFilter.active .reelsMFilter__list {
    display: block;
  }

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

  .reelsMSlider {
    overflow: hidden;
  }

  .aboutBl__wr {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: unset;
  }

  .aboutBl__cnt {
    display: contents;
  }

  .aboutBl__img {
    order: 3;
    width: 560px;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .aboutBl__img::before {
    content: "";
    display: block;
    padding-top: 73%;
  }

  .aboutBl__head {
    order: 1;
    margin-bottom: 20px;
  }

  .aboutBl__sup {
    margin-bottom: 8px;
  }

  .aboutBl__txt {
    order: 2;
    margin-bottom: 20px;
  }

  .aboutBl__txt p {
    margin-bottom: 12px;
  }

  .aboutBl__advan {
    grid-gap: 8px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .aboutBlCnts {
    order: 4;
  }

  .aboutBlAdvan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 4px;
    text-align: unset;
  }

  .aboutBlAdvan__ttl {
    margin: 0;
  }

  .benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefitsIt__ic {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
  }

  .benefitsIt__ic img {
    width: 36px;
  }

  .benefitsIt__ttl,
  .benefitsIt__subt {
    max-width: 100%;
  }

  .reviews {
    transform: translate(-16px, 0);
    width: calc(100% + 32px);
    padding: 0 16px;
  }

  .reviews__arrows {
    display: none;
  }

  .reviewsIt {
    width: 280px;
    margin-right: 12px;
  }

  .reviewsIt:last-child {
    margin-right: 0;
  }

  .reviewsIt__txt {
    margin-bottom: 12px;
  }

  .reviewsIt__txt p {
    margin-bottom: 8px;
  }

  .reviewsIt__img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .reviewsIt__ttl {
    font-size: 16px;
  }

  .reviewsAdvan {
    width: 280px;
    min-height: 200px;
    margin-right: 12px;
  }

  .reviewsAdvan:last-child {
    margin-right: 0;
  }

  .reviewsAdvan__ttl {
    padding: 16px;
  }

  .faq {
    grid-template-columns: 1fr;
  }

  .faq .sectionH__subt {
    max-width: 100%;
  }

  .faqIt {
    border-radius: 12px;
  }

  .faqIt__ttl {
    padding: 8px 16px;
    padding-right: 52px;
  }

  .faqIt__txt {
    padding: 0 12px 16px 16px;
  }

  .faqIt__txt p {
    margin-bottom: 8px;
  }

  .listen {
    transform: translate(-16px, 0);
    width: calc(100% + 32px);
    padding: 40px 16px;
  }

  .listen__wr {
    grid-gap: 16px;
    grid-template-columns: 1fr;
  }

  .listen__image {
    max-width: 560px;
  }

  .listen__image::before {
    content: "";
    display: block;
    padding-top: 61%;
  }

  #listenTabs {
    margin-bottom: 16px;
  }

  .listenIt {
    padding: 12px;
    padding-bottom: 4px;
    margin-bottom: 8px;
  }

  .listenIt__ttl {
    gap: 6px;
    margin-bottom: 0;
  }

  .listenIt__btn {
    width: 36px;
    height: 36px;
    margin-right: 8px;
  }

  .listenIt__btn svg {
    width: 20px;
    height: 20px;
  }

  .cart {
    display: block;
  }

  .cart__products {
    border-radius: 20px;
    padding: 4px 12px;
    margin-bottom: 12px;
  }

  .cartIt {
    min-height: 76px;
    padding: 8px 0;
    padding-left: 88px;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }

  .cartIt__img {
    position: absolute;
    top: 8px;
    left: 0;
    width: 76px;
    height: 60px;
  }

  .cartIt__ttl {
    order: 1;
    width: 100%;
    padding: 0;
    margin-bottom: 4px;
  }

  .cartIt__cost {
    order: 2;
    flex-shrink: unset;
    width: auto;
    padding: 0;
  }

  .cartQuantity {
    order: 3;
    width: 100px;
    height: 32px;
    padding: 2px 8px;
    margin: 0;
  }

  .orderSummary {
    width: 100%;
    border-radius: 20px;
    padding: 16px;
    grid-gap: 12px;
    margin: 0;
  }

  .orderSummaryInfo {
    grid-gap: 8px;
    font-size: 12px;
  }

  .orderSummaryMessage {
    padding: 8px;
  }

  .orderSummaryMessage__ic {
    width: 28px;
    height: 28px;
    margin-right: 8px;
  }

  .checkoutPageH {
    width: 100%;
  }

  .checkoutPageH__ttl {
    margin: 0;
  }

  .checkout {
    display: block;
  }

  .checkout__cnt {
    margin-bottom: 12px;
  }

  .checkoutStep {
    border-radius: 20px;
    padding: 16px;
  }

  .checkoutStep__ttl {
    margin-bottom: 12px;
  }

  .checkoutStep__fields {
    grid-gap: 8px;
    grid-template-columns: 1fr;
  }

  .checkoutStepField {
    grid-column: unset !important;
  }

  .checkoutStepField__ttl {
    font-size: 12px;
  }

  .textImageBl {
    display: flex;
    flex-direction: column;
    grid-gap: unset;
  }

  .textImageBl__cnt {
    display: contents;
  }

  .textImageBl__head {
    order: 1;
    width: 100%;
    margin-bottom: 24px;
  }

  .textImageBl__img {
    order: 2;
    width: 560px;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .textImageBl__txt {
    order: 3;
  }

  .orderInfoPage {
    grid-gap: 12px;
    grid-template-columns: 1fr;
  }

  .orderInfoPageIt {
    border-radius: 20px;
    padding: 20px;
  }

  .orderInfoPageIt__head {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }

  .orderInfoPageIt__ic {
    flex-shrink: 0;
    width: 40px;
    margin-bottom: 0;
    margin-right: 12px;
  }

  .orderInfoPageIt__ttl {
    width: 100%;
  }

  .orderInfoPageIt.full {
    grid-column: unset;
    padding-left: 20px;
  }

  .orderInfoPageIt.full .orderInfoPageIt__ic {
    position: static;
  }

  .orderInfoPageIt.full .orderInfoPageIt__ttl,
  .orderInfoPageIt.full .orderInfoPageIt__txt {
    max-width: 100%;
  }

  .errorP__img {
    width: 240px;
    margin-bottom: 12px;
  }

  .errorP__ttl {
    margin-bottom: 12px;
  }

  .errorP__subt {
    margin-bottom: 24px;
  }

  #productSection .wrapper {
    padding: 0;
  }

  #productSection .pageH {
    padding: 0 16px;
  }

  .product {
    display: block;
    margin-bottom: 24px;
  }

  .product__images {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .product__cnt {
    padding: 6px;
    padding-top: 0;
  }

  .product__ttl {
    margin-bottom: 12px;
  }

  .product__excerpt {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .product__parts {
    grid-gap: 12px;
    margin: 0;
  }

  .product__controls {
    position: fixed;
    z-index: 50;
    bottom: 0;
    left: 0;
    background: var(--bg);
    padding: 12px 16px;
    margin: 0;
  }

  .product__buynow {
    width: 120px;
    margin-left: 8px;
  }

  .addToCart__wr {
    min-height: 40px;
  }

  .addToCart__btn {
    width: 50px;
    height: 40px;
  }

  .addToCart__btn svg {
    width: 20px;
    height: 20px;
  }

  .addToCart__amount {
    font-size: 14px;
  }

  .productSubject {
    width: 160px;
    min-height: 80px;
    border-radius: 12px;
    padding: 10px;
  }

  .productSubject__img {
    width: 80px;
  }

  .productImages {
    transform: translate(-10px, 0);
    width: calc(100% + 20px);
    padding: 0 10px;
  }

  .productImages__pag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  .productPreviews {
    display: none;
  }

  .productTariffs {
    margin-bottom: 12px;
  }

  .productTariffs__ttl {
    margin-bottom: 6px;
  }

  .productTariffs__wr {
    grid-gap: 6px;
  }

  .productTariff {
    border-radius: 12px;
    padding: 8px 10px;
  }

  .productTariff__head {
    gap: 2px;
  }

  .productTariff__ttl {
    font-size: 14px;
    gap: 4px;
  }

  .instrTariff__crown {
    width: 16px;
    height: 16px;
  }

  .productTariff__subt {
    font-size: 10px;
    margin-top: 2px;
  }

  .productPart__wr {
    column-gap: 8px;
    row-gap: 4px;
  }

  .productPartIt {
    padding-right: 8px;
  }

  .productPartIt::after {
    height: 20px;
  }

  .productPartIt__ic {
    height: 28px;
    margin-right: 6px;
  }

  .productPartIt__txt {
    font-size: 12px;
  }

  .productContent {
    padding-top: 24px;
  }

  .productAudioBl {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 32px;
  }

  .productInfoTabs {
    transform: translate(-16px, 0);
    width: calc(100% + 32px);
    border-radius: 8px;
    padding: 4px 16px;
    margin-bottom: 24px;
    overflow: hidden;
  }

  .productInfoTabs__wr {
    flex-wrap: nowrap;
    gap: unset;
  }

  .productInfoTabs__it {
    min-height: 32px;
    padding: 4px 14px;
    margin-right: 4px;
  }

  .productInfoTabs__it:last-child {
    margin-right: 0;
  }

  .productInfoTitle {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }

  .productInfoTitle__txt {
    width: 100%;
  }

  .productInfoTitle__select {
    width: 100%;
  }

  .productInfoTitle__arrows,
  .productInfoTitle__btn {
    display: none;
  }

  .productDesc {
    grid-gap: 16px;
    grid-template-columns: 1fr;
  }

  .productDesc__ttl,
  .productDesc__txt {
    margin-bottom: 16px;
  }

  .productDesc__info {
    column-gap: 24px;
    row-gap: 8px;
  }

  .productDescInfo__img {
    width: 38px;
    margin-right: 8px;
  }

  .productPartsTable .tr {
    align-items: center;
    flex-wrap: wrap;
  }

  .productPartsTable .tr:first-child {
    display: none;
  }

  .productPartsTable .td {
    border: none;
    padding: 8px 16px;
  }

  .productPartsTable .td:first-child {
    order: 2;
    width: calc(100% - 70px);
    padding: 8px;
  }

  .productPartsTable .td:nth-child(2) {
    order: 1;
    width: 70px;
    height: 52px;
    padding: 0;
    padding-bottom: 4px;
    align-items: flex-end;
  }

  .productPartsTable .td:nth-child(2) img {
    height: 40px;
  }

  .productPartsTable .td:last-child {
    order: 3;
    width: 100%;
  }

  .productInstr {
    margin-bottom: 24px;
  }

  .productInstrVideos__ttl {
    margin-bottom: 16px;
  }

  .productOrderInfoBl {
    padding-right: 20px;
    grid-gap: 16px;
    grid-template-columns: 1fr;
  }

  .productOrderInfo__head {
    margin-bottom: 12px;
  }

  .productOrderInfo__ic {
    width: 28px;
    margin-right: 12px;
  }

  .instr {
    grid-gap: 40px;
  }

  .instrH__subt {
    font-size: 12px;
  }

  .instrStepsCols {
    grid-template-columns: 1fr;
    margin-bottom: 16px;
  }

  .instrTariff {
    min-height: 40px;
    border-radius: 12px;
    padding: 4px 12px;
    gap: 4px;
  }

  .instrTariff__ic {
    width: 16px;
    height: 16px;
  }

  .instrIt {
    min-height: 58px;
    border-radius: 12px;
    padding: 12px;
  }

  .instrIt__ic {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }

  .instrIt__btn {
    width: 32px;
    height: 32px;
    margin-left: 8px;
  }

  .instrIt__btn .btn__txt {
    display: none;
  }

  .instrVideos {
    grid-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .instrVideos__youtube {
    grid-column: span 2;
    border-radius: 16px;
  }

  .instrVideos__reels {
    grid-column: span 2;
  }

  .instrVideos:has(.instrVideos__reels:nth-child(2)) .instrVideos__reels {
    grid-column: unset;
  }

  .instrVideos:has(.instrVideos__youtube) .instrVideos__youtube + .instrVideos__reels .reelsIt {
    height: auto;
  }

  .instrVideos:has(.instrVideos__youtube) .instrVideos__youtube + .instrVideos__reels .reelsIt::before {
    display: block;
  }

  .instrVideos:has(.instrVideos__youtube):has(.instrVideos__reels:nth-child(2)) .instrVideos__reels {
    grid-column: span 2;
  }

  .instrVideos:has(.instrVideos__youtube):has(.instrVideos__reels:nth-child(3)) .instrVideos__reels {
    grid-column: unset;
  }
}

@media (hover: hover) and (pointer: fine) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  a:hover {
    color: var(--primary-hover);
  }

  .btn:hover {
    background: var(--primary-hover);
    color: var(--white);
  }

  .btn_bor:hover {
    background: var(--primary);
    color: var(--white);
  }

  .btn_bor:hover .btn__ic svg {
    fill: var(--white);
  }

  .btn_bor:hover .btn__ic.stroke svg {
    fill: none;
    stroke: var(--white);
  }

  .btn_blackbor:hover {
    background: var(--base);
    color: var(--white);
  }

  .btn_blackbor:hover .btn__ic svg {
    fill: var(--white);
  }

  .btn_blackbor:hover .btn__ic.stroke svg {
    fill: none;
    stroke: var(--white);
  }

  .btn_white:hover {
    background: transparent;
    color: var(--white);
  }

  .btn_white:hover .btn__ic svg {
    fill: var(--white);
  }

  .btn_white:hover .btn__ic.stroke svg {
    fill: none;
    stroke: var(--white);
  }

  .btn_white2:hover {
    background: var(--base);
    color: var(--white);
  }

  .btn_white2:hover .btn__ic svg {
    fill: var(--white);
  }

  .btn_white2:hover .btn__ic.stroke svg {
    fill: none;
    stroke: var(--white);
  }

  .arrow:hover {
    background: var(--base);
  }

  .arrow:hover svg {
    stroke: var(--white);
  }

  input:hover {
    border-color: var(--base);
  }

  .selectIt:hover {
    background: var(--white);
  }

  .tabs__it:not(.active):hover {
    background: var(--white);
  }

  .social__it:hover {
    background: var(--base);
  }

  .social__it:hover svg {
    fill: var(--white);
  }

  .modal__close:hover {
    background: var(--base);
  }

  .modal__close:hover svg {
    stroke: var(--white);
  }

  .headerM__it:hover {
    color: var(--base-hover);
  }

  .headerM__it:hover span::after {
    width: 100%;
    opacity: 1;
  }

  .headerCart:hover {
    background: var(--base-hover);
    color: var(--white);
  }

  .footer__bottom a:hover {
    color: var(--white);
  }

  .footerM__it:hover {
    color: var(--white);
  }

  .footerM__it:hover span::after {
    width: 100%;
    opacity: 1;
  }

  .footerSoc__it:hover {
    transform: scale(1.1);
    background: var(--white);
  }

  .footerSoc__it:hover svg {
    fill: var(--base);
  }

  .crumbs a:hover {
    color: var(--primary);
  }

  .productCard:hover {
    transform: scale(1.06);
    border-color: var(--beige2);
  }

  .reelsIt:hover .reelsIt__img {
    transform: scale(1.05);
  }

  .reelsIt:hover .playBtn {
    transform: scale(1.2);
  }

  .reelsM__close:hover {
    background: var(--primary-hover);
  }

  .reelsM__arrow:hover {
    background: var(--base);
  }

  .reelsM__arrow:hover svg {
    stroke: var(--white);
  }

  .reelsMFilter__it:not(.active):hover {
    background: var(--beige2);
    border-color: var(--base-hover);
  }

  .reelsMSlide__inner:hover .reelsMProduct {
    opacity: 1;
  }

  .reelsMProduct:hover {
    transform: scale(1.03);
  }

  .faqIt__ttl:hover::before {
    transform: scale(1.1);
  }

  .listenIt__btn:hover {
    transform: scale(1.075);
  }

  .cartIt__img:hover {
    transform: scale(1.05);
  }

  .cartQuantity__btn:hover svg {
    transform: scale(1.2);
  }

  .addToCart__btn:hover {
    background: var(--primary-hover);
  }

  .addToCart__btn:hover svg {
    transform: scale(1.2);
  }

  .productPreviews__it:not(.active):hover {
    transform: scale(1.035);
    border-color: var(--beige2);
  }

  .productTariff:not(.active):hover {
    background: var(--white);
    color: var(--base);
  }

  .productInfoTabs__it:not(.active):hover {
    border-color: var(--base);
  }

  .instrTariff:not(:has(.instrTariff__hidden:checked)):hover {
    background: var(--white);
  }
}

@media (width < 767px) {
  .contactsBtns {
    display: grid;
    grid-gap: 8px;
    grid-template-columns: 1fr;
  }

  .contactsBtns__it {
    min-width: unset;
  }

  .footerM {
    grid-template-columns: repeat(2, 1fr);
  }

  .footerSoc {
    gap: 6px;
  }

  .footerSoc__it {
    width: 100%;
    height: 36px;
    border-radius: 500px;
  }

  .productsList__wr {
    grid-gap: 6px;
    grid-template-columns: repeat(2, 1fr);
  }

  .productCard {
    min-height: 80px;
    border-radius: 12px;
    padding: 10px;
  }

  .productCard__img {
    width: 80px;
  }

  .productCard__txt {
    font-size: 14px;
  }

  .productCard__price {
    font-size: 12px;
  }

  .reels__wr {
    grid-gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }

  .reelsFooter {
    min-height: auto;
    border-radius: 20px;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }

  .reelsFooter__it:first-child {
    order: 1;
  }

  .reelsFooter__it:last-child {
    order: 2;
  }

  .reelsFooter__soc {
    order: 3;
  }

  .reelsM {
    padding-bottom: 0;
  }

  .reelsMSlider {
    width: 100%;
  }

  .reelsMSlide__inner {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .reelsMSlide__inner::before {
    display: none;
  }

  .reelsMSlide__unmute {
    top: 8px;
    right: 8px;
  }

  .reelsMProduct {
    bottom: 8px;
    left: 8px;
    width: 240px;
    opacity: 1;
  }

  .reelsMProduct__img {
    width: 80px;
  }

  .aboutBlCnts {
    width: 100%;
  }

  .benefits {
    grid-gap: 40px;
    grid-template-columns: 1fr;
  }

  .productAudioBl {
    grid-gap: 8px;
    grid-template-columns: 1fr;
  }

  .productAudioBl .listenIt {
    padding: 12px;
    padding-bottom: 4px;
  }
}

@media (width >= 1199px) {
  .sectionH_l {
    text-align: left;
  }

  .sectionH_l .sectionH__sup span {
    padding-left: 22px;
  }

  .sectionH_l .sectionH__sup span::before {
    right: auto;
    left: 0;
  }

  .partner__head .sectionH__sup span {
    padding-left: 22px;
  }

  .partner__head .sectionH__sup span::before {
    right: auto;
    left: 0;
  }
}

@media (width < 1599px) {
  .reelsMFilter__list {
    flex-direction: column;
    align-items: flex-start;
  }
}