

/* Start:/local/templates/.default/components/bitrix/news.detail/terms/packaging-requirements/style.css?168123628013175*/
.packaging {
    padding: 0 0 80px;
    font-family: Roboto, -apple-system, -system-ui, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background: #ffffff;
    -webkit-tap-highlight-color: transparent;
}

.packaging-header {
    display: grid;
    grid-template-areas:
	"packaging-back"
    "packaging-top";
}

.packaging-top {
    grid-area: packaging-top;
    padding: 0;
}

.packaging-back {
    grid-area: packaging-back;
    padding: 32px 0;
}

.packaging-top-grid {
    display: grid;
    gap: 10px;
    grid-template-areas:
    "header"
    "banner"
    "description";
}

.packaging-top-header {
    grid-area: header;
}

.packaging-top-banner {
    grid-area: banner;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.packaging-top-banner img {
    height: 100%;
}

.packaging-top-description {
    grid-area: description;
    width: 100%;
    min-height: 20px;
}

.packaging-preview-text {
    padding: 20px 0 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #2B2B2B;
}

.packaging h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #2B2B2B;
}

.packaging h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #2B2B2B;
}

.packaging h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #2B2B2B;
}

.packaging h4 {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #2B2B2B;
}

.packaging-wrapper {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.packaging-nav {
    display: none;
}

.packaging-nav > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 140px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #2B2B2B;
    background: #FFFFFF;
    border: 1px solid #E4E6E7;
    border-radius: 3px;
    cursor: pointer;
}

.packaging-nav > a > div {
    color: #2B2B2B;
}

.packaging-sections-mobile {
    display: block;
}

.packaging-section {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #2B2B2B;
}

.packaging-section:first-child {
    padding-top: 24px;
}

.packaging-section:not(:first-child) {
    padding-top: 20px;
}

.packaging-section-desktop-header {
    display: none;
}

.packaging-section-mobile-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    gap: 12px;
    background: #FFFFFF;
    border: 1px solid #E4E6E7;
    border-radius: 6px;
    cursor: pointer;
}

.packaging-section-mobile-header h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.packaging-section-mobile-header img {
    transition: transform 0.2s ease-out;
}

.packaging-section-mobile-header.active img {
    transform: rotate(180deg);
}

.packaging-section-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #2B2B2B;
}

.packaging-section-desktop {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.packaging-section-desktop-image {
    display: none;
    width: 100%;
    margin-bottom: 0;
}

.packaging-section-desktop-image img {
    width: 100%;
    max-width: 510px;
}

.packaging-section-desktop-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 40px;
}

.packaging-section-desktop-2 > div {
    width: 100%;
}

.packaging-table-container-wrapper {
    margin-top: 24px;
    display: none;
}

.packaging-table-container {
    width: calc(100vw - 32px);
    max-height: 800px;
    overflow: scroll;
    scrollbar-gutter: stable;
}

.packaging-table-container::-webkit-scrollbar,
.packaging-table-container-top::-webkit-scrollbar
{
    width: 16px;
    height: 16px;
}

.packaging-table-container::-webkit-scrollbar-track,
.packaging-table-container-top::-webkit-scrollbar-track
{
    border-radius: 8px;
    width: 24px;
    left: 10px;
    background-color: #f7f9fb;
}

.packaging-table-container::-webkit-scrollbar-thumb,
.packaging-table-container-top::-webkit-scrollbar-thumb
{
    background-color: #e4e6e7;
    border: 1px solid #e4e6e7;
    border-radius: 8px;
    cursor: pointer;
}

.packaging-table-desktop {
    width: 1000px;
    border-collapse: collapse;
}

.packaging-table-desktop > thead th {
    background: #FAFAFA;
    padding: 12px 16px;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #2B2B2B;
}

.packaging-table-desktop > thead th:first-child {
    width: 48px;
}

.packaging-table-desktop > thead th:not(:first-child) {
    width: 25%;
}

.packaging-table-desktop > tbody tr {
    height: 1px;
}

.packaging-table-desktop > tbody td,
.packaging-table-desktop > tbody td p
{
    vertical-align: top;
    padding: 12px 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2B2B2B;
}

.packaging-table-desktop > tbody td {
    height: inherit;
    border-top: 1px solid #E4E6E7;
}

.packaging-table-desktop > tbody td p {
    margin: 0 0 20px;
    padding: 0;
}

.packaging-table-desktop-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* Table mobile */
.packaging-table-mobile-header {
    margin-top: 16px;
    padding: 12px 16px;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #2B2B2B;
    background: #FAFAFA;
    border-bottom: 1px solid #E4E6E7;
}

.packaging-table-mobile-column {
    padding: 0 16px 16px;
}

.packaging-page .packaging-table-mobile-column p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.packaging-helper {
    padding: 24px;
    background: #FAFAFA;
    border-radius: 6px;
}

.packaging-helper ul {
    padding: 24px 0 0 28px;
    margin: 0;
    list-style: none;
}

.packaging-helper ul > li {
    position: relative;
    padding: 0;
    margin-bottom: 16px;
    cursor: default !important;
}

.packaging-helper ul > li:last-child {
    margin-bottom: 0;
}

.packaging-helper ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    left: -28px;
    width: 20px;
    height: 15px;
    background-image: url("/local/templates/.default/components/bitrix/news.detail/terms/packaging-requirements/images/dot.svg");
}

ul.packaging-small-list {
    padding: 16px 0 0 28px;
    margin: 0;
    list-style: none;
}

ul.packaging-small-list > li {
    position: relative;
    padding: 0;
    margin-bottom: 16px;
    cursor: default !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

ul.packaging-small-list > li:last-child {
    margin-bottom: 0;
}

ul.packaging-small-list > li:before {
    content: "";
    position: absolute;
    top: 0;
    left: -28px;
    width: 20px;
    height: 15px;
    background-image: url("/local/templates/.default/components/bitrix/news.detail/terms/packaging-requirements/images/dot.svg");
}

.packaging-helper-content {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #757575;
}

.packaging-section-sample {
    margin-top: 24px;
    padding: 24px;
    border-left: 3px solid #E2A52B;
}

.packaging-page p {
    margin: 24px 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.packaging-text-large-light {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #2B2B2B;
}

.packaging-section > img {
    margin: 0 48px 31px 0;
}

.packaging a, .packaging a:visited, .packaging a:hover {
    color: #48538B;
    text-decoration: none;
}

.packaging-goto {
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.packaging-goto img {
    width: 14px;
    height: 10px;
    margin-top: 5px;
    margin-right: 5px;
    background-image: url('/local/templates/.default/components/bitrix/news.detail/terms/packaging-requirements/images/arrow.svg');
    display: inline-block;
}

ul.packaging-large-list {
    padding: 24px 0 0 28px;
    margin: 0;
    list-style: none;
}
ul.packaging-large-list > li {
    position: relative;
    padding: 0;
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    cursor: default !important;
}

ul.packaging-large-list> li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: -28px;
    width: 20px;
    height: 1px;
    background-image: url("/local/templates/.default/components/bitrix/news.detail/terms/packaging-requirements/images/list.svg");
}

@media (min-width: 481px) {
    .packaging {
        padding: 0 0 100px;
    }

    .packaging-header {
        grid-template-areas:
    "packaging-top"
    "packaging-back";
    }

    .packaging-top {
        padding: 32px 0 0;
        background: #FAFAFA;
    }

    .packaging-back {
        grid-area: packaging-back;
        padding: 40px 0;
    }

    .packaging-nav {
        display: grid;
        gap: 24px;
        grid-template-columns: 1fr 1fr 1fr;
        width: 100%;
    }

    .packaging-sections-mobile {
        display: none;
    }

    .packaging-section {
        flex-wrap: nowrap;
    }

    .packaging-text-large-light {
        font-size: 22px;
        line-height: 34px;
    }

    .packaging-section-desktop-header {
        display: block;
    }

    .packaging-section-mobile-header {
        display: none;
    }

    .packaging-section:first-child {
        margin-top: 24px;
        padding-top: 24px;
    }

    .packaging-section:not(:first-child) {
        margin-top: 40px;
        padding-top: 40px;
    }

    .packaging-section-content {
        max-height: none !important;
    }

    .packaging h1 {
        font-weight: 600;
        font-size: 26px;
        line-height: 36px;
    }

    .packaging h2 {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
    }

    .packaging-table-container-wrapper {
        display: block;
    }
}

@media (min-width: 545px) {
    .packaging-top-grid {
        display: grid;
        gap: 10px;
        grid-template-areas:
    "header banner"
    "description banner";
    }

    .packaging-section-desktop-image img {
        width: auto;
    }
}

@media (min-width: 769px) {
    .packaging-top {
        padding: 40px 0 0;
    }

    .packaging-top-description {
        grid-area: description;
        max-width: 474px;
    }

    .packaging-nav {
        gap: 20px;
        width: 631px;
    }

    .packaging h1 {
        font-weight: 600;
        font-size: 36px;
        line-height: 46px;
    }

    .packaging-section-desktop-image {
        display: block;
        width: 652px;
    }

    .packaging-section-desktop-2 {
        flex-wrap: nowrap;
        gap: 90px;
        margin-top: 60px;
    }

    .packaging-table-container {
        width: 100%;
        max-height: none;
        overflow: auto;
    }

    .packaging-table-container-top {
        display: none;
    }

    .packaging-table-desktop {
        width: 100%;
    }
}

@media (min-width: 1000px) {
    .packaging-section-desktop {
        flex-wrap: nowrap;
    }

    .packaging-section-desktop-image {
        margin-bottom: 40px;
    }

    .packaging-helper {
        margin-top: 0;
    }
}

@media (min-width: 1280px) {
    .packaging-top-description {
        grid-area: description;
        max-width: 567px;
    }

    .packaging-section:first-child {
        margin-top: 40px;
        padding-top: 40px;
    }

    .packaging-section:not(:first-child) {
        margin-top: 40px;
        padding-top: 40px;
    }

    .packaging-section-desktop-2 {
        flex-wrap: nowrap;
        gap: 130px;
    }
}

.packaging-flex {
    display: flex;
}

.packaging-flex_column {
    flex-direction: column;
}

.packaging-justify {
    justify-content: space-between;
}

.packaging-align-center {
    align-items: center;
}

.packaging-mr-16 {
    margin-right: 16px;
}

.packaging-mr-10 {
    margin-right: 10px;
}

.packaging-mt-0 {
    margin-top: 0 !important;
}

.packaging-mb-0 {
    margin-bottom: 0 !important;
}

.packaging-mt-24 {
    margin-top: 24px;
}

.packaging-mt-12 {
    margin-top: 12px;
}

.packaging-mt-32 {
    margin-top: 32px !important;
}

.packaging-mt-80 {
    margin-top: 80px;
}

.packaging-mt-60 {
    margin-top: 60px;
}

.packaging-mt-40 {
    margin-top: 40px;
}

.packaging-mb-40 {
    margin-bottom: 40px;
}

.packaging-mb-16 {
    margin-bottom: 16px;
}

.packaging-divider {
    width: 100%;
    height: 1px;
    border: 1px solid #E4E6E7;
}

.packaging-font-11 {
    font-size: 11px;
}

.packaging-grey {
    color: #AAAAAA;
}

.packaging-text_bold {
    font-weight: 700 !important;
}

.packaging-text_medium {
    font-weight: 500 !important;
}

.packaging-red {
    color: #E4003C;
}

.packaging-font-22 {
    font-size: 22px;
    line-height: 34px;
    color: #2B2B2B;
}

.packaging-font-light {
    font-weight: 300;
}

/* End */
/* /local/templates/.default/components/bitrix/news.detail/terms/packaging-requirements/style.css?168123628013175 */
