

/* Start:/bitrix/templates/aspro-premier/components/bitrix/catalog/main/style.min.css?17230631521446*/
.top-content-block>div{margin-bottom:32px}.top-content-block>div:empty{margin-bottom:0}.seo_block p img[align="right"]{margin:0 0 20px 20px}.seo_block p img[align="left"]{margin:0 20px 20px}.top-content-block .seo_block--img{width:300px;margin-bottom:0}.top-content-block .sticky-block{margin-bottom:32px}.group_description_block.bottom{padding:48px 0 0}.no_goods{padding:30px 30px 0}.js-load-wrapper>.no_goods{margin-top:-1px}.no_goods .no_products{position:relative}.no_goods .no_products:before{content:"";position:relative;width:117px;height:117px;background:url("/bitrix/templates/aspro-premier/components/bitrix/catalog/main/../../../../images/empty_catalog.png") 0 0 no-repeat;display:block;margin:auto auto 23px}.no_goods .button{float:right;margin:17px 0 0}.wrap_text_empty{padding:10px 0 15px 0;text-align:center}.wrap_text_empty .middle_text{padding:16px 0 0;display:inline-block}#main .catalog-maxwidth .catalog-detail__bottom-info .detail-block:not(.tizers),#main .catalog-maxwidth .bottom-links-block{margin-left:auto;margin-right:auto}html.bx-ie #main .catalog-maxwidth .catalog-detail__bottom-info .detail-block:not(.tizers),html.bx-ie #main .catalog-maxwidth .bottom-links-block{flex-basis:auto}.section-content-wrapper .text_after_items{margin-top:49px}.ordered-block--hide-icons .sticker,.ordered-block--hide-icons .btn-fast-view,.ordered-block--hide-icons .catalog-block__info-tech{display:none}@media (max-width:600px){.seo_block p img{float:none;display:block;margin-inline:0!important}}
/* End */


/* Start:/bitrix/templates/aspro-premier/components/bitrix/catalog.section.list/sections_list/style.min.css?1723063152597*/
.sections-list-full__item-image-wrapper{--section-image-size:40px;width:var(--section-image-size);height:var(--section-image-size);}.sections-list-full__item-image-wrapper--TRANSPARENT_PICTURES{--section-image-size:56px;}.sections-list-full__item-image-wrapper--PICTURES{--section-image-size:88px;}.sections-list-full__items--top-image .sections-list-full__item-image-wrapper--PICTURES{--section-image-size:120px;}.sections-list-full__item-image-wrapper--ICONS svg{width:var(--section-image-size);height:var(--section-image-size);}.sections-list-full .sections-list-full__item-info{flex-shrink:1;}
/* End */


/* Start:/local/components/tsprof/tsprof.anglecalculator/templates/.default/style.css?17691665083553*/
/* Калькулятор углов заточки */
.calculator-block {
    background: #EFF0F2;
    border-radius: 10px;
    padding: 15px;
    width: 200px;
    font-family: 'Montserrat';
	margin: 0 20px 10px 0;
	float: left;
}

.calculator-block .photo {
    text-align: center;
}

.calculator-block .title {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 3px;
}

.calculator-block .text {
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2;
}

.calculator-block .calculator-btn {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    padding: 6px;
}

@media (max-width: 767px) {
    .calculator-block {
        float: none;
        width: 100%;
        margin: 20px 0;
    }
}

.calculator-block .angle-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.calculator-block h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 32px;
    color: #222222;
    margin: 0 0 15px;
    line-height: 1.2;
}

.calculator-block p {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    color: #333;
    margin: 0 0 20px;
}

.calculator-btn {
    background-color: #f23a3a;
    color: white;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s;
}

.calculator-btn:hover {
    background-color: #d93232;
}

.calculator-btn:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    z-index: 1000;
}

.popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    max-width: 400px;
    width: 90%;
}

.sharpening-calculator {
    font-family: 'Manrope', sans-serif;
}

.sharpening-calculator h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 20px;
}

.calculator-field {
    margin-bottom: 15px;
}

.calculator-field label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}

.calculator-field select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.result {
    margin-top: 20px;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 4px;
    display: none;
}

.result p {
    margin: 5px 0;
    font-size: 14px;
}

/* Таблица абразивности */
.popup-content--table{
    max-width: 1000px;
    width: 95%;
    height: 60vh;
    padding: 20px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.popup-content--table .jqmClose{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.abrasive-table-wrap{
    height: 100%;
    padding-top: 26px;
    box-sizing: border-box;
}

.abrasive-table-iframe{
    width: 100%;
    height: calc(100% - 36px);
    border: 0;
    display: block;
}

/* End */
/* /bitrix/templates/aspro-premier/components/bitrix/catalog/main/style.min.css?17230631521446 */
/* /bitrix/templates/aspro-premier/components/bitrix/catalog.section.list/sections_list/style.min.css?1723063152597 */
/* /local/components/tsprof/tsprof.anglecalculator/templates/.default/style.css?17691665083553 */
