/** Shopify CDN: Minification failed

Line 246:26 The "-" operator only works if there is whitespace on both sides

**/
@charset "UTF-8";
/*------------------------------------------------------------------

[Table of contents]

1. Body
2. Header / #header
3. Navigation / #navbar
4. Content / #content
5. Left column / #leftcolumn
6. Right column / #rightcolumn
7. Sidebar / #sidebar
8. RSS / #rss
9. Search / #search
10. Boxes / .box
11. Sideblog / #sideblog
12. Advertisements / .ads
13. Footer / #footer

-------------------------------------------------------------------*/
* {
  outline: 0 !important;
  box-sizing: border-box; }

.nav > li > a:focus {
  background: transparent; }

a:hover {
  text-decoration: none !important; }

.clear-none {
  clear: none !important; }

.clear-space {
  padding: 0 !important; }

.clear-space-left {
  padding-left: 0; }

.clear-space-right {
  padding-right: 0; }

.red {
  color: red; }

.left {
  float: left; }

.right {
  float: right; }

.flex {
  display: flex; }

.inline-block {
  display: inline-block; }

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

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

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

.row.flex {
  display: flex;
  flex-direction: row; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.delay02 {
  transition: all .2s ease; }

.delay03 {
  transition: all .3s ease; }

.delay04 {
  transition: all .4s ease; }

.delay05 {
  transition: all .5s ease; }

.delay1 {
  transition: all 1s ease; }

.delay1_5 {
  transition: all 1.5s ease; }

.delay2 {
  transition: all 2s ease; }

.uppercase {
  text-transform: uppercase; }

.capital {
  text-transform: capitalize; }

.full-width {
  width: 100%; }

.column-10 {
  width: 10%; }

.column-3 {
  width: 33.33333%; }

.column-4 {
  width: 25%; }

.column-6 {
  width: 16.66667%; }

.column-20 {
  width: 20%; }

.column-30 {
  width: 30%; }

.column-40 {
  width: 40%; }

.column-50 {
  width: 50%; }

.column-60 {
  width: 60%; }

.column-70 {
  width: 70%; }

.column-80 {
  width: 80%; }

.column-90 {
  width: 90%; }

.dropdown-menu {
  transform: translateY(10px);
  transition: .3s; }

.dropdown-menu li a {
  font-size: 14px !important;
  line-height: 24px; }

.dropdown:hover .dropdown-menu,
.dropdown:focus .dropdown-menu {
  transform: none;
  transition: .3s; }

.mega-menu-main {
  padding-bottom: 30px;
  min-width: 550px;
  box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0; }

.menu-main li {
  list-style-type: none; }

.menu-main .lv1 li a {
  font-size: 16px; }

.btn-default {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: unset;
  background: #fff; }

.btn-default:hover {
  background: #fff; }

.btn-default:focus {
  background: #fff; }

.btn-default:focus:active {
  background: #fff; }

.btn-default:active {
  background: #fff;
  box-shadow: unset; }

.btn-default.active {
  background: #fff;
  border-color: #fff;
  box-shadow: unset; }

.btn-default.active:hover {
  background: #fff; }

.btn-default.active:focus {
  background: #fff !important; }

a:focus {
  text-decoration: none; }

.form-control:focus {
  border-color: #ddd;
  box-shadow: unset; }

.link-default {
  color: black;
  transition: all .3s ease; }

.link-default:hover {
  color: #ee9051; }

.circle {
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  transition: .3s; }
  .circle:hover {
    transform: scale(1.2);
    transition: .3s; }

.table > tbody > tr > td {
  vertical-align: middle; }

.input-number-group {
  display: flex; }

.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
  appearance: none; }

.input-number-group .input-group-button {
  line-height: calc(80px/2-10px); }

.input-number-group .input-number {
  width: 40px;
  text-align: center;
  outline: none;
  display: block;
  margin: 0; }

.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  user-select: none; }

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  display: inline-block;
  width: 30px;
  background: #fff;
  color: #909090;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-weight: 400; }

.input-number-group .input-number-decrement {
  margin-right: 0.3rem; }

.input-number-group .input-number-increment {
  margin-left: 0.3rem; }

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

li .link-menu {
  color: #323232; }

li .link-menu.white {
  color: #fff; }

li:hover .link-menu {
  color: #ee9051; }

.link-menu {
  color: #323232; }

.link-menu.white {
  color: #fff; }

.link-menu.white .st0 {
  stroke: #fff; }

.link-menu:hover i {
  color: #ee9051; }

.title-hover:hover {
  color: #ee9051 !important; }

.hover-zoom-out {
  overflow: hidden;
  transition: all .5s ease; }

.hover-zoom-out:hover {
  transform: scale(1.05); }

.over-hidden {
  overflow: hidden; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 30;
  background: rgba(29, 29, 31, 0.6);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease; }

.overlay.active {
  opacity: 1;
  visibility: visible; }

.overlay-mini {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all .3s ease;
  transform: scale(0);
  top: 0; }

.form-search {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  padding: 10% 0 0 0; }

.form-search h3 {
  font-size: 50px;
  padding-bottom: 55px;
  text-transform: capitalize;
  line-height: 60px; }

.form-search i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 50px;
  color: #333;
  transition: all .3s ease; }

.form-search i:hover {
  transform: rotate(90deg); }

.form-search form {
  justify-content: center;
  display: flex; }

.form-search form input {
  font-weight: 300;
  font-size: 40px;
  color: #000;
  height: 50px;
  width: 60%;
  border-radius: 0;
  border: 0;
  outline: 0;
  box-shadow: unset; }

.form-search form input::-webkit-input-placeholder {
  color: #000; }

.form-search form input::-moz-placeholder {
  color: #000; }

.form-search form button {
  margin-left: 15px;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  background: #000;
  color: #fff;
  padding: 5px 50px;
  text-transform: uppercase;
  transition: all .3s ease; }

.form-search form button:hover {
  background: #41cce5; }

.form-cart {
  position: fixed;
  overflow: hidden;
  right: -470px;
  height: 100%;
  width: 470px;
  top: 0;
  z-index: 100;
  background: #fff; }

.form-cart i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #333;
  transition: all .3s ease; }

.form-cart i:hover {
  transform: rotate(90deg); }

.form-cart h3 {
  font-size: 36px;
  text-align: left;
  padding-left: 30px;
  padding-top: 26px; }

.form-cart .empty-cart {
  padding-top: 50%; }

.form-cart .empty-cart p {
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px; }

.form-cart .empty-cart a {
  width: 187px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: #ee9051;
  color: #fff;
  font-size: 18px;
  margin-left: 30%; }

.form-cart .empty-cart a:hover {
  background: #f47d2e; }

@media (max-width: 480px) {
  .form-cart {
    width: 300px; }

  .form-cart .empty-cart a {
    margin-left: 20%; } }
.st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10; }

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.swatch .title_variant {
  color: #000000;
  margin: 0;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 600;
  min-width: 55px;
  border-bottom: 2px solid #000;
  margin-right: 27px; }

.swatch .title_variant.header:after {
  bottom: 10px; }

.swatch .link_color {
  display: inline-block;
  height: 20px !important;
  min-width: 20px !important;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #ccc;
  transition: all .3s ease;
  position: relative;
  margin-bottom: 5px; }
  .swatch .link_color:after {
    content: "";
    border: 1px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; }
  .swatch .link_color:hover:after {
    content: "";
    width: 26px;
    height: 26px;
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; }
  @media (max-width: 576px) {
    .swatch .link_color:hover:after {
      content: "";
      border: 2px solid #b0b0b0;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 1; } }

.swatch input:checked + .border-color .link_color:after {
  content: "";
  border: 1px solid #b0b0b0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1; }
@media (max-width: 576px) {
  .swatch input:checked + .border-color .link_color:after {
    content: "";
    border: 2px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; } }

.swatch .variant_color.variant_quickview .link_color {
  margin-bottom: 0; }

.swatch .variant_color .link_color:hover {
  border: 1px solid #000; }

.swatch .variant_color .link_color .ciloe_filter_color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%; }

.swatch .variant_color {
  top: 5px; }

.swatch .variant_other {
  width: auto;
  min-width: 43px;
  display: inline-block;
  min-width: unset !important;
  height: unset !important;
  line-height: unset;
  padding: 10px 15px;
  border: 1px solid #ccc !important;
  color: #000;
  margin: 0 10px 10px 0 !important;
  text-align: center;
  transition: all .3s ease;
  font-size: 14px;
  font-weight: 600;
  opacity: .2; }

.swatch .variant_other:hover,
.swatch .variant_other:focus,
.swatch input:checked + .variant_other {
  border: 1px solid #000 !important;
  opacity: 1; }

.swatch input:checked + label {
  background: unset;
  color: #000; }

@-webkit-keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }

@keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }

@-webkit-keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@-webkit-keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); } }

@keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); } }

@-webkit-keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.section-slideshow-v1 .picture-slideshow::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); }

.section-slideshow-v1 .picture-slideshow {
  position: relative; }

/* Главный заголовок: размер чуть меньше, остаётся в 2 строки */
.titlebig {
  font-size: 68px !important;
  /* подберём точный размер после — это старт */
  line-height: 1.1 !important;
  max-width: 900px;
  /* гарантирует разрыв на 2 строки */ }

/* Подзаголовок крупнее */
.title-small {
  font-size: 28px !important;
  line-height: 1.4 !important; }

/* Поднимаем весь блок текста вверх */
.box-content, .box-content.text-center {
  padding-top: 80px !important;
  /* можно увеличить/уменьшить */ }

/* Move hero text block slightly upward */
.section-slideshow-v1 .info-sideh1 {
  margin-top: -40px; }

/* Fix About Company section height */
.about-company,
.about-company .banner,
.about-company .banner-wrapper {
  height: 420px !important;
  max-height: 420px !important;
  overflow: hidden !important; }

.about-company img,
.about-company picture img {
  object-fit: cover !important;
  height: 420px !important;
  width: 100% !important; }

/* Уменьшаем высоту About Company без ломания секции */
.section-about-company {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

/* Ограничиваем высоту изображения */
.section-about-company .banner-media img {
  max-height: 380px !important;
  object-fit: cover !important;
  width: 100%; }

/* Уменьшаем ширину колонки с картинкой в About Company */
.section-banner-v11 .col-md-6.order-2.order-md-1 {
  flex: 0 0 35% !important;
  max-width: 35% !important; }

/* --- Fix fonts for Special Features block (DM Sans) --- */
.title_heading,
.section-banner-v3 .title_heading {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 600 !important;
  /* можно 700 если хочешь жирнее */
  color: #000000 !important; }

.sub_heading,
.section-banner-v3 .sub_heading {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  color: #666666 !important;
  max-width: 900px;
  margin: 0 auto; }

/* Убираем скругление у кнопок в секции Special Features */
.section-banner-v3 .banner-item a,
.section-banner-v3 .banner-item a span,
.section-banner-v3 .banner-item .btn,
.section-banner-v3 .banner-item button {
  border-radius: 0px !important; }

/* === СЕРВИС-СТРАНИЦЫ: ЗАГОЛОВКИ === */
/* 1. Большой H2 на странице Full Range Cleaning 
   (тот, что с data-start="313" и data-end="407") */
h2[data-start="313"][data-end="407"] {
  line-height: 1.5 !important;
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
  display: block !important; }

/* 2. Общий стиль для всех H2 внутри контента сервис-страниц */
.page-width h2 {
  font-family: 'Jost', sans-serif !important;
  font-weight: 600 !important;
  font-size: 2.2rem !important;
  /* Отступы и line-height не задаём здесь,
     чтобы не перебивать спец-настройки, как в пункте 1 */ }

/* 3. Большой H1 под фото (Hero title) для всех сервисов */
/* Заголовки сервис-страниц, которые идут как h3 со strong */
div.container h3[data-start][data-end] strong {
  font-family: 'Jost', sans-serif !important;
  font-weight: 600 !important;
  font-size: 2rem !important;
  /* размер как на первой странице */
  line-height: 1.3 !important;
  display: block !important;
  margin-bottom: 1rem !important; }

/* === ЕДИНЫЕ ЗАГОЛОВКИ ДЛЯ ВСЕХ СЕРВИС-СТРАНИЦ === */
/* Большой заголовок (hero title) — h1 */
.maxus-titlebox__title.h1 {
  font-family: 'Jost', sans-serif !important;
  font-weight: 600 !important;
  font-size: 2.8rem !important;
  line-height: 1.25 !important;
  margin-top: 2.5rem !important;
  margin-bottom: 2.2rem !important; }

/* Заголовки внутри сервис-контента — h3 → strong */
div.container h3 strong {
  font-family: 'Jost', sans-serif !important;
  font-weight: 600 !important;
  font-size: 2rem !important;
  line-height: 1.3 !important;
  display: block !important;
  margin-top: 2.5rem !important;
  margin-bottom: 1rem !important; }

/* Заголовок под фото на OFFICE CLEANING — только один strong */
div.container p[data-start="373"][data-end="627"] > strong[data-start="373"][data-end="477"] {
  font-family: 'Jost', sans-serif !important;
  font-weight: 600 !important;
  font-size: 2rem !important;
  line-height: 1.3 !important;
  display: block !important;
  margin-top: 2.5rem !important;
  margin-bottom: 1rem !important; }

/* Убираем лишний отступ слева у контейнера с фото на офисной странице */
div.container > div[style*="padding-left"] {
  padding-left: 0 !important; }

/* Картинка внутри этого контейнера занимает всю ширину контейнера */
div.container > div[style*="padding-left"] img {
  width: 100% !important;
  height: auto !important;
  /* пропорции сохраняются */
  display: block !important; }

/* === СТИЛИ ДЛЯ ГЛАВНЫХ H2 НА СЕРВИС-СТРАНИЦАХ === */
/* Заголовок внутри контейнера сервис-страниц */
div.container > h2 {
  font-family: 'Jost', sans-serif !important;
  font-weight: 600 !important;
  font-size: 2rem !important;
  /* как Office Cleaning */
  line-height: 1.25 !important;
  margin-top: 2.5rem !important;
  margin-bottom: 1.8rem !important;
  display: block !important; }

/* === FIX: Title on Carpet Cleaning page === */
div.container h2[data-start][data-end] strong {
  font-family: 'Jost', sans-serif !important;
  font-weight: 600 !important;
  font-size: 2rem !important;
  /* это твой фирменный размер для сервисных H2 */
  line-height: 1.3 !important;
  display: block !important;
  margin-top: 2.5rem !important;
  margin-bottom: 1.5rem !important; }

/* === UNIFIED STYLING FOR MAIN SERVICE PAGE H2 === */
div.container h2[data-start][data-end] {
  font-family: 'Jost', sans-serif !important;
  font-weight: 600 !important;
  font-size: 2rem !important;
  /* как на всех сервисных страницах */
  line-height: 1.25 !important;
  margin-top: 2.5rem !important;
  margin-bottom: 1.8rem !important;
  display: block !important; }

/* === HERO SMALL TITLE — SET TO INTER === */
h3.title-small.mb-0 {
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  /* можешь изменить — 400/600 если надо */
  letter-spacing: 0 !important; }

/* Оверлей затемнения для фонового изображения на странице Blog */
.bg-breadcrumb {
  position: relative;
  z-index: 1; }

.bg-breadcrumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  /* регулируй 0.45 → больше = темнее */
  z-index: -1; }

/* Чтобы изображение не перекрывало текст */
.bg-breadcrumb {
  background-size: cover !important;
  background-position: center !important; }

/* === Dark overlay on Contact Us hero image === */
.page_contact .image_map {
  position: relative;
  display: block;
  overflow: hidden; }

.page_contact .image_map::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  /* как на Blog, можно регулировать */ }

/* Stylish one-line titles for banner cards */
.section-banner-v3 .banner-item .content .title-banner {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: clamp(20px, 2.3vw, 28px); }

/* CTA — общий блок под текстом */
.cta-services {
  padding-top: -5px;
  margin-bottom: 80px;
  /* отступ снизу */ }

/* Контейнер CTA — выравнивание под текст */
.cta-services__container {
  max-width: 1140px;
  /* совпадает со строками текста */
  margin: 20px auto 0;
  padding-left: 15px;
  /* чтобы ровно под текст */
  display: flex;
  justify-content: flex-start;
  /* кнопка слева */ }

/* Кнопка CTA */
.cta-services__button {
  display: inline-block;
  background-color: #22AFA2;
  color: #ffffff !important;
  padding: 14px 34px;
  border-radius: 0 !important;
  text-decoration: none;
  font-weight: 600;
  margin: 0 !important; }

.cta-services__button:hover {
  background-color: #259184;
  color: #ffffff !important; }

/* Убрать лишние колонки в футере */
.footer_v2 .col-lg-3.col-md-4.border-ft:nth-child(3),
.footer_v2 .col-lg-3.col-md-4.border-ft:nth-child(4) {
  display: none !important; }

/* Выравнивание Customer Care */
.footer_v2 .col-lg-3.col-md-4.border-ft {
  max-width: 280px; }

/* Убрать горизонтальные линии под заголовками */
.footer_v2 .border-ft:before {
  display: none !important; }

/* Убрать вертикальные разделители */
.footer_v2 .row > div {
  border-right: none !important; }

/* Копирайт – центрирование */
.footer_v2 .copyright {
  text-align: center;
  padding-top: 20px; }

/* Раздвинуть блоки по вертикали для воздуха */
.footer_v2 {
  padding-bottom: 40px; }

/* Стили для соц-иконок */
.footer_v2 .fa {
  font-size: 20px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 6px;
  /* можно поменять на 50% — будут круглые */
  background-color: #1A8274;
  /* твой бирюзовый */
  color: #ffffff !important;
  margin-right: 10px;
  transition: 0.3s; }

/* Hover-эффект */
.footer_v2 .fa:hover {
  background-color: #0C6056; }

/* ==== Footer: сдвинуть левый блок чуть вправо ==== */
/* десктоп */
/* десктоп — сдвигаем футер на всех страницах */
.footer_v2 .top-footer .container-v1,
.footer_v2 .top-footer .container-v2 {
  padding-left: 105px !important;
  /* подвинуть контент вправо */ }

/* для очень широких экранов можно чуть больше, но тоже для обоих контейнеров */
@media (min-width: 1400px) {
  .footer_v2 .top-footer .container-v1,
  .footer_v2 .top-footer .container-v2 {
    padding-left: 105px !important; } }
/* для очень широких экранов можно чуть больше */
@media (min-width: 1400px) {
  .footer_v2 .top-footer .container-v1 {
    padding-left: 105px !important; } }
.footer_v2 .text-copyright {
  margin-left: 80px !important;
  text-align: left !important;
  display: block !important; }

/* ===============================
   MOBILE HERO TYPOGRAPHY — FINAL
   =============================== */
@media (max-width: 768px) {
  /* Главный заголовок */
  .section-slideshow-v1 .titlebig {
    font-size: 28px !important;
    font-weight: 700 !important;
    /* делает его болт */
    line-height: 1.15 !important;
    letter-spacing: -0.2px; }

  /* Подзаголовок */
  .section-slideshow-v1 .box-title2 .title-small {
    font-size: 22px !important;
    font-weight: 400 !important;
    /* спокойный */
    line-height: 1.45 !important;
    margin-top: 14px !important; }

  /* Кнопка */
  .section-slideshow-v1 a,
  .section-slideshow-v1 .btn,
  .section-slideshow-v1 button {
    font-size: 15px !important;
    padding: 12px 18px !important;
    white-space: normal !important; } }
/* ===============================
   MOBILE FIX — IMAGE ABOVE TEXT
   Section: banner-v11
   =============================== */
@media (max-width: 768px) {
  /* вся строка становится колонкой */
  .section-banner-v11 .row {
    display: flex;
    flex-direction: column; }

  /* картинка — первая */
  .section-banner-v11 .banner-img {
    order: 1;
    margin-bottom: 20px; }

  /* текст — второй */
  .section-banner-v11 .col-md-6:not(.banner-img) {
    order: 2; } }
/* ===============================
   MOBILE FIX — FULL WIDTH IMAGE
   Section: banner-v11
   =============================== */
@media (max-width: 768px) {
  /* убираем ограничения контейнера */
  .section-banner-v11 .container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }

  /* убираем отступы у row */
  .section-banner-v11 .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  /* колонка с картинкой */
  .section-banner-v11 .banner-img {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important; }

  /* сама картинка */
  .section-banner-v11 .banner-img img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block; } }
/* ===============================
   MOBILE FIX — BANNER V11 FORCE 100%
   (override the hard 35% column)
   =============================== */
@media (max-width: 768px) {
  /* 1) пусть колонки вообще могут переноситься */
  .section-banner-v11 .row,
  .section-banner-v11 .row.no-gutters {
    flex-wrap: wrap !important; }

  /* 2) перебиваем ИМЕННО тот самый "35%" (оба варианта, чтобы попасть наверняка) */
  .section-banner-v11 .col-md-6.order-2.order-md-1,
  .section-banner-v11 .col-md-6.order-2,
  .section-banner-v11 .col-md-6.order-md-1 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important; }

  /* 3) картинка на всю ширину колонки */
  .section-banner-v11 .banner-img,
  .section-banner-v11 .banner-img img,
  .section-banner-v11 img.img-fluid,
  .section-banner-v11 img.w-100 {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important; } }
/* ===============================
   MOBILE FIX — SLIDESHOW SUBTITLE WIDTH
   =============================== */
@media (max-width: 768px) {
  .section-slideshow-v1 .box-title2 .title-small {
    max-width: 90% !important;
    /* можешь менять: 85–92% */
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important; } }
/* ===============================
   MOBILE FIX — FOOTER ALIGNMENT
   =============================== */
@media (max-width: 768px) {
  .footer_v2 .top-footer .container-v1,
  .footer_v2 .top-footer .container-v2 {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .footer_v2 .text-copyright {
    margin-left: 0 !important;
    text-align: center !important; } }
/* ===============================
   MOBILE — Customer Care shift
   =============================== */
@media (max-width: 768px) {
  .footer_v2 .border-ft {
    margin-left: 55px; } }
/* ===============================
   MOBILE HEADER — CLEAN FIX
   =============================== */
@media (max-width: 768px) {
  /* убрать липкость */
  .menu_moblie {
    position: static !important; }

  /* убрать компенсацию липкого хедера */
  body {
    padding-top: 0 !important; }

  /* убрать магазинные элементы */
  .js-minicart,
  .minicart,
  .cart,
  .header-cart,
  .currency,
  .currency-top {
    display: none !important; } }
/* ===============================
   MOBILE HEADER — hide shop elements (cart + currency)
   =============================== */
@media (max-width: 768px) {
  /* 1) УБРАТЬ КОРЗИНУ */
  .menuright a.js-call-minicart,
  .menuright .js-minicart,
  .menuright .minicart {
    display: none !important; }

  /* 2) УБРАТЬ ВАЛЮТУ (на всякий) */
  .menuright .currency,
  .menuright .currency-top,
  .menuright .dropdown-currency,
  .menuright .switcher-currency {
    display: none !important; }

  /* 3) чтобы справа не оставалось “пустого места” */
  .menuright {
    gap: 0 !important; } }
/* Mobile toolbar: hide Account + Cart, keep Back-to-top */
@media (max-width: 767px) {
  .menu_toolbar .btn_account,
  .menu_toolbar .btn_cart {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important; } }
/* =========================================
   Mobile: force hover state for banner cards
   ========================================= */
/* Mobile: darken banner images only (keeps text/button visible) */
@media (max-width: 768px) {
  .section-banner-v3 .banner-item img {
    filter: brightness(0.72) contrast(1.05); } }
