#faq_modal .data
{
    padding: 30px 50px;
    text-align: center;
}


#faq_modal .title
{
    font-family: var(--font_family2);
    font-size: 22px;
    line-height: 24px;
}


#faq_modal .desc
{
    color: #494949;
    font-size: 14px;
    line-height: 124%;

    margin-top: 10px;
}


#faq_modal .form
{
    margin-top: 22px;
}


#faq_modal .form .submit
{
    padding-top: 15px;
    margin: 0 185px;
}

#faq_modal .form .submit_btn
{
    color: #fff;

    background: #000;
}
#faq_modal .form .submit_btn:hover
{
    color: #000 !important;

    background: none;
}

#faq_modal .form .agree
{
    color: #494949;
    font-size: 12px;
    line-height: 135.9%;

    margin-top: 13px;
}

#faq_modal .form .agree a
{
    color: currentColor;

    transition: color .2s linear;
}

#faq_modal .form .agree a:hover
{
    color: #c97a4d;
}
@media print,
(max-width: 767px)
{
    #faq_modal .form .submit
    {
        margin: 0;
    }
    #faq_modal .data{
        width:100%;
    }
}

#contacts_modal .data
{
    padding: 30px 50px;
    text-align: center;
}

#contacts_modal .title
{
    font-family: var(--font_family2);
    font-size: 22px;
    line-height: 24px;
}


#contacts_modal .desc
{
    color: #494949;
    font-size: 14px;
    line-height: 124%;

    margin-top: 10px;
}


#contacts_modal .form
{
    margin-top: 22px;
}


#contacts_modal .form .submit
{
    padding-top: 15px;
    margin: 0 185px;
}

#contacts_modal .form .submit_btn
{
    color: #fff;

    background: #000;
}
#contacts_modal .form .submit_btn:hover
{
    color: #000 !important;

    background: none;
}

#contacts_modal .form .agree
{
    color: #494949;
    font-size: 12px;
    line-height: 135.9%;

    margin-top: 13px;
}

#contacts_modal .form .agree a
{
    color: currentColor;

    transition: color .2s linear;
}

#contacts_modal .form .agree a:hover
{
    color: #c97a4d;
}
@media print,
(max-width: 767px)
{
    #contacts_modal .form .submit
    {
        margin: 0;
    }
    #contacts_modal .data{
        width:100%;
    }
}
.popup_form_success
{
    display:none;
}

#msg_popup_modal .data
{
    padding: 30px;
}

#get_discount_modal .subscribe .submit_btn:hover
{
    color: #000 !important;

    background: none;
}

.likes .btn.disabled
{
    cursor:default;
}
.likes .btn.disabled:hover, .comments .comment .likes .btn.disabled:hover
{
    background: #f8f8f8;
}

.location .count
{
    color:black;
}

.ui-widget.ui-widget-content
{
    z-index:10000;
}

#pickup_points .row
{
    display: flex;

    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}


#pickup_points .data
{
    width: 471px;
    max-width: 100%;
    padding: 35px;
}


#pickup_points .title
{
    font-family: var(--font_family2);
    font-size: 18px;
    font-weight: 500;
    line-height: 84.182%;
}


#pickup_points .search
{
    margin-top: 20px;
}


#pickup_points .search form
{
    position: relative;
}


#pickup_points .search ::-webkit-input-placeholder
{
    color: #666;
}

#pickup_points .search :-moz-placeholder
{
    color: #666;
}

#pickup_points .search ::-moz-placeholder
{
    color: #666;

    opacity: 1;
}

#pickup_points .search :-ms-input-placeholder
{
    color: #666;
}


#pickup_points .search .input
{
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: 14px;
    font-weight: 500;

    display: block;

    width: 100%;
    height: 53px;
    padding: 0 59px 0 19px;

    border: none;
    background: #f8f8f8;
}


#pickup_points .search .submit_btn
{
    color: #969696;

    position: absolute;
    z-index: 3;
    top: 0;
    right: 20px;
    bottom: 0;

    display: flex;

    width: 19px;
    height: 19px;
    margin: auto 0;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

#pickup_points .search .submit_btn .icon
{
    display: block;

    width: 16px;
    height: 16px;
}


#pickup_points .list
{
    overflow: auto;

    max-height: 650px;
    margin-top: 25px;
    padding-right: 27px;

    overscroll-behavior-y: contain;
    scrollbar-color: #d7d7d7 none;
    scrollbar-width: thin;
}

#pickup_points .list::-webkit-scrollbar
{
    width: 3px;
    height: 3px;

    background-color: none;
}

#pickup_points .list::-webkit-scrollbar-thumb
{
    background-color: #d7d7d7;
}


#pickup_points .list > * + *
{
    margin-top: 15px;
    padding-top: 15px;

    border-top: 1px solid #e1e1e1;
}


#pickup_points .list .btn
{
    line-height: 84.182%;

    display: block;

    width: 100%;

    transition: color .2s linear;
    text-align: left;
}

#pickup_points .list .btn:hover
{
    color: #c97a4d;
}


#pickup_points #map_block
{
    position: relative;

    overflow: hidden;

    width: calc(100% - 471px);
    max-width: 100%;

    background: #ddd;
}
@media print,
(max-width: 1439px)
{
    #pickup_points .data
    {
        width: 400px;
        padding: 28px;
    }


    #pickup_points .search .input
    {
        height: 48px;
    }


    #pickup_points .list
    {
        max-height: 474px;
        margin-top: 24px;
        padding-right: 20px;
    }


    #pickup_points #map_block
    {
        width: calc(100% - 400px);
    }
}
@media print,
(max-width: 1279px)
{
    #pickup_points .data
    {
        width: 320px;
        padding: 24px;
    }


    #pickup_points .list
    {
        padding-right: 12px;
    }


    #pickup_points #map_block
    {
        width: calc(100% - 320px);
    }
}
@media print,
(max-width: 767px)
{
    #pickup_points .data
    {
        width: 100%;
    }


    #pickup_points .list
    {
        max-height: 296px;
    }


    #pickup_points #map_block
    {
        width: 100%;
        height: 400px;
    }
}
@media print,
(max-width: 479px)
{
    #pickup_points .data
    {
        padding: 30px 15px;
    }
}

.pickup_point_btn
{
    color: #fff;
    background-color: #737373;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #666;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
}
.pickup_point_btn:hover
{
    background-color: #737373bd;
}
.pickup_point_btn.disabled, .pickup_point_btn.disabled:hover
{
    background-color: #737373bd;
    cursor: not-allowed;
}

.mob_menu .links .sub a.menu_level2
{
    font-weight: bold;
    padding-left:20px;
}
.mob_menu .links .sub a:before
{
    content:none;
}

.products_head .filter_selected .btn
{
    text-decoration: none;
    color:black;
}

aside .page_title.no_border
{
    border-bottom: none;
}

.also_looking_for .row a
{
    text-decoration: none;
    color:black;
}

.product_info .favorite_btn .icon + .icon
{
    display: none;
}

.product_info .favorite_btn.active
{
    color: #c97a4d;
}

.product_info .favorite_btn.active .icon
{
    display: none;
}

.product_info .favorite_btn.active .icon + .icon
{
    display: block;
}

#quike_buy_modal .popup_form_success
{
    margin-top:20px;
}
#quike_buy_modal .form .submit_btn:hover, .popup_to_basket_btn:hover
{
    color: #000 !important;

    background: none;
}

.reviews .review .text
{
    width:100%;
}

.when_empty.error
{
    color:red !important;
}

.cart_info .product.disabled
{
    opacity: 0.3;
}
.cart_info .product.disabled .not_available
{
    opacity: 1;
    font-weight: bold;
    margin-top:20px;
}

.form label.error, .form div.error
{
    color:red;
}
.promocode .success
{
    color: lightseagreen;
}
.promocode .success button
{
    border-bottom: 1px solid lightseagreen;
    margin-left:10px;
}
#order_pickup_point_input-error
{
    margin-left:78px;
}
@media print,
(max-width: 767px)
{
    #order_pickup_point_input-error
    {
        margin-left:0;
    }
}

.order_error
{
    color:red;
    font-size: 16px;
    margin-bottom:20px;
}
.payment_block
{
    display: flex;
    align-items: center;
    justify-content: center
}

.popup_to_basket_btn
{
    color: #fff;
    background: #000;
    font-weight: 500;
    line-height: 112.2%;
    display: inline-block;
    width: fit-content;
    height: 40px;
    padding: 0 21px;
    transition: .2s linear;
    border: 1px solid #000;
}

/* делаем серый фон для картинок каталога - начало*/
/*.products .product .swiper-slide, .products .product .image
{
    background: #fff;
}
.products .product .swiper-slide:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #505050;
    opacity: .05;
}
#product_colors_modal a .thumb, .cart_info .product .thumb
{
    background: #fff;
    border: 1px solid #f8f8f8;
}
#product_colors_modal a.active .thumb
{
    border-color: #d2d2d2;
}
.products .product .image.no_square, .product_info .images .thumb.no_square
{
    padding:0;
}
.products .product .image.no_square img
{
    width:100%;
    height:100%;
}
.product_info .images .thumb
{
    background: #fff;
}*/

#product_colors_modal a.active .thumb
{
    border-color: #d2d2d2;
}
.cart_info .product .thumb img,
#product_colors_modal a .thumb img,
.product_info .color a .thumb img,
#cart_success_modal .product .thumb img,
#quike_buy_modal .image img
{
    mix-blend-mode: darken;
}

.product_info .images .fancy_img .thumb
{
    mix-blend-mode: darken;
}
/*.product_info_modal
{
    z-index:106;
}*/

/* делаем серый фон для картинок каталога - конец*/

/*.product_info .buy .gift .exp .thumb.cardholder
{
    width: 61px;
    height: 89px;
}*/
.product_info .price, .products .product .price .new
{
    color: #000000;
}
.product_info .price.has_discount, .products .product .price .new.has_discount
{
    color: #eb0000;
}

.get_discount .step
{
    height:250px;
}
@media (max-width: 479px)
{
    .get_discount .step
    {
        height:auto;
    }
}

#product_add_review_modal .form .submit_btn
{
    color: #fff !important;
    border: 1px solid #000 !important;
    background: #000;
}
#product_add_review_modal .form .submit_btn:hover
{
    color: #000 !important;
    background: none;
}

/* картинки с динамическими размерами - start*/
.catalog-element-sizes {
    position: relative;
    height: 250px;
    background: #fff;
    border: 1px solid #d2d2d2;
    width: 300px;
}
.catalog-element-sizes-icon {
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.catalog-element-sizes-icon img {
    display: block;
    margin: 0 auto;
    padding: 0 55px 0 30px;
}
.catalog-element-sizes .sizes-icon-prop--weight {
    top: 20px;
    left: 25px;
}
.catalog-element-sizes .sizes-icon-prop {
    position: absolute;
    font-size: 14px;
}
.catalog-element-sizes .sizes-icon-prop--size {
    top: 40px;
    left: 25px;
}
.catalog-element-sizes .sizes-icon-prop--width {
    bottom: 25px;
    right: 85px;
}
.catalog-element-sizes .sizes-icon-prop--height {
    bottom: 120px;
    right: 12px;
}
.catalog-element-sizes .sizes-icon-prop--depth {
    bottom: 25px;
    left: 20px;
}
.catalog-element-sizes .sizes-icon-prop--handle-height {
    bottom: 185px;
    right: 12px;
}
/* картинки с динамическими размерами - end*/

.MultiFile-remove
{
    margin-right: 10px;
    text-decoration: none;
    opacity: 0.5;
    font-size: 26px;
    color: #696969;
}
.product_info .delivery_city
{
    margin-left: auto;
    font-weight: bold;
}

/* табличка со сроками доставки в карточке товара */
.delivery_table .header {
    padding: 15px;
}
.delivery_table .flex2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.delivery_table .content {
    border-top: solid thin #e1e1e1;
    padding: 15px;
}
.delivery_table .content .item {
    margin-bottom: 15px;
}
.delivery_table .content .item .time {
    color: black;
    font-weight: 700;
}
.delivery_table .modal_btn
{
    text-decoration: underline;
}
.delivery_table .cond
{
    color:red;
}
/* табличка со сроками доставки в карточке товара */
#search_modal .result .nothing_found
{
    line-height: 52.5px;
    text-align: center;
}
.filter .item
{
    border-bottom:0;
}

.side-block .filter
{
    margin-top: 17px;
}

@media print,
(max-width: 1279px)
{
    .products_head .sort
    {
        width:fit-content;
    }
}

@media print,
(max-width: 1899px)
{
    .product_info .images .thumb
    {
        height: 100%;
    }
}
@media print,
(max-width: 1439px)
{
    .product_info .images .thumb
    {
        height: 100%;
    }
}
@media print,
(max-width: 767px) {
    .products .product .image {
        padding: 0;
    }
}

#podeli_widget
{
    width:60% !important;
    display: block !important;
    line-height: 5px !important;
}
#podeli_widget .widget-main-text
{
    font-weight:normal !important;
    font-size: 14px !important;
    font: var(--font_size) var(--font_family);
}
#podeli_widget .widget-container
{
    margin-left: auto;
    margin-right: 0;
    width:fit-content;
}
@media print,
(max-width: 1279px) {
    #podeli_widget {
        width: 25% !important;
    }
}
@media print,
(max-width: 1023px) {
    #podeli_widget {
        width: 35% !important;
    }
}
@media print,
(max-width: 767px) {
    #podeli_widget {
        width: 50% !important;
    }
}
@media print,
(max-width: 479px) {
    #podeli_widget {
        width: 65% !important;
    }
}

.waiting_product
{
    color:#eb0000;
}

header .categories .sub_categories .items a:hover
{
    color: #c97a4d;
}

.product_info .pluses
{
    margin-top:20px;
    margin-bottom:20px;
}

.more_tags_item
{
    display: none;
}
.more_tags_btn
{
    background: none !important;
}
.more_tags_btn a
{
    border-bottom:1px dashed black;
}
.about_info .video .video-js, .our_production .video .video-js
{
    display:none;
}
