:root {
  --trnshn: all 0.3s ease-in;
  --black: #0b0b0b;
  --white: #fefefe;
  --bgc: #cab5ae0e;
  --brdrds: 10px;
  --bxsdw: 0px 1px 20px 6px #0000000c;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  display: block;
}

a {
  cursor: pointer !important;
}

.manufacturer_code {
  font-weight: 800;
  span {
    font-weight: 300;
  }
}

.category_name a {
  font-size: 18px;
  display: block;
}

.category #manufacturer_code {
  font-weight: 300;
}

.jshop_list_category .block_product .image {
  margin: auto;
  max-height: 250px;
  overflow: hidden;
  height: 100%;
}

.jshop_list_category .block_product .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.paragraph {
  margin-bottom: 30px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: var(--yellow);
}

#mod-custom137 {
  margin-block: 70px 100px;
}

::marker {
  color: var(--yellow);
  font-size: 22px;
}

#sp-reliability {
  margin-bottom: 100px;
  .info-head {
    margin-bottom: 0px;
  }
}

.product_label {
  max-width: 50px;
}

.section-heading {
  margin-bottom: 30px;
}

body {
  background: #f7f7f782;
}

a:hover,
a:focus,
a:active {
  color: var(--yellow);
}

@media (min-width: 1800px) {
  .container {
    max-width: 1530px !important;
  }
}

.cf-field-hp {
  display: none;
}

.txt-dec {
  color: var(--yellow);
}

.sp-module-title {
  margin-bottom: 50px;
  text-align: center;
}

.leasing {
  .d-flex {
    margin-top: 30px !important;

    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
  }

  .info-head {
    img {
      max-width: 200px !important;
    }
  }
}

.gallery {
  margin-bottom: 100px;
  display: none;
}

.modernizaton .gallery {
  display: block;
}

/* Buttons */

.btn {
  padding: 10px 20px;
}

.btn-primary,
.cf-btn {
  background-color: var(--yellow);
  border: var(--brdr);

  &:hover {
    background-color: var(--hover);
    border: var(--brdr);
  }
  &:active {
    background-color: var(--hover) !important;
    border: var(--brdr) !important;
  }
}

.btn-outline-primary {
  border: var(--brdr);
  color: var(--brand-black);
  &:hover {
    background-color: var(--hover);
    border: var(--brdr);
  }
  &:active {
    background-color: var(--hover) !important;
    border: var(--brdr) !important;
  }
}

/* Header  */

.descriptor {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 5px !important;
}

#sp-top {
  padding-block: 15px;
  .row {
    align-items: center;
  }
  p {
    margin-bottom: 0;
  }
}

.link-wrapper {
  display: flex;
  flex-direction: column;
  text-align: end;
  gap: 7px;
  a {
    color: var(--brand-black);
    &:hover {
      color: var(--yellow);
    }
  }
}

:is(.adress, .header-contacts, .messengers) {
  display: flex;
  align-items: center;
}

.phone {
  font-size: 20px !important;
  font-weight: 500;
  line-height: 18px;
  color: var(--black);
}

.adress {
  gap: 10px;
  a {
    color: var(--brand-black);
    &:hover {
      color: var(--yellow);
    }
  }
}

.header-contacts {
  gap: 20px;
  justify-content: center;
}

#mod-custom117 {
  .text-wrapper {
    margin-top: 5px;
  }
}

.messengers {
  gap: 5px;
  display: flex;

  img {
    width: 37px;
    transition: var(--trnshn);
  }
  .icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e8810400;
    border-radius: 100px;
    transition: var(--trnshn);
    &:hover {
      transition: var(--trnshn);

      background-color: #e8810465;
    }
  }
}

.work-time {
  color: #2827276e !important;
  font-size: 13px;
}

/* Stcky-header */
.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000 !important;
  background: var(--yellow) !important;
  height: 60px !important;
  .container-inner {
    padding-top: 0px !important;
    border-top: none !important;
    .row {
      align-items: center;
    }
  }
  .sp-menu-item a {
    color: white !important;
  }
  .sp-dropdown a {
    color: var(--black) !important;
  }
}

#sp-header {
  display: flex;
  align-items: center;
  background: var(--yellow);
  height: 60px;
}

#sp-header .sp-megamenu-parent > .sp-menu-item > a {
  text-transform: uppercase;
  color: var(--brand-light) !important;
}

#sp-header .link-wrapper {
  margin-bottom: 5px !important;
}

#sp-header .sp-menu-item {
  margin-right: 25px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: var(--yellow);
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  top: 70px;
}

#sp-menu .sp-column {
  justify-content: center !important;
}

.sp-dropdown a {
  color: var(--black);
}

/* ul {
  margin-bottom: 10px;
  list-style-type: none;
  padding: 0;
  li {
    margin-bottom: 5px;
  }
} */

.wf-columns {
  margin-bottom: 30px;
  gap: 30px;
  p {
    margin-bottom: 7px;
  }
  h3 {
    margin-bottom: 15px;
  }
}

.sp-module ul > li > a:hover {
  color: var(--yellow);
}

.item-125 ul {
  list-style-type: none;
  padding: 0;
}

.item-125 .d-flex {
  justify-content: start !important;
  gap: 15px;
}

.item-125 a {
  color: var(--black);
}

.item-125 a:hover {
  color: var(--yellow);
}

.item-125 h3 a {
  font-size: 17px;
  margin-bottom: 30px;
}

.item-125 h3 {
  margin-bottom: 20px;
}

.item-125 .module--menu a {
  font-size: 15px;
  line-height: 20px;
  text-wrap: pretty;
  display: block;
  margin-bottom: 7px;
}

/* Features */

#sp-features .sp-column {
  margin-block: 50px;
}

.info-item,
.delivery-item {
  height: 100%;
  width: 100%;
  text-wrap: balance;
  background: var(--light, #fff);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: var(--brdrds);
  p {
    margin-bottom: 0;
  }

  .info-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
  }
  .info-head img {
    max-width: 55px;
  }
  h3 {
    margin-bottom: 0;
  }
}

/* Seleсt-section */

.category-list {
  column-count: 2;
}

.category-list a {
  font-weight: 600;
  text-decoration: underline;
  font-size: 16px;
}

.select-item-img {
  max-width: 360px;
  margin: auto;
}

.section-select {
  margin-block: 30px 50px;
}
.section-select .nav {
  border-bottom: none;
}

.section-select .nav-link {
  --btn-c: var(--brand-black);
  color: var(--btn-c);
  border: none;
  display: grid;
  justify-items: center;
  align-items: start;
  gap: 8px;
  padding: 12px 20px 16px;
  width: 20%;
}
.section-select .nav-link.active {
  border-color: var(--btn-bdc, transparent);
  background: var(--light, #fff);
  box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.03),
    0 -3px 3px rgba(0, 0, 0, 0.01), 10px -10px 10px rgba(0, 0, 1, 0.03);
}
.section-select .tab-content {
  background: var(--light, #fff);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

button#nav-item-UnLyZ_TT1Ek0iL2wpwfld-3-tab,
button#nav-item-UnLyZ_TT1Ek0iL2wpwfld-1-tab {
  display: none;
}

.tabs ul.module--menu.сс-3 {
  column-count: 3 !important;
}

.tabs ul.menu.module--menu {
  column-count: 2;
}

.tabs ul.menu.module--menu a {
  text-decoration: underline;
  font-weight: bold;
}

.section-select .tab-pane {
  padding: 40px;
}
.section-select .tab-pane.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  justify-items: stretch;
  gap: 30px;
}
.section-select .tab-body {
  display: grid;
  gap: 20px;
}
.section-select .tab-body :is(h2, h3) {
  margin-bottom: 0;
}
.section-select .cf-fields {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 25px;
  margin: 0;
}
.section-select .cf-control-group {
  grid-column: span 3;
  padding: 0;
}
.section-select .cf-control-group.weight {
  grid-column: 1 / span 6;
}
.section-select .cf-control-group.price {
  grid-column: 1 / span 2;
}
.section-select .cf-control-group.buttons {
  grid-column: 3 / span 4;
}
.section-select .cf-list {
  gap: 8px;
  margin: 0;
  display: flex;
  font-size: 13px;
}
.section-select .cf-radio-group {
  padding: 0 !important;
  gap: 0;
}
.section-select .cf-control-label .cf-label {
  font-size: 18px;
  font-weight: 700;
}
.section-select .cf-input {
  display: contents;
}
.section-select .cf-input + .cf-label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 12px 5px;
  border-radius: 5px;
  border: 1px solid var(--grey, #e0e0e0);
  background: var(--white, #fff);
  cursor: pointer;
  transition: var(--trz, 0.2s);
}
.section-select .cf-input + .cf-label:hover {
  color: var(--white, #fff) !important;
  background: var(--primary-c--h);
}
.section-select .cf-input:checked + .cf-label {
  border-color: var(--yellow, #ffa800);
}
.section-select .cf-required-label {
  display: none;
}
.section-select .crane-cost {
  font-size: 28px;
  font-weight: 700;
  white-space: nowrap;
}
.section-select .btn-group {
  gap: 20px;
}
.section-select .btn {
  border-radius: 0.25em !important;
}

/* About */

#sp-about .sp-column {
  margin-block: 50px 75px;

  img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
  }
  h2 {
    font-size: 60px !important;
  }
  h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .info-head {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .info-head {
    gap: 0px;
  }

  .num-item {
    font-size: 32px;
    color: var(--yellow);
    font-weight: 800;
  }
}

/* Calculator */

.calc {
  margin-block: 50px 75px;
  position: relative;
  .calc-img {
    width: 100%;
    position: absolute;
    bottom: 20px;
    z-index: -1;
    img {
      border-radius: 20px;
    }
  }
}

.calculator .content-wrapper {
  gap: 32px;
  padding: 30px;
  border-radius: 10px;
  background: var(--light, #fff);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  h2 {
    margin-bottom: 30px;
  }
  a {
    color: var(--yellow);
  }
}

/* Contacts-main */

.contacts-secton {
  margin-block: 30px 100px;
  .section-heading {
    font-size: 36px;
  }
  .desctop-contacts {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    height: 100%;
    width: 100%;
    text-wrap: balance;
    background: var(--light, #fff);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }

  .messengers {
    margin-bottom: 15px;
  }

  .department {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 10px;
  }

  .adress--link {
    color: var(--yellow);
    font-size: 20px;
    line-height: 22px;
  }
}

#sp-contacts-info {
  background: var(--light, #fff);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  padding-block: 75px 0px;
  .answer-heading {
    margin-bottom: 30px;
    text-align: center;
  }
  h3 {
    margin-bottom: 15px !important;
  }
  .contacts-item {
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 20px;
    border: 1px solid var(--yellow);
    margin-bottom: 15px;
    height: 100%;
    border-radius: var(--brdrds);
    a {
      color: var(--brand-black);
      &:hover {
        color: var(--yellow);
      }
    }

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

    .work-time {
      margin-top: 5px;
    }
  }
  .contacts-info {
    margin-bottom: 75px;
  }

  iframe {
    margin: 0;
    padding: 0;
  }
}

/* Search */

#sp-user1 {
  .sp-column {
    justify-content: center;
  }
}

#sp-header,
.offcanvas-menu {
  .row {
    align-items: center;
  }
  .mod-shop-search {
    display: flex;
  }
  .inputbox {
    border-radius: var(--brdrds) 0px 0px var(--brdrds);
  }
  .button {
    background-color: var(--black);
    padding: 10px 20px;
    border: 0px;
    border-radius: 0px var(--brdrds) var(--brdrds) 0px;
  }
}

/* Category */

.jshop h1 {
  margin-block: 30px;
}

.category_description {
  margin-bottom: 0px;
}

/* FAQ */

.faq-heading {
  margin-bottom: 30px;
  text-align: center;
}

#sp-faq {
  margin-bottom: 50px;
}

/* Accordeon */
.accordion {
  row-gap: 0px;
}

.accordion-flush .accordion-item {
  padding: 0;
}

.accordion-item {
  color: var(--black);
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05);
  border-radius: 10px;

  -webkit-transition: var(--trz);
  transition: var(--trz);
  margin-bottom: 20px;
}

.accordion-item :is(.accordion-button, .accordion-body) {
  --p: 16px 20px;
  padding: var(--p);
}

@media (min-width: 768px) {
  .accordion-item :is(.accordion-button, .accordion-body) {
    --p: 20px 40px;
  }
}

@media (min-width: 1200px) {
  .accordion-item :is(.accordion-button, .accordion-body) {
    --p: 24px 60px;
  }
}

.accordion-item .accordion-body {
  padding-top: 0;
}

.accordion-item:hover {
  translate: 0 -5px;
  -webkit-box-shadow: 0 20px 75px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 75px 5px rgba(0, 0, 0, 0.08);
}

.accordion-item:hover .accordion-button {
  color: var(--primary-color-hover);
}

.accordion-item:hover .accordion-button::after {
  -webkit-filter: invert(77%) sepia(12%) saturate(2424%) hue-rotate(0deg)
    brightness(91%) contrast(85%);
  filter: invert(77%) sepia(12%) saturate(2424%) hue-rotate(0deg)
    brightness(91%) contrast(85%);
}

.accordion-button {
  --fz: 16px;
  font-size: var(--fz);
  font-weight: 600;
  line-height: 1.35;
  padding: 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-transition: var(--trz);
  transition: var(--trz);
}

@media (min-width: 768px) {
  .accordion-button {
    --fz: 18px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media (min-width: 992px) {
  .accordion-button {
    --fz: 20px;
  }
}

@media (min-width: 1200px) {
  .accordion-button {
    --fz: 22px;
  }
}

.accordion-button:focus,
.accordion-button:focus-visible {
  outline: none;
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-button::after {
  translate: 0 4px;
}

.accordion-button.collapsed {
  color: var(--black);
}

.accordion-button:not(.collapsed) {
  color: var(--primary-color-hover);
  background-color: var(--white);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  -webkit-filter: invert(77%) sepia(12%) saturate(2424%) hue-rotate(0deg)
    brightness(91%) contrast(85%);
  filter: invert(77%) sepia(12%) saturate(2424%) hue-rotate(0deg)
    brightness(91%) contrast(85%);
  background-image: var(--bs-accordion-btn-icon);
}

.accordion-body {
  padding: 0 40px 0 0;
}

/* Blog */

.news--data {
  display: none;
}

.blog--main .news--data-item {
  display: flex;
  gap: 13px;
  align-items: center;
}

.blog--main .news--data {
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: 3;
  display: flex;
  gap: 30px;
}

.blog--main .news--data p {
  color: var(--white);
  margin-bottom: 0;
}

span.published-date,
span.hits {
  font-size: 18px;
  color: #ffffffb5;
}

.blog--main .item-content {
  position: absolute;
  bottom: 30px;
  left: 15px;
  z-index: 3;
}

.article-intro-image,
.blog--main .articles-leading .article-intro-image {
  width: 100%;
  height: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
}

.item-image {
  border-radius: var(--brdrds);
}

.blog--main .article {
  padding: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--brdrds);
  max-height: 500px;
}

.blog--main .article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--brdrds);
  transition: var(--trnshn);
}

.blog--main .article figure {
  width: 100%;
  height: 100%;
}

.blog--main .article h2 a {
  display: block;
  color: var(--white) !important;
  line-height: 25px;
  padding: 0 20px 0 0;
  margin-bottom: 0;
  font-size: 20px;
  text-wrap: balance;
}

.blog--main .article-list .col-lg-6 {
  margin-bottom: 30px;
}

.blog--main .data--icon {
  max-height: 25px;
}

.blog--main .article-list.articles-leading {
  height: 520px;
}

.blog--main .article::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgb(0, 0, 0) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  pointer-events: none;
}

.blog--main .blog {
  margin-top: 17px;
}

img.data--icon {
  height: 20px !important;
}
.blog--main .article-header {
  margin-bottom: 30px;
}

.view-article .popular--news {
  margin-top: 27px !important;
}

.view-article h2 {
  margin-top: 30px !important;
}

.view-article h1 {
  margin-bottom: 30px;
}

.blog--main .article-header h2 {
  margin-bottom: 10px !important;
}

.blog .article-list .article {
  border: 1px solid #f7f1f1 !important;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(178, 188, 191, 0.1);
  border-radius: var(--brdrds);
}

.blog .article-list .article img {
  border-radius: var(--brdrds) var(--brdrds) 0 0;
}

.popular--news li:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc5a;
  padding-bottom: 5px;
}

.popular--news a {
  color: black !important;
  transition: 0.2s;
  color: black !important;
  transition: 0.2s;
  display: block;
  line-height: 24px !important;
}

.popular--news a:hover {
  transition: 0.2s;
  color: var(--main-color) !important;
  translate: 4px 0px;
}

.popular--news ul {
  margin: 0;
}

.popular--news li {
  list-style-type: none;
}

.popular--news h3 {
  margin-bottom: 15px;
  font-weight: 600;
}

.popular--news {
  margin-top: 83px !important;
  border: 1px solid #00000008;
  padding: 30px;
  border-radius: var(--brdrds);
  background: var(--white);
  box-shadow: 1px 0px 20px 3px #00000011;
}

.blog .article-list .article:hover {
  transition: all 0.3s ease;
  box-shadow: 0 30px 20px rgb(178 188 191 / 30%);
  cursor: pointer;
  transform: translateY(-5px);
}

.sp-module.blog--banner {
  padding: 0px !important;
  border: 0px !important;
}

.article-header a {
  &:hover {
    color: var(--yellow) !important;
  }
}

.contacts-page {
  .article-details {
    margin-block: 0px;
  }
}

.main-title {
  font-size: 29px;
  margin-bottom: 30px;
}

.article-details {
  margin-block: 30px 100px;
}

.blog {
  margin-block: 17px;
}

.blog h2 {
  margin-bottom: 30px;
}

.title-container {
  max-height: 350px;
  overflow: hidden;
  position: relative;
  h1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 35%;
    color: white;
    z-index: 9;
    font-size: 62px;
  }
  img {
    object-fit: cover;
    width: 100%;
    filter: brightness(0.55);
  }
}

/* Left */
#sp-left {
  margin-top: 35px;
  .sp-module {
    background-color: #fff;
    box-shadow: var(--bxsdw);
  }
}

/* Breadcrumbs */
.breadcrumb {
  background: transparent;
  padding: 0 !important;
  margin-top: 30px;
}

.breadcrumb .float-start {
  display: none;
}

.breadcrumb a {
  color: #ababab !important;
  &:hover {
    color: #444444 !important;
  }
}

.breadcrumb-item.active {
  color: #444444;
}

/* Callback */

.callback {
  width: 100%;
  background-color: var(--yellow);
  position: relative;
  max-height: 300px;
  margin-block: 50px;
  .cf-btn {
    border: 1px solid var(--white) !important;
  }
  h2 {
    margin-bottom: 30px;
  }
}

.privacy .cf-label {
  color: black !important;
  font-size: 13px !important;
  font-family: "Play", sans-serif !important;
  a {
    color: black !important;
    text-decoration: underline;
  }
}

.callback-wrapper {
  border-radius: var(--brdrds);
  background-color: white;
  padding: 50px;
  box-shadow: var(--bxsdw);
  position: relative;
  top: -30px;
  z-index: 8;
  font-family: "Play", sans-serif !important;
}

.callback-items {
  display: flex;
  position: relative;

  .cf-form-wrap {
    padding: 0 !important;
  }

  .callback-img {
    width: 270px;
    height: 270px;
    border-radius: 150px;
    overflow: hidden;
    border: 2px solid black;
    left: -100px;
    top: -30px;
    z-index: 5;
    position: absolute;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: right;
    }
  }
}

/* Checkbox */
.cf-checkbox-group {
  .cf-label {
    font-size: 13px !important;
    a {
      color: var(--yellow);
    }
  }
}

.form-check-input {
  margin: 0 3px 0 0;
}

.form-check-input:checked {
  background-color: var(--yellow);
}

.form-check-input {
  border: 1px solid white !important;
  padding: 9px !important;
  width: 9px;
  height: 9px;
}

.form-check-input:focus {
  border-color: var(--yellow);
  outline: 0;
  box-shadow: 0 0 0 0.25rem #7547393e;
}

/* Form */
#form5_name,
#form5_tel3,
#form3_name,
#form3_tel3,
#form2_tel3,
#form12_tel3,
#form12_text6,
#form1_name,
#form1_phone,
#form1_info {
  padding: 15px 15px !important;
  border-radius: var(--brdrds) !important;
  border: 1px solid var(--yellow) !important;
}

.convertforms .cf-content-wrap,
.convertforms .cf-form-wrap {
  padding: 20px 0px;
}

.convertforms.cf-success .cf-response {
  background-color: var(--yellow) !important;
}

.cf-btn {
  padding: 17px 20px !important;
}

.convertforms {
  font-family: "Play", sans-serif !important;
}

.cf-fields {
  align-items: end;
}

/* About */

.about-items {
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-shadow: var(--bxsdw);
  background: white;
  gap: 10px;
  height: 100%;
  .about-img {
    max-width: 95px;
    max-height: 80px;
  }
  p {
    margin-bottom: 0;
  }
}

/* Spoiler */

.spoiler {
  cursor: pointer;
  display: inline-block;
  color: white;
  padding: 10px 20px;
  border-radius: var(--brdrds);
  img {
    filter: invert(1);
    position: relative;
    top: 3px;
    left: 3px;
  }
}

.hidden {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.visible {
  display: block;
  opacity: 1;
}

.spoiler .arrow {
  display: inline-block;
  transition: transform 0.5s ease;
}

.spoiler .arrow.up {
  transform: rotate(180deg);
}

/* Footer */

#sp-bottom {
  a {
    color: white;
    &:hover {
      color: var(--yellow);
    }
  }

  .wf-column a {
    font-size: 16px;
  }

  .wf-column h3 a {
    font-size: 17px;
  }

  h3 {
    margin-bottom: 15px;
  }
  p {
    margin-bottom: 10px;
  }
  .work-time {
    color: white !important;
    margin-bottom: 20px;
  }
  .header-contacts {
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }

  .messengers {
    gap: 9px;
    margin-bottom: 15px;
  }

  .icon {
    background-color: #ffffff00;
    transition: var(--trnshn);
    width: auto;
    height: auto;
    img {
      width: 35px;
    }
    &:hover {
      transition: var(--trnshn);
      background-color: #e8810465;
    }
  }
  .main-btn:hover {
    color: white !important;
  }
}

/* Joomshopping */

.block_product .oiproduct {
  width: 100%;
}

.block_product {
  background-color: #fff;
  height: 100%;
  border-radius: var(--brdrds);
  transition: var(--trnshn);
  padding: 30px !important;
  box-shadow: var(--bxsdw);
  &:hover {
    transition: var(--trnshn);
  }
  a {
    color: var(--white);
  }

  .name a,
  .product_link {
    color: var(--black) !important;
    &:hover {
      color: var(--yellow);
    }
  }
}

.block_product:hover img {
  transform: scale(1.08);
  transition: var(--trnshn);
}

.image_block,
.image {
  img {
    margin: auto;
    transition: var(--trnshn);
    &:hover {
      transform: scale(1.08);
      transition: var(--trnshn);
    }
  }
}

.jshop_price {
  color: var(--yellow);
  font-weight: 700;
  font-size: 22px;
}

.sblock3 {
  margin-bottom: 30px;
}

.block_sorting_count_to_page {
  display: none;
}

.text_zoom {
  display: none;
}

.prod_price {
  font-size: 20px;
}

#block_price {
  color: var(--yellow) !important;
  font-weight: 800;
  font-size: 30px !important;
}

.jshop.productfull {
  margin-bottom: 50px;
}

.block_product .product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.extra_fields_name {
  font-weight: 800;
}

.extra_fields .extra_fields_group {
  padding-top: 0px;
}

.extra_fields_el {
  margin-bottom: 4px;
}

.jshop_list_product .product .name {
  position: relative;
  z-index: 9;
}

.jshop_list_product {
  margin-bottom: 0px;
}

/* Service */

.service-block img {
  max-width: unset !important;
  margin: 0 auto;
  max-height: unset !important;
  width: 100%;
}

/* Work */
.work {
  margin-bottom: 100px;
  .work-num {
    font-weight: 700;
    color: var(--yellow);
    font-size: 65px;
    line-height: 50px;
  }
  p {
    margin-bottom: 0;
  }
  .work-item {
    gap: 10px;
  }
  .work-item {
    text-wrap: balance;
  }
}

/* Label */
.block_product {
  position: relative;
}

.jshop .product_label {
  margin: 0;
  top: -3%;
  left: -3%;
  z-index: 3;
}

/* Label */

.image_middle {
  position: relative;
}

.label_products {
  margin-bottom: 50px;
  .block_item {
    position: relative;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    height: 100%;
    border-radius: var(--brdrds);
    transition: var(--trnshn);
    padding: 30px;
    text-align: center;
  }
  .image_block {
    margin-bottom: 15px;
  }
  .name {
    margin-bottom: 15px;
    a {
      color: var(--black);
    }
  }
  .jshop_price {
    margin-bottom: 30px;
  }
}

#sp-hit .sp-module {
  margin-top: 50px;
}

/* Pagination */

.pagination {
  justify-content: center;
}

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

.pagination .page-item {
  display: inline-block;
  margin-right: 5px;
}

.pagination .page-link {
  color: #000;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination .page-item a.page-link {
  color: #000;
}

.pagination .page-item a.page-link:hover {
  background-color: #e88104;
  color: #fff;
  border-radius: 50%;
}

.pagination .page-link span.fas {
  color: #000; /* Стрелки остаются черными */
}

.pagination .page-link span.fas:hover {
  color: #000; /* Нет изменения цвета для стрелок при наведении */
}

.pagination .active .page-link {
  background-color: #e88104;
  color: #fff;
}

.jshop_pagination {
  margin-bottom: 50px;
}
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  border-color: #f8951b;
  background-color: #f8951b;
}

/* Table*/

:root {
  --bg: #f7f9fc;
  --card: #ffffff;
  --muted: #555;
  --text: #000;
  --line: #f0f0f0;
  --accent: #3a78ff;
  --zebra: #f2f4f8;
}

.table-wrap {
  margin-block: 30px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 12px;
  position: relative;
}
.scroll-hint {
  position: absolute;
  right: 14px;
  top: 12px;
  font-size: 12px;
  color: var(--muted);
  user-select: none;
}
.table-scroller {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.table-scroller::-webkit-scrollbar {
  height: 8px;
}
.table-scroller::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 680px;
}
thead th {
  position: sticky;
  top: 0;
  background: var(--card);
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-bottom: 1px solid var(--line);
  padding: 14px 16px;
  z-index: 2;
}
tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
tbody tr:nth-child(odd) {
  background: var(--zebra);
}
tbody tr:hover td {
  background: #e9edf5;
}

tr.section-row td {
  background: #d4def5 !important;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--line);
  padding: 14px 16px;
}

td.param {
  width: 44%;
  font-weight: 600;
  color: #000;
}
td.value {
  width: 56%;
  color: #000;
}

@media (max-width: 640px) {
  body {
    padding: 16px;
  }
  thead th,
  tbody td {
    padding: 12px;
    font-size: 14px;
  }
  .scroll-hint {
    font-size: 11px;
    opacity: 0.8;
  }
}
