@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

.close-modal {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
}

.close-modal::before,
.close-modal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #00ABD9;
  transform-origin: center;
}

.close-modal::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-modal::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* hover эффект */
.close-modal:hover::before,
.close-modal:hover::after {
  background: #008bb3;
}

.order_form {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 650px;
  height: 450px;
  margin-left: -325px;
  margin-top: -200px;
  background: #fff;
  z-index: 1600;
}

.order_form span {}

.popup {
  position: fixed;
  background: #00ABD9;
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  opacity: 0;
  z-index: 9999;
  font-size: 20px;
  font-weight: bold;
}

.popup.show {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0);
}

.f_close {
  float: right;
  margin-right: 10px;
  margin-top: -2px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.f_close:hover {
  cursor: pointer;
  opacity: .6;
}

.backgr {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1500;
  background: #00000091;
  cursor: pointer;
}

.m_container {
  margin-left: 30px;
  margin-right: 30px;
}

.head {
  background: #00ABD9;
  font-weight: bold;
  padding: 10px 0;
}

.zagalovok {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 15px;
}

.modal_content {
  display: flex;
  margin-top: 5px;
}

.l_cont {
  width: 220px;
  box-sizing: border-box;
  padding-top: 50px;
  padding-left: 20px;
}

.r_cont {
  width: 370px;
  padding-left: 10px;
}

.prod_title span {
  display: block;
  text-align: center;
}

.prod_image {
  margin-top: 10px;
  text-align: center;
}

.prod_image img {
  max-width: 200px;
  max-height: 190px;
}

.prod_price {
  margin-top: 10px;
}

.prod_price span {
  display: block;
  text-align: center;
  font-size: 17px;

}

.prod_price span b {
  font-size: 21px;
}

.ord_fields {
  margin-top: 15px;
  text-align: center;
}

.ord_fields input[type=text] {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  padding: 5px;
  width: 250px;
}

.ord_fields input[type=text]:focus {
  border: 1px solid #d8d7e2;

}

.ord_fields textarea {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  padding: 5px;
  width: 250px;
  height: 90px;
  resize: none;
}

.ord_fields textarea:focus {
  border: 1px solid #d8d7e2;

}

.ord_fields button {
  border: none;
  width: 250px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  padding: 8px 24px;
  background-color: #00ABD9;
}

.ord_fields button:hover {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  cursor: pointer;
}

.f_error {
  color: red !important;
  display: block;
  text-align: center;
}

.f_success {
  color: green !important;
  display: block;
  text-align: center;
}

/* Reset small */
html,
body {
  margin: 0;
  padding: 0
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Manrope, sans-serif;
}

a {
  color: #333;
}

img {
  max-width: 100%;
}

ol,
ul {
  list-style-position: inside;
}

p {
  margin-bottom: 10px;
}

body {
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
}

.container,
.bottom__form {
  /*width: 1600px;*/
  margin: auto;
  padding: 0 15px;
  max-width: 1600px;
}

.page-container {
  margin-left: calc((100vw - 1600px) / 2);
  width: calc(100vw - ((100vw - 1570px) / 2));
  padding-left: 15px;
}

.container--first {
  padding-top: 150px;
}

/* HEADER */
.header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 30%);
  padding: 20px 0;
  font-family: Arial, sans-serif;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9999;
  position: fixed;
}

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

/* LOGO BLOCK */
.header__logo-wrap,
.ftv1-logo-wrap {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.header__logo-1,
.ftv1-logo-1 {
  display: block;
  height: 56px;
  width: auto;
  margin-right: 16px;
}

.header__logo-right,
.ftv1-logo-right {
  display: flex;
  flex-direction: column;
  max-width: 207px;
}

.header__logo-2,
.ftv1-logo-2 {
  display: block;
  height: 26px;
  width: auto;
  object-fit: contain;
}

.header__logo-text,
.ftv1-logo-text {
  font-size: 12px;
  line-height: 1.25;
  color: #d5d5d5;
}

/* MENU */
.header__menu {
  display: flex;
  align-items: center;
  gap: 28px;
}

.header__menu__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}

.header__menu__item a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: 0.2s;
}



/* CONTACTS */
.header__contacts {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 15px;
}

.header__contacts__item {
  display: flex;
  flex-direction: column;
}

.header__contacts__item__top {
  font-size: 12px;
  color: #bfbfbf;
  margin-bottom: 2px;
}

.header__contacts__item__bot,
.header__contacts__item__bot a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.header__contacts__tel {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap;
  text-decoration: none;
  transition: 0.2s;
}

.header__contacts__tel:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

/* BUTTONS */
.faq__toggle {
  content: '';
  width: 14px;
  height: 14px;
  background: url(/images/redisign/down-arrow.svg);
  position: absolute;
  right: 0;
  bottom: -7px;
  border: unset;
}

.faq__toggle:hover {
  cursor: pointer;
}

.faq__item.js-faq-item--open .faq__toggle {
  transform: rotate(180deg);
}

.btn.open-modal {
  width: auto;
  margin: 0;
}

.header__btn,
.btn.open-modal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;

  color: #fff;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.25s;
  margin-left: 10px;
  height: 42px;
  text-align: center;
}

.btn,
.btn.open-modal {
  border: 1px solid #606060;
  transition: 0.3s;
}

.btn--blue {
  border: 1px solid #00ABD9;
  background: #00ABD9;
  transition: 0.3s;
  color: #fff;
}

.btn:hover,
.btn--blue:hover,
.btn.open-modal:hover,
.call_button_send2:hover {
  border: 1px solid #00ABD9;
  background: #fff;
  color: #00ABD9;
}

button:disabled,
button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Footer base */
.ftv1-footer {
  background: #000000;
  color: #ffffff;
  margin-top: 50px;
  padding-bottom: 40px;
}

/* CTA top area */
.ftv1-cta-wrap {
  padding: 40px 0;
  background: url(/images/redisign/b7aca6ce2d7192521b3358fed1595e6e628d96fa.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.ftv1-cta-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000ab;
  top: 0;
  left: 0;

}

.ftv1-cta {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* Left text */
.ftv1-cta__left {
  flex: 0 0 50%;
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  padding-right: 50px;
}

.ftv1-cta__title {
  font-size: 48px;
  line-height: 1.05;
  margin: 0 0 12px 0;
  font-weight: 700;
  display: block;
}

.ftv1-cta__phone {
  margin: 0;
  font-size: 32px;
  color: #e6e6e6;
  display: block;
}

.ftv1-cta__phone a {
  color: #fff;
  transition: 0.2s;
  display: inline-block;
}

.ftv1-cta__phone a:hover {
  transform: scale3d(1.05, 1.05, 1.05);
}

/* Form on right */
.ftv1-cta__form {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
  padding: 18px;
  box-sizing: border-box;
}

.ordersform-column3 {
  margin-bottom: 10px;
}

.ftv1-field {
  background: transparent;
  border: 1px solid rgba(255, 255, 255);
  padding: 12px 14px;
  color: #ffffff;
  font-size: 14px;
  outline: none;
  width: 100%;
}

.ftv1-field::placeholder {
  font-size: 14px;
}

.ftv1-date {
  background: url(/images/redisign/Union.svg) 99% center no-repeat;
}

.ftv1-date::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
}

.ftv1-field::placeholder {
  color: rgba(255, 255, 255, 0.6)
}

.ftv1-btn,
.call_button_send2 {
  display: inline-block;
  padding: 12px 18px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
}

.call_button_send2 {
  width: 100%;
}

.ftv1-btn--primary {
  background: #00b6da;
  border-color: #00b6da;
  color: #ffffff;
}

.ftv1-consent,
.ftv1-consent a {
  font-size: 11px;
  color: #7B7B7B;
  margin-top: 6px;
}

/* Sitemap middle */
.ftv1-sitemap {
  margin: 0 auto;
  display: flex;
  gap: 40px;
  padding: 40px 20px;
  box-sizing: border-box;
}

.ftv1-col {
  flex: 1;
}

.ftv1-col:not(:first-child) {
  padding-top: 30px;
}

.ftv1-col--brand {
  flex: 0 0 320px
}

.ftv1-logo {
  height: 56px;
  display: block;
  margin-bottom: 12px
}

.ftv1-tagline {
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 14px 0
}

.ftv1-contact {
  margin: 0 0 15px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  display: flex;
  align-items: start;
  font-size: 20px;
}

.ftv1-link {
  display: flex;
  margin: 30px 0;
  color: #ffffff;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 700;
}

.ftv1-contact img {
  margin-right: 5px;
  margin-top: 7px;
}

.ftv1-link img {
  width: 35px;
  object-fit: contain;
  margin-left: 5px;
}

.ftv1-contact a {
  color: #fff;
}

/* Column titles and lists */
.ftv1-col__title {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 700;
}

.ftv1-list {
  list-style: none;
  padding: 0;
  margin: 0
}

.ftv1-list li {
  margin: 8px 0
}

.ftv1-list a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none
}

/* Actions/buttons under brand */
.ftv1-actions {
  margin-top: 16px;
  display: flex;
  gap: 10px
}

.ftv1-btn--blue,
.call_button_send2 {
  background: #00b6da;
  border-color: #00b6da;
  color: #ffffff
}

.ftv1-btn--ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff
}

/* Bottom area */
.ftv1-bottom {
  margin: 0 auto;
  border-top: 1px solid #7B7B7B;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.ftv1-copy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0
}

.ftv1-bottom-links {
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: center;
}

.ftv1-small-link {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none
}

.ftv1-logo-wrap {
  margin-bottom: 30px;
}

.ftv1-ad {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.ftv1-bottom>div {
  width: 33%;
}

.subtitle,
.item-page h2,
.item-page h3,
main .container h2,
main .container h3,
.content_info_container h2,
.content_info_container h3 {
  font-size: 48px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 24px;
}

.container h2:not(.ftv1-cta__title) {
  margin-top: 50px;
  clear: both;
}

.subtitle span {
  color: #7B7B7B;
  font-family: Manrope;
  font-weight: 400;
  font-size: 32px;
}

.title {
  font-size: 54px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 24px;
}

.breadcrumb {
  font-size: 12px;
  line-height: 1.4;
  color: #999999;
  margin-bottom: 24px;
  display: flex;
  gap: 0 15px;
}

.breadcrumb-item-parent {
  position: relative;
  padding-right: 15px;
}

.breadcrumb-item-parent:after {
  position: absolute;
  content: '/';
  right: 0;
  top: 0;
}

.main-img-wrap {
  display: flex;
  margin-bottom: 50px;
}

.main-img-wrap__left {
  padding-top: 150px;
  padding-right: 50px;
  width: 45%;
}

.main-img-wrap__right {
  padding-top: 150px;
  width: 55%;
  background-size: cover;
  background-position: center center;
}

.company__text {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 28px;
}

.company__text p {
  margin: 0 0 16px;
}

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

.company__brands {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  /*! margin: 0 0 40px; */
  list-style: none;
}

.company__brand-item {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #000000;
  width: 20%;

  margin-bottom: 15px;
}

.company__brand-item a {
  text-decoration: none;
  color: #000000;
}

.company__image-large {
  margin-bottom: 40px;
}

.company__text-wrap {
  display: flex;
}

.company__text-wrap>div {
  width: 50%;
}

.company__text--second {
  padding-left: 50px;
}

.company__image-large img {
  display: block;
  width: 100%;
  height: auto;
}

.company__text--second {
  margin-bottom: 56px;
}

.company__gallery.swiper .swiper-wrapper {
  height: auto;
}

.company__gallery .slider-buttons,
.company__gallery .company-pagination {
  display: none;
}

#up {
  position: fixed;
  right: 50px;
  bottom: 20%;
  z-index: 111;
  transition: 0.5s;
  cursor: pointer;
}

.call-request {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 40px;
  margin-bottom: 40px;
}

.call-request__info {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  width: 50%;
  padding-right: 50px;
}

.call-request__info p {
  margin: 0 0 16px;
}

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

.call-request__list {
  margin: 0 0 16px 18px;
  padding: 0;
}

.call-request__list-item {
  margin-bottom: 6px;
}

.call-request__list-item:last-child {
  margin-bottom: 0;
}

.main-img-wrap .call-request__form {
  width: 100%;
}

.call-request__form .call-request__form-fields div,
.call-request__form .call-request__form-fields button,
.main-img-wrap .call-request__form .call-request__form-fields div,
.main-img-wrap .call-request__form .call-request__form-fields button {
  flex: 1;
}

.main-img-wrap .call-request__form .call-request__form-fields {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 0;
}

.main-img-wrap .call-request__form .call-request__form-fields .call_button_send {
  padding: 10px 16px;
}

.call-request__form {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.call-request__form-fields {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 10px;
}

.call-request__input,
.call-request__textarea,
.call-request__file-text {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding: 10px 38px 10px 14px;
  font-size: 14px;
  line-height: 1.4;
  outline: none;
}

.call-request__input.ftv1-field,
.call-request__textarea.ftv1-field,
.call-request__file-text.ftv1-field {
  background: transparent;
}

.call-request__textarea {
  min-height: 100px;
  resize: vertical;
}

.call-request__file {
  position: relative;
  margin-bottom: 16px;
}

.call-request__file-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.call-request__form input {
  color: #000;
}

.call-request__form input::placeholder {
  color: #999999;
}

.call-request__file-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/images/redisign/sc.svg);
  cursor: pointer;
}

.call-request__submit {
  display: inline-block;
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  background-color: #01a7e3;
  color: #ffffff;
  margin-bottom: 10px;
}

.call-request__privacy {
  font-size: 11px;
  line-height: 1.4;
  color: #777777;
  margin: 0;
}

.opinions_block2 {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
}

.opinions_item2 {
  box-shadow: 0px 0px 14px 0px #0000001C;
  padding: 18px 20px;
  font-size: 13px;
  line-height: 1.5;
}

.contacts {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 60px;
  margin-bottom: 40px;
}

.contacts__info {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  width: 50%;
  padding-right: 50px;
}

.contacts__row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

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

.contacts__icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #01a7e3 !important;
  margin-top: 4px;
  margin-right: 14px;
  box-sizing: border-box;
}

.contacts__icon--1 {
  background: url(/images/redisign/c1.svg) center center no-repeat;
}

.contacts__icon--2 {
  background: url(/images/redisign/c2.svg) center center no-repeat;
}

.contacts__icon--3 {
  background: url(/images/redisign/c3.svg) center center no-repeat;
}

.contacts__icon--4 {
  background: url(/images/redisign/c4.svg) center center no-repeat;
}

.contacts__icon--5 {
  background: url(/images/redisign/c5.svg) center center no-repeat;
}

.contacts__content {
  flex: 1;
}

.contacts__label {
  font-weight: 700;
}

.contacts__item-title {
  font-weight: 400;
  margin-bottom: 2px;
}

.contacts__item-text {
  margin: 0;
  font-weight: 700;
}

.contacts__map {
  width: 50%;
  /*! height: 420px; */
}

.prices__intro {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.6;
}

.prices__layout {
  display: flex;
  align-items: flex-start;
  column-gap: 40px;
}

.prices__content {
  /*! flex: 1 1 auto; */
  min-width: 0;
  width: 100%;
}

.prices-table {
  width: 100%;
  border-collapse: collapse;
  /* margin-bottom: 60px; */
  font-size: 14px;
}

.prices-table th,
.prices-table td {
  border: 1px solid #e5e5e5;
  padding: 10px 12px;
  vertical-align: middle;
  min-width: 100px;
}

.prices-table th {
  background-color: #f6f6f6;
  text-align: left;
}

.prices-table__group {
  background-color: #fafafa;
  font-weight: 600;
}

.sidebar {
  position: sticky;
  top: 20px;
  flex: 0 0 250px;
}

.sidebar__inner {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.sidebar__item {
  display: flex;
  align-items: center;
  padding: 16px 18px;
  background-color: #ffffff;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.sidebar__icon {
  flex: 0 0 auto;
  margin-right: 12px;
}

.sidebar__icon img {
  display: block;
  width: 32px;
  height: 32px;
}

.sidebar__text {
  flex: 1 1 auto;
}

.sidebar__title {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  color: #000000;
  margin-bottom: 4px;
}

.sidebar__subtitle {
  font-size: 12px;
  line-height: 1.3;
  color: #777777;
}

.sidebar__arrow {
  flex: 0 0 auto;
  margin-left: 12px;
}

.sidebar__arrow img {
  display: block;
  width: 35px;
}

.item-page {
  margin-top: 24px;
}

.item-page__top {
  display: flex;
  align-items: flex-start;
  column-gap: 40px;
  margin-bottom: 32px;
  padding-top: 30px;
  border-top: 1px solid #E8E8E8;
}

.item-page__main {
  flex: 1 1 auto;
  min-width: 0;
}

.item-page__availability-bar {
  display: flex;
  /*! justify-content: flex-end; */
  margin-bottom: 12px;
}

.item-page__availability {
  /*! text-align: right; */
  font-size: 12px;
  line-height: 1.4;
}

.item-page__availability-status {
  color: #01A657;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  gap: 5px;
}

.item-page__availability-sku {
  color: #999999;
}

.item-page__main-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  column-gap: 32px;
}

.item-page__gallery-image img,
.item-page__gallery a img {
  display: block;
  width: 100%;
  height: auto;
}

.item-page__summary {
  padding: 0 24px;
  font-size: 14px;
  line-height: 1.4;
}

.item-page__summary-value {
  font-weight: 700;
}

.item-page__summary-block {
  margin-bottom: 16px;

}

.item-page__summary-block--top {
  display: flex;
}

.item-page__summary-block--top>div {
  width: 50%;
}

.item-page__summary-props .item-page__summary-row:first-child {
  margin-bottom: 30px;
}

.item-page__colors {
  display: flex;
  gap: 15px;
  justify-content: end;
}

.item-page__summary-row {
  margin-bottom: 4px;
  display: flex;
  flex-direction: column;
}

.item-page__summary-label {
  margin-right: 6px;
}

.item-page__summary-block--colors {
  display: flex;
  column-gap: 24px;
}

.item-page__color-item {
  display: flex;
  flex-direction: column;
}

.item-page__color-label {
  font-size: 12px;
  color: #777777;
  margin-bottom: 6px;
}

.item-page__color-sample img {
  display: block;
  width: 60px;
  height: 60px;
}

.item-page__color-name {
  font-size: 16px;
  margin-top: 4px;
}

.item-page__summary-block--price {
  margin-top: 8px;
}

.item-page__price-caption {
  font-size: 14px;
  color: #777777;
  margin-bottom: 4px;
}

.item-page__price-row {
  display: flex;
  align-items: center;
  column-gap: 25px;
}

.item-page__price-current {
  font-size: 36px;
  font-weight: 600;
}

.item-page__price-old {
  font-size: 23px;
  color: #999999;
  text-decoration: line-through;
}

.item-page__order-button {
  width: 220px;
  margin-top: 16px;
  padding: 12px 16px;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}

.item-page__aside {
  flex: 0 0 270px;
  max-width: 270px;
  position: sticky;
  top: 120px;
}

.item-page__aside-inner {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.item-page__aside-card {
  display: flex;
  align-items: center;
  padding: 16px 18px;
  background-color: #ffffff;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.item-page__aside-icon {
  flex: 0 0 auto;
  margin-right: 12px;
}

.item-page__aside-icon img {
  width: 32px;
  height: 32px;
  display: block;
}

.item-page__aside-text {
  flex: 1 1 auto;
}

.item-page__aside-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #000000;
}

.item-page__aside-subtitle {
  font-size: 12px;
  color: #777777;
}

.item-page__aside-arrow {
  flex: 0 0 auto;
  margin-left: 12px;
}

.item-page__aside-arrow img {
  width: 16px;
  height: 16px;
  display: block;
}

.item-page__tabs {
  display: flex;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 20px;
  position: relative;
}

.item-page__tab {
  border: none;
  background: none;
  padding: 10px 18px;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: -2px;
  border-bottom: 2px solid #ececec;
}

.item-page__tab.active {
  border-bottom: 2px solid #00a5dd;
}

.item-page__text {
  font-size: 14px;
  line-height: 1.6;
}

.tab-item {
  margin-bottom: 40px;
}

.item-page__text p {
  margin: 0 0 16px;
}

.item-page__section {
  margin-bottom: 60px;
}

.item-page__section--related {
  position: relative;
}

.item-page__section--related .slider-pagination {
  bottom: -30px !important;
}

.item-page__cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 25px;
}

.catalog-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0px 0px 14px 0px #0000001C;
  padding: 20px;
}

.catalog-card__image-wrapper {
  position: relative;
}

.catalog-card__image {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.catalog-card__badge {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  background: #fff;
  padding: 10px 20px;
}

.catalog-card__body {
  margin-top: 15px;
}

.catalog-card__meta {
  font-size: 12px;
  text-transform: uppercase;
  color: #00ABD9;
  margin-bottom: 4px;
  font-weight: 800;
}

.catalog-card__name {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  text-decoration: none;
  color: #000000;
}

.catalog-card__params {
  margin-bottom: 10px;
  color: #7B7B7B;
  font-size: 14px;
}

.catalog-card__param {
  margin-bottom: 2px;
}

.catalog-card__param span {
  font-weight: 700;
}

.catalog-card__footer {}

.catalog-card__price-text {
  color: #7B7B7B;
  font-size: 14px;
  font-weight: 500;
}

.catalog-card__price {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 10px 0;
}

.catalog-card__price-current {
  font-weight: 700;
  color: #00ABD9;
  font-size: 20px;
}

.catalog-card__price-old {
  display: block;
  font-size: 14px;
  color: #999999;
  text-decoration: line-through;
}

.catalog-card__button {
  padding: 9px 12px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
}

.item-page__categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  grid-auto-rows: 300px;
}

.item-page__category-item {
  position: relative;
  display: block;
  text-decoration: none;
  color: #ffffff;
  /*! height: 300px; */
}

.animated {
  transition: 0.3s;
}

.animated:hover {
  transform: scale3d(1.05, 1.05, 1);
}

.item-page__category-image {
  height: 100%;
}

.item-page__category-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-page__category-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  /*! justify-content: flex-end; */
  padding: 25px 16px 16px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.item-page__category-name {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 15px;
}

.item-page__category-price {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.item-page__category-link {
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.item-page__category-link img {
  width: 35px;
  margin-left: 10px;
}

.item-page__summary-row-text {
  color: #7B7B7B;
}

.item-page__color-num {
  font-size: 12px;
  color: #7B7B7B;
  margin-top: 3px;
}

.checks-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 32px;
  column-gap: 80px;
  max-width: 900px;
  margin: 40px 0;
  font-size: 16px;
  color: #7a7a7a;
}

.checks-info__item {
  display: flex;
  align-items: flex-start;
}

.checks-info__icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #7d7d7d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.checks-info__icon-mark {
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
}

.checks-info__content {
  flex: 1 1 auto;
}

.checks-info__title {
  font-size: 14px;
  line-height: 1.3;
  color: #7a7a7a;
  margin-bottom: 4px;
}

.checks-info__text {
  line-height: 1.3;
}

.item-page__slider {
  padding: 10px !important;
}

.slider-buttons {
  display: flex;
  gap: 10px;
  margin-left: 8px;
  margin-top: 20px;

}

.slider-main-wrap .slider-buttons {
  width: max-content;
  left: 0;
  bottom: 100px;
  position: absolute;
  margin-left: calc((100vw - 1575px) / 2);
  z-index: 2;
}

.slider-button {
  width: 45px;
  height: 45px;
  background: #00ABD9;
  border: 1px solid #00ABD9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}

.slider-prev svg {
  transform: rotate(180deg);
}

.slider-button:hover {
  background: #fff;
}

.slider-main-wrap .slider-button:hover {
  background: unset;
}

.slider-button:hover svg path {
  fill: #00ABD9;
}

.slider-main-wrap .slider-button:hover svg path {
  fill: #fff;
}

.slider-pagination {
  margin-left: 8px;
  margin-top: 20px;
  position: absolute;
}

.slider-main-wrap .slider-pagination {
  margin-left: calc((100vw - 1575px) / 2);
  width: max-content !important;
  left: 0 !important;
  bottom: 50px !important;
  z-index: 2;
}

.slider-pagination .swiper-pagination-bullet {
  background: #00abd9;
  width: 39px;
  border-radius: 5px;
  height: 5px;
  margin-left: 0 !important;
  margin-right: 15px !important;
}

.category-price {
  color: #00ABD9;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 50px;
}

.category-btns {
  display: flex;
  gap: 15px;
}

.category-btns a {
  text-decoration: none;
  padding: 9px;
  white-space: nowrap;
  text-align: center;
  width: 33%;
}

.category-filter,
.tags-cat-wr {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 14px;
  color: #4d4d4d;
  position: relative;
}

.category-filter__row,
.tags-cat {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 12px;
}

.category-filter__row--material {
  margin-bottom: 12px;
}

.category-filter__row--brand {
  margin-bottom: 18px;
}

.category-filter__label,
.tags-cat span {
  flex: 0 0 auto;
  min-width: 120px;
  color: #777777;
}

.category-filter__chips,
.tags-cat-items {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.category-filter__chip,
.tags-cat-items a {
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.3;
  color: #555555;
  cursor: pointer;
  text-decoration: none;
  text-wrap: nowrap;
}

.category-filter__more {
  margin-left: auto;
  font-size: 16px;
  color: #00a5dd;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.category-filter__more-arrow {
  font-size: 14px;
}

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

.category-filter__sort {
  position: relative;
}

.category-filter__sort-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 20;
  padding: 6px 12px;
}

.category-filter__sort.open .category-filter__sort-dropdown {
  display: block;
}

.category-filter__sort-item {
  display: block;
  text-decoration: none;
  font-size: 13px;
  margin-bottom: 5px;
}

.category-filter__sort-item:hover {
  background: #f2f2f2;
}

.category-filter__sort-button {
  /*! min-width: 150px; */
  padding: 6px 12px;
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  font-size: 13px;
  color: #555555;
  text-align: left;
  cursor: pointer;
}

.category-filter__sort-arrow {
  margin-left: 8px;
  font-size: 10px;
}

.category-filter__sort-arrow img {
  transition: transform 0.2s ease;
}

.open .category-filter__sort-arrow img {
  transform: rotate(180deg);
}

.category-filter__per-page {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #777777;
}

.category-filter__per-page-value {
  border: none;
  background: none;
  padding: 0 2px;
  font-size: 14px;
  cursor: pointer;
  color: #777777;
}

.category-filter__per-page-value--active {
  font-weight: 600;
  color: #000000;
}

a.category-filter__per-page-value {
  text-decoration: none;
}

.category-pagination {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 30px 0;
}

.category-pagination__item {
  width: 36px;
  height: 36px;
  background: unset;
  color: #000;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.category-pagination__item--active {
  background: #ffffff;
  color: #000000;
  border: 1px solid #e5e5e5;
}

.category-pagination__arrow {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #00a5dd;
  line-height: 1;
  padding: 0;
}

.tags-cat-wr.catalog-types_hide {
  overflow: hidden;
  height: 85px;
}

.catalog-types-collapse {
  position: absolute;
  top: 0;
  right: 0;
}

.catalog-type-collapse__element {
  margin-left: auto;
  font-size: 16px;
  color: #00a5dd;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  padding-right: 40px;
}

.catalog-type-collapse__element:hover {
  cursor: pointer;
}

.catalog-type-collapse__element::after {
  position: absolute;
  content: "\2192";
  width: 30px;
  line-height: 20px;
  font-size: 20px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.category-pagination__arrow--next {}

.category-pagination__arrow--last {}

.stone-hero {
  position: relative;
  margin-bottom: 48px;
  background: url(/images/redisign/Rectangle4417.png) center center no-repeat;
  background-size: cover;
  height: 550px;
}

.stone-hero--2 {
  margin-top: 50px;
  background: url(/images/redisign/e9357bc9f1dfb52b9109059f090c3be5913e2aba.jpg) center center no-repeat;
  background-size: cover;
  height: 550px;
}

.stone-hero--2 .stone-hero__image img {
  height: 550px;
  object-fit: cover;

}

.stone-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}

.stone-hero__overlay {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 28px 32px;
  background: linear-gradient(267.24deg, #000000 49.29%, rgba(0, 0, 0, 0) 177.86%);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  transform: translateY(-50%);
  width: 50%;
  padding-left: calc((100vw - 1600px) / 2);
  z-index: 2;
}

.stone-hero--2 .stone-hero__overlay {
  left: unset;
  right: 0;
  padding-right: calc((100vw - 1600px) / 2);
  padding-left: 32px;
}

.stone-hero--2 .stone-hero__title {
  position: absolute;
  left: calc((100vw - 1600px) / 2);
  top: 50%;
  transform: translateY(-50%);
  font-size: 48px;
  font-weight: 600;
  z-index: 2;
  color: #fff;
  line-height: 110%;
}

.stone-hero__title span {
  color: #00ABD9;
}

.stone-hero--2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.stone-hero__overlay p {
  margin: 0 0 10px;
}

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

.stone-prices {
  margin-bottom: 56px;
}

.stone-prices .swiper-wrapper {
  height: auto;
}

.stone-prices {
  margin-top: 24px;
  padding: 10px 10px 30px !important;
}

.stone-prices__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 15px;
}

.stone-price-card {
  box-shadow: 0px 0px 14px 0px #0000001C;
  padding: 20px 14px;
  font-size: 20px;
  line-height: 1.4;
}

.stone-price-card a {
  text-decoration: none;
}

.stone-price-card img {
  filter: grayscale(1);
  transition: 0.3s;
}

.stone-price-card:hover img {
  filter: unset;
}

.stone-price-card__name {
  margin-bottom: 1px;
  font-weight: 500;
}

.stone-price-card__price {
  color: #00a5dd;
  font-weight: 700;
}

.stone-production {
  margin-bottom: 60px;
}

.stone-production__layout {
  margin-top: 24px;
  display: flex;
  column-gap: 40px;
  align-items: flex-start;
}

.stone-production__image {
  flex: 0 0 48%;
}

.stone-production__image img {
  display: block;
  width: 100%;
  height: auto;
}

.stone-production__text {
  flex: 1 1 auto;
  line-height: 1.6;
}

.stone-production__text p {
  margin: 0 0 14px;
}

.stone-production ul {
  margin: 0 0 14px 18px;
  padding: 0;
  list-style: disc;
}

.stone-production__list li {
  margin-bottom: 4px;
}

.stone-advantages {
  margin-bottom: 40px;
}

.stone-advantages__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin-top: 24px;
}

.stone-advantages__item {
  display: flex;
  align-items: center;

  border: 1px solid #00abd9;
  background-color: #ffffff;
}

.stone-advantages__icon {
  flex: 0 0 auto;
  margin-right: 12px;
}

.stone-advantages__icon img {
  display: block;
  width: 90px;
  height: 90px;
}

.stone-advantages__text {
  font-size: 20px;
  font-weight: 500;
  padding: 0 14px;
}

.stone-services {
  margin-bottom: 48px;
}

.stone-services__grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.stone-services__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 76px;
  padding: 10px 14px;
  box-shadow: 0px 0px 14px 0px #0000001C;
  font-size: 13px;
  line-height: 1.4;
  gap: 5px;
}

.stone-services__name {
  max-width: 70%;
  font-size: 20px;
  font-weight: 500;
}

.stone-services__price {
  color: #00a5dd;
  white-space: nowrap;
  font-weight: 700;
  font-size: 20px;
}

.stone-services__price--accent {}

.stone-diff {
  margin-bottom: 60px;
}

.stone-diff__grid,
.difference-stone__wrap,
.gradient-2-column {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.stone-diff__card,
.difference-stone__item,
.gradient-2-column-inner {
  box-shadow: 0px 0px 14px 0px #0000001C;
  padding: 18px 20px;
  font-size: 13px;
  line-height: 1.5;
}

.stone-diff__card-title,
.difference-stone__item b,
.gradient-2-column-inner b {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 500;
}

.stone-diff ul,
.difference-stone__wrap ul,
.gradient-2-column-inner ul {
  margin: 0;
  padding-left: 16px;
  list-style: none;
}

.stone-diff ul li,
.difference-stone__wrap ul li,
.gradient-2-column-inner ul li {
  margin-bottom: 6px;
  position: relative;
}

.stone-diff ul li::before,
.difference-stone__wrap ul li::before,
.gradient-2-column-inner ul li::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -15px;
  top: 4px;
  border-radius: 50%;
}

.stone-diff__list--green li::before,
.difference-stone__item:first-child li::before,
.gradient-2-column-inner:first-child li::before {
  background: #00D94C;
}

.stone-diff__list--red li::before,
.difference-stone__item:nth-child(2) ::before,
.gradient-2-column-inner:nth-child(2) ::before {
  background: #FF5B5B;
}

.table-options {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.table-options td,
.table-options th {
  border: 1px solid #E8E8E8;
  padding: 20px 10px;
  text-align: left;
  font-weight: 600;
}

.materials-stone {
  margin-bottom: 48px;
}

.materials-stone__brands {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 32px;
}

.materials-stone__brand-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.materials-stone__brand-name {
  font-size: 14px;
  font-weight: 600;
  margin-right: 16px;
}

.materials-stone__brand-link {
  margin-left: auto;
  font-size: 12px;
  color: #00a5dd;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.materials-stone__brand-arrow {
  font-size: 14px;
  position: relative;
  padding-right: 20px;
  width: 20px;
  height: 20px;
}

.materials-stone__brand-arrow::before {
  content: "\2192";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

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

.materials-stone__brands--detail .materials-stone__swatches {
  flex-wrap: wrap;
}

.materials-stone__swatch {
  width: 180px;
  background-color: #ffffff;
  /* padding: 6px 6px 8px; */
  font-size: 10px;
}

.materials-stone__swatch-image {
  margin-bottom: 6px;
}

.materials-stone__swatch-image img {
  display: block;
  width: 180px;
  height: 180px;
  object-fit: cover;
}

.materials-stone__swatch-code {
  margin-bottom: 2px;
  color: #777777;
  font-size: 12px;
  font-weight: 800;
}

.materials-stone__swatch-name {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.materials-stone__catalog {
  margin-top: 28px;
}

.materials-stone__catalog-button,
.container--first .btn {
  display: inline-block;
  padding: 10px 24px;
  background-color: #00a5dd;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

.materials-text {
  margin-bottom: 60px;
}

.materials-text__cols {
  display: flex;
  gap: 40px;
}

.materials-text__col {
  font-size: 14px;
  line-height: 1.6;
}

.materials-text__col--left {
  flex: 0 0 50%;
}

.materials-text__col--right {
  flex: 1 1 auto;
}

.materials-text__col p {
  margin: 0 0 14px;
}

.materials-text__list {
  margin: 12px 0 0 18px;
  padding: 0;
  list-style: disc;
}

.materials-text__list-item {
  margin-bottom: 6px;
}

.order-steps {
  margin-bottom: 48px;
}

.order-steps__list,
.number-list {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}

.number-list {
  margin-bottom: 20px;
}

.order-steps__item,
.number-block {
  flex: 2 1 -1px;
  min-height: 140px;
  padding: 16px 18px 14px;
  background-color: #ffffff;
  box-shadow: 0px 0px 14px 0px #0000001C;
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.number-block {
  flex-direction: column;
  text-align: center;
  flex: 2 1;
}

.order-steps__number,
.number-block span {
  font-size: 42px;
  font-weight: 700;
  color: #00ABD9;
  line-height: 1;
}

.number-block span {
  margin-bottom: 15px;
}

.order-steps__text {
  font-weight: 600;
  font-size: 17px;
}

.calc-online,
.calc-table {
  margin-bottom: 24px;
}

.calc-online__button,
.calc-table>a {
  display: inline-block;
  padding: 10px 24px;
  background-color: #00a5dd;
  color: #ffffff;
  text-decoration: none;
}

.reviews-block {
  margin-bottom: 60px;
}

.reviews-btn {
  display: inline-block;
  padding: 10px 24px;
  background-color: #00a5dd;
  color: #ffffff;
  text-decoration: none;
  margin-top: 15px;
}

.reviews-block__list {
  margin-top: 24px;
  padding-bottom: 0 !important;
}

.reviews-block__list .swiper-wrapper {
  height: auto;
  margin-bottom: 20px;
}

.reviews-block__item {
  padding: 18px 20px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  font-size: 14px;
  line-height: 1.5;
}

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

.reviews-block__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}

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

.reviews-block__name {
  font-weight: 600;
  margin-bottom: 2px;
}

.reviews-block__date {
  font-size: 11px;
  color: #999999;
}

.reviews-block__text {
  color: #555555;
}

.reviews-block__action {
  margin-top: 20px;
}

.reviews-block__button {
  display: inline-block;
  padding: 10px 26px;
  background-color: #00a5dd;
  color: #ffffff;
  text-decoration: none;
}

.reviews-block .slider-buttons {
  display: none;

}

.item-page__tab--mob {
  display: none;
}

.faq-block {
  margin-bottom: 80px;
}

.faq-block__cols {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
}

.faq-block__item {
  background-color: #f6f6f6;
  margin-bottom: 15px;
}

.faq-block__header {
  width: 100%;
  padding: 14px 18px;
  border: none;
  background: none;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.faq-block__question {
  text-align: left;
  font-size: 22px;
  line-height: 1.4;
  color: #333333;
  padding-right: 16px;
  max-width: 95%;
}

.faq-block__icon {
  width: 24px;
  height: 24px;
  transition: 0.3s;
}

.faq-block__content {
  display: none;
  padding: 0 18px 14px;
  font-size: 18px;
  line-height: 1.5;
  color: #555555;
}

.faq {
  display: flex;
  margin-left: calc((100vw - 1575px) / 2);
  justify-content: space-between;
  align-items: start;
  margin-bottom: 50px;
}

section.faq {
  margin: auto;
}

section.faq .faq__items {
  width: 100%;
}

.faq__items {
  width: 40%;
}

.container--first .faq__items {
  width: 100%;
}

.faq>img {
  width: 55%;
}

.faq__item {
  margin-bottom: 15px;
  /* border-bottom: 1px solid #00ABD9; */
  padding-bottom: 10px;
  position: relative;
  padding-right: 20px;
}

.faq__item::after {
  content: '';
  height: 1px;
  background: #00ABD9;
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px);
}

/* .faq__item::after {
  content: '';
  width: 14px;
  height: 14px;
  background: url(/images/redisign/down-arrow.svg);
  position: absolute;
  right: -25px;
  bottom: -7px;
} */
.faq__item.js-faq-item--open::after {
  transform: rotate(180deg);
}

.faq__item__header {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}

.faq__item__text {
  display: none;
}

.faq__items__link {
  color: #00ABD9;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}

.js-faq-item--open .faq-block__content,
.js-faq-item--open .faq__item__text {
  display: block;
}

.faq-block__item--open .faq-block__icon {
  transform: rotate(45deg);
}

.warning {
  position: absolute;
  top: 100px;
  z-index: 99;
  color: #fff;
  width: 669px;
  font-size: 15px;
  left: calc((100vw - 1575px) / 2);
  padding: 15px;
  background: #000000ab;
}

.warning a {
  color: #fff;
  text-decoration: unset;
}

.slider-main {
  padding: 96px 0 50px 20%;
}

.slider-main__overlay {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 30px 100px 150px calc((100vw - 1575px) / 2);
  background: #000000ab;
  color: #fff;
  z-index: 2;
}

.slider-main-wrap {
  padding: 96px 0 50px 30%;
  background: url(/images/redisign/d9a6243827bd726effcd5f085072116e1d13ada2.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.slider-main-wrap::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.6);
}

.slider-main {
  height: calc(100dvh - 146px);
}

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

.slider-main__title {
  font-weight: 600;
  font-size: 54px;
  line-height: 110%;
  margin-bottom: 20px;
}

.slider-main__subtitle {
  color: #7B7B7B;
  font-size: 28px;
}

.slider-main .slider-buttons {
  position: absolute;
  bottom: 100px;
  z-index: 9999;
  left: calc((100vw - 1600px) / 2);
}

.slider-main .slider-main__slider-pagination {
  position: absolute;
  bottom: 50px !important;
  z-index: 9999;
  left: calc((100vw - 1600px) / 2) !important;
}

.item-page__categories-grid--main {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: 300px;
  /* высота «ячейки» */
  margin: 50px 0;
}

/* левая большая, 2 строки */
.item-page__categories-grid--main .item-page__category-item:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

/* верхний ряд центр */
.item-page__categories-grid--main .item-page__category-item:nth-child(2) {
  grid-column: 3 / 6;
}

/* верхний ряд справа */
.item-page__categories-grid--main .item-page__category-item:nth-child(3) {
  grid-column: 6 / 9;
}

/* под мойками */
.item-page__categories-grid--main .item-page__category-item:nth-child(4) {
  grid-column: 3 / 5;
}

/* столы (левая половина правого блока) */
.item-page__categories-grid--main .item-page__category-item:nth-child(5) {
  grid-column: 5 / 7;
  grid-row: 2;
}

/* барные стойки (правая половина правого блока) */
.item-page__categories-grid--main .item-page__category-item:nth-child(6) {
  grid-column: 7 / 9;
  grid-row: 2;
}

/* нижний ряд слева, на ширину двух колонок */
.item-page__categories-grid--main .item-page__category-item:nth-child(7) {
  grid-column: 1 / 3;
  grid-row: 3;
}

/* нижний ряд по центру */
.item-page__categories-grid--main .item-page__category-item:nth-child(8) {
  grid-column: 3 / 6;
  grid-row: 3;
}

/* нижний ряд справа */
.item-page__categories-grid--main .item-page__category-item:nth-child(9) {
  grid-column: 6 / 9;
  grid-row: 3;
}

.photo-block img {
  width: 100%;
}

.subtitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 15px;
  margin: 0 0 24px;
}

.subtitle-wrap .subtitle {
  margin: 0;
  line-height: 100%;
}

.subtitle-wrap a {
  text-decoration: none;
  color: #00ABD9;
}

.colors-list .tab-titles {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
  overflow: auto;
  margin-bottom: 10px;
}

.colors-list .tab-title {
  border: 1px solid #00ABD9;
  color: #00ABD9;
  font-size: 14px;
  padding: 8px 16px;
  cursor: pointer;
  white-space: nowrap;
}

.colors-list .tab-title.active {
  border-color: #E8E8E8;
  color: #7B7B7B;

}

.colors-list__colors {
  display: flex;
  justify-content: space-between;
}

.colors-list__color {
  width: 12%;
}

.colors-list__color img {
  margin-bottom: 7px;
  height: auto;
}

.form_text {
  font-size: 20px;
  margin: 10px 0;
}

.colors-list__color__art {
  font-weight: 800;
  font-size: 12px;
  line-height: 22px;
  color: #7B7B7B;
}

.colors-list__color__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.colors-list__btn {
  display: inline-flex;
  margin-top: 25px;
  color: #00ABD9;
  text-decoration: none;
  gap: 5px;
}

.advices {
  margin-bottom: 50px;
  padding: 10px 10px 50px !important;
}

.articles_list {
  margin-top: 50px;
}

.articles_list .advices__item {
  margin-bottom: 20px;
}

.advices__item {
  display: flex !important;
  gap: 15px;
  align-items: start;
  padding: 15px;
  box-shadow: 0px 0px 14px 0px #0000001C;
}

.advices__item>img {
  width: 210px;
  transition: 0.2s;
}

.advices__item:hover>img {
  transform: scale(1.05);
}

.advices__item__name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 22px;
}

.articles_list .advices__item__right {
  min-height: auto;
}

.advices__item__right {
  min-height: 300px;
}

.advices__item__text {
  color: #7B7B7B;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 150%;
}

.advices__item__link {
  color: #00ABD9;
  text-decoration: none;
  display: inline-block;
}

.burger {
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 22px;
  background: url(/images/redisign/burger.svg) center center no-repeat;
}

.burger.active {
  background-image: url(/images/redisign/close.svg);
}

.subheader {
  display: none;
  position: absolute;
  top: 72px;
  right: 0;
  width: 300px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95)), linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 30%);
  color: #fff;
  padding: 15px;

  height: calc(100vh - 72px);
}

.subheader-menu {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
  height: 100%
}

.subheader-menu__item {
  padding: 7px 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

.has-sub {
  position: relative;
}

.arrow {
  position: absolute;
  right: -15px;
  top: 12px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}

.subheader-menu__item.active .arrow {
  transform: rotate(225deg);
}

.subheader-submenu {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  padding-left: 10px;

}

.subheader-submenu a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.subheader-menu__item.active+.subheader-submenu {
  max-height: unset;
}

.subheader-contact {
  margin: 50px 0;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.subheader-contact a {
  color: #fff;
}

.subheader-contact span {
  color: #7B7B7B;
  font-size: 12px;
}

.subheader-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.subheader-btns__btn {
  border: 1px solid #fff;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.subheader-btns__btn--blue {
  background: #00AEEF;
  border-color: #00AEEF;
}

.stone-prices-pagination {
  bottom: 0 !important;
}

.menu_item {
  position: relative;
  height: 40px;
}

.menu_new {
  display: none;
  position: absolute;
  background: #404040;
  min-width: 200px;
  top: 100%;
  left: -10px;
  z-index: 100000;
  padding-top: 10px;
}

.header__menu--index .menu_new {
  background: #000;
}



.header__menu__item>img {
  transition: 0.2s;
}


.menu_new li {
  cursor: pointer;
}


.menu_new li {
  display: block;
  float: none !important;
}

.menu_new li.dropdown {
  display: block;
  width: 100%;
  float: none !important;
  position: relative;
}

.menu_new li {
  display: block;
  width: 100%;
  float: none !important;
  position: relative;
  background: #404040;
}

.header__menu--index .menu_new li {
  background: #000;
}

.menu_new a {
  color: #FFF !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding: 7px 10px;
}

.menu_new .name_menu-bl {
  padding: 7px 10px;
  display: inline-block;
  color: #FFF !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  cursor: pointer;
  transition: 0.2s;
  width: 100%;
}


.close-modal {
  padding: 0;
  background: transparent;
  position: absolute;
  top: -20px;
  right: -50px;
}


#js-modal-4 {
  width: 50%;
}

#js-modal-4 .subdomainslist-col-header {
  display: flex;
  flex-wrap: wrap;
}

#js-modal-4 .subdomainslist-col-header a {
  width: 25%;
  text-decoration: inherit;
  color: rgb(102, 102, 102);
  font-size: 12px;
}

#js-modal-4 .subdomainslist-col-header a:hover {
  color: #004C66;
}

.overlay {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
  z-index: 99999;
}

.overlay.open {
  opacity: 1;
  pointer-events: inherit;
}

.overlay .modal {
  background: white;
  text-align: center;
  padding: 40px 80px;
  box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
}

.overlay .modal.open {
  opacity: 1;
  pointer-events: inherit;
}

.overlay .modal.open .content {
  transform: translate(0, 0px);
  opacity: 1;
}

.overlay .modal .content {
  transform: translate(0, -10px);
  opacity: 0;
  transition: .35s ease-in-out;
}

.overlay .modal .title {
  margin-top: 0;
}

#modal1 {
  background-color: #F2F2F2;
}

.header_callback {
  max-width: 320px;
}

.header_callback_title {
  margin: 0px auto 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
}

.form-info {
  color: #000;
}

.call_input_text,
.call_textarea,
.call-request__file-text,
.header_callback_form_input input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding: 10px 38px 10px 14px;
  font-size: 14px;
  line-height: 1.4;
  outline: none;
  margin-bottom: 15px;
}

.header_callback_form_input {
  margin-bottom: 15px;
}

.call-request__submit {
  display: inline-block;
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  background-color: #01a7e3;
  color: #ffffff;
  margin-bottom: 10px;
}

.call_button_send,
.callback-btn {
  display: inline-block;
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  background-color: #01a7e3;
  color: #ffffff;
  margin-bottom: 10px;
  border: 1px solid #01a7e3;
}

.callback-btn:placeholder {
  color: #fff;
}


.fullwidth-break {
  grid-column: 1 / -1;
  /* если grid */
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.fullwidth-break.ftv1-cta-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.model-list .mods {
  flex: 1;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.model-list .mods span {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #004C66;
  text-decoration: underline;
  font-size: 14px;
}

.howto {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.howto_item {
  flex: 1;
  display: flex;
  align-items: center;
  border: 1px solid #00abd9;
  background-color: #ffffff;
  padding: 10px 5px;
}

.howto_item div:nth-child(1) {
  width: 80px;
  height: 80px;
  margin: auto;
}

.howto_item div {
  width: 80%;
}

.howto_item div img {
  width: 60px;
  height: 100%;
  object-fit: contain;
  margin: auto;
  display: block;
}

.howto_item div p {
  margin: 0;
  font-size: 15px;
}

.anchors_block {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.anchors_block .anchor {
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.3;
  color: #555555;
  cursor: pointer;
  text-decoration: none;
}

.anchors_block .anchor a {
  text-decoration: unset;
}

#tree ul li>ul {
  margin-left: 30px;
}

.header_callback_form_policy {
  color: #004C66;
  font-size: 12px;
}

/* #ban-sto {
  width: 100%;
  height: 350px;
} */


.adv_container {
  width: 920px;
  overflow: hidden;
}

.adv_container2 {
  width: 720px;
  overflow: hidden;
}

.adv_info2 {
  width: 485px;
  float: right;
}

.adv_info_price {
  COLOR: #D93600;
  FONT-SIZE: 14px;
  padding-top: 12px;
  FONT-WEIGHT: BOLD;
}

.adv_pic {
  float: left;
  width: 215px;
  padding-right: 20px;
  overflow: hidden;
}

.adv_pic img {
  width: 215px;
  max-height: 150px
}

.adv_info {
  float: right;
  width: 725px;
}

.adv_info_title {
  FONT-SIZE: 14px;
  FONT-WEIGHT: BOLD;
}

.adv_info_text {
  padding-top: 12px;
}

.adv_desc {
  font-size: 12px;
  font-style: italic;
  margin: 5px 0 0 0;
  padding: 0;
}

.adv_info_price_span {
  FONT-WEIGHT: BOLD;
  COLOR: #D93600;
}

@media (min-width: 1024px) {
  .header__menu__item:hover .menu_new {
    display: block;
  }

  .header__menu__item:hover>img {
    transform: rotate(180deg);
  }

  .menu_new a:hover {
    padding-left: 20px;
  }

  .menu_new li.dropdown:hover .top_menu {
    display: block;
  }

  .menu_new li.dropdown img {
    position: absolute;
    top: 7px;
    right: 10px;
    transform: rotate(270deg);
  }

  .menu_new li>ul.top_menu {
    display: none;
    position: absolute !important;
    top: 0px !important;
    left: 200px !important;
    min-width: 200px;
  }

  .menu_new li.dropdown .top_menu {
    position: absolute;
    top: 0px;
    left: 100%;
    display: none;
  }

  .menu_new li.dropdown .top_menu>li {
    position: relative;
  }

  .menu_new li.dropdown:hover .top_menu {
    display: block;
  }

  .menu_new .top_menu-col-bl {
    display: none;
    position: absolute;
    top: 0px;
    left: 100%;
    min-width: 200px;
  }

  .menu_new li.dropdown .top_menu>li:hover .top_menu-col-bl {
    display: block !important;
  }

  .menu_new .top_menu-col-bl ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 100%;
    min-width: 200px;
  }


  .menu_new li:hover {
    background: #00ABD9 !important;
  }

  .menu_new li.dropdown .top_menu-col-bl>li:hover ul {
    display: block !important;
  }


  .menu_new .name_menu-bl:hover {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  .header__menu__item a:hover {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

@media (width < 1601px) {
  .main-img-wrap {
    justify-content: space-between;
  }

  .main-img-wrap__right {
    width: 50%;
  }

  .faq {
    margin-left: 15px;
  }

  .stone-hero--2 .stone-hero__title {
    left: 15px;
  }

  .stone-hero__overlay {
    padding-left: 15px;
  }

  .stone-hero--2 .stone-hero__overlay {
    padding-right: 15px;
  }

  .order-steps__text {
    font-size: 14px;
  }

  .warning {
    left: 0;
    width: 100%;
  }

  .slider-main__overlay {
    padding-left: 100px;
    padding-bottom: 30px;
  }

  .slider-main-wrap .slider-buttons,
  .slider-main-wrap .slider-pagination {
    margin-left: 100px;
  }

  .page-container {
    width: 100%;
    margin: 0;
  }

  .header__btn,
  .btn.open-modal {
    display: none;
  }
}

@media (width < 1300px) {
  .materials-stone__swatch-image img {
    width: 145px;
    height: 145px;
  }

  .stone-services__name {
    font-size: 16px;
  }

  .stone-services__price {
    font-size: 16px;
    white-space: normal;
    text-align: right;
  }

  .stone-advantages__text {
    font-size: 16px;
    padding: 0;
  }

  .company__gallery {
    padding-bottom: 50px !important;
  }

  .company__gallery .slider-buttons,
  .company__gallery .company-pagination {
    display: flex;
  }

  .reviews-block .slider-buttons {
    display: flex;
  }

  .reviews-block__list {
    padding-bottom: 50px !important;
  }

  .advices__item {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .advices__item>img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .advices__item__right {
    padding: 10px;
  }

  .order-steps__list {
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
  }

  .order-steps__item {
    width: 32%;
    flex: unset;
    margin-bottom: 15px;
  }

  .stone-price-card {
    font-size: 15px;
  }

  .header__contacts__item:nth-child(2) {
    display: none;
  }
}

@media (width < 1200px) {
  .item-page__main-grid {
    gap: 5px;
  }

  .checks-info__text,
  .checks-info__title {
    font-size: 12px;
  }

  .item-page__price-current {
    font-size: 30px;
  }

  .item-page__price-old {
    font-size: 20px;
  }

  .item-page__category-name {
    font-size: 24px;
  }

  .header__contacts__item:nth-child(1) {
    display: none;
  }

  .slider-main__title {
    font-size: 30px;
  }

  .slider-main__subtitle {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 320px) {
  .item-page .sidebar {
    width: 100%;
    flex: 1;
    position: static;
  }

  .item-page .sidebar__inner {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
  }
  .breadcrumb {
    flex-wrap: wrap;
  }
  .item-page__category-name {
    font-size: 20px;
    line-height: 22px;
  }
  .item-page__category-link {
    font-size: 14px;
    position: absolute;
    bottom: 15px;
  }
}


.price_table_block {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}


.prices-table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    font-size: 15px;
    background: #fff;
    min-width: 600px; 
}

.prices-table th,
.prices-table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: top;
}


.prices-table th {
    background: #f6f6f6;
    font-weight: 600;
    color: #1e293b;
    border-bottom: 2px solid #e2e8f0;
    font-size: 16px;
}

.prices-table td:first-child {
    font-weight: 500;
    left: 0;
    box-shadow: 2px 0 5px -2px rgba(0,0,0,0.1);
}


.prices-table tbody tr:hover {
    background-color: #f9fafb;
    transition: background-color 0.2s ease;
}

.prices-table td {
    color: #334155;
    font-weight: 500;
}


@media (max-width: 768px) {
    .price_table_block {
        margin: 16px 0;
    }
    
    .prices-table {
        font-size: 13px;
        min-width: 300px;
        margin-bottom: 0;
    }
    
    .prices-table th,
    .prices-table td {
        padding: 10px 12px;
    }
    
    .prices-table th {
        font-size: 14px;
    }
    
}

@media (max-width: 480px) {
    .prices-table {
        font-size: 12px;
        min-width: 300px;
    }
    
    .prices-table th,
    .prices-table td {
        padding: 8px 10px;
    }
}

/* Опционально: стили для печати */
@media print {
    .price_table_block {
        overflow: visible;
        box-shadow: none;
    }
    
    .prices-table {
        border: 1px solid #ccc;
    }
    
    .prices-table th,
    .prices-table td {
        border: 1px solid #ccc;
    }
    
    .prices-table td:first-child {
        background: #f0f0f0;
        box-shadow: none;
    }
}

/* Анимация появления таблицы */
.prices-table {
    animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (width < 1025px) {
  .item-page .sidebar__item {
    width: auto;
  }

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

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

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

  .stone-prices__grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .item-page__categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .item-page__cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .item-page__top {
    flex-wrap: wrap;
  }

  .company__text-wrap {
    flex-direction: column-reverse;
  }

  .company__text-wrap>div {
    padding-left: 0;
    width: 100%;
  }

  .container--first,
  .main-img-wrap__left {
    padding-top: 90px;
  }

  .main-img-wrap {
    flex-wrap: wrap;
  }

  .main-img-wrap__left {
    width: 100%;
    padding-right: 0;
  }

  .main-img-wrap__right {
    width: 100%;
    padding: 0;
    height: 400px;
    margin-top: 40px;
  }

  .page-container {
    padding-right: 15px;
  }

  .subtitle,
  .item-page h2,
  .item-page h3,
  main .container h2,
  main .container h2,
  .content_info_container h2 {
    font-size: 28px;
  }

  .subtitle span {
    font-size: 16px;
  }

  .stone-hero__title,
  .stone-hero__overlay {
    position: relative !important;
    transform: unset !important;
    inset: 0 !important;
    z-index: 2;
    width: 100%;
    background: unset;
  }

  .stone-hero--2 .stone-hero__overlay {
    padding-left: 0;
  }

  .stone-hero {
    height: auto;
    padding: 30px 15px;
  }

  .stone-hero__title {
    font-size: 28px !important;
  }

  .stone-hero__overlay {
    font-size: 15px;
    line-height: 1.5;
  }

  .item-page__categories-grid--main {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 200px;
  }

  .item-page__categories-grid--main .item-page__category-item {
    grid-row: unset !important;
    grid-column: unset !important;
    height: 200px;
  }

  .slider-pagination .swiper-pagination-bullet {
    width: 25px;
    margin-right: 10px !important;
  }

  .header {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95)), linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 30%);
  }

  .header__menu {
    display: none;
    padding: 20px;
    position: absolute;
    height: auto;
    background: black;
    width: 100%;
    left: 0;
    top: 0;
  }



  .header__menu.active {
    display: block;
    height: calc(100% - 185px);
    overflow: auto;
  }

  .header__menu.active .header__menu__item {
    display: block;
    margin: 10px 0;
  }

  .header__menu--index .menu_new li.active>img,
  .header__menu--index .menu_new li.active>a>img,
  .header__menu--index .menu_new li.active>span>img {
    transform: rotate(180deg);
  }

  .header__menu.active .header__menu__item>img {
    right: 0;
    padding: 5px;
    position: absolute;
  }

  .header__menu .header__menu__item.active>img,
  .header__menu .header__menu__item.active>span img {
    transform: rotate(180deg);
  }

  .header__menu .header__menu__item.active .menu_new.active {
    display: block;
    min-width: 100%;
    width: 100%;
    position: static;
  }

  .header__menu .header__menu__item .menu_new .top_menu {
    display: none;
  }

  .header__menu .header__menu__item .menu_new .dropdown.active .top_menu {
    display: block;
  }

  .header__menu .header__menu__item .menu_new li>ul {
    display: none;
    padding-left: 10px;
  }

  .header__menu .header__menu__item .menu_new li>ul.active {
    display: block;
  }

  .menu_new li.dropdown img {
    z-index: 100;
    right: 0;
    top: 7px;
    padding: 5px 10px;
    position: absolute;
    margin: auto;
  }

  .header {
    padding-right: 40px;
  }

  .burger {
    display: block;
  }

  .header__logo-1 {
    height: 33px;
    margin-right: 3px;
  }

  .header__logo-2 {
    height: 10px;
    margin-bottom: 5px;
  }

  .header__logo-right {
    align-items: start;
  }

  .header__logo-text {
    font-size: 7px;
  }

  .header__contacts__tel {
    font-size: 12px;
  }

  .header__logo-wrap {
    margin-right: 5px;
  }

  .ftv1-cta {
    flex-direction: column;
    min-height: 380px;
    padding: 24px
  }

  .ftv1-cta__title {
    font-size: 28px;
  }

  .ftv1-cta__title br,
  .ftv1-cta__phone br {
    display: none;
  }

  .ftv1-cta__phone {
    font-size: 18px;
  }

  .ftv1-cta__phone a {
    margin-right: 5px;
  }

  .ftv1-cta__left,
  .ftv1-cta__form {
    flex: 1 1 auto;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .ftv1-sitemap {
    /*! flex-direction: column; */
    gap: 24px;
    padding: 20px;
    flex-wrap: wrap;
  }

  .ftv1-col {
    width: 46%;
    flex: unset;
  }

  .ftv1-col--brand {
    flex: auto;
    width: 100%;
  }

  .ftv1-bottom {
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
  }

  .ftv1-col:last-child {
    margin-top: -150px;
  }

  .ftv1-bottom>div {
    width: 100%;
  }

  .ftv1-copy {
    text-align: center
  }

  .ftv1-ad {
    justify-content: center;
  }
}

@media (width < 800px) {
  .prices__layout {
    flex-direction: column;
  }
  .adv_container2 {
    width: 100%;
 
	}
	.adv_info2 {
    width: 60%;
    float: right;
	}
  .main-img-wrap .call-request__form .call-request__form-fields {
    flex-direction: column;
  }
}

@media (width < 768px) {
  .order_form {
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 10px;
    background: #fff;
    border-radius: 4px;
    z-index: 1600;
    padding-bottom: 20px;
  }

  .order_form .modal_content {
    flex-wrap: wrap;
  }

  .m_container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .l_cont {
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    padding-left: 0px;
  }

  .r_cont {
    width: 100%;
    padding-left: 0;
  }

  .number-list {
    flex-wrap: wrap;
  }

  .number-block {
    flex: 1 0 calc(50% - 20px);
  }

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

  .faq-block__question {
    font-size: 18px;
  }

  .faq-block__content {
    font-size: 15px;
  }

  .materials-text__cols {
    flex-direction: column;
  }

  .stone-diff__grid,
  .difference-stone__wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

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

  .stone-production__layout {
    flex-wrap: wrap;
    gap: 15px;
  }

  .stone-production__image {
    width: 100%;
    flex: 1;
  }

  .stone-production__image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .stone-prices__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .category-filter__label {
    display: none;
  }

  .category-filter__more {
    position: absolute;
    top: 107px;
    z-index: 99
  }

  .category-filter__row--brand {
    margin-bottom: 55px;
  }

  .category-filter__chips {
    flex-wrap: nowrap;
    padding-bottom: 10px;
    overflow: auto;
    width: 100%;
  }

  .category-filter__chip {
    white-space: nowrap;
  }

  .category-price {
    font-size: 26px;
    margin-bottom: 20px;
  }

  #up {
    right: 20px;
    bottom: 20px;
    width: 40px;
  }

  .item-page__cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .catalog-card__params,
  .catalog-card__price-text {
    font-size: 10px;
  }

  .catalog-card__name {
    font-size: 14px;
  }

  .item-page__main-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .item-page__summary {
    padding: 0;
  }

  .item-page__color-name {
    font-size: 12px;
  }

  .contacts {
    flex-direction: column;
    gap: 50px;
  }

  .contacts__info {
    width: 100%;
    padding: 0;
  }

  .contacts__map {
    width: 100%;
  }

  .ftv1-contact {
    font-size: 16px;
  }

  body {
    font-size: 15px;
  }

  .call-request {
    flex-direction: column;
    gap: 30px;
  }

  .call-request__info {
    font-size: 15px;
    width: 100%;
    padding-right: 0;
    line-height: 150%;
  }

  .call-request__form {
    width: 100%;
  }

  .title {
    font-size: 30px;
  }

  .faq__item__header {
    font-size: 18px;
  }

  .faq__item__text {
    font-size: 15px;
  }

  .faq__items {
    width: 100%;
    margin-right: 40px;
  }

  .faq>img {
    display: none;
  }

  .colors-list__colors {
    flex-wrap: wrap;
  }

  .colors-list__color {
    width: 24%;
    margin-bottom: 10px;
  }

  .colors-list__color img {
    margin-bottom: 2px;
  }

  .colors-list__color__art {
    font-size: 10px;
  }

  .colors-list__color__name {
    font-size: 14px;
  }

  .order-steps__text {
    margin-top: 5px;
  }

  .order-steps__item {
    width: 48%;
    flex-direction: column;
    align-items: start;
  }

  .slider-main-wrap .slider-buttons,
  .slider-main-wrap .slider-pagination {
    margin-left: 15px;
  }

  .slider-main-wrap .slider-buttons {
    bottom: 80px;
  }

  .slider-main {
    height: 220px
  }

  .slider-main-wrap {
    padding: 450px 0 150px 0;
  }

  .warning {
    top: 80px;
    background: unset;
    font-size: 12px;
  }

  .slider-main__overlay {
    top: 300px;
    background: unset;
    padding-left: 15px;
  }

  .tags-cat-wr.catalog-types_hide {
    height: 115px;
  }

  .tags-cat:nth-child(3) {
    margin-bottom: 50px;
  }

  .catalog-types-collapse {
    bottom: 0;
    left: 0;
    right: unset;
    top: unset;
  }

  .catalog-types_show .tags-cat {
    margin-bottom: 12px;
  }

  .catalog-types_show .tags-cat:last-child {
    margin-bottom: 50px;
  }

  .catalog-types_show .catalog-types-collapse {
    bottom: -35px;
  }

  .tags-cat span {
    display: none;
  }

  .tags-cat-items a {
    display: block ruby;
  }

  .tags-cat-items {
    flex-wrap: nowrap;
    overflow: auto;
  }
}
@media (max-width: 768px) {
    table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-collapse: collapse;
    }

    table tbody {
        display: table;
        width: 100%;
    }

    table tr {
        display: table-row;
    }

    table td {
        white-space: nowrap;
    }
}
@media (width < 600px) {
  .model-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .adv_pic {
    float: none;
    width: 215px;
    margin: 0 auto;
  }
  .adv_info2 {
    width: 100%;
  }
  /* .item-page__top {
    flex-direction: column-reverse;
  } */

  .item-page .sidebar__inner>div,
  .item-page .sidebar__item {
    width: 100%;
  }

  .materials-stone__swatches {
    flex-wrap: wrap;
  }

  .materials-stone__swatch {
    width: 47%;
  }

  .item-page__categories-grid {
    grid-auto-rows: 200px;
  }

  .company__brand-item {
    width: 49%;
  }

  .main-img-wrap__right {
    height: 200px;
    display: none;
  }

  .item-page__categories-grid--main {
    grid-template-columns: repeat(1, 1fr);
  }

  .catalog-card {
    padding: 0;
  }

  .catalog-card__body {
    padding: 10px;
  }

  .number-list {
    flex: 1 0 100%;
    /* 1 колонка */
  }

}

@media (width < 500px) {
  .stone-advantages__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

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

  .category-filter__per-page {
    width: 100%;
  }

  .category-filter__per-page-label {
    flex-grow: 1;
  }

  .category-filter__controls {
    flex-direction: column;
    gap: 10px;
  }

  .category-filter__sort {
    width: 100%;
  }

  .category-btns {
    flex-direction: column;
  }

  .category-btns a {
    width: 100%;
  }

  .item-page__categories-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .item-page__tabs {
    flex-direction: column;
    border: 1px solid #7B7B7B;
    align-items: start;
  }

  .item-page__tab {
    display: none;
    border: unset !important;
    width: 100%;
    text-align: left;
  }

  .item-page__tab--mob {
    display: block !important;
    border-bottom: 1px solid #7B7B7B !important;
    margin-bottom: -1px;
    font-size: 18px;
    font-weight: 600;
  }

  .item-page__tabs.open .item-page__tab {
    display: block;
  }

  .item-page__tabs::after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 5px;
    background: url(/images/redisign/black-ar.svg) center center no-repeat;
    right: 10px;
    top: 19px;
    background-size: contain;
    transition: 0.2s;
  }

  .item-page__tabs.open::after {
    transform: rotate(180deg);
  }

  .sidebar {
    flex: 1;
    width: 100%;
  }
}

@media (width < 450px) {
  .calc-online__button {
    width: 100%;
    padding: 10px 5px;
    text-align: center;
  }

  .catalog-card__price {
    flex-direction: column;
    align-items: start;
  }

  .catalog-card__button {
    font-size: 14px;
  }

  .item-page__summary-block--top {
    flex-wrap: wrap;
    gap: 10px;
  }

  .item-page__summary-block--top>div {
    width: 100%;
  }

  .item-page__colors {
    justify-content: start;
  }

  .item-page__summary-props .item-page__summary-row:first-child {
    margin-bottom: 10px;
  }

  .item-page__order-button {
    width: 100%;
  }

  .subheader {
    width: 100%;
  }

  .colors-list__color {
    width: 48%;
  }
}