

/* Start:/local/templates/quickdeck/components/bitrix/catalog.element/new_termo/style.css?177943494711386*/
@media (max-width: 1000px) {
    .item-hero .container {
        padding: 0 16px !important;
    }
}
.item-hero__wrap.new-item {    
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    gap: 40px;
}
.new-item .item-hero__bigslider {
    height: 450px;
    overflow: visible;
}

.new-item .item-hero__bigslider-el {
    -webkit-box-shadow: 0 2px 6px 0 rgb(103 103 103 / 9%), 0 4px 24px 0 rgb(103 103 103 / 9%);
    box-shadow: 0 2px 6px 0 rgb(103 103 103 / 9%), 0 4px 24px 0 rgb(103 103 103 / 9%);
    cursor: pointer;
    border-radius: 25px;
}
.new-item .item-hero__smallslider-el.swiper-slide-thumb-active {
    -webkit-box-shadow: 0 2px 6px 0 rgb(103 103 103 / 9%), 0 4px 24px 0 rgb(103 103 103 / 9%);
    box-shadow: 0 2px 6px 0 rgb(103 103 103 / 9%), 0 4px 24px 0 rgb(103 103 103 / 9%);
}
.new-item .item-hero__bigslider-el img {
    object-fit: cover;
}
.product-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .85);
    align-items: center;
    justify-content: center;
}

.product-lightbox.is-active {
    display: flex;
}

.product-lightbox__img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
}

.product-lightbox__close,
.product-lightbox__prev,
.product-lightbox__next {
    position: absolute;
    border: 0;
    background: none;
    color: #fff;
    cursor: pointer;
    font-size: 48px;
    line-height: 1;
}

.product-lightbox__close {
    top: 20px;
    right: 30px;
}

.product-lightbox__prev {
    left: 30px;
}

.product-lightbox__next {
    right: 30px;
}
.item-hero__bigslider-el {
    position: relative;
}
.big-photo-notice {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #8e8e8e;
    cursor: pointer;
    font-size: 14px;
}
.big-photo-notice svg {
    width: 16px;
    height: 16px;
    fill: #8e8e8e;

}
.big-photo-notice:hover svg, .big-photo-notice:hover {
    fill: #000;
    color: #000;
}
@media (max-width: 1000px) {
    .item-hero__wrap.new-item {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .new-item .item-hero__left {
        width: 100%;
        min-width: 0;
    }

    .new-item .item-hero__bigslider {
        height: 350px;
        margin: 20px auto;
        overflow: hidden;
    }

    .new-item .item-hero__bigslider-el {
        box-shadow: unset;
        border: 1px solid #dedede;
    }

    .new-item .item-hero__bigslider-el img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }
}
/* thumbs */
.new-item .item-hero__smallslider {
    width: 100%;
    margin: 0 10px;
}
.new-item .item-hero__tumbs .nav-button {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    background: #f0f0f0;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
}
.new-item .item-hero__tumbs .nav-button svg {
    width: 14px;
    height: 14px;
}
.new-item .item-hero__smallslider {
    height: 135px;
    padding: 10px 0;
}
.new-item .item-hero__smallslider-el img {
    object-fit: cover;
}
@media (max-width: 1000px) {
    .new-item .item-hero__smallslider-el {
        height: 100px;
        border: 0;
    }
}
/* right part */
.right-first-line {
    display: flex;
    align-items: center;
}
.new-item .item-hero__right {
    padding-left: 0;
}
.new-item .item-hero__right-art {
    font-size: 14px;
    padding: 0;
    background: transparent;
    color: #a3a3a3;
}
.right-first-line .item-hero__right-stat {
    margin-left: auto;
    color: #fff;
    padding: 0 8px;
    border-radius: 8px;
}

.new-item .item-hero__right-title {
    margin-top: 12px;
}
.offer-buttons.simple-select {
    border: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    height: unset;
}
.offer-buttons.simple-select .simple-select__item {
    opacity: 1;
}
.offer-buttons.simple-select:before {
    content: unset;
}
.offer-buttons .simple-select__item {
    color: #707070;
    padding: 0 20px;
    height: 52px;
    font-weight: 500;
    border: 2px solid transparent;
    border-radius: 6px;
    transition: all 0.2s ease;
}
.offer-buttons .simple-select__item:hover {
    color: #000;
}
.offer-buttons .simple-select__item.is-active {
    color: #000;
    font-weight: 500;
    border-color: #fcc612;
    background: #fff;
}

.new-item .item-hero__form-nums-price-square {
    margin-top: 8px;
    font-size: 18px;
    color: #767676;
}
.buttons-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.new-item .project__btn-click button, .new-item .c-btn-catalog-element-cart {
    border-radius: 50px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    height: 50px;
    width: 100%;
    min-width: fit-content;
}

.dark-btn {
    background: #3d3c39 !important;
    color: #fff !important;
}
.new-item .project__btn-click {
    margin: 0;
}
.preview-text {
    margin-top: 25px;
    font-size: 14px;
    font-weight: 500;
}
/* docs buttons and drops */
.docs-wrapper {
    position: relative;
    margin-top: 24px;
    display: inline-block;
}

.docs-buttons {
    display: flex;
    gap: 10px;
}

.docs-button {
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 999px;
    padding: 10px 18px;
    cursor: pointer;
    font-weight: 500;
}

.docs-button.is-active {
    background: #1f1f1f;
    color: #fff;
    border-color: #1f1f1f;
}

.docs-content {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 100;
    width: 420px;
    max-width: calc(100vw - 30px);
    display: none;
}

.docs-wrapper.is-open .docs-content {
    display: block;
}

.doc-drop-content {
    display: none;
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 30px rgb(0 0 0 / 12%);
}

.doc-drop-content.is-active {
    display: block;
}
.doc-drop-content .c-docs-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.info-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    gap: 40px;
}
.info-section h3 {
    font-weight: 700;
    margin-bottom: 40px;
}
@media (max-width: 1000px) {
    .info-section {
        display: flex;
        flex-direction: column;
    }
    .new-item .item-hero__right-title {
        order: unset;
    }
    .right-first-line {
        width: 100%;
        justify-content: space-between;
    }
    .right-first-line .item-hero__right-stat {
        margin-left: 0;
    }
    .new-item .item-hero__form {
        margin-top: 20px;
        order: unset;
    }
    .new-item .item-hero__form-nums {
        align-items: unset;
    }
    .new-item .item-hero__form-nums-right {
        width: fit-content;
        margin: 20px auto;
    }
    .item-hero__right {

    }
}
/*-- sferi --*/
.sferi-images {
    display: flex;
    gap: 12px;
}

.sferi-images > div {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    height: 365px;
    background: #eee;
    flex: 1 1 0;
    min-width: 0;
}

.sferi-images img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .7s ease;
}

.sferi-images > div:hover img {
    transform: scale(1.08);
}

.sferi-images > div::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05) 35%,
        rgba(0, 0, 0, 0.55) 100%
    );
    pointer-events: none;
}

.sferi-images span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 34px;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
@media (max-width: 768px) {
    .sferi-images {
        flex-wrap: wrap;
        gap: 10px;
    }

    .sferi-images > div {
        flex: 0 0 calc(50% - 5px);
        height: 240px;
    }

    .sferi-images span {
        bottom: 22px;
        font-size: 16px;
    }
}

/* -- preimushestva -- */
.listed-on-numbers {
    counter-reset: listed-counter;
}

.listed-on-numbers p {
    counter-increment: listed-counter;
    position: relative;
    margin: 0;
    padding: 20px 0 20px 40px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    line-height: 1.25;
}
.listed-on-numbers p:first-of-type {
    padding: 0 0 20px 40px;
}
.listed-on-numbers p:last-of-type {
    border-bottom: 0;
}
.listed-on-numbers p::before {
    content: counter(listed-counter, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 20px;
    color: #c4c4c4;
    font-size: 18px;
    font-weight: 700;
}
.listed-on-numbers p:first-of-type::before {
    top: 0;
}
.listed-on-numbers p b {
    font-weight: 700;
}
@media (max-width: 768px) {
    .listed-on-numbers p {
        padding: 16px 0 16px 48px;
        font-size: 15px;
    }

    .listed-on-numbers p::before {
        top: 16px;
        font-size: 15px;
    }
}
/*-- characteristcs --*/
.characteristics-section {
    margin-top: 50px;
}
.widener {
    background: #f6f6f6;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 30px 0;
}
.characteristics-list {
    columns: 2;
    column-gap: 60px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.characteristics-list__item {
    display: flex;
    align-items: baseline;
    gap: 8px;
    break-inside: avoid;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.3;
}

.characteristics-list__name {
    display: flex;
    align-items: baseline;
    flex: 1;
    color: #000;
}

.characteristics-list__name::after {
    content: "";
    flex: 1;
    border-bottom: 1px dotted #bbb;
    margin: 0 8px;
    transform: translateY(-3px);
}

.characteristics-list__value {
    color: #1f1f1f;
    font-weight: 500;
    text-align: right;
}
.characteristics-section h3 {
    margin-bottom: 40px;
    font-weight: 700;
}

@media (max-width: 1000px) {
    .characteristics-list {
        columns: 1;
    }

    .characteristics-list__item {
        font-size: 14px;
    }
}
/* new - map */
.where-hero {
    margin-top: 50px;
}
.container_where h3 {
    font-weight: 700;
}
.where-hero__map-tab-top {
    margin-top: 20px !important;
}
/*-- recommend override -- */
.recomended__title {
    font-size: 18px !important;
    font-weight: 700 !important;
}
.recomended-item {
    border-radius: 15px !important;
    background: #fff !important;
    overflow: hidden;
    border: 1px solid #dedede;
    padding: 25px !important;
}
.recomended-item__img img {
    object-fit: contain !important;
}
.recomended-item__title {
    font-size: 16px !important;
    font-weight: 700 !important;
}
/* End */


/* Start:/local/templates/quickdeck/css/new-map.css?17786787244595*/
.where .container {
    max-width: 1200px !important;
    width: 100%;
    margin: 0 auto;
}
.new-select {
    position: relative;
}

.new-select__main {
    cursor: pointer;
    -webkit-box-shadow: 0 2px 6px 0 rgb(103 103 103 / 9%), 0 4px 24px 0 rgb(103 103 103 / 9%);
    box-shadow: 0 2px 6px 0 rgb(103 103 103 / 9%), 0 4px 24px 0 rgb(103 103 103 / 9%);
    padding: 0 25px;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 50px;
}
.new-select__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.new-select__drop {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    z-index: 50;
    width: 100%;
    max-height: 380px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    min-width: 270px;
}

.new-select__drop-inner {
    max-height: 380px;
    overflow-y: auto;
}

.new-select__drop-inner::-webkit-scrollbar {
    width: 2px;
}

.new-select__drop-inner::-webkit-scrollbar-track {
    background: transparent;
}

.new-select__drop-inner::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 2px;
}

.new-select.is-active .new-select__drop {
    display: block;
}

.new-select__item {
    cursor: pointer;
    padding: 10px 14px;
}

.new-select__item:hover,
.new-select__item.is-active {
    background: #f2f2f2;
}
.where-hero__map-detailed-item h3 {
    cursor: pointer;
}
/* Di dev new map */
.map-new-interface {
    display: flex;
    height: 420px;
    --shop-list-height: 30px;
}
.map-new-interface .where-hero__map-tab-body {
    width: 75%;
    margin-top: 0;
}
.map-new-interface .where-hero__map-tab-body .where-hero__map-wrap {
    margin: 0;
    height: 420px;
}
.map-new-interface .where-hero__map-list {
    margin-left: 20px;
    width: calc(25% - 20px);
    overflow-y:scroll;
}
.map-new-interface .where-hero__map-list::-webkit-scrollbar {
    width: 6px;
}

.map-new-interface .where-hero__map-list::-webkit-scrollbar-track {
    background: #e7e7e7;
    border-radius: 15px;
}

.map-new-interface .where-hero__map-list::-webkit-scrollbar-thumb {
    background: #9b9b9b;
    border-radius: 8px;
}

.map-new-interface .where-hero__map-detailed {
    margin-top: 0;
}
.map-new-interface .where-hero__map-detailed-wp {
    display: flex;
    flex-direction: column;
    columns: unset !important;
    height: 100%;
    margin-top: 0;
}
.map-new-interface .where-hero__map-detailed h2 {
    font-size: 16px;
    color: #ccc;
    border-bottom: 1px dotted #ccc;
    height: var(--shop-list-height);
}
.map-new-interface .shop-name {
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
    cursor: pointer;
}

.map-new-interface .where-hero__map-detailed-item p {
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 4px;
}
.map-new-interface .where-hero__map-detailed-item a {
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}
/* alphabet  */
.where-hero__map-detailed-box {
    position: relative;
    display: flex;
    gap: 10px;
}

.where-hero__map-detailed-wp {
    flex: 1;
}

.where-hero__map-letters {
    position: sticky;
    top: var(--shop-list-height);
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-self: flex-start;
    height: calc(420px - var(--shop-list-height));
    justify-content: space-between;  
    padding: 5px 4px var(--shop-list-height) 0;
}

.where-hero__map-letter-link {
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
    font-weight: 400;
    line-height: 1.2;
    font-size: 11px;
    color: #a8a8a8;
}
.where-hero__map-letter-link:hover {
    color: #000;
}
@media (max-width: 768px) {
    .map-new-interface {
        flex-direction: column;
        height: auto;
    }
    .map-new-interface .where-hero__map-tab-body,
    .map-new-interface .where-hero__map-list {
        width: 100%;
    }
    .map-new-interface .where-hero__map-tab-body {
        margin: 0;
    }
    .map-new-interface .where-hero__map-list {
        margin: 20px 0 0;
        overflow-y: unset;
    }
    .map-new-interface .where-hero__map-tab-body .where-hero__map-wrap {
        height: 300px;
    }
    .map-new-interface .where-hero__map-detailed-wp {
        height: 400px;
        overflow-y: auto;
    }
    .new-select__main {
        justify-content: center;
    }
}
/* End */
/* /local/templates/quickdeck/components/bitrix/catalog.element/new_termo/style.css?177943494711386 */
/* /local/templates/quickdeck/css/new-map.css?17786787244595 */
