padding: 0 0 20px;border-bottom: 2px solid;/*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; }*/

.text-bold {
    font-weight: bold;
}
.contacts_map::before {
    background: none;
    content: none;
}
.topic__heading #pagetitle {
    font-weight: 600;
}
.bx_filter:not(.compact) .bx_filter_parameters_box .title-wrapper {
    font-weight: bold;
}
.bx_filter .bx_filter_parameters_box_title > span,
.bx_filter .bx_filter_parameters_box_title > div {
    font-weight: 600;
}
.product-container .product-view--mix .product-info--type2 .price_txt.filed {
    padding-top: 10px;
}
.properties-group__group-name {
    font-weight: 600;
}
.product-container .product-view--mix .product-info--type2 .price_txt.filed {
    margin: 20px 0 0;
}
.ordered-block.goods.cur {
    margin: 3.133rem 0 1rem;
}
.desc-img {
    max-width:100%;
}
.linked-banners-list .banners-slider .banner.item span {
    height: 200px;
}
.linked-banners-list .owl-carousel.owl-drag .owl-item {
    border: 5px solid #f2722c;
}
.mtop-10 {
    margin: 10px 0 0; 
}
.mtop-20 {
    margin: 20px 0 0; 
}
.ctlg-section {
    margin: 0px 0px 30px;
}
.main-hr {
    margin: 40px 0 30px !important; 
}
.top-category {
    margin: 30px 0 40px;
}
.footnote {
    color: #F54927;
}
.container ul:first-child {
    margin-top: 0;
}
.list-500 li span {
    font-weight: 500;
    color: #000;
}
.landings-list__name {
    border-color: #f2722c;
    font-weight: 500 !important;
}
.landings-list__item.font_xs span.landings-list__name {
    border-color: #fff;
}
.landings-list__item--filled-bg:not(:hover) {
    background: none;
}
.landings-list__info--hidden a {
    pointer-events: none;
}
.landings-list__info--hidden .landings-list__name {
    border-color: #fafafa;
    font-weight: 400 !important;
    background: #fafafa;
}
.landings-list__info--hidden .landings-list__name span {
    border-bottom: none;
}
.landings-list__info--hidden span.landings-list__name span {
    border-bottom: 1px dotted #f2722c;
}
.sku-utp {
    display: grid;
    gap: 20px;
    grid-template-columns: 45% 50%;
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 13px;
    background: var(--light_bg_black);
    padding: 20px;
    color: var(--white_text_black);
}
@media (max-width: 650px) {
    .sku-utp {
        grid-template-columns: 100%;
    }
}
.sku-utp-list {
    font-weight: 500;
    margin: 0;
}
.sku-utp-list li:before {
    color: #f2722c;
    font-weight: 500;
}
.sku-utp .btns {
    margin: 10px 0 0;
}
.elem-order-info {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: bold;
    background: var(--light_bg_black);
    padding: 20px;
    color: var(--white_text_black);
}
.elem-order-info div:first-child {
    margin: 0 0 10px;
}

/************************ Footer **************************/

.footer-city-list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding: 10px 0 0;
}
#footer-city-list .accordion-body {
    padding: 0 35px 35px 35px;
}
#footer-city-list p {
    padding: 0 35px;
}
.footer-city-list div {
    font-size: 0.867em;
}
.footer-city-list a {
    pointer-events: none;
    color: #999;
}
.footer-accordion .accordion-head span {
    color: var(--white_text_black);
    font-weight: bold;
}
@media (max-width: 1200px) {
    .footer-city-list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
@media (max-width: 768px) {
    .footer-city-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media (max-width: 500px) {
    .footer-city-list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
.benefits {
    border-top: 1px solid #f5f5f5;
    padding: 50px 0 0;
    margin: 50px 0 0;
}
.ftr-lsi {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}
.ftr-lsi__item {
    border: 1px solid #f5f5f5;
    padding: 30px;
}
.ftr-lsi__item-icon i {
    background: #fafafa;
    padding: 20px;
    border-radius: 50%;
}
.ftr-lsi__item-title {
    font-weight: bold;
    margin: 10px 0;
}
@media (max-width: 1300px) {
    .ftr-lsi {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 650px) {
    .ftr-lsi {
        grid-template-columns: repeat(1, 1fr);
    }
}
footer .bottom-menu .item .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5385em;
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
}
footer .info .phone,
footer .info .email,
footer .info .address,
footer .info .time {
    padding: 0;
    margin-bottom: 15px;
}
.ftr-contacts__title {
    font-weight: 600;
    line-height: 1.5385em;
    color: #fff;
    margin: 0 0 5px;
}
.ftr-contacts__desc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ftr-contacts__desc i {
    margin: 0 10px 0 0;
}
.ftr-contacts__desc a {
    color: #fff;
    text-decoration: none;
}
footer .info .callback_wrap {
    margin-left: 0;
}

/*********************** Menu ***********************/

.logo_and_menu-row .callback-block {
    font-weight: 500;
    font-size: 13px;
    text-transform: none;
    letter-spacing: normal;
    line-height: 24px;
    margin: 0;
}
.logo_and_menu-row .search .search-input {
    border: 1px solid #f2722c;
}
@media (max-width: 1200px) {
    .logo img {
        width: 120px;
    }
    .line-block--48>.logo-block.line-block__item {
        padding-right: 0;
    }
}

/*---*/
.section-compact-list__image {
    width: 90px;
    height: 90px;
}

@media (max-width: 450px) { 
	.section-compact-list__image {
	    width: 60px;
    	height: 60px;
	}
}

.product-detail-gallery-sticky {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/************************ Filter **************************/

.bx_filter.compact {
padding: 0 0 30px;
}
.bx_filter_parameters { 
display: grid;
gap: 5px;
grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1300px) {
    .bx_filter_parameters {
    grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 1100px) {
    .bx_filter_parameters {
    grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 900px) {
    .bx_filter_parameters {
    grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .bx_filter_parameters {
    grid-template-columns: repeat(1, 1fr);
    }
}
.bx_filter.compact .bx_filter_parameters_box.title + .bx_filter_parameters {
    padding: 0;
}
.bx_filter.compact .bx_filter_section {
    background: #fafafa;
    padding: 10px;
}
.bx_filter.compact .bx_filter_parameters_box {
    background: #fff;
}
.bx_filter.compact .bx_filter_parameters_box.title {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

/*************** Sitemap ***************/

.sitemap .level-1,
.sitemap .level-2,
.sitemap .level-3,
.sitemap .level-4,
.sitemap .level-5 {
    margin: 20px 0 0;    
}
.sitemap .level-2 ul,
.sitemap .level-3 ul,
.sitemap .level-4 ul,
.sitemap .level-5 ul {
    margin-top: 20px; 
}

/*************** Сatalog Subsections ***************/

.section-compact-list__image {
width: 50px !important;
height: auto !important;
}
.section-compact-list__item {
padding: 15px;
}
.section-compact-list__link {
font-weight: bold;
}
.top-content-block>div {
padding: 0;
}
.page-top>div:last-of-type {
padding: 15px 0 30px;
}
.filter-panel {
padding: 30px 0 14px;
}
.group_description_block.top .landings-list.landings_list {
margin-top: 30px;
}

/*************** Flexslider ***************/

html[xmlns] .slides {
display: flex;
align-items: center;
}
.slides a {
font-weight: bold;
border-bottom: 2px solid;
}
.main-cat-carousel .slides a {
font-weight: 400;
border-bottom: 1px dashed;
}

/*************** Table ***************/

.table-responsive {
   overflow-x: auto;
   position: relative;
}
.table-responsive:before {
   content: "";
   position: absolute;
}