@font-face {
	font-family: 'Gilroy-Regular';
	src: url('/wa-data/public/site/themes/insales/fonts/gilroy-regular.eot'); /* IE 9 Compatibility Mode */
	src: url('/wa-data/public/site/themes/insales/fonts/gilroy-regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/wa-data/public/site/themes/insales/fonts/gilroy-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('/wa-data/public/site/themes/insales/fonts/gilroy-regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/wa-data/public/site/themes/insales/fonts/gilroy-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/wa-data/public/site/themes/insales/fonts/gilroy-regular.svg#gilroy-regular') format('svg'); /* Chrome < 4, Legacy iOS */
}
@font-face {
	font-family: 'Gilroy-Light';
	src: url('/wa-data/public/site/themes/insales/fonts/Gilroy-Light.eot'); /* IE 9 Compatibility Mode */
	src: url('/wa-data/public/site/themes/insales/fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/wa-data/public/site/themes/insales/fonts/Gilroy-Light.woff2') format('woff2'), /* Super Modern Browsers */
		url('/wa-data/public/site/themes/insales/fonts/Gilroy-Light.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/wa-data/public/site/themes/insales/fonts/Gilroy-Light.ttf') format('truetype'), /* Safari, Android, iOS */
}
.main {
        min-height: 50%;
}
.home_banner {
    background: url("/wa-data/public/site/stepborg/homes.jpg");
    height: 90vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: 99;
}
.header__midd-block {
    padding-left: 0px;
}
.header__wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr; /* Три колонки */
  align-items: center;
}
.h-block-logo {
    grid-column: 2;
}
.h-block-catalog {
    grid-column: 1; /* Первая колонка */
    justify-self: start;
}
.search {
    width: 50px;
}
.b-catalog__icon {
    display: none;
}
.header__midd-border {
    border: 0;
}
.c-hicon a {
    background:transparent;
    border: 0;
}
.c-hicon:hover a {
    box-shadow: none;
}
.hcount {
    display:none;
}
input.search__input {
    background-color: transparent;
    border: 0;
    color: #000;
}
.search__button {
    color: #000;
    position: relative;
}
.soz {
    display: flex;
    gap: 5px;
    align-items: flex-start;
    flex-direction: column;

}
.soz__list {
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 10px;
}
.soz__list svg {
    margin-right: 10px;
    width: 22px;
    height: 22px;
}
.footer__copy {
    border-top: 0;
}
.footer__copy-wrap {
    font-size: 12px;
    text-transform: uppercase;
    color:#59585D;
    padding:0;
}
.policy__link {
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.subscribe__content {
    margin-left:0;
}
input.subscribe__input {
    background: transparent;
    width: calc(50% - 10px);
    margin-right: 20px;
    border-radius: 6px;
}
.h-menu__img-name {
    text-transform: uppercase;
}
.h-menu__name {
    text-transform: uppercase;
}

.subscribe__button {
    width: calc(50% - 10px);
    position: relative;
    background: #fff;
    color: #000;
     text-transform: uppercase;
     border-radius: 6px;
}
.subscribe label {
    color:#59585D;
}
.subscribe {
    width: 50%;
}
.subscribe__wrap {
    background: transparent;
    border:0;
    padding: 0;
}
.subscribe__form {
    width: 100%;
}
.custom_bag {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 180px 12px;
    position: relative;
}
.custom {
    width: 100%;
}
.your {
    width: 70%;
    display: flex;
    justify-content: flex-end;
}
.bagpic {
    position:absolute;
    left: 40%;
    width: 30%;
}
.bagpic img {
    width: 100%;
}
.bag {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}
.desc_custom {
    font-size: 23px;
    padding: 40px 0;
    width: 30%;
}

@media (max-width: 1440px) { 
    .custom {
        width: 50%;
    }
    .custom  img {
        width: 100%;
        object-fit: contain;
    }
    .your {
        width: 20%;
        display: flex;
        justify-content: flex-end;
    }
    .your  img {
        width: 100%;
        object-fit: contain;
    }
    .bagpic {
        position:absolute;
        left: 60%;
        width: 20%;
        top: -20%;
    }
    .bagpic img {
        width: 100%;
    }
    .bag {
        width: 30%;
        display: flex;
        justify-content: flex-end;
    }
    .desc_custom {
        font-size: 23px;
        padding: 40px 0;
        width: 70%;
    }
}
.img_home {
    display: flex;
}
.img_home img {
    padding: 2px;
    width: 100%;
}

.title_home_banner {
    color:#EBE5DC;
    font-family: 'Gilroy-Regular';
    font-size: 32px;
    font-weight: 500;
    z-index: 998;
    text-align: center;
}
.header {
    z-index: 999;
    background: transparent;
}
.header__midd {
    background: rgba(255, 255, 255, 0.298);
    backdrop-filter: blur(2.49924px);
}
.header__midd-wrap {
    background: transparent;
}
.container {
    position: relative;
    box-sizing: border-box;
    width: 1450px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
    position: relative;
    z-index: 998;
}
.header__midd-header_new {
  grid-column: 3; /* Третья колонка */
  display: flex;
  justify-content: flex-end; /* Элементы группы прижимаем вправо */
  gap: 10px; /* Расстояние между элементами */
}
.title_wrap_home {
    display: flex;
    padding: 45vh 0;
    justify-content: center;
    align-items: center;
    align-content: center;

}
.home_category_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:0 10px;
}
.home_category_item a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    
}
.banner2_home img {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 20px;
}
.whois_home {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 15px;
    margin-bottom: 150px;
}
.title_company {
    font-size: 26px;
    width: 30%;
}
.desc_company {
    font-size: 23px;
    width: 70%;
}
.desc_company a {
    margin-top: 25px;
    display: block;
    font-size: 16px;
    color: #000;
}
.full_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.full_category_item {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    padding: 0 12px;
    width: 25%;
    font-size: 20px;
    color: #000;
}
.full_category_item a, .full_category_item img {
    width: 100%;
    color: #000;
}
.full_category_item img {
    padding-bottom: 18px;
    height: 460px;
    object-fit: cover;
}
.home_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin-top: 80px;
}
.title_section {
    text-align: center;
    font-size: 20px;
}
.title_section a {
    margin-top: 20px;
    color: #000000;
    display: block;
}
.p_images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.p_image {
    width:50%;
    padding: 3px;
}
.p-images-2 .p-images__right, .p-images-2 .p-images__slider-item {
    height: auto;
}
.p-images-2 .p-images__wrap {
    padding: 0;
}
.product__wrap-2 {
    border: 0;
}
.product__content-2 {
    background: transparent;
    padding-top: 0;
}
.products__item-img-full {
    height: 440px;
}
.products__item {
    margin-bottom: 60px;
    border:0;
}
.products__item-info-name {
    font-weight: 700;
    text-transform: uppercase;
}
.products__pr-price-new .price {
    font-weight: 700;
    font-size: 14px;
}
.products__pr-price-new {
    font-weight: 700;
    font-size: 14px;
}
.sorting__left {
    display: none;
}
.muse {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 900px;
    position: relative;
    margin-top: 150px;
    margin-bottom: 150px;
}
.muse span {
    display: block;
    text-align: center;
    font-size: 22px;
    text-decoration: underline;
    margin-top: 20px;
}
.img_absl_1 {
    position: absolute;
    left: 5%;
    top: 0;
}
.img_absl_2 {
    position: absolute;
    right: 30%;
    top: 0;
    
}
.img_absl_3 {
    position: absolute;
    left: 20%;
}
.img_absl_4 {
    position: absolute;
     right: 0;
}
.img_absl_5 {
    position: absolute;
    bottom:3%;
    right: 43%;
}
.img_absl_6 {
    position: absolute;
    bottom: 0;
    right: 30%;
}
.product__content-2 .product__button {
    width: 100%;
    background: #000;
    margin: 0;
}
.product__content-2 .product__cart {
    padding: 0;
    border-top: 0;
    margin:30px 0;
}
.step_borg {
    display: flex ;
    justify-content: flex-end;
    width: 100%;
    z-index: 999;
}
.img_pdr {
    width: calc(50% - 10px);
    margin-right: 20px;
}
.img_pdr img {
    width: 100%;
    object-fit: cover;
    max-height: 400px;
}
.black {
    position: absolute;
    right: 0;
    top: 65%;
}
.pdr {
     display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: stretch;
}
.pdr_abs .desc_custom {
   width: 60%; 
}
.form_pdr {
    width: calc(50% - 10px);
    font-size: 16px;
}
.giftcertificates-plugin {
    margin-top: 40px;
}
.niga_card {
    display: none;
}
.align__subcateg .c-menu__items-c {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.align__subcateg .h-menu__img-li {
    width: 15%;
}
.header__midd.header__midd--white-bg {
  background-color: #fff !important; /* Фон становится белым */
}

.b-catalog_full-width .c-menu_active, .h-menu__full-width .c-menu_active {
        border-top: 1px solid #ECECEC;
}
.b-catalog_full-width .c-menu__wrap, .h-menu__full-width .c-menu__wrap {
    box-shadow: none;
}
.h-menu__img-link-1 {
    font-size: 16px;
    color: #373737;
    padding-bottom: 25px;
    font-family: 'Gilroy-Light';
    transition: none;
}
.h-menu__img-link .h-menu__name {
    color: #373737;
    padding-bottom: 45px;
    font-size: 16px;
    font-weight: 500;
    transition: none;
}
.h-menu__img-li-1 {
    margin-top: 0px;
    transition: none;
}
.c-menu, .c-menu:before {
    z-index: 1001;
}
.h-menu__img-link .h-menu__name:hover {
    font-weight: 600;
}
.h-menu__img-link-1:hover {
    font-weight: 600;
    color: #373737;
}
.l-menu {
    border: 0;
    padding: 0;
}
.l-menu__dop {
    display: block;
}
.l-menu__angle {
    display: none;
}
.l-menu__link {
    font-size: 18px;
    text-transform: uppercase;
}
.l-menu__link:hover {
    color: #2a2a2a;
}
.l-menu__dop-link:hover {
    color: #444;
}
.l-menu__item {
    border-bottom: 0;
}
.l-menu__dop-link {
    font-size: 18px;
}
.h-mobile__top-wrap {
    z-index: 998;
    background-color: #ffffff5e;
}
.company_page_wrap {
    background: #EDEBE8;
}
.company_inside {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 100px 0;
}
.company_inside span {
    padding-top: 50px;
    font-size: 16px;
}
.column_2 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    align-items: stretch;
    gap: 5px;
}
.company_contacts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}
.column_2_right {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
    padding-top: 50px;
}
.company_page_wrap .desc_company {
    padding-top: 50px;
}
.img_flex img {
    width: 100%;
}
.desc_company_contact {
    font-size: 16px;
    line-height: 26px;
}
.desc_company_contact span {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}
.footer {
    margin-top: 0px;
}
.company_page_wrap {
    padding-bottom: 150px;
}
.products__pr-price {
    margin-top: 0;
}
.products__price {
    margin-top: 0;
}
.products a:hover .products__item-info-name {
    color: #000;
}
.p-tile__item_active:after {
    background-color: #000;
}
.products__zero-text {
    color: #000;
}
.stocks .stock-critical, .stocks .stock-none {
    color: #000;
}
.stocks .stock-high {
     color: #000;
}
.l-menu__active {
     color: #713007;
}
a, a:hover {
    color: #000;
}
.banner_menu {
    display: flex;
    flex-direction: row;
}
.banner_menu img {
    width: 50%;
    padding: 5px;
}
.m-menu__name {
    text-transform: uppercase;
     font-size: 18px;
}
.m-menu__li-1 {
    border-bottom: none;
}
.m-menu-links {
    margin-top: 50px;
}
.custom_bag .custom_m {
    display: none;
}
.f-contact__item-icon {
    display: none;
}
#giftcertificates-plugin-frontend .button.green {
    background: #282828;
    width: 100%;
    text-transform: uppercase;
}
.s-order-page {
    margin-bottom: 150px;
}
.in-empty-wrapper  {
    margin-bottom: 150px;
}
.main__wrap {
    margin-bottom: 150px;
}
#pers {
    max-width: 500px;
    padding: 80px 25px 50px 25px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #000000;
}

.title-pers {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 600;
}

.desc-pers {
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
}
.multiform-wrap.default-theme {
    box-shadow: none !important;
    border: 0 !important;
}
.phone_form {
     border-top: 0 !important;
     border-left: 0 !important;
     border-right: 0 !important;
}
.btn_form {
    background: #282828 !important;
    text-transform: uppercase !important;
    border: 0 !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    color: var(--c-b-c) !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-size: .875rem !important;
    padding: 0 20px !important;
    overflow: hidden !important;
    position: relative !important;
    height: 46px !important;
    line-height: 46px !important;
    text-align: center !important;
    text-decoration: none !important;
}
.default-theme .multiform-gap-field {
        text-align: center;
}
.f-contact {
     text-transform: uppercase;
}
.f-contact__item-text {
    line-height: 28px;
}
.open-pers-btn {
    text-transform: uppercase;
    padding-top: 10px;
    display: block;
}
@media (min-width: 1440px) {
    .home_banner {
        height: 130vh;
    }
    .title_wrap_home {
        padding: 65vh 0;
    }
}
.fs-search__left .products__item-img-full {
    height: 200px;
}
.fs-search__left  .in-blocks__item {
    display: none;
}
.fs-search__left  .owl-nav {
    display: none;
}
/* Каркас */
.fs-search{position:fixed;inset:0;z-index:1200;display:none}
.fs-search.is-open{display:block}
.fs-search__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.3)}
.fs-search__panel{position:relative;margin:0 auto;width:100%;background:#fff}
.fs-search--462{height:562px}              /* фикс. высота как просили */
.fs-search.is-white .fs-search__panel{background:#fff}

/* Колонки */
.fs-search__cols{
  position:relative; display:grid; grid-template-columns:1fr 360px; gap:24px;
  height:100%; padding:20px 24px;
}
.fs-search__left,.fs-search__right{overflow:auto}
.fs-search__left{padding-right:4px; position: relative;}
.fs-search__right{padding-left:4px}

/* Заголовки/тексты */
.fs-search__headline{font-size:14px;font-weight:600;margin:4px 0 12px}
.fs-search__muted{font-size:12px;color:#888;margin:0 0 8px;letter-spacing:.02em}

/* Сетка карточек слева */
.fs-search__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.fs-search__results .fs-search__grid{margin-top:0}
.fs-search__results:empty{display:none}

/* Правый блок: форма + теги */
.fs-search__form{margin-bottom:16px}
.fs-search__input-wrap{display:flex;align-items:center;gap:10px;border:1px solid #e5e5e5;border-radius:10px;padding:10px 12px}
.fs-search__input{flex:1;border:0;outline:none;background:transparent;font-size:14px; border:0 !important;}
.fs-search__submit{border:0;background:#111;color:#fff;padding:8px 14px;border-radius:8px;cursor:pointer}
.fs-search__tags{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.fs-search__tags a{display:flex;justify-content:space-between;text-decoration:none;color:#111;padding:6px 0}

/* Кнопка закрытия */
.fs-search__close{position:absolute;right:16px;top:12px;display:flex;gap:8px;align-items:center;background:transparent;border:0;cursor:pointer;color:#1D1D1B;text-transform: uppercase;}
.fs-search__close .icon18 {
    width: 8px;
    height: 8px;
}
.fs-search__input-wrap .icon18 {
    color: #B7BCC4;
    width: 15px;
    height: 15px;
}
/* Мобайл */
@media (max-width:980px){
  .fs-search__cols{grid-template-columns:1fr;gap:16px}
  .fs-search--462{height:auto;min-height:420px}
  .fs-search__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* ===== TABLET 768–1199 (как на втором скрине) ===== */
@media (min-width:768px) and (max-width:1240.98px){
  .muse{ min-height: 820px; }

  /* левая большая (диван) — немного крупнее и выше */
  .img_absl_1{
    width: 16%;
    left: 6%;
    top: 12%;
    z-index: 3;
  }

  /* маленькая сверху по центру — ровно над заголовком */
  .img_absl_2{
    width: 10%;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
    z-index: 4;
  }

  /* маленькая слева-центр — смещаем левее и чуть ниже */
  .img_absl_3{
    width: 12%;
    left: 20%;
    top: 60%;
    z-index: 3;
  }

  /* правая большая (на стуле) — ближе к правому краю и чуть выше */
  .img_absl_4{
    width: 18%;
    right: 6%;
    top: 20%;
    z-index: 3;
  }

  /* маленькая снизу возле центра — опускаем ниже, чтобы не цепляло вертикальную */
  .img_absl_5{
    width: 11%;
    left: 46%;
    top: 76%;
    z-index: 3;
  }

  /* центральная вертикальная — УЗКЕЕ и НИЖЕ, а также ниже по слою */
  .img_absl_6{
    width: 10%;
    right: 15%;
    top: 64%;
    z-index: 1; /* под остальными, чтобы не перекрывала */
  }
}

@media (max-width: 768px) {
    .full_category_item {
        width:50%;
        margin-bottom: 20px;
    }
    .img_home img {
        width: 33%;
    }
    .desc_custom {
        width: 100%;
        text-align: center;
    } 
    .home_category_item {
        margin-bottom: 20px;
    }
    .banner2_home .title_company {
        display: none;
    }
    .banner2_home .desc_company {
        width: 100%;
    }
    .custom_bag .bag, .custom_bag .your, .custom_bag .custom, .custom_bag .bagpic {
        display: none;
    }
    .custom_bag .custom_m {
        display: block;
        text-align: center;
        width: 100%;
    }
    .custom_bag {
        margin: 60px 12px 25px 12px;
    }
    .img_absl_1 {
        position: absolute;
        left: 0%;
        top: 10%;
        width: 30%;
    }
    .img_absl_2 {
        position: absolute;
        right: 20%;
        top: 80%;
        
    }
    .img_absl_3 {
        position: absolute;
        left: 40%;
        top: 20%;
        width: 20%;
    }
    .img_absl_4 {
        position: absolute;
         right: 70%;
         top: 60%;
        width: 20%;
    }
    .img_absl_5 {
        position: absolute;
        bottom:3%;
        right: 43%;
    }
    .img_absl_6 {
        position: absolute;
        top: 0;
        right: 0%;
        width: 30%;
    }
    .footer__item {
        width: 50%;
        padding-left: 0;
    }
    .f-menu {
        display: block;
    }
    .footer__item-contact {
        display: block;
    }
    .subscribe {
        width: 100%;
        order: 1;
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .footer__item-policy {
         order: 2;
    }
    .footer__copy {
        order: 3;
    }
    .footer_pb {
        padding-bottom: 0;
    }
    .f-menu a {
        text-transform: uppercase;
    }
    .f-contact__item-text {
        text-transform: uppercase; 
        font-size: 14px;
    }
    .footer__item-down {
        display: none;
    }
    .soz__list {
        width: auto;
        height: auto;
    }
    .img_pdr {
        width: 100%;
        order:2;
    }
    .form_pdr {
        width: 100%;
    }
    .pdr_abs .custom {
        display: none;
    }
    .pdr_abs .tuflya {
        display: none;
    }
    .pdr_abs .black {
        display: none;
    }
    .pdr_abs .step_borg {
        display: none;
    }
    .pdr_abs .niga_card {
        display: block;
        text-align: right;
        width: 100%;
    }
    .pdr_abs .desc_custom {
        width: 100%;
    }
    .pdr_abs .niga_card img {
        width: 100%;
    }
    .company_contacts {
        width: 100%;
    }
    .column_2 {
        flex-wrap: wrap;
    }
    .h-mobile__top-wrap {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .products__item-img-full {
        height: 350px;
    }
    .sorting__sort-block {
        left: 0;
    }
    .home_category_item a {
        font-size: 16px;
    }
    .full_category_item img {
        height: 230px;
    }
    .whois_home {
        margin-bottom: 60px;
    } 
    
}
    