.calc--bottom 
    h2, h3, h4, h5, h6   {
      margin-top: 20px;
      margin-bottom: 10px; 

    } 
    .calc--bottom  ol {
    list-style:decimal; 
    padding-left:3%; 
    margin-bottom: 10px;}
  
  li {margin-bottom:1.5%}
  .calc--bottom p {
    margin-bottom: 20px;
  }
  .calc--bottom  ul {
    padding-left:3%; 
    margin-bottom: 10px;}
    
.flex-center-vertical {
    align-items: center;
}
.flex {
    display: flex;
}
ol, ul {
    list-style: none;
}
.calc--tabs li:first-child {
    margin-left: 0;
}
.calc--tabs li {
    margin: 0 4px;
}
.calculator_nav_tabs li.active button {
    padding: 6px 16px;
}
.calculator_nav_tabs li.active button {
    cursor: default;
}
.calc--tabs li.active button {
    background: #827460;
    color: #FFFFFF;
}
.calc--tabs button {
    padding: 8px 16px;
    border-radius: 100px;
    background: #fff9f1;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #496DC2;
    display: block;
}
.calc--tabs li:last-child {
    margin-right: 0;
}
.new-select {
    display: none;
}
.new-select {
    position: relative;
    border-radius: 5px;
    min-width: 245px;
}
.new-select__input {
    width: 100%;
    padding: 0 14px;
    height: 48px;
    border: 1px solid #dfd8ce;
    border-radius: 5px;
    font-size: 14px;
    line-height: calc(20 / 14);
    color: #1f2636;
    cursor: pointer;
    background: #ffffff;
    position: relative;
    z-index: 5;
    transition: all 0.3s ease 0s;
    display: inline-flex;
    align-items: center;
}
.new-select__list {
    background: #ffffff;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    max-height: 240px;
}
.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}
.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}
.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 30px;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}
.new-select .simplebar-track.simplebar-vertical {
    top: 0;
    right: 0;
}
.simplebar-track.simplebar-vertical {
    top: 48px;
    width: 3px;
    background: #fff9f1;
    border-radius: 10px;
}
.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}
.calc--tab.active {
    display: block;
}
.calc--bottom p {
    margin-bottom: 20px;
}
::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
.calc--tab {
    display: none;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex {
    display: flex;
}
.calc--left {
    width: 70%;
}
.calc--right {
    width: 25%;
    margin-left: 5%;
}
.calc--bottom {
    margin-top: 76px;
    font-size: 14px;
    line-height: 20px;
}

.calc--block {
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgb(22 35 54 / 7%);
    border-radius: 8px;
    padding: 32px;
}

.calc--row {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dfd8ce;
}
.calc--row-top {
    margin-bottom: 24px;
}
.calc--row-top div:first-child {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #827460;
    width: 40px;
    height: 40px;
    background: #F4F5F6;
    border-radius: 50%;
}
.flex-center-horizontal {
    justify-content: center;
}
.flex-center-vertical {
    align-items: center;
}
.calc--row-top div:last-child {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #1F2636;
    margin-left: 12px;
    flex: 1;
}
.calc--row-input {
    margin-bottom: 24px;
}
.calc--100 {
    width: 100%;
}
.flex-space-between {
    justify-content: space-between;
}
.w50 {
    width: calc(50% - 8px);
}
.calc--input div {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #878889;
    margin-bottom: 8px;
}
.calc--input input {
    width: 100%;
}
.calc--left input {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #878889;
    height: 48px;
    padding: 0 16px;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #dfd8ce;
    flex: 1;
}
.inpCheck.small {
    color: #1F2636;
    line-height: 18px;
    padding: 0 0 0 28px;
    margin-bottom: 16px;
    display: block;
}
.inpCheck {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    padding: 0 0 0 32px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #878889;
    cursor: pointer;
}
.inpCheck.small input {
    height: auto !important;
}
.inpCheck.small span:before {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    top: 50%;
    transform: translate(0, -50%);
}
.inpCheck span:before, .inpCheck p:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #878889;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 1px;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.inpCheck.small span:after {
    transform: scale(0);
    border: 0;
}
.inpCheck span:after, .inpCheck p:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 7px;
    top: 2px;
    width: 7px;
    height: 13px;
    border: 2px solid #827460;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0) translateY(5px);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.calc--quantity button {
    width: 48px;
    height: 48px;
    background: #F4F5F6;
    border-radius: 5px;
}
.calc--quantity button svg {
    color: #1F2636;
}
.calc--quantity > div {
    flex: 1 1 calc(100% - 96px);
    overflow: hidden;
}
.calc--left input {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #878889;
    height: 48px;
    padding: 0 16px;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #dfd8ce;
    flex: 1;
}
.calc--quantity-block > div:first-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #878889;
    margin-bottom: 8px;
}
.inpCheck.small input:checked + span:before {
    background: #827460;
    border-color: #827460;
}
.inpCheck.small input:checked + span:after {
    content: '';
    border: 0;
    transform: scale(1) translate(0, -50%) !important;
    width: 10px;
    height: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNOC43NSAyLjVMNC4yNDM0MiA3LjVMMS4yNSA0LjM3NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg0K);
    background-repeat: no-repeat;
    background-position: center;
    left: 3px;
    top: 50%;
}
.inpCheck input {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
}
input[type="checkbox"] {
    margin: 0;
}
.calc--num {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1F2636;
}
.calc--qt {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #878889;
    margin-left: 4px;
}
.calc--tab.active .btn--base {
    font-size: 16px;
    line-height: 24px;
}
.calc--row-buttons button:last-child {
    margin-right: 0;
}
.calc--row-buttons button:first-child {
    margin-left: 0;
}
.btn--base.dark--blue {
    background: #827460;
    color: #ffffff;
}
.calc--row-buttons button {
    padding: 0 24px;
    width: auto;
    margin: 0 8px;
}
.btn--base {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    height: 48px;
    border-radius: 5px;
}
.calc--row-buttons {
    margin-top: 40px;
}
.calc--tab.active .btn--base {
    font-size: 16px;
    line-height: 24px;
}
.calc--row-buttons button:last-child {
    margin-right: 0;
}
.calc--row-buttons button:first-child {
    margin-left: 0;
}
ol li {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    list-style: decimal;
}
.btn--base.dark--blue {
    background: #827460;
    color: #ffffff;
}
.calc--row-buttons button {
    padding: 0 24px;
    width: auto;
    margin: 0 8px;
}
.calc--row-last p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #878889;
    margin-top: 16px;
}
.calc--row-last > div:first-child {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #1F2636;
    margin-bottom: 22px;
}
.calc--bottom ol {
    list-style: decimal;
    padding-left: 3%;
    margin-bottom: 10px;
}
.mg24_bottom {
    margin-bottom: 24px;
}
.breadcrumbs {
    margin-top: 20px;
}
.mg32_bottom {
    margin-bottom: 32px;
}
.breadcrumbs ul {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    word-wrap: break-word;
    text-overflow: ellipsis;
    width: 100%;
}
.breadcrumbs ul li {
    font-size: 12px;
    line-height: calc(16 / 12);
    color: #1f2636;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}
li {
    margin-bottom: 1.5%;
}
.breadcrumbs ul li a {
    color: #878889;
    display: inline;
}

	.calc--wrap {
    margin-top: 35px;
}
.breadcrumbs ul li:not(:last-child)::after {
    content: "";
    background: url(https://rkeramika.ru/verstka/shop_rk/pic/icons/arr-silver.svg) center / contain no-repeat;
    width: 5px;
    height: 8px;
    display: inline-block;
    margin: 0px 14px 0px 12px;
}
.calc--float-middle > div:first-child {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #1F2636;
    margin-bottom: 22px;
}
.calc--float-total {
    font-size: 14px;
    line-height: 20px;
    color: #1F2636;
    margin-bottom: 16px;
}
.calc--float-total:last-child {
    margin-bottom: 0;
}
.calc--float-total > div:first-child {
    font-weight: 700;
}
.calc--bottom ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
}
.calc--bottom ul {
    padding-left: 3%;
    margin-bottom: 10px;
}
ol, ul {
    list-style: none;
}
.calc--bottom ul li:before {
    content: '·';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-weight: bold;
    font-size: 25px;
}


.calc--quantity-change button {
    width: calc(50% - 2px);
    height: 100%;
    background: #FFFFFF;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.calc--quantity-change button {
        font-size: 12px;
        line-height: 16px;
    }

.calc--quantity-change {
    width: 144px;
    background: #F4F5F6;
    border-radius: 5px;
    padding: 6px;
    margin-right: 8px;
}

.calc--quantity-change button.active {
    background: #827460;
    color: #ffffff;
}


.calculator_nav_tabs li.active button {
    padding: 6px 16px;
}
.calculator_nav_tabs li.active button {
    cursor: default;
}
.calc--tabs li.active button {
    background: #827460;
    color: #FFFFFF;
}
.calc--tabs button {
    padding: 8px 16px;
    border-radius: 100px;
    background: #fff9f1;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #827460;
    display: block;
}
@media (max-width: 1024px) {

.calculator_nav_tabs {
    flex-direction: column;
gap: 15px;
}
.calc--left {
width: 100%!important;
}
.calc--right {
    width: 100%!important;
margin-left: 5%;
}
.calc--input.w50 {
width: calc(47% - 8px);
}
.calc-for-mobile {
     width: 100%;
}
.calc--input div {
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #878889;
    margin-bottom: 8px;
    margin-top: 8px;
}
.adapy {
    flex-direction: column;
}

}