

/* Start:/local/templates/me/css/style.css?174532942055681*/
/* Подключение шрифтов */
@font-face {
  font-family: "Helvetica";
  font-display: swap;
  src: url("/local/templates/me/css/../fonts/Helvetica Light Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("/local/templates/me/css/../fonts/icons.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Стили иконок */
[class*=_icon-]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
header .menu__link,
footer .footer-link{
  position: relative;
}
header .menu__link::after ,
footer .footer-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: black;
  transition: width 0.3s ease, left 0.6s ease;
}

header .menu__link:hover::after ,
footer .footer-link:hover::after {
  width: 100%;
  left: 0;
}

header .menu__link:not(:hover)::after ,
footer .footer-link:not(:hover)::after {
  left: auto;
  right: 0;
  width: 0;
}
footer .footer-link::after {
  background-color: var(--main-color-white);
}

._icon-Icon-24-telephone:before {
  content: "\e900";
}

._icon-Icon-24-Instagram:before {
  content: "\e901";
}
form button.button-text-14 {
  width: max-content;
  min-width: 99px;
  margin: 0 auto;
}
._icon-Icon-24-download:before {
  content: "\e902";
}

._icon-Icon-24-gps .path1:before {
  content: "\e903";
  color: rgb(0, 0, 0);
}

._icon-Icon-24-gps .path2:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

._icon-Icon-24-edit:before {
  content: "\e905";
}

._icon-Icon-24-admin:before {
  content: "\e906";
}

._icon-Icon-16-check:before {
  content: "\e907";
}

._icon-Icon-16-download:before {
  content: "\e908";
}

._icon-Icon-16-left:before {
  content: "\e909";
}

._icon-Icon-24-plus-1:before {
  content: "\e90a";
}

._icon-Icon-16-right:before {
  content: "\e90b";
}

._icon-Icon-16-link:before {
  content: "\e90c";
}

._icon-Icon-24-Up:before {
  content: "\e90d";
}

._icon-Icon-24-upload:before {
  content: "\e90e";
}

._icon-Icon-24-Telegram:before {
  content: "\e90f";
}

._icon-Icon-24-Down:before {
  content: "\e910";
}

._icon-Icon-24-document:before {
  content: "\e911";
}

._icon-Icon-24-Youtube:before {
  content: "\e912";
}

._icon-Icon-24-plus:before {
  content: "\e913";
}

._icon-Icon-24-Loading:before {
  content: "\e914";
}

/* Основные стили */
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  min-width: 320px;
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  width: 100%;
  font-size: 14px;
  color: #000;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
textarea,
a {
  font-family: inherit;
  font-family: "Helvetica", sans-serif;
  font-size: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  background-color: inherit;
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  text-transform: uppercase;
}

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

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

/* .wrapper > * {
  min-width: 0;
  position: relative;
  z-index: 3;
} */

:root {
  --main-color-white: #FFFFFF;
  --main-color-dark: #000000;
  --main-color-bg_color: #FEFEFE;
  --main-color-black: #242424;
  --main-color-light_gray: #F9F9F9;
  --main-color-gray_for_text: #5A5A5A;
  --secondary-color-purple: #7170A7;
  --secondary-color-dark_blue: #0C2047;
  --secondary-color-beige: #FFFBF5;
  --alert-color-rose: #F94242;

}

[class*=__container] {
  max-width: 1220px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

.remember-block{
  display: flex;
  align-items: self-start;
  gap: 10px;
}

/* стили для классов которые часто используются  */
.input-main,
textarea {
  padding: 18px 16px;
  width: 100%;
  background: #F9F9F9;
  border: 1px solid #FFFFFF4D;
  backdrop-filter: blur(4px);
  /* outline: none; */
  border-radius: 20px;
}

.input-main.input-code {
  width: 39px;
  border-radius: 4px;
  padding: 11px;
  outline: none;
  border: 2px solid var(--main-color-white);
  transition: all 0.3s ease 0s;
}

.input-main.input-code:hover,
.input-main.input-code:focus {
  border-color: #707070;
  border: 2px solid #707070;
}

.input-main.input-code.filled {
  border: 2px solid #707070;
}

.input-block.code-input.error input {
  color: var(--alert-color-rose);
}

.text-button.text-button-border {
  border: 1px solid var(--main-color-white);
}

.input-block label {
  margin-left: 20px;
}

.input-block span {
  display: none;
  text-align: start;
  margin-top: 4px;
}

.input-block.error label,
.input-block.error span {
  color: var(--alert-color-rose);
  display: block;
}

.input-main::placeholder {
  font-size: 14px;
  line-height: 18.48px;
  transition: all 0.3s ease 0s;
  color: #9E9E9E;
}

.input-main:hover::placeholder {
  color: #000000;
}

/* стили для классов которые часто используются  */
.code-container {
  text-align: start;
}

/* Стили для кнопок */
.text-button.button-white {
  background: var(--main-color-light_gray);
  color: var(--main-color-black);
  width: max-content;
  padding: 14px 13px 12px 13px;
}

.text-button:hover.button-white {
  background: var(--main-color-black);
  color: var(--main-color-white);
}

.text-button {
  background: var(--main-color-black);
  padding: 12px 13px;
  letter-spacing: 0.4px;
  font-size: 16px;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  border-radius: 10px;
  color: var(--main-color-white);
}

.text-button.tbf {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row-reverse;
  margin: 0 auto;
  margin-top: 30px;
  width: max-content;
}

.text-button:disabled {
  background: #9E9E9E;
}

.text-button.button-white:disabled {
  color: var(--main-color-white);
}

.text-button:hover {
  background: var(--main-color-dark);
}

/* Стили для кнопок */
/* Текстовые стили */
h1 {
  /* font-size: 40px; */
  font-size: clamp(40px, 2vw, 46px);

  font-weight: 300;
  line-height: 43.2px;
}

.h1-40-2 {
  font-weight: 600;
  font-style: italic;
}

h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 41.4px;
}

.h2-36-2 {
  font-weight: 600;
  font-style: italic;

}

h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 39px;
}

.h3-32-2 {
  font-weight: 600;
  font-style: italic;
}

p {
  letter-spacing: 0.4px;
  font-family: "Helvetica", sans-serif;
}

a {
  letter-spacing: 0.4px;
}

.p2-24 {
  font-size: 28px;
  font-style: italic;
  text-transform: uppercase;
  line-height: 132%;
  font-weight: 400;
}

.p2-24-1 {
  font-size: 24px;
  font-weight: 700;
}

.text-20 {
  font-size: 20px;
}

.text-20-1 {
  font-size: 20px;
  text-transform: uppercase;
}

.text-18 {
  font-size: 18px;
  line-height: 20.7px;
}

.text-16,
.text-16-2 {
  font-size: 16px;
  line-height: 21.12px;
}

.text-16-2 {
  font-weight: 600;
}

.text-14-1 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18.48px;
}

.text-14-2 {
  font-size: 14px;
  line-height: 18.48px;
  font-weight: 400;
}

button.button-text-14 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 18.48px;
}

.small-text-12-1,
.small-text-12-2,
.small-text-12-3 {
  line-height: 15.84px;
  font-size: 12px;
}

.small-text-12-1,
.small-text-12-2 {
  text-transform: uppercase;
}

.small-text-12-1 {
  font-weight: 600;
}

/* Текстовые стили */

.main {
  display: flex;
  flex-direction: column;
  text-align: start;
  justify-content: start;
}


/* стили header */
header {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ffffff00;
  border-radius: 0 0 40px 40px;
}

.menu__list {
  display: flex;
}

.header__menu .small-text-12-2 {
  padding: 12px 10px;
  display: block;
  align-items: center;
}

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

.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.header__menu .menu__icon {
  display: none;
}

.text-button.button-icon {
  padding: 8px;
}

.text-button.button-icon::before {
  font-size: 24px;
}

/* стили header */
/* стили для footer */

footer {
  background: var(--main-color-black);
  padding: 34px 32px 32px 27px;
}

.footer__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.footer__menu div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px;
  justify-content: space-between;
}

.footer__menu a {
  color: var(--main-color-white);
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 9.5px 0;
}

.footer__menu a::before {
  font-size: 24px;
}

.footer__menu div div {
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer__bottom {
  flex-wrap: wrap;
  gap: 15px;
  display: flex;
  align-items: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 0.5px solid #FFFFFF;
  justify-content: space-between;
}

.footer__bottom p {
  color: var(--main-color-white);
}

/* стили для footer */

/* секции */
.brand-showcase__container {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: space-between;
}

.brand-showcase__content {
  width: 100%;
  max-width: 555px;
  text-align: start;

}

.brand-showcase__content>p {
  max-width: 413px;
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 20px;
}

.brand-showcase__content form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.brand-showcase__content form p {
  text-align: start;
}

.brand-showcase__content form a {
  text-align: end;
}

.brand-showcase__content form label {
  text-align: start;
  color: #B6B3B1;
  position: relative;
  margin-bottom: 4px;
}

.input-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.brand-showcase__preview {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.brand-showcase__preview div {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

.brand-showcase__preview div h1 {
  color: var(--main-color-light_gray);
}

.brand-showcase__preview div p {
  color: #FFFFFFCC;
  max-width: 309px;
}

.brand-showcase__preview div button {
  max-width: 147px;
}

.brand-showcase {
  padding: 80px 0;
}
.brand-showcase.bs-2 input::placeholder{
  color: var(--main-color-black);
}
/*  */
#site-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  z-index: 1000;
  transition: all 0.6s ease;
}

#site-header.sticky {
  padding-top: 20px;
  padding-bottom: 20px;
  background: var(--main-color-white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/*  */
.input-block__dubl {
  flex-direction: row;
  gap: 20px;
}

.input-block>div {
  width: 100%;
}

.input-content {
  flex-direction: column;
  display: flex;
  width: 100%;
  position: relative;
}

.select-input {
  position: relative;
}

.select-input::before {
  position: absolute;
  right: 15px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: var(--main-color-black);
}

.select-input.active::before {
  transform: translateY(-50%) rotate(180deg);
}

.select-input select {
  width: 100%;
  cursor: pointer;
  appearance: none;
  /* Убираем стандартную стрелку */
  -webkit-appearance: none;
  -moz-appearance: none;
}

option {
  padding: 10px;
  background-color: white;
  color: black;
}

/*  */



.selected {
  cursor: pointer;
}


.options {
  display: block;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  height: 280px;
  z-index: 10;
  border-radius: 20px;
  margin-top: -30px;
  padding: 0;
  list-style: none;
}
.select-input.active .options {
  opacity: 1;
  visibility: visible;
  overflow: auto;
  height: 280px;
  margin-top: 10px;
}

.options li {
  padding: 12px;
  cursor: pointer;
  transition: background 0.3s;
  color: var(--main-color-black);
}

.options li:first-child {
  border-radius: 20px 20px 0 0;
}

.options li:last-child {
  border-radius: 0 0 20px 20px;
}

.options li:hover {
  background: #eee;
}

/*  */
.input-file {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.input-file p {
  color: var(--main-color-black);

}

.input-file::before {
  color: var(--main-color-black);
  font-size: 24px;
}

.input-file input {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
}


/*  */
.custom-checkbox.error {}

.custom-checkbox div {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.custom-checkbox span {
  display: none;
  margin-left: 30px;
  color: var(--alert-color-rose);
}

.custom-checkbox.error span {
  display: block;
}

.checkbox-input {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  height: 100%;
  opacity: 0;
}

.checkbox-icon {
  width: 20px;
  height: 20px;
  border: 1px solid var(--main-color-black);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, border-color 0.3s;
  position: relative;
}

.custom-checkbox.error .checkbox-icon {
  border-color: var(--alert-color-rose);
}

.checkbox-icon:hover {
  border: 1px solid #9E9E9E;
}

.checkbox-icon:disabled {
  border: 1px solid var(--main-color-gray_for_text);
}

/* Галочка */
.checkbox-icon::before {
  color: inherit;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: 50%;
  top: 50%;
  color: var(--main-color-black);
  opacity: 0;
  transform: translate(-50%, -50%);
}

.checkbox-icon::before:hover {
  color: #9E9E9E;
}

.custom-checkbox a {
  text-decoration: underline;
  z-index: 3;
  position: relative;
}

/* Активное состояние */
.checkbox-input:checked+.checkbox-icon {
  border-color: var(--main-color-black);
}

.checkbox-input:checked+.checkbox-icon::before {
  opacity: 1;
}

.brand-showcase__preview._2 div {
  margin-bottom: 87.5px;
}


/* loock */
.loock-block {
  display: flex;
  justify-content: center;
  grid-gap: 10px;
}

.loock-block div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.loock h2 {
  text-align: center;
  margin-top: 73px;
  margin-bottom: 40px;
}

.loock {
  padding-bottom: 40px;
}

.loock .loock__container {

}

/* loock */

/* info */
.info .info__container {
  max-width: 945px;
}

/* info */

/* input-file__img */
.input-file__img {
  width: 100%;
}

.input-file__img>div {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}

.input-file__img>div i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--main-color-black);
  color: var(--main-color-white);
  font-size: 24px;
}

.input-file__img>div>div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.info__work {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
  margin-bottom: 20px;
}

.info__work textarea {
  height: 100px;

  resize: none;

}

.label-color {
  text-align: start;
  color: #B6B3B1;
  position: relative;
  margin-bottom: 4px;
  display: block;
}

._icon-Icon-24-edit {
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 3;
  transform: translateY(-50%);
}

.info__user {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}

.input-file i {
  font-size: 24px;
}

.input-file-noback div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.input-file-noback {
  background: transparent;
}

/* input-file__img */

/* user__prewies-work */
.user__prewies-work {
  margin-bottom: 40px;
}

.user__prewies-work>p {
  margin-bottom: 18px;
}

.prewies-work__block div {
  display: flex;
  margin-bottom: 8px;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

/* .user__prewies-work .prewies-work__block img{
  margin-bottom: 18px;
} */
/* user__prewies-work */

/* header__user */
.header__user {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
}

.header__user div {
  display: flex;
  flex-direction: column;
}

.header__user div .text-18 {
  line-height: 24.59px;
}

.header__user div .text-14-2 {
  line-height: 19.12px;
}

.header__user img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

/* header__user */
/* секции */


/* стили для главной страницы */

.brand-showcase_2 {
  position: relative;
  width: 100%;
}

.brand-showcase_2 img {
  width: 100%;
  max-width: 100%;
}

.brand-showcase__icons {
  position: absolute;
  right: 30px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.icon-main a {
  width: 40px;
  display: block;
  height: 40px;
  border-radius: 50%;
  background: var(--main-color-black);
  position: relative;
  transition: all 0.3s ease 0s;
}

.icon-main a:hover {
  background: var(--main-color-dark);

}

.icon-main a[aria-disabled="false"] {
  background: #9E9E9E;
}

.icon-main a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
}

.loock-2 {
  margin-top: 64px;
}

.loock-2 .loock__container {

}

.loock-2 button {
  margin: 0 auto;
  width: 100%;
  display: flex;
  margin-top: 32px;
  max-width: max-content;
}

.preview-link {
  color: #00000099;
  margin-bottom: 32px;
}

/* .brend */
.brend__slider.swiper{
  display: none;
  overflow: inherit;
}
.brend__top-info h3 {
  margin-bottom: 20px;
  color: var(--main-color-gray_for_text);
}

.brend__top-info h3 span {
  color: var(--main-color-dark);
}

.brend__top {
  display: flex;
  padding-top: 32px;
  max-width: 1070px;
  column-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.brend__top>div {
  width: 100%;
  max-width: 873px;
}

.brend__top>div p {
  color: #000000CC;
  width: 100%;
  max-width: 484px;
}

/* .brend */

/* coloring */
.brend__top-info.bti-2 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  align-items: end;
  max-width: 100%;
}

.brend__top-info.bti-2 h3 {
  margin-bottom: 0;
}

.brend__top-info.bti-2 button {
  height: max-content;
}
.coloring__cart .text-16{
  max-width: 538px;
}
.coloring__block {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 30px;
  /* max-width: 1220px; */
  gap: 20px;
}

.coloring {
  margin-top: 64px;
}

.coloring__cart {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 18px;
}

.c-c__block {
  padding: 23px 32px 29px 32px;
  border-radius: 20px;
  background: var(--main-color-light_gray);

}

.c-c__block .p2-24 {
  margin-bottom: 20px;
}

.c-c__block .text-16 {
  width: 100%;
  max-width: 312px;
}

/* coloring */

/* coding */

.coding__block {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 40px;
  gap: 16px;
}

.cd-cart__name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  gap: 20px;
}

.cd-cart.wfix {
  max-width: 30%;
  min-width: auto;
}

.cd-cart {
  min-height: 228px;
  border-radius: 20px;
  max-width: 30%;
  padding: 8px;
  background: var(--main-color-light_gray);
  width: 100%;
  min-width: 222px;
}

.cd-cart__color {
  display: block;
  height: 100%;
  min-height: 179px;
  width: 100%;
  border-radius: 9px;
}

.ccc-1 {
  background: #F4D2A3;
}

.ccc-2 {
  background: #0C2047;
}

.ccc-3 {
  background: #7170A7;
}

.coding__block .icon-main a {
  width: 28px;
  height: 28px;
}
.example__cart .small-text-12-3{
  line-height: 9px;
}
.coding__block .icon-main a i {
  font-size: 18px;
}

.preview-link.pl-20 {
  margin-bottom: 28px;
  /* text-transform: uppercase; */
}

.coding {
  margin-top: 64px;
}

/* coding */

/* dye */
.dye__info {
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
  gap: 12px;
}

.dye__info div {
  width: 100%;
  border-radius: 10px;
  background: var(--main-color-light_gray);
  text-align: center;
  gap: 4px;
  flex-direction: column;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dye__block {
  display: flex;
  gap: 28px;

}

.dye__cart {
  width: 100%;
  border-radius: 20px;
  background: var(--main-color-light_gray);
  padding: 8px;
}

.dye__cart .p2-24 {
  margin: 12px 0;
}

.dye {
  margin-top: 64px;
}

/* dye */

/* color */
.color {
  margin-top: 32px;
}

.color__body > div {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.brend__top-info {
  flex: 1;
}
.brend .bbt-text-info .brend__top-info{
  flex: none;
}
.brend .bbt-text-info h3{
  margin-bottom: 0;
}
.ci__block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: end;
}

.ci__cart {
  border-radius: 20px;
  background: var(--main-color-light_gray);
  padding: 12px 20px;
}

.ci__cart .text-16 {
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 8px;
}

.color__info h3 {
  font-size: 22px;
  line-height: 27px;
}

.color__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  /* height: 100%; */
}

.color__img {
  width: 100%;
  max-width: 792px;
}

/* color */

/* care */
.care {
  margin-top: 64px;
}

.care__prew {
  margin-top: 30px;
  margin-bottom: 64px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
  align-items: normal;

}

.care__prew-cart {
  padding: 8px;
  background: var(--main-color-light_gray);
  max-width: 100%;
  width: 100%;
  border-radius: 20px;
}

.care__prew-cart .p2-24 {
  padding: 12px 0;
  width: 50%;
}
.care__prew-cart img{
  width: 100%;
}
/* care */

/* kit */
.kit__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow: auto;
  align-items: center;
  gap: 16px;
}

.kc-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.kit__cart {
  background: var(--main-color-light_gray);
  padding: 8px;
  border-radius: 20px;
  transition: all 0.5s ease 0s;
}

.kc-info a {
  width: 32px;
  height: 32px;
}

.kc-info a i {
  font-size: 16px;
}

.kit__cart:hover {
  background: var(--main-color-black);
}

.kit__cart:hover .kc-info a {
  background: var(--main-color-white);
}

.kit__cart:hover .kc-info a i {
  color: var(--main-color-dark);
}

.kc-info .small-text-12-2 {
  transition: all 0.5s ease 0s;
}

.kit__cart:hover .kc-info .small-text-12-2 {
  color: #fff;
}

/* kit */

/* servis */
.servis {
  margin-top: 63px;
}

.servis__body {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.servis__block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.sb__cart {
  width: 100%;
  max-width: 275px;
  border-radius: 20px;
  cursor: pointer;
  background: var(--main-color-light_gray);
  padding: 8px;
}

.sb__cart-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 12px;
}

.servis__block.sb-2 {
  margin-top: 20px;
}

.sb__cart img {
  border-radius: 9px;
  transition: all 0.3s ease 0s;
}

.sb__cart .small-text-12-3 {
  margin-top: 12px;
  display: block;
}

.sb__cart-img {
  width: 259px;
  position: relative;
  overflow: hidden;
  border-radius: 9px;
}

.sb__cart:hover .sb__cart-img img {
  transform: scale(1.11);
}

/* servis */

/* brend */
.brend{
  border-radius: 20px 20px  0 0;
  background: var(--main-color-bg_color);
  margin-top: -20px;
}
.brend-block__top {
  display: flex;
  gap: 20px;
  margin: 20px 0;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;

}
.brend-block__top img{
  width: 47%;
}
.brend-block__bottom {
  display: flex;
  gap: 20px;
}

.bbt__cart-body {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 50%;

}
.swiper-pagination.brend-pagination{
  top: auto;
    bottom: -20px;
}
.example__slider .swiper-pagination.brend-pagination{
  top: auto;
  bottom: 60px;
}
.brend__slider .swiper-pagination.brend-pagination{
  top: auto;
  bottom: -20px;
}
.swiper-pagination.brend-pagination .swiper-pagination-bullet{
  background: #00000046;
  transition: all 0.3s ease 0s;
}
.swiper-pagination.brend-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #000000;
  transition: all 0.3s ease 0s;
  width: 16px;
  border-radius: 31px;
}
.bbt__cart {
  padding: 8px;
  background: var(--main-color-light_gray);
  border-radius: 20px;
  cursor: pointer;
  width: 100%;
  position: relative;
}

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

.bbt__cart img {
  width: 100%;
  transition: all 0.5s ease 0s;
}

.bbt__cart-img {
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}

.bbt__cart-info {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
  align-items: center;
}
.bbt__cart-info p {
  text-wrap: nowrap;
}
.bbt__cart-info a {
  width: 32px;
  height: 32px;
}

.bbt__cart-info a i {
  font-size: 16px;
}

.bbt__cart:hover img {
  transform: scale(1.14);

}

html {
  scroll-behavior: smooth;
}

.bbt-text-info p {
  margin-top: 7px;
  padding: 13px 20px;
  border-radius: 20px;
  background: var(--main-color-light_gray);

}

.bbt-db-2 {
  display: flex;
  gap: 20px;
  align-items: center;

}

.bbt-text-info {
  margin-top: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

/* brend */


/* oxidizers */
.oxidizers {
  padding-top: 64px;
}

.oxidizers__top .text-16 {
  width: 100%;
  max-width: 631px;
  margin-bottom: 40px;
}

.oxidizers__me-img {
  height: 399px;
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}

.oxidizers__me-img img {
  position: absolute;
}

.oxidizers__me-img img:nth-child(5) {
  bottom: 0;
}

.oxidizers__me-img img:nth-child(4) {
  right: 0;
  top: 0;
}

.oxidizers__me-img img:nth-child(2) {
  right: 0;
  bottom: 0;
}

.oxidizers__me-img img:nth-child(3) {
  left: 52%;
  transform: translateX(-50%);
}

/* oxidizers */

/* example */
.example {
  margin-bottom: 80px;
}

.example__cart {
  padding: 8px;
  background: var(--main-color-light_gray);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.example .example__cart img{
  border-radius: 10px;
}

.example__slider-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.example__slider-btn button {
  position: relative;
  width: 32px;
  left: auto;
  right: auto;
  height: 32px;
  background: var(--main-color-black);
  color: #fff;
  border-radius: 50%;
}

.example__slider-btn button::after {
  font-size: 16px;
}

.example__top .brend__top-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* example */

/* lightening */
.lightening {
  margin-top: 64px;
}

.lightening-block {
  display: flex;
  gap: 20px;
  position: relative;
}

.lightening-num {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 90px;
  z-index: 2;
  border-radius: 10px;
  padding: 10px;
  background: var(--main-color-black);
  transform: translate(-50%, -50%);
}

.lightening-num p {
  color: #fff;
  text-align: end;
}

.lightening-info {
  background: var(--main-color-light_gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: 50%;
  text-align: center;
  display: flex;
}

.lightening-info h3 {
  font-style: italic;
  max-width: 410px;
  color: var(--main-color-gray_for_text);
  margin-bottom: 10px;
}

.lightening-info p:nth-of-type(1) {
  margin-bottom: 10px;

}

.lightening-info p:nth-of-type(2) {
  margin-bottom: 20px;
  color: var(--main-color-gray_for_text);
}

.lightening-info p:nth-of-type(3) {
  max-width: 379px;
}

/* lightening */


.brend-video {
  margin-top: 20px;
}

.brend-video img {
  width: 100%;
}

/* .lightening-body {
  position: relative;
  height: 200vh;
  display: flex;
  flex-direction: column;
}

.lightening-block {
  position: sticky;
  top: 0;
  width: 100%;
  height: 544px;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.lightening-block.active {
  opacity: 1;

}

.lightening-img img {
  transform: scale(1);
  transition: transform 0.6s ease-out;
}

.lightening-block.active .lightening-img img {
  transform: scale(1.1);
} */
.bbt-dop-block{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lightening-body {
  position: relative;
  overflow: hidden;
  height: 544px;
}

.lightening-block {
  width: 100%;
  text-align: center;
}

.lightening-info p,
.lightening-info h3,
.lightening-num p,
.lightening-img img {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.lightening-info p.active,
.lightening-info h3.active,
.lightening-num p.active,
.lightening-img img.active {
  opacity: 1;
  transform: translateY(0);
}

.cd-cart__result {
  display: flex;
  justify-content: center;
  width: 100%;
}

.dye img {
  width: 100%;
}

.oxidizers .oxidizers-img__main img {
  width: 100%;
}

.lightening-img img {
  width: 100%;
  background-size: cover;
}
.lightening-img{
  width: 50%;
}
.servis__body {
  /* flex-wrap: wrap; */
}

/* .servis__body img{
  width: 100%;
} */
/* .servis__body{
  flex-wrap: wrap;
  justify-content: center;
 } */
/* .servis__block {
  align-items: start;
} */

.servis__body>img {
  width: 50%;
  /* height: 100%; */
}

.color__img img {
  width: 100%;
}

.brand-showcase__preview img {
  width: 100%;
}

.brand-showcase__preview.map {
  height: 600px;
  overflow: hidden;
  border-radius: 20px;
}

.brand-showcase__preview.map div {
  left: auto;
  bottom: auto;
}

.brand-showcase__content .selected {
  text-align: start;
}

.brand-showcase__content .preview-link.pl-20 {
  margin-bottom: 0px;
}

.brand-showcase__content .select-input .options {
  right: 0;
  left: auto;
}

.brand-showcase__content .select-input.active .options {
  right: 0;
  left: auto;
}

.bsc-dop {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
  text-align: start;
}

.bsc-dop_link {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}

.brand-showcase__content.map {
  justify-content: space-between;
  display: flex;
  text-align: center;
  flex-direction: column;
}



/* .bsc-dop .text-20{

} */
.brand-showcase__content .options li {
  text-align: start;
}

#map {
  height: 600px;
  width: 100%;
}

.bs-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.brand-showcase__preview br {
  display: none;
}

.br-mob {
  display: none;
}

.cb-color {
  display: flex;
  align-items: center;
  width: 70%;
  flex-wrap: nowrap;
  gap: 16px;
}

.ccn-none-pc {
  display: none;
}

.brend-video {
  position: relative;
}

.play-button {
  /* display: none; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.servis__block.sb-2{
  display: none;
}
.logo-img-white{
  display: none;
}
header.sticky .logo-img-white{
display: none;
}
header.logo_spin.sticky .logo-img-black{
  display: block;
 }
 header.logo_spin.sticky .logo-img-white{
  display: none;
 }
header.sticky .logo-img-black{
  display: block;
  }
  .coloring__slider{
    display: none !important;
    width: 100%;
    overflow: inherit;
  }
  .coloring__wrapper .swiper-slide{
    height: auto;
  }
  .bti__img{
    display: none;
  }
  .bti__img img{
    width: 100%;
  }
  .loock-2__slider{
    overflow: inherit;

  }
  .loock-2__wrapper .swiper-slide{
    overflow: hidden;
    border-radius: 10px;
    height: 330px;
  }

  .loock-2__wrapper .swiper-slide img{
    width: 100%;
  }
  .example__slider.swiper {
    overflow: inherit;
  }
  .btn-fixed{
    display: none;
    font-size: 16px;
  }
  .menu-dop-bm{
    display: none;
  }
  .header__menu .menu-dop-bm button{
    position: relative;
    right: auto;
    padding: 18px 18px;
    left: auto;
  }
  .menu-dop-bm a,
    .icon-link{
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .menu-dop-bm a,
    .icon-link i{
    font-size: 24px;
  }
  .loock.defolt{
    margin-top: 80px;
  }
  .brand-showcase.defolt{
    padding-top: 100px;
    padding-bottom: 10px;
  }
  .brand-showcase.defolt .brand-showcase__preview{
    width: 50%;
  }
  .brand-showcase.defolt .brand-showcase__content{
    text-align: center;
    width: 50%;
  }
  .vidgets-mb{
    display: none;
  }
  .sb__cart .small-text-12-3{
    line-height: 22.84px;
    font-size: 16px;
  }

  .example-pagination{
    display: none;
  }

  footer .bsc-dop_link a{
    display: flex;
    gap: 10px;
  }
.brand-showcase.bs-2 h2{
  text-align: center;
}
.brand-showcase #map{
  overflow: hidden;
}
.loock.loock-2 .text-button.tbf{
  margin-top: 50px;
}
.loock-2__slider .swiper-pagination.brend-pagination{
  top: auto;
  bottom: -30px;
}
.lightening .brend__top{
  align-items: center;
}

  /* 08.04.25 */
  .kit__cart{
    cursor: pointer;
    width: 100%;
    min-width: 228px;
  }
  .kit__cart img{
    width: 100%;
  }
  .kit__cart.active{
    background: var(--main-color-black);
}
.kit__cart.active .kc-info a {
  background: var(--main-color-white);
}
.kit__cart.active .kc-info a i {
  color: var(--main-color-dark);
}
.kit__cart.active .kc-info .small-text-12-2 {
  color: #fff;
}
.color__body > div{
  gap: 20px;
}
/* Исходные состояния */
.color__img img,
.ci__cart,
.kit-update-text,
.bti__img img {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.slide-up {
    opacity: 1 !important;
    transform: translateY(0) !important;
}
.color__body {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 1;
}

.color__body.active {
  position: relative;
  z-index: 2;
}

.color__body.fade-in {
  opacity: 1;
  visibility: visible;
}

.color__body.fade-out {
  opacity: 0;
  visibility: hidden;
}
.color__img {
  max-width: 60%;
}

  .kit__block{
    margin-bottom: 30px;
  }
  .kit__cart p{
    transition: all 0.3s ease 0s;
  }
  .bsc-dop_link a{
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .servis__top.brend__top{
    align-items: center;
    margin-bottom: 20px;
  }
  .servis__top.brend__top p{
    margin-bottom: 0;
  }
  .lightening_da-btn{
    display: none;
  }
  .care__slider .swiper-pagination.brend-pagination{
    top: auto;
    bottom: -40px;
  }
  .brand-showcase__content .select-input.active .options{
    height: 280px;
  }
  .example .example__cart div{
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
  }
  .example .example__cart div img{
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .example .example__cart{
    width: 100%;
    height: 100%;
  }
  .brand-showcase__container.map .brand-showcase__preview{
    max-width: 776px;
  }
  .brand-showcase__preview.map div{
    right: 0;
  }
  .brand-showcase__container.map {
   flex-direction: column-reverse;
  }
  .example .example__cart div {
    height: 273px;
  
  }
  .coloring .coloring__block img{
    width: 50%;
  }
  .example .example__cart div::after{
    content: "+";
    font-size: 76px;
    line-height: 36px;
    position: absolute;
    left: 39%;
    top: 37%;
    color: #00000033;
    transform: translate(50%, 50%);

  }
  .oxidizers__me-img img:nth-child(5) {
  }

  .oxidizers__me-img img:nth-child(4) {
    right: 0;
    top: 40%;
  }

  .oxidizers__me-img img:nth-child(1) {
    left: 0;
    top: 25%;
  }

  .oxidizers__me-img img:nth-child(2) {
    right: 0;
    top: 0px;
  }

  .oxidizers__me-img img:nth-child(3) {

  }
  .servis__block>img{
    /* width: max-content;
    height: max-content; */
  }
  .servis__block .sb__cart-hid{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }
  @media (max-width: 1180px){
    .servis__body>img {
      height: 100%;
    }
  }
@media (max-width: 992.2px) {
  .coloring .coloring__block img{
    width: 100%;
  }
  .lightening-num{
    position: relative;
    margin: 0 auto;
    left: 0;
    transform: translate(0px, 0px);
  }
  .color .kit-update-btn{
    display: none;
  }
  .care__slider.swiper{
    display: block;
    overflow: inherit;
    margin-top: 20px;
  }
  .care .button.button-text-14{
    margin-top: 40px;
  }
  .kit__block{
    margin-top: 30px;
  }
  .menu-dop-bm{
    margin-top: 32px;
    display: flex;
    gap: 22px;
    flex-direction: column;
  }
  .brand-showcase.defolt .brand-showcase__preview{
    display: none;
  }
  .brand-showcase.defolt .brand-showcase__content {
    width: 100%;
    max-width: 100%;
    display: flex;
    height: 760px;
    flex-direction: column;
    justify-content: center;
}
  .bti__img{
    display: block;
  }
  .ci__block{
    margin-top: 32px;
  }
  .coloring__slider{
    display: block;
  }
  .brend__slider.swiper{
    display: block;
  }
  .cd-cart {
    min-width: auto;
  }

  .bbt__cart{
    width: 243px;
  }
  .cb-color {
    width: 100%;
    flex-wrap: nowrap;
    gap: 8px;
  }

  .ccn-none-pc {
    display: block;
  }

  .cd-cart__name p:nth-child(2) {
    display: none;
  }

  .cd-cart__color {
    min-height: 80px;
  }

  .dye {
    margin-top: 80px;
  }

  .menu__body {
    position: fixed;
    width: 300px;
    z-index: 100;
    height: 100%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.753);
    /* прозрачный фон */
    backdrop-filter: blur(10px);
    /* сам блюр */
    -webkit-backdrop-filter: blur(10px);
    /* для Safari */
    right: -100%;
    top: 0;
    transition: all 0.5s ease 0s;
  }

  .menu__body button {
    position: absolute;
    right: 1rem;
    top: 1rem;
  }

  .menu__body::after {
    content: '';
    transition: all 0.5s ease 0s;
    background: #00000081;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
  }

  .menu__body.active::after {
    opacity: 1;
    overflow: visible;
    visibility: visible;
  }

  .menu__body.active {
    right: 0;
  }

  /* .menu__body */
  .header__menu .menu__icon {
    font-size: 24px;
    display: flex;
  }

  .menu__list {
    flex-direction: column;
    padding-bottom: 30px;
    border-bottom: 1px solid #00000033;

  }

  .lightening-block {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .coloring__block {
    flex-direction: column-reverse;

  }

  .lightening-img img {
    height: 100%;
    max-height: 400px;
  }

  .lightening-num {
    top: 45%;
  }

  .care__prew {
    display: none;

  }

  .lightening-info {
    padding: 30px;
    width: 100%;
    height: 393px;
}

  .care__prew-cart img {
    width: 100%;
  }

  .lightening-body {
    height: auto;
  }


  .lightening-info h3 {
    font-size: 24px;
    line-height: 26px;
  }

  .lightening-info p:nth-of-type(1) {
    font-size: 22px;
    line-height: 22px;
  }

  .lightening-info p:nth-of-type(2) {
    font-size: 18px;
    line-height: 20px;
  }

  .lightening-info p:nth-of-type(3) {
    max-width: 379px;
  }

  .dye__block {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .dye__cart {
    max-width: 350px;
  }

  .coding__block {
    flex-direction: column;
    gap: 16px;

  }

  .oxidizers {
    padding-top: 80px;
  }

  .cd-cart.wfix {
    width: 100%;
    min-height: auto;
    padding: 4px;
    max-width: 100%;

  }
  .coloring__cart .text-16{
    max-width: 100%;
  }
  .cd-cart {
    width: 100%;
    max-width: 100%;
  }

  .cd-cart img {
    width: 100%;
  }

  .color__body > div {
    flex-direction: column;
    gap: 20px;
  }

  .loock-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .color__info {
    width: 100%;
  }

  .color__img {
    margin: 0 auto;
    max-width: 592px;
  }
  .header__content {
    flex-direction: row-reverse;
}
.brend-video{
  display: none;
}
.bbt-text-info{
  display: none;
}
.brend-block__top > img{
  display: none;
}
.brend-block__bottom > img{
  display: none;
}
  .brend__top {
    flex-direction: column;
  }

  .dye__info {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 32px 0;
  }

  .dye__info p {
    max-width: 100%;
  }

  .lightening {
    margin-top: 80px;
  }

  .servis {
    margin-top: 80px;
  }

  .color {
    margin-top: 80px;
  }

  .loock-2 {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .servis__body > img{
    display: none;
  }
  .servis__block > img{
    display: none;
  }
  .servis__block{
    align-items: normal;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .sb__cart {
    max-width: 100%;
    min-width: 275px;
}
.sb__cart-img,
  .sb__cart-img img{
  width: 100%;
}
.color__img{
  display: none;
}
.servis__top.brend__top{
  align-items: start;
}
.servis__top.brend__top a{
  display: none;
}
.lightening_da-btn{
  display: block;
  margin-top: 20px;
}
.lightening_da-btn a{
  width: 100%;
}
.lightening .brend__top{
  justify-content: start;
  align-items: start;
}
.kit-update-text{
  margin-bottom: 20px;
}
}

@media (max-width: 767.2px) {
  .kit__cart {
    min-width: auto;
}
  .kit__cart,
  .kit__cart.active {
  background: none;
}
.kit__block{
  margin-bottom: 15px;
}
.kit__cart img{
  display: none;
}
.kit__cart p,
.kit__cart.active .kc-info .small-text-12-2{
  text-wrap: nowrap;
  font-size: 16px;
  padding-bottom: 10px;
  color: #000000ad;
}
.kit__cart.active .kc-info .small-text-12-2{
  color: #000;
  font-size: 19px;
  border-bottom: 1px solid #000;
}
.kit__cart .icon-main{
  display: none;
}
.example-pagination{
  display: block;
}
  .brand-showcase.bs-2 h2{
    text-align: start;
  }
  .brand-showcase.defolt .brand-showcase__content {
    text-align: start;
    justify-content: start;
    min-height: 460px;
    height: auto;
}
  .brand-showcase__content>p{
    margin: 20px 0;
  }
  .header__user div{
    display: none;
  }
  header .btn-fixed{
    display: flex;
    position: fixed;
    justify-content: center;
    bottom: -100px;

    padding: 23px 16px;
    left: 0;
    width: 100%;
    transition: all 0.6s ease 0s;
  }
  header.sticky .btn-fixed{
    bottom: 0;
    border-radius: 20px 20px 0 0;
  }
  header .btn-fixed.hidden{
    bottom: -100px;
  }
  .dye__container > img{
    display: none;
  }
  .menu__body{
    width: 100%;
  }
  .menu__body.active::after{
    opacity: 0;
    visibility: hidden;
  }
  .bs-2{
    padding-bottom: 20px;
    margin-bottom: 100px;
    background: #EEEEF2;
  }
  .bs-2 h2{
    text-align: center;
  }
  /* .dye__info{
    display: flex;
    flex-wrap: wrap;
  }
  .dye__info-text{
    flex: 1 1 calc(33.333% - 16px);
  }

   .dye__info-text:nth-child(1) {
    order: 1;
    flex: 1 1 calc(33.333% - 16px); 
}
.dye__info-text:nth-child(2) {
  order: 2;
  flex: 1 1 calc(33.333% - 16px); 
}
.dye__info-text:nth-child(3) {
  order: 3;
  flex: 1 1 calc(33.333% - 16px); 
}
.dye__info-text:nth-child(4) {
  order: 4;
  flex: 1 1 calc(50% - 16px); 
}
.dye__info-text:nth-child(5) {
  order: 6;
  flex: 1 1 100%; 
}
  .dye__info-text:nth-child(6) {
    order: 5;
    flex: 1 1 calc(50% - 16px); 
}
.dye__info-text:nth-child(7) {
  order: 7;
  flex: 1 1 calc(50% - 16px); 
}
.dye__info-text:nth-child(8) {
  order: 8;
  flex: 1 1 calc(50% - 16px); 
} */
  /* .logo-img-black{
    display: none;
  }
  .logo-img-white{
    display: block;
  } */
   header.logo_spin .logo-img-black{
    display: none;
   }
   header.logo_spin .logo-img-white{
    display: block;
   }
  .brand-showcase__content.map {
    gap: 32px;
    padding-bottom: 0;
  }

  .example__slider-btn {
    display: none;
  }

  #map {
    height: 300px;
  }

  .brand-showcase__icons {
    right: 20px;
  }

  .loock-2 button {
    max-width: 100%;
    justify-content: center;
  }

  .footer__menu {
    margin: 16px 0  32px 0;
  }

  .bs-img {
    margin: 0 auto;
    width: 100%;
    max-width: max-content;

  }

  .example-pagination{
    display: block;
  }
  .brend .no-mobile{
    display: none;
  }
  .brand-showcase.bs-fon {
    padding-top: 130px;
    padding-bottom: 30px;
    background-image: url("/local/templates/me/img/legi-2.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .brand-showcase__preview img{
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .brand-showcase_2{
    display: none;
  }
  .dye__cart {
    max-width: 100%;
  }

  .brand-showcase__preview div button {
    max-width: 100%;
    width: 328px;
  }

  .input-block__dubl {
    flex-direction: column;
  }

  .brand-showcase__preview.map {
    height: 300px;
  }

  .br-mob {
    display: block;
  }

  .sb__cart {
    max-width: 100%;
  }

  .sb__cart img {
    width: 100%;
  }

  .sb__cart .sb__cart-img {
    width: 100%;
  }
  .menu-dop-bm a, .icon-link i {
    font-size: 20px;

}
.menu-dop-bm a.small-text-12-2{
  text-align: center;
}
  .play-button {
    display: block;
  }

  .kit__block {
    margin-top: 32px;
    gap: 20px;
  }

  .sb__cart p {
    font-size: 16px;
  }

  .servis__block>img {
    width: 100%;
  }

  .care {
    margin-top: 80px;
  }
  .cb-color .icon-main{
    display: none;
  }

  .play-button svg {
    width: 80%;
  }

  .text-20 {
    font-size: 17px;
  }
  .brand-showcase__content h2{
    font-size: 22px;
    line-height: 28px;
  }
  .brand-showcase__content h2 br{
    display: none;
  }
  .text-18 {
    font-size: 16px;
  }

  .coloring {
    margin-top: 80px;
  }

  .brend__top-info.bti-2 button {
    width: 100%;
    margin-top: 4px;
    justify-content: center;
  }

  .c-c__block {
    padding: 13px 22px 19px 12px;
    height: 100%;
  }

  .coloring__block {
    margin-top: 32px;
    gap: 32px;
  }

  .coding {
    margin-top: 80px;
  }

  .input-file__img>div i {
    width: 24px;
    font-size: 16px;
    height: 24px;
  }

  .input-file__img>div>div {
    width: 100%;
  }

  .brand-showcase__container.map {
    align-items: center;
  }



  .servis__body>img {
    width: 100%;
  }

  .oxidizers__me-img img:nth-child(5) {
    width: 65%;
  }

  .oxidizers__me-img img:nth-child(4) {
    width: 65%;
  }
  .bs-2 .brand-showcase__preview {
    display: none;
  }
  .brand-showcase__preview {
    display: none;
  }
  .brand-showcase__preview.map{
    display: block;
  }
  .brand-showcase__content{
    padding-bottom: 100px;
  }
  .brand-showcase.bs-fon .brand-showcase__preview {
    display: block;
  }
  .bs-fon .brand-showcase__preview div{
    align-items: start;
  }
  .brand-showcase__preview div {
    align-items: center;
}
  .oxidizers__me-img img:nth-child(1) {
    width: 50%;
  }

  .oxidizers__me-img img:nth-child(2) {
    width: 50%;
  }

  .oxidizers__me-img img:nth-child(3) {
    width: 550px;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .brand-showcase__container {
    flex-direction: column;
    gap: 20px;
  }
  .text-button {
    padding: 15px 13px;
    
}
  .brend-block__top>img {
    display: none;
  }

  .brend-block__bottom>img {
    display: none;
  }

  .brend-block__top {
    justify-content: end;
  }

  .bbt-db-2 {
    flex-wrap: wrap;
  }

  .brend__top-info h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .dye__block{
    display: none;
  }
  .coding__top .brend__top-info h3 {
    margin-bottom: 32px;
  }

  .bbt-dop-block .brend__top-info h3 {
    margin-bottom: 32px;
  }

  .dye__top .brend__top-info h3 {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .oxidizers__me-img{
    display: none;
  }
  .oxidizers__top .brend__top-info h3 {
    font-size: 24px;

  }

  .color__info .brend__top-info h3 {
    font-size: 24px;
    margin-bottom: 32px;
    margin-top: 12px;
  }

  .brend-video img {
    width: 100%;
  }

  .br-pc {
    display: none;
  }

  .brand-showcase__preview br {
    display: block;
  }
}

@media (max-width: 600px) {

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

  .bbt__cart .bbt__cart-img img {
    width: 100%;
  }
  .example .example__slide {
    width: 305px;
   }
   .example .example__cart div {
    height: 273px;
  
  }
}

@media (max-width: 520px) {
  .text-button.tbf{
    width: 100%;
    justify-content: center;
  }
  .text-button {
    width: 100%;
}
form button.button-text-14{
  width: 100%;
}
  .loock-2__slider.swiper{
    overflow: visible;
  }
  .vidgets-mb{
    display: block;
    margin: 0;
  }
  footer .text-button{
    width: 100%;
    text-align: center;
  }
  .footer__menu.vidgets-mb  div{
    width: max-content;
    gap: 20px;
  }
  .oxidizers__me-img img:nth-child(3) {
    width: 400px;
  }

  .bs-img img {
    transform: scale(1.25) translateX(-14px);
  }

  .loock__container h2{
    font-size: 22px;
    line-height: 28px;
    margin-top: 35px;
    margin-bottom: 30px;
    text-align: start;
  }
  .loock-2 .loock-block {
    display: none;
  }
  .oxidizers-img__main{
    height: 350px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
  }
  .oxidizers .oxidizers-img__main img {
    background-size: cover;
    background-position: center center;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: auto;
    height: 100%;
}
  .bbt-text-info {
    margin-top: 80px;
  }
  .lightening-num {
    top: auto;
    width: 58px;
    position: relative;
    left: auto;
    transform: translate(0,0);
    height: 58px;
  }

  .lightening-num p{
    text-align: center;
    margin-top: 9px;
  }
  .btn-none {
    display: none;
  }

  .dye__cart .p2-24 {
    font-size: 25px;
  }
  .lightening-img {
    width: 100%;
    height: 357px;
}
  .brand-showcase__preview div h1 {
    font-size: 26px;
    line-height: 29px;
  }

  .brand-showcase__preview div p {
    font-size: 14px;
  }

}

@media (max-width: 400px) {
  .brand-showcase__container {
    flex-direction: column;
  }
  .bbt__cart{
    width: 100%;
  }

  .brand-showcase img {
    width: 100%;
  }

  .brand-showcase__preview div button {
    padding: 11px 13px;
  }

  .brand-showcase__preview div {
    bottom: 10px;
    left: 10px;
    right: 10px;
    gap: 10px;
  }

  .brand-showcase__preview div h1 {
    font-size: 20px;
    margin-right: 10px;
    line-height: 25px;
  }

  /* .brand-showcase__preview img {
    width: 100%;
  } */

  .brend__top {
    flex-direction: column;
  }

  .brend-block__top {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
    align-items: center;
  }

  .brend img {
    width: 100%;
  }

  .brend-block__bottom {
    flex-wrap: wrap;
  }

  .bbt-db-2 {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 360px){
    .bbt__cart-info p{
      font-size: 13px;
    }
    .cd-cart.wfix p{
      font-size: 13px;
    }
}
@media (min-width:992.2px){
  /* .example .example__cart div{
    height: 275px;
  }
  .example .example__cart{
    width: 307px;
  } */
  /* .servis__block img {
    width: 100%;
    height: 100%;
} */
   .example__slide {
    min-width: 305px;
    width: auto;
   }
   .example .example__cart div {
    height: 273px;
  
  }
}
@media (min-width:1260px){
  .example .example__cart div {
    height: 273px;
  
  }
  .example .example__slide{
    width: 305px;
  }
}
@media screen and (min-width: 1440px) {
  [class*=__container] {
    max-width: 1360px;
  }

  .brend-block__top {
    flex-wrap: nowrap;
  }
  .brend .brend__top{
    max-width: 100%;
  }
  .brend__top {
    max-width: 100%;
  }
  .brend-block__top>img {
    width: 50%;
  }

  .brend-block__bottom>div,
  .brend-block__bottom>img {
    width: 50%;
  }

  .coding__block {
    flex-wrap: nowrap;
  }

  .cd-cart.wfix {
    max-width: 30%;
  }

  .cb-color {
    width: 70%;
    flex-wrap: nowrap;
  }

  .cd-cart {
    max-width: 30%;
  }

  .cd-cart__result {
    height: 219px;
    border-radius: 10px;
    overflow: hidden;
  }
  .cd-cart__color{
    height: 219px;
  }
  .care__prew-cart{
    max-width: 100%;
  }
  .care__prew{
    flex-wrap: nowrap;
  }
  .care__prew-cart img{
    width: 100%;
  }
  .lightening-body{
    height: auto;
  }
  .kit__block{
    flex-wrap: nowrap;
  }
  .kit__cart{
    width: 100%;
    min-width: 228px;
  }
  .kit__cart img{
    width: 100%;
  }
  .loock-block > div{
    width: 25%;
  }
  .bs-2 .brand-showcase__preview{
    width: 50%;
  }
  .bs-2 .brand-showcase__content{
    max-width: 50%;
  }
  .servis__block {
    display: grid;
    width: 50%;
    overflow: hidden;
    align-items: normal;
    grid-template-columns: 1fr 1fr;
}
.servis__body>img{
  height: auto;
}
.sb__cart-img{
  width: 100%;
}
.sb__cart{
  max-width: 100%;
}
.servis__block img{
  width: 100%;
  height: 100%;
}

.servis__block.sb-2 {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}
.servis__block.sb-2{
  display: none;
}
.example .example__cart div{
  height: 273px;
}
.example .example__cart{
  /* width: 305px; */
}
.example .example__slide{
  width: 305px;
}
}
@media (max-width: 1600){
  .example .example__slide{
    width: 355px;
  }
}
@media screen and (min-width: 1920px) {
  [class*=__container] {
    max-width: 1600px;
  }
  .example .example__slide{
    width: 391px;
  }
  .brend-block__top {
    flex-wrap: nowrap;
  }
  .example .example__cart{
    /* width: 305px; */
  }
  .brend-block__top>img {
    width: 50%;
  }

  .cd-cart.wfix {
    max-width: 30%;
  }

  .cb-color {
    width: 70%;
    flex-wrap: nowrap;
  }

  .cd-cart {
    max-width: 30%;
  }

  .cd-cart__result img {
    width: 100%;
  }

  .brend__top {
    max-width: 1370px;
  }

  .coding__block {
    flex-wrap: nowrap;
  }

  .brend-block__bottom>div,
  .brend-block__bottom>img {
    width: 50%;
  }
  .lightening-body{
    height: auto;
  }
  .cd-cart__result {
    height: 219px;
    border-radius: 10px;
    overflow: hidden;

  }

  .coding .cd-cart__result img {
    width: 100%;
    height: max-content;
  }
  .cd-cart__color{
    height: 219px;
  }
  .care__prew-cart{
    max-width: 100%;
  }
  .care__prew{
    flex-wrap: nowrap;
  }
  .care__prew-cart img{
    width: 100%;
  }
  .kit__block{
    flex-wrap: nowrap;
  }
  .kit__cart{
    width: 100%;
  }
  .kit__cart img{
    width: 100%;
  }
  .loock-block > div{
    width: 25%;
  }
  .bs-2 .brand-showcase__preview{
    width: 50%;
  }
  .bs-2 .brand-showcase__content{
    max-width: 50%;
  }
  .servis__block {
    display: grid;
    width: 50%;
    overflow: hidden;
    align-items: normal;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 500px 470px;
}
.sb__cart-img{
  width: 100%;
}
.sb__cart{
  max-width: 100%;
}
.servis__block img{
  width: 100%;
  height: 100%;
}
.servis__block.sb-2 {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}
.servis__block.sb-2{
  display: none;
}
.servis__body>img {
  width: 42%;
  height: 100%;
}
}
/* End */


/* Start:/local/templates/me/components/bitrix/menu/top-menu/style.min.css?1745329419490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/me/components/bitrix/menu/top-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/me/styles.css?175093212958*/
.h1-40-2 {
    font-weight: 600;
    font-style: italic;
}
/* End */
/* /local/templates/me/css/style.css?174532942055681 */
/* /local/templates/me/components/bitrix/menu/top-menu/style.min.css?1745329419490 */
/* /local/templates/me/styles.css?175093212958 */
