

/* Start:/stone/dark-theme.css?178029480319116*/
/* змінюємо тему */
:root {
    --grayscale-black: #202020;
    --grayscale-base: #606060;
    --grayscale-dark: #404040;
    --grayscale-soft: #909090;
    --grayscale-light: #c0c0c0;
    --grayscale-faint: #e0e0e0;
    --primary-light: #60C0FF;
}
body.dark-theme,
.dark-theme .grid,
.dark-theme .main,
.dark-theme .footer,
.dark-theme .page-footer__body,
.dark-theme .multi-choose-results {
    background-color: var(--grayscale-black);
    color: var(--grayscale-light);
}
.dark-theme .modal .modal__close .icon__pic {
    color: #fff;
}
.dark-theme .page-footer__section:not(:first-child) {
    border-top: 1px solid #404040;
}
.dark-theme.grid {
    font-size: 16px;
    line-height: 20px;
}
.header.header--sticky .page-header {
    animation: unset;
    box-shadow: unset;
    background-color: #202020;
}
.header.header--sticky.sticky--line .page-header {
    box-shadow: -1px 0 0 1px #202020;
}
.dark-theme .header.header--sticky .page-header__inner {
    transition: unset;
}
.sticky--line .page-header {
    border-bottom: 1px solid #404040;
}
.dark-theme .header--sticky .page-header__navbar-categories .page-header__navbar-item {
    gap: 0 16px;
}
.dark-theme .header--sticky .page-header__navbar-item.selected-city {
    min-width: 96px;
}
.grid .main {
    padding-bottom: 0;
}
.submenu {
    display: none!important;
}
.dark-theme .header .text,
.dark-theme .header .button,
.dark-theme .header .icon--color--blue,
.dark-theme .header .text--color--gray,
.dark-theme .header .text--color--blue,
.dark-theme .header .dropdown__select-arrow > *,
.dark-theme .choose-lang__item,
.dark-theme .mobile_main_menu a:hover {
    color: #e0e0e0;
}
.dark-theme .dropdown__select:hover .text,
.dark-theme .dropdown__select:hover .button,
.dark-theme .dropdown__select:hover .icon,
.dark-theme .dropdown__select:hover .icon--color--blue,
.dark-theme .dropdown--hovered:hover .dropdown__select .icon,
.dark-theme .header--sticky .page-header__navbar-categories .page-header__btn--dropdown:hover * {
    color: #fff;
}
.dark-theme .dropdown__list-link:hover,
.dark-theme .dropdown__list-link.is-active,
.dark-theme .header--sticky .dropdown__list li:hover,
.dark-theme .header--sticky .page-header__navbar-categories .page-header__split--dropdown .page-header__navbar-link:hover {
    background-color: #606060;
}
.dark-theme .sidebar__header .page-header__logo {
    margin-left: 8px;
}
.dark-theme .header.header--sticky .page-header__s-search {
    border-color: #404040;
}
.dark-theme .header--sticky .page-header__s-search .input {
    color: #fff;
    background-color: #202020;
}
.dark-theme .header--sticky .page-header__s-search .button--search {
    background-color: #e0e0e0;
    color: #202020;
}
.dark-theme .icon--color--gray {
    color: var(--grayscale-light);
}
.dark-theme .header--sticky .page-header__s-search .button--search:hover {
    background-color: #fff;
}
.dark-theme .header--sticky .page-header__s-search .button--search:focus {
    background-color: var(--grayscale-light);
}
.dark-theme .header--sticky .page-header__s-search .button--search:active {
    background-color: #fff;
}
.dark-theme .choose-lang__item.is-active {
    background-color: #fff;
    color: #202020;
}
.dark-theme .button__counter {
    color: #202020;
}
.dark-theme .small-basket-desc {
    background-color: #202020;
    box-shadow: 0 4px 8px rgba(64,64,64, .2);
}
.dark-theme .small-basket-desc .icon .icon__pic {
    color: #fff;
}
.dark-theme .triangle-basket {
    border-color: #202020;
}
.dark-theme .s-b-empty_footer {
    color: var(--grayscale-light);
}
.dark-theme .dropdown--help--sticky .dropdown--hovered:hover {
    border-color: var(--primary-light);
}
.dark-theme .dropdown--hovered:hover .dropdown__select .text {
    color: #fff;
}
@media (min-width: 781px) {
    .dark-theme .drop-box__list .drop-box__item:hover,
    .dark-theme .drop-box__list .drop-box__item.active,
    .dark-theme .drop-box__item:has(> .drop-box__sub-list:not(.is-hidden)) {
        background-color: var(--grayscale-base);
    }
}
/**/
.dark-theme .popup-selected-city__content {
    background-color: #202020;
    color: #fff;
}
.dark-theme .popup-selected-city * {
    color: #fff;
}
.dark-theme .popup-selected-city .button__order:hover {
    border-color: #404040;
}
.dark-theme .popup-selected-city .button__order.active {
    background-color: #606060;
    border-color: #606060;
}
.dark-theme .selected-city-list__item .text.active {
    color: #fff;
}
.dark-theme .selected-city-list__item .text.active {
    background-color: var(--grayscale-base);
}
/**/
.dark-theme .header--sticky .multi-choose-results {
    background-color: var(--grayscale-dark);
}
.dark-theme .header--sticky .multi-choose-results {
    box-shadow: 0 1px 0 2px var(--grayscale-base);
}
.dark-theme .multi-choose-results__item:hover {
    background-color: var(--grayscale-base);
}
.dark-theme .multi-choose-results__item:hover .icon {
    filter: brightness(0) invert(1);
}
/**/
.dark-theme ::-webkit-input-placeholder {
    color: #fff;
}
.dark-theme ::-moz-placeholder {
    color: #fff;
}
.dark-theme :-moz-placeholder {
    color: #fff;
}
.dark-theme :-ms-input-placeholder {
    color: #fff;
}
.dark-theme .multi-results {
    background-color: #202020;
}
.dark-theme .multi-tile__desc .multi-price,
.dark-theme .multi-results .multi-active .text {
    color: #fff;
}
.dark-theme .multi-taxon.multi-active .multi-badge {
    background-color: #606060;
}
.dark-theme .multi-block__action .multi-more {
    color: var(--grayscale-light);
}
.dark-theme .multi-results .multi-taxon,
.dark-theme .multi-results .multi-filter-offer,
.dark-theme .multi-results .multi-filter-helper,
.dark-theme .multi-block__title .multi-title {
    border-color: #404040;
}
@media(any-hover: hover) {
    .dark-theme .multi-grid::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }
    .dark-theme .multi-grid::-webkit-scrollbar-thumb {
        background: #606060;
        border-radius: 6px;
        border: 1px solid #202020;
    }
}
.dark-theme [data-hint]:hover::before {
    background-color: var(--grayscale-dark);
    color: #fff;
    top: 106%;
    padding: 4px 8px;
    font-size: 12px;
    z-index: 12;
}
.dark-theme #scrollup img {
    background-color: #202020;
}
/*--footer*/
.dark-theme .footer {
    margin-top: -1px;
}
.dark-theme .page-footer {
    padding-top: 0;
}
.dark-theme .page-footer,
.dark-theme .subscribe-section {
    border-color: #404040;
}
.dark-theme .page-footer__body {
    /*border: 1px solid #404040;*/
}
.dark-theme .form--search .button {
    border-radius: 0 64px 64px 0;
}
.dark-theme .form--subscribe .input {
    background-color: #404040;
    color: #fff;
}
.footer .page-footer__section .input-wrapper .input {
    min-height: 32px;
}
.dark-theme .page-footer__info .text.text--color--gray,
.dark-theme .footer-subscribe__title .text--color--gray {
    color: #909090;
}
.dark-theme .page-footer__info .text,
.dark-theme .page-footer__info:first-child .icon--color--gray--soft {
    color: #e0e0e0;
}
.dark-theme .page-footer__nav-link:focus .icon,
.dark-theme .page-footer__nav-link:focus .text {
    color: #fff;
}
.dark-theme .page-footer__info:last-child .text,
.dark-theme .page-footer__info:nth-of-type(2) .icon--color--gray--soft {
    color: var(--grayscale-light);
}
.dark-theme .page-footer__info:nth-of-type(3) .icon--color--gray--soft {
    color: #d0d0d0;
}
.dark-theme .button--primary {
    background-color: #e0e0e0;
    border-radius: 64px;
    color: #202020;
}
.dark-theme .button--primary:hover {
    background-color: #fff;
    color: #202020;
}
.dark-theme .button--primary:focus {
    background-color: var(--grayscale-light);
    color: #202020;
    box-shadow: unset;
}
.dark-theme .button--primary:active {
    background-color: #fff;
    color: #202020;
}
.dark-theme .page-footer__social-link .icon {
    color: var(--grayscale-dark);
}
.dark-theme .page-footer__social-link:hover .icon {
    color: var(--grayscale-base);
}
.dark-theme .page-footer__social-link:focus .icon {
    color: var(--grayscale-light);
}
.dark-theme .viyarpro-sign-w svg {
    filter: brightness(0) invert(1);
}
.page-footer__nav {
    padding-top: 8px;
}
.mesh-cell--social[data-flex='1'] {
    flex: unset;
    padding-bottom: 16px;
}
/**/
.dark-theme .s-b-product__price,
.dark-theme .s-b-text__sum,
.dark-theme .s-b-sum {
    color: #fff;
}
.dark-theme .button--primary.checkout {
    color: #202020;
}
.dark-theme .s-b-title__text .button__counter {
    background-color: var(--color--green);
}
.dark-theme .button__icon img {
    filter: brightness(0) invert(1);
}
.dark-theme .small-basket-desc .s-b-item__btn {
    background: transparent url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2C14.4 2 18 5.6 18 10C18 14.4 14.4 18 10 18C5.6 18 2 14.4 2 10C2 5.6 5.6 2 10 2ZM10 0C4.5 0 0 4.5 0 10C0 15.5 4.5 20 10 20C15.5 20 20 15.5 20 10C20 4.5 15.5 0 10 0ZM15 7L13 5L10 8L7 5L5 7L8 10L5 13L7 15L10 12L13 15L15 13L12 10L15 7Z' fill='%23ffffff'/%3E%3C/svg%3E%0A") no-repeat;
}
/**/
.dark-theme .breadcrumbs {
    padding-left: 32px;
}
.dark-theme .breadcrumbs-wrapper .breadcrumbs__item,
.dark-theme .breadcrumbs-wrapper .breadcrumbs__item span,
.dark-theme .breadcrumbs-wrapper .breadcrumbs__item a {
    color: #60C0FF;
}
.dark-theme .breadcrumbs-wrapper .breadcrumbs__icon span {
    color: #606060;
}
/**/
@media (any-hover: hover) {
    .dark-theme *::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }
    .dark-theme::-webkit-scrollbar-thumb,
    .dark-theme *::-webkit-scrollbar-thumb {
        background: #606060;
        border-radius: 6px;
        border: 1px solid #202020;
    }
}
/**/
[lang="pl"] .grid .main {
    margin-top: 64px;
}
/*switch*/
.dark-theme .switch__item {
    border: 2px solid var(--grayscale-faint);
    transition: unset;
    overflow: hidden;
}
.dark-theme .switch__input:checked + .switch__item .switch__arrow-box {
    background-color: transparent;
    margin-left: 12px;
    right: 0;
    top: 0;
    box-shadow: 0 0 0 14px var(--grayscale-faint);
    transition: unset;
}
.dark-theme .switch__arrow::before {
    background-color: var(--grayscale-faint);
}
.dark-theme .switch__input:checked + .switch__item {
    background-color: transparent;
    border: 2px solid var(--grayscale-faint);
}
.dark-theme .switch__input:checked + .switch__item .switch__arrow::after {
    background-color: var(--grayscale-faint);
}
.dark-theme .switch__input:checked + .switch__item .switch__arrow::before {
    background-color: var(--grayscale-faint);
    border-radius: 0;
}
.dark-theme .switch__text {
    color: #fff;
}
/*checkbox*/
.dark-theme .checkbox-label .checkbox-custom {
    border-color: var(--grayscale-faint);
}
.dark-theme .checkbox-label:hover .checkbox-custom {
    border-color: #fff;
}
.dark-theme .checkbox-label .label__text {
    font-weight: 700;
    color: #fff;
    padding: 4px 8px 2px;
}
.dark-theme .checkbox-label .checkbox:checked + .checkbox-custom::before {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 0H2C0.9 0 0 0.9 0 2V14C0 15.1 0.9 16 2 16H14C15.1 16 16 15.1 16 14V2C16 0.9 15.1 0 14 0ZM6 14L1 9L3 7L6 10L13 3L15 5L6 14Z' fill='%23E0E0E0'/%3E%3C/svg%3E%0A") no-repeat;
}
/*buttons*/
.label-figure,
.label-plate,
.label-color,
.button-label {
    cursor: pointer;
}
.button-label {
    flex: 0 1 146px;
    background-color: rgba(224, 224, 224, .5);
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 8px;
    transition: all .15s ease-in-out;
}
.button-label .label__text {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #fff;
}
.button-label:hover {
    background-color: rgba(255, 255, 255, .5);
}
.button-label:focus {
    background-color: rgba(192, 192, 192, .5);
}
.button-label:active,
.button-label:has(> .radio__input:checked) {
    background-color: #fff;
}
.button-label:active .label__text,
.button-label:has(> .radio__input:checked) .label__text {
    color: #202020;
}
/**/
.dark-theme .button--soft--transparent {
    color: var(--primary-light);
}
.dark-theme .button--soft--transparent:hover {
    color: #fff;
    background-color: rgba(48, 160, 240, .1);
}
.dark-theme .button--soft--transparent:active {
    color: #fff;
    background-color: rgba(0, 64, 128, .1);
}
/**/
.button__icon {
    flex: 0 0 auto;
}
.button.button--action {
    background-color: rgba(224, 224, 224, .5);
    color: #fff;
    border-radius: 20px;
    transition: all .15s ease-in-out;
    box-shadow: 0 0 8px rgba(0,0,0,.05);
    width: max-content;
    min-width: 128px;
    padding: 0 12px;
    flex: 0 0 auto;
}
.stone-belterno .button__body > * {
    text-shadow: 0 0 8px rgba(0,0,0,.05);
}
.button.button--action:hover {
    background-color: rgba(255, 255, 255, .5);
    color: #fff;
}
.button.button--action:focus {
    background-color: rgba(192, 192, 192, .5);
    color: #fff;
}
.button.button--action:active {
    background-color: #fff;
    color: #202020;
}
.button--action:active .icon {
    color: #202020;
}
.text {
    font-style: normal;
}
.text--small,
.text--unit {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
}
.text--code {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: var(--primary-light);
}
.stone-main .text,
.stone-main .text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}
.text p:not(:last-child) {
    /*margin-bottom: 20px;*/
}
.stone-main .color--grayscale--light {
    color: var(--grayscale-light);
}
/**/
.dark-theme .form-input,
.dark-theme .form-textarea {
    background-color: #202020;
    border: 1px solid var(--grayscale-faint);
    border-radius: 4px;
    color: #fff;
}
.dark-theme .form-label,
.dark-theme .label--text {
    color: var(--grayscale-faint);
}
.dark-theme .form-input::placeholder {
    color: #fff;
}
.upload-file__label {
    cursor: pointer;
}
.form-file {
    display: none;
}
.upload-file__body {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
/**/
.stone-main__container {
    border: 1px solid #404040;
    padding-bottom: 64px;
}
.stone--offset--body {
    max-width: 1536px;
    margin: 0 auto;
    padding: 0 16px;
}
/**/
.text--title {
    font-size: 32px;
    font-style: normal;
    line-height: 32px;
    letter-spacing: -0.64px;
    color: #fff;
}
.row--reverse {
    flex-direction: row-reverse;
}
/*navigation stone*/
.stone-head__body {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.stone-head__title {
    padding: 16px 0;
}
.stone-head__title .text--title {
    font-weight: 900;
    padding-left: 32px;
}
.stone-nav__list {
    display: flex;
    overflow: auto;
    max-width: calc(100vw - 396px - 64px);
}
@media (min-width: 1920px) {
    .stone-nav__list {
        max-width: 1792px;
        width: 100%;
    }
}
.stone-nav__item {
    flex: 0 0 auto;
    border-bottom: 4px solid transparent;
    transition: all .15s ease-in-out;
}
.stone-nav__item:hover {
    border-color: #fff;
    border-width: 1px;
}
.stone-nav__item:active {
    border-width: 4px;
}
.stone-nav__link {
    padding: 8px 24px;
    min-height: 60px;
    display: flex;
    align-items: center;
}
.stone-nav__item:focus .stone-nav__link {
    color: var(--grayscale-light);
}
/**/
.jconfirm .icon.icon--color--blue--soft {
    color: #30A0F0;
}
@media (max-width: 1600px) {
    .dark-theme .page-header__inner {
        padding-left: 24px;
    }
}
@media (max-width: 1536px) {
    .header.header--sticky.sticky--line .page-header {
        box-shadow: unset;
    }
    .sticky--line .page-header {
        border-bottom: none;
    }
    /**/
    .stone-main__container {
        border: none;
    }
    /**/
    .dark-theme .page-footer__body {
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
}
@media (min-width: 1401px) {
    .page-header__split--more .icon--service-more {
        display: none;
    }
}
@media (max-width: 1400px) {
    .dark-theme .header--sticky .page-header .page-header__navbar {
        gap: 0 16px;
    }
    .dark-theme .header--sticky .page-header .dropdown--catalog .dropdown__select {
        padding-left: 16px;
    }
    .page-header__actions .mesh-row--auth .button__text,
    .header.header--sticky .page-header .dropdown__select .dropdown__select-arrow,
    .page-header__split--more .button__icon.text--color--gray,
    .icon--service-more + .button__text {
        display: none;
    }
    .page-header__split--more .icon--service-more,
    .dark-theme .icon--info {
        color: #e0e0e0;
    }
    .header .icon.icon--service-more {
        display: flex;
    }
    .order-card__item {
        padding-right: 8px;
    }
}
@media (max-width: 1366px) {
    .stone-main__container {
        padding-bottom: 32px;
    }
    .stone-nav__list {
        max-width: calc(100vw - 396px - 80px);
    }
}
@media (max-width: 1024px) {
    .stone-nav__list {
        max-width: calc(100vw - 396px - 80px);
    }
}
@media (max-width: 780px) {
    [lang="pl"] .dark-theme .grid .main {
        margin-top: 64px;
    }
    .dark-theme .page-header__inner {
        padding-left: 16px;
    }
    .button.button--action {
        min-height: 40px;
    }
    .dark-theme .header--sticky * {
        transition: unset!important;
    }
    .dark-theme .header--sticky ~ .main .section-heading {
        background-color: #202020;
        border-bottom: none;
        animation: unset;
        padding-left: 16px;
        border-bottom: 1px solid #404040;
    }
    .dark-theme .icon--search {
        color: #fff;
    }
    .stone-nav__list {
        max-width: calc(100vw - 16px);
        margin-bottom: -6px;
    }
    .dark-theme .breadcrumbs {
        padding-left: 24px;
    }
    .dark-theme .breadcrumbs-wrapper .breadcrumbs__item .icon--color--gray--pale::before {
        background: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0L0 1L4 5L0 9L1 10L6 5L1 0Z' fill='%23606060'/%3E%3C/svg%3E%0A") no-repeat;
    }
    .dark-theme .section-heading__title .title--text {
        color: #fff;
    }
    .dark-theme .section-heading__menu-icon .icon {
        color: #f0f0f0;
    }
    .dark-theme .m-search__input {
        background-color: #202020;
        border-color: #404040;
        border-radius: 2px 0 0 2px;
        color: #fff;
    }
    .dark-theme .m-search__button {
        background-color: #e0e0e0;
        color: #202020;
    }
    /**/
    .button.button--action {
        min-height: 40px;
    }
}
@media (max-width: 500px) {
    .stone-nav__list {
        margin-bottom: -12px;
    }
    .stone-nav__link.text {
        font-size: 14px;
        line-height: 16px;
        color: var(--grayscale-faint);
        min-height: 44px;
    }
}
/* End */


/* Start:/stone/calculation/style.css?177331875224222*/
.stone-main__grid {
    display: grid;
    grid-template-columns: 400px 1fr;
    border-bottom: 1px solid #404040;
    transition: all .15s ease-in-out;
}
/**/
.dark-theme .modal__body {
    box-shadow: 0 8px 16px rgba(255,255,255,.1)
}
.stone-aside {
    grid-row: span 2;
}
.stone-main:not(.switch-constructor) .stone-aside__body {
    overflow: auto;
    max-height: 768px;
}
.stone-aside__body {
    padding: 16px 32px 32px 32px;
    height: 100%;
}
.stone-aside__sticky {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: sticky;
    top: 80px;
    transition: all .2s ease;
}
.stone-aside__title {
    padding: 26px 0 24px;
}
.stone-request .form-textarea {
    height: 152px;
}
.form-group__action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 32px 0 16px;
}
.button.btn--send {
    height: 48px;
    width: 160px;
    text-transform: uppercase;
    border-radius: 64px;
}
/**/
.stone-cover {
    position: relative;
    height: 768px;
    transition: max-height .2s ease;
}
.stone-cover__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.stone-cover__body {
    background-color: rgba(32, 32, 32, .7);
    width: 448px;
    height: 100%;
    padding: 128px 32px 32px;
    position: absolute;
    top: 0;
    left: 0;
}
.stone-cover__sticky {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-right: 32px;
    position: sticky;
    top: 80px;
}
.stone-cover__switcher .switch {
    justify-content: flex-start;
}
.stone-cover__desc {
    opacity: 1;
    transition: opacity .25s ease-in-out;
}
/*switch-constructor*/
.switch-constructor .form-group__action {
    display: none;
}
.switch-constructor .stone-cover {
    max-height: 256px;
    border-bottom: none;
}
.switch-constructor .stone-cover__desc {
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease-in;
}
/**/
.stone-content.is-hidden {
    display: none;
}
.stone-content {
    grid-column: 2;
    background-color: var(--grayscale-dark);
}
.stone-content__body {
    padding: 32px 32px 64px;
}
/**/
.stone-content__list {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.stone-mesh {
    display: flex;
    gap: 32px;
}
.stone-mesh__item {
    flex: 1;
}
.stone-content__list .item-name {
    flex: 0 0 128px;
    border-top: 1px solid var(--grayscale-base);
    padding-top: 8px;
}
.stone-content__list .item-comment {
    flex: 0 0 288px;
    border-top: 1px solid var(--grayscale-base);
    padding-top: 8px;
}
.stone-content__list .cell-sizes .item-comment {
    flex: 0 0 192px;
}
.stone-mesh__item .mesh-row {
    flex-wrap: wrap;
    gap: 2px;
}
.stone-mesh__item .text {
    font-size: 14px;
    line-height: 16px;
}
.item-name .text {
    font-weight: 700;
}
/*forms*/
.item-form .mesh-row {
    gap: 32px 24px;
}
.item-form .label-figure {
    flex: 0 0 96px;
    height: 64px;
    overflow: hidden;
    position: relative;
}
.item-form .form-linear {
    padding: 16px 0;
}
.button-figure > * {
    display: block;
    background-color: var(--grayscale-base);
}
.button-figure .figure-linear,
.button-figure .figure-line-top {
    width: 100%;
    height: 32px;
}
.button-figure .figure-line-left,
.button-figure .figure-line-right {
    width: 32px;
    height: 100%;
}
.button-figure .figure-line-right {
    position: absolute;
    right: 0;
    top: 0;
}
.button-figure .figure-ellipse {
    width: 100%;
    height: 64px;
    border-radius: 50%;
}
.label-figure:has(> .radio__input:checked) .button-figure > * {
    background-color: var(--primary-light);
}
/*texture*/
.texture-row .label-plate {
    flex: 0 1 128px;
    min-width: 120px;
    min-height: 192px;
    position: relative;
    background-color: var(--grayscale-base);
}
.texture-row .label__image {
    height: 130px;
    width: 100%;
    display: block;
}
.texture-row .stone-cover__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.texture-row .label__text {
    padding: 14px 16px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
}
.label-plate:has(> .radio__input:checked)::before {
    box-shadow: inset 0 0 0 2px var(--primary-light);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}
/*color*/
.item-color .mesh-row {
    gap: 0;
}
.item-color .label-color {
    flex: 0 0 64px;
    position: relative;
}
.item-color .label-color:has(> .radio__input:checked)::before {
    box-shadow: inset 0 0 0 2px var(--primary-light);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}
.button-figure .button-figure--color {
    display: block;
    width: 64px;
    height: 64px;
}
/**/
.label-plate.is-disabled, .label-color.is-disabled {
    opacity: .45;
    /* cursor: not-allowed; */
    pointer-events: none;
}
/*card*/
.item-material-card .mesh-row {
    gap: 8px;
}
.material-card {
    flex: 0 1 352px;
    min-width: 320px;
    background-color: var(--grayscale-base);
}
.material-card__body {
    padding: 8px;
    display: flex;
    gap: 8px;
}
.material-card__image {
    width: 100%;
    height: 160px;
    flex: 0 0 160px;
}
.material-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.material-card__desc {
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.material-card__name {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}
.material-card__name .text {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.material-card__price .text {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}
.material-card__code {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    position: relative;
}
.material-card__code .delete--material {
    position: absolute;
    top: -11px;
    right: 10px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s ease-in-out;
}
.material-card:hover .delete--material {
    opacity: 1;
    pointer-events: all;
}
.type-status [class*="type-status--"] {
    display: block;
    width: 8px;
    height: 8px;
    background-color: var(--grayscale-faint);
    border-radius: 50%;
}
.type-status [class*="--green"] {
    background-color: var(--color--green);
}
.type-status [class*="--red"] {
    background-color: var(--color--red);
}
.type-status [class*="--orange"] {
    background-color: var(--color--orange);
}
.type-status [class*="--gray"] {
    background-color: var(--grayscale-faint);
}
/**/
.material-card__create {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
    min-height: 176px;
}
.material-card__create .text {
    flex: 1 1 auto;
    font-weight: 700;
}
/*model size*/
.stone-model {
    position: relative;
    margin: 32px;
    /*padding: 32px;*/
}
.stone-model__image {
    max-width: 576px;
    height: 384px;
    width: 100%;
}
.stone-model__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.stone-model[data-type="linear"] .stone-model__img {
    clip-path: polygon(0px 0px, 100% 0px, 100% 70%, 0px 70%);
}
/*.stone-model[data-type="corner-left"] .stone-model__img {
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 45%, 30% 45%, 30% 100%);
}
.stone-model[data-type="corner-right"] .stone-model__img {
    clip-path: polygon(100% 100%, 100% 0%, 0% 0%, 0% 45%, 70% 45%, 70% 100%);
}
.stone-model[data-type="trapeze"] .stone-model__img {
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%, 70% 100%, 70% 45%, 30% 45%, 30% 100%);
}*/

.stone-model[data-type="corner-left"] .stone-model__img {
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 45%, 44.8% 45%, 44.8% 100%);
}
.stone-model[data-type="corner-right"] .stone-model__img {
    clip-path: polygon(100% 100%, 100% 0%, 0% 0%, 0% 45%, 55.2% 45%, 55.2% 100%);
}
.stone-model[data-type="trapeze"] .stone-model__img {
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%, 55.2% 100%, 55.2% 45%, 44.8% 45%, 44.8% 100%);
}

.stone-model[data-type="ellipse"] .stone-model__img {
    clip-path: ellipse(48% 40% at 48% 50%);
}
/*--size-form*/
.cell-sizes .size-row {
    gap: 32px;
}
.stone-model-form {
    padding-left: 32px;
    flex: 0 1 160px;
    transition: all .15s ease-in-out;
}
.size-form .form-group__item {
    margin-bottom: 16px;
    align-items: center;
    position: relative;
}
.size-form .form-input {
    max-width: 160px;
    background-color: var(--grayscale-dark);
    padding: 0 38px 0 40px;
}
.size-form .size-label,
.size-form .size--unit {
    position: absolute;
}
.size-form .size-label {
    width: 24px;
    height: 24px;
    background-color: var(--grayscale-base);
    left: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.size-form .size--unit {
    right: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: var(--grayscale-light);
}
/*other*/
.item-check .mesh-row {
    gap: 0 32px;
}
.item-check .checkbox-label {
    padding: 18px 0;
}
/*order*/
.cell-order .item-name {
    flex: 1 1 auto;
}
.cell-order .item-button {
    flex: 0 0 192px;
}
.item-button .btn--send {
    max-width: 192px;
    width: 100%;
}
/*modals*/
.modal .modal__overlay {
     background-color: rgba(0, 0, 0, .5);
}
.modal-material .modal__body {
    background-color: var(--grayscale-dark);
    max-width: 1470px;
    max-height: 880px;
    height: 100%;
}
.modal .modal-main {
    padding-top: 0;
}
.modal__header {
    display: flex;
    align-items: center;
    gap: 8px;
}
.modal .icon-figure {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    display: block;
    background-color: var(--grayscale-soft);
    margin-left: 12px;
}
.modal__header .text {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}
@media (max-width: 1366px) {
    .modal-material .modal__body {
        max-width: 1170px;
        max-height: 640px;
    }
    .modal .modal-main {
        padding-left: 32px;
        padding-right: 32px;
    }
}
/*card product*/
.material-product-list {
    display: flex;
    flex-wrap: wrap;
}
.card-product {
    background-color: #fff;
    border: 1px solid transparent;
    border-right: 1px solid var(--grayscale-faint);
    border-bottom: 1px solid var(--grayscale-faint);
    height: 416px;
    flex: 0 0 256px;
    padding: 8px;
}
.card-product:has(.card-product__input:checked) {
    border-color: var(--color--blue);
}
.card-product__label {
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.card-product__image {
    display: block;
    width: 256px;
    height: 256px;
    position: relative;
}
.card-product__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-product__btn {
    position: absolute;
    top: 4px;
    right: 8px;
    background-color: rgba(255, 255, 255, .6);
    border-radius: 8px;
}
.card-product__btn .button {
    color: var(--grayscale-base);
    transition: color .15s ease-in-out;
}
.card-product__btn .button:hover {
    color: #fff;
}
.card-product__btn .button:focus {
    color: var(--grayscale-light);
}
.card-product .text {
    color: #202020;
}
.card-product__desc {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px 8px 8px 16px;
    height: inherit;
}
.card-product__data {
    display: flex;
    gap: 8px;
    justify-content: space-between;
}
.card-product__status {
    font-weight: 700;
    font-size: 10px;
    position: relative;
}
.card-product__status[class*="--green"] {
    color: var(--color--green);
}
.card-product__status[class*="--red"] {
    color: var(--color--red);
}
.card-product__status[class*="--orange"] {
    color: var(--color--orange);
}
.card-product__status[class*="--gray"] {
    color: var(--grayscale-light);
}
.card-product__status::after {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-flex;
    background-color: var(--grayscale-light);
    border-radius: 50%;
    margin-left: 2px
}
.card-product__status[class*="--green"]::after {
    background-color: var(--color--green);
}
.card-product__status[class*="--red"]::after {
    background-color: var(--color--red);
}
.card-product__status[class*="--orange"]::after {
    background-color: var(--color--orange);
}
.card-product__status[class*="--gray"]::after {
    background-color: var(--grayscale-light);
}
.card-product__code .text--code {
    color: var(--color--blue);
}
.card-product__code .text {
    font-size: 12px;
}
.card-product__text {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}
/**/
.card-product__price {
    display: flex;
    flex-direction: column;
}
.product-price__old .text {
    font-size: 12px;
    color: var(--grayscale-soft);
    font-weight: 300;
}
.product-price__old .text--unit {
    font-size: 10px;
}
.product-price__text .text--price {
    font-size: 16px;
    font-weight: 700;
}
.product-price__text .text--unit {
    font-size: 12px;
    font-weight: 400;
}
/**/
.jconfirm .confirm--request .jconfirm-box {
    background-color: var(--grayscale-dark);
}
.jconfirm[class*="jconfirm"] .confirm--request .jconfirm-box {
    min-width: inherit;
    max-width: 384px;
    width: max-content;
}
.jconfirm .confirm--request .jconfirm-box div.jconfirm-closeIcon {
    color: #fff;
}
.confirm--request__content {
    display: flex;
    gap: 32px;
    align-items: center;
    padding: 32px 0 16px 16px;
}
.jconfirm .confirm--request .jconfirm-box .jconfirm-content-pane .jconfirm-content {
    text-align: left;
}
.confirm--request__content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 16px;
}
.jconfirm[class*="jconfirm"] .confirm--request .jconfirm-box .jconfirm-buttons button {
    flex: unset;
    min-width: 96px;
    width: max-content;
}
.jconfirm[class*="jconfirm"] .confirm--request .jconfirm-box .jconfirm-buttons {
    justify-content: flex-end;
}
.jconfirm[class*="jconfirm"] .confirm--request .jconfirm-box .jconfirm-buttons button.btn-default {
    background-color: var(--grayscale-dark);
    border: 1px solid var(--grayscale-faint);
    color: var(--grayscale-faint);
    font-size: 14px;
}
.jconfirm[class*="jconfirm"] .confirm--request .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background-color: var(--grayscale-dark);
    border-color: #fff;
    color: #fff;
}
.jconfirm[class*="jconfirm"] .confirm--request .jconfirm-box .jconfirm-buttons button.btn-default:focus {
    background-color: var(--grayscale-dark);
    border-color: var(--grayscale-light);
    color: var(--grayscale-light);
}
.jconfirm[class*="jconfirm"] .confirm--request .jconfirm-box .jconfirm-buttons button.btn-default:focus {
    background-color: #fff;
    border-color: #fff;
    color: #202020;
}
@media (max-width: 519px) {
    .jconfirm[class*="jconfirm"] .confirm--request .jconfirm-box {
        max-width: 320px;
        padding-bottom: 40px;
        padding-right: 32px;
    }
    .confirm--request__content {
        flex-direction: column;
        align-items: flex-start;
    }
    .jconfirm .confirm--request .text--desc {
        padding-left: 16px;
    }
    .jconfirm[class*="jconfirm"] .confirm--request .jconfirm-box .jconfirm-buttons button {
        min-width: 128px;
    }
}
/**/
@media (max-width: 1820px) {
    .stone-main__grid {
        grid-template-columns: 424px 1fr;
    }
    .stone-aside__body {
        padding-left: 32px;
        padding-right: 24px;
    }
    .stone-content__list .item-name {
        flex-basis: 80px;
    }
    .stone-content__list .item-comment {
        flex-basis: 224px;
    }
    .cell-sizes .size-row {
        justify-content: space-between;
        overflow: hidden;
    }
    .stone-model-form {
        padding-left: 0;
    }
}
@media (min-width: 1571px) and (max-width: 1720px) {
    .stone-main__grid {
        grid-template-columns: 368px 1fr;
    }
    .stone-content__body {
        padding-left: 16px;
        padding-right: 16px;
    }
    .stone-mesh {
        gap: 24px;
    }
    .stone-model-form {
        flex: 0 1 120px;
    }
    .size-form .form-input {
        max-width: 120px;
    }
}
@media (max-width: 1570px) {
    .stone-main__grid {
        grid-template-columns: 424px 1fr;
    }
    .stone-main:not(.switch-constructor) .stone-aside__body {
        max-height: 580px;
        padding-bottom: 14px;
    }
    .stone-aside__sticky {
        gap: 16px;
    }
    .stone-aside__title {
        padding: 0;
    }
    .stone-main .stone-main__grid .text {
        font-size: 14px;
    }
    .stone-request .form-textarea {
        height: 104px;
    }
    .form-group__action {
        padding-top: 24px;
        padding-bottom: 0;
        flex-wrap: wrap;
    }
    .stone-cover {
        height: 574px;
    }
    .switch-constructor .stone-cover {
        max-height: 528px;
    }
    .stone-cover__body {
        max-width: 427px;
        padding-top: 64px;
        width: 100%;
    }
    .stone-content {
        grid-column: 1/3;
    }
    .stone-content__list .cell-sizes .item-comment {
        flex-basis: 224px;
    }
}
@media (max-width: 1270px) {
    .stone-model-form {
        flex: 1 1 100%;
        padding-left: 32px;
    }
    .stone-model-form .form-group {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
    }
    .size-form .form-group__item {
        margin-bottom: 0;
    }
    .item-check .checkbox-label {
        padding: 4px 0;
        flex: 0 1 300px;
    }
    .cell-sizes .size-row:has(> [data-type="linear"]) {
        gap: 0;
    }
    .stone-model[data-type="linear"] {
        margin-bottom: 0;
    }
    .stone-model[data-type="linear"] .stone-model__img {
        clip-path: polygon(0px 0px, 100% 0px, 100% 85%, 0px 85%);
    }
}
@media (max-width: 1079px) {
    .stone-aside__title .text--title {
        font-size: 24px;
        letter-spacing: -0.48px;
    }
    .stone-aside__subtitle .text--title,
    .stone-cover__title .text--title{
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: unset;
    }
    .stone-content__list {
        gap: 32px;
    }
    .stone-content__list .stone-mesh:first-child .item-name {
        border-top: none;
    }
    .stone-content__list .stone-mesh {
        flex-direction: column;
        gap: 16px;
    }
    .stone-content__list .stone-mesh .stone-mesh__item {
        flex: unset;
    }
    .stone-content__list .item-name {
        order: 1;
    }
    .stone-content__list .item-comment {
        order: 2;
        border-top: none;
    }
    .stone-content__list .stone-mesh__item:nth-of-type(2) {
        order: 3;
    }
    .stone-content__list .cell-order {
        display: grid;
        grid-template-columns: 1fr 160px;
    }
    .cell-order .item-button {
        grid-row: 1/3;
        grid-column: 2;
    }
    .cell-order .item-comment {
        grid-column: 1;
    }
    /**/
    .card-product {
        height: 304px;
        flex: 0 0 176px;
    }
    .card-product__image {
        width: 160px;
        height: 160px;
    }
    .card-product__desc {
        padding: 8px 8px 0;
    }
    .card-product__status {
        font-size: 0;
    }
    .card-product__text .text {
        font-size: 12px;
        line-height: 16px;
    }
    .product-price__text .text--price {
        font-size: 14px;
    }
    .product-price__text .text--unit {
        font-size: 10px;
    }
}
@media (max-width: 780px) {
    .stone-main__container {
        padding-bottom: 0;
    }
    .stone-main__grid {
        border:none;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .stone-cover__body {
        padding-top: 0;
        padding-bottom: 16px;
        height: auto;
        position: unset;
        max-width: inherit;
    }
    .stone-cover {
        height: auto;
    }
    .stone-cover__img {
        display: none;
    }
    .stone-aside__body {
        padding-right: 32px;
        padding-bottom: 16px;
    }
    .stone-cover__sticky {
        display: grid;
        grid-row-gap: 16px;
    }
    .stone-cover__desc {
        grid-row: 2;
        padding-bottom: 12px;
    }
    .switch-constructor .stone-cover__desc {
        opacity: 1;
        pointer-events: all;
    }
    .item-material-card .mesh-row {
        justify-content: center;
    }
    .button.btn--choose {
        min-width: 160px;
    }
    .texture-row .label-plate {
        flex: 0 1 164px;
    }
    .texture-row .label__image {
        height: 142px;
    }
    .item-color .mesh-row {
        gap: 8px;
    }
    .stone-main:not(.switch-constructor) .stone-aside__body {
        overflow: unset;
        max-height: inherit;
    }
    .material-card {
        flex: 1 1 calc(50% - 8px);
        max-width: 448px;
    }
    .stone-content__body {
        padding: 24px 16px;
    }
    .stone-model-form {
        padding-left: 0;
    }
    .stone-model-form .form-group {
        gap: 8px;
    }
}
@media (max-width: 720px) {
    .stone-model-form {
        max-width: 576px;
        margin: 0 auto;
    }
    .texture-row .label-plate {
        flex: 1 1 calc(33.33% - 2px);
    }
    .modal-material .modal__body {
        max-height: inherit;
    }
}
@media (max-width: 668px) {
    .stone-content__list .cell-order {
        display: flex;
    }
    .cell-order .item-button {
        margin: 0 auto;
        max-width: 160px;
        width: 100%;
    }
    .item-form .mesh-row {
        gap: 32px 16px;
        justify-content: center;
    }
    /**/
    .stone-model {
        margin: 32px auto;
    }
    .stone-model__image {
        max-width: 288px;
        height: 192px;
    }
    .stone-model-form {
        max-width: 328px;
    }
    /**/
    .card-product {
        height: 304px;
        flex: 0 1 33.33%;
        max-width: 186px;
        min-width: 150px;
    }
    .card-product__image {
        margin: auto;
        width: fit-content;
        max-width: 160px;
    }
}
@media (max-width: 519px) {
    .button-label {
        flex: 1 1 calc(50% - 2px);
        max-width: calc(50% - 2px);
    }
    .card-product {
        flex-basis: 50%;
        max-width: 228px;
    }
    .item-color .label-color {
        flex-basis: 48px;
    }
    .button-figure .button-figure--color {
        width: 48px;
        height: 48px;
    }
}
@media (max-width: 414px) {
    .stone-content__body {
        padding-left: 0;
        padding-right: 0;
    }
    .stone-content__list .stone-mesh,
    .stone-content__list .cell-sizes .item-comment {
        padding-left: 16px;
        padding-right: 16px;
    }
    .stone-content__list .cell-sizes .item-name {
        margin-left: 16px;
        margin-right: 16px;
    }
    .stone-content__list .cell-sizes {
        padding-left: 0;
        padding-right: 0;
    }
    .texture-row .label-plate {
        flex: 1 1 calc(50% - 2px);
    }
    .cell-order .item-button {
        margin: 0;
    }
    .modal .modal-main {
        padding: 16px 4px;
    }
}
@media (max-width: 359px) {
    .stone-aside__body {
        padding: 16px;
    }
    .stone-model__image {
        max-width: 228px;
        height: 192px;
    }
    .stone-model-form {
        flex: 1 1 auto;
        max-width: 248px;
    }
    .size-form .form-input {
        max-width: 120px;
    }
    .item-check .checkbox-label {
        flex: unset;
    }
    .material-card__body {
        flex-direction: column;
    }
    .material-card__image {
        height: 160px;
        flex: 0 0 112px;
    }
    .material-card {
        min-width: inherit;
    }
    /**/
    .stone-model[data-type="corner-left"] .stone-model__img {
        clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 45%, 37.8% 45%, 37.8% 100%);
    }
    .stone-model[data-type="corner-right"] .stone-model__img {
        clip-path: polygon(100% 100%, 100% 0%, 0% 0%, 0% 45%, 62.5% 45%, 62.5% 100%);
    }
    .stone-model[data-type="trapeze"] .stone-model__img {
        clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%, 62.5% 100%, 62.5% 45%, 37.8% 45%, 37.8% 100%);
    }
}
/* End */


/* Start:/stone/calculation/scheme-side.css?17321817866097*/
@charset "UTF-8";
/*--model side size*/
.param-side__data {
    display: flex;
    z-index: 1;
}
.param-side__label {
    width: 24px;
    height: 24px;
    background-color: var(--grayscale-base);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    padding-top: 1px;
}
.param-side__value {
    width: 46px;
    /*width: max-content;*/
    height: 24px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    padding: 1px 4px 0;
    color: var(--grayscale-base);
    overflow: hidden;
}
/**/
.stone-model__param {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.side-size {
    position: absolute;
    width: 100%;
    height: 100%;
}
.param-side__data {
    position: absolute;
}
/*--size lines*/
.line {
    background-color: var(--grayscale-light);
    display: block;
    position: absolute;
}
.side-w .line {
    width: 100%;
    height: 1px;
}
.side-h .line {
    height: 100%;
    width: 1px;
}

.side-w .ext-line .line {
    height: 24px;
    width: 1px;
}
.side-h .ext-line .line {
    width: 24px;
    height: 1px;
}
.side-w .ext-line__end .line {
    right: 0;
}
.side-h .ext-line__end .line {
    bottom: 0;
}

/*вирівнювання розмірної лінії відносно виносної*/
.side-size.sideA .line.line-arrow {
    top: 8px;
}
.side-size.sideB .line.line-arrow {
    right: 8px;
}
.side-size.sideC .line.line-arrow,
.side-size.sideD .line.line-arrow  {
    bottom: 8px;
}
.side-size.sideE .line.line-arrow {
    left: 8px;
}

/*додаємо стрілки до розмірної лінії*/
.dimension-line .line::before,
.dimension-line .line::after {
    content:'';
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8' fill='none'%3E%3Cpath d='M1 8L0 8L2 -8.74228e-08L3 -1.31134e-07L5 8L4 8L2.5 4L1 8Z' fill='%23C0C0C0'/%3E%3C/svg%3E") no-repeat;
    position: absolute;
    width: 5px;
    height: 11px;
    z-index: 1;
}
.side-w .line-arrow::before {
    transform: rotate(-90deg);
    left: 3px;
    top: -5px;
}
.side-w .line-arrow::after {
    transform: rotate(90deg);
    right: 3px;
    top: -5px;
}
.side-h .line-arrow::before {
    top: 3px;
    left: -2px;
}
.side-h .line-arrow::after {
    transform: rotate(180deg);
    bottom: 3px;
    right: -2px;
}

/*default*/
.sideA {
    top: -24px;
}
.sideB {
    right: -24px;
}
.sideA .param-side__data {
    top: -4px;
    left: 50%;
    transform: translateX(-55%);
}
.sideB .param-side__data {
    top: 50%;
    right: -27px;
    transform: translateY(-50%) rotate(-90deg);
}
.sideB .line {
    right: 0;
}

/*linear*/
.sideB.linear-shaped {
    max-height: 269px;
}
@media (max-width: 1270px) {
    .sideB.linear-shaped {
        max-height: 327px;
    }
}

/*corner left G-shapedL*/
.sideB.G-shapedL {
    max-height: 172px;
}
.sideD.G-shapedL {
    left: -24px;
}
.sideD.G-shapedL .param-side__data {
    top: 50%;
    left: -27px;
    transform: translateY(-50%) rotate(-90deg);
}
.side-size.sideD.G-shapedL .line.line-arrow {
    bottom: unset;
    left: 10px;
}
.sideC.G-shapedL {
    bottom: -24px;
    left: 0;
    max-width: 172px;
}
.sideC.G-shapedL .param-side__data {
    bottom: -4px;
    right: 50%;
    transform: translateX(50%);
}
.sideC.G-shapedL .line {
    bottom: 0;
}

/*corner right G-shapedR*/
.sideD.G-shapedR {
    max-height: 172px;
}
.sideD.G-shapedR {
    left: -24px;
}
.sideD.G-shapedR .param-side__data {
    top: 50%;
    left: -27px;
    transform: translateY(-50%) rotate(-90deg);
}
.side-size.sideD.G-shapedR .line.line-arrow {
    bottom: unset;
    left: 10px;
}
.sideC.G-shapedR {
    bottom: -24px;
    right: 0;
    max-width: 172px;
}
.sideC.G-shapedR .param-side__data {
    bottom: -4px;
    right: 50%;
    transform: translateX(50%);
}
.sideC.G-shapedR .line {
    bottom: 0;
}

/*--trapeze U-shaped*/
.sideC.U-shaped {
    bottom: -24px;
    right: 0;
    max-width: 172px;
}
.sideD.U-shaped {
    bottom: -24px;
    left: 0;
    max-width: 172px;
}
.sideE.U-shaped {
    left: -24px;
}
.sideF.U-shaped {
    max-height: 172px;
    left: 50%;
}

.sideC.U-shaped .param-side__data {
    bottom: -4px;
    right: 50%;
    transform: translateX(50%);
}
.sideD.U-shaped .param-side__data {
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}
.sideE.U-shaped .param-side__data {
    top: 50%;
    left: -27px;
    transform: translateY(-50%) rotate(-90deg);
}
.sideF.U-shaped .param-side__data {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
}

.sideB.U-shaped .line {
    right: 0;
}
.sideC.U-shaped .line,
.sideD.U-shaped .line {
    bottom: 0;
}
.sideC.U-shaped .line-arrow,
.sideD.U-shaped .line-arrow {
    max-width: 172px;
}
.sideC.U-shaped .line-arrow {
    right: 0;
}
.sideF.U-shaped .ext-line .line {
    left: -12px;
}
@media (max-width: 668px) {
    .param-side__value {
        display: none;
    }
    .sideC.U-shaped {
        max-width: 86px;
    }
    .sideD.U-shaped {
        max-width: 86px;
    }
    .sideF.U-shaped {
        max-height: 86px;
    }
    .sideB .param-side__data {
        right: -4px;
        transform: translateY(-50%) rotate(0);
    }
    .sideE.U-shaped .param-side__data {
        left: -4px;
        transform: translateY(-50%) rotate(0);
    }
    .sideF.U-shaped .param-side__data {
        transform: translate(-50%, -50%) rotate(0);
    }
    .sideD.G-shapedR .param-side__data {
        left: -4px;
        transform: translateY(-50%) rotate(0);
    }
    .sideD.G-shapedL .param-side__data {
        left: -4px;
        transform: translateY(-50%) rotate(0);
    }
    .sideB.linear-shaped {
        max-height: 163px;
    }
    .sideC.G-shapedL {
        max-width: 86px;
    }
    .sideB.G-shapedL {
        max-height: 86px;
    }
    .sideC.G-shapedR {
        max-width: 86px;
    }
    .sideD.G-shapedR {
        max-height: 86px;
    }
}
/* End */


/* Start:/css/header-ua-dark.css?17676040764745*/
body:has(.dark-theme) .body,
body:has(.dark-theme) .grid,
body:has(.dark-theme) .main, body:has(.dark-theme) .footer,
.dark-theme .header, body:has(.dark-theme) .header,
.dark-theme .vr-header, body:has(.dark-theme) .vr-header,
.dark-theme .header--sticky .page-second-header, body:has(.dark-theme) .header--sticky .page-second-header,
.dark-theme .input, body:has(.dark-theme) .input,
.dark-theme .tooltip-container, body:has(.dark-theme) .tooltip-container,
.dark-theme .vr-services .dropdown__list, body:has(.dark-theme) .vr-services .dropdown__list,
.dark-theme .small-basket-desc, body:has(.dark-theme) .small-basket-desc,
.dark-theme .tab-navbar, body:has(.dark-theme) .tab-navbar {
    background-color: var(--grayscale-black);
}
.dark-theme .vr-services .service-item, body:has(.dark-theme) .vr-services .service-item,
.dark-theme .vr-header .multi-choose-results__item:hover {
    background-color: var(--grayscale-dark);
}
.dark-theme .vr-basket-hint .s-b-title__text .button__counter {
    background-color: var(--primary-base);
    color: #fff;
}
.dark-theme .button--primary, body:has(.dark-theme) .button--primary,
.dark-theme .header .button.button--primary, body:has(.dark-theme) .header .button.button--primary,
.dark-theme .vr-cart .button-cart, body:has(.dark-theme) .vr-cart .button-cart,
.dark-theme .vr-services .button-services, body:has(.dark-theme) .vr-services .button-services {
    background-color: var(--grayscale-faint);
    color: var(--grayscale-black);
}
.dark-theme .auth-burger-login.button--primary, body:has(.dark-theme) .auth-burger-login.button--primary {
    background-color: var(--primary-soft);
}
.dark-theme .header .drop-select .text, body:has(.dark-theme) .header .drop-select .text,
.dark-theme .icon-search-button.icon--color--white, body:has(.dark-theme) .icon-search-button.icon--color--white {
    color: var(--grayscale-black);
}
.dark-theme .header .vr-header .input-wrapper, body:has(.dark-theme) .header .vr-header .input-wrapper {
    outline-color: var(--grayscale-dark);
    transition: unset;
}
.dark-theme .grid, body:has(.dark-theme) .grid,
.dark-theme .text, body:has(.dark-theme) .text,
.dark-theme .tooltip-content .text-inter,
.dark-theme .vr-services .dropdown-title,
.dark-theme .vr-services .service-text,
.dark-theme .vr-services .text-logo,
.dark-theme .vr-services .service-logo .logo,
.dark-theme .vr-header .button__counter,
.dark-theme .input-wrapper .input, body:has(.dark-theme) .input-wrapper .input,
.dark-theme .text--color--gray--black, body:has(.dark-theme) .text--color--gray--black,
.dark-theme .vr-header .hint--area .button__icon, body:has(.dark-theme) .vr-header .hint--area .button__icon,
.dark-theme .vr-action-menu .button__body, body:has(.dark-theme) .vr-action-menu .button__body,
.dark-theme .vr-nav-menu .text.text--size--sm, body:has(.dark-theme) .vr-nav-menu .text.text--size--sm,
.dark-theme .vr-language .button, body:has(.dark-theme) .vr-language .button,
.dark-theme .vr-location .dropdown__select > *, body:has(.dark-theme) .vr-location .dropdown__select > *,
.dark-theme .modal__close .icon .icon__pic, body:has(.dark-theme) .modal__close .icon .icon__pic,
.dark-theme .tab-navbar__link, body:has(.dark-theme) .tab-navbar__link,
.dark-theme .button__counter, body:has(.dark-theme) .button__counter {
    color: var(--grayscale-faint);
}
.dark-theme .vr-header .promo-link, body:has(.dark-theme) .vr-header .promo-link {
    /*color: var(--error-red-faint);*/
}
body:has(.dark-theme) .dropdown--hovered:hover .dropdown__select .text,
body:has(.dark-theme) .vr-header .dropdown--hovered:hover .dropdown__select .icon,
body:has(.dark-theme) .header .vr-header .dropdown .page-header__navbar-item:hover,
body:has(.dark-theme) .header:not(.header--sticky) .vr-header .dropdown .page-header__navbar-item:hover .page-header__navbar-link .text,
.dark-theme .s-b-empty_linc .empty_linc_text, body:has(.dark-theme) .s-b-empty_linc .empty_linc_text {
    color: var(--primary-light);
}
.dark-theme .vr-header .hovered-primary:hover,
.dark-theme .vr-header .hovered-primary:active,
.dark-theme .vr-header .hovered-primary:focus {
    color: var(--primary-light) !important;
}
.dark-theme .header .vr-header .input-wrapper:has(> input:focus), body:has(.dark-theme) .header .vr-header .input-wrapper:has(> input:focus) {
    outline-color: var(--primary-light);
}
.dark-theme .vr-services, body:has(.dark-theme) .vr-services {
    padding-right: 8px;
}
.dark-theme #triangle-left {
    border-right-color: var(--grayscale-black);
}
.dark-theme .header--sticky .multi-choose-results {
    box-shadow: unset;
}
@media (width > 1023px) {
    .dark-theme .vr-header .submenu, body:has(.dark-theme) .vr-header .submenu {
        display: block!important;
    }
}
/* End */
/* /stone/dark-theme.css?178029480319116 */
/* /stone/calculation/style.css?177331875224222 */
/* /stone/calculation/scheme-side.css?17321817866097 */
/* /css/header-ua-dark.css?17676040764745 */
