@font-face {
  font-family: "pn";
  src: url("../fonts/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "pn";
  src: url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "pn";
  src: url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "pn";
  src: url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bt-text: #222;
  --bt-muted: #7d7d7d;
  --bt-line: #e3e3e3;
  --bt-soft: #f6f4f1;
  --bt-accent: #000;
  --bt-accent-dark: #000;
  --bt-green: #000;
  --bt-container: 1180px;
}

* {
  box-sizing: border-box;
}

body.bobtex-store {
  margin: 0;
  background: #fff;
  color: var(--bt-text);
  font-family: "pn", sans-serif;
  font-size: 14px;
  line-height: 120%;
}

a {
  color: #7d7d7d;
  text-decoration: none;
  transition-duration: .2s;
}

a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}

.bobtex-container {
  width: min(var(--bt-container), calc(100% - 32px));
  margin: 0 auto;
}

body.bobtex-store > .container {
  width: min(var(--bt-container), calc(100% - 32px));
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.site-header {
  background: #fff;
  border-bottom: 0;
}

.top-wrap {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  letter-spacing: .7px;
}

.site-logo a {
  display: inline-flex;
  align-items: center;
  color: #1c1c1c;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
}

.site-logo img {
  width: 172px;
  height: auto;
  display: block;
}

.site-logo span {
  border: 3px solid #1c1c1c;
  padding: 7px 13px 5px;
}

.hamburger-nav {
  display: none;
}

.hamburger-nav button {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  padding: 0;
}

.hamburger-nav span,
.hamburger-nav span:before,
.hamburger-nav span:after {
  display: block;
  width: 28px;
  height: 3px;
  background: #282828;
  content: "";
}

.hamburger-nav span:before {
  transform: translateY(-8px);
}

.hamburger-nav span:after {
  transform: translateY(5px);
}

.site-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
  flex: 1;
}

.site-phone {
  min-width: 168px;
  color: #222;
  text-align: right;
}

.site-phone a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.1px;
}

.site-phone div {
  margin-top: 4px;
  color: #707070;
  font-size: 12px;
}

.site-search {
  width: 120px;
  flex: 0 0 120px;
}

.bobtex-search {
  display: flex;
  height: 26px;
  border: 0;
  border-bottom: 1px solid #111;
  background: #fff;
}

.bobtex-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 0 6px 0 0;
  outline: 0;
  color: #7d7d7d;
  font-family: "pn", sans-serif;
}

.bobtex-search button {
  width: 26px;
  border: 0;
  background: #fff;
  color: #111;
}

.site-auth {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #222;
  font-size: 14px;
}

.site-auth-wrap {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.site-logout {
  color: #222;
  font-size: 14px;
}

.site-auth i {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  border-radius: 50%;
}

#cart {
  min-width: 132px;
}

#cart > button {
  height: 38px;
  border: 1px solid #dedede;
  border-radius: 0;
  background: #fff;
  color: #333;
  box-shadow: none;
  text-shadow: none;
  font-size: 13px;
}

#cart .dropdown-menu {
  border-radius: 0;
  border-color: var(--bt-line);
  min-width: 320px;
}

.main-nav {
  background: #fff;
  color: #7d7d7d;
}

.main-nav__toggle {
  display: none;
  width: 100%;
  min-height: 44px;
  border: 0;
  background: #fff;
  color: #777;
  text-align: left;
}

.main-nav__list {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav__list > li {
  position: relative;
}

.main-nav__list > li > a {
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 10px 0;
  color: #7d7d7d;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
}

.main-nav__list > li:hover > a {
  background: transparent;
  color: #777;
}

.main-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  display: none;
  min-width: 640px;
  padding: 0 25px 20px;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: var(--bt-text);
  box-shadow: none;
}

.main-nav__list > li:hover .main-nav__dropdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 18px 24px;
}

.main-nav__catalog {
  width: max-content;
}

.main-nav__heading {
  display: block;
  margin: 15px 0 10px;
  padding-top: 12px;
  border-top: 1px solid #d0d0d0;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.main-nav__dropdown ul {
  min-width: 170px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav__dropdown a {
  display: block;
  padding: 5px 0;
  color: #7e7e7e;
  font-size: 16px;
}

.bobtex-breadcrumb {
  margin: 18px 0 20px;
  padding: 0;
  background: transparent;
  color: #959595;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.bobtex-breadcrumb > li + li:before {
  content: "/";
  color: #b5aea7;
}

body.bobtex-store > .container > .breadcrumb {
  margin: 18px 0 20px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #959595;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

body.bobtex-store > .container > .breadcrumb > li + li:before {
  padding: 0 9px;
  color: #b5aea7;
  content: "/";
}

body.bobtex-store > .container h1 {
  margin: 0 0 24px;
  color: #222;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.15;
}

body.bobtex-store .well,
body.bobtex-store .panel,
body.bobtex-store .list-group-item {
  border-color: #e5e5e5;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

body.bobtex-store .well {
  min-height: 100%;
  padding: 28px 30px;
}

body.bobtex-store .form-control {
  min-height: 38px;
  border-color: #cfcfcf;
  border-radius: 0;
  box-shadow: none;
  color: #333;
}

body.bobtex-store .form-control:focus {
  border-color: #111;
  box-shadow: none;
}

body.bobtex-store .btn-primary {
  border-color: #111;
  border-radius: 0;
  background: #111;
  color: #fff;
  font-weight: 600;
}

body.bobtex-store .btn-primary:hover,
body.bobtex-store .btn-primary:focus {
  border-color: #333;
  background: #333;
}

body.bobtex-store .buttons {
  margin-top: 24px;
}

.category-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--bt-line);
}

.category-header h1,
.product-summary h1 {
  margin: 0;
  color: #222;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}

.category-header img {
  width: 120px;
  height: 90px;
  object-fit: cover;
}

.category-description {
  margin-top: 12px;
  max-width: 780px;
  color: #7d7d7d;
  font-size: 16px;
  line-height: 24px;
}

.category-refine {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.category-refine a {
  border: 1px solid var(--bt-line);
  padding: 8px 13px;
  background: var(--bt-soft);
}

.category-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
  padding: 13px 0;
  border-top: 1px solid var(--bt-line);
  border-bottom: 1px solid var(--bt-line);
}

.category-toolbar__count {
  color: var(--bt-muted);
}

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

.category-toolbar select {
  height: 34px;
  border: 1px solid #d6d0ca;
  background: #fff;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px 22px;
}

.product-card {
  min-width: 0;
  border: 1px solid var(--bt-line);
  background: #fff;
  transition: box-shadow .18s ease, border-color .18s ease;
}

.product-card:hover {
  border-color: #d0c7be;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .08);
}

.product-card__image {
  display: block;
  aspect-ratio: 3 / 4;
  background: #f3f1ef;
}

.product-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card__body {
  padding: 13px 14px 15px;
}

.product-card h2,
.product-card h3 {
  min-height: 42px;
  margin: 0 0 9px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.product-card__price {
  margin-bottom: 12px;
  color: #777;
  font-size: 20px;
  font-weight: 600;
}

.product-card__price del {
  margin-left: 8px;
  color: #999;
  font-size: 13px;
  font-weight: 400;
}

.product-card button,
.btn-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 0;
  background: var(--bt-green);
  color: #fff;
  padding: 0 20px;
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: .2s;
}

.product-card button {
  width: 100%;
}

.product-card button:hover,
.btn-buy:hover {
  background: #333;
  color: #fff;
}

.pagination-row {
  margin: 28px 0 42px;
  text-align: center;
}

.pagination > li > a,
.pagination > li > span {
  color: var(--bt-text);
  border-color: var(--bt-line);
  border-radius: 0 !important;
}

.pagination > .active > span,
.pagination > .active > a {
  background: var(--bt-accent);
  border-color: var(--bt-accent);
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 570px) minmax(360px, 1fr);
  gap: 36px;
  align-items: start;
  margin-bottom: 82px;
}

.product-gallery {
  display: block;
}

.gallery-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
}

.gallery-container.photo-alone {
  grid-template-columns: 1fr;
}

.detail-image {
  min-width: 0;
}

.detail-image .item,
.detail-slider .item {
  background: #fff;
}

.detail-image .item {
  position: relative;
  height: 480px;
  overflow: hidden;
}

.detail-image a {
  display: block;
  height: 100%;
}

.detail-image a.zoom {
  width: 54px;
  height: 54px;
}

.detail-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.detail-slider-wrap {
  position: relative;
  grid-column: 1 / -1;
}

.detail-slider {
  display: block;
  font-size: 0;
}

.detail-slider a {
  display: block;
  height: 100%;
}

.detail-slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.detail-slider .item {
  display: inline-block;
  width: 25%;
  height: 232px;
  margin-top: 0;
  padding-right: 17px;
  overflow: hidden;
  vertical-align: top;
}

.zoom {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #999;
  font-size: 20px;
}

.product-summary {
  border: 0;
  padding: 0;
  background: #fff;
}

.product-summary h1.title {
  display: block;
  margin: 18px 0 32px;
  color: #222;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}

.product-summary__meta {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.product-summary__meta .stock-line {
  display: none;
}

.fc span,
.material span {
  color: #7e7e7e;
  font-weight: 400;
}

.price-block {
  margin: 25px 0 18px;
  padding: 0;
  border-bottom: 0;
}

.price {
  color: #777;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
}

.old-price {
  margin-bottom: 7px;
  color: #999;
  font-size: 18px;
  text-decoration: line-through;
}

.product-tax {
  margin-top: 8px;
  color: var(--bt-muted);
}

.product-purchase {
  margin-top: 18px;
}

.product-options {
  display: grid;
  gap: 16px;
}

.offers-table {
  width: auto;
  margin: 20px 0;
  border-collapse: separate;
  border-spacing: 0;
  color: #333;
}

.offers-table th,
.offers-table td {
  border: 1px solid #cfcfcf;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
}

.offers-table th {
  border: 0;
  padding: 12px 0;
  background: transparent;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.offers-table td {
  width: 35px;
  height: 30px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.offers-table td:hover,
.offers-table td.is-active {
  border-color: #333;
  background: #fff;
  color: #111;
}

.color-block {
  display: inline-block;
  width: 65px;
  height: 35px;
  overflow: hidden;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.color-block span {
  display: inline-block;
  min-height: 100%;
}

.offers-table .single-prop td:first-child {
  display: none;
}

.offers-table .single-prop td.withhex {
  max-height: 30px;
  padding: 0;
  vertical-align: top;
}

.offers-table .single-prop td.withhex > .color-block {
  display: block;
  border: 0;
}

.offers-table .single-prop td.withhex.is-active {
  border-color: #000;
}

.is-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

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

.option-swatch {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  margin: 0;
  border: 1px solid var(--bt-line);
  padding: 7px 10px;
  background: var(--bt-soft);
  cursor: pointer;
  font-weight: 400 !important;
}

.option-swatch input {
  margin: 0;
}

.option-swatch img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}

.product-buy-row {
  display: block;
  margin-top: 4px;
}

.quantity-block > span {
  float: left;
  margin-right: 15px;
  color: #222;
  font-size: 18px;
  line-height: 33px;
}

.quantity {
  display: block;
  height: 33px;
  border: 0;
}

.quantity button {
  width: 50px;
  height: 33px;
  padding: 0;
  border: 0;
  border-radius: 3px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 33px;
}

.quantity input {
  width: 50px;
  height: 33px;
  border: 0;
  background: #f7f7f7;
  margin: 0 5px;
  padding: 0;
  color: #111;
  font-size: 17px;
  text-align: center;
}

.quantity-block {
  min-height: 33px;
  margin-bottom: 17px;
}

.btn-buy {
  display: inline-flex;
  width: 217px;
  height: 50px;
  min-height: 50px;
  border-radius: 3px;
  padding: 0 30px;
  background: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.product-actions button {
  border: 0;
  background: #fff;
  padding: 0;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.share {
  margin-top: 48px;
}

.share h4 {
  margin: 0 0 18px;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.socials ul {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.socials a {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  color: #777;
}

.product-tabs-clean {
  margin-bottom: 42px;
}

.page-product .product-tabs-clean {
  display: none;
}

.page-product .product-detail {
  margin-bottom: 82px;
}

.product-tabs-clean .nav-tabs {
  border-bottom: 1px solid var(--bt-line);
}

.product-tabs-clean .nav-tabs > li > a {
  border-radius: 0;
  color: var(--bt-text);
}

.product-tabs-clean .nav-tabs > li.active > a {
  border-color: var(--bt-line);
  border-bottom-color: #fff;
}

.product-tabs-clean .tab-content {
  padding: 22px 0;
}

.related-products h2 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 400;
}

.site-footer {
  margin-top: 75px;
  background: #fff;
  color: #7d7d7d;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.55fr 1fr 1.2fr 1.55fr 1fr;
  gap: 34px;
  border-top: 1px solid #e3e3e3;
  padding: 43px 0 12px;
}

.site-footer__logo img {
  width: 172px;
  height: auto;
  display: block;
}

.site-footer__phone {
  margin-top: 30px;
  color: #222;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.1px;
  text-align: right;
}

.site-footer__schedule {
  margin-top: 4px;
  color: #707070;
  font-size: 12px;
  text-align: right;
}

.site-footer h5 {
  margin: 0 0 12px;
  color: #111;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li + li {
  margin-top: 7px;
}

.site-footer a {
  color: #7d7d7d;
}

.site-footer a:hover {
  color: #000;
}

.site-footer__socials {
  display: flex;
  gap: 8px;
}

.site-footer .site-footer__socials li + li {
  margin-top: 0;
}

.site-footer__socials a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  color: #777;
}

.copyright {
  padding: 10px 0 25px;
  color: #7d7d7d;
  font-size: 13px;
  letter-spacing: .1px;
}

.empty-state {
  padding: 40px 0;
  text-align: center;
}

.home-page {
  padding: 0 0 18px;
}

.wide-banner {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
}

.wide-banner a,
.wide-banner img {
  display: block;
}

.wide-banner img {
  width: 100%;
  height: auto;
}

.main-slider {
  max-height: 513px;
}

.row-slider {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0 0 62px;
}

.row-slider .item {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.row-slider .item a,
.row-slider .item img {
  display: block;
}

.row-slider .item img {
  width: 100%;
  height: auto;
}

.row-slider .item span {
  position: absolute;
  right: 0;
  bottom: 11px;
  left: 0;
  width: 144px;
  margin: auto;
  padding: 8px 10px;
  background: rgba(255, 255, 255, .88);
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.25;
}

.row-slider .item span b {
  display: block;
  font-weight: 600;
}

.two-columns-text {
  margin-top: 0;
  margin-bottom: 54px;
}

.two-columns-text h1 {
  margin: 0 0 32px;
  color: #2d2d2d;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35;
}

.two-columns-text p {
  margin: 0;
  columns: 2;
  column-gap: 50px;
  color: #7d7d7d;
  font-size: 16px;
  line-height: 24px;
}

.page-information {
  min-height: 520px;
}

.info-layout {
  display: block;
}

.info-content {
  max-width: none;
  padding-bottom: 38px;
}

.info-content h1 {
  margin: 0 0 24px;
  color: #222;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}

.info-text {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 24px;
}

.info-text h2,
.info-text h3 {
  margin: 28px 0 14px;
  color: #333;
  font-weight: 400;
}

.info-text p {
  margin: 0 0 16px;
}

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

.info-text img[align="left"] {
  margin: 0 22px 16px 0;
}

.info-text img[align="right"] {
  margin: 0 0 16px 22px;
}

.info-text ul {
  padding-left: 20px;
}

.info-text .bitrix-consent {
  color: #000;
}

.bobtex-personal-page h1 {
  margin: 0 0 14px;
  color: #222;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}

.personal-menu {
  margin: 0 0 72px;
}

.personal-menu a {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 8px 18px;
  background: #ebebeb;
  color: #7d7d7d;
  text-align: center;
  font-size: 21px;
  line-height: 24px;
}

.personal-menu a:hover,
.personal-menu a:focus {
  background: #dcdcdc;
  color: #222;
}

.bobtex-account-orders h1 {
  margin: 0 0 28px;
  color: #222;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}

.bobtex-account-orders h3 {
  margin: 0 0 12px;
  color: #333;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.25;
}

.bobtex-account-orders .table-responsive {
  margin-bottom: 18px;
}

.bobtex-account-orders .table {
  color: #333;
  font-size: 14px;
}

.bobtex-account-orders .btn-info {
  border: 0;
  background: #111;
}

.sale-order-history-link {
  display: inline-block;
  margin: 0 28px 14px 0;
  color: #1a73e8;
  font-size: 14px;
}

.news-picture {
  float: left;
  margin: 0 15px 0 0;
}

.news-picture img {
  display: block;
}

.news-item {
  min-height: 220px;
  overflow: hidden;
  border-bottom: 1px solid #7d7d7d;
  padding: 20px 0;
}

.news-list .news-item:last-child {
  border: 0;
}

.news-item b {
  display: block;
  margin: 4px 0 8px;
  color: #7d7d7d;
  font-size: 20px;
  line-height: 1.2;
}

.news-item .news-date-time {
  display: block;
  color: #909090;
  font-size: 18px;
  line-height: 1.25;
}

.bobtex-reviews-page {
  color: #555;
}

.comments-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
  margin-bottom: 30px;
}

.comments-btns .custom-button {
  display: inline-flex;
  align-items: center;
  min-height: 41px;
  padding: 8px 20px;
  background: #b3b3b3;
  color: #000;
  font-size: 19px;
  font-weight: 400;
}

.comments-btns .custom-button:hover {
  background: #4c4c4c;
  color: #fff;
}

.comments-btns .custom-button img {
  height: 30px;
  margin: 0 0 -6px 7px;
}

.comments {
  margin-top: 30px;
  clear: both;
}

.comment {
  padding: 30px 0;
  border-top: 1px solid #eee;
}

.comment-head {
  min-height: 60px;
}

.comment-photo {
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 15px 10px 0;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 9px;
  line-height: 60px;
}

.comment-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

.comment-name {
  color: #333;
  font-size: 19px;
}

.comment-date {
  color: #909090;
  font-size: 13px;
  line-height: 30px;
}

.comment-rate {
  float: left;
  margin-top: 5px;
  margin-right: 15px;
}

.rate {
  display: inline-block;
}

.rate > span {
  float: left;
  width: 21px;
  height: 21px;
  background-image: url("/image/catalog/bitrix-comments/star.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.rate > span.full {
  background-image: url("/image/catalog/bitrix-comments/star-full.png");
}

.comment-rate .rate > span {
  width: 15px;
  height: 15px;
}

.comment-body {
  clear: both;
}

.comment-body h2 {
  margin: 10px 0 16px;
  color: #333;
  font-size: 28px;
  font-weight: 400;
}

.comment-body h3 {
  margin: 18px 0 6px;
  color: #333;
  font-size: 17px;
  font-weight: 600;
}

.comment-body-part-content {
  color: #666;
  font-size: 16px;
  line-height: 1.55;
}

h3 + .comment-body-part-content {
  padding-left: 20px;
}

.bitrix-contacts {
  display: grid;
  grid-template-columns: minmax(0, 590px) minmax(420px, 1fr);
  gap: 24px;
  color: #111;
  font-size: 18px;
  line-height: 1.45;
}

.bitrix-contacts h2 {
  margin: 0 0 32px;
  color: #111;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

.bitrix-contacts__left {
  padding-right: 0;
}

.bitrix-contacts__intro {
  min-height: 188px;
  border-bottom: 1px solid #aaa;
}

.bitrix-contacts__intro p {
  margin: 0 0 20px;
}

.bitrix-contacts__red {
  color: #f00;
}

.bitrix-contacts__schedule {
  min-height: 350px;
  padding-top: 52px;
  border-bottom: 1px solid #aaa;
}

.bitrix-contacts__schedule h2 {
  margin-bottom: 44px;
  font-size: 22px;
  font-weight: 700;
}

.bitrix-contacts__schedule p {
  margin: 0 0 58px;
}

.bitrix-contacts__direct {
  padding-top: 12px;
  color: #666;
  font-size: 18px;
}

.bitrix-contacts__phone,
.bitrix-contacts__mail {
  display: flex;
  align-items: center;
}

.bitrix-contacts__phone {
  gap: 6px;
}

.bitrix-contacts__mail {
  margin-top: 18px;
  padding-left: 92px;
  gap: 10px;
}

.bitrix-contacts__icon,
.bitrix-contacts__mail-icon {
  width: 23px;
  height: 23px;
  display: inline-block;
  flex: 0 0 23px;
  object-fit: contain;
}

.bitrix-contacts__right {
  padding-top: 4px;
}

.bitrix-contacts__right h2 {
  margin: 0 0 40px;
}

.bitrix-contacts__map {
  width: 100%;
  min-height: 350px;
  overflow: hidden;
  background: #f7f7f7;
}

.bitrix-contacts__map > ymaps,
.bitrix-contacts__map iframe {
  display: block !important;
  width: 100% !important;
  min-height: 350px !important;
}

@media (max-width: 1200px) {
  .bobtex-container,
  body.bobtex-store > .container {
    width: min(940px, calc(100% - 32px));
  }

  .product-detail {
    grid-template-columns: minmax(0, 470px) minmax(0, 1fr);
    gap: 28px;
  }

  .product-summary h1.title {
    margin-bottom: 14px;
  }

  .btn-buy {
    margin-bottom: 10px;
  }

  .product-actions {
    margin-top: 14px;
  }

  .share {
    margin-top: 68px;
  }
}

@media (max-width: 980px) {
  .bobtex-container,
  body.bobtex-store > .container {
    width: min(700px, calc(100% - 32px));
  }

  .top-wrap {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    justify-content: stretch;
    gap: 14px;
    min-height: 0;
    padding: 26px 0 22px;
    letter-spacing: 0;
  }

  .hamburger-nav {
    display: block;
    grid-column: 1;
    grid-row: 1;
  }

  .site-logo {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    justify-content: center;
    min-width: 0;
  }

  .site-logo img {
    width: 148px;
  }

  .site-header__right {
    display: contents;
  }

  .site-phone {
    display: none;
  }

  .site-auth-wrap {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    white-space: nowrap;
  }

  .site-auth span,
  .site-logout {
    display: none;
  }

  .site-search {
    grid-column: 1 / -1;
    grid-row: 2;
    width: min(100%, 520px);
    max-width: none;
    margin: 18px auto 0;
  }

  .main-nav__toggle {
    display: block;
    width: min(100%, 520px);
    margin: 0 auto;
    color: #7d7d7d;
    font-size: 18px;
    font-weight: 600;
  }

  .bobtex-nav-collapse {
    padding: 0;
  }

  .bobtex-nav-collapse.collapse:not(.in) {
    display: none !important;
  }

  .main-nav__list {
    display: block;
  }

  .main-nav__list > li > a {
    min-height: 42px;
    padding: 0;
  }

  .main-nav__dropdown {
    position: static;
    display: block;
    min-width: 0;
    box-shadow: none;
  }

  .main-nav__list > li:hover .main-nav__dropdown {
    display: block;
  }

  .row-slider {
    gap: 10px;
    margin-bottom: 28px;
  }

  .row-slider .item span {
    bottom: 7px;
    width: 132px;
    font-size: 12px;
  }

  .two-columns-text p {
    columns: 1;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-detail {
    grid-template-columns: 1fr;
  }

  .page-product .product-detail {
    width: 100%;
    margin: 0 auto 64px;
  }

  .gallery-container {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .detail-image--secondary {
    display: none;
  }

  .detail-image .item {
    width: 100%;
    height: auto;
    aspect-ratio: 449 / 800;
  }

  .detail-slider .item {
    width: 50%;
    height: auto;
    aspect-ratio: 449 / 800;
  }

  .product-summary {
    width: 100%;
    margin: 0 auto;
  }

  .bitrix-contacts {
    grid-template-columns: 1fr;
  }

  .comments-btns {
    align-items: flex-start;
    flex-direction: column;
  }

  .comments-btns .custom-button {
    width: 100%;
    justify-content: center;
    font-size: 16px;
  }

  .bitrix-contacts__left {
    padding-right: 0;
  }

  .product-summary {
    padding: 0;
  }
}

@media (max-width: 760px) {
  .wide-banner {
    margin-bottom: 8px;
  }

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

  .row-slider .item span {
    width: 164px;
    padding: 10px;
    font-size: 14px;
  }

  .two-columns-text {
    margin-top: 26px;
  }

  .two-columns-text h1 {
    font-size: 21px;
  }

  .two-columns-text p {
    font-size: 14px;
    line-height: 22px;
  }

  .info-text {
    font-size: 15px;
    line-height: 1.55;
  }

  .info-text img[align="left"],
  .info-text img[align="right"] {
    float: none;
    display: block;
    margin: 0 0 14px;
  }

  .news-picture {
    float: none;
    display: block;
    margin: 0 0 12px;
  }

  .news-picture img {
    width: 100%;
    height: auto;
  }

  .news-item {
    min-height: 0;
  }

  .site-cart {
    flex: 1;
  }

  #cart {
    min-width: 0;
  }

  .category-toolbar,
  .category-toolbar__controls {
    align-items: stretch;
    flex-direction: column;
  }

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

  .page-product {
    width: min(700px, calc(100% - 28px));
  }

  .page-product .product-detail {
    width: 100%;
    margin: 0 auto 54px;
  }

  .bobtex-breadcrumb {
    width: 100%;
    margin: 24px auto 18px;
    font-size: 14px;
    line-height: 1.25;
  }

  .gallery-container {
    grid-template-columns: 1fr;
    gap: 16px;
    justify-items: center;
  }

  .detail-image .item {
    width: 100%;
    height: auto;
    aspect-ratio: 449 / 800;
    max-height: none;
  }

  .detail-slider .item {
    width: 50%;
    height: auto;
    aspect-ratio: 449 / 800;
    padding-right: 12px;
  }

  .product-summary {
    width: 100%;
    margin: 0 auto;
  }

  .product-summary h1.title {
    margin: 24px 0 22px;
    font-size: clamp(30px, 8.4vw, 48px);
    line-height: 1.03;
  }

  .product-summary__meta {
    font-size: clamp(20px, 4.8vw, 30px);
  }

  .price-block {
    margin: 28px 0 28px;
  }

  .price {
    font-size: clamp(36px, 8.5vw, 48px);
  }

  .offers-table th {
    font-size: 24px;
  }

  .color-block {
    width: 96px;
    height: 58px;
  }

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

  .quantity-block > span {
    float: none;
    display: block;
    flex: 0 0 auto;
    margin: 0;
    font-size: 28px;
    line-height: 33px;
  }

  .quantity {
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
  }

  .btn-buy {
    width: min(100%, 260px);
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 740px) {
  .bobtex-container,
  body.bobtex-store > .container,
  .page-product {
    width: min(300px, calc(100% - 18px));
  }

  .detail-slider-wrap {
    display: none;
  }

  .product-summary h1.title {
    font-size: clamp(28px, 10vw, 38px);
  }
}

@media (max-width: 460px) {
  .bobtex-container,
  body.bobtex-store > .container {
    width: min(300px, calc(100% - 18px));
  }

  .top-wrap {
    padding-top: 22px;
  }

  .site-logo img {
    width: 132px;
  }

  .site-search,
  .main-nav__toggle,
  .page-product .product-detail,
  .bobtex-breadcrumb,
  .product-summary {
    width: 100%;
  }

  .product-summary h1.title {
    font-size: clamp(28px, 10vw, 38px);
  }

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

  .product-buy-row {
    grid-template-columns: 1fr;
  }

  .quantity-block {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .comment {
    padding: 24px 0;
  }

  .comment-photo {
    float: none;
    margin: 0 0 12px;
  }

  .comment-rate {
    float: none;
    margin: 8px 0 0;
  }

  .comment-body h2 {
    font-size: 22px;
  }
}
