:root {
    --primary: #0f0f0f;
    --primary10: #ede6ea;
    --primary20: #dbcdd4;
    --primary100: #4a062a;
    --secondary: #4a062a;
    --secondary2: #80516a;
    --gray-bg: #f3f3f3;
    --gray-bg2: #e8e8e8;
    --gray: #757575;
    --gray5: #f5f5f5;
    --gray10: #e8e8e8;
    --gray20: #e0e0e0;
    --gray50: #b2b2b2;
    --gray60: #6c6c83;
    --gray70: #636363;
    --gray2: #f9f9f9;
    --black: #000;
    --white: #fff;
    --gray20_20: #e0e0e020;
    --gray50_50: #b2b2b280;
    --light-gray: #d0d0d0;
    --red: #d60000;
    --max-width: 1237px;
    --promo-cards-gap: 12px;
}

html {
    background-color: white;
}

body {
    font-family: "Verdana Pro", Verdana, Geneva, Tahoma, sans-serif;
    margin: 0;
    padding: 36px 0 0;
    font-weight: 400;
    background-color: white;
    -webkit-text-size-adjust: 100%;
}

a {
    color: var(--primary);
    text-decoration: none;
    outline: none;
}

.only-mobile {
    display: none !important;
}

a:focus {
    outline: none !important;
}

.topBan {
    background-color: var(--black);
    color: var(--white);
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.18em;
    text-align: center;
    padding: 8px 20px;
    position: fixed;
    z-index: 999;
    top: 0;
}

header .panel {
    background-color: var(--gray-bg);
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 13px;
}

.wrap {
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
}

header .panel .menu ul {
    display: flex;
    list-style-type: none;
    z-index: 1000;
}

header .panel .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .panel .menu ul > li {
    padding: 8px 20px 10px 0;
    line-height: 20px;
    position: relative;
    color: var(--gray);
    cursor: pointer;
}

header .panel .menu ul li a {
    color: var(--gray);
}

header .panel .menu ul li:hover > a {
    color: var(--black);
}

header .panel .menu ul > li > ul {
    display: none;
    position: absolute;
    top: 50px;
    left: -20px;
    background-color: var(--white);
    border-radius: 4px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

header .panel .menu ul > li > ul::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    height: 20px;
    width: 100%;
}

header .panel .menu ul > li > ul li {
    line-height: 1em;
    padding: 0;
}

header .panel .menu ul > li > ul li a {
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 20px;
    padding-right: 30px;
    box-sizing: border-box;
}

header .panel .menu ul > li > ul li a:hover {
    background-color: var(--gray-bg);
}

header .panel .phone-header-list {
    display: flex;
}

header .panel .phone-header-list li {
    display: flex;
    margin-left: 20px;
}

header .panel .phone-header-list li div {
    margin-left: 5px;
    color: var(--gray);
    font-weight: 400;
}

header .panel .phone-header-list .phone {
    font-weight: 600;
    color: var(--gray);
}

header .panel2 {
    border-bottom: 1px var(--gray-bg2) solid;
}

header .panel2 > .wrap {
    height: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .panel2 .wrap > :nth-child(2) {
    flex-grow: 1;
}

header .panel2 .wrap > :nth-child(3) {
    flex-grow: 2;
}

header .panel2 .wrap > :nth-child(4) {
    flex-grow: 1;
}

header .panel2 .logo img {
    width: 251px;
}

header .panel2 #nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: var(--primary);
    font-weight: 400;
}

header .panel2 #nav > li {
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
}

header .panel2 #nav > li > a {
    line-height: 56px;
    height: 56px;
    display: inline-block;
}

header .panel2 #nav > li > a.cat {
    padding-left: 24px;
    position: relative;
}

header .panel2 #nav > li > a.cat::after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    background-image: url("https://www.neopoliscasa.ru/interface/2022/burger.svg");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

header .panel2 {
    position: relative;
}

header .panel2 #nav .nav-drop {
    display: none;
    background-color: white;
    position: absolute;
    left: 0;
    top: 63px;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

header .panel2 #nav .nav-drop::before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    height: 10px;
    width: 100%;
}

header .panel2 #nav .nav-drop .nav-drop-body {
    display: flex;
    justify-content: space-between;
}

header .panel2 #nav li:hover > a {
    color: var(--black);
}

header .panel2 #nav li .nav-drop > .nav-drop-body > .col {
    margin-top: 40px;
    margin-bottom: 40px;
    flex-grow: 1;
}

header .panel2 #nav li .nav-drop > .nav-drop-body > .col .h2,header .panel2 #nav li .nav-drop > .nav-drop-body > .col .h3 {
    font-family: Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 12px;
    color: var(--black);
}

header .panel2 #nav li .nav-drop > .nav-drop-body > .col a {
    font-family: Verdana;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: var(--gray70);
    padding: 7px 0;
    display: inline-block;
}

header .panel2 #nav li .nav-drop > .nav-drop-body > .col a:hover {
    color: var(--black);
}

header .panel2 #nav li .nav-drop > .nav-drop-body .col.two_levels ul li .submenu {
    display: none;
    margin-left: 16px;
    margin-bottom: 20px;
    margin-top: 10px;
}

header .panel2 #nav li .nav-drop > .nav-drop-body .col.two_levels ul li i {
    margin-right: 10px;
}

header .panel2 #nav li .nav-drop > .nav-drop-body .col.two_levels ul li .submenu a {
    display: inline-block;
    width: 100%;
}

header .panel2 #nav li .nav-drop > .nav-drop-body > .col .bottomItem {
    margin-top: 1.5em;
}

header .topSearch .searchIco {
    background-image: url("https://www.neopoliscasa.ru/interface/2022/i_search.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 22px;
    height: 22px;
    display: block;
    position: relative;
    cursor: pointer;
}

header .topIcons {
    display: flex;
    align-items: center;
    justify-content: end;
}

header .topIcons > * {
    margin-left: 0;
}

.header-social-media {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-social-icon {
    width: 34px;
    height: 34px;
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.header-social-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--white);
    text-decoration: none;
    font-size: 15px;
    line-height: 1;
}

.header-social-icon:hover {
    background-color: var(--black);
    border-color: var(--black);
}

header .accountIco {
    background-image: url("https://www.neopoliscasa.ru/interface/2022/i_account.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    cursor: pointer;
}

header .topCase .text {
    display: none;
}

header .topCase .icon {
    background-image: url("https://www.neopoliscasa.ru/interface/2022/i_case_2.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 86%;
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    cursor: pointer;
}

header .topCase .icon .number {
    position: absolute;
    right: -12px;
    top: -12px;
    border-radius: 4px;
    background-color: var(--gray-bg);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}

header .topWish .icon {
    background-image: url("https://www.neopoliscasa.ru/interface/2022/ico_wish.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    cursor: pointer;
}

header .topWish .icon .number {
    position: absolute;
    right: -12px;
    top: -12px;
    border-radius: 4px;
    background-color: var(--gray-bg);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}

#header .topSearch {
    position: relative;
}

#header .topSearch form {
    position: absolute;
    right: 20px;
    top: -9px;
    transform: scaleX(0);
    transition: all 0.2s;
    transform-origin: right center;
    border: 1px black solid;
    border-radius: 4px;
}

#header .topSearch form::before {
    content: "";
    position: absolute;
    background-image: url("https://www.neopoliscasa.ru/interface/2022/i_search.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    width: 18px;
    height: 18px;
    display: block;
    left: 8px;
    top: 8px;
}

#header .topSearch form input.search {
    background: var(--white);
    border-radius: 4px;
    padding: 10px 10px 10px 38px;
    border: none;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    width: 250px;
    max-width: 100%;
    box-sizing: border-box;
    color: var(--gray-text);
}

#header .topSearch form .close {
    background-image: url("https://www.neopoliscasa.ru/interface/2022/ic_close.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    cursor: pointer;
    right: 11px;
    top: 11px;
}

#header form input[type="submit"] {
    display: none;
}

#case {
    position: relative;
}

header .panel2 .mobileMenuBtn {
    display: none;
}

header .panel2 #nav > li.single.bold {
    font-weight: 600;
}

header .panel2 #nav > li.single.bold a {
    color: var(--secondary);
}

.hero-slider {
    position: relative;
    overflow: hidden;
}

.hero-slider__track {
    position: relative;
    height: 41vw;
    min-height: 320px;
    max-height: 748px;
}

.hero-slider__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.hero-slider__slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.hero-slider__image-wrap {
    width: 100%;
    height: 100%;
}

.hero-slider__image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hero-slider__card {
    position: absolute;
    bottom: 80px;
    left: 80px;
    width: 30vw;
    max-width: 400px;
    padding: 30px 35px 35px;
    box-sizing: border-box;
    background-color: #f9f9f9cc;
    border-radius: 4px;
    z-index: 2;
}

.hero-slider__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: var(--black);
    margin: 0 0 15px;
}

.hero-slider__text {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray70);
    margin: 0 0 30px;
}

.hero-slider__btn {
    display: block;
    box-sizing: border-box;
    min-width: calc(100% - 46px);
    margin: 0 23px;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: var(--white);
    background-color: var(--primary100);
    border-radius: 4px;
    transition: background-color 0.2s;
}

.hero-slider__btn:hover {
    background-color: var(--black);
    color: var(--white);
}

.hero-slider__arrow {
    position: absolute;
    bottom: 60px;
    width: 53px;
    height: 60px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 3;
    border-radius: 4px;
    transition: opacity 0.3s;
}

.hero-slider__arrow::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://www.neopoliscasa.ru/interface/2022/i_arrow_right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    filter: invert(1);
}

.hero-slider__arrow--prev {
    right: 100px;
}

.hero-slider__arrow--prev::before {
    transform: rotate(180deg);
}

.hero-slider__arrow--next {
    right: 40px;
}

.hero-slider__arrow:hover {
    opacity: 0.75;
}

@media screen and (max-width: 1500px) {
    .hero-slider__card {
        bottom: 65px;
        left: 65px;
        max-width: 330px;
        padding: 25px 30px;
        background-color: var(--gray2);
    }

    .hero-slider__title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .hero-slider__text {
        font-size: 15px;
    }

    .hero-slider__arrow {
        bottom: 40px;
        width: 53px;
        height: 53px;
    }

    .hero-slider__arrow::before {
        background-size: 13px;
    }

    .hero-slider__arrow--prev {
        right: 80px;
    }

    .hero-slider__arrow--next {
        right: 40px;
    }
}

.avant-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 60px 0;
    padding: 0;
    column-gap: 20px;
}

.avant-list li a {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: var(--gray);
}

.avant-list li a:hover {
    color: var(--black);
}

.avant-list li a .icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 37px;
    margin-right: 20px;
}

.avant-list li a .icon img {
    height: 37px;
    width: auto;
}

.avant-list li:nth-child(1) a .icon img {
    width: 48px;
}

.avant-list li:nth-child(2) a .icon img {
    width: 35px;
}

.avant-list li:nth-child(3) a .icon img {
    width: 29px;
}

.avant-list li:nth-child(4) a .icon img {
    width: 38px;
}

.avant-list li:nth-child(5) a .icon img {
    width: 36px;
}

.avant-list .text {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    color: var(--gray);
}

.avant-list .text b {
    font-weight: 600;
    color: var(--black);
}

.novelty-slider {
    margin-bottom: var(--promo-cards-gap);
}

.novelty-slider__container,
.promo-cards__grid,
.idxBlock,
.home-categories__inner,
.tour-360__inner,
.idxNews {
    padding-left: var(--promo-cards-gap);
    padding-right: var(--promo-cards-gap);
    box-sizing: border-box;
}

.novelty-slider__container {
    position: relative;
}

.novelty-slider__track {
    position: relative;
    height: 32vw;
    min-height: 280px;
    max-height: 520px;
    border-radius: 4px;
    overflow: hidden;
}

.novelty-slider__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.novelty-slider__slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.novelty-slider__image-wrap {
    width: 100%;
    height: 100%;
}

.novelty-slider__image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.novelty-slider__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(0, 0, 0, 0.3) 35%,
        rgba(0, 0, 0, 0.05) 60%,
        transparent 100%
    );
    pointer-events: none;
}

.novelty-slider__content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    padding-left: calc(48px + 40px + 32px);
    padding-right: calc(48px + 40px + 32px);
}

.novelty-slider__badge {
    margin: 0 0 12px;
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: var(--white);
}

.novelty-slider__title {
    margin: 0 0 28px;
    max-width: 520px;
    font-size: clamp(15px, 1.6vw, 20px);
    font-weight: 400;
    line-height: 1.5;
    color: var(--white);
}

.novelty-slider__title strong {
    font-weight: 700;
}

.novelty-slider__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.novelty-slider__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 24px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 4px;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.novelty-slider__btn--primary {
    color: var(--white);
    background-color: #7cb342;
    border: 1px solid #7cb342;
}

.novelty-slider__btn--primary:hover {
    background-color: #689f38;
    border-color: #689f38;
    color: var(--white);
}

.novelty-slider__btn--outline {
    color: var(--white);
    background-color: transparent;
    border: 1px solid var(--white);
}

.novelty-slider__btn--outline:hover {
    background-color: rgba(255, 255, 255, 0.12);
    color: var(--white);
}

.novelty-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background-color: var(--white);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.novelty-slider__container:hover .novelty-slider__arrow,
.novelty-slider__arrow:focus-visible {
    opacity: 1;
    visibility: visible;
}

.novelty-slider__arrow::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    border-right: 2px solid var(--black);
    border-bottom: 2px solid var(--black);
}

.novelty-slider__arrow--prev {
    left: 48px;
}

.novelty-slider__arrow--prev::before {
    transform: rotate(135deg) translate(-2px, -2px);
}

.novelty-slider__arrow--next {
    right: 48px;
}

.novelty-slider__arrow--next::before {
    transform: rotate(-45deg) translate(-2px, -2px);
}

.novelty-slider__container:hover .novelty-slider__arrow:hover,
.novelty-slider__arrow:focus-visible:hover {
    opacity: 0.85;
}

.novelty-slider__dots {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
}

.novelty-slider__dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    background-color: var(--white);
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.novelty-slider__dot.is-active {
    background-color: #7cb342;
    border-color: #7cb342;
}

.promo-cards {
    margin-bottom: 30px;
}

.promo-cards__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--promo-cards-gap);
    box-sizing: border-box;
}

.promo-cards__item {
    position: relative;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    min-height: 220px;
    text-decoration: none;
}

.promo-cards__media {
    position: absolute;
    inset: 0;
}

.promo-cards__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.55s ease;
    will-change: transform;
}

.promo-cards__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.72) 0%,
        rgba(0, 0, 0, 0.28) 38%,
        rgba(0, 0, 0, 0.05) 62%,
        transparent 100%
    );
    pointer-events: none;
}

.promo-cards__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.4s ease;
    pointer-events: none;
}

.promo-cards__item:hover .promo-cards__overlay {
    background-color: rgba(0, 0, 0, 0.42);
}

.promo-cards__item:hover .promo-cards__media img {
    transform: scale(1.1);
}

.promo-cards__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 28px 24px;
    color: var(--white);
    pointer-events: none;
}

.promo-cards__label {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0.9;
}

.promo-cards__title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.home-categories {
    background-color: #f2f2f2;
    padding: 48px 0 56px;
    margin-bottom: 30px;
}

.home-categories__title {
    margin: 0 0 28px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    color: var(--black);
}

.home-categories__title span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.home-categories__search {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 720px;
    margin: 0 auto 36px;
    background-color: var(--white);
    border-radius: 999px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.home-categories__search-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 52px;
    color: var(--gray50);
}

.home-categories__search-input {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    padding: 16px 20px 16px 0;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.4;
    color: var(--black);
    outline: none;
}

.home-categories__search-input::placeholder {
    color: var(--gray50);
}

.home-categories__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--promo-cards-gap);
}

.home-categories__card {
    display: flex;
    flex-direction: column;
    min-height: 280px;
    padding: 24px 24px 16px;
    background-color: var(--white);
    border-radius: 16px;
    text-decoration: none;
    color: var(--black);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    box-sizing: border-box;
}

.home-categories__card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.home-categories__card-title {
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.home-categories__card-img {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    min-height: 0;
}

.home-categories__card-img img {
    display: block;
    width: 100%;
    max-width: 280px;
    height: auto;
    max-height: 200px;
    object-fit: contain;
    object-position: center;
    transition: transform 0.35s ease;
}

.home-categories__card:hover .home-categories__card-img img {
    transform: scale(1.04);
}

.tour-360 {
    margin-bottom: 30px;
}

.tour-360__inner {
    line-height: 0;
}

.tour-360__inner iframe {
    display: block;
    width: 100% !important;
    min-height: 500px;
    border: 0;
    border-radius: 4px;
}

@media screen and (max-width: 1237px) {
    .wrap {
        padding-left:15px;
        padding-right: 15px;
    }

    .slick-full-carousel .slick-arrow {
        display: none !important;
    }
}

@media screen and (max-width: 1100px) {
    .wrap {
        padding-left:20px;
        padding-right: 20px;
    }

    header .panel .menu {
        display: none;
    }

    header .panel .wrap .tels {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    header .panel2 > .wrap {
        flex-direction: row;
        height: 68px;
        padding: 0;
        margin-bottom: 0;
        position: relative;
    }

    header .panel2 .logo img {
        width: 200px;
    }

    header .panel2 #nav {
        font-size: 13px;
    }

    header .panel2 #nav > li {
        padding-left: 8px;
        padding-right: 8px;
    }

    header .topIcons {
        position: static;
    }

    header .panel2 #nav .nav-drop {
        top: 63px;
    }

    header .panel2 #nav .nav-drop .nav-drop-body {
        padding: 0 20px;
        flex-wrap: wrap;
    }

    :root {
        --promo-cards-gap: 10px;
    }

    .avant-list {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 40px;
        column-gap: 40px;
    }

    .promo-cards__grid,
    .novelty-slider__container,
    .idxBlock,
    .home-categories__inner,
    .tour-360__inner,
    .idxNews {
        padding-left: 20px;
        padding-right: 20px;
    }

    .promo-cards__title {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    .wrap {
        padding-left:15px;
        padding-right: 15px;
    }

    .only-mobile {
        display: initial !important;
    }

    header .panel .menu {
        display: none;
    }

    header .panel .wrap .tels {
        display: block;
    }

    header .panel .phone-header-list {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        overflow-x: auto;
        width: 100vw;
        scrollbar-width: none !important;
    }

    header .panel .phone-header-list li {
        padding-left: 50vw;
        margin-left: 0;
        transform: translateX(-25%);
    }

    header .panel .phone-header-list li.phone2 {
        padding-left: 20px;
        padding-right: 20vw;
    }

    header .panel .phone-header-list::-webkit-scrollbar {
        display: none;
    }

    header .panel .phone-header-list .phone {
        white-space: nowrap;
    }

    header .panel2 .navigation {
        display: none;
    }

    header .panel2 .mobileMenuBtn {
        display: block;
        position: absolute;
        padding: 19px 17px;
        left: 0;
        top: 0;
        background-image: url('https://www.neopoliscasa.ru/interface/2022/burger.svg');
        background-position: center center;
        background-repeat: no-repeat;
        width: 50px;
        height: 55px;
        box-sizing: border-box;
    }

    header .panel2 {
        height: 54px;
    }

    header .panel2 .logo {
        position: absolute;
        left: 50px;
        top: 8px;
    }

    header .panel2 .logo img {
        width: 170px;
    }

    header .panel2 > .wrap {
        padding: 0;
        margin-bottom: 0;
    }

    header .topIcons {
        right: 20px;
        top: 16px;
    }

    header .panel2 .navigation #nav {
        flex-direction: column;
    }

    header .panel2 #nav .nav-drop {
        display: block;
        position: relative;
        top: 0;
        box-shadow: none;
    }

    header .panel2 #nav .nav-drop::before {
        display: none;
    }

    header .panel2 #nav .nav-drop .nav-drop-body {
        padding: 0;
        flex-direction: column;
    }

    header .panel2 #nav li:first-child a {
        display: none;
    }

    header .panel2 #nav li .nav-drop > .nav-drop-body > .col {
        padding: 0 30px;
    }

    header .panel2 #nav li .nav-drop > .nav-drop-body > .col.hasSubchild {
        margin-top: 0px;
        margin-bottom: 0px;
        border-bottom: 1px var(--gray10) solid;
    }

    header .panel2 #nav li .nav-drop > .nav-drop-body > .col > ul {
        display: none;
        padding-bottom: 20px;
    }

    header .panel2 #nav li .nav-drop > .nav-drop-body > .col .bottomItem {
        position: relative;
        bottom: 0;
        margin-top: 20px;
        display: none;
    }

    header .panel2 #nav li .nav-drop > .nav-drop-body > .col .h2 {
        font-size: 16px;
        padding: 20px 0;
        margin: 0px 0;
        position: relative;
        z-index: 1;
    }

    header .panel2 #nav li .nav-drop > .nav-drop-body > .col.hasSubchild .h2::after {
        content: "";
        position: absolute;
        right: 0px;
        top: 22px;
        width: 10px;
        height: 20px;
        background-image: url('https://www.neopoliscasa.ru/interface/2022/i_arrow_right.svg');
        background-repeat: no-repeat;
        background-size: 100%;
    }

    header .panel2 #nav li .nav-drop > .nav-drop-body > .col a {
        font-size: 16px;
        padding: 10px 0;
    }

    header .panel2 #nav > li.single {
        padding: 0 30px;
        border-bottom: 1px var(--gray10) solid;
    }

    header .panel2 #nav > li {
        padding-left: 0px;
        padding-right: 0px;
    }

    .hero-slider__track {
        height: 100vw;
        min-height: 0;
        max-height: none;
    }

    .hero-slider__card {
        top: auto;
        bottom: 0;
        left: 15px;
        width: calc(100vw - 30px);
        max-width: none;
        padding: 20px 30px;
        background-color: var(--gray2);
    }

    .hero-slider__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .hero-slider__text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .hero-slider__btn {
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 12px 30px;
    }

    .hero-slider__arrow {
        top: calc(50vw - 21px);
        bottom: auto;
        width: 43px;
        height: 43px;
    }

    .hero-slider__arrow--prev {
        left: 15px;
        right: auto;
    }

    .hero-slider__arrow--next {
        right: 15px;
    }

    body {
        padding-bottom: 40px;
    }

    .topBan {
        overflow-x: auto;
        scrollbar-width: none !important;
    }

    .topBan span {
        white-space: nowrap;
    }

    .topBan::-webkit-scrollbar {
        display: none;
    }

    body .topWish,body .topCase {
        display: none !important;
    }

    .avant-list {
        justify-content: space-around;
        flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-width: none !important;
        column-gap: 10px;
        width: calc(100% + 15px);
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .avant-list li {
        width: calc(65vw);
        min-width: 65vw;
        border: 1px #00000026 solid;
        border-radius: 4px;
        padding: 16px 24px;
        box-sizing: border-box;
    }

    .avant-list li:last-child {
        margin-right: 15px;
    }

    .avant-list li a {
        flex-direction: column;
        align-items: flex-start;
    }

    .avant-list li a .icon {
        margin-right: 0;
        margin-bottom: 50px;
    }

    .avant-list li a .text {
        text-align: left;
    }

    .novelty-slider {
        margin-bottom: var(--promo-cards-gap);
    }

    .novelty-slider__track {
        height: 70vw;
        min-height: 320px;
        max-height: 420px;
    }

    .novelty-slider__content {
        padding-left: calc(28px + 34px + 20px);
        padding-right: calc(28px + 34px + 20px);
    }

    .novelty-slider__badge {
        margin-bottom: 8px;
    }

    .novelty-slider__title {
        margin-bottom: 20px;
        max-width: 280px;
    }

    .novelty-slider__actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .novelty-slider__btn {
        width: 100%;
        max-width: 260px;
        padding: 11px 18px;
        font-size: 11px;
    }

    .novelty-slider__arrow {
        width: 34px;
        height: 34px;
        opacity: 1;
        visibility: visible;
    }

    .novelty-slider__arrow--prev {
        left: 28px;
    }

    .novelty-slider__arrow--next {
        right: 28px;
    }

    .novelty-slider__dots {
        bottom: 16px;
        gap: 8px;
    }

    .novelty-slider__dot {
        width: 8px;
        height: 8px;
    }

    .promo-cards {
        margin-bottom: 30px;
    }

    .promo-cards__grid,
    .novelty-slider__container,
    .idxBlock,
    .home-categories__inner,
    .tour-360__inner,
    .idxNews {
        padding-left: 15px;
        padding-right: 15px;
    }

    .promo-cards__grid {
        grid-template-columns: 1fr;
    }

    .promo-cards__item {
        aspect-ratio: 16 / 11;
        min-height: 200px;
    }

    .promo-cards__content {
        padding: 22px 20px;
    }

    .promo-cards__title {
        font-size: 17px;
    }
}

@media screen and (max-width: 320px) {
    header .topIcons > * {
        margin-left:5px;
    }

    header .panel2 .logo img {
        width: 150px;
    }

    .avant-list {
        column-gap: 20px;
    }
}

.itemBlock {
    background-color: white;
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.08);
    position: relative;
    border-radius: 4px;
}

.itemBlock .img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    object-position: center center;
}

.itemBlock .img img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
}

.itemBlock .content {
    padding: 18px;
}

.itemBlock .content .name {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: --black;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 3.7em;
    overflow: hidden;
    display: inline-block;
}

.itemBlock .content .size {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--gray);
    display: flex;
}

.itemBlock .content .size > div {
    margin-right: 10px;
}

.itemBlock .content .row {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    align-items: flex-end;
}

.itemBlock .content .row > div.sum-col {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.itemBlock .content .row > div.storeCol {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.itemBlock .content .store-holder {
    position: relative;
}

.itemBlock .content .store-holder .st.hasPopup {
    background-image: url(https://www.neopoliscasa.ru/interface/i_ico.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
    background-size: 15px;
}

.itemBlock .content .store-holder::after {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 50px;
    content: "";
}

.itemBlock .content .drop-address {
    display: none;
    position: absolute;
    bottom: 30px;
    right: 0;
    background-color: var(--secondary);
    color: white;
    font-size: 13px;
    padding: 10px 15px;
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.38);
    z-index: 11;
    border-radius: 4px;
}

.itemBlock .content .drop-address a {
    color: white;
}

.itemBlock .content .drop-address::before {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0;
    height: 20px;
}

.itemBlock .content .store-holder:hover .drop-address {
    display: block;
}

.itemBlock .content .store-holder .drop-address .address-list-drop li {
    margin-top: 1em;
    margin-bottom: 1em;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.itemBlock .content .store-holder .drop-address .address-list-drop li a {
    display: flex;
    justify-content: space-between;
}

.itemBlock .content .store-holder .drop-address .address-list-drop li a .link {
    margin-left: 10px;
    text-decoration: underline;
}

.itemBlock .content .store-holder .drop-address .address-list-drop li .alignright {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.itemBlock .content .store-holder .st {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 5px;
    text-transform: lowercase;
    color: var(--gray);
    cursor: pointer;
}

.itemBlock .ico {
    position: absolute;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    z-index: 1;
    border-radius: 4px;
}

.itemBlock .ico.is_sale {
    top: 7px;
    left: 7px;
    background-color: var(--primary100);
    color: white;
    padding: 4px 10px;
    z-index: 1;
}

.itemBlock .sum-col .sum {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    border-radius: 4px;
    order: 2;
}

.itemBlock .img {
    height: 100%;
}

.heading {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 20px;
}

.heading h2 {
    text-align: center;
}

h2 span {
    font-size: 16px;
    color: var(--gray50);
    font-weight: 400;
}

.idxBlock .btns {
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center;
}

.idxBlock {
    padding-bottom: 30px;
}

.idxBlock--related {
    margin-top: 48px;
    margin-bottom: 48px;
}

.heading.left {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.heading.left h2 {
    text-align: left;
    margin-bottom: 0;
}

.slick-nav {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-shrink: 0;
}

.slick-nav__btn {
    width: 50px;
    height: 50px;
    border: none;
    background: none;
    font-size: 40px;
    cursor: pointer;
    color: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0 0 2px;
    transition: background-color 0.2s;
}


.slick-full-carousel {
    display: flex;
    gap: 20px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.slick-full-carousel > li {
    list-style-type: none;
    flex-shrink: 0;
}

.idx-progress {
    width: 500px;
    height: 3px;
    background-color: var(--gray20);
    position: relative;
    margin: 20px auto 0;
    border-radius: 4px;
    overflow: hidden;
}

.idx-progress__handle {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--primary);
    border-radius: 4px;
    transition: left 0.35s ease, width 0.35s ease;
}

h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 30px;
}

.getDiscount.btn.small {
    padding: 3px 10px;
    border-radius: 4px;
    margin-top: 5px;
    border-width: 1px;
    font-size: 12px;
    cursor: pointer;
}

.itemBlock .getDiscount.btn.small {
    font-size: 10px;
    padding: 1px 5px;
    margin-top: 10px;
    order: 4;
}

#OnStockPresenceBlock .slick-full-carousel {
    margin-bottom: 10px;
}

.sizes {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.sizes li {
    background-image: url("https://www.neopoliscasa.ru/interface/s_length.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 17px;
    padding-left: 18px;
    line-height: 1.4em;
    font-size: 90%;
    list-style-type: none;
    width: auto;
}

.sizes li.width {
    background-image: url("https://www.neopoliscasa.ru/interface/s_width.png");
}

.sizes li.height {
    background-image: url("https://www.neopoliscasa.ru/interface/s_height.png");
}

.slick-full-box {
    margin-top: 13px;
    overflow: hidden;
}

.btns {
    margin-top: 20px;
    margin-bottom: 40px;
}

body.adminBody .filter-box input[type="checkbox"]:not(:checked) + label,body.adminBody .filter-box input[type="radio"]:not(:checked) + label {
    padding-left: 24px;
}

.btn {
    color: var(--secondary);
    border: 2px var(--secondary) solid;
    padding: 17px 40px;
    font-family: Verdana Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    display: inline-block;
    transition: all 0.2s;
    background-color: white;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn.small {
    padding: 4px 20px;
    font-size: 14px;
}

.btn:hover {
    background-color: var(--gray-bg);
}

input[type="checkbox"]:not(:checked), input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:not(:checked) + label, input[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 32px;
    line-height: 18px;
    cursor: pointer;
}

input[type="checkbox"]:not(:checked) + label:before, input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid var(--gray70);
    background-color: var(--white);
    box-sizing: border-box;
}

input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 4px;
}

input[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}

@media screen and (max-width: 1100px) {
    .btn {
        font-size: 14px;
        padding: 14px 20px;
    }

    .slick-full-box {
        overflow: visible;
    }

    .slick-full-carousel {
        display: flex;
        overflow-x: auto;
        scrollbar-width: none !important;
        padding-bottom: 20px;
    }

    .slick-full-carousel > * {
        min-width: 280px;
        width: 280px;
        margin-right: 20px;
        list-style-type: none;
    }

    .slick-full-carousel .itemBlock .img {
        height: auto;
    }

    .slick-full-carousel::-webkit-scrollbar {
        display: none;
    }

    .slick-full-carousel .slick-slide {
        width: calc((100vw - 40px) / 3 - 20px / 3 * 3);
    }

    .slick-full-carousel .slick-arrow.arrow-next {
        right: 0;
        bottom: 2px;
        top: auto;
    }

    .slick-full-carousel .slick-arrow.arrow-prev {
        left: 0;
        bottom: 2px;
        top: auto;
    }

}

@media screen and (max-width: 600px) {
    .wrap {
        padding-left:15px;
        padding-right: 15px;
    }

    .idxBlock {
        padding-bottom: 30px;
    }

    .idxBlock .btns {
        margin-top: 30px;
    }

    .heading {
        text-align: left;
        margin-bottom: 0;
    }

    .heading h2 {
        font-size: 24px;
        text-align: left;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .idxBlock {
        margin-top: 0;
    }

    .idxBlock .btn {
        width: 100%;
        box-sizing: border-box;
    }

    .itemBlock .content .size {
        display: none;
    }

    .itemBlock .content .row {
        flex-direction: column;
        row-gap: 10px;
        margin-top: 10px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    h2 {
        font-size: 22px;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: -0.02em;
    }

    .itemBlock .content {
        padding: 10px;
    }

    .itemBlock .content .row .col {
        width: 100%;
    }

    .itemBlock .content .name {
        font-size: 12px;
        height: 2.5em;
        font-weight: 400;
    }

    .itemBlock .content .size {
        font-size: 14px;
    }

    .itemBlock .sum-col .sum {
        font-size: 14px;
        white-space: nowrap;
    }

    .itemBlock .content .store-holder .st {
        font-size: 12px;
    }

    .itemBlock .getDiscount.btn.small {
        line-height: 1.2em;
        margin-top: 0;
        width: auto;
    }

    .itemBlock .ico.is_sale {
        font-size: 12px;
        padding: 3px 7px;
    }

    .itemBlock .ico {
        font-size: 12px;
    }

    .itemBlock .content .row .col.sum-col {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        column-gap: 10px;
    }

    .itemBlock .content .drop-address {
        left: 0;
        right: auto;
    }

    .itemBlock .content .store-holder {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .getDiscount.btn.small {
        margin-top: 20px;
    }

    body {
        padding-bottom: 40px;
    }
    .isSlider {
        display: flex;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-top: 20px;
        padding-bottom: 20px;
        column-gap: 20px;
        scrollbar-width: none !important;
        margin-left: -20px;
        padding-left: 20px;
        width: calc(100vw - 15px);
    }

    .isSlider::-webkit-scrollbar {
        display: none;
    }

    .idxLogos .slick-slide {
        margin: 0;
        margin-right: 10px;
    }

    .idxBlock .brend-list {
        display: none;
    }

    .logos-list2 {
        margin-left: -20px;
        padding-left: 20px;
    }

    .logos-list2 img {
        width: 100%;
    }

    .logos-list2.isSlider li {
        width: 40vw !important;
        min-width: 40vw !important;
    }

    .slick-dots li button {
        width: 11px;
        height: 11px;
    }

}



.idxBlock.fabr {
    margin-top: 0;
}

.logos-list2.slick-full-carousel .slick-dots {
    bottom: -30px !important;
}

.idxBlock {
    padding-bottom: 30px;
}

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

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

.idxLogos {
    margin-top: 10px;
}

.idxLogos .slick-slide {
    margin: 0 30px;
}

.idxLogos .slick-slide img {
    width: 100%;
}

.slick-dots li button::before {
    font-size: 10px !important;
}

.brend-list {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.brend-list > li {
    margin-left: -1px;
    position: relative;
    list-style: none;
}

.brend-list > li > a {
    border: 1px transparent solid;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}

.brend-list > li > ul {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background-color: white;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    border-radius: 4px;
    flex-direction: column;
}

.brend-list > li > ul li a {
    padding-left: 15px;
    padding-right: 35px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 35px;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
}

.brend-list > li > ul li a:hover {
    background-color: var(--gray-bg);
}

.brend-list > li > ul::before {
    content: "";
    position: absolute;
    top: -12px;
    height: 12px;
    left: 0;
    width: 100%;
}

.brend-list > li:hover > ul {
    display: flex;
    z-index: 1;
}

.brend-list > li:hover > a {
    color: var(--secondary);
    border: 1px var(--secondary) solid;
    z-index: 1;
    position: relative;
    font-weight: 600;
}

.brend-list > li:hover > a::after {
    content: "";
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    left: -2px;
    top: -2px;
    border: 2px var(--secondary) solid;
}


.slick-slider.slick-full-carousel.slick-dotted {
    margin-bottom: 50px;
}

.slick-full-carousel .slick-dots {
    bottom: 0px;
}

.slick-full-carousel .slick-slide {
    margin-right: 20px;
    width: calc(var(--max-width) / 4 - 20px / 4 * 3);
}

.slick-full-carousel .slick-arrow {
    position: absolute;
    width: 30px;
    top: 20px;
    margin-top: -75px;
    z-index: 1;
    cursor: pointer;
}

.slick-full-carousel .slick-arrow.arrow-prev {
    right: 50px;
}

.slick-full-carousel .slick-arrow.arrow-next {
    right: 0px;
}



/* ── idxNews ── */
.idxNews {
    display: flex;
    align-items: flex-start;
    padding: 60px 0;
    border-top: 1px solid var(--gray10);
    overflow: hidden;
    padding-left: max(20px, calc((100vw - var(--max-width)) / 2));
    padding-right: max(20px, calc((100vw - var(--max-width)) / 2));
    box-sizing: border-box;
}

.idxNews .left {
    flex: 0 0 220px;
    padding-right: 40px;
    padding-top: 10px;
}

.idxNews .left a {
    color: var(--primary);
    text-decoration: none;
}

.idxNews .left h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.02em;
    margin: 0;
}

.idxNews .right {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.idxNews .container {
    position: relative;
}

.idxNews .news-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.idxNews .slick-list {
    overflow: hidden;
}

.idxNews .slick-track {
    display: flex;
    align-items: stretch;
}

.idxNews li.slick-slide {
    flex-shrink: 0;
    height: auto;
    display: flex;
}

.idxNews li.slick-slide a {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    color: var(--primary);
    text-decoration: none;
}

.idxNews li.slick-slide h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 14px;
    min-height: calc(16px * 1.35 * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.idxNews li.slick-slide img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    margin-bottom: 14px;
    border-radius: 4px;
    flex-shrink: 0;
}

.idxNews li.slick-slide p {
    font-size: 14px;
    line-height: 1.55;
    color: var(--gray);
    margin: 0 0 10px;
    min-height: calc(14px * 1.55 * 3);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
}

.idxNews li.slick-slide .date {
    font-size: 13px;
    color: var(--gray50);
    font-style: normal;
    display: block;
    margin-top: auto;
}

.idxNews .slick-dots {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    height: 3px;
    background: var(--gray20);
    border-radius: 4px;
    position: relative;
    overflow: visible;
    opacity: 1 !important;
}

.idxNews .slick-dots li {
    display: none !important;
}

.idxNews .idx-news-drag {
    height: 100%;
    background: var(--primary);
    border-radius: 4px;
}

@media screen and (max-width: 1100px) {
    .idxNews {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }

    .idxNews .left {
        flex: none;
        padding-right: 0;
        margin-bottom: 24px;
    }

    .idxNews .right {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .idxNews {
        padding: 30px 15px;
    }

    .idxNews .left h2 {
        font-size: 22px;
    }
}


/* ── Contact form (Geometrium proportions, rem base 10px) ── */
.contact-form {
    font-size: clamp(4px, 0.42vw, 5.5px);
    padding: 4rem var(--promo-cards-gap) 4.8rem;
    box-sizing: border-box;
    overflow-x: hidden;
}

.contact-form__container {
    max-width: var(--max-width);
    width: 100%;
    margin: 0 auto;
    padding: 3.2rem;
    background: #d7d7d7;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
}

.contact-form__row-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3.2rem;
    min-width: 0;
}

.contact-form__info {
    flex: 1 1 58%;
    min-width: 0;
    width: auto;
    position: relative;
}

.contact-form__info-title {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.056rem;
    max-width: 100%;
    margin: 0 0 1.6rem;
}

.contact-form--modification-big-ava .contact-form__info-title {
    margin-bottom: 1.6rem;
}

.contact-form__info-subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.024rem;
    max-width: 100%;
    margin: 0 0 3.2rem;
    color: #000;
}

.contact-form__info-manager {
    margin-top: 3.2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
    min-width: 0;
}

.contact-form__info-manager-contact-name {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.018rem;
    margin-bottom: 0.4rem;
}

.contact-form__info-manager-contact-job {
    font-size: 1.1rem;
    line-height: 1.3;
    letter-spacing: 0.018rem;
    color: #6f6f6f;
}

.contact-form--modification-big-ava .contact-form__info-manager-contact-job {
    white-space: normal;
    max-width: 20rem;
}

.contact-form__info-manager-images--big {
    width: min(50rem, 62%);
    max-width: 100%;
    flex-shrink: 0;
}

.contact-form__info-manager-images--big img {
    display: block;
    width: 100%;
    height: auto;
}

.contact-form__form {
    flex: 1 1 38%;
    min-width: 0;
    width: auto;
    max-width: 48.3rem;
    position: relative;
}

.contact-form__icon {
    position: absolute;
    top: -2rem;
    left: -2rem;
    pointer-events: none;
}

.contact-form__form-text-right {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.024rem;
    margin-bottom: 3.2rem;
    color: #000;
}

.contact-form .contact-form__form-text-after-images {
    font-size: 1.1rem;
    line-height: 1.4;
    letter-spacing: 0.022rem;
    margin-bottom: 3.2rem;
    color: #000;
}

.contact-form__info-manager-images-mini {
    display: flex;
    gap: 0.8rem;
    margin-bottom: 1.6rem;
}

.contact-form__info-manager-images-mini img {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    object-fit: cover;
}

.contact-form .field-croup {
    margin-bottom: 2.4rem;
    width: 100%;
}

.contact-form .field-croup__row-block .common-checkbox {
    margin-bottom: 0.9rem;
    margin-top: -0.3rem;
}

.contact-form .field-croup__label {
    display: inline-block;
    margin-bottom: 1.2rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.018rem;
    color: #6f6f6f;
}

.contact-form .field-croup__input {
    box-sizing: border-box;
    width: 100%;
    height: 3.4rem;
    padding: 0.8rem 1rem 0.5rem;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    background: #eaeaea;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: border-color 0.4s ease;
}

.contact-form .field-croup__input:focus {
    outline: none;
    border-color: #6f6f6f;
}

.contact-form .field-croup.field-croup--hide-input {
    display: none;
}

.contact-form .common-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem 2.4rem;
}

.contact-form .common-checkbox__el {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    cursor: pointer;
    font-size: 11px;
    line-height: 1.2;
    color: #000;
}

.contact-form .common-checkbox__el input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.contact-form .common-checkbox__oval {
    order: -1;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: transparent;
    flex-shrink: 0;
}

.contact-form .common-checkbox__el input:checked + .common-checkbox__oval {
    background: #000;
}

.contact-form .common-checkbox__title {
    text-transform: lowercase;
    color: #000;
}

.contact-form .btn-animation {
    position: relative;
    width: 100%;
    height: 3.4rem;
    margin-top: 0.5rem;
    padding: 0;
    border: 1px solid #000;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    color: #000;
}

.contact-form .btn-animation__cube {
    position: absolute;
    width: 1.7rem;
    height: 1.6rem;
    overflow: hidden;
    top: -1.5rem;
    left: 3.2rem;
    z-index: 3;
    pointer-events: none;
}

.contact-form .btn-animation__cube span {
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    top: 1.5rem;
    left: 0;
    transform-origin: 100% 0;
    transition: transform 0.4s ease;
    background: #d7d7d7;
}

.contact-form .btn-animation__cube span::after {
    content: "";
    width: 1.7rem;
    height: 1.6rem;
    border-top: 1px solid #000;
    position: absolute;
    left: 0;
    bottom: 1px;
    transition: width 0.4s ease;
}

.contact-form .btn-animation__hover {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.contact-form .btn-animation__hover::before {
    content: "";
    background: #ccfe0e;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 1;
    transition: left 1s ease;
}

.contact-form .btn-animation__name {
    position: relative;
    z-index: 2;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}

.contact-form .btn-animation:hover .btn-animation__cube span {
    transform: rotate(90deg);
    top: 1.6rem;
}

.contact-form .btn-animation:hover .btn-animation__cube span::after {
    width: 1.6rem;
}

.contact-form .btn-animation:hover .btn-animation__hover::before {
    left: 0;
}

.contact-form .contact-form__form-subtext {
    margin-top: 1.6rem;
    font-size: 1rem;
    line-height: 1.8rem;
    letter-spacing: 0.014rem;
    color: #6f6f6f;
}

.contact-form .contact-form__form-subtext a {
    color: #000;
    font-size: 1rem;
    line-height: 1.8rem;
}

.contact-form .wpcf7-submit,
.contact-form .hidden-input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.contact-form .wpcf7-spinner {
    display: none;
}

.contact-form .wpcf7-response-output {
    display: none;
}

.contact-form .br-mob {
    display: none;
}

@media screen and (max-width: 1100px) {
    .contact-form {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .contact-form__container {
        padding: 2.4rem;
    }

    .contact-form__row-block {
        flex-wrap: wrap;
        gap: 2.4rem;
    }

    .contact-form__info,
    .contact-form__form {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .contact-form__info-manager-images--big {
        width: min(38rem, 65%);
    }
}

@media screen and (max-width: 600px) {
    .contact-form {
        padding: 7rem 1.5rem 4rem;
    }

    .contact-form__container {
        padding: 2.4rem 1.6rem;
    }

    .contact-form__info-title {
        font-size: 2rem;
        line-height: 1.1;
        letter-spacing: -0.036rem;
        max-width: 100%;
        margin-bottom: 2.4rem;
    }

    .contact-form__info-subtitle {
        font-size: 1.1rem;
        line-height: 1.3;
        max-width: 100%;
    }

    .contact-form__info-manager {
        margin-top: 0;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .contact-form__info-manager-images--big {
        width: min(28rem, 70%);
    }

    .contact-form__form-text-right {
        font-size: 1.1rem;
        line-height: 1.3;
        letter-spacing: 0.018rem;
        margin-bottom: 2.4rem;
    }

    .contact-form .contact-form__form-text-after-images {
        font-size: 1.1rem;
        line-height: 1.3;
        margin-bottom: 2.4rem;
    }

    .contact-form .field-croup__label {
        font-size: 1rem;
        line-height: 1.3;
    }

    .contact-form .field-croup__input {
        height: 3.2rem;
        padding: 0.6rem 1rem 0.5rem;
        font-size: 1rem;
        line-height: 1.2;
    }

    .contact-form .btn-animation {
        height: 3.2rem;
        margin-top: -0.3rem;
    }

    .contact-form .btn-animation__name {
        font-size: 8px;
        letter-spacing: 0.03em;
    }

    .contact-form .only-medium {
        display: none !important;
    }

    .contact-form .br-mob {
        display: inline;
    }

    .contact-form .wpcf7-spinner {
        display: none;
    }
}

/* Footer — ir-b2b.ru */
.ir-footer {
    background-color: #292929;
    color: #fff;
    margin-top: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.ir-footer__container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 48px var(--promo-cards-gap) 24px;
    box-sizing: border-box;
}

.ir-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr) minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 32px 40px;
    padding-bottom: 36px;
}

.ir-footer__logo {
    display: inline-block;
    margin-bottom: 16px;
}

.ir-footer__logo img {
    display: block;
    width: 160px;
    height: auto;
}

.ir-footer__desc {
    margin: 0 0 20px;
    max-width: 220px;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
}

.ir-footer__rating {
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.ir-footer__rating iframe {
    display: block;
    border: 0;
}

.ir-footer__title {
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.ir-footer__links,
.ir-footer__contacts {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ir-footer__links li + li,
.ir-footer__contacts li + li {
    margin-top: 10px;
}

.ir-footer__links a,
.ir-footer__contacts a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.45;
    font-weight: 300;
    transition: color 0.2s ease;
}

.ir-footer__links a:hover,
.ir-footer__contacts a:hover {
    color: #fff;
}

.ir-footer__social {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.ir-footer__social .header-social-media {
    gap: 10px;
}

.ir-footer__social .header-social-icon {
    background-color: #fff;
    border-color: #fff;
}

.ir-footer__social .header-social-icon a {
    color: #292929;
}

.ir-footer__social .header-social-icon:hover {
    background-color: rgba(255, 255, 255, 0.85);
    border-color: rgba(255, 255, 255, 0.85);
}

.ir-footer__contacts li {
    font-size: 12px;
    line-height: 1.45;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.72);
}

.ir-footer__slogan {
    margin: 24px 0 0;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
    color: #fff;
}

.ir-footer__bottom {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-top: 18px;
}

.ir-footer__scroll-top {
    position: absolute;
    left: 0;
    top: -56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #3a3a3a;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.ir-footer__scroll-top:hover {
    background: #4a4a4a;
    color: #fff;
}

.ir-footer__bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.ir-footer__address,
.ir-footer__copy {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.72);
}

.ir-footer__address {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ir-footer__address svg {
    flex-shrink: 0;
    opacity: 0.85;
}

@media (max-width: 960px) {
    .ir-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 24px;
    }

    .ir-footer__col--brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 600px) {
    .ir-footer__container {
        padding-top: 36px;
        padding-bottom: 20px;
    }

    .ir-footer__grid {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-bottom: 28px;
    }

    .ir-footer__desc {
        max-width: none;
    }

    .ir-footer__bottom-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .ir-footer__scroll-top {
        top: -50px;
        width: 40px;
        height: 40px;
    }
}

.wish-detail {
    background-image: url("https://www.neopoliscasa.ru/interface/2022/ico_wish_red.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    cursor: pointer;
    min-width: 50px;
}

.product-detail .p-panel .btn-list {
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
    margin: 0;
}


.product-detail .imgBlock .slickItem {
    position: relative;
}

.itemBlock .img {
    height: 100%;
}

.bullets {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: 5px;
    text-align: right;
}

.bullets > li {
    display: inline-block;
    list-style-type: none;
    width: 7px;
    height: 7px;
    margin-left: 4px;
    background-color: var(--primary20) !important;
}

.bullets.s2 > li:nth-child(1),.bullets.s2 > li:nth-child(2) {
    background-color: var(--primary) !important;
}

.breadcrumbs {
    display: flex;
    list-style: none;
    padding-left: 0;
    font-family: Verdana;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumbs li {
    list-style: none;
    margin-right: 35px;
    position: relative;
    white-space: nowrap;
}

.breadcrumbs li > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumbs li a {
    color: var(--gray50);
}

.breadcrumbs li.bc2 {
    overflow: hidden;
}

.breadcrumbs li::before {
    content: "";
    width: 6px;
    height: 8px;
    position: absolute;
    right: -20px;
    bottom: 2px;
    background-image: url("https://www.neopoliscasa.ru/interface/2022/i_arrow_right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 6px;
}

.breadcrumbs li:last-child::before {
    display: none;
}

h1,.h1 {
    font-family: Verdana Pro;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 30px;
}

.h1 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}

.text b {
    font-weight: 600;
    color: black;
}

.limitedTextDescription {
    margin-bottom: 1em;
}

.limitedTextDescription:not(.more) .txt {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 7.5rem;
    line-height: 1.5rem;
    display: block !important;
}

.limitedTextDescription .moreText {
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
}

.text {
    font-family: Verdana;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px;
    color: var(--gray70);
}

.product-detail {
    display: flex;
}

.product-detail .photo-col {
    width: 55%;
}

.product-detail .description {
    width: 45%;
    padding-left: 40px;
    box-sizing: border-box;
}

.product-detail .slickGallery .slickItem img {
    width: 100%;
    height: calc(var(--max-width) / 100 * 55 / 4 * 4);
    object-fit: contain;
    object-position: center center;
}

.product-detail .imgBlock {
    position: relative;
    height: auto;
    overflow: hidden;
}

.product-gallery__main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 420px;
    aspect-ratio: 1 / 1;
    background-color: var(--white);
}

.product-gallery__main img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.product-gallery__thumbs {
    display: flex;
    gap: 8px;
    margin-top: 30px;
}

.product-gallery__thumbs .slickPageItem {
    padding: 0;
    border: 2px solid var(--white);
    background: none;
    cursor: pointer;
    appearance: none;
    font: inherit;
}

.product-gallery__thumbs .slickPageItem.slick-current {
    border-color: var(--secondary);
}

.product-gallery__thumbs .slickPageItem img {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.product-detail .imgBlock .ico {
    position: absolute;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    z-index: 1;
    border-radius: 6px;
}

.product-detail .imgBlock .ico {
    top: 7px;
    left: 7px;
    background-color: var(--primary100);
    color: white;
    padding: 7px 11px;
    z-index: 1;
}

#container3d.hidden {
    height: 0px;
    overflow: hidden;
    opacity: 0;
}

#container3d {
    width: 100%;
    position: relative;
    height: calc(var(--max-width) / 100 * 55 / 4 * 3);
}

#container3d .closeBtn {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    background-image: url("https://www.neopoliscasa.ru/interface/close.svg");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    right: 20px;
    top: 20px;
    z-index: 1;
}

.product-detail .slickPages {
    display: flex;
    row-gap: 8px;
    margin-top: 30px;
    column-gap: 0;
    overflow: hidden;
}

.product-detail .slickPages .slickPageItem {
    padding: 0px;
    border: 2px white solid;
    cursor: pointer;
    position: relative;
}

.product-detail .slickPages .slickPageItem.slick-current {
    border: 2px var(--secondary) solid;
}

.product-detail .slickPages .slickPageItem img {
    height: 64px;
}

.gallery-detail .imgBlock {
    position: relative;
}

.product-detail .description .row-1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-family: Verdana;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--secondary);
}

.product-detail .description .row-1 a {
    color: var(--secondary);
}

.product-detail .description .row-1 .l.v2 {
    color: var(--gray70);
}

.product-detail .description .row-1 .l.v2 li {
    text-align: right;
}

.product-detail .description .row-1 .l,
.product-detail .description .row-1 .l.v2,
.product-detail .p-panel .btn-list,
.product-detail .address-list-drop {
    list-style: none;
    padding-left: 0;
}

.product-detail .description .row-1 .l li {
    margin-bottom: 10px;
}

.product-detail h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 16px;
}

.product-detail h1 span {
    display: none;
}

.product-detail .p-panel {
    margin-top: 38px;
    padding-bottom: 38px;
    background-color: var(--gray5);
    padding: 14px 16px;
}

.product-detail .p-panel .p-row-1 {
    display: flex;
    justify-content: space-between;
}

.product-detail .p-panel .sum-col {
    display: flex;
    flex-direction: column;
    font-family: Verdana;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--primary100);
}

.product-detail .p-panel .sum-col .sumRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.product-detail .p-panel .sum-col .old {
    order: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--gray70);
    text-decoration: line-through;
    margin-bottom: 5px;
}

.product-detail .p-panel .sum-col .sum {
    order: 1;
}

.product-detail .caseAdd {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 17px 30px;
    justify-content: center;
}

.product-detail .caseAdd::after {
    content: "";
    background-image: url("https://www.neopoliscasa.ru/interface/2022/i_case_2.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    margin-left: 10px;
    background-size: 86%;
    right: 30px;
    top: 50%;
    margin-top: -12px;
}

.product-detail .caseAdd.dark::after {
    filter: invert(1);
}

.product-detail .characteristics {
    padding-top: 27px;
    padding-bottom: 27px;
    border-bottom: 1px var(--gray10) solid;
}

.product-detail .characteristics .characteristic-table table {
    width: 100%;
}

.product-detail .characteristics .characteristic-table tr {
    display: flex;
    justify-content: space-between;
}

.product-detail .characteristics .characteristic-table tr td {
    font-family: Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--gray70);
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sizes {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.sizes li {
    background-image: url("https://www.neopoliscasa.ru/interface/s_length.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 17px;
    padding-left: 18px;
    line-height: 1.4em;
    font-size: 90%;
    list-style-type: none;
    width: auto;
}

.sizes li.width {
    background-image: url("https://www.neopoliscasa.ru/interface/s_width.png");
}

.sizes li.height {
    background-image: url("https://www.neopoliscasa.ru/interface/s_height.png");
}

.product-detail .address-list-drop li {
    font-family: Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--gray70);
}

.product-detail .address-list-drop li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: var(--gray70);
    column-gap: 10px;
}

.product-detail .address-list-drop li a .link {
    text-decoration: underline;
}

.hInfo {
    padding-top: 38px;
    padding-bottom: 38px;
}

.hInfo .action-link {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 38px;
}

.hInfo .action-link > li {
    width: calc(50% - 20px);
    display: flex;
    align-items: flex-start;
    position: relative;
}

.hInfo .action-link > li > a {
    margin-right: 22px;
}

.hInfo .action-link .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    flex-shrink: 0;
}

.hInfo .action-link .icon img {
    display: block;
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.hInfo .action-link .typ .info {
    display: none;
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    left: -100%;
    top: 60px;
    max-width: 400px;
    z-index: 1;
    padding: 17px 21px;
    color: var(--gray70);
    line-height: 1.5em;
    font-size: 0.9em;
    white-space: normal;
    width: 400px;
    font-size: 13px;
}

.hInfo .action-link .typ:hover .info {
    display: block;
}

.hInfo .action-link .typ .info::after {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
}

.hInfo .action-link > li .text {
    font-size: 14px;
}

.h1Row {
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.product-detail-info {
    font-family: Verdana;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--gray70);
    margin-top: 40px;
}

.product-detail-info .smallDescription {
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--gray50);
    display: inline-block;
    margin-top: 24px;
}

.product-detail.v2 h1 {
    margin-top: 0;
    margin-bottom: 25px;
}

.product-detail.v2 .description .pres {
    display: flex;
    align-items: center;
    text-transform: lowercase;
    justify-content: flex-end;
    position: relative;
}

.product-detail.v2 .description .pres .bullets {
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-top: 3px;
}

.product-detail.v2 .description .pres .bullets li {
    width: 9px;
    height: 9px;
    border-radius: 2px;
}

.product-detail.v2 .description .pres span {
    white-space: nowrap;
}

.product-detail.v2 .description .pres.hasPopup > span {
    padding-right: 26px;
    background-image: url("https://www.neopoliscasa.ru/interface/i_ico.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px;
    cursor: pointer;
}

.product-detail.v2 .description .pres.hasPopup .drop-address {
    display: none;
    position: absolute;
    bottom: 30px;
    right: 0;
    background-color: var(--secondary);
    color: white;
    font-size: 13px;
    padding: 10px 15px;
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.38);
    z-index: 11;
    text-transform: none;
    border-radius: 10px;
}

.product-detail.v2 .description .pres.hasPopup .drop-address::before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    height: 32px;
}

.product-detail.v2 .description .pres.hasPopup:hover .drop-address {
    display: block;
}

.product-detail.v2 .hasPopup .address-list-drop li {
    color: white;
}

.product-detail.v2 .hasPopup .address-list-drop a {
    color: white;
}

.product-detail.v2 .p-panel {
    padding: 0;
    background-color: transparent;
    margin-top: 25px;
}

.product-detail.v2 .p-panel .sum-col {
    width: 100%;
}

.product-detail.v2 .p-panel .sum-col .sumRow {
    flex-direction: row;
    justify-content: space-between;
}

.product-detail.v2 .p-panel .sum-col .sum {
}

.product-detail.v2 .p-panel .p-row-1 {
    margin-bottom: 30px;
}

.product-detail.v2 .prBlk {
    display: flex;
    font-size: 30px;
    font-weight: 700;
    column-gap: 10px;
    align-items: baseline;
}

.product-detail.v2 .prBlk .sum {
    order: 1;
}

.product-detail.v2 .prBlk .old {
    order: 2;
    font-size: 24px;
    font-weight: 300;
}

.product-detail.v2 .p-panel .r {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 6px;
}

.product-detail.v2 .caseAdd {
    padding: 26px 30px;
    width: 100%;
    box-sizing: border-box;
}

.product-detail.v2 .p-panel .btn-list li:first-child {
    flex-grow: 2;
}

.product-detail.v2 .wish-detail {
    padding: 10px;
    border: 2px var(--secondary) solid;
    border-radius: 12px;
    background-size: 65%;
}

.product-detail.v2 .characteristics {
    padding: 0;
}

.product-detail.v2 .characteristics .h {
    font-size: 18px;
    font-weight: 400;
}

.product-detail.v2 .detailInfoBlock {
    margin-top: 30px;
}

.product-detail.v2 .limitedTextDescription .moreText {
    font-size: 16px;
    margin-top: 1em;
}

.product-detail.v2 .product-detail-info {
    line-height: 1.5em;
}

@media screen and (max-width: 600px) {
    .product-detail .description .row-1 {
        font-size:14px;
        flex-direction: row !important;
    }

    .product-detail.v2 .p-panel .p-row-1 {
        flex-direction: row;
    }

    .product-detail.v2 .p-panel.vdiscount .p-row-1 {
        flex-direction: column;
    }

    .product-detail.v2 .p-panel {
        width: 100%;
        margin-left: 0;
    }

    .product-detail.v2 .description {
        margin-top: 20px;
    }

    .product-detail.v2 .p-panel .r {
        align-items: flex-start;
    }

    .product-detail.v2 .caseAdd::after {
        right: 20px;
    }
}

.closableBlock {
    border-bottom: 1px #e8e8e8 solid;
}

.closableBlock > .h {
    font-size: 18px;
    color: #0f0f0f;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 40px;
}

.closableBlock > .h::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    width: 15px;
    height: 18px;
    background-image: url("https://www.neopoliscasa.ru/interface/arr_dwn.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.closableBlock.opened > .h::after {
    transform: rotate(180deg);
}

.closableBlock .t {
    font-size: 18px;
    color: #636363;
    font-weight: 400;
    line-height: 1.5em;
    padding-bottom: 24px;
}

.v-section {
    display: flex;
    border-top: 1px var(--gray10) solid;
    padding-top: 40px;
}

.v-section .variations {
    width: 100%;
    box-sizing: border-box;
}

.v-section .variations h3 {
    font-family: Verdana;
    font-size: 24px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 30px;
}

.slick-carousel.modifications {
}

.slick-carousel.modifications .itemBlock {
    width: calc(var(--max-width) / 4 - 20px / 4 * 3);
    margin-bottom: 100px;
    margin-right: 20px;
}

.slick-carousel.modifications .slick-dots {
    bottom: 20px;
}

.w100 {
    width: 100%;
    box-sizing: border-box;
}

#gallery {
    position: relative;
}

.place-list {
    margin-bottom: 20px;
}

.product-detail .address-list-drop li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.product-detail .modifications .address-list-drop li {
    color: white;
}

.product-detail .address-list-drop li:nth-child(2n-1) {
}

.product-detail .address-list-drop li .alignright {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.typ {
    position: relative;
    cursor: pointer;
}

.typ .info {
    display: none;
    position: absolute;
    top: 15px;
    left: 0;
    background-color: white;
    padding: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    color: var(--secondary);
    white-space: nowrap;
}

.typ:hover .info {
    display: block;
}

.topName {
    display: none;
}

.copy_clip {
    cursor: pointer;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url('https://www.neopoliscasa.ru/interface/copy_ico.svg');
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: -2px;
}


.btn.withIcon {
    position: relative;
    padding-right: 70px;
}

.btn.dark {
    background-color: var(--primary100);
    color: var(--white);
    font-weight: 400;
}

.btn.dark:hover {
    background-color: var(--black);
}

@media screen and (max-width: 1100px) {
    .text {
        font-size: 14px;
    }

    .btn {
        font-size: 14px;
        padding: 14px 20px;
    }

    .product-detail {
        flex-direction: column;
        align-items: center;
    }

    .product-detail .photo-col {
        max-width: 600px;
        width: 600px;
    }

    .product-detail .description {
        max-width: 600px;
        padding-left: 0;
        margin-top: 40px;
        width: 600px;
    }

    .product-detail .midName {
        display: none;
    }

    .v-section {
        flex-direction: column;
    }

    .v-section .variations {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .wrap {
        padding-left:15px;
        padding-right: 15px;
    }

    .only-mobile {
        display: initial !important;
    }

    .no-mobile {
        display: none !important;
    }

    .isSlider {
        display: flex;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-top: 20px;
        padding-bottom: 20px;
        column-gap: 20px;
        scrollbar-width: none !important;
        margin-left: -20px;
        padding-left: 20px;
        width: calc(100vw - 15px);
    }

    .isSlider::-webkit-scrollbar {
        display: none;
    }

    .itemBlock .content .size {
        display: none;
    }

    .itemBlock .content .row {
        flex-direction: column;
        row-gap: 10px;
        margin-top: 10px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    h1, .h1 {
        font-size: 22px;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: -0.02em;
    }

    .catalogPage h1 {
        margin-top: 20px;
    }

    .h1.topName {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.4em;
    }

    .product-detail .photo-col {
        max-width: 100%;
        width: 100%;
    }

    .product-detail .description {
        max-width: 100%;
        width: 100%;
    }

    .product-detail .p-panel {
        margin-left: -15px;
        width: 100vw;
        box-sizing: border-box;
    }

    .product-detail .p-panel .p-row-1 {
        flex-direction: column;
    }

    .product-detail .p-panel .sum-col {
        margin-bottom: 20px;
    }

    .hInfo .action-link > li {
        flex-direction: column;
        align-items: center;
    }

    .hInfo .action-link > li > a {
        margin-right: 0;
    }

    .hInfo .action-link > li .typ {
        text-align: center;
    }

    .v-section .variations {
        padding-left: 0;
    }

    .slick-carousel.modifications {
        width: 100% !important;
    }

    .product-detail .imgBlock {
        min-width: calc(100vw - 30px);
        width: calc(100vw - 30px);
        height: auto;
    }

    .product-gallery__main {
        min-height: calc(100vw - 30px);
        aspect-ratio: 1 / 1;
    }

    .product-gallery__main img {
        width: 100%;
        height: 100%;
    }

    .product-detail .caseAdd {
        line-height: 24px;
    }

    .itemBlock .content {
        padding: 10px;
    }

    .itemBlock .content .row .col {
        width: 100%;
    }

    .itemBlock .content .name {
        font-size: 12px;
        height: 2.5em;
        font-weight: 400;
    }

    .itemBlock .content .size {
        font-size: 14px;
    }

    .itemBlock .sum-col .sum {
        font-size: 14px;
        white-space: nowrap;
    }

    .itemBlock .sum-col .old {
        font-size: 12px;
        margin-top: 5px;
    }

    .itemBlock .content .store-holder .st {
        font-size: 12px;
    }

    .itemBlock .ico.is_sale {
        font-size: 12px;
        padding: 3px 7px;
    }

    .itemBlock .ico {
        font-size: 12px;
    }

    .bullets {
        margin-left: -3px;
    }

    .itemBlock .content .row .col.sum-col {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        column-gap: 10px;
    }

    .product-detail.v2 .description .pres.hasPopup .drop-address {
        display: none;
        position: absolute;
        bottom: 30px;
        left: auto;
        right: 0;
        background-color: var(--secondary);
        color: white;
        font-size: 13px;
        padding: 10px 15px;
        box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.08);
        z-index: 11;
    }

    .product-detail.v2 .description .p-panel.vdiscount .pres.hasPopup .drop-address {
        left: 0;
        right: auto;
    }

    .itemBlock .content .drop-address {
        left: 0;
        right: auto;
    }

    .itemBlock .sum-col .old {
        margin-top: 0;
    }

    .itemBlock .content .store-holder {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .product-detail .description .row-1 {
        flex-direction: column;
    }

    .product-detail .description .row-1 .l {
        order: 1;
    }

    .slick-carousel {
        display: flex;
        overflow-x: auto;
        scrollbar-width: none !important;
        padding-bottom: 20px;
    }

    .slick-carousel > * {
        min-width: 280px;
        width: 280px;
        margin-right: 20px;
        list-style-type: none;
    }

    .slick-carousel .itemBlock .img {
        height: auto;
    }

    .slick-carousel::-webkit-scrollbar {
        display: none;
    }

    .breadcrumbs li {
        white-space: nowrap;
    }

    .catalogPage h1 {
        margin-bottom: 20px;
        height: auto;
    }

    .topName {
        display: block;
    }

    body {
        padding-bottom: 40px;
    }

    .product-detail .slickPages {
        margin-top: 0;
        padding-left: 16px;
        padding-top: 10px;
    }

    .product-detail .p-panel .sum-col .sumRow {
        flex-direction: row;
    }

    .product-detail.v2 .limitedTextDescription .moreText {
        padding-left: 0;
    }

    .limitedTextDescription:not(.more) .txt {
        max-height: 12rem;
    }
}

@media screen and (max-width: 320px) {

    .product-detail .caseAdd {
        line-height: 10px;
    }

    .w100 {
        width: 100% !important;
    }
}

:root {
    --primary: #0f0f0f;
    --primary10: #ede6ea;
    --primary20: #dbcdd4;
    --primary100: #4a062a;
    --secondary: #4a062a;
    --secondary2: #80516a;
    --gray-bg: #f3f3f3;
    --gray-bg2: #e8e8e8;
    --gray: #757575;
    --gray5: #f5f5f5;
    --gray10: #e8e8e8;
    --gray20: #e0e0e0;
    --gray50: #b2b2b2;
    --gray60: #6c6c83;
    --gray70: #636363;
    --gray2: #f9f9f9;
    --black: #000;
    --white: #fff;
    --gray20_20: #e0e0e020;
    --gray50_50: #b2b2b280;
    --light-gray: #d0d0d0;
    --red: #d60000;
    --max-width: 1237px;
}

html {
    background-color: white;
}

body {
    font-family: "Verdana Pro", Verdana, Geneva, Tahoma, sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 400;
    background-color: white;
    -webkit-text-size-adjust: 100%;
}

body {
    padding-top: 36px;
}

.wrap {
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
}

.grayBG {
    background-color: var(--gray2);
}

h2 {
    font-family: Verdana Pro;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 30px;
}

.center {
    text-align: center;
}

.center {
    text-align: center;
}

h2.center {
    text-align: center;
}

.text {
    font-family: Verdana;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px;
    color: var(--gray70);
}

.grayBG h2 {
    margin-top: 40px;
    display: inline-block;
}

body.adminBody .filter-box input[type="checkbox"]:not(:checked) + label,body.adminBody .filter-box input[type="radio"]:not(:checked) + label {
    padding-left: 24px;
}

.grayBG h2 {
    font-size: 24px;
}

input[type="checkbox"]:not(:checked), input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:not(:checked) + label, input[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 32px;
    line-height: 18px;
    cursor: pointer;
}

input[type="checkbox"]:not(:checked) + label:before, input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid var(--gray70);
    background-color: var(--white);
    box-sizing: border-box;
}

input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 4px;
}

input[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}

.a1 h2 {
    display: inline-block;
    width: 100%;
    margin: 50px 0 60px 0;
}

.a1 .row {
    display: flex;
    column-gap: 50px;
}

.a1 .row2 {
    display: flex;
    column-gap: 50px;
}

.a1 .h {
    font-family: Verdana;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 13px;
}

.a1 .row > div {
    width: 50%;
}

.about-advantage__stat {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
}

.about-advantage__stat-number {
    font-family: "Verdana Pro", Verdana, Geneva, sans-serif;
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
    color: var(--secondary);
    letter-spacing: -0.03em;
    white-space: nowrap;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.about-delivery {
    padding: 44px 0;
}

.about-delivery__row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.about-delivery__icon {
    flex: 0 0 56px;
    width: 56px;
    padding-top: 0;
}

.about-delivery__icon img {
    display: block;
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.about-delivery__content {
    flex: 1;
    min-width: 0;
    width: 100%;
}

.about-delivery__content .h {
    margin-bottom: 12px;
    font-family: "Verdana Pro", Verdana, Geneva, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #000;
}

.about-delivery__content .text {
    margin-bottom: 0;
    max-width: none;
    width: 100%;
    font-size: 17px;
    line-height: 1.55;
    color: var(--gray70);
}

.about-designers {
    padding-bottom: 60px;
}

.about-designers h2 {
    margin-bottom: 20px;
}

.about-designers__intro {
    margin-bottom: 0;
}

.about-designers__carousel {
    position: relative;
    margin-top: 28px;
}

.about-designers__carousel .slick-full-box {
    margin-top: 0;
}

.about-designers__track a {
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--gray10);
}

.about-designers__track img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-designers__arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 1px solid var(--gray20);
    border-radius: 2px;
    background: #fff;
    color: var(--primary);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.about-designers__arrow:hover {
    background: var(--gray-bg);
}

.about-designers__arrow--prev {
    left: 0;
}

.about-designers__arrow--next {
    right: 0;
}

.about-designers__carousel .idx-progress {
    width: 100%;
    max-width: 500px;
}

.hr {
    border: 0;
    border-top: 1px solid var(--gray20);
    margin: 0;
}

.pt1 {
    padding-top: 40px;
}

.pb1 {
    padding-bottom: 40px;
}

.maxw100 {
    max-width: 100%;
    height: auto;
    display: block;
}

p {
    line-height: 1.5em;
    margin: 0.5em 0;
    color: var(--gray70);
}

@media screen and (max-width: 1237px) {
    .wrap {
        padding-left:15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1100px) {
    .wrap {
        padding-left:20px;
        padding-right: 20px;
    }

    .text {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .wrap {
        padding-left:15px;
        padding-right: 15px;
    }

    h2 {
        font-size: 22px;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: -0.02em;
    }

    .grayBG h2 {
        font-size: 20px;
    }

    .a1 .row {
        flex-direction: column;
    }

    .a1 .row > div {
        width: 100%;
        margin-bottom: 40px;
    }

    .about-advantage__stat {
        width: auto;
        justify-content: flex-start;
        margin-bottom: 16px;
    }

    .about-advantage__stat-number {
        writing-mode: horizontal-tb;
        transform: none;
        font-size: 48px;
    }

    .about-delivery {
        padding: 32px 0;
    }

    .about-delivery__row {
        gap: 24px;
    }

    .about-designers__arrow {
        display: none;
    }

    .about-designers__carousel .idx-progress {
        display: none;
    }

    body {
        padding-bottom: 40px;
    }
}
