.tooltipe-wrap .btn.btn-default,
.list_products .btn.btn-default{
    font-size: 11px;
    padding: .2rem .5rem;
    display: block;
    width: 100%;
}
.tooltipe-wrap .btn.btn-default{
margin: 0 0 1rem;
}

div[data-wnfgr=markers] .list_products table {
    position: relative;
    margin: 2rem 0;
}

.markers_title{
    margin: 0 0 20px;
    font-weight: 500;
    background: #a5260a;
    padding: .2rem 1rem;
    display: inline-block;
    color: white;
}


.schemeModal{
display: none;
width: 100%;
height: 100%;
position: fixed;
left: 0;
right: 0;
z-index: 200;
margin: auto;
top: 0;
bottom: 0;
}
.schemeModal.in{
display: block;
}
.schemeModal .dialog{
max-width:600px;
background-color: white;
min-height: 300px;
padding: 1.5rem;
}
.schemeModal .product-detail-gallery {
    position: relative;
    max-width: 400px;
}
.schemeModal .view_sale_block.v2.grey{
		display:none
}

.schemeModal .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.2);
  }
.schemeModal .dialog {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 800px;
    max-height: 90vh;
    overflow: auto;
    background: #fff;
    padding: 1rem 2rem 5rem;
    border-radius: 0;
    width: 100%;
  }
.schemeModal .jqmClose{
    text-align: right;
    cursor: pointer;
}

.schemeModal .analog_title{
    background-color: #e5e5e5;
    text-align: center;
    line-height: 100%;
    padding: 2rem 1rem;
    font-weight: 500;
    color: var(--ui-color-base-default);
    margin: 20px 0;
}
	.schemeModal .price_txt{
		display:none
}

.schemeModal .counter_block.md, .schemeModal .counter_block.md input[type="text"] {
    height: 40px;
}
.schemeModal .btn-lg {
    padding: 10px;
}

.schemeModal .gallery-wrapper{
    position: relative;
    padding: 0 1rem 0 0;
    width: 100%;
    max-width: 270px;
}
.schemeModal .gallery-wrapper .detail-gallery-big-slider-main{
    padding-bottom: 74%;
    position: relative;
}
.schemeModal .gallery-wrapper .detail-gallery-big-slider-main .detail-gallery-big-slider-main__inner{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.schemeModal .gallery-wrapper .detail-gallery-big-slider-main .detail-gallery-big-slider-main__inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.schemeModal .flexbox--row {
    align-items: start;
}
.schemeModal .bottom-info-wrapper,
.schemeModal .calculate-delivery{
display:none
}
.schemeModal .product-main{
	width: 100%;
}
.scheme_detail div[data-wnfgr=markers] * {
    font-family: inherit;
}
.schemeModal .flexbox--row .flexbox--row{
	display:block
}
.schemeModal .product-name{
    font-weight: 400;
    line-height: 140%;
    margin: 0 0 10px;
    font-size: 14px;
    max-width: 300px;
}
.schemeModal .product-info-wrapper{
border: 1px solid;
    padding: 1rem;
    margin: 10px 0 0;
    border-color: #e5e5e5;
    background-color: white;
transition: all .3s;
}
.schemeModal .product-info-wrapper:hover{
 box-shadow: 0px 0px 10px #e9e9e9;
}
.schemeModal .box_active .product-info-wrapper{
	border: 1px solid;
    padding: 1rem;
    margin: 10px 0 0;
    border-color: #a52609;
}

div[data-wnfgr=markers] .visual{
margin: 0 1rem 0 0;
    overflow: hidden;
    border: 1px solid;
    border-color: #cfcfcf;

}

@media (max-width: 670px){
	.schemeModal .flexbox--row {
	display: block;
	}
	.schemeModal .gallery-wrapper {
	padding: 0 0 1rem;
	}
	.schemeModal .gallery-wrapper{
		max-width: 400px;
	}
	.infograd-modal {
		display: none;
	}
}