@charset "UTF-8";
#panel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000 !important;
  width: 100%;
}

h3 {
  font-weight: normal;
  margin-bottom: 15px;
}

.footer-ogrn {
  margin-top: 10px;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.grecaptcha-badge {
  visibility: hidden;
}

.suggestions-suggestions {
  margin-top: 3px;
  padding: 8px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid transparent !important;
  font-size: 16px;
  box-shadow: 0 10px 22px -3px #d8d8d8;
  font-weight: 300;
}

@media (max-width: 768px) {
  .fixed-menu {
    z-index: 1000;
  }
  .b24-widget-button-inner-container {
    display: none !important;
  }
  .bx-livechat-mobile.bx-livechat-wrapper {
    box-shadow: none;
  }
  .bx-livechat-mobile .bx-livechat-textarea {
    margin-bottom: 72px;
  }
}
.suggestions-constraints {
  display: none !important;
}

.well {
  background-color: #000;
  min-height: 220px;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
}

.offers-slider {
  background-color: #fff !important;
}

.offers-slider__btn {
  background-color: #282727;
}

.offers-slider__btn .i-chevron {
  color: #ffffff;
}

.products-slider {
  background-color: #fff !important;
}
.products-slider .product_action {
  display: none;
}

.products-slider__btn {
  background-color: #282727;
}

.products-slider__btn .i-chevron {
  color: #ffffff;
}

.design-slider__btn {
  background-color: #282727;
}

.design-slider__btn .i-chevron {
  color: #ffffff;
}

.checkout-content .checkout__delivery-text a {
  text-decoration: underline;
}

td p .badge-danger {
  background-color: red;
}

td p .badge-success {
  background-color: green;
}

/* Стили для старой цены */
.product--cart {
  flex-direction: row;
  align-items: center;
}

.product__cart-info {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-right: 8px;
  position: relative;
}

.product__old_price {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #979797;
  text-decoration: line-through;
}

.product__remove {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #979797;
  font-size: 10px;
  position: absolute;
  bottom: -15px;
}

.product__name {
  line-height: 1.1;
  margin-bottom: 0px;
}

@media (min-width: 901px) {
  .checkout--products .product__price span {
    text-align: end;
    min-width: 87px;
  }
}
@media (min-width: 901px) {
  .product__old_price {
    display: flex;
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (max-width: 900px) {
  .product__old_price {
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .checkout--products .product__count {
    margin-top: 3px;
  }
}
@media (min-width: 901px) {
  .checkout--products .product__count {
    display: flex;
    margin-right: 20px;
    margin-left: 10px;
    margin-bottom: 4px;
  }
}
@media (min-width: 901px) {
  .checkout--products .product__prices {
    max-width: 350px;
    width: 350px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.product--cart .product__name {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.42;
}

/* Стили для модального окна персональных данных */
.policy-modal-tb {
  list-style-type: disc;
  padding: 0 0 10px 10px;
  margin-left: 30px;
}

.modal--center .policy-modal {
  max-height: 85%;
  width: 80%;
}

.policy-content {
  text-align: justify;
  font-weight: 300;
  font-size: 14px;
  padding: 16px 24px 40px;
}

.policy-close {
  margin-left: auto;
  margin-bottom: 8px;
}

/* Стили для окна согласия куки */
.cookie_notice {
  display: none;
  position: fixed;
  z-index: 9999999;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 15px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #000;
  background: #ffffff;
  padding: 10px 20px;
  border-top: 1px solid rgba(204, 204, 204, 0.8705882353);
}

.cookie_notice .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.notice_text {
  font-size: 13px;
  text-align: justify;
  padding-right: var(--unit);
}

@media (max-width: 768px) {
  .cookie_notice {
    bottom: 70px;
  }
  .cookie_notice .container {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
  }
  .modal--center .policy-modal {
    max-height: 70%;
    width: 90%;
  }
  .notice_text {
    font-size: 11px;
    margin-right: 0px;
    padding-right: 0px;
  }
  .cookie_btn {
    margin: 15px 0px 0px 0px !important;
    width: 100%;
  }
}
.cookie_btn {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 12px 15px;
  color: #ffffff;
  background: red;
  border-radius: 6px;
  min-height: 40px;
  cursor: pointer;
}

.cookie_btn .btn__text {
  color: white;
}

.cookie_btn:hover {
  color: rgba(0, 0, 0, 0.5803921569);
}

.cookie_btn:after,
.cookie_btn:before {
  position: absolute;
  height: 2px;
  left: 50%;
  background: #fff;
  bottom: -6px;
  content: "";
  transition: all 280ms ease-in-out;
  width: 0;
}

.cookie_btn:before {
  top: -6px;
}

.cookie_btn:hover:after,
.cookie_btn:hover:before {
  width: 100%;
  left: 0;
}

.footer-policy-block {
  display: flex;
  justify-content: flex-start;
  padding-left: 3.33vw;
  margin-top: 10px;
  border-top: 1px solid hsla(0, 0%, 31%, 0.81);
  padding-top: 33px;
  padding-bottom: 33px;
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #383b40;
}

.footer-policy-block a {
  margin-left: 40px;
  margin-right: 40px;
  font-weight: 300;
  text-decoration: underline;
  font-size: 12px;
}

.footer-policy-block p {
  margin-left: 0px;
  margin-right: 40px;
  margin-top: 0px;
  font-size: 12px;
}

@media (max-width: 900px) {
  .footer-policy-block {
    display: none !important;
  }
}
.suggestions-addon {
  z-index: 1000;
}

.input--has-error .suggestions-addon {
  visibility: hidden;
}

.header {
  z-index: 10000;
}
.header-row__inner {
  width: 100%;
}
.header-menu__link {
  font-size: 14px;
  font-weight: 500;
}
.header .header__fav {
  flex-direction: column;
  position: relative;
}
.header .header__fav .header__cart-text {
  margin-left: 0;
  margin-top: 6px;
}
.header .header__cart {
  flex-direction: column;
  position: relative;
}
.header .header__cart .header__cart-text {
  margin-left: 0;
  margin-top: 3px;
}
.header .header__cart-badge {
  right: 0;
  top: 0;
  position: absolute;
  background-color: #febf00;
}
.header .header__fav-badge {
  right: 7px;
  top: -7px;
  position: absolute;
  background-color: #febf00;
}
.header__button {
  background-color: #ecebed;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
}

.header-light .header__top-link:nth-child(2) {
  margin-left: auto !important;
  margin-right: 0 !important;
  font-size: 18px !important;
}

.header-light .header__top-link:last-child {
  margin-left: 24px !important;
  font-size: 18px !important;
}

.footer-light .footer__phone {
  font-size: 18px !important;
  margin-bottom: 0;
}

.notfound {
  min-height: 80vh;
}

.notfound__title {
  margin-top: 100px;
}

@media (min-width: 900px) {
  .hide--desktop {
    display: none !important;
  }
}

.section {
  padding-top: 40px;
  padding-bottom: 20px;
}
.section--accent {
  background-color: #febf00;
}

.btn {
  color: #282727;
}
.btn .btn__bg {
  background-color: #febf00;
}
.btn .btn__text {
  color: #000;
}

.cookie_btn {
  color: #282727;
}
.cookie_btn .btn__bg {
  background-color: #febf00;
}
.cookie_btn .btn__text {
  color: #000;
}

.product__price--sale span {
  display: table-caption;
  background: #febf00;
  color: #000;
  font-size: 13px;
  border-radius: 4px;
  padding: 4px 7px;
  font-weight: 300;
}

.item-header__price {
  margin-left: 10px;
}

.foot__social a {
  margin-left: 16px;
}

.foot__social img {
  width: auto;
  height: 18px;
}

.foot__link {
  text-decoration: underline;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 900px) {
  .footer {
    padding-bottom: 20px;
  }
  .footer__acc {
    float: left;
    width: 76%;
  }
  .footer__side-right {
    float: right;
    width: 24%;
    text-align: right;
  }
  .footer .accordion__btn {
    display: block;
    padding: 0;
  }
  .footer .accordion__btn span {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 32px;
  }
  .footer .accordion__btn svg {
    display: none;
  }
  .footer .accordion-container {
    font-size: 0;
  }
  .footer .accordion__content {
    max-height: inherit !important;
  }
  .footer .accordion {
    border: none;
    display: inline-block;
    width: 25%;
    vertical-align: top;
  }
  .footer .accordion-container .accordion:nth-child(3) {
    width: 50%;
  }
  .footer .accordion-container .footer__nav-list {
    display: inline-block;
    width: 48%;
    vertical-align: top;
  }
  .footer__copyright {
    clear: both;
  }
  .footer__nav-list a {
    font-weight: 300;
    border: none;
  }
  .foot__copyright {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    font-size: 12px;
  }
  .foot__link {
    text-align: left;
    display: inline-block;
    width: 22%;
    vertical-align: top;
    padding-right: 30px;
    text-decoration: underline !important;
  }
  .footer .accordion {
    border-bottom: none !important;
  }
  .foot__links-block {
    border-top: 1px solid rgba(214, 214, 214, 0.5);
    clear: both;
    padding-top: 22px;
  }
  .footer .accordion ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .footer .accordion ul li {
    list-style-type: none;
  }
}
@media (max-width: 900px) {
  .footer__side-right {
    text-align: center;
  }
  .footer .accordion__content-inner {
    padding-top: 0;
  }
  .foot__social {
    text-align: center;
    padding-bottom: 20px;
  }
  .foot__links-block {
    text-align: center;
  }
  .foot__link,
  .foot__copyright {
    display: inherit;
    margin: 0 auto;
  }
  .footer__phone {
    display: none;
  }
  .footer__nav-list li {
    margin-bottom: 16px !important;
  }
  .foot__links-block a {
    text-decoration: underline;
  }
}
.foot__links-block {
  display: flex;
  flex-direction: row;
  align-content: end;
  border-top: none;
  align-self: end;
}
@media (max-width: 900px) {
  .foot__links-block {
    flex-direction: column;
  }
}
.foot__links-block .header__logo {
  margin-right: 100px;
}
@media (max-width: 900px) {
  .foot__links-block .header__logo {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
.foot__links-block * {
  align-self: center;
  display: flex;
}

@media (min-width: 900px) {
  .foot__links-block {
    border-top: 0px solid rgba(214, 214, 214, 0) !important;
  }
}
.categories__list a,
.categories__list a:active,
.categories__list a:focus,
.categories__list a:hover,
.categories__list a:visited {
  color: #000;
}

.catalog-list-section-pagination {
  margin-bottom: 40px;
}
.catalog-list-section-pagination .nabori__btn .btn__bg {
  background: #fff;
}
.catalog-list-section-pagination .nabori__btn:hover .btn__bg {
  background: #000;
}
.catalog-list-section-pagination .nabori__btn:hover .btn__text {
  color: #fff;
}

.products-slider .btn .btn__bg {
  background: #fff;
}
.products-slider .btn:hover .btn__bg {
  background: #000;
}
.products-slider .btn:hover .btn__icon--basket {
  color: #fff;
}
.products-slider .btn:hover .btn__text {
  color: #fff;
}
.products-slider .btn__icon {
  top: 2px;
}
.products-slider .btn--grey .btn__bg {
  border: 1px solid hsla(0, 0%, 59.2%, 0.5);
}

.viewed-slider .btn .btn__bg {
  background: #fff;
}
.viewed-slider .btn:hover .btn__bg {
  background: #000;
}
.viewed-slider .btn:hover .btn__icon--basket {
  color: #fff;
}
.viewed-slider .btn:hover .btn__text {
  color: #fff;
}
.viewed-slider .btn__icon {
  top: 2px;
}
.viewed-slider .btn--grey .btn__bg {
  border: 1px solid hsla(0, 0%, 59.2%, 0.5);
}

.products-slider .product__price--sale span {
  background: #febf00;
  color: #000;
}

.viewed-slider .product__price--sale span {
  background: #febf00;
  color: #000;
}

.stiker__list {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 2;
  max-width: 90%;
  padding: 0 5px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
  font-size: 0;
}

.stiker__item {
  display: inline-block;
  padding: 5px 10px 4px;
  line-height: 15px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 5px;
  margin: 0 5px 5px 0;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}

.fixed-menu-count {
  background: #febf00;
}

.product__img {
  margin-bottom: 0px;
}

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

.product__desc {
  min-height: 25px;
}

.city-head {
  padding-top: 32px;
}

.catalog-list-section-pagination .btn .btn__bg {
  background: #fff;
}
.catalog-list-section-pagination .btn:hover .btn__bg {
  background: #000;
}
.catalog-list-section-pagination .btn:hover .btn__icon--basket {
  color: #fff;
}
.catalog-list-section-pagination .btn:hover .btn__text {
  color: #fff;
}
.catalog-list-section-pagination .btn__icon {
  top: 2px;
}
.catalog-list-section-pagination .btn--grey .btn__bg {
  border: 1px solid hsla(0, 0%, 59.2%, 0.5);
}

.modal__content {
  background-image: none !important;
}

.foot__diploma--lg {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  .foot__diploma--lg {
    display: block;
  }
}
@media (max-width: 900px) {
  .foot__diploma--lg {
    display: none;
  }
}
.foot__diploma--sm {
  margin: 10px auto;
}
@media (min-width: 900px) {
  .foot__diploma--sm {
    display: none;
  }
}
@media (max-width: 900px) {
  .foot__diploma--sm {
    position: relative;
    display: inline-block;
    left: 50%;
    right: auto;
    margin-left: -27px;
  }
}

.header-row {
  padding: 20px 0;
}

.header__logo {
  margin-left: 0;
  width: auto;
}
.header__logo img {
  display: block;
  width: 100%;
  height: 44px;
}

.header-row__mob .header__logo {
  margin-left: 0;
}
.header-row__mob .header__geo {
  cursor: pointer;
}
.header-row__mob .header__fav {
  display: block !important;
}
.header-row__mob svg {
  color: #979797 !important;
}

.header-top__nav--left {
  margin-left: 20px;
  margin-right: auto;
}

.categories {
  background-color: #fff;
  color: #282727;
}

.modal {
  z-index: 20000 !important;
}

#citySalonCount {
  font-size: 8px;
  margin-left: 4px;
  color: red;
  margin-bottom: -4px;
}

.product__fav {
  opacity: 1;
  margin: 5px;
}

.item-hero__fav {
  display: block;
}

.header-menu-custom {
  transition: opacity 0.25s ease;
}

.header--down .header-menu-custom {
  opacity: 0;
}

.product__desc,
.product__desc:active,
.product__desc:focus,
.product__desc:visited {
  color: #2c2c2c;
}

.header-light__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}

.header-dropdown__banners {
  margin-left: 0 !important;
  display: flex !important;
  gap: 15px !important;
}
.header-dropdown__banners li {
  margin-left: 0 !important;
}

.header-dropdown__nav {
  gap: 4vw !important;
  margin-left: 0 !important;
}
.header-dropdown__nav .header-dropdown__col {
  margin-left: 0;
}

.header-menu-custom {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.header--down .header-menu-custom {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(-10px) !important;
}

.header-banner__img {
  width: 100% !important;
  max-width: 500px !important;
  aspect-ratio: 4/3 !important;
  overflow: hidden !important;
  position: relative !important;
}

.header-banner__img:before {
  display: none;
}

.img__i {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
  display: block !important;
}/*# sourceMappingURL=styles.css.map */