

/* Start:/local/templates/impuls/components/bitrix/news/catalog/bitrix/news.detail/.default/style.css?17501570076923*/
.page-title__registry {
    text-decoration: none;
}
/* - - - - - I N P U T - - - - - */
#resultContainer {
    width: 100%;
}

#calc-table .modal-window__content {
    flex-direction: column-reverse;
}

.calc-outer {
    grid-area: aside-r;
    width: calc(100% - 60px);
    margin-left: 60px;
}

@media (min-width: 1251px) and (max-width: 1550px) {
	.calc-outer {
		width: calc(100% - 30px);
		margin-left: 30px;
	}
}

@media screen and (max-width: 1250px) {
    .calc-outer {
        order: 1;
        width: calc(100% - 0px);
        margin-left: 0px;
        margin-bottom: 20px;
    }
	.article-section__aside {
		order: 2;
	}
    .article-section .section__content {
        order: 3;
    }
}

.calc-outer form {
    width: 100%;
    background: #f1f1f1;
    padding: 30px;
    border-radius: 12px;
}

.range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background: var(--stroke-dark-20);
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.range-slider:hover {
  opacity: 1;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 23px;
  height: 23px;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11.5' cy='11.5' r='10.5' fill='%23F1F1F2' stroke='%231675E5' stroke-width='2' /%3E%3C/svg%3E");
  cursor: pointer;
}

.range-slider::-moz-range-thumb {
  width: 23px;
  height: 23px;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11.5' cy='11.5' r='10.5' fill='%23F1F1F2' stroke='%231675E5' stroke-width='2' /%3E%3C/svg%3E");
  cursor: pointer;
}

#targetValue {
    border: 1px solid var(--stroke-dark-20);
    border-radius: 8px;
    padding: 15px 9px;
    outline: none;
    font: var(--font-body-S-r);
    color: var(--text-dark-100);
    text-align: center;
}

#targetValue::-webkit-outer-spin-button,
#targetValue::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.calc-outer form .group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.calc-outer label {
    color: var(--text-dark-60);
    font: var(--font-body-S-r);
}

#calculateButton {
    width: 100%;
    margin-top: 60px;
}

/* - - - - - T A B L E - - - - - */
.pre_table_desc {
    font: var(--font-body-M-l);
    margin-bottom: 60px;
    margin-top: 0;
}

.pre_table_title {
    font: var(--font-title-S);
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid var(--stroke-dark-20);
    padding: 0px 0px 25px 0px;
}

.table_tile {
    background-color: #fff;
    border-radius: 16px;
    margin-top: 16px
}

.table_tile,.table_wrap {
    padding: 0 16px 16px;
    position: relative
}

.table_wrap {
    margin: 0 -16px;
    overflow-x: auto;
    width: calc(100% + 32px)
}

.table_wrap::-webkit-scrollbar {
    height: 8px
}

.table_wrap::-webkit-scrollbar-track {
    background: #f9f7f3;
    border-radius: 8px;
    margin-left: 24px;
    margin-right: 24px
}

.table_wrap::-webkit-scrollbar-thumb {
    background: #afb6b9;
    border-radius: 8px
}

.table_wrap::-webkit-scrollbar-thumb:hover {
    background: #afb6b9
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    width: 100%
}

table thead {
	border-bottom: 2px solid var(--accent-secondary-default);
}

table td,table th {
    font: var(--font-body-S-r);
    padding: 6px 10px
}

table td:first-child,table th:first-child {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    padding-left: 24px
}

table td:last-child,table th:last-child {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px
}

table td.td_part,table th.td_part {
    background-color: #fff!important;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 24px;
    padding: 16px 8px 8px 0
}

table td.td_part_more,table th.td_part_more {
    padding-left: 0
}

table td.right,table th.right {
    text-align: right
}

table td.center,table th.center {
    text-align: center
}

table th {
    color: #585858
}

table .th_head {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 22px;
	line-height: 150%;
	color: var(--text-dark-100);
}

@media screen and (max-width: 630px) {
	table .th_head {
		font: var(--font-body-S-l);
	}
	.scroll-table {
		width: 100%;
		overflow-y: scroll;
	}
}

table .th_head.small {
    padding-right: 15px
}

table .th_head:after {
    background-color: #d8dfe2;
    bottom: -10px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

table .middle,table .middle td,table .middle th {
    vertical-align: middle!important
}

table .bottom,table .bottom td,table .bottom th {
    vertical-align: bottom!important
}

table .nowrap {
    white-space: nowrap
}

table.bg_white tr {
    border-bottom: 1px solid #d8dfe2
}

table.bg_white tr:last-child {
    border-bottom: none
}

table.bg_white tr td,table.bg_white tr th {
    background-color: #fff!important
}

table.bg_white th {
    color: #646770;
    font-size: .875rem;
    font-weight: 600;
    line-height: 22px;
    padding: 12px
}

table.bg_white td {
    font-size: 1.125rem;
    line-height: 22px;
    padding: 12px
}

table.bg_white .aslink,table.bg_white a {
    color: #2e62e9
}

@media(hover: hover) {
    table.bg_white .aslink:hover,table.bg_white a:hover {
        text-decoration:underline;
        text-decoration-thickness: 1px
    }
}

table.bg_white .aslink:active,table.bg_white a:active {
    text-decoration: underline;
    text-decoration-thickness: 1px
}

table tr.color-gray td,table tr.color-gray th {
    background: #fff;
    color: #d8dfe2
}

table tr.special-gray td,table tr.special-gray th,table tr.special-gray-out td,table tr.special-gray-out th {
    background: #d8dfe2!important;
    border-radius: 0
}

.table_price tr {
	border-bottom: 1px solid var(--stroke-dark-20);
}

.table_price td {
    font: var(--font-body-S-l);
}

.table_price tr:last-child td {
    font-weight: 700 !important;
}

.table_price .tr_customers td,.table_price .tr_customers th {
    color: #85878e;
    font-size: .875rem;
    line-height: 14px;
    padding-bottom: 8px;
    vertical-align: top
}

.table_price .td_article {
    min-width: 190px;
    padding-right: 24px;
    width: 190px
}

.table_price .td_name {
    min-width: 340px;
	padding: 25px 25px 25px 0px;
}

.table_price .td_price {
    min-width: 102px;
    width: 110px
}

.table_price .td_cart .add_to_cart {
    width: 120px
}

.table_price .tr_cart {
    min-width: 130px;
    width: 130px
}
/* End */
/* /local/templates/impuls/components/bitrix/news/catalog/bitrix/news.detail/.default/style.css?17501570076923 */
