/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

body {
    color: #777;
}

.row.flexbox .item--section-ik {
    background: #ceebec;
    align-items: flex-start;
}
.row.flexbox .item--section-ik .muted {
	color: #000;
}

.item--section-ik {
	padding: 15px;
}

.item--section-ik .section-compact-list__link {
	font-size: 13px;
}

.footer-link-pk {
	color: #fff;
	text-decoration: none;
}
.footer-link-pk:focus,
.footer-link-pk:active,
.footer-link-pk:hover {
	color: #fff;
	text-decoration: underline;
}

footer .bottom-menu .wrap .item.active .title a {
	color: #fff;
}

.mt-20 {
	margin-top: 20px;
}

.doc-list-vkg {
	margin-top: 5px;
}

/*правки модалки*/
.basket_normal .popup { 
 	right: auto;
 	width: auto;
 	background: #fff;
 }

 body.jqm-initied .wrapper1 > div > div {
 	filter: none;
 	-webkit-filter:none;
 }

 .flexslider .banner_buttons.btn_pos_left {
 	top:50%;
 }
 .phone-block--top {
    display: flex;
    flex-direction: column;
 }
 .phone-block--top a {
 	font-weight: bold;
 	color: #000;
 }

 .inline-block--top-calback {
 	line-height: 14px;
 }

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

footer .info .phone.blocks .phone.with_dropdown {
	padding-left: 26px;
}

#footer .phone a {
	color: #fff;
}
#footer .phone a:hover {
	opacity: .5;
}

footer .info .phone.blocks .phone .svg.svg-inline-phone {
	top: 6px;
}

.form .form_result.success {
    background: #cbf7b0;
    padding: 15px 10px;
    font-size: 18px;
}

.popup textarea {
	min-height: 50px;
}

.popup.auth_frame {
	width: 580px;
}

.catalog_detail .tab-pane h2,
.ordered-block__title h2 {
	font-size: 26px;
}
.tab-pane.delivery h2 {
	margin-bottom: 0;
} 


@media (min-width: 501px) {
	.tab-pane.reviews .ordered-block__title h2 {
	    padding-right: 320px;
	}
}

.cookie-wrapper {
    position: fixed !important;
    bottom: 20px;
    left: 20px;
    max-width: 520px;
    width: 100%;
    text-align: center;
    padding: 20px 30px 20px;
    background: #fff;
    box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, .2);
    z-index: 999999 !important;
}

.cookie-text {
    font-size: 16px;
}

.cookie-close {
    margin-top: 15px;
    color: unset;
}
.cookie-close:hover {
    color: unset;
}
.fa-times:before {
    content: "\f00d";
}

.cookie-cross {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 35px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
        
    .cookie-wrapper {
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        padding-bottom: 50px;
    }

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

#bx-soa-order #bx-soa-orderSave button {
    float: none!important;
    text-shadow: none;
    color: #FFF;
    font-size: 11px;
    display: inline-block !important;
    margin-top: 0px !important;
}

.reviews-reply-form {
    position: relative;
}

.result-form-review {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 111;
}
.result-form-review.active {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    flex-direction: column;
}

.top-banner {
    display: flex;
    position: relative;
    padding: 10px 40px;
    margin-bottom: 40px;
    justify-content: space-between;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-banner__text {
    text-align: left;
    margin-right: 30px;
    font-size: 47px;
    line-height: 50px;
    letter-spacing: 1px;
}

@media (max-width: 730px) {
    .top-banner__text {
        font-size: 40px !important;
        line-height: 42px !important;
    }
}

@media (max-width: 600px) {
    .top-banner__text {
        font-size: 26px !important;
        line-height: 34px !important;
    }
}


@media (max-width: 510px) {
    .top-banner__text {
        font-size: 24px !important;
        line-height: 30px !important;
        margin-right: 0;
    }
    .top-banner__img {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .top-banner {
        flex-direction: column-reverse;
    }
}


.plashka.webharmony_plashka {
    display: none !important;
}

.only_banner .top_slider_wrapp .flexslider .slides > li {
    background-size: cover;
}

.section-list-rand {
    margin-top: 40px;
}

.main_h1 {
    margin-top: 40px;
    text-align: center;
}

@media (max-width: 768px) {
    .main_h1 h1 {
        font-size: 18px;
    }
}

.warning-wrapper {
    background-color: red;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    color: #fff;
    text-align: center;
}

.warning-text {
    position: relative;
}
.warning-text a {
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    text-decoration: underline;
}
.warning-text a:hover {
    text-decoration: none;
}
.warning-text i {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 5px;
    transition: all .2s;
}
.warning-text i:hover {
    transform: rotate(90deg);
}

@media screen and (max-width: 991px) {
    .warning-wrapper {
        margin-top: 16px;
    }
}

#mobilemenu .menu ul>noindex>li {
    list-style: none;
    display: block;
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    padding: 0;
}

#mobilemenu .menu ul>noindex>li.menu_title a {
    padding: 0px;
}

header .menu_top_block li .dropdown>li>a, 
.menu_top_block.catalog_block .dropdown>li.full>a, 
.left_menu > li> a {
    background: #ecf0f1;
}

/* custom style search bar */
.logo_and_menu-row .search .search-input {
    border: 3px solid #00b2c2;
}

.logo_and_menu-row .search .search-input::placeholder {
    color: #000;
}

/* table characters product arrow */
.product-table-props {
    border: 1px solid #eee;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
}

.product-table-props td {
    padding: 5px 10px;
    border: 1px solid #eee;
    text-align: left;
}

.product-table-props tbody tr:nth-child(odd) {
    background: #fff;
}

.product-table-props tbody tr:nth-child(even) {
    background: #F7F7F7;
}

@media(max-width: 768px) {
    .product-table-props {
        table-layout: auto;
    }
}

.oferta-price-text {
    color: #fff;
}

.product-view--side-left .content {
    overflow-x: auto;
}

.mobilemenu-v1 .icons{
    display: flex;
    justify-content: center;
}
.mobilemenu-v1 .icons .wrap_cabinet .dropdown-menu{
    display: none;
}

.mobilemenu-v1 .top-contacts .contacts{
display: none;
}

.mobilemenu-v1 .bottom-contacts .mobile-menu-contacts{
display: none;
}
.mobilemenu-v1 .logo-block {
    padding: 0;
}
.mobilemenu-v1 .logo-block .logo{
    margin: 0 auto;
}

.cookie-mobile{
    display: none;
}

@media (max-width: 425px){
    .filter-panel.sort_header.view_block{
        background: #0096a3;
    }
    .filter-panel{
        padding: 13px 10px 14px;
    }
    .filter-panel .font_upper_md{
        color: #fff;
    }
    .filter-panel svg .cls-1{
        fill: #fff;
    }
    .cookie-not-mobile{
        display: none;
    }
    .cookie-mobile{
        display: block;
    }
}
.txt_gallery{
    text-align: center;
    font-size: 12px;
    color: #999;
    width: 50%;
    margin: 20px auto 0 auto;
}
.product-detail-gallery__item figcaption {
    display: none;
}
@media (max-width: 600px) {
    .txt_gallery{
        width: 100%;
    }
}

/*.section-content-wrapper.with-leftblock {
    float: right;
    width: calc(100% - 277px);
    position: relative;
}*/

.logo_and_menu-row .wrap_icon {
    height: 82px;
}

.logo_and_menu-row .float_wrapper.fix-block + .search_wrap {
    padding-right: 58px;
}

#headerfixed .logo-row.v3 .search_wrap .search-block {
    display: table-cell;
    width: 20%;
    padding: 0 40px 0 31px;
}

#headerfixed .inner-table-block {
    height: 62px;
}

#headerfixed .logo-row.v3 .wrap_cabinet .personal-link {
    padding: 0 37px 0 37px;
}

.wrapper1 .inline-search-block {
    position: fixed;
    background: #fff !important;
    background: var(--black_bg_black) !important;
    width: 100%;
    top: -200px;
    right: 0;
    z-index: 3001;
    transition: all ease 0.5s;
}

.top-block .menu.topest {
    margin: 0 15px;
}

.logo_and_menu-row .basket-link {
    padding-left: 30px;
    padding-right: 0;
}
/* категории в карточке товара */
.product-categories-title {
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.product-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 1rem;
}

.category-link {
    display: inline-block;
    padding: 8px 15px;
    background-color: #0096a3;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.category-link:hover {
    background-color: #00b2c2; /* Зеленый цвет при наведении */
    border-color: #00b2c2;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.product-span{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}