@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

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

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #464b51;
}

button, input, a {
  transition: all 0.2s 0s ease;
}

a {
  color: #464b51;
}
a:hover {
  color: #079ff9;
}

i {
  font-size: 14px;
}

p {
  margin-bottom: 18px;
  line-height: 24px;
}

strong, b {
  font-weight: 700;
}

.container {
  max-width: 1534px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (max-width: 518px) {
  .container {
    padding: 0 12px;
  }
}

.boxshadow {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 22px 28px;
}
.boxshadow:hover {
  box-shadow: 0px 0px 24px -4px rgba(34, 60, 80, 0.15);
}

.header__top {
  background: #f3f3f3;
}
.header__top .container {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__top .container .left a {
  font-weight: 500;
  margin-right: 24px;
}
.header__top .container .left a:last-child {
  margin-right: 0;
}
.header__top .container .right a {
  margin-right: 24px;
}
.header__top .container .right a:last-child {
  margin-right: 0;
}
.header__top .container .right a.phone {
  font-weight: 600;
}
.header__top .container .right a.phone i {
  margin-right: 8px;
}
.header__top .container .right a.social {
  color: #079ff9;
}
.header__top .container .right a.social:hover {
  text-decoration: underline;
}
.header__middle .container {
  display: flex;
  align-items: center;
  height: 80px;
}
.header__middle .container .logo {
  font-family: "Montserrat";
}
.header__middle .container .logo .title {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #079ff9;
}
.header__middle .container .logo .title span {
  margin-left: 2px;
  color: #d76643;
}
.header__middle .container .logo .subtitle {
  margin-top: 8px;
  display: block;
  font-weight: 600;
  color: #079ff9;
  text-transform: uppercase;
}
.header__middle .container .menu-btn {
  background: #d76643;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 0px 24px;
  border-radius: 10px;
  margin: 0 24px;
  height: 46px;
}
.header__middle .container .menu-btn:hover {
  background: #be5130;
}
.header__middle .container .menu-btn i {
  margin-right: 24px;
}
.header__middle .container .search {
  flex: 1;
  min-width: 0;
  margin-right: 24px;
  max-width: 900px;
}
.header__middle .container .search form {
  position: relative;
  width: 100%;
}
.header__middle .container .search form input {
  height: 46px;
  border: 1.5px solid #d76643;
  border-radius: 12px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 0 32px 0 24px;
}
.header__middle .container .search form input::-moz-placeholder {
  color: rgba(70, 75, 81, 0.5411764706);
}
.header__middle .container .search form input::placeholder {
  color: rgba(70, 75, 81, 0.5411764706);
}
.header__middle .container .search form button {
  border: 1.5px solid #d76643;
  border-radius: 12px;
  right: 0;
  top: 0;
  position: absolute;
  background: #d76643;
  color: #fff;
  width: 68px;
  height: 46px;
}
.header__middle .container .search form button:hover {
  background: #be5130;
}
.header__middle .container .search form button i {
  font-size: 20px;
}
.header__middle-right {
  margin-left: auto;
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.header__middle-right a {
  font-size: 14px;
  color: #079ff9;
  font-weight: 600;
  margin-right: 24px;
}
.header__middle-right a:last-child {
  margin-right: 0;
}
.header__middle-right a i {
  font-size: 20px;
  margin-bottom: 6px;
  display: block;
}
.header__menu {
  border-top: 1px solid #f3f3f3;
  box-shadow: 0 8px 14px -12px rgba(0, 0, 0, 0.35);
}
.header__menu .container {
  height: 60px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 6px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.header__menu .container::-webkit-scrollbar {
  display: none;
}
.header__menu .container a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 100%;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
.header__menu .container a:hover {
  background: #f5f5f5;
  color: #d76643;
}

main .slider {
  margin-top: 42px;
}
main .slider .container .promo-slider {
  width: 100%;
  overflow: hidden;
}
main .slider .container .promo-slider .promo-slide {
  position: relative;
  min-height: 350px;
  padding: 60px 80px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: radial-gradient(ellipse at 42% 55%, rgb(255, 93, 53) 0%, rgba(255, 93, 53, 0.9) 18%, rgba(255, 93, 53, 0.35) 35%, rgba(255, 93, 53, 0) 57%), #242424;
  border-radius: 80px 24px 80px 24px;
  color: #fff;
}
main .slider .container .promo-slider .promo-slide__brand {
  position: relative;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
main .slider .container .promo-slider .promo-slide__content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}
main .slider .container .promo-slider .promo-slide__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 1px;
  text-transform: uppercase;
}
main .slider .container .promo-slider .promo-slide__percent {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  font-family: "Montserrat", sans-serif;
  font-size: 220px;
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, 0.25);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 1100px) {
  main .slider .container .promo-slider .promo-slide {
    min-height: 300px;
    padding: 50px 60px;
  }
  main .slider .container .promo-slider .promo-slide__brand {
    font-size: 28px;
  }
  main .slider .container .promo-slider .promo-slide__content {
    max-width: 600px;
  }
  main .slider .container .promo-slider .promo-slide__title {
    font-size: 44px;
  }
  main .slider .container .promo-slider .promo-slide__percent {
    right: 60px;
    font-size: 170px;
  }
}
@media (max-width: 768px) {
  main .slider .container .promo-slider .promo-slide {
    min-height: 260px;
    padding: 35px 30px;
    border-radius: 45px 16px 45px 16px;
    background: radial-gradient(ellipse at 45% 60%, rgba(255, 93, 53, 0.95) 0%, rgba(255, 93, 53, 0.45) 35%, rgba(255, 93, 53, 0) 65%), #242424;
  }
  main .slider .container .promo-slider .promo-slide__brand {
    font-size: 22px;
  }
  main .slider .container .promo-slider .promo-slide__content {
    max-width: 80%;
  }
  main .slider .container .promo-slider .promo-slide__title {
    font-size: 32px;
  }
  main .slider .container .promo-slider .promo-slide__percent {
    right: 20px;
    font-size: 120px;
  }
}
@media (max-width: 480px) {
  main .slider .container .promo-slider .promo-slide {
    min-height: 220px;
    padding: 28px 22px;
  }
  main .slider .container .promo-slider .promo-slide__brand {
    font-size: 18px;
  }
  main .slider .container .promo-slider .promo-slide__title {
    font-size: 25px;
  }
  main .slider .container .promo-slider .promo-slide__percent {
    right: 12px;
    font-size: 90px;
  }
}
main .content__title {
  font-size: 28px;
  margin-bottom: 24px;
  margin-top: 42px;
  font-weight: 600;
}
main .content__items {
  display: grid;
  justify-items: stretch;
  justify-content: space-between;
  grid-template-rows: auto;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 24px;
}
main .content__item .image {
  width: 100%;
}
main .content__item .image .image-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 16px;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-radius: 14px;
}
main .content__item .image .image-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .content__item .image .image-container .favorite,
main .content__item .image .image-container .add-cart {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: rgba(39, 38, 38, 0.486);
  color: #079ff9;
  color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  transition: 0.2s;
}
main .content__item .image .image-container .favorite i,
main .content__item .image .image-container .add-cart i {
  font-size: 16px;
}
main .content__item .image .image-container .favorite:hover,
main .content__item .image .image-container .add-cart:hover {
  background: #d76643;
  color: #fff;
}
main .content__item .image .image-container .favorite {
  top: 12px;
  right: 12px;
}
main .content__item .image .image-container .add-cart {
  right: 12px;
  bottom: 12px;
  background: rgba(215, 102, 67, 0.8823529412);
  color: #fff;
}
main .content__item .image .image-container .add-cart:hover {
  background: #be5130;
}
main .content__item .image .image-container .product-status {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 7px 12px;
  border-radius: 12px;
  background: #00abeb;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
main .content__item .price-row {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
main .content__item .price-row .new-price {
  background: #d76643;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  display: block;
  padding: 4px 8px;
  margin-right: 8px;
  border-radius: 10px;
}
main .content__item .price-row .old-price {
  color: #a3a3a3;
  text-decoration: line-through;
}
main .content__item .category {
  margin-bottom: 8px;
  color: #a3a3a3;
  font-weight: 600;
}
main .content__item .title {
  font-size: 18px;
  font-weight: 700;
}
main {
  /* ==========================================================
     СТРАНИЦА ТОВАРА
  ========================================================== */
}
main .product-page {
  padding: 16px 0 60px;
  color: #40444a;
}
main .product-page .container {
  width: 100%;
  box-sizing: border-box;
}
main .product-page .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 28px;
  font-size: 13px;
  color: #a6a6a6;
}
main .product-page .breadcrumbs a {
  color: #a6a6a6;
}
main .product-page .breadcrumbs a:hover {
  color: #d76643;
}
main .product-page__title {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
main {
  /* ==========================================================
     ОСНОВНОЙ БЛОК
  ========================================================== */
}
main .product-main {
  display: grid;
  grid-template-columns: minmax(300px, 380px) minmax(340px, 460px) minmax(430px, 1fr);
  align-items: start;
  -moz-column-gap: 35px;
       column-gap: 35px;
  width: 100%;
  min-width: 0;
}
main {
  /* ==========================================================
     ГАЛЕРЕЯ
  ========================================================== */
}
main .product-gallery {
  min-width: 0;
}
main .product-gallery__main {
  position: relative;
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  cursor: zoom-in;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .product-gallery__main img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.25s ease, opacity 0.2s ease;
  will-change: transform;
}
main .product-gallery__main {
  /* Иконка увеличения */
}
main .product-gallery__main::after {
  content: "\f00e";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
  color: #555;
  font-family: "Font Awesome 6 Free";
  font-size: 15px;
  font-weight: 900;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
}
main .product-gallery__main:hover::after {
  opacity: 0;
  transform: scale(0.8);
}
main .product-gallery__main {
  /* JS добавляет этот класс */
}
main .product-gallery__main.zooming img {
  transform: scale(1.7);
}
main .product-gallery__thumbs {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
}
main .product-gallery__thumbs button {
  position: relative;
  flex: 0 0 82px;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  overflow: hidden;
  border: 3px solid #ededed;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s, transform 0.2s, opacity 0.2s;
}
main .product-gallery__thumbs button img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
main .product-gallery__thumbs button:hover {
  border-color: #bdbdbd;
  transform: translateY(-2px);
}
main .product-gallery__thumbs button.active {
  border-color: #d76643;
}
main {
  /* ==========================================================
     КРАТКИЕ ХАРАКТЕРИСТИКИ
  ========================================================== */
}
main .product-short-specs {
  min-width: 0;
  padding-top: 5px;
}
main .product-short-specs__title {
  margin-bottom: 17px;
  font-size: 14px;
  font-weight: 700;
  color: #40444a;
}
main .product-short-specs__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main .product-short-specs__more {
  display: block;
  margin-top: 25px;
  text-align: center;
  color: #00a5f5;
  font-size: 14px;
  font-weight: 600;
}
main .product-short-specs__more:hover {
  text-decoration: underline;
}
main .spec-row {
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-width: 0;
  font-size: 13px;
  line-height: 1.2;
}
main .spec-row__name {
  flex-shrink: 0;
  color: #6b7078;
}
main .spec-row__dots {
  flex: 1;
  min-width: 15px;
  margin: 0 10px 3px;
  border-bottom: 1px dotted #cfcfcf;
}
main .spec-row__value {
  flex-shrink: 0;
  max-width: 48%;
  text-align: right;
  color: #30343a;
  font-weight: 500;
}
main {
  /* ==========================================================
     КАРТОЧКА ПОКУПКИ
  ========================================================== */
}
main .product-buy {
  justify-self: end;
  width: 430px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 30px 32px 24px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.09);
}
main .product-buy__prices {
  display: flex;
  align-items: flex-end;
  gap: 18px;
}
main .product-buy__price {
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  color: #41454b;
}
main .product-buy__old-price {
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 600;
  color: #b9b9b9;
  text-decoration: line-through;
}
main .product-buy__discount {
  min-height: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 13px;
}
main .product-buy__discount span {
  color: #6e7178;
}
main .product-buy__discount b {
  padding: 5px 16px;
  background: #fb633e;
  color: #fff;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 600;
}
main .product-buy__cart {
  width: 100%;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 15px;
  border: 0;
  border-radius: 7px;
  margin-top: 18px;
  background: #06a6ef;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}
main .product-buy__cart i {
  font-size: 14px;
}
main .product-buy__cart:hover {
  background: #0095d8;
}
main .product-buy__favorite {
  width: 100%;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  padding: 0 15px;
  border: 0;
  border-radius: 7px;
  background: #f8aa98;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}
main .product-buy__favorite:hover {
  background: #f6957e;
}
main {
  /* ==========================================================
     РАССРОЧКА
  ========================================================== */
}
main .installment {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 13px;
  padding: 0 14px;
  box-sizing: border-box;
  border: 1px solid #e8bc00;
  border-radius: 8px;
}
main .installment__bank {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
main .installment__bank strong {
  font-size: 16px;
}
main .installment__logo {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffdd00;
  color: #111;
  font-size: 16px;
  font-weight: 900;
}
main .installment__text {
  font-size: 13px;
  color: #5f6369;
  text-align: right;
}
main .installment__text b {
  color: #41454b;
}
main {
  /* ==========================================================
     ДЕФЕКТ
  ========================================================== */
}
main .product-defect {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 27px;
  margin-bottom: 25px;
  font-size: 13px;
}
main .product-defect__text {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #757980;
}
main .product-defect__text i {
  flex-shrink: 0;
  font-size: 18px;
  color: #fb693f;
}
main .product-defect a {
  flex-shrink: 0;
  color: #00a6f5;
  font-size: 12px;
  font-weight: 600;
}
main .product-defect a:hover {
  text-decoration: underline;
}
main {
  /* ==========================================================
     ДОСТАВКА
  ========================================================== */
}
main .delivery-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
main .delivery-info__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 12px;
}
main .delivery-info__row a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #555a61;
}
main .delivery-info__row a i {
  font-size: 9px;
  color: #00a5f5;
}
main .delivery-info__row a:hover {
  color: #00a5f5;
}
main .delivery-info__row span {
  flex-shrink: 0;
  color: #60646a;
  text-align: right;
}
main {
  /* ==========================================================
     ТАБЫ
  ========================================================== */
}
main .product-info {
  margin-top: 55px;
  scroll-margin-top: 100px;
}
main .product-info__tabs {
  display: flex;
  align-items: center;
  gap: 80px;
  border-bottom: 2px solid #00a5f5;
}
main .product-info__tab {
  position: relative;
  flex-shrink: 0;
  padding: 20px 0 25px;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: inherit;
  font-size: 23px;
  font-weight: 600;
  color: #454950;
  cursor: pointer;
  transition: color 0.2s;
}
main .product-info__tab:hover {
  color: #00a5f5;
}
main .product-info__tab.active {
  color: #00a5f5;
}
main .product-info__tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  background: #00a5f5;
}
main .product-info__content {
  padding-top: 22px;
}
main .product-info__panel {
  display: none;
}
main .product-info__panel.active {
  display: block;
}
main {
  /* ==========================================================
     ОПИСАНИЕ
  ========================================================== */
}
main .product-description {
  max-width: 800px;
  font-size: 14px;
  line-height: 1.4;
  color: #5b6067;
}
main .product-description p {
  margin: 0 0 18px;
}
main .product-description p:last-child {
  margin-bottom: 0;
}
main .product-description b {
  font-weight: 500;
}
main {
  /* ==========================================================
     ПОЛНЫЕ ХАРАКТЕРИСТИКИ
  ========================================================== */
}
main .product-specifications {
  width: 100%;
  max-width: 900px;
}
main .product-specifications__title {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 700;
  color: #40444a;
}
main .product-specifications__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
main .product-specifications .spec-row {
  font-size: 14px;
}
main {
  /* ==========================================================
     LIGHTBOX / HIGHSLIDE
  ========================================================== */
  /* ==========================================================
     LIGHTBOX
  ========================================================== */
}
main .product-lightbox {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483647 !important;
  display: none !important;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding: 35px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.88);
}
main .product-lightbox.is-open {
  display: flex !important;
}
main .product-lightbox__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .product-lightbox__image {
  display: block;
  width: auto;
  height: auto;
  max-width: calc(100vw - 120px);
  max-height: calc(100vh - 80px);
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  animation: productLightboxShow 0.2s ease;
}
main .product-lightbox__close {
  position: fixed;
  top: 25px;
  right: 30px;
  z-index: 5;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.2s;
}
main .product-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.3);
}
main .product-lightbox__prev, main .product-lightbox__next {
  position: fixed;
  top: 50%;
  z-index: 5;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s;
}
main .product-lightbox__prev:hover, main .product-lightbox__next:hover {
  background: rgba(255, 255, 255, 0.3);
}
main .product-lightbox__prev {
  left: 25px;
}
main .product-lightbox__next {
  right: 25px;
}
main .product-lightbox__counter {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  padding: 7px 14px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 13px;
}
@keyframes productLightboxShow {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
main body.product-lightbox-open {
  overflow: hidden !important;
}
main {
  /* ==========================================================
     MOBILE LIGHTBOX
  ========================================================== */
}
@media (max-width: 768px) {
  main .product-lightbox {
    padding: 15px;
  }
  main .product-lightbox__image {
    max-width: 100%;
    max-height: calc(100vh - 100px);
  }
  main .product-lightbox__close {
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
  }
  main .product-lightbox__prev, main .product-lightbox__next {
    width: 42px;
    height: 42px;
  }
  main .product-lightbox__prev {
    left: 10px;
  }
  main .product-lightbox__next {
    right: 10px;
  }
  main .product-lightbox__counter {
    bottom: 12px;
  }
}
main {
  /* ==========================================================
     ДО 1250 PX
  ========================================================== */
}
@media (max-width: 1250px) {
  main .product-main {
    grid-template-columns: minmax(280px, 1fr) minmax(340px, 1.2fr);
    -moz-column-gap: 35px;
         column-gap: 35px;
    row-gap: 40px;
  }
  main .product-buy {
    grid-column: 1/-1;
    justify-self: end;
    width: 430px;
    max-width: 100%;
  }
}
main {
  /* ==========================================================
     ДО 900 PX
  ========================================================== */
}
@media (max-width: 900px) {
  main .product-main {
    grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1.15fr);
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  main .product-gallery__main {
    height: 300px;
  }
  main .product-gallery__thumbs {
    gap: 8px;
  }
  main .product-gallery__thumbs button {
    flex: 0 0 68px;
    width: 68px;
    height: 68px;
  }
  main .product-short-specs__list {
    gap: 9px;
  }
  main .spec-row {
    font-size: 12px;
  }
  main .spec-row__value {
    max-width: 46%;
  }
}
main {
  /* ==========================================================
     ДО 768 PX
  ========================================================== */
}
@media (max-width: 768px) {
  main .product-page {
    padding: 10px 0 40px;
  }
  main .product-page .breadcrumbs {
    gap: 5px;
    margin-bottom: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 12px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }
  main .product-page .breadcrumbs::-webkit-scrollbar {
    display: none;
  }
  main .product-page__title {
    margin-bottom: 25px;
    font-size: 21px;
    line-height: 1.3;
  }
  main {
    /* Один столбец */
  }
  main .product-main {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }
  main .product-gallery,
  main .product-short-specs,
  main .product-buy {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }
  main {
    /* Галерея */
  }
  main .product-gallery__main {
    height: auto;
    aspect-ratio: 1.3/1;
    padding: 10px;
    box-sizing: border-box;
    /* На touch zoom при hover отключаем */
  }
  main .product-gallery__main.zooming img {
    transform: scale(1);
  }
  main .product-gallery__main::after {
    right: 10px;
    bottom: 10px;
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
  main .product-gallery__main:hover::after {
    opacity: 1;
    transform: none;
  }
  main .product-gallery__main img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  main .product-gallery__thumbs {
    gap: 10px;
    margin-top: 15px;
    padding-bottom: 3px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }
  main .product-gallery__thumbs::-webkit-scrollbar {
    display: none;
  }
  main .product-gallery__thumbs button {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
  }
  main .product-gallery__thumbs button:hover {
    transform: none;
  }
  main {
    /* Краткие характеристики */
  }
  main .product-short-specs {
    padding-top: 0;
  }
  main .product-short-specs__title {
    margin-bottom: 15px;
    font-size: 16px;
  }
  main .product-short-specs__list {
    gap: 12px;
  }
  main .product-short-specs__more {
    margin-top: 22px;
    font-size: 13px;
  }
  main .spec-row {
    font-size: 13px;
    line-height: 1.25;
  }
  main .spec-row__name {
    max-width: 50%;
  }
  main .spec-row__dots {
    min-width: 8px;
    margin-left: 7px;
    margin-right: 7px;
  }
  main .spec-row__value {
    max-width: 45%;
  }
  main {
    /* Карточка цены */
  }
  main .product-buy {
    justify-self: auto;
    width: 100%;
    max-width: none;
    padding: 24px 20px;
    border-radius: 12px;
  }
  main .product-buy__prices {
    gap: 14px;
  }
  main .product-buy__price {
    font-size: 32px;
  }
  main .product-buy__old-price {
    font-size: 16px;
  }
  main .product-buy__cart, main .product-buy__favorite {
    height: 48px;
    font-size: 14px;
  }
  main .installment {
    height: auto;
    min-height: 48px;
    padding: 9px 12px;
    gap: 10px;
  }
  main .installment__text {
    text-align: right;
  }
  main .product-defect {
    gap: 10px;
    margin-top: 22px;
    margin-bottom: 22px;
  }
  main .product-defect__text {
    flex: 1;
  }
  main .product-defect a {
    flex-shrink: 0;
  }
  main .delivery-info__row {
    gap: 15px;
  }
  main .delivery-info__row a {
    flex: 1;
  }
  main .delivery-info__row span {
    flex-shrink: 0;
  }
  main {
    /* Табы */
  }
  main .product-info {
    margin-top: 40px;
    scroll-margin-top: 80px;
  }
  main .product-info__tabs {
    gap: 35px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }
  main .product-info__tabs::-webkit-scrollbar {
    display: none;
  }
  main .product-info__tab {
    flex-shrink: 0;
    padding: 17px 0 19px;
    font-size: 19px;
  }
  main .product-info__content {
    padding-top: 20px;
  }
  main .product-description {
    max-width: none;
    font-size: 14px;
    line-height: 1.4;
  }
  main .product-specifications {
    max-width: none;
  }
  main {
    /* Lightbox */
  }
  main .product-lightbox {
    padding: 15px;
  }
  main .product-lightbox__image {
    max-width: 100%;
    max-height: 85vh;
  }
  main .product-lightbox__close {
    top: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    font-size: 27px;
  }
  main .product-lightbox__prev, main .product-lightbox__next {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  main .product-lightbox__prev {
    left: 10px;
  }
  main .product-lightbox__next {
    right: 10px;
  }
  main .product-lightbox__counter {
    bottom: 15px;
  }
}
main {
  /* ==========================================================
     ДО 480 PX
  ========================================================== */
}
@media (max-width: 480px) {
  main .product-page {
    padding-bottom: 30px;
  }
  main .product-page .breadcrumbs {
    margin-bottom: 15px;
    font-size: 11px;
  }
  main .product-page__title {
    margin-bottom: 20px;
    font-size: 19px;
  }
  main .product-gallery__main {
    aspect-ratio: 1.15/1;
    padding: 5px;
  }
  main .product-gallery__thumbs {
    gap: 7px;
  }
  main .product-gallery__thumbs button {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    padding: 4px;
    border-width: 2px;
  }
  main .product-short-specs__title {
    font-size: 15px;
  }
  main .spec-row {
    align-items: flex-end;
    font-size: 12px;
  }
  main .spec-row__name {
    max-width: 48%;
  }
  main .spec-row__dots {
    margin-left: 5px;
    margin-right: 5px;
  }
  main .spec-row__value {
    max-width: 48%;
  }
  main .product-buy {
    padding: 20px 16px;
    border-radius: 10px;
  }
  main .product-buy__prices {
    flex-wrap: wrap;
    gap: 6px 12px;
  }
  main .product-buy__price {
    font-size: 28px;
  }
  main .product-buy__old-price {
    font-size: 14px;
  }
  main .product-buy__discount {
    height: auto;
    margin-top: 12px;
    margin-bottom: 0;
  }
  main .product-buy__discount b {
    padding: 5px 11px;
  }
  main .product-buy__cart, main .product-buy__favorite {
    height: 46px;
  }
  main .installment {
    align-items: center;
  }
  main .installment__bank strong {
    font-size: 14px;
  }
  main .installment__logo {
    width: 23px;
    height: 23px;
    font-size: 14px;
  }
  main .installment__text {
    font-size: 11px;
  }
  main .product-defect {
    align-items: flex-start;
    font-size: 12px;
  }
  main .product-defect__text {
    align-items: flex-start;
  }
  main .product-defect a {
    font-size: 11px;
  }
  main .delivery-info {
    gap: 15px;
  }
  main .delivery-info__row {
    align-items: flex-start;
    font-size: 11px;
  }
  main .delivery-info__row a {
    max-width: 55%;
  }
  main .delivery-info__row span {
    max-width: 45%;
    white-space: normal;
  }
  main .product-info {
    margin-top: 30px;
  }
  main .product-info__tabs {
    gap: 25px;
  }
  main .product-info__tab {
    padding: 14px 0 16px;
    font-size: 17px;
  }
  main .product-info__content {
    padding-top: 17px;
  }
  main .product-description {
    font-size: 13px;
    line-height: 1.45;
  }
  main .product-description p {
    margin-bottom: 15px;
  }
  main .product-specifications__title {
    margin-bottom: 18px;
    font-size: 16px;
  }
  main .product-specifications__list {
    gap: 12px;
  }
  main .product-specifications .spec-row {
    font-size: 12px;
  }
  main .product-lightbox__prev, main .product-lightbox__next {
    top: auto;
    bottom: 55px;
    transform: none;
  }
  main .product-lightbox__prev {
    left: 15px;
  }
  main .product-lightbox__prev:hover {
    transform: none;
  }
  main .product-lightbox__next {
    right: 15px;
  }
  main .product-lightbox__next:hover {
    transform: none;
  }
}
main {
  /* ==========================================================
     ДО 360 PX
  ========================================================== */
}
@media (max-width: 360px) {
  main .product-page__title {
    font-size: 18px;
  }
  main .product-buy {
    padding: 18px 14px;
  }
  main .product-buy__price {
    font-size: 25px;
  }
  main .product-buy__old-price {
    font-size: 13px;
  }
  main .installment {
    padding-left: 8px;
    padding-right: 8px;
  }
  main .installment__text {
    font-size: 10px;
  }
  main .spec-row__name, main .spec-row__value {
    max-width: 49%;
  }
}

.footer {
  margin-top: 82px;
}
.footer__top {
  background: #f1f3f5;
  padding: 42px 0;
}
.footer__top .container {
  display: grid;
  justify-items: stretch;
  justify-content: space-between;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.footer__top-info {
  margin-right: 100px;
}
.footer__top-info .title {
  display: block;
  margin-bottom: 24px;
  font-family: "Montserrat";
  font-size: 28px;
  font-weight: 800;
  color: #747474;
}
.footer__top-info .title span {
  color: #858585;
  margin-left: 2px;
}
.footer__top-info .info {
  text-wrap: nowrap;
  color: #686c71;
  display: block;
  margin-bottom: 12px;
}
.footer__top-info .info a {
  color: #079ff9;
}
.footer__top-info .info a:hover {
  text-decoration: underline;
}
.footer__top-info .social {
  display: flex;
  margin-top: 24px;
}
.footer__top-info .social a {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.footer__top-info .social a i {
  font-size: 24px;
}
.footer__top-info .social a {
  margin-right: 6px;
}
.footer__top-info .social a.vk {
  background-color: #0077ff;
}
.footer__top-info .social a.tg {
  background-color: #229ed9;
}
.footer__top-info .social a.ok {
  background-color: #FF7700;
}
.footer__top-info .social a:hover {
  background-color: #d76643;
}
.footer__top-menu .title {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
}
.footer__top-menu ul li {
  margin-bottom: 12px;
}
.footer__top-menu ul li a.orange {
  color: #d76643;
}
.footer__top-menu ul li a:hover {
  text-decoration: underline;
}
.footer__bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.footer__bottom span {
  color: #aaaaaa;
  display: block;
  margin-bottom: 8px;
}
.footer__bottom span:last-child {
  margin-bottom: 0;
}

.product-lightbox {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483647 !important;
  display: none !important;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding: 35px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.88);
}
.product-lightbox.is-open {
  display: flex !important;
}
.product-lightbox__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-lightbox__image {
  display: block;
  width: auto;
  height: auto;
  max-width: calc(100vw - 120px);
  max-height: calc(100vh - 80px);
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
  cursor: zoom-in;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.2s ease, opacity 0.2s ease;
  animation: productLightboxShow 0.2s ease;
}
.product-lightbox.is-zoomed .product-lightbox__image {
  cursor: zoom-out;
  transform: scale(1.85);
}
.product-lightbox__close {
  position: fixed;
  top: 25px;
  right: 30px;
  z-index: 5;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.2s;
}
.product-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.product-lightbox__prev, .product-lightbox__next {
  position: fixed;
  top: 50%;
  z-index: 5;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s;
}
.product-lightbox__prev:hover, .product-lightbox__next:hover {
  background: rgba(255, 255, 255, 0.3);
}
.product-lightbox__prev {
  left: 25px;
}
.product-lightbox__next {
  right: 25px;
}
.product-lightbox__counter {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  padding: 7px 14px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 13px;
}
body.product-lightbox-open {
  overflow: hidden !important;
}

@media (max-width: 768px) {
  .product-lightbox {
    padding: 15px;
  }
  .product-lightbox__image {
    max-width: 100%;
    max-height: 85vh;
  }
  .product-lightbox.is-zoomed .product-lightbox__image {
    transform: scale(1.55);
  }
  .product-lightbox__close {
    top: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    font-size: 27px;
  }
  .product-lightbox__prev, .product-lightbox__next {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  .product-lightbox__prev {
    left: 10px;
  }
  .product-lightbox__next {
    right: 10px;
  }
  .product-lightbox__counter {
    bottom: 15px;
  }
}
@media (max-width: 480px) {
  .product-lightbox__prev, .product-lightbox__next {
    top: auto;
    bottom: 55px;
    transform: none;
  }
  .product-lightbox__prev {
    left: 15px;
  }
  .product-lightbox__prev:hover {
    transform: none;
  }
  .product-lightbox__next {
    right: 15px;
  }
  .product-lightbox__next:hover {
    transform: none;
  }
}

/* ==========================================================
   OPENCART / LIVESTORE INTEGRATION
========================================================== */
body {
  background: #fff;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

[class*="col-"] {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}

.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-12 {
  width: 100%;
}

.col-sm-10 {
  width: 83.333333%;
}

.col-sm-9,
.col-md-9,
.col-lg-9 {
  width: 75%;
}

.col-sm-8,
.col-md-8,
.col-lg-8 {
  width: 66.666667%;
}

.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-6 {
  width: 50%;
}

.col-sm-4,
.col-md-4,
.col-lg-4 {
  width: 33.333333%;
}

.col-sm-3,
.col-md-3,
.col-lg-3 {
  width: 25%;
}

.col-sm-2,
.col-md-2,
.col-lg-2 {
  width: 16.666667%;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  display: block;
  width: 100%;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid #d8dde3;
  border-radius: 7px;
  background: #fff;
  color: #464b51;
}

.input-group {
  display: flex;
  align-items: stretch;
}

.input-group-addon,
.input-group-btn {
  display: flex;
  align-items: center;
}

.input-group-addon {
  padding: 0 12px;
  border: 1px solid #d8dde3;
  border-right: 0;
  border-radius: 7px 0 0 7px;
  background: #f1f3f5;
  white-space: nowrap;
}

.input-group .form-control {
  border-radius: 0 7px 7px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid #d8dde3;
  border-radius: 7px;
  background: #fff;
  color: #464b51;
  cursor: pointer;
}

.btn-primary {
  border-color: #06a6ef;
  background: #06a6ef;
  color: #fff;
}

.btn-danger {
  border-color: #d9534f;
  background: #d9534f;
  color: #fff;
}

.btn-link {
  border-color: transparent;
  background: transparent;
  color: #079ff9;
}

.btn-block {
  width: 100%;
}

.btn-xs {
  min-height: 24px;
  padding: 3px 7px;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table td,
.table th {
  padding: 8px;
  border-top: 1px solid #e7eaee;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #e7eaee;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.pull-right {
  margin-left: auto;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.hidden-xs,
.hidden-sm,
.hidden-md {
  display: inline;
}

.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 1000;
  background: #fff;
}

.open > .dropdown-menu,
.dropdown:hover > .dropdown-menu {
  display: block;
}

.alert {
  padding: 12px 14px;
  border-radius: 8px;
  background: #f1f3f5;
}

.alert-success {
  background: #e8f7ee;
  color: #1f7a3d;
}

.alert-info {
  background: #e9f6ff;
  color: #126b9e;
}

.alert-danger {
  background: #fff0f0;
  color: #b3342f;
}

.close {
  margin-left: 12px;
  background: transparent;
  color: inherit;
}

.header {
  background: #fff;
}

.header__middle .container .logo {
  flex-shrink: 0;
  display: block;
}

.header__middle .container .logo:hover {
  color: inherit;
}

.header__middle .container .search #search,
.header__middle .container .search .td-search {
  position: relative;
  width: 100%;
  display: block;
}

.header__middle .container .search #search input,
.header__middle .container .search .td-search input {
  height: 46px;
  border: 1.5px solid #d76643;
  border-radius: 12px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 0 82px 0 24px;
  box-shadow: none;
  font: inherit;
}

.header__middle .container .search #search button,
.header__middle .container .search .td-search button {
  border: 1.5px solid #d76643;
  border-radius: 12px;
  right: 0;
  top: 0;
  position: absolute;
  background: #d76643;
  color: #fff;
  width: 68px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__middle .container .search #search button:hover,
.header__middle .container .search .td-search button:hover {
  background: #be5130;
}

.header__middle .container .search #search button i,
.header__middle .container .search .td-search button i {
  font-size: 20px;
}

.header__middle-right .td-cart {
  position: relative;
  display: flex;
  align-items: flex-start;
  line-height: 1.15;
}

.header__middle-right {
  align-items: flex-start;
  gap: 24px;
}

.header__middle-right a,
.header__middle-right .td-cart-toggle {
  width: auto;
  min-width: 66px;
  height: 48px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-right: 0;
  padding: 0;
  border: 0;
  appearance: none;
  background: transparent;
  box-shadow: none;
  font-family: inherit;
  font-size: 14px;
  color: #079ff9;
  font-weight: 600;
  text-align: center;
  line-height: 1.15;
}

.header__middle-right .td-cart-toggle:hover,
.header__middle-right .td-cart.open .td-cart-toggle {
  color: #d76643;
  background: transparent;
}

.header__middle-right .td-cart-toggle i {
  line-height: 1;
  font-size: 20px;
  margin-bottom: 6px;
  display: block;
}

.header__middle-right .td-cart-toggle span {
  display: block;
}

.header__middle-right .td-cart .dropdown-menu {
  right: 0;
  left: auto;
  min-width: 340px;
  padding: 12px;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
}

.header__middle-right .td-cart .table {
  margin-bottom: 10px;
}

.header__menu .dropdown {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
}

.header__menu .dropdown > a {
  height: 100%;
}

.header__menu .dropdown-menu {
  top: 100%;
  border: 0;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.header__menu .dropdown-inner {
  display: flex;
  gap: 18px;
  padding: 14px;
}

.header__menu .dropdown-inner a,
.header__menu .see-all {
  height: auto;
  justify-content: flex-start;
  padding: 8px 12px;
}

.td-page {
  padding-top: 28px;
}

.breadcrumbs,
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 0 28px;
  padding: 0;
  background: transparent;
  font-size: 13px;
  color: #a6a6a6;
}

.breadcrumbs a,
.breadcrumb a {
  color: #a6a6a6;
}

.breadcrumbs a:hover,
.breadcrumb a:hover {
  color: #d76643;
}

.category-page__header {
  margin-bottom: 28px;
}

.category-page__title {
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  color: #40444a;
}

.category-page__description {
  max-width: 920px;
  line-height: 1.55;
}

.category__category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
}

.category__category-list-item a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 8px;
  background: #f1f3f5;
  color: #464b51;
  font-weight: 600;
}

.category__category-list-item a:hover {
  background: #d76643;
  color: #fff;
}

.category-toolbar {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.category-toolbar .form-group {
  margin: 0;
}

.category-toolbar .input-group-addon {
  border: 0;
  background: #f1f3f5;
}

.category-toolbar .form-control {
  border-color: #e1e4e8;
  box-shadow: none;
}

.search-page-form {
  margin-bottom: 28px;
  padding: 20px;
  border-radius: 10px;
  background: #f6f7f8;
}

.search-page-form .control-label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.search-page-form__row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 320px) auto;
  gap: 12px;
}

.search-page-form__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 14px;
}

.content__item {
  min-width: 0;
}

.content__item .image .image-container > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.content__item .image .image-container .favorite,
.content__item .image .image-container .add-cart {
  border: 0;
}

.content__item .image .image-container .favorite {
  background: rgba(39, 38, 38, 0.486);
}

.content__item .image .image-container .add-cart {
  background: rgba(215, 102, 67, 0.8823529412);
}

.content__item .title a {
  color: inherit;
}

.content__item .title a:hover {
  color: #079ff9;
}

.content__item .price-tax,
.content__item .description {
  display: none;
}

.product-options {
  margin: 18px 0;
}

.product-options .form-control {
  border-color: #e1e4e8;
  box-shadow: none;
}

.product-quantity {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.product-quantity label {
  margin: 0;
  color: #6e7178;
  font-size: 13px;
}

.product-quantity input {
  width: 74px;
  height: 40px;
  border: 1px solid #e1e4e8;
  border-radius: 7px;
  text-align: center;
}

.product-meta {
  margin: 18px 0;
  color: #757980;
  font-size: 13px;
  line-height: 1.6;
}

.product-meta a {
  color: #079ff9;
}

.product-buy .alert {
  margin-top: 14px;
}

.product-buy__cart:disabled,
.product-buy__cart[disabled] {
  background: #aeb5bd;
  cursor: default;
}

.product-buy__cart:disabled:hover,
.product-buy__cart[disabled]:hover {
  background: #aeb5bd;
}

.product-info__panel .table {
  margin: 0;
}

.footer a {
  color: inherit;
}

.footer a:hover {
  color: #079ff9;
}

.footer__top-menu ul {
  padding: 0;
  margin: 0;
}

.cookie-notification {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  padding: 14px 0;
  background: #242424;
  color: #fff;
}

.cookie-notification__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.cookie-notification__info {
  line-height: 1.4;
}

.cookie-notification__btn {
  flex-shrink: 0;
}

@media (max-width: 1100px) {
  .header__top .container {
    height: auto;
    min-height: 44px;
    gap: 12px;
  }

  .header__top .container .left,
  .header__top .container .right {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }

  .header__middle .container {
    height: auto;
    min-height: 86px;
    flex-wrap: wrap;
    gap: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .header__middle .container .menu-btn {
    margin-left: auto;
    margin-right: 0;
  }

  .header__middle .container .search {
    order: 3;
    flex-basis: 100%;
    max-width: none;
    margin-right: 0;
  }

  .header__middle-right {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .header__top {
    display: none;
  }

  .header__middle .container .logo .title {
    font-size: 22px;
  }

  .header__middle .container .logo .subtitle {
    font-size: 10px;
  }

  .header__middle .container .menu-btn {
    height: 40px;
    padding: 0 16px;
    border-radius: 8px;
  }

  .header__middle .container .menu-btn i {
    margin-right: 8px;
  }

  .header__middle-right {
    width: 100%;
    justify-content: space-around;
    order: 4;
    gap: 12px;
  }

  .header__middle-right a,
  .header__middle-right .td-cart-toggle {
    min-width: 58px;
    font-size: 12px;
  }

  .header__middle-right .td-cart .dropdown-menu {
    position: fixed;
    left: 12px;
    right: 12px;
    top: auto;
    min-width: 0;
    width: auto;
  }

  .header__menu .container {
    height: 50px;
  }

  .header__menu .container a {
    padding: 0 14px;
    font-size: 13px;
  }

  main .content__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  main .content__item .price-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  main .content__item .price-row .new-price {
    font-size: 18px;
  }

  .footer {
    margin-top: 48px;
  }

  .footer__top .container {
    grid-template-columns: 1fr;
  }

  .footer__top-info {
    margin-right: 0;
  }

  .footer__bottom .container {
    height: auto;
    min-height: 80px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .search-page-form__row {
    grid-template-columns: 1fr;
  }

  .cookie-notification__container {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  main .content__items {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=style.css.map */
