/*Обнуление*/
* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*--------------------*/




/* p{
        font-family: 'MuseoSansCyrl300';
}
span{
        font-family: 'MuseoSansCyrl300';
} */

.wrapper {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    min-width: 320px;


}

.main {
    flex: 1 1 100%;
}

.container {
    display: flex;
    margin: 50px auto;
    width: 90%;
    /* padding: 40px 0px; */

}

.container__column {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
    flex: 0 0 auto;
    min-width: 0;
}

.pp {
    margin-top: 40px;
    display: flex;
    width: 100%;
}

.left__pp {
    display: flex;
    background: rgb(150, 150, 150);
    height: 4px;
    flex: 1 1 33%;
    align-self: center;

}

.right__pp {
    display: flex;
    background: rgb(150, 150, 150);
    height: 4px;
    flex: 1 1 33%;
    align-self: center;
}

.center__pp {
    margin: 0px 10px;
    font-size: calc(24px + 15 * (100vw / 1280));
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 2px rgb(82, 82, 82);
}


.title {
    margin-top: 40px;
    display: flex;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
}

.title__left {
    display: flex;
    background: rgb(150, 150, 150);
    height: 4px;
    flex: 1 1 33%;
    align-self: center;

}

.title__right {
    display: flex;
    background: rgb(150, 150, 150);
    height: 4px;
    flex: 1 1 33%;
    align-self: center;
}

.title__center {
    margin: 0px 10px;
    font-size: calc(24px + 15 * (100vw / 1280));
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 2px rgb(82, 82, 82);
    font-family: 'Georgia';
}






/* слайдер */
.slider__section {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.slider__cart {
    flex: 0 0 20%;
    padding-top: 20px;
}

.slider__column {
    display: flex;
    flex-direction: column;
}

.slider__pic {
    display: flex;
    justify-content: center;
}

.slider__mask {
    overflow: hidden;
    display: flex;

}

.slider__line {
    flex: 0 0 400%;
    display: flex;
    user-select: none;
    touch-action: pan-y;
    transition: 0.3s;

}

.slider__img {
    display: flex;
    justify-content: center;
    flex: 0 0 25%;
}

.slider__img img {
    display: flex;
    max-width: 100%;
}

.slider__name {
    display: flex;
    justify-content: center;
    margin: 10px 0px;
}

.slider__name p {
    font-size: 27px;
}

.slider__price {
    border-radius: 10%;
    font-weight: bold;
    color: #010101;
    width: 70%;
    background: #02ff6d;
    margin: 0 auto;
    padding: 10px 0px;
    cursor: pointer;
}

.slider__price p {
    font-size: 24px;
    color: rgb(0, 255, 106);
    color: white;
    text-align: center;
    font-size: calc(10px + 10 * (100vw / 1280));

}

.slider__price:hover {
    background: #71e49d;

}


.slider__color {
    display: flex;
    justify-content: space-evenly;
    margin: 30px 0px;
}

.slider__pointer {
    width: 40px;
    /* flex: 0 0 25%; */
    height: 40px;
    border-radius: 50%;
}

.slider__pointer:hover {
    cursor: pointer;
    border: solid rgb(143, 143, 143) 1px;
}

.slider__blue {
    border: solid black 1px;
    /* width: 20px; */



    background: blue;
}

.slider__white {
    border: solid black 1px;
    /* width: 20px; */



    background: rgb(201, 201, 201);
}

.slider__brown {
    border: solid black 1px;
    /* width: 20px; */



    background: rgb(90, 41, 0);
}

.slider__grey {
    border: solid black 1px;
    /* width: 20px; */



    background: rgb(97, 97, 97);
}

.slider__comparsion {
    display: flex;
    /* justify-content: center; */
    border-radius: 2%;
    justify-content: space-evenly;
}

.slider__button {
    background: green;
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    color: white;
    font-size: 19px;
    flex: 0 0 45%;
    border: 1px solid green;
}

.slider__button:hover {
    background: white;
    color: green;
    cursor: pointer;
    justify-content: space-evenly;
}

.slider__buy {
    background: white;
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    flex: 0 0 45%;
    border: 1px solid green;
    align-items: center;
}

.slider__buy {
    text-align: center;
    color: green;
    font-size: calc(12px + 7 * (100vw / 1280));
}

.slider__buy:hover {
    background: green;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.show_price {
    font-size: calc(10px + 7 * (100vw / 1280));
    text-align: center;
    font-family: sans-serif;
}

.close__price {
    font-family: serif;
}

.modal {
    display: none;
}

.modal__wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    display: flex;
    background: rgba(0, 58, 145, 0.473);
    height: 100vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
}

.modal__body {
    position: absolute;
    display: flex;
    width: 90%;
    min-width: 320px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0px;
    flex-direction: column;
    background: white;
    border-radius: 9px;
    z-index: 9999;
}

.modal__top {
    flex: 0 0 35px;
    justify-content: right;
    display: flex;
}

.modal__cross {
    display: flex;
    z-index: 22;
}

.modal__cross:hover {
    cursor: pointer;


}

.modal__bottom {
    flex: 1 1 90%;
    display: flex;

}

.modal__left {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__right {
    flex: 0 0 50%;
    border-left: 3px solid rgb(124, 124, 124);

}

.modal__img {
    align-items: center;
    display: flex;
    justify-content: center;
    flex: 0 0 100%;
    height: 100%;

}

.modal__img img {
    max-width: 100%;
    max-height: 85vh;
    height: 100%;
}

.modal__right {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    font-size: calc(18px + 5 * (100vw / 1270));
    padding: 0px 10px;
}

.modal__name {
    letter-spacing: 1.4px;
    font-weight: bold;
    border-bottom: 2px solid rgb(75, 61, 61);
    padding-bottom: 10px;
    font-size: calc(25px + 5 * (100vw / 1270));
}

.modal__miniImg {
    display: flex;
    align-items: end;
    justify-content: space-evenly;
}

.modal__mini {
    flex: 0 0 10%;
}

.modal__mini img {
    max-width: 100%;
}

.modal__mini:hover {
    cursor: pointer;
}

@media(max-width: 1200px) {
    .modal__right {
        font-size: calc(12px + (5 + 5 * 0.7) * ((100vw - 900px) / 1280));
    }
}


@media(max-width: 760px) {}

@media(max-width: 490px) {
    .modal__right {
        font-size: calc(8px + (5 + 5 * 0.7) * ((100vw - 480px) / 1280));
    }
}



.header__container {
    display: flex;
    height: 100vh;
}

.header__img {
    flex: 0 0 100%;
    background: url('../image/Circle_door_38.webp') no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}


.header__column {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.header__nav {
    display: flex;
    padding: 30px 5px;
}

.header__logo {
    display: flex;
    flex: 0 0 20%;
    justify-content: center;
    border-right: 3px solid #5e5e5e;
}

.header__logo img {
    max-width: 90%;
}

.header__product {
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
}

.header__our {
    display: flex;
    flex: 0 0 30%;
    justify-content: center;
}

.header__our p {
    font-size: calc(19px + 8 * (100vw / 1280));
    display: flex;
    text-align: center;
}

nav {
    display: flex;
    width: 100%;
}

nav.header__item {
    display: flex;
    flex: 0 0 100%;
    align-items: center;
}

.header__item ul {
    display: flex;
    /* justify-content: center; */
    flex: 0 0 100%;
}

.header__item li {
    display: flex;
    flex: 0 0 33%;
    font-size: calc(10px + 18 * (100vw / 1280));
    letter-spacing: 1px;
    justify-content: center;
    font-weight: bold;
}

.header__item a {
    color: rgb(20, 0, 94);
    text-align: center;
}

.header__item a:hover {
    color: rgb(0, 0, 0);
}


.header__contact {
    display: flex;
    flex: 1 1 30%;
}


.header__social {
    display: flex;
    flex: 0 0 80%;
    justify-content: space-evenly;
}

.header__icon {
    flex: 0 0 10%;
    align-self: center;
}

.header__icon:hover {
    background: rgba(255, 255, 255, 0.589);
}

.header__icon img {
    max-width: 100%;
}

.sosial_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}

.header__tchanel {
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
}

.header__tchanel a {
    align-items: center;
    display: flex;
    border-radius: 8%;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: bolder;
    font-size: calc(10px + 8 * (100vw / 1280));
    font-family: 'Open Sans', sans-serif;
    background: rgb(39, 172, 226);
}

.header__tchanel a:hover {
    color: rgb(22, 22, 22);
}

.header__contact {
    display: flex;
}

.header__conect {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
}

.header__telephone {
    display: flex;
    flex-direction: column;
    flex: 1 1 20%;
}

.header__telephone p {
    text-align: center;
    font-size: calc(20px + 8 * (100vw / 1280));
    /* flex: 0 0 33.3%; */
    /* font-weight: bolder; */

}



.header__addres {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.header__addres p {
    font-size: calc(11px + 8 * (100vw / 1280));
    display: flex;
    flex: 0 0 22%;
    justify-content: center;
    text-align: center;
}

.header__bottom {
    bottom: 0px;
    position: absolute;
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    width: 100%;

    font-family: "Marck Script", cursive;
    color: #292929;
    font-weight: bolder;
    font-size: calc(30px + 15 * (100vw / 1280));
    letter-spacing: 2px;
    text-align: center;
}








/* Круглешки */
.circle__arrow {
    flex: 0 0 12%;
    min-width: 12%;
    display: flex;
}

.circle__section {
    display: flex;
    justify-content: space-between;
}

.circle__box {
    flex: 0 0 20%;
}

.circle__column {
    display: flex;
    flex-direction: column;
}

.circle__top {
    display: flex;

}

.circle__svg {
    flex: 1 1 auto;
    display: flex;
    max-width: 100%;

}

.circle__svg svg {
    flex: 0 0 100%;
}

.circle__art {
    flex: 1 1 auto;
    display: flex;
    border-radius: 50%;
    background: rgb(251, 255, 0);
}


.circle__description {
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-self: center;

}

.circle__description p {
    font-size: calc(19px + 7 * (100vw / 1280));
    text-align: center;
}


/* ассорти ////////////////////////////////// */
.assorti__box {
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    border-radius: 11px;
}

.assorti__colors {
    width: 100%;
    display: flex;
    justify-content: center;
    /* border-radius: 11px; */
    background: #585858;
}

.assorti__line {
    flex: 0 0 33%;
    display: flex;
    align-items: baseline;
}

.assorti__color {
    flex: 0 0 20%;
    padding-right: 5px;
    display: flex;
    padding: 30px 0px;

}

.assorti__color img {
    /* flex: 0 0 15%; */
    max-width: 100%;
}

.assorti__discription {
    font-size: calc(10px + 9*(100vw / 1280));
    line-height: 34px;
    font-style: italic;
    font-weight: normal;

    border-top: none;

    padding: 20px 20px;
    border: 2px solid #d1d1c6c4;
    box-shadow: 5px 4px 16px #393404;
    text-shadow: 1px 1px 2px rgba(151, 151, 151, 0.5);
    color: #676767;
    font-family: "Gotham Pro", Helvetica, arial, sans-serif;
}

.assorti__discription p {
    font-size: 28px;
    text-align: left;
}

.assorti__discription span {
    padding-top: 5px;
}


/* Наполнитель для двери //////////////////////////////////// */
.cota {
    display: flex;
    padding: 20px 0px;
}

.cota__section {
    display: flex;
}

.cota__left {
    display: flex;
    flex: 0 0 40%;
    align-items: center;
    /* выравнивание по вертикали, если нужно */
    background: rgb(248, 248, 237);
}

.cota__left img {
    width: 100%;
    height: auto;
    /* сохраняет пропорции */
    object-fit: contain;
    /* или cover — в зависимости от задачи */
    display: block;
    /* убирает лишний нижний отступ как у inline элементов */

}

.cota__right {
    flex: 1 1 60%;
    display: flex;
}

.cota__column {
    display: flex;
    flex-direction: column;
    background: rgb(248, 248, 237);
    /* background: rgb(192, 1, 1); */
}

.cota__defender {
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;

}

.cota__icon {
    display: flex;
    flex: 0 0 5%;
}

.cota__icon span {
    margin: 0 auto;
}

.cota__icon img {
    max-width: 90%;
    /* flex: 0 0 10%;
    width: 50px; */
}

.cota__defender span {
    display: flex;
    font-size: calc(15px + 9*(100vw / 1280));
    align-self: center;
    font-weight: bold;

    padding-left: 30px;

}

.cota__description {
    flex: 1 1 100%;
    display: flex;
    padding: 15px 20px;


}

.cota__description p {
    display: flex;
    align-items: center;
    font-family: 'MuseoSansCyrl300';
    padding: 20px 5%;
    font-size: calc(18px + 9 * (100vw / 1280));
    text-align: justify;
}


.uplotnitel {
    display: flex;
    padding: 20px 0px;
}

.uplotnitel__section {
    display: flex;
}

.uplotnitel__left {
    display: flex;
    flex: 0 0 20%;
}

.uplotnitel__left img {
    max-width: 100%;
    border-radius: 50%;
}

.uplotnitel__right {
    display: flex;
    flex: 1 1 80%;
}

.uplotnitel__description {
    display: flex;

    flex-direction: column;
    padding: 0px 20px;
}

.uplotnitel__description p {
    display: flex;
    align-items: center;
    font-family: system-ui;
    line-height: normal;
    padding: 20px 5%;
    font-size: calc(13px + 9 * (100vw / 1280));
    text-align: justify;
}

.uplotnitel__description p:first-child {
    font-size: calc(19px + 9 * (100vw / 1280));
    font-weight: bold;
    padding-bottom: 30px;
    margin: 0 auto;
}





/* Карта /////////////////////////////////////////////////////////// */
.map__section {
    width: 100%;
    display: flex;
}

.map__img {
    display: flex;
    flex: 0 0 30%;

}

.map__img img {
    max-width: 100%;
    flex: 1 1 100%;
}

.map__body {
    flex: 1 1 70%;
    display: flex;
    /* height: 20vh; */
    /* min-height: 200px; */

}

.map__body iframe {
    height: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 400px;
    width: revert-layer;
    display: flex;
    border: 0;
}




.footer__box {
    display: flex;
    flex: 1 1 auto;
    justify-content: space-evenly;
    background: rgb(245, 251, 255);
    padding: 30px 0px;

    flex-direction: column;

}

.footer__box p {
    padding-top: 7px;
    font-size: calc(12px + 9 * (100vw / 1200));
    padding-top: 10px;
}

.footer__left {
    display: flex;
    flex: 1 1 100%;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    padding-left: 10px;


}

.footer__name {
    font-weight: bold;
    text-align: center;
}

.footer_description {
    text-align: center;
    padding: 10px 10%;
}


.footer__center {
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    padding: 0 4px;
}

.footer__center p {
    flex: 0 0 25%;
    /* font-size: 20px; */
}

.footer__right {
    display: flex;
    justify-content: space-between;
    padding-left: 8px;
    border-top: 2px rgb(151, 151, 151) solid;
}

.footer__right p {
    padding: 10px 0px;
}

.footer__right address {
    padding: 10px 0px;
}

.footer__social {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer__icon img {
    width: 30px;
    align-self: center;
    align-items: center;
}

.footer__adress {
    display: flex;
    text-align: left;
    font-weight: normal;
}

.footer__telepfone {
    display: flex;
    text-align: left;
    font-weight: normal;
}

.footer__telegram {
    display: flex;
}

.footer__watsaap {
    display: flex;
}

.footer__telegramchanel {
    display: flex;
}

.footer__telegramchanel {
    display: flex;
    /* flex: 0 0 100%;
    justify-content: center; */
}

.footer__telegramchanel a {
    align-items: center;
    display: flex;
    border-radius: 8%;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: bolder;
    font-size: calc(10px + 8 * (100vw / 1280));
    font-family: 'Open Sans', sans-serif;
    background: rgb(39, 172, 226);
    padding: 4px 0px;
}

.footer__telegramchanel a:hover {
    color: rgb(22, 22, 22);
}

/* Галерея ///////////////////////////// */

.gallery__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* width: 100%; */

}

.gallery__img {
    display: flex;
    justify-content: center;
    flex: 0 0 33.33%;
    /* max-height: 400px; */
    overflow: hidden;
    /* padding: 5px 0px; */
    transition: 1s;
    padding-top: 30px;
    /* border-radius: 5% 5% 5% 5%; */


    /* transform: scale(1.1); */

}

.gallery__img img {

    max-width: 98%;
    border-radius: 3%;
    cursor: pointer;
}

.gallery__item:hover {
    transform: scale(1.1);
}







.gallery__modal {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(41, 41, 41, 0.699);
    top: 0px;
    left: 0px;
}

.gallery__wrap {
    margin: 0 auto;
    /* width: 80%; */
    position: relative;
    display: flex;

}

.gallery__column {
    /* position: absolute; */
    display: flex;
    flex-direction: column;
    margin: 0 auto;

}

.gallery__foto {
    display: flex;
    /* height: 90%; */

}


.gallery__foto {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.gallery__foto {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 100%;
    height: 95%;
}

.gallery__div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
    max-width: 90vw;
    max-height: 90vh;
}

.gallery__div img {
    max-width: 100%;
    min-height: 90vh;
    max-height: 91vh;
    /* height: auto; */
    width: auto;
    display: block;
    border-radius: 1%;

}

.gallery__cross {
    justify-content: right;
    display: flex;
    z-index: 9;
}






:root {
    --cmp-border: #e5e7eb;
    --cmp-muted: #f7f7f8;
    --cmp-good: #0a7a3d;
    /* замените на брендовый при необходимости */
}

.door-faq {
    display: flex;
    padding: 20px 0px;
}

.door-faq__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 24px;
}

@media (max-width: 900px) {
    .door-faq__grid {
        grid-template-columns: 1fr;
    }
}

.door-faq__title {
    text-align: center;
    margin: 0 0 12px;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.2;
}

/* FAQ */
.qa {
    border: 1px solid var(--cmp-border);
    border-radius: 12px;
    padding: 10px 12px;
    margin: 10px 0;
    background: #fff;
}

.qa>summary {
    cursor: pointer;
    font-weight: 600;
    list-style: none;
}

.qa>summary::-webkit-details-marker {
    display: none;
}

.qa[open]>summary {
    opacity: .9;
}

.qa>div {
    margin-top: 6px;
    color: #444;
}

/* Table */
.door-compare {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.4;
    background: #fff;
    border: 1px solid var(--cmp-border);
    border-radius: 12px;
    overflow: hidden;
}

.door-compare th,
.door-compare td {
    padding: .6rem .75rem;
    border-bottom: 1px solid var(--cmp-border);
    text-align: left;
    vertical-align: top;
}

.door-compare thead th {
    background: var(--cmp-muted);
    font-weight: 600;
}

.door-compare tr:last-child td {
    border-bottom: none;
}

.door-compare__caption {
    text-align: left;
    margin: 0 0 .5rem;
    font-weight: 600;
    text-align: center;
}

.is-good {
    font-weight: 600;
    color: var(--cmp-good);
}








/* ---------- ≥1280px: десктоп ---------- */
@media (min-width: 1280px) {
    .door-faq__grid {
        display: grid;
        grid-template-columns: 1.1fr 0.9fr;
        gap: 24px;
    }

    .door-compare {
        font-size: 14px;
    }
}

/* ---------- 481–1279px: планшеты/ноутбуки ---------- */
@media (min-width: 481px) and (max-width: 1279px) {
    .door-faq__grid {
        display: grid;
        grid-template-columns: 1fr;
        /* одна колонка, таблица под текстом */
        gap: 20px;
    }

    .door-faq__title {
        font-size: clamp(18px, 2.2vw, 22px);
    }

    .qa {
        padding: 10px 12px;
    }

    .door-compare {
        font-size: 14px;
        border-radius: 12px;
    }
}

/* ---------- ≤480px: смартфоны (вкл. 480) ---------- */
/* Таблица превращается в "карточки" — ничего в HTML менять не надо */
@media (max-width: 480px) {
    .door-faq__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .door-faq__title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .qa {
        padding: 8px 10px;
        margin: 8px 0;
    }

    .qa>summary {
        font-weight: 700;
    }

    .door-faq__table {
        overflow: visible;
    }

    /* Карточная раскладка для таблицы */
    .door-compare {
        border: none;
        border-radius: 0;
        font-size: 13.5px;
        min-width: 0;
        background: transparent;
    }

    .door-compare thead {
        display: none;
    }

    .door-compare tbody,
    .door-compare tr,
    .door-compare td {
        display: block;
        width: 100%;
    }

    .door-compare tr {
        border: 1px solid var(--cmp-border);
        border-radius: 12px;
        background: #fff;
        margin: 10px 0;
        overflow: hidden;
    }

    /* Первая ячейка строки — заголовок карточки (характеристика) */
    .door-compare td:first-child {
        font-weight: 700;
        background: var(--cmp-muted);
        padding: .65rem .75rem;
        border-bottom: 1px solid var(--cmp-border);
    }

    /* Остальные ячейки — "лейбл: значение" */
    .door-compare td {
        padding: .55rem .75rem;
        border-bottom: 1px solid var(--cmp-border);
    }

    .door-compare td:last-child {
        border-bottom: none;
    }

    /* Подписи столбцов без правки HTML */
    .door-compare td:nth-child(2)::before {
        content: "МДФ — ";
        font-weight: 600;
    }

    .door-compare td:nth-child(3)::before {
        content: "Массив — ";
        font-weight: 600;
    }

    .door-compare td:nth-child(4)::before {
        content: "ДСП — ";
        font-weight: 600;
    }

    /* Подсветка "хорошего" остаётся читаемой */
    .is-good {
        font-weight: 700;
    }
}

/* ---------- ≤320px: очень узкие экраны ---------- */
@media (max-width: 320px) {
    .door-faq__title {
        font-size: 17px;
    }

    .qa {
        padding: 7px 9px;
    }

    .door-compare {
        font-size: 13px;
    }

    .door-compare td {
        padding: .5rem .65rem;
    }
}






























@media(max-width: 900px) {
    .container {
        width: 100%;
    }

    .footer__box {
        font-size: calc(17px + (9 + 9 * 0.7) * ((100vw - 900px) / 1280));
    }

    .center__pp {
        font-size: calc(18px + (1 + 10 * 0.7) * ((100vw - 900px) / 1280));
        font-weight: normal;
    }

    .map__section {
        flex-direction: column;
    }

    .circle__description p {
        font-size: calc(14px + (7 + 7 * 0.7) * ((100vw - 320px) / 1280));
    }

    .circle__arrow {
        display: none;
    }

    .circle__box {
        flex: 0 0 30%;
    }

    .circle__art {
        flex: 1 1 auto;
        display: flex;
        border-radius: 20%;
        background: rgb(251, 255, 0);
    }

    .cota__icon {
        display: none;
    }

    .cota__defender span {
        font-size: calc(25px + (5 + 5 * 0.7) * ((100vw - 320px) / 900));
        text-align: center;
        margin: 0 auto;
    }

    .uplotnitel__description p span:first-child {
        font-size: calc(25px + (5 + 5 * 0.7) * ((100vw - 320px) / 900));

    }

    .uplotnitel__description p span:last-child {
        font-size: calc(23px + (5 + 5 * 0.7) * ((100vw - 320px) / 900));
        text-align: center;

    }

    .gallery__item {
        height: 200px;
    }
}










@media(max-width: 900px) {
    .cota__section {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .uplotnitel__section {
        flex-direction: column;
    }
}

@media(max-width: 900px) {

    .assorti__second p {
        font-size: calc(23px + (12 + 12 * 0.7) * ((100vw - 900px) / 1280));
        text-align: justify;
    }
}




@media(max-width: 1280px) {
    .header__nav {
        flex-wrap: wrap;
        padding: 5px 5px;
    }

    .header__logo {
        flex: 0 0 20%;
    }

    .header__product {
        flex: 1 1 80%;
    }

    .header__contact {
        flex: 1 1 100%;
        padding: 20px 0px;
    }

    .header__addres p {
        font-size: calc(23px + (12 + 12 * 0.7) * ((100vw - 900px) / 1280));
    }

    .header__our p {
        font-size: calc(22px + (12 + 12 * 0.7) * ((100vw - 900px) / 1280));
    }

    .header__tchanel {
        flex: 0 0 60%;
    }

    .header__telephone {
        font-weight: bold;
    }

    .header__telepone p {
        padding: 5px 0px;
    }

    .header__icon img {
        max-width: 70%;
    }
}









@media(max-width: 900px) {
    .slider__button p {
        font-size: calc(12px + (7 + 7 * 0.7) * ((100vw - 900px) / 1280));
    }

    .slider__buy p {
        font-size: calc(12px + (7 + 7 * 0.7) * ((100vw - 900px) / 1280));
    }
}


@media(max-width: 900px) {
    .header__our p {
        /* font-size: calc(15px + (10 + 10 * 0.7) * ((100vw - 900px) / 1280)); */
    }

    .header__item p {
        /* font-size: calc(15px + (18 + 18 * 0.7) * ((100vw - 900px) / 1280)); */
    }

    .header__telephone p {
        font-size: calc(20px + (8 + 8 * 0.7) * ((100vw - 900px) / 1280));
    }

    .header__addres p {
        /* font-size: calc(9px + (8 + 8 * 0.7) * ((100vw - 900px) / 1280)); */
    }


    .header__logo {
        /* flex: 0 0 30%; */
    }

    .header__contact {
        /* flex: 1 1 60%; */
    }

    .header__addres p {
        /* font-size: calc(15px + (8 + 8 * 0.7) * ((100vw - 900px) / 1280)); */

    }



    .left__pp {
        height: 1px
    }

    .right__pp {
        height: 1px
    }
}


@media(max-width: 1280px) {
    .slider__section {
        flex-wrap: wrap;
        display: flex;
    }

    .slider__cart {
        flex: 1 1 50%;

    }
}

@media(max-width: 480px) {
    .slider__cart {
        flex: 1 1 100%;
    }
    .header__icon img {
        max-width: 100%;
    }
    .gallery__div img{
        min-height: auto;
    }
}