

/* Start:/local/templates/box/components/bitrix/catalog.element/us_karty/templates/us_karty/style.css?176349385513490*/
/* FIX slick */

.element-picture .slick-track {
    display: flex;
}

/* .element-picture  {
    display: flex !important;
    position: relative;
} */

/* .element-picture__item {
    position: absolute;
    left: 0;
    top: 0;
    right: var(--el-mr-nav-slider);
}

.slick-initialized .element-picture__item, .element-picture__item:first-child {
    position: relative;
    right: 0;
} */

/* FIX slick */

#element-popup-message{
    max-width: 438px;
    width: 100%;
    font-family: var(--font-family-serif);
    padding: 22px 25px 25px;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    position: fixed !important;
    
    width: calc(100% - 40px) !important;
    max-width: 438px !important;
}

#element-popup-message .popup-window-buttons button{
   width: 100%;
}

#element-popup-message .popup-window-titlebar{
    display: none;
}

#element-popup-message .popup-window-buttons{
    padding: 0;
    margin-top: 16px;
}

#popup-window-content-element-popup-message{
    font-family: var(--font-family-serif);
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 0;
}

.element {
    --el-width-nav-slider: 92px;
    --el-mr-nav-slider: 20px;

    margin-bottom: 0;
}

.element-razmer {
    display: flex;
    justify-content: space-between;
}

.element-razmer * {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    font-family: var(--font-family-cormorant);
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration: underline;
    margin-bottom: 5px;
}

.element-split {
    font-weight: 400;
    font-size: 15px;
    line-height: 14px;
}

.element-share {
    color: #404655;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

#share p{
    font-family: var(--font-family-serif);
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

.ya-share2__container{
    display: flex;
    justify-content: center;
}

.element-share::after {
    content: 'Поделиться';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translate(0, 10px);
}

.element-share:hover::after {
    opacity: 1;
    transform: translate(0,0);
    transition: all 0.3s ease-in-out;
}

.element__widgets {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 20px;
}

.element__widgets{
    flex-direction: column;
    gap: 10px;
}

.element-article{
    order: -1;
}

.element-article {
    color: #b1b1b1;
    text-transform: uppercase;
    font-size: 12px;
}

.element__pictures {
    display: flex;
}

.element-picture__item .picture {
    width: 100%;
    height: 100%;
    display: flex;
}

.element-picture__item {
    display: flex;
}

.element-picture__item a{
    display: flex;
}

.element-picture__item *{
    width: 100%;
}

.element__pictures img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.element-picture {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.element-picture-slider {
    width: var(--el-width-nav-slider);
    margin-right: var(--el-mr-nav-slider);
    order: -1;
    padding: 20px 0;
    overflow: hidden;
}

.element-picture-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    transform: none;
    left: 0;
    width: 100%;
    height: 20px;
}

.element-picture-slider .slick-arrow svg {
    height: auto;
    width: 12px;
}

.element-picture-slider .slick-next {
    top: auto;
    bottom: 0;
}

.element-picture-slider .slick-prev {
    top: 0;
    bottom: auto;
}

.element-picture-slider__item {
    display: flex;
    margin: 7.5px 0px;
    cursor: pointer;
    background: #fff;
    opacity: 0.5;
}

.element-picture-slider__item .picture {
    width: var(--el-width-nav-slider);
    height: var(--el-width-nav-slider);
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-vertical .element-picture-slider__item {
    border: 1px solid transparent;
}

.slick-vertical .element-picture-slider__item.slick-current {
    border: 1px solid #414042;
    opacity: 1;
}

.element-container {
    display: flex;
    align-items: flex-start;
}

.element__pictures {
    width: 67%;
    position: sticky;
    top: 20px;
}

.element__info {
    width: 33%;
    background: #fff;
    border-radius: 0;
    padding: 0 30px;
}

.element__prices {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.element__price {
    font-family: var(--font-family-cormorant);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.element__price--old {
    font-size: 16px;
    line-height: 24px;
    text-decoration: line-through;
    color: #777777;
}

.element__info-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 10px;
}

.element__row--justify {
    display: flex;
    justify-content: space-between;
}

.element-prop {
    --el-margin: 5px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(var(--el-margin) * -1);
}

.element-prop.ui-select {
    margin: 0;
    max-width: 285px;
}


.element-prop .element-prop__item {
    margin: var(--el-margin);
    flex: 1;
    max-width: 64px;
    min-width: 64px;
}

.element-prop__item .ui-input__placeholder {
    justify-content: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.element-props__item {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.element-props__item {
    margin-top: 5px;
    color: #000;
}

.element__present-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    font-family: var(--font-family-cormorant);

    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-decoration: underline;
    margin: 30px 0 20px;
    color: #000;
}

.element__present-btn svg {
    width: 15px;
    height: auto;
}

.element__btns {
    margin: 20px 0 30px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.element__btns button {
    margin-right: 10px;
    text-transform: uppercase;
}

.element__btns button:last-child {
    margin-right: 0;
}

.element__favorite{
    padding: 0 8px !important;
}

[data-element-discount] {
    position: relative;
    width: fit-content;
}

[data-element-discount]::after {
    content: attr(data-element-discount);
    position: absolute;
    background: #E20338;
    border-radius: 2px;
    color: #fff;
    padding: 3px 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    left: calc(100% + 10px);
}

[data-element="buy-button"], [data-element="delay-list-button"] {
    flex: 1;

    font-size: 16px !important;
}

.prop-disabled {
    display: none;
}

.buy1click {
    display: none;
}

.liked svg {
    fill: #A0614C !important
}

.liked svg path {
    stroke: #A0614C !important
}

#errorBuy1Click {
    color: #e20338;
    margin-top: 10px;
}

.element-title h1 {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    margin: 4px 0 2px;
    color: #000000;
}

.element__breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 20px 18px;
    color: #000;
    position: sticky;
    background: #fff;
    z-index: 11;
    top: 112px;
}

#back_link {
    font-size: 12px;
    line-height: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #000;
    cursor: pointer;
}

.element__collection {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #404655;
}
.element__collection a{
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
}

.element__description {

    font-family: var(--font-family-cormorant);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #000000;
    margin: 20px 0 30px;
}

.element__description-text {
    transition: max-height 0.3s ease;
    overflow: hidden;
    max-width: 385px;
}

.element__description-text--collapsed {
    max-height: 68px; /* 4 строки * 17px line-height */
}

.element__description-toggle {
    background: none;
    border: none;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
    margin-top: 10px;
    margin-left: auto;
    text-decoration: underline;
}

.element__description-toggle:hover {
    color: #000;
}

.toggle-icon {
    transition: transform 0.2s ease;
}

.element__description-toggle--expanded .toggle-icon {
    transform: rotate(180deg);
}

@media (max-width: 992px) {
    .element-picture-slider {
        display: none !important;
    }

    .element-picture {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }

    .slick-slide img {
        margin: auto;
    }

    .element-picture {
        padding: 0;
    }

    .element__info {
        padding: 20px;
    }

    .slider-nav {
        display: none;
    }

    .element-container {
        flex-wrap: wrap;
    }

    .element__info,
    .element__pictures {
        width: 100%;
    }

    .element__info,
    .element__pictures {
        position: static;
    }

    .element__info {
        margin: 35px -10px 0;
        width: calc(100% + 40px);
        padding: 0 10px;
    }

    .element__pictures {
        flex-wrap: wrap;
    }

    .element-picture {
        width: 100%;
    }

    .element-picture-slider {
        width: 100%;
        margin: 10px 0;
        order: 0;
    }

    /* .element__btns {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        background: #fff;
        padding: 8px 20px 0;
        border-top: 1px solid #DCEAFD;
        z-index: var(--z-index-menu);
        flex-wrap: nowrap;
    } */

    .element__btns button {
        /* font-size: 12px 15px; */
        padding: 15px 20px;
        margin-bottom: 8px;
    }

    .element__btns button {
        /* font-size: 12px 15px; */
        padding: 15px 20px;
        margin-bottom: 8px;
        width: 100%;
    }

    .element__btns button.btn-link--ic {
        padding: 10px 12px;
        width: auto;
    }
}

.ya-pay-widget{
    width: 300px !important;
    max-width: 300px !important;
    margin: 0 !important;
}

@media (max-width: 768px) {
    .element__breadcrumbs{
        top: 75px;
    }

    .element__widgets{
        flex-direction: column;
    }

    .element-article{
        order: -1;
    }

    .ya-pay-widget{
        width: 100% !important;
        max-width: 300px !important;
        margin: 20px 0 0 !important;
    }

    .element__btns{
        flex-wrap: nowrap;
    }

    .element__favorite{
        flex: 1;
    }

    [data-element="buy-button"], [data-element="delay-list-button"]{
        flex: auto;
    }
}


@media (max-width: 550px) {
    .element-title h1 {
        font-size: 20px;
    }

    .element__btns {
        padding: 0;
    }

    .element__btns button {
        font-size: 11px;
    }

    .element__btns button.btn-link--ic {
        padding: 8px 10px;
        width: auto;
    }

    .element-share{
        color: #000;
    }

    .element__description-toggle{
        font-size: 12px;
    }

    
}

@media (max-width: 350px) {
    .element__btns button {
        font-size: 12px;
        padding: 15px 13px;
    }
}


.element-delivery {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--gray);
    margin-top: 20px;
    border: 1px solid var(--link-color);
}

.element-delivery .btn-clear {
    color: var(--link-color)
}

[data-element="paired-list"]{}
[data-element="paired-list"] .element-prop__item{
    flex: none;
    
}

.catalog-element__colors{
    display: flex;
    margin-top: 10px;
    gap: 8px;
}

.catalog-element__color{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    box-sizing: border-box;
    position: relative;
    background: #fff;
}

.catalog-element__color::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11px;
    height: 11px;
    border: 1px solid #B1B1B1;
    border-radius: 50%;
    background-color: var(--color);
}

.catalog-element__color--active{
    border-color: #b2b2b2;
}
/* End */


/* Start:/local/templates/box/style/shopList.css?17494518337211*/
#popupShops_background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#popupShops_background {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#popupShops {
    margin: auto;
    height: 600px;
    background: #fff;
    padding: 0;
}

.glyphicon-remove {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}

#popupShops #map {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.nullValue {
    border-color: red !important
}

[data-element='shop-popup'] {
    position: fixed;
    z-index: 102;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

[data-element="shop-popup-overlay"] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(128, 128, 128, 0.5);
    z-index: 101;
}

.shop-list-content {
    display: flex;
    max-height: 100%;
    position: relative;
    border-top: 1px solid var(--main-color-4);
}

.shop-list-container .shop-map {
    /*width: calc(100% - 400px);
    height: 400px;*/

    width: 100%;
    height: 100%;
}

.shop-list-container .shop-map>div {
    width: 100%;
    height: 400px;
    /*    height: 600px;*/
}

.shop-list-container.container {
    max-width: 950px;
    width: 100%;
    padding: 25px 15px 25px 25px !important;
}

.shop-list-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 16px;
}

.city-select.dropdown {
    text-align: center;
    width: 100%;
}

.city-select__current {
    width: 100%;
}

.shop-list-list {
    height: 100%;
}

.shop-list-list .dropdown-content {
    top: 32px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: 1px solid #aa8851;
    background-color: #f3e9d4;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.shop-list-list-ul {
    /*    max-width: 350px;*/
    padding: 5px;

    height: 100%;
    overflow-y: auto;

    margin: 0;
}

.shop-list-list-ul::-webkit-scrollbar {
    width: 4px;
}

.shop-list-list-ul::-webkit-scrollbar-track {
    background-color: var(--main-color-5);
    border-radius: 4px;

}

.shop-list-list-ul::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 4px;

}

.shop-list-list-ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin: 0px 0px 15px 0px; */
    padding: 10px;
}

.shop-list-list-ul .shop-item-name,
.shop-list-list-ul .shop-item-address,
.shop-list-list-ul .shop-item-phone,
.shop-list-list-ul .shop-item-email,
.shop-list-list-ul .shop-item-worktime,
.shop-list-list-ul .shop-item-btn {
    width: 25%;
    /* padding: 0 5px; */
}



.shop-item-address {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.shop-item-info,
.shop-item-worktime {
    color: var(--night-gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.shop-list-list-ul .shop-item-name {
    color: #8e6b36;
}

.shop-list-list-ul .shop-item-btn {
    text-align: center;
}

.shop-list-list-ul .shop-item-btn a {
    color: #333;
    padding: 5px;
    max-width: 130px;
    width: 100%;
    border: 1px solid #333;
    -webkit-transition: all 280ms ease;
    -o-transition: all 280ms ease;
    transition: all 280ms ease;
}

.shop-list-list-ul .shop-item-btn a:hover {
    color: #fff;
    background: #8e6b36;
    border: 1px solid #8e6b36;
    -webkit-transition: all 280ms ease;
    -o-transition: all 280ms ease;
    transition: all 280ms ease;
    text-decoration: none;
}

.shop-list-list-ul .shop-item-phone {
    /*text-align: center;*/
}

.shop-list-close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 20px;
}

@media (max-width: 1200px) {
    .shop-list-container.container {
        max-width: 875px !important;
    }
}

.shop-list-list-ul .shop-item-name, .shop-item-address {
    /* width: 100%; */
    /* margin: 0px 0px 20px 0px; */
    /*    text-align: center;*/
}

.shop-list-list-ul li {
    padding: 24px 40px;
    border-bottom: 1px solid var(--main-color-4);
}

.shop-list-list-ul li:last-child {
    border: none;
}


@media (max-width: 450px) {
    .shop-list-title.title {
        font-size: 17px;
    }
}

.shop-list-list-ul .btn-link {
    padding: 5px 10px;
    font-size: 12px;
    width: 100%;
    /* margin-top: 15px; */
    max-width: 200px;
}

.shop-list {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /*    border-radius: 4px;*/
    z-index: 1;
    background-color: #fff;
    height: 100%;
    max-width: 100%;
}

.shop-list-message {
    background-color: var(--main-color-4);
    padding: 16px;
    border-radius: 8px;
    color: var(--main-color);
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.shop-list-actions {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 24px;
}

.shop-list-viewes {
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-list-viewes div {
    background: var(--main-bg-color);
    border-radius: 4px;
    padding: 13.5px 15px;
    display: inline-block;
    line-height: initial;
    cursor: pointer;
    text-align: center;
    width: calc(50% - 5px);
    font-size: 16px;
    font-weight: 500;
}

.shop-list-viewes div.active {
    background: var(--btn-bg-color);
    color: #fff;
}

.shop-list-search {
    flex: 1;
    position: relative;
}

.shop-list-search input {
    width: 100%;
    height: 48px;
}

.shop-list-search button {
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .shop-list-actions {
        flex-wrap: wrap;
    }

    .shop-list-search {
        width: 100%;
        order: -1;
        flex: none;
    }

    .shop-list-list-ul li {
        flex-wrap: wrap;
    }

    .shop-list-content .shop-list-list-ul .shop-item-name,
    .shop-list-content .shop-list-list-ul .shop-item-address,
    .shop-list-content .shop-list-list-ul .shop-item-phone,
    .shop-list-content .shop-list-list-ul .shop-item-email,
    .shop-list-content .shop-list-list-ul .shop-item-worktime,
    .shop-list-content .shop-list-list-ul .shop-item-btn {
        width: 100%;
    }

    .shop-list-list-ul li{
        padding: 24px 20px;
    }

    .shop-item-worktime, .shop-item-address {
        margin-bottom: 12px;
    }
}

#shop-popup .ui-popup__container{
    max-width: 1180px;
    width: calc(100% - 40px);
    padding: 32px 40px;
}
/* End */
/* /local/templates/box/components/bitrix/catalog.element/us_karty/templates/us_karty/style.css?176349385513490 */
/* /local/templates/box/style/shopList.css?17494518337211 */
