body {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Montserrat", sans-serif;
  font-weight:500;
  color:#666;
}
html {font-size:16px;font-family: "Montserrat", sans-serif;font-weight:500;color:#666}
body>main {
  flex: 1;
}
a {
  transition: all 0.3s ease;
  color: #0096ceff;
}
.navbar .callback-trigger {
    display: flex;
    align-items: center;
    color: #0096ceff;
    cursor: pointer;
    margin-right: 10px;
}
.promo-form .title {text-align: center}
.has-background-success {background-color: #0096ceff !important}
.has-background-danger {background-color: #0096ceff !important}
.has-background-light {border-top: 2px dashed #ddd;border-bottom: 2px dashed #ddd}
.has-text-primary {color: #0096ceff !important}
.title span, .subtitle em, .subtitle span {
    font-weight: 500;
}
.button.is-primary.is-light {background-color: #0096ceff;color: #fff}
.promo-form h1 {color:#fff;text-align:center}
.has-text-weight-bold {font-weight: 900 !important;color: #222}
.button {border-radius:2rem;font-family: "Montserrat", sans-serif;font-weight: 500}
.button.is-primary {background-color: #0096ceff}
.button.is-primary:hover, .button.is-primary.is-hovered {background-color: #deeaff;border-color: transparent;color: #0096ceff;}
.has-background-primary {background-color: #0096ceff !important}
.home-offer .icon {min-width: 3rem}
.foolbox {min-height: 100%}
.breadcrumb li+li::before {margin-right: 1rem}
.top-back {
    background: url(/image/catalog/top-back.webp);
    background-size: cover;
}
.border-b {
    border-bottom: 1px solid #eee;
}
.gallery-carousel .box {
    box-shadow: none;
    border-radius: 0;
}
.icon.is-large {color: #0096ceff;min-width:4rem}
#logo {
  line-height: 0;
}
.furn img {
    border: 2px dashed #0096ceff;
    border-radius: 10%;
    background-color: #f5f5f5;
}
.header-contacts .icon-text, .mobile-contacts-list .icon-text {
  line-height: 1;
}
.my_space {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.address svg {color: #0096ceff}
#menu {
  position: sticky;
  top: -0.5px;
  z-index: 3;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%);
  background-color: #ffffff;
}

#menu .navbar-start>.navbar-item:first-child {
  padding-left: 0;
}

#menu .not-logged,
#menu .logged {
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  top: 0.8rem;
  right: 0.8rem;
}

#menu .catalog-trigger {
  justify-content: flex-start;
}
.breadcrumb {
  margin-bottom: 0;
  overflow: hidden;
}

.breadcrumb ul,
.breadcrumb ol {
  flex-wrap: initial;
}

.modal-card {
  box-shadow: 0 5px 16px 0 rgb(0 0 0 / 30%);
  border-radius: 18px;
}

#catalog-modal .modal-content {
  width: 100%;
  max-width: 1344px;
}

.modal-background {
  background-color: rgb(255 255 255 / 75%);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
.box {color: #666}
#stores-modal .modal-card {
  height: 100%;
}

#search-modal .delete,
#catalog-modal .delete {
  position: fixed;
  right: 1rem;
  top: 1rem;
}

.search-reset {
  transform: scale(0);
  transition: all 0.2s ease;
}

.search-reset.shown {
  transform: scale(1);
}

.contacts-map {
  /*overflow: hidden;*/
  border-radius: 14px;
}

.category-menu {
  border: 1px solid #ededed;
  overflow: hidden;
}

#login-modal .modal-card {
  min-height: 386px;
  border-radius: 18px;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);
  max-width: 400px;
}

#account-login .login-form {
  max-width: 400px;
}

.grid .description {
  display: none;
}
.my-map a:before {
    content: url(/image/catalog/icons/map.svg);
    margin-right: .5rem;
    vertical-align: middle;
}
#product-page #content>.tabs {
  position: sticky;
  top: 59px;
  z-index: 2;
}

.product-card .image a .stock {
  position: absolute;
  left: 0;
  top: 0;
}

.product-card .product-name {
  height: 2.75rem;
  overflow: hidden;
}

.product-card .price {
  position: relative;
}

.product-card .old-price {
  position: absolute;
  top: -1rem;
  display: inline-block;
}

.product-card .old-price:after,
.product-info .old-price:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f00;
  top: 50%;
}

.product-card .actual-price {
  font-size: 1.5rem !important;
  display: block;
}

.list .product-card {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.list .product-card .image {
  width: 30% !important;
}

.list .product-card .caption {
  width: 70%;
  padding-left: 20px;
}

.cart-total .box .is-flex span {
  background: #fff;
  z-index: 1;
}

.cart-total .box>.block:after {
  border-bottom: 1px dotted #ddd;
  content: "";
  display: block;
  width: 100%;
  position: relative;
  top: -8px;
}

.cart-total .box,
#checkout-total {
  position: sticky;
  top: 80px;
}

.cart-total .box>.block:last-child:after {
  content: none;
}

.product-info .tabs,
#product-images {
  position: sticky;
  top: 65px;
  z-index: 2;
}

.product-info .old-price {
  position: absolute;
  left: 0;
  top: -1rem;
}

.sticky-crutch {
  position: relative;
  height: 100%;
  z-index: -1;
}

#product-page .product-images .lSSlideOuter {
  position: sticky;
  top: 65px;
}

.product-card,
.blog-card {
  height: 100%;
}

#notifications {
  position: fixed;
  z-index: 999;
  right: 0.75rem;
  max-width: calc(100% - 1.5rem);
  height: 0;
  overflow: visible;
  top: 0.75rem;
}

#notifications .notification {
  max-width: 400px;
}

.select:not(.is-multiple):not(.is-loading)::after {
  z-index: 1;
}

.select:not(.is-multiple):not(.is-loading)::after,
.navbar-link:not(.is-arrowless)::after {
  border-width: 2px;
}

.image img {
  width: auto;
  max-width: 100%;
}

.heading-list li {
  position: relative;
}

.heading-list li span,
.heading-list li a {
  z-index: 1;
  position: relative;
}

.heading-list li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border-top: 1px dotted #ddd;
  bottom: 0.6rem;
  z-index: 0;
}

.field.has-addons .control .button:not([disabled]):focus,
.field.has-addons .control .button:not([disabled]).is-focused,
.field.has-addons .control .button:not([disabled]):active,
.field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 1;
}

.score .tag {
  transition: all 0.2s ease;
}

.score .tag:hover,
.score .tag.is-active {
  background: #fc0;
  color: #000;
}

svg {
  max-width: 100%;
  height: auto;
}

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

.lSSlideOuter .lSPager.lSpg>li a {
  background-color: rgb(0 0 0 / 30%);
  height: 10px;
  width: 10px;
  z-index: 1;
  transition: all 0.2s ease;
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
  background-color: #0055d4;
  width: 20px;
}

.lg-backdrop {
  background-color: #fff;
}

.lg-toolbar {
  background-color: rgb(0 0 0 / 0%);
}

.lg-sub-html {
  background: #f7f7f7;
  color: #333;
}

.lg-toolbar .lg-icon:hover {
  color: #333;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgb(0 0 0 / 15%);
  border-radius: 10px;
  color: #fff;
}

.is-absolute {
  position: absolute !important;
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
}

.spinner {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}

.spinner div {
  transform-origin: 20px 20px;
  animation: spinner 1.2s linear infinite;
}

.spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 6px;
  left: 19px;
  width: 2px;
  height: 8px;
  border-radius: 2px;
  background: #0055d4;
}

.spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotatedshake {
  3% {
    transform: rotate(15deg);
  }

  6% {
    transform: rotate(-15deg);
  }

  9% {
    transform: rotate(15deg);
  }

  12% {
    transform: rotate(-15deg);
  }

  15% {
    transform: rotate(15deg);
  }

  18% {
    transform: rotate(-15deg);
  }

  21% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

#agree-modal .modal-content {
  width: 100%;
  max-width: 1344px;
}

#agree-modal .delete {
  top: 1rem;
  right: 1rem;
}

.basic-captcha img {
  border-radius: 8px;
}

.slider-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.slideshow0 {
  padding-top: 1rem;
}

.slideshow-item img {
  border-radius: 10px;
}

.telegram svg {
  color: #0088cc;
}

.vk svg {
  color: #0077FF;
}

.youtube svg {
  color: #ff0000;
}

.mobile-contacts {
  position: fixed;
  bottom: 1rem;
  right: -5rem;
  overflow: visible;
  transition: all 0.4s ease;
  z-index: 1;
}

.mobile-contacts.shown {
  transform: translateX(-6rem);
}

.mobile-contacts .mobile-contacts-trigger {
  line-height: 1;
  border: none;
  width: 72px;
  height: 72px;
  border-radius: 36px;
  padding: 24px;
  transition: all 0.2s ease;
  animation: rotatedshake 4s cubic-bezier(.36, .07, .19, .97) infinite;
}

.mobile-contacts .mobile-contacts-trigger.shown {
  animation: none;
}

.mobile-contacts-list {
  position: absolute;
  bottom: calc(100% + 5px);
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 20%);
  border-radius: 32px;
  text-align: center;
  transition: all 0.5s ease;
  right: -18rem;
  padding: 5px 0;
  max-width: 265px;
}

.mobile-contacts-list.shown {
  transform: translateX(-18rem);
}

.info-page-12 .breadcrumb.py-4 {
    display: none;
}

footer .scroll-top-trigger {
  position: fixed;
  width: 36px;
  height: 36px;
  background: rgb(0 0 0 / 40%);
  bottom: -3rem;
  left: calc(50% - 18px);
  border-radius: 24px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: all 0.4s ease;
  z-index: 1;
}

footer .scroll-top-trigger.shown {
  transform: translateY(-5rem);
}

.privacy {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 50%);
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.hypnotize {
  animation: rotating 2s infinite linear;
}

.mobile-menu-trigger {
  display: none;
}

#callback-modal .modal-card {
  max-width: 400px;
}

@keyframes fadeInBackground {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInModal {
  from {
    opacity: 0;
    transform: translateY(-5%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOutBackground {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOutModal {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(5%);
  }
}

.modal.is-active .modal-background,
#menu.shown .navbar-start {
  animation: fadeInBackground 0.3s;
}

.modal.is-active .modal-content,
.modal.is-active .modal-card,
#menu.shown .navbar-start {
  animation: fadeInModal 0.3s;
}

.modal.is-active.is-animated .modal-background {
  animation: fadeOutBackground 0.3s;
}

.modal.is-active.is-animated .modal-content,
.modal.is-active.is-animated .modal-card,
.modal.is-active.is-animated .delete {
  animation: fadeOutModal 0.3s;
}
.services .box {min-height: 100% !important}

@media (max-width: 1440px) {
  .container {
    max-width: calc(100% - 2rem);
  }
}
@media (max-width: 1099px) {
  .address {display: none}
}
@media (max-width: 1023px) {
  .container {
    max-width: 100%;
  }
  .container>.columns {
    margin-left: 0;
    margin-right: 0;
  }

  .breadcrumb.py-4 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    overflow: scroll;
  }

  .breadcrumb ul {
    flex-wrap: initial;
  }

  #menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
  }

  #menu.shown {
    top: 0;
    background: rgb(0 0 0 / 50%) !important;
    backdrop-filter: blur(12px);
  }

  #menu .navbar-menu {
    display: block;
  }

  .icons-menu {
    position: fixed;
    bottom: 0;
    z-index: 3;
    background: content-box;
    left: 0;
    width: 100%;
    justify-content: center !important;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
  }

  .slideshow0 {
    padding-top: 0;
  }

  .slideshow-item img {
    border-radius: 0;
  }

  #product-images {
    top: 0.75rem;
  }

  .footer {
    padding: 3rem 0rem 6rem;
  }

  #filter {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3;
    display: none;
  }

  #filter.shown {
    display: block;
  }

  #filter .filter-trigger {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
  }

  .mobile-contacts.shown {
    transform: translateX(-5rem);
  }
}

@media (max-width: 768px) {
  .header-contacts {
    display: none;
  }
  .logo-column {
    width: 100% !important;
  }
  #logo {
    width: 100%;
    text-align: center;
  }
  .mobile-menu-trigger {
    width: 72px;
    height: 72px;
    border: none;
    border-radius: 50%;
    display: flex;
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: all 0.3s ease;
  }

  .mobile-menu-trigger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    position: relative;
    border-radius: 2px;
  }

  .mobile-menu-trigger.shown span {
    background: transparent;
  }

  .mobile-menu-trigger span:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    top: -7px;
  }

  .mobile-menu-trigger.shown span:before {
    transform: rotate(45deg);
    top: 0;
  }

  .mobile-menu-trigger span:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 7px;
  }

  .mobile-menu-trigger.shown span:after {
    transform: rotate(-45deg);
    top: 0;
  }

  #catalog-modal .modal-content {
    top: 0;
    border-radius: 0;
    height: 100%;
    max-height: 100%;
    margin-bottom: 0;
    margin-top: 0 !important;
    padding: 0;
  }

  #search-modal .delete,
  #catalog-modal .delete {
    top: initial;
    right: initial;
    bottom: 1rem;
  }

  #menu .container {
    position: fixed;
    bottom: -18rem;
    width: 300px;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    left: calc(50% - 150px);
    transition: all 0.3s ease;
  }

  #menu.shown .container {
    bottom: 6rem;
  }

  #menu .navbar-menu {
    display: flex;
    flex-direction: column-reverse;
  }

  #menu .navbar-start {
    flex-direction: column-reverse;
    display: flex;
  }

  #menu .catalog-trigger {
    margin: 0 !important;
  }

  #menu.shown .catalog-trigger {
    padding-left: 0.75rem !important;
  }

  #cart-modal .modal-card {
    height: 100%;
    max-height: 100%;
  }

  #cart-modal .delete {
    position: fixed;
    top: initial;
    right: 1.2rem;
    bottom: 1.5rem;
    z-index: 1;
  }

  #product-page #content>.tabs {
    top: 0px;
    margin: 0 -0.75rem;
  }

  .product-cards .column,
  .blog-cards .column {
    padding-top: 0;
  }

  .product-info .tabs {
    top: 0.75rem;
  }

  .mobile-menu-trigger.shown {
    transform: rotate(90deg);
  }

  #menu .navbar-start>.navbar-item:first-child {
    padding-left: 0.75rem;
  }
}

@media (max-width: 640px) {
  html {
    font-size: 16px;
  }
  .mobile-contacts {
    transform: translateX(-5rem);
  }

  #logo img {
    max-width: 180px !important;
  }

  .modal-content {
    max-height: 100%;
  }

  .title.is-1 {
    font-size: 2rem;
  }

  .title.is-2 {
    font-size: 1.8rem;
  }

  .title.is-3 {
    font-size: 1.6rem;
  }

  .title.is-4 {
    font-size: 1.4rem;
  }

  .modal-card {
    max-height: 100%;
    height: 100%;
  }
  .mobile-contacts-list {
    right: -18rem;
  }
  .mobile-contacts-list.shown {
    transform: translateX(-18rem);
  }
}
@media (max-width: 480px) {
	.services .column {
	  padding-bottom: 0;
	}
}
#menu .icons-menu > a, #menu .icons-menu > span {
  padding: 1rem;
  display: block;
  position: relative;
}
#menu .icons-menu a .badge.shown {
    transform: scale(1);
}
#menu .icons-menu a .badge {
    position: absolute;
    line-height: 1rem;
    font-size: 0.8rem;
    padding: 1px 4px;
    min-width: 18px;
    text-align: center;
    border-radius: 9px;
    top: 0.4rem;
    right: 0.2rem;
    transition: all 0.2s ease;
    transform: scale(0);
}
span.callback-trigger .icon {
    margin-right: 10px;
}
a.navbar-item {
    color: #0096ceff;
}
@media (max-width: 1023px) {
    .icons-menu {
        position: fixed;
        bottom: 0;
        z-index: 3;
        background: content-box;
        left: 0;
        width: 100%;
        justify-content: center !important;
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
    }
        .mobile-menu-trigger {
        transition: all 0.3s ease;
    }
      .navbar .callback-trigger {
        display: none !important;
  }
}
.columns.is-mobile.is-multiline.my_slider {
  background-color: #3336;
  padding: 20px;
  color: #fff;
}
.has-text-link {
  color: #0096ceff !important;
}
/* .column.is-3-fullhd {
    width: 50%;
  } */
.custom-first-block .header-onas {
  text-align: center;
  margin-bottom: 20px;
}
.custom-first-block .header-onas .company-name {
  font-size: 14px;
  color: #333;
}
.custom-first-block .header-onas h1 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.custom-first-block .content7 {
  display: flex;
  gap: 20px;
}
.custom-first-block .image-grid7 {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.custom-first-block .image-grid7 img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.custom-first-block .text-content7-onas {
  flex: 1;
}
.custom-first-block .text-block-onas h2 {
  color: darkorange;
  font-size: 18px;
  margin-bottom: 10px;
}
.custom-first-block .text-block-onas p {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
}
.custom-first-block .orange-line {
  border: none;
  height: 2px;
  background-color: orange;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .custom-first-block .content7 {
    flex-direction: column;
  }
}
/*why-choose-us2*/
  .why-choose-us7 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
  }
  /* заголовок */
  .why-choose-us7 .title {
    font-size: 2em;
    text-align: center;
    margin-bottom: 30px;
  }
  /* сетка 4×auto */
  .why-choose-us7__grid7 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: auto;
    gap: 20px;
  }
  /* сама карточка */
  .card7 {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border-radius: 10px;
    background: none;
    color: #333;
  }
  /* фон внутри */
  .card7__bg7 {
    position: absolute;
    top:0; left:0; right:0; bottom:0;
    background-size: cover;
    background-position: center center;
    transition: transform 0.5s ease;
    z-index: -1;
  }
  /* зум фона */
  .card7:hover .card7__bg7 {
    transform: scale(1.1);
  }
  /* подводка под заголовками */
  .card7__heading7 {
    font-size:1.25em;
    margin-bottom:10px;
    position:relative;
    padding-bottom:8px;
  }
  .card7__heading7::after {
    content:"";
    position:absolute;
    left:0; bottom:0;
    width:40px; height:3px;
    background-color:#e76f51;
  }
  /* текст */
  .card7__text7 {
    font-size:.95em;
    line-height:1.4;
  }
  .card7__text7--large7 { font-size:1.1em; }
  .card7__link7 a {
    display:inline-block;
    margin-top:15px;
    font-weight:bold;
    text-decoration:none;
    color:#e76f51;
  }
  /* расположение в гриде */
  .card7--satisfaction7    { grid-column:1/3; grid-row:1/2; }
  .card7--cta7             { grid-column:3/4; grid-row:1/3; }
  .card7--emergency7       { grid-column:4/5; grid-row:1/2; }
  .card7--reliability7     { grid-column:1/2; grid-row:2/3; }
  .card7--professionalism7 { grid-column:2/3; grid-row:2/3; }
  .card7--accessibility7   { grid-column:4/5; grid-row:2/3; }
  /* footer */
  .why-choose-us7 .footer7 {
    margin-top:30px;
    font-size:32px;
    color:#34495e;
    text-align:left;
  }
  .why-choose-us7 .footer7 p { font-style:italic; }
  /* Медиа-запросы для мобильной версии (до 768px) */
@media (max-width: 768px) {
    .why-choose-us7 .footer7 {
    font-size:20px;
  }
  .why-choose-us7 {
    padding: 20px 10px;
  }

  .why-choose-us7 .title {
    font-size: 1.5em;
    margin-bottom: 20px;
  }

  .why-choose-us7__grid7 {
    display: block; /* Убираем сетку, переходим на стекинг */
    gap: 15px;
  }

  .card7 {
    width: 100%; /* 100% ширины */
    height: auto; /* Высота подстраивается под содержимое */
    margin-bottom: 15px;
  }

  /* Сбрасываем специфические позиции грида */
  .card7--satisfaction7,
  .card7--cta7,
  .card7--emergency7,
  .card7--reliability7,
  .card7--professionalism7,
  .card7--accessibility7 {
    grid-column: auto;
    grid-row: auto;
  }
}
  /*table-price*/
    .price-table {
    padding: 100px 20px;
    background: #fff;
    font-family: sans-serif;
  }

  .price-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 10px;
  }

  .price-subtitle {
    text-align: center;
    font-size: 18px;
    color: #555;
    margin-bottom: 60px;
  }

  .price-block {
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .price-block h3 {
    font-size: 24px;
    color: #fd831f;
    margin-bottom: 20px;
  }

  .price-block h4 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .price-block ul {
    list-style: none;
    padding: 0;
  }

  .price-block li {
    font-size: 16px;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
  }

  .price-footer {
    text-align: center;
    margin-top: 60px;
  }

  .price-btn {
    display: inline-block;
    padding: 14px 32px;
    background-color: #ff7546;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
  }

  .price-btn:hover {
    background-color: #fd5c1a;
  }
/*   .column.is-3-fullhd {
width: 50%;
} */
@media (max-width: 768px) {
    .column.is-3-fullhd {
  width: 100%;
}
}
body {
    overflow-x: hidden;
    width: 100%;
  }
  
  /* Для всех контейнеров */

@media (max-width: 768px) { /* или другой подходящий breakpoint */
  .card7 {
    width: 100%;
    box-sizing: border-box; /* чтобы padding не увеличивал ширину */
    padding: 15px;
  }
}