

/* Start:/local/templates/second_site/components/bitrix/catalog/packages/style.css?17594221746482*/
.js-packages-sort-options {
    position: absolute;
    width: 250px;
    right: -2px;
    background: white;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0px 3px 12px 0px #00000017, 0px 1px 2px 0px #00000005;
}
.js-packages-sort-options a {
    display: block;
    font-size: 16px;
    text-align: left;
    border-radius: 8px;
    padding: 8px;
    margin:0;
    text-decoration: none;
    position: relative;
    color: #2B2E33;
}
.js-packages-sort-options a:hover {
    background-color: #F0F0F0;
}
.js-packages-sort-options .in_use  a::after {
    content: "";
    position: absolute;
    right: 8px;
    top:8px;
    width: 24px;
    height: 24px;
    background-image: url("/local/templates/second_site/img/icon-checkmark.svg");
}
.js-packages-sort-options .in_use  a {
    color: #056ED6;
}
.dropdown-sort-icon{
    transform: rotate(180deg);
    filter: brightness(0.5);
}
.packages-order-active .dropdown-sort-icon{
    transform: rotate(0deg);
    filter: brightness(1);
}
.packages-order-active .packages-order-chosen {
    color: #056ED6!important;
}
.with-explanation {
    position: relative;
    font-weight: 700;
}
.explanation-title-underline {
    border-bottom: dotted 1px #2B2E33;
    margin-right: 5px;
    line-height: 20px;
}
.explanation-block {
    border-radius: 100%;
    height: 15px;
    width: 15px;
    font-size: 14px;
    font-weight: bold;
    background-color: #e9e9e9;
    display: inline-block;
    text-align: center;
    line-height: 15px;
    color: black;
}
.with-explanation::before {
    content: '';
    white-space: wrap;
    border: 1px solid #d4d4d4;
    background-color: white;
    padding: 10px;
    position: absolute;
    bottom: 100%;
    left: -46px;
    border-radius: 12px;
    display: none;
    z-index: 10;
    width: 280px;
    font-size: 14px;
    color: black
}
.with-explanation:hover::before {
    display: block;
    font-weight: 400;
    line-height: 15px;
}
.explanation-rw::before {
    content: 'Rw – индекс звукоизоляции воздушного шума конструкции';
}
.explanation-dlnw::before {
    content: 'ΔLnw – индекс ДОПОЛНИТЕЛЬНОЙ звукоизоляции ударного шума конструкции';
}
.explanation-drw::before {
    content: 'ΔRw – индекс ДОПОЛНИТЕЛЬНОЙ звукоизоляции воздушного шума конструкции';
}
.explanation-saundline-pgp-super::before {
    content:'Индекс звукоизоляции воздушного шума всей конструкцией при монтаже на пазогребневую перегородку толщиной 100 мм';
}
.explanation-rw-wall::before {
    content:'Индекс звукоизоляции воздушного шума всей конструкцией при монтаже на стену из силикатного кирпича толщиной 120 мм';
}
.explanation-rw-part::before {
    content:'Индекс звукоизоляции воздушного шума всей конструкцией';
}
.explanation-thickness::before {
    content:'Толщина конструкции';
}
.explanation-height::before {
    content:'Максимальная допустимая высота конструкции';
}
.explanation-weight-pm-floor::before, .explanation-weight-m2-floor::before {
    content:'Максимальная допустимая нагрузка на кв.м. конструкции';
}
.explanation-weight-pm::before, .explanation-weight-m2::before {
    content:'Максимальная допустимая нагрузка на конструкцию без использования закладных';
}
.explanation-package-star::before {
    content:'Без учета дополнительных работ, доставки на объект и подъема на этаж';
    left: -160px;
}
.package-property svg {
    margin-right: 10px;
}
.package-property .with-explanation {
    display: flex;
}
.package-in-list {
    margin-top: 24px;
    display: flex;
    border-bottom: 1px solid #E2E2E2;
}
.package-picture-block {
    flex-shrink: 1;
    flex-grow: 0;
    width: 232px;
    padding-right: 32px;
}
.package-title-description-block {
    flex-grow: 1;
}
.packages-properties {
    display: flex;
    flex-wrap: wrap;
}
.package-title-description-block {
    display: flex;
}
.package-title {
    font-weight: 500;
    color: #2B2E33;
    text-decoration: none;
    margin-bottom: 6px;
    display: block;
}
.package-title:hover {
    text-decoration: underline;
}
.packages-item-text {
    font-size: 13px;
    line-height: 18px;
    margin: 10px 0 24px;
}
.packages-price-block {
    flex-shrink: 1;
    width: 207px;
    padding-left: 32px;
    min-width: 207px;
}
.packages-item {
    flex-grow: 1;
}
.package-picture-block img{
    max-width: 100%;
    min-width: 200px;
    border-radius: 12px;
    margin-bottom: 24px;
}
img.bordered {
    border: 1px solid #E2E2E2;
}
.package-property {
    margin-right: 20px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    font-size: 16px;
}
.packages-material-price-title, .packages-services-price-title {
    font-size: 13px;
    color: #868686;
    line-height: 15px;
    margin-bottom: 4px;
}
.packages-price-value {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}
.packages-buttons-wrap {
    margin-top: 22px;
}
.packages-buttons-wrap .btn {
    font-size: 16px;
    padding: 0 24px;
    line-height: 48px;
    margin-bottom: 16px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
.packages-list .packages-buttons-wrap .btn {
    max-height: 48px;
}
@media (max-width:1000px) {
    .package-property {
        font-size: 14px;
    }
    .packages-price-block {
        width: 185px;
        min-width: 185px;
    }
    .packages-price-value {
        font-size: 18px;
    }
    .packages-buttons-wrap .btn {
        font-size: 14px;
        line-height: 40px;
        padding: 0 20px;
    }
}
@media (max-width:800px) {
    .package-picture-block {
        width: 84px;
        padding-right: 12px;
    }
    .package-picture-block img {
        min-width: 72px;
        border-radius: 5px;
    }
}
@media (max-width:600px) {
.package-title-description-block {
    display: block;
}
    .packages-price-block {
        padding-left: 0px;
    }
}

/* End */


/* Start:/local/templates/second_site/components/bitrix/catalog/packages/bitrix/catalog.element/gb/style.css?17589586854798*/
.package-image  {
    width: 395px;
}
.package-image img {
    width: 100%;
    max-width: 395px;
    border-radius: 12px;
}
#addToBasket.popup .into {
    max-width: 700px;
}
.package-property {
    margin-bottom: 17px;
}
.package-items-list div {
    margin-bottom: 16px;
    display: flex;
}
.package-items-list span {
    background-color: #056ED6;
    border-radius: 50%;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    flex-shrink: 0;
}
.package-items-list a {
    color: #2B2E33;
    text-decoration: none;
}
.payment-block-wrap {
    min-width: 325px;
    flex: 0 1 0;
    position: relative;
    margin-bottom: 15px;
    padding: 32px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 3px 14px 0 rgb(0 0 0 / 10%);
}
.package-top-row {
    display: flex;
}
.package-props-and-items {
    flex: 1 0 0;
    margin: 0 64px;
}
.packages-material-price-title, .packages-services-price-title  {
    font-size: 16px;
    margin-bottom: 5px;
}
.packages-price-value {
    font-size: 28px;
}
.payment-block-wrap .btn{
    line-height: 56px;
}
.package-element-delivery-block {
    margin:24px -32px 0 !important;border-top: 1px solid #E2E2E2; padding: 15px; display: flex;
}
#package-l, #package-w, #inputNewName {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    border: 1px solid #E2E2E2;
    background-color: #FFFFFF;
    text-align: center;
    margin: 0 4px;
}
#inputNewName {
    width: 100%;
    height: 42px;
    padding-left: 10px;
    text-align: left;
    margin: 12px 0;
}
.surface-params:first-of-type {
    margin-left: 18px;
}
.surface-params {
    white-space: nowrap;
    margin-right: 24px;
}
.services-calculator {
    width: 100%;
    border-spacing: 0;
}
.services-calculator td {
    text-align: left;
    border-bottom: 1px solid #E2E2E2;
}
.services-calculator td:last-of-type {
    font-weight: 700;
}
.services-calculator th {
    text-align: left;
    font-weight: 500;
    border-bottom: 1px solid #868686;
}

.services-calculator td,.services-calculator th {
    padding-right:  10px;
}

.services-calculator td:first-of-type{
    padding-right: 0;
}
.services-calculator td:nth-of-type(2),.services-calculator td:nth-of-type(3), .services-calculator th:nth-of-type(2),.services-calculator th:nth-of-type(3) {
    text-align: center;
}
td.image-and-name-in-table img{
    border-radius: 12px;
    max-width: 112px;
}
td.image-and-name-in-table a{
    margin: 16px 24px 16px 0;
    text-decoration: none;
    color: #2B2E33;
}
td.image-and-name-in-table {
    display: flex;
    align-items: center;
}
.package-itogo {
    font-size: 20px;
    font-weight: 500;
}

.rubles {
    white-space:nowrap;
}
.rubles:after {
    content: " ₽";
    display: inline-block;
    margin-left:3px;
}
td.item-price, td.item-total {
    white-space: nowrap;
}
.package-add-to-basket-wrap {
    border-radius: 12px; background-color: #F7F7F7; padding: 35px 24px; margin: 24px 0; display: flex; justify-content: space-between; align-items: center
}

.tabs {
    display: inline-flex;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    padding: 1px;
    margin-bottom: 25px;
}

.tab-button {
    flex-grow: 0;
    padding: 16px 29px;
    border: none;
    background-color: #F7F7F7;
    color: #2B2E33;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
    border-radius: 8px;
}
.tab-button.active {
    background-color: #fff;
    color: #333;
    position: relative;
    z-index: 1;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.04);
    cursor: text;
}


.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

@media (max-width:1300px) {
    .package-element-delivery-block {
        margin: 24px -24px 0!important;
    }
    .packages-price-value {
        font-size: 22px;
    }
    .package-props-and-items {
        margin: 0 24px;
    }
    .package-image {
        max-width: 280px;
    }
    .payment-block-wrap {
        padding: 24px;
        min-width: 281px;
    }
    .packages-material-price-title, .packages-services-price-title  {
        font-size: 14px;
    }
    .payment-block-wrap .btn{
        line-height: 48px;
    }
}
@media (max-width:990px) {
    .pop-link.btn {
        margin-bottom: 14px;
    }
    .package-add-to-basket-wrap{
        display: block;
    }
    .package-props-and-items {
        margin: 0px;
    }
    .package-image {
        max-width: 100%;
        margin-bottom: 24px;
    }
    .package-top-row {
        display: block;
    }
}

@media (max-width:350px) {
    .pop-link.btn {
        padding: 0 9px;
        font-size: 14px
    }
}
/* End */
/* /local/templates/second_site/components/bitrix/catalog/packages/style.css?17594221746482 */
/* /local/templates/second_site/components/bitrix/catalog/packages/bitrix/catalog.element/gb/style.css?17589586854798 */
