/*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;  }*/
.list-item-description{
	color: black;
	font-size: 13px;
	font-weight: bold;
}
@media (min-width: 721px){
	.list-item-description {
		display: none;
	}
}
#basket-root .basket-items-list .basket-item-block-info .basket-items-list-item-warning-container .alert.alert-warning{
	color:red;
}
.photo3d img{
	cursor: pointer;
}
.h3 {
	margin-bottom: 1.533rem;
	margin-top: 0px;
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: normal;
	color: #333;
}
.fake-h3{
	/*margin-bottom: 1.533rem;*/
	margin-top: 0px;
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.126em;
	font-size:1.6em;
}
h1.fake-h3{
	margin-top: 1.533rem;
	margin-bottom: 1.533rem;
}
@media(min-width:992px){
	.ajax_items{
		display: flex;
	}
	.ajax_items .contacts-page-map{
		width: 50%;
		order:1;
	}
	.ajax_items .contacts-stores{
		max-height: 550px;
		overflow: auto;
		padding-bottom: 50px;
	}
}
@media(min-width: 768px){
	.b24-widget-button-position-bottom-right {
		right: 66px !important;
		bottom: 110px !important;
	}
}
@media(max-width: 767px){
	.b24-widget-button-position-bottom-right {
		right: 10px !important;
		bottom: 100px !important;
	}
}
@media (max-width: 767px){
	a.scroll-to-top {
		display: block; 
		right: 20px;
		bottom: 40px !important;
	}
}
@media (max-width: 600px) {
	.compact-catalog .ajax_load .counter_wrapp .button_block .btn{
		white-space: break-spaces;
	}
	.compact-catalog .catalog_block .catalog_item &gt; div .item_info{
		padding-bottom: 40px;
	}
}
.custom_detail_sale_block{
	margin-bottom: 20px;
}
.custom_detail_sale_block .sale_block{
	padding: 20px 30px 20px;
	display: flex;
	align-items: center;
}
.custom_detail_sale_block .sale_block .title_block{
	color: #777;
	margin-bottom: 5px;
	font-size: 16px;
	white-space: nowrap;
	margin: 0 20px 0 0;
}
.popup.fast_view_sale_frame{
	max-width: 100%;
}
.tHowToList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
    margin-bottom: 96px;}
	
.tHowToList__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tHowToList__icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background-color: #F6F7F8;
    padding: 16px;
    margin-bottom: 24px;
}

ul.tHowToList:not([id*="bx_"]) > li:before {
    content: none;
}

.tHowToList__text {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
@media (max-width: 1023px) {
    .tHowToList {
        grid-template-columns: repeat(1, 1fr);
        gap: 32px;
        margin-bottom: 64px;
    }
}

.tLandingFast {
    margin-bottom: 96px;
}
.tLandingFast__title {
    margin-bottom: 64px;
}
.tLanding__subtitle {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-transform: none;
}
.tLandingFast__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    gap: 48px;
}
.tLandingFast__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}
.tLandingFast__list li {
    padding-left: 28px;
    display: flex;
    align-items: center;
    position: relative;
}.tLandingFast__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}
.tLandingFast__list li:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FFDD2D;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
@media (max-width: 1023px) {
    .tHowTo, .tLandingFast, .tWhatIs, .tConditions, .tPayments, .tNotion {
        max-width: 470px;
        margin: 0 auto 64px;
    }
	.tLandingFast__row {
        grid-template-columns: repeat(1, 1fr);
        gap: 32px;
        margin-bottom: 64px;
    }
	.tLandingFast__list {
        align-items: center;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .tLandingFast__title {
        margin-bottom: 0;
    }
	.tLanding__subtitle {
        font-size: 24px;
        line-height: 28px;
    }
}
.tWhatIs {
    background-color: #F6F7F8;
    border-radius: 8px;
    margin-bottom: 96px;
}
.tWhatIs__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.tWhatIs__col:first-child {
    padding: 32px;
}
.tWhatIs__title {
    text-align: left;
}
.tLanding__subtitle {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-transform: none;
}
.tWhatIs__text {
    text-align: left;
}
.tLanding__text {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}
.tWhatIs__col img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
}
@media (max-width: 1023px) {
    .tWhatIs {
        margin-bottom: 64px;
    }
	.tWhatIs__row {
        grid-template-columns: repeat(1, 1fr);
        gap: 32px;
    }
    .tHowTo, .tLandingFast, .tWhatIs, .tConditions, .tPayments, .tNotion {
        max-width: 470px;
        margin: 0 auto 64px;
    }
	
}
@media (max-width: 768px) {
    .tLanding__subtitle {
        font-size: 24px;
        line-height: 28px;
    }
	.tLanding__text {
        font-size: 17px;
        line-height: 28px;
    }
}
.tConditions {
    margin-bottom: 64px;
}
.tConditions__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
}
.tConditions__title {
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin-bottom: 16px;
}
.tConditions__text {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}
@media (max-width: 1023px) {
    .tConditions__row {
        grid-template-columns: repeat(1, 1fr);
        gap: 32px;
    }
	.tConditions__title {
        text-align: center;
    }
	.tConditions__text {
        text-align: center;
    }
}
.tNotion {
    border: 1px solid #EAECEE;
    padding: 32px 152px 32px 32px;
    margin-bottom: 128px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}
.tNotion__text {
    position: relative;
}
@media (max-width: 1023px) {
    .tNotion {
        padding: 32px;
        display: flex;
        justify-content: center;
    }
}
.tLanding__payments {
    margin-bottom: 96px;
}
.tPayments__text {
    text-align: left;
}
@media (max-width: 768px) {
    .tPayments {
        margin-bottom: 32px;
    }
}

/*картинки на странице оформления заказа*/

.bx-soa-pp-company-image {
    height: 55px;
    width: 100%;
    background-size: inherit;
    background-repeat: no-repeat;
}
@media(max-width: 991px){
    .search_page .menu_top_block.catalog_block.in-search {
        display: none;
    }
}