/*
 Theme Name:    Electro Child
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Description:   This is the child theme of Electro
 Author:        MadrasThemes
 Author URI:    https://madrasthemes.com/
 Template:      electro
 Version:       3.6.4
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, dark, two-columns, right-sidebar, responsive-layout
 Text Domain:   electro-child
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --color-gold: #ecc270;
  --foreground-color: #212529;
  --color-brown: #36362a;
  --text-white-color: #f1f1f1;
  --border-color: #e5e5e5;
  --transition: all 0.3s ease 0s;
  --bg-offwhite-color: #f7f7f7;
}

body {
  font-family: 'Inter', sans-serif;
}
.handheld-header-v2 {
  background-color: #f1f1f1;
}

.text__color--gold {
  color: var(--color-gold);
}

.top-bar.top-bar-v1 {
  background-color: var(--color-brown);
}

.top-bar {
  background-color: var(--color-brown);
}

#menu-top-bar-left a,
#menu-top-bar-right a {
  color: #f1fafa;
  font-weight: 500;
}

#menu-top-bar-left a:hover,
#menu-top-bar-right a:hover {
  color: var(--color-gold);
}

.top-bar.top-bar-v1 #menu-top-bar-left.nav-inline .menu-item > a i {
  color: #f1fafa;
}

.top-bar .nav-inline>.menu-item+.menu-item:before {
  margin: 0 0.5em;
}

.header-logo-link img {
  width: 100%;
  height: 40px;
}

.departments-menu-v2-title {
  padding: 0 0 ;
}

.departments-menu-v2 a{
  color: var(--color-brown);
  font-weight: 600;
}

.departments-menu-v2 a:hover{
  color: #f1fafa;
}

.departments-menu-v2 a:hover span {
  border-color: var(--color-gold);
  background-color: var(--color-gold);
}

.departments-menu-v2 a span {
  border: 1px solid var(--color-brown);
  border-radius: 10px;
  padding: 5px 10px;
}

.header-v6 .departments-menu-v2-title .departments-menu-v2-icon {
  margin-top: 0;
  margin-bottom: 0;
}

.header-icon>a:hover i {
  color: var(--color-gold);
}

.header-v6 .navbar-search .input-group .form-control {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.header-v6 .navbar-search .input-group .btn {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.header-v6 .masthead {
  height: 70px;
}

.header__link--img img {
  /* max-height: 280px; */
  /* max-width: 280px; */
  max-height: 336px;
}

@media screen and (max-width: 1479px) {
    .header__link--img img {
        max-height: 280px;
    }
}

@media screen and (max-width: 1200px) {
  .header__link--img img {
    max-height: 222px;
  }
}

@media screen and (max-width: 992px) {
  .header__link--img img {
    max-height: 164px;
  }
}

.footer__bg {
  background: #36362a;
}
.footer__section {
  padding-top: 3.5rem;
}

.footer__icons {
  border-top: 1px solid #ecc270;
  border-bottom: 1px solid #ecc270;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 10px;
}

.footer__widget--title {
  margin-bottom: 1rem;
  font-weight: 600;
  position: relative;
  font-size: 1.1rem;
  line-height: 2rem;
  color: #fff;
  font-family: var(--rubik-fonts);
  text-transform: uppercase;
}

@media only screen and (min-width: 480px) {
  .footer__widget--title {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 576px) {
  .footer__widget--title {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .footer__widget--title {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 992px) {
  .footer__widget--title {
    line-height: 1.6rem;
    margin-bottom: 1.3rem;
  }
}



@media only screen and (min-width: 768px) {
  .footer__widget--menu__text {
    line-height: 1.75rem;
    font-size: 1rem;
  }
}
.footer__widget--menu__text {
  line-height: 2rem;
  font-size: 1rem;
  color: #898686;
}

@media only screen and (min-width: 768px) {
  .footer__widget--menu__list {
    margin-bottom: 0.8rem;
  }
}
.footer__widget--menu__list {
  margin-bottom: 0.5rem;
}
li {
  list-style: none;
  line-height: 1;
}

ul:last-child {
  margin-bottom: 0;
}
ul {
  margin: 0;
  padding: 0;
}

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

@media only screen and (max-width: 767px) {
  .main__footer .contacts__wrapper {
    text-align: left;
  }
}



.main__footer .contacts__wrapper a {
  color: white;
}
.contacts__wrapper a {
  font-size: 1rem;
  color: var(--color-brown);
  line-height: 2.8rem;
}
a.header__info--link {
  color: #f1fafa;
}
.header__info--link {
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--inter-fonts);
  line-height: 1.8rem;
}

.main__footer .contacts__wrapper svg {
  color: white;
}
.header__info--link svg {
  margin-right: 0.2rem;
}
.contacts__wrapper svg {
  color: var(--color-brown);
  margin-right: 1rem !important;
}

.footer__widget--button {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  color: transparent;
  border: 0;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .footer__widget--button {
    visibility: visible;
    background-color: transparent !important;
  }
}

.footer__widget--title__arrowdown--icon {
  position: absolute;
  right: 0;
  top: 38%;
  -webkit-transition: .3s;
  transition: .3s;
  display: none;
}

@media only screen and (max-width: 767px) {
  .footer__widget--title__arrowdown--icon {
    display: block;
  }
}

.footer__widget.active {
  padding-bottom: 3rem;
}

.footer__widget.active .footer__widget--title__arrowdown--icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .footer__widget--inner {
    display: none;
  }
}

.footer__social {
  gap: 1rem;
  padding: 20px 0px;
  /* margin-top: 1.5rem; */
}
.social__share {
  gap: 1.5rem;
}

@media only screen and (max-width: 991px) {
  .social__share.footer__social {
    justify-content: center;
  }
}



@media only screen and (min-width: 1200px) {
  .social__share--icon__style2 {
    width: 4.2rem;
    height: 4.2rem;
    line-height: 3.8rem;
  }
}
.social__share--icon__style2 {
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.2rem;
  background: #fff;
  color: #898686;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
    .footer__widget {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 991px) {
    .footer__widget {
        /* margin-bottom: 3rem; */
    }
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

img,
svg {
  vertical-align: middle;
}

.shipping__inner {
  border: 1px solid #ecc270;
  border-radius: 5px;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

@media only screen and (max-width: 991px) {
  .shipping__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            /* justify-content: center;
    padding: 10px 0; */
    justify-content: flex-start;
    padding-left: 5%;
  }
}

@media only screen and (max-width: 575px) {
  .shipping__inner {
    gap: 1rem;
  }
}

.shipping__items {
  gap: 1.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  padding: 1rem;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

@media only screen and (min-width: 576px) {
  .shipping__items {
    padding: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .shipping__items {
    width: 25%;
    padding: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .shipping__items {
    gap: 1.7rem;
    padding: 2rem;
  }
}

.shipping__items::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 48px;
  background: var(--color-gold);
  right: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}

@media only screen and (max-width: 991px) {
  .shipping__items::before {
    display: none;
  }
}

.shipping__items:last-child::before {
  display: none;
}

.shipping__items:hover {
  background: var(--color-gold);
}


.align-items-center {
  align-items: center !important;
}

.text-white {
  color: #fff !important;
}

.shipping__content--title {
  margin-bottom: 4px;
}

.shipping__content--desc {
  color: #898686;
  font-size: 0.9rem;
  line-height: 2rem;
  font-family: var(--inter-fonts);
}

@media only screen and (min-width: 992px) {
  .shipping__content--title h3,
  .shipping__content--title.h3 {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }

  .shipping__content--desc {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}

@media only screen and (min-width: 992px) {
  h3,
  .h3 {
    font-size: 1rem;
  }
}

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


@media only screen and (min-width: 1200px) {
  p,
  .p {
    margin-bottom: 1.5rem;
  }
}

.shipping__items::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 48px;
  /* background: var(--bg-light-dark-color); */
  background: #ecc270;
  right: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}

.footer__payment {
  padding: 20px 0px;
  justify-content: right;
}

@media only screen and (max-width: 991px) {
  .footer__payment {
    justify-content: center;
  }
}

.footer__payment img {
  max-width: 60px;
  padding: 10px;
  background-color: #fff;
  margin-right: 10px;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) {
  .main__footer {
    /* padding: 5.5rem 0 5.7rem; */
  }
}
.main__footer {
  /* padding: 5.5rem 0 3.4rem; */
}

a:hover {
  text-decoration: none;
  /* color: var(--secondary-color); */
  color: #ecc270;
}

.footer__bottom {
  border-top: 1px solid #1a1818;
}

.footer__bottom--inenr {
  padding: 1.1rem 0;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}

.footer__logo--link img {
  max-width: 150px;
}

.copyright__content {
  font-size: 1rem;
  font-family: var(--rubik-fonts);
  color: #fff;
}

.text__secondary {
  /* color: var(--secondary-color); */
  color: #ecc270;
}

.banner__items {
  border-radius: 5px;
}
.position__relative {
  position: relative;
}

.banner__thumbnail {
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
}

.display-block {
  display: block;
}

.banner__thumbnail--img {
  width: 100%;
  border-radius: 5px;
}

.banner__content {
  position: absolute;
  top: 50%;
  /* left: 3rem; */
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  cursor: pointer;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}

.banner__content--title {
  color: #fff;
  margin-bottom: 1rem;
}

.banner__content--title {
  font-weight: 700;
}

#home_links h2.wpb_singleimage_heading {
  position: absolute;
  top: 40%;
  left: 1.5rem;
  right: 1.5rem;
  text-align: center;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 2.2rem;
}

#fasad_page h2.wpb_singleimage_heading {
  position: absolute;
  top: 25%;
  left: 1.5rem;
  right: 1.5rem;
  text-align: center;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 2.2rem;
}

#home_links img, #fasad_page img {
  border-radius: 10px;
}

@media only screen and (min-width: 1200px) {
  .social__share--icon__style2 {
    display: inline-block;
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.6rem;
  }
}


/** Smarthome page **/

.smarthome__pics--text {
  font-size: 1rem;
  font-weight: 400;
}

.possibilities__wrap {
  border: 2px solid var(--color-gold);
  border-radius: 10px;
}

.possibilities__wrap p {
  font-size: 1rem;
}

.text__size--mini {
  font-size: 0.8rem;
}

.possibilities__wrap .wpb_content_element {
  margin-bottom: 10px;
  margin-top: 10px;
}

.possibilities__wrap h2 {
  font-weight: 900;
}

.possibilities__wrap.possibilities__wrap--form {
  background-color: var(--color-gold);
  color: #111;
}

.questions__wrap--col {
 border: 2px solid var(--color-gold);
 border-radius: 10px;
}



#family__photo h2, #family__photo p {
  color: #f1f1f1;
  font-weight: 900;
}

.possibilities__wrap--form .text__color--gold.text__size--mini {
  color: #f1f1f1;
}

#wpforms-form-5544 {
  float: right;
  margin: 0;
  padding: 0;
  width: 100%;
}

#wpforms-form-5544 input {
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.wpforms-field input, .wpforms-field textarea {
  border-radius: 5px !important;
  width: 100%;
  margin-bottom: 10px !important;
  margin-top: 10px !important;

}

.wpforms-field .wpforms-submit-container {
  text-align: center;
}

.wpforms-form button {
  background-color: #ecc270 !important;
  border-radius: 5px !important;
  color: #fff !important;
}

.wpforms-form {
  text-align: center;
}
.wpforms-field input:hover, .wpforms-field textarea:hover {
  border-color: #ecc270 !important;
}

/* .wpforms-field input:focus, .wpforms-field textarea:focus {
  border: 2px solid #ecc270 !important;
} */

.popmake h2 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
}

.popmake-content p {
  text-align: center;
}

.questions__wrap--col {
  width: calc(50% - 25px) !important;
  margin-bottom: 25px;
}

.questions__wrap--col.questions__wrap--colleft {
  margin-right: 25px;
}

.questions__wrap--col.questions__wrap--colright {
  margin-left: 25px;
}

.smarthome__main--img img {
  width: 100%;
  height: auto;
  object-fit: fill;
}

.smarthome__main--img .vc_single_image-wrapper {
  width: 100%;
}

.smarthome__main--img .vc_figure {
  width: 100%;
}

.uc_image_accodion_holder.uc_hover .ue_title {
  writing-mode: horizontal-tb !important;
   transform: rotate(0deg) !important;

}

.uc_image_accodion_holder .ue_title {
  /* writing-mode: vertical-rl !important;
  margin-left: 15px; */
}

@media only screen and (min-width: 801px) {
    .uc_image_accodion_holder .ue_title {
        writing-mode: vertical-rl !important;
    }
}

.uc_image_accodion_holder .uc_overlay {
  /* justify-content: left !important; */
}

.uc_image_accodion_holder.uc_hover .uc_overlay {
  justify-content: center !important;
}

.ue-content {
  margin-top: 20px;
}

/* .main__lead--form {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.main__lead--form form {
    width: 100%;
    max-width: 100%; 
    display: flex;
    flex-direction: column;
    align-items: flex-end; 
} */

.main__lead--form {
  margin-top: 0 !important;
}

.elementor-element-ea23d1e {
  background-size: cover !important;
}

.smarthome__form--text h2 {
  font-weight: 900 !important;
  text-transform: uppercase !important;
  font-size: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 40px !important;
}

.smarthome__form--text p {
  margin-top: 20px !important;
  font-size: 20px !important;
  font-weight: 300;
}

.handheld-header-v2 {
  background-color: #fff !important;
}

.handheld-header-v2 .off-canvas-navigation-wrapper .navbar-toggler, .handheld-header-v2 .off-canvas-navigation-wrapper button {
  color: #111 !important;
}

.handheld-header-v2 .handheld-header-links > ul li > a {
  color: #111 !important;
}

/* .wpforms-page-indicator-page-triangle {
  background-color: #fff !important;
} */


/*** Product card ***/

.product__details--info__title {

    font-size: 2rem;
    font-weight: 400;
    line-height: 2.5rem;

}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.product-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

a:hover {
    text-decoration: none;
    /* color: var(--secondary-color); */
    color: var(--color-gold);
}

.product-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background-color: #fff;
    padding: 20px;
}

.product-card:hover .product__card--action {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
}

.product__card--action {
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    opacity: 0;
    visibility: visible;
    z-index: 9;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    bottom: 30%;
    gap: 0.8rem;
}

.product-info {
    padding: 15px 25px;
    flex-grow: 1;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}


@media only screen and (min-width: 992px) {
    .product__card--btn {
        height: 3.8rem;
        line-height: 3.8rem;
        padding: 0 2rem;
    }
}

.product__card--footer::before
 {
    position: absolute;
    content: '';
    border: 1px solid #e5e5e5;
    left: -1px;
    bottom: 0;
    right: -2px;
    border-top: 0;
    width: 101%;
    height: 100%;
    border-radius: 0 0 5px 5px;
    pointer-events: none;
}
.product__card--footer {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 0.5rem 1rem;
    background: #fff;
  }
.mb-30 {
    margin-bottom: 2rem;
}

.product__card--btn {
    text-transform: uppercase;
    font-size: 0.8rem;
    display: block !important;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 5px;
    text-align: center;
    padding: 0 1rem;
    font-weight: 600;
    letter-spacing: 0.2px;
    background: var(--color-gold);
    color: var(--text-white-color);
    border: 0;
}



/* @media only screen and (min-width: 768px) {
    .primary__btn {
        line-height: 4rem;
        height: 4rem;
        padding: 0 2.2rem;
        font-size: 1.4rem;
    }
} */

@media only screen and (min-width: 992px) {
    .primary__btn {
        /* font-size: 1rem; */
        line-height: 3rem;
        height: 3rem;
        /* padding: 0 1.5rem; */
    }
}

.primary__btn:hover {
    background: #212121;
    color: var(--text-white-color);
}

h5.product-title {
    font-size: 1rem;
    text-align: center;
    line-height: 1.7rem;
    margin-bottom: 0.5rem;
}

.page-title {
  text-align: center;
    font-weight: 700;
    font-size: 2.5rem;
}

.subcategory_products {
      padding: 10px;
    margin-top: 50px;
}

.subcategory-title {
  margin-bottom: 30px;
}

h2.subcategory-title a {
  font-size: 32px;
}

#wpforms-form-5947 button {
  background-color: #000 !important;
}

#wpforms-form-5947 button:hover {
  background-color: gold !important;
}


/*** End Product card ***/


/*** Страница товара из категории Умного дома ***/

.product__details--section {
    padding-top: 3rem;
}

@media only screen and (min-width: 768px) {
    .section--padding {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
.section--padding {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.product__details--media {
    position: -webkit-sticky;
    position: sticky;
    top: 0; 
}

@media only screen and (min-width: 1200px) {
    .mb-25 {
        margin-bottom: 2.5rem;
    }
}

@media only screen and (min-width: 992px) {
    .mb-25 {
        margin-bottom: 2rem;
    }
}
.mb-25 {
    margin-bottom: 1.8rem;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    .product__details--info {
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 768px) {
    .mb-15 {
        margin-bottom: 1.5rem;
    }
}

.mb-15 {
    margin-bottom: 1rem;
}
@media only screen and (min-width: 1366px) {
    h2, .h2 {
        font-size: 2.2rem;
    }
}
@media only screen and (min-width: 1200px) {
    h2, .h2 {
        font-size: 2rem;
        line-height: 3rem;
    }
}
@media only screen and (min-width: 992px) {
    h2, .h2 {
        font-size: 1.9rem;
        line-height: 2.8rem;
    }
}
@media only screen and (min-width: 768px) {
    h2, .h2 {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
}

@media only screen and (min-width: 992px) {
    .mb-12 {
        margin-bottom: 1.2rem;
    }
}
.mb-12 {
    margin-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
    .product__details--info__desc {
        font-size: 1.5rem;
        line-height: 2.8rem;
    }
}
.product__details--info__desc {
    font-size: 1.4rem;
}

.primary__btn.quickview__cart--btn {
    height: 3rem;
    line-height: 3rem;
    padding: 0 25px;
    /* margin-left: 15px; */
    border-radius: 5px;
    color: #f1f1f1 !important;
    font-weight: 600;
    background-color: var(--color-gold) !important;

}

@media only screen and (min-width: 992px) {
    .primary__btn.quickview__cart--btn {
        font-size: 1rem;
        line-height: 3rem;
        height: 3rem;
        padding: 0 2.5rem;
    }
}

@media only screen and (min-width: 768px) {
    .primary__btn.quickview__cart--btn {
        line-height: 3rem;
        height: 3rem;
        padding: 0 2.2rem;
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
} 

/*** Конец умного дома ***/


.categories__card {
    background: #f7f7f7;
    border-radius: 5px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    height: 100%;
}

.categories__card--link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: start;
    height: 100%;
    padding: 1.2rem;
}

h2.categories__title {
  font-size: 0.9rem;
  font-weight: 700;
}

.categories__card:hover {
    /* background: var(--secondary-color); */
    background: var(--color-gold); 
}

.categories__card:hover .categories__title {
    color: var(--text-white-color);
}

.categories__icon {
    margin-bottom: 1.2rem;
}

.categories__card--link-header {
    justify-content: center !important;
}

@media only screen and (min-width: 768px) {
    h2, .h2 {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
}
@media only screen and (min-width: 992px) {
    h2, .h2 {
        font-size: 1.9rem;
        line-height: 2.8rem;
    }
}
@media only screen and (min-width: 1200px) {
    h2, .h2 {
        font-size: 2rem;
        line-height: 1.5rem;
    }
}
@media only screen and (min-width: 1366px) {
    h2, .h2 {
        font-size: 2.2rem;
    }
}
@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 1rem;
    }
}


@media only screen and (min-width: 768px) {
    .blog__card {
        padding: 2rem;
    }
}
.blog__card {
    padding: 1.3rem;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: relative;
}

.blog__card:hover {
    border: 2px solid var(--color-gold);
    
    cursor: pointer;
}

.blog__card::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#fceef2), to(#f5f5fe));
    background: linear-gradient(to top, #fceef2, #f5f5fe);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.blog__card--thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    aspect-ratio: 1 / 1;
}

.blog__card--thumbnail__link {
  display: block;
  width: 100%;
}

.blog__card--thumbnail__img {
  width: 100%;
}

.blog__card--content {
    padding: 2rem 0 0;
}


.blog__card--title {
    font-size: 1.3rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    min-height: 84px;
    font-weight: 700;
}

.blog__card--title  a {
    margin: 0;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 84px;
}

@media only screen and (min-width: 480px) {
    .blog__card--title {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
}

@media only screen and (min-width: 1366px) {
    .blog__card--title {
        font-size: 1.2rem;
        line-height: 1.8rem;
        margin-bottom: 1rem;
    }
}




.blog__card--content p {
    margin: 0;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 100px;
}

@media only screen and (min-width: 992px) {
    h3, .h3 {
        font-size: 1.6rem;
    }
}

.blog__card--footer {
    gap: 2rem;
    padding-top: 20px;
}

.blog__card--btn__link {
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--inter-fonts);
    font-size: 1rem;
}

.blog__card--btn__link svg {
    margin-left: 0.3rem;
}

.swiper__nav--btn {
  width: 3.5rem;
  height: 3.5rem;
  background: inherit;
  /* border: 1px solid var(--secondary-color); */
  border: 1px solid var(--color-gold);
  background: var(--body-background-color);
  /* color: var(--secondary-color); */
  color: var(--color-gold);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: 9;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color);
    border-radius: 50%;
    border: 1px solid var(--color-gold);
    background: var(--body-background-color);
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 1.5rem; 
}

@media only screen and (max-width: 479px) {
  .swiper__nav--btn {
    width: 3rem;
    height: 3rem;
  }
}

.pages_photo_desc {
  margin-right: 20px;
  margin-left: 20px;
}

.swiper__nav--btn.swiper-button-disabled {
  background: inherit;
  color: var(--primary-color);
}

.swiper__nav--btn:hover {
  /* background: var(--secondary-color); */
  background: var(--color-gold);
  color: var(--text-white-color);
}

.swiper__nav--btn::after {
  display: none;
}

.swiper__nav--btn.swiper-button-prev {
  left: 0;
}

.swiper__nav--btn.swiper-button-next {
  right: 0;
}

.swiper__nav--btn.swiper-button-next::after {
  display: none;
}

#main__page--catalog {
  margin-top: 50px;
}

#main__page--catalog .main__page--catalog_header h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

main__page--blog

#main__page--blog {
  margin-top: 50px;
}

#main__page--blog .main__page--blog_header h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

.header-v7 .masthead {
  background-color: #fff !important;
}

.header-v7 .electro-navigation-v7, .header-v7 .masthead {
    width: 100%;
    position: relative;
    margin: 0 !important;
}

.header-v7 .masthead {
    padding: 18px 0px 18px 0px;
}


.header-v7 .header-logo-link img {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: 0;
    max-width: 130px;
}

.primary-nav-menu .nav-inline>.menu-item>a {
    font-size: 1em;
    padding: .786em 0;
    font-weight: 400 !important;
    display: inline-block;
}

.header__icon--img_a {
  height: 2rem;
  width: 2rem;
  display: inline-block;
}

.header__icon--phone_a {
      color: #fff;
    background-color: #000;
    margin-right: 10px;
    border-radius: 20px;
    padding: 10px 20px;
    font-weight: 400 !important;
}

.header-icon>a {
  line-height: 1em !important;
}

.site-header.header-v7 {
  margin-bottom: 30px;
}

.fasad__btn--link a {

    color: #fff !important;
    background-color: #ecc270 !important;
    border-radius: 10px !important;
    padding: 20px 40px !important;

}

/*** Shop page ***/

.shop__header {
    padding: 1.5rem 2rem;
    border-radius: 0.5rem;
    background: var(--bg-offwhite-color);
    gap: 3rem;
}

.product__view--mode {
    gap: 2.5rem;
}

.widget__filter--btn {
    border: 1px solid var(--border-color);
    background: var(--body-background-color);
    border-radius: 0.3rem;
    padding: 0.5rem 1.2rem;
}

@media only screen and (min-width: 1200px) {
    .product__view--label {
        margin-right: 2rem;
    }
}
@media only screen and (min-width: 992px) {
    .product__view--label {
        margin-right: 1rem;
    }
}
.product__view--label {
    font-weight: 600;
    margin-right: 1.2rem;
}

.select.shop__header--select::before {
    right: 14px;
}

.select::before {
    border-bottom: 2px solid #201e1e;
    border-right: 2px solid #201e1e;
    content: '';
    display: block;
    height: 7px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    width: 7px;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.7;
}

.product__view--select {
    border: 1px solid var(--border-color);
    padding: 0.6rem 3rem 0.6rem 1.2rem;
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 0.5rem;
    background: var(--body-background-color);
}

select {
    word-wrap: normal;
    font-family: var(--font-lato);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
}

.tab_content {
    display: block;
}

.tab_pane.active {
    display: block;
}

.tab_pane.show {
    opacity: 1;
}
.tab_pane {
    display: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (min-width: 992px) {
    .mb--n30 {
        margin-bottom: -2.5rem;
    }
}

.mb--n30 {
    margin-bottom: -2rem;
}
@media only screen and (min-width: 992px) {
    .row {
        margin-right: -1.5rem;
        margin-left: -1.5rem;
    }
}

.row {
    margin-right: -1rem;
    margin-left: -1rem;
}

.product__card {
    border: 1px solid var(--border-color);
    border-radius: 5px;
}

@media only screen and (min-width: 1200px) {
    .product__card--thumbnail {
        padding: 2rem 2.5rem;
    }
}
.product__card--thumbnail {
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) {
    .product__card--content {
        padding: 0 2rem 2rem;
    }
}
.product__card--content {
    padding: 0 1.5rem 2rem;
    position: relative;
}


.product__card--thumbnail__link {
    position: relative;
}
.display-block {
    display: block;
}

.product__card--thumbnail__img {
    width: 100%;
}

.product__secondary--img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 
ease-in-out;
    transition: all 0.3s 
ease-in-out;
}

.product__card--thumbnail__img {
    width: 100%;
}

.product__card--action {
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    opacity: 0;
    visibility: visible;
    z-index: 9;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    bottom: 30%;
    gap: 0.8rem;
}

.tab_content {
    display: block;
}

.single__widget.widget__bg {
    padding: 25px 20px;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 22px rgba(0, 0, 0, 0.1);
}
.single__widget:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
    .single__widget {
        margin-bottom: 4rem;
    }
}
.single__widget {
    margin-bottom: 3rem;
}

@media only screen and (min-width: 992px) {
    .widget__title {
        padding-bottom: 1.2rem;
        margin-bottom: 2.5rem;
    }
}
.widget__title {
    font-weight: 600;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
    h3, .h3 {
        font-size: 1.6rem;
    }
}
h3, .h3 {
    font-size: 1rem;
    line-height: 1.6rem;
}

.price__filter--btn {
    height: 4rem;
    line-height: 4rem;
}

@media only screen and (min-width: 992px) {
    .primary__btn {
        font-size: 1.5rem;
        line-height: 4.2rem;
        height: 4.2rem;
        padding: 0 2.5rem;
    }
}

@media only screen and (min-width: 768px) {
    .primary__btn {
        line-height: 4rem;
        height: 4rem;
        padding: 0 2.2rem;
        font-size: 1.4rem;
    }
}

.primary__btn {
    font-weight: 600;
    display: inline-block;
    font-size: 1.3rem;
    line-height: 3.8rem;
    height: 3.8rem;
    padding: 0 2rem;
    letter-spacing: 0.2px;
    border-radius: 2.4rem;
    /* background: var(--secondary-color); */
    background: var(--color-gold);
    color: var(--text-white-color);
    border: 0;
}

.price__filter--group {
    width: 46%;
}

@media only screen and (min-width: 992px) {
    .price__filter--label {
        font-size: 1rem;
    }
}
.price__filter--label {
    font-weight: 600;
    margin-bottom: 0.6rem;
    display: inline-block;
}
label {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    display: block;
}

.price__filter--input {
    border: 1px solid var(--border-color);
    padding: 0.3rem 0.7rem;
}
.border-radius-5 {
    border-radius: 0.5rem;
}

price__filter--currency {
    font-weight: 700;
    margin-right: 0.6rem;
}
span {
    display: inline-block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.price__divider {
    font-size: 1rem;
    padding: 1.5rem 0.5rem 0;
}

.price__filter--group {
    width: 46%;
}

.woocommerce-result-count {
      color: var(--foreground-sub-color);
    font-weight: 500;
    letter-spacing: 0.5px;
}

.primary__btn.price__filter--btn {
  font-size: 1rem;
  background-color: var(--color-gold) !important;
  color: #fff !important;
}

.product__card--btn.primary__btn {
  font-size: 0.85rem;
      line-height: 3.5rem;
    height: 3.5rem;
    border-radius: 10px;
}
.product__card--btn svg {
    margin-right: 3px;
}


/*** End shop page ***/

/*** SEM forms ***/

.sem__form--style input, .sem__form--style textarea {
  border-color: var(--color-gold) !important;
  border-radius: 5px !important;
}

.sem__form--style .wpforms-submit-container {
  text-align: center;
}

.sem__form--style .wpforms-submit-container button {
  background-color: var(--color-gold) !important;
  color: #f1f1f1 !important;
  border-radius: 5px !important;
}

/*** end sem forms ***/

.projects__img--wrap img {
  aspect-ratio: 1/1;
}


.clients__items h2 {
  font-size: 22px !important;
  font-weight: 700 !important;
}

.clients__items .vc_col-sm-4 {
  border: 1px solid #ecc270 !important;
  border-radius: 5px;
  margin-right: 3%;
  width: 30% !important;
}

.clients__items img {
  aspect-ratio: 1/1;
}

.banner__content--title__inner {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.page-id-94923 .container {
  max-width: 100%;
  padding: 0;
}

.page-id-94923 .sticky-wrapper .container, .page-id-94923 .top-bar .container, .page-id-94923 .footer__section .container {
  max-width: 1200px;
}

.page-id-94923 .site-content {
  margin-bottom: 0;
}

.rounded-container {
    position: relative;
    width: 50px; /* Настройте под свои нужды */
    height: 25px; /* Должно равняться width для идеального круга */
    background-color: #ecc270;
    border-radius: 25px;
    display: flex;
    align-items: flex-end; /* Изображение внизу */
    justify-content: center;
}

.container-image {
    position: absolute;
  right: 0px;
  top: 0px;
    width: 25px;
    height: 25px;
    border-radius: 25px !important;
    background-color: white;
    object-fit: cover; /* Чтобы изображение правильно вписывалось */
    border: 2px solid white !important; /* Дополнительная граница */
     /* Тень справа */
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3) !important;
  
  
}


.whatsapp-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: white;
    border: 2px solid #ecc270;
    border-radius: 50px; /* 50% для эллипса, 50px для скругленных углов */
    padding: 12px 25px;
    text-decoration: none;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(236, 194, 112, 0.3);
    position: relative;
}

.whatsapp-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(236, 194, 112, 0.4);
    background-color: #fefaf0;
}

.whatsapp-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(236, 194, 112, 0.3);
}

.whatsapp-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.whatsapp-text {
    white-space: nowrap;
}

#newyear_projects img {
  aspect-ratio: 4/3;
  border-radius: 20px;
}

.all__cats--main {
    width: 100%;
    border: 1px solid var(--color-gold);
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.all__cats--main a {
    display: block;
    transition: 0s;
}

.all__cats--wrapper
 {
    position: relative;
}

.all__cats--title {
    font-size: 0.8rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
}

.cat__views--title {
    font-size: 0.8rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
}

.banner__thumbnail:hover .banner__thumbnail--img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

#main__page--partners h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

#main__page--partners .vc_item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    cursor: pointer;
}


/** header menu **/

.categories__menu_cat {
    display: none;
    grid-template-columns: calc(307px + 10vw) 1fr 10vw;
    position: absolute;
    top: 109px;
    left: 0;
    background: #f5f5f6;
    z-index: 10;
    width: -webkit-fill-available;
    height: calc(100vh - 140px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid var(--lightgrey);
}

.categories__menu_cat ul {
    z-index: 10;
    margin: 0;
    list-style: none;
    padding-left: 0;
    max-height: 100%;
    overflow: auto;
}

.categories__menu_cat ul li.first__cats {
    padding: 20px 0;
    padding-left: 10vw;
    padding-right: 20px;
    line-height: 1.5;
}


.categories__menu_cat ul li a {
    color: var(--color-brown);
    font-weight: 700;
}

.categories__menu_cat div.sub__cats {
    display: block;
    position: absolute;
    left: calc(307px + 10vw);
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding-right: 7vw;
    padding-left: 47px;
    box-sizing: border-box;
    z-index: 11;
    background: #ffffff;
}

.categories__menu_cat ul {
    z-index: 10;
    margin: 0;
    list-style: none;
    padding-left: 0;
    max-height: 100%;
    overflow: auto;
}

.categories__submenu--items {
    width: 30%;
}

.categories__menu_cat ul li a {
    color: var(--color-brown);
    font-weight: 700;
}

.categories__submenu--child__items {
    padding: 0.7rem 0;
}


/** end header menu **/

@media only screen and (min-width: 1200px) {
    .categories__menu {
        /* width: 225px; */
        width: 145px;
    }
}

.categories__menu {
    /* width: 225px; */
    width: 145px;
    position: relative;
    font-family: 'Inter', 'sans-serif';
}

@media only screen and (min-width: 992px) {
    .categories__menu--header {
        /* height: 55px; */
    }
}

@media only screen and (min-width: 768px) {
    .categories__menu--header {
        /* height: 50px; */
    }
}
.categories__menu--header {
    height: 40px;
    padding: 0 14px;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    /* border: 1px solid var(--secondary-color); */
    border: 1px solid #36362a;
    color: var(--color-brown);
    /* border: 1px solid #ecc270; */
    /* background: var(--color-brown); */
}

@media only screen and (min-width: 768px) {
    .categories__menu--title {
        font-size: 1.4rem;
        margin-left: 14px;
    }
}
.categories__menu--title {
    font-size: 1rem;
    margin-left: 16px;
    line-height: 2.2rem;
    text-transform: uppercase;
    font-weight: 600;
}

.categories__menu--header:hover {
    /* background: var(--secondary-color); */
    /* background: #36362A; */
    background: var(--color-gold);
    color: var(--bg-offwhite-color);
    border: 1px solid var(--color-gold);
}

@media only screen and (min-width: 992px) {
    .product__card--btn {
        height: 3.8rem;
        line-height: 3.8rem;
        padding: 0 2rem;
    }
}

#wpforms-155295 input, #wpforms-155295 textarea {
  border-radius: 5px;
  background-color: #fff;
}

#wpforms-155295 .wpforms-submit-container {
  text-align: center;
}

#wpforms-155295 button {
  border-radius: 5px;
}

@media (min-width: 320px) {
    
    .elementor-element-55cc09e {
      text-align: center !important;
    }

    .elementor-element-d548245 {
      text-align: center !important;
    }

    .elementor-element-7714497 {
      margin: 0;
    }
}

@media (min-width: 767px) {
    .elementor-element-2e54794 .elementor-element.elementor-element-3418c03 .e-con-inner {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 1200px) {
    .elementor-element-2e54794 .elementor-element.elementor-element-3418c03 .e-con-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.elementor-element-8e24e75 .e-con-inner {
    max-width: 600px !important;
    background: rgba(0, 0, 0, 0.5);
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.elementor-element-7f331ec {
  max-width: 700px !important;
}

@media (max-width: 992px) {
  .elementor-element-7f331ec {
    margin: 0 auto !important;
    margin-top: 25px !important;
  }
}

@media (max-width: 767px) {
  .elementor-element-7f331ec {
    max-width: 500px !important;
  }

  .elementor-element-8a6aabb {
    margin-left: 20px !important;
    margin-right: 20px !important;
        max-width: 90%;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
  }
}

@media (max-width: 562px) {
  .elementor-element-7f331ec {
    max-width: 400px !important;
  }
}

.elementor-element-1760ae4 {
    max-width: 100%;
    margin-top: 20px !important;
}


/*** Single post ***/

.blog__post--header.mb-30 {
    margin-bottom: 2.5rem;
}

.post__header--title {
  font-size: 1.5rem;
  font-weight: 700;
}

.entry__blog {
  font-size: 1rem;
}

.entry__blog h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

@media only screen and (min-width: 992px) {
    .post__header--title {
        line-height: 2.5rem;
        font-size: 1.5rem;
        font-weight: 700;
    }
}



/*** End Single post ***/


.elementor-element-d6846ee h2 {
  padding-right: 40px;
}

.page-id-94923 .footer__section {
  padding-left: 20px;
  padding-right: 20px;
}


.single__product--nav {
    padding: 0 1.5rem;
}
.swiper-pointer-events {
    touch-action: pan-y;
}

.product__media--nav__items {
    border: 1px solid var(--border-color);
    padding: 1.2rem;
    line-height: 1;
    border-radius: 5px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (min-width: 992px) {
    .product__media--nav__items {
        padding: 1rem;
    }
}

@media only screen and (min-width: 768px) {
    .product__media--nav__items {
        padding: 0.5rem;
    }
}

.product__media--nav__items--img {
    width: 100%;
    cursor: pointer;
}


.page-id-203943 .site-content {
  background-image: url('/wp-content/uploads/2025/10/phone_bg-2.jpg'); /* Замените на путь к вашему изображению */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  /* height: 100vh; Высота секции, равная высоте окна просмотра */
  /* position: relative; Для позиционирования контента внутри */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  
  /* text-align: center; */
}

.page-id-203943 .container {
  max-width: 100%;
  padding: 0;
}

.page-id-94923 .site-content {
  background-image: url('/wp-content/uploads/2025/10/phone_bg-2.jpg'); /* Замените на путь к вашему изображению */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  /* height: 100vh; Высота секции, равная высоте окна просмотра */
  /* position: relative; Для позиционирования контента внутри */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  
  /* text-align: center; */
}

#SR7_12_1 .hades .sr7-bullet {
  border:none !important;
  width: 10px !important;
  height: 3px !important;
  background: var(--color-gold) !important;
}

#SR7_12_1 .hades .sr7-bullet.selected {
  background: #ffd700 !important;
}