/* dark-gray:#303030; */
/* semi-gray: #5b6770; */
/* light-gray: #c3c3c3; */
/* green: #84c400 */
/* orange: #ff7a00*/
/* black: #030303 */
/* pop-up bg color: #f9f9f9 */

section.main .section_wrapp {
    position: relative;
}

/* .clearfix:after {
    content: '';
    clear: both;
    display: table;
    width: 100%;
} */

.clearfix:after {
    clear: both;
}
input[type="number"] {
    margin-left: 10px;
    background: #ddd;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    padding: 3px;
    font-weight: 700;
}

.body-content {
    width: 960px;
    margin: 0 auto;
}

.block-calculate {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ff7a00;
    margin-top: 0px;
    padding-top: 35px;
    border-top-width: 5px;
    margin-bottom: 0;
}

.block-calculate-inner {
    width: 85%;
    margin: 0 auto;
    height: 100%;
}

/* .block-calculate:before {
    content: '';
    right: 25.5%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #c3c3c3;
    display: block;
    position: absolute;
}

.block-calculate:after {
    content: '';
    left: 25.5%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #c3c3c3;
    display: block;
    position: absolute;
} */

.block-calculate > div.calculate-left {
    float: left;
}

.calculate-left {
    text-align: left;
    width: 24%;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #c3c3c3;
    padding-right: 14px;
    margin-right: 10px;
}

.calculate-field__title {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 15px;
}

/* .calculate-field {
    margin-bottom: 20px;
} */

.calculate-field-label {
    color: #030303;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 14px;
    font-weight: 600;
}

.calculate-field-range .ui-slider .ui-slider-handle {
    border: 2px solid #8bb337;
    height: 23px;
    width: 23px;
    top: -7px;
}

.calculate-field-range-values {
    display: flex;
    justify-content: space-between;
    color: #030303;
    font-size: 14px;
    font-weight: 600;
}

.norm-field .calculate-field-label {
    display: block;
    vertical-align: middle;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 15px;
}

.norm-field .calculate-field-select {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    /* vertical-align: middle;
    margin-top: 15px; */
    font-size: 18px;
}

/*--------------*/

.b-inr-breadcrumbs {
    margin: 50px 0;
    font-size: 14px;
}

.breadcrumbs__href {
    color: #ff8400;
}

.calculate-left,
.calculate-center,
.calculate-right {
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
}

.calculate-left {
    width: 24%;
    /*padding-right: 2%;
    border-right: 1px solid #c3c3c3;*/
}

.calculate-field__title {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 15px;
}

.calculate-field {
    margin-bottom: 20px;
}

.calculate-left-form-block + .calculate-left-form-block {
    margin-top: 50px;
}

/*.calc-form */
.jq-selectbox {
    cursor: pointer;
}

/*.calc-form */
.jq-selectbox__select-text {
    min-width: 140px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #8a8a8a;
    /*text-align: center;*/
    display: inline-block;
    vertical-align: top;
    color: #8b8b8b;
    padding: 0 5px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: auto !important;
}

/*.calc-form */
.jq-selectbox__trigger {
    width: 18px !important;
    border: 1px solid #8a8a8a;
    border-left: none;
    display: inline-block;
    vertical-align: top;
    height: 36px;
    right: 0;
    position: relative;
}

/*.calc-form .jq-selectbox__trigger-arrow {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 7px solid #ff8400;
    position: absolute;
    left: 6px;
    top: 15px;
    -webkit-transition: .3s;
    transition: .3s;
}*/

.calc-form .jq-selectbox__dropdown {
    /*top: 100% !important;*/
    min-width: 62px;
}

.calc-form .jq-selectbox__dropdown ul {
    background-color: #fff;
    border-top: none;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}

.calc-form .jq-selectbox__dropdown ul li {
    /*    text-align: center;*/
    padding: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*    font-size: 18px;*/
}

.calc-form .jq-selectbox__dropdown ul li:hover {
    background-color: #ff8400;
    color: #000;
}

.calculate-field-select {
    margin-top: 25px;
}

.tabs-links {
    font-size: 0;
    text-align: left;
}

.tabs-links-bottom {
    border-bottom: 5px solid #ff7a00;
}

.tabs-link {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    color: inherit;
}

.tabs-block {
    visibility: hidden;
    z-index: -1;
    position: absolute;
    opacity: 0;
    top: -9999px;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
}

.tabs-block.visible {
    position: static;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.calculate-center {
    width: 46%;
    border-right: 1px solid #c3c3c3;
    padding-right: 10px;
    margin-right: 10px;
    height: inherit;
}

.tabs-links_wrapper {
    display: flex;
    justify-content: space-between;
    border-bottom: 5px solid #ff7a00;
}

.tabs-orange .tabs-link {
    position: relative;
    font-weight: 600;
    line-height: 14px;
    text-decoration: none;
    letter-spacing: 1.5px;
    border: 1px solid transparent;
    border-radius: 10px 10px 0px 0px;
    background-color: #fff;
    color: #313131;
    padding: 16px 30px;
    margin-right: 5px;
}

.tabs-orange .tabs-link.active {
    /*color: #ff8400;*/
    border: 1px solid transparent;
    background-color: #5b6770;
    color: #fff;
}

.tabs-link.active + .tabs-link {
    border-left-color: transparent;
}

/* .tabs-orange .tabs-link.active:before {
    content: '';
    display: block;
    right: 0;
    left: 0;
    top: 0px;
    height: 3px;
    background-color: #ff8400;
    position: absolute;
} */

/* .tabs-orange .tabs-link.active:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #fff;
} */

.calculate-scene .tabs-links {
    display: inline-block;
    vertical-align: top;
    width: 75%;
}

.orange-btn {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    background-color: #ff7a00;
    color: #fff !important;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #ff7a00;
    border-radius: 8px;
    text-decoration: none;
    letter-spacing: 1.1px;
}

.orange-btn:hover {
    opacity: 0.8;
}

.white-btn {
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 46px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px 5px 5px 10px;
    text-decoration: none;
    color: #84c400;
    background: #fff;
    border: 1px solid #84c400;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.calc_calculator {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

/* .green-btn {
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 46px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px 5px 10px 5px;
    text-decoration: none;
    color: #fff;
    background: #84c400;
    margin-bottom: 45px;
    font-weight: 600;
    letter-spacing: 1.5px;
    border: none;
} */

.green-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 290px;
    height: 46px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px 5px 10px 5px;
    text-decoration: none;
    color: #fff;
    background: #84c400;
    margin-bottom: 45px;
    font-weight: 600;
    letter-spacing: 1.5px;
    border: none;
}

.calc_pdf_download {
    width: 20px;
    height: 15px;
    margin-left: 15px;
}

.calc_lamp_price {
    display: inline-block;
    font-size: 24px;
    color: #303030;
    margin-left: 20px;
    font-weight: 600;
}

.calculate-form-close {
    display: none;
}

.calculate-form-toggle {
    display: flex;
    align-items: center;
}
.calculate-form-toggle img {
    margin-left: 10px;
}

.add_cart_nomenklatura_calc {
    margin-right: 20px;
}

.calculate-form-button {
    display: inline-block;
    color: #ff7a00;
    text-decoration: underline;
    display: none;
}
.calculate-form-button.active {
    display: block;
}
.calculate-form-button:hover {
    cursor: pointer;
}

.calc_arrow_down {
    width: 12px;
    height: 8px;
}

.block-calculate .orange-btn {
    float: right;
}

.calculate-about__title {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 120px);
    font-size: 22px;
    font-weight: 500;
    color: #030303;
    line-height: 1.3;
}

.calculate-about__title + .orange-btn {
    vertical-align: middle;
}

/* .clearfix:after {
    content: '';
    clear: both;
    display: table;
    width: 100%;
} */

.calculate-about:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 37px;
}

.calculate-scene-tabs-wrap {
    margin-bottom: 60px;
    position: relative;
}

.calculate-about-tabs-wrap {
    margin-top: 30px;
}

.calculate-about-item {
    display: flex;
    flex-flow: row;
}

.calculate-about-item-img {
    display: inline-block;
    vertical-align: top;
    margin-right: 55px;
    position: relative;
    width: 214px;
    height: 214px;
    overflow: hidden;
}

.calculate-about-item__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    display: block;
}

.calculate-about-item-desc {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    width: 100%;
}

.calculate-about-item-desc-row {
    font-size: 16px;
    margin-bottom: 10px;
    color: #909090;
    display: flex;
    width: 100%;
}

.calculate-about-item-desc-row div:first-of-type {
    width: 68%;
    padding-right: 2%;
}

.calculate-about-item-desc-row div:last-of-type {
    font-weight: 600;
    color: #5b6770;
    width: 30%;
}

.calculate-about-item-more__link {
    color: #ff8400;
    margin-top: 30px;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.calculate-about-item-more__link:hover {
    border-bottom-color: transparent;
}

.calculate-right {
    width: 24%;
}

.calculate-result-select .jq-selectbox__select-text {
    min-width: 80px;
}

.calculate-result-btns {
    width: 100%;
}

.calculate-result-item-table {
    margin-bottom: 0;
}

.calculate-result-items {
    margin-top: 40px;
}

.calculate-result-item {
    font-size: 0;
    margin-bottom: 10px;
}

.calculate-result-item-header {
    display: flex;
}

.calculate-result-item-header div {
    color: #030303;
}

.calculate-result-item div {
    display: flex;
}

.calculate-result-item__title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 16px;
}

.calculate-result-item-column {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #898989;
    text-align: center;
    height: 30px;
    line-height: 28px;
}

.calculate-result-item-column.table {
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: none;
    border-color: #898989;
    margin-bottom: 0;
}

.calculate-result-item-column.table.calculate-result-item-column-borderedTop {
    border-top: 1px solid #898989;
}

.calc-rooms .calculate-result-item-column.table {
    border-bottom: none;
}

.calculate-result-item-column.table + .calculate-result-item-column.table {
    border-right: none;
    margin: 0;
}

.calculate-result-item-text {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #898989;
    margin-top: 15px;
    line-height: 12px;
}

.calculate-result-item-header .calculate-result-item-column-left {
    width: 70%;
    font-weight: 600;
}

.calculate-result-item-header .calculate-result-item-column-right {
    width: 30%;
    font-weight: 600;
}

.calculate-result-item-column.table.calculate-result-item-column-left {
    width: 70%;
}

.calculate-result-item-column.table.calculate-result-item-column-right {
    width: 30%;
    display: flex;
    justify-content: center;
}

.big-margin {
    margin-top: 30px;
}

.block-calculate {
    text-align: center;
}

.block-calculate > div.calculate-left {
    float: left;
}

.block-calculate > div.calculate-right {
    float: right;
    position: relative;
}

.calculate-left,
.calculate-center,
.calculate-right {
    text-align: left;
}

/* .block-calculate:after {
    content: '';
    left: 25.5%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #c3c3c3;
    display: block;
    position: absolute;
} */

/* .block-calculate:before {
    content: '';
    right: 25.5%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #c3c3c3;
    display: block;
    position: absolute;
} */

.hidden-submit {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.calculate-scene-2d img,
.calculate-scene-3d img {
    max-width: 100%;
}

.orange-select .jq-selectbox__select-text {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    line-height: 36px;
}

.orange-select .jq-selectbox__select-text {
    background-color: #ff8400;
    max-width: 82px;
}

.orange-select .jq-selectbox__dropdown {
    font-size: 14px;
    text-transform: uppercase;
}

.orange-select .jq-selectbox__dropdown ul li {
    text-align: left;
}

.orange-select .jq-selectbox__dropdown ul li:hover {
    color: #fff;
}

.orange-select .jq-selectbox__trigger-arrow {
    border-top-color: #fff;
}

.orange-select .jq-selectbox__trigger {
    background-color: #ff8400;
    border: none;
    border-left: 1px solid #fff;
}

.calculate-result-btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    vertical-align: top;
    width: 100px;
}

.gray-btn {
    background-color: #d0d0d0;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.gray-btn:hover {
    opacity: 0.8;
}

.gray-btn.disabled,
.gray-btn.disabled:hover {
    background-color: #ddd;
    color: #aaa !important;
    cursor: default;
    opacity: 1;
}

.calc-wrap {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.calculate-left-form-block-toggle {
    margin-top: 30px;
}

.js-calc {
    position: absolute;
    left: 0;
    right: 18px;
    bottom: 0;
    top: 0;
    z-index: 1000;
    cursor: pointer;
}

.jq-checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background-color: #b6b6b6;
    position: relative;
    border-radius: 0;
    margin-right: 0;
}

.jq-checkbox.checked .jq-checkbox__div {
    /*position: absolute;*/
    width: 13px;
    height: 13px;
    /*top: 50%;*/
    /*left: 50%;*/
    /*-webkit-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    background-color: #ff8400;
}

.jq-checkbox + .calculate-field-label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 0;
}

.calculate-field-checkbox label {
    cursor: pointer;
}

.norm-field .calculate-field-select {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.calculate-field-gray-text {
    font-size: 14px;
    color: #8a8a8a;
    margin-top: 10px;
    line-height: 1.3;
}

.js-calculate-select {
    border: 1px solid #969696;
    border-radius: 5px 5px 10px 5px;
    height: 36px;
    width: 200px;
    padding-left: 14px;
    color: #5b6770;
}

div#scene_grid_wrapper {
    width: 100%;
    min-height: auto;
    position: relative;
}
.scene_grid {
    display: grid;
    min-height: 440px;
    /* max-height: 520px; */
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #000;
}
.room_scene_cell {
    position: relative;
}
.colors_underline {
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -15px;
    left: 0;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}
.black {
    background: #000;
}
.deep_blue {
    background: #000064;
}
.blue {
    background: #0000ff;
}
.dark_green {
    background: #006400;
}
.green {
    background: #32c800;
}
.light_green {
    background: #64ff00;
}
.yellow {
    background: #ffff00;
}
.red {
    background: #ff0000;
}

.colors_underline div span {
    position: absolute;
    bottom: -20px;
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
}
.colors_underline div {
    position: relative;
}
/* colors */

.red_layer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #ff0000;
    filter: blur(8px);
    z-index: 7;
    width: 65%;
    height: 65%;
}
.yellow_layer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #ffff00;
    z-index: 6;
    width: 300%;
    height: 300%;
    filter: blur(10px);
}
.lightGreen_layer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #64ff00;
    z-index: 5;
    width: 500%;
    height: 500%;
    filter: blur(10px);
}
.green_layer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #32c800;
    z-index: 4;
    width: 600%;
    height: 600%;
    filter: blur(15px);
}
.darkGreen_layer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #006400;
    z-index: 3;
    width: 800%;
    height: 800%;
    filter: blur(15px);
}
.lightBlue_layer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #0000ff;
    z-index: 2;
    width: 1200%;
    height: 1200%;
    filter: blur(15px);
}
.blue_layer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #000064;
    z-index: 1;
    width: 2400%;
    height: 2400%;
    filter: blur(15px);
}

/* Pop up */

.calc-pop-up {
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: fixed!important;
    top: 0;
    left: 0;
    z-index: 99;
}

.calc-pop-up-wrapper {
    position: relative;
    width: 95%;
    height: 98%;
    background-color: #f9f9f9;
    /* margin: 0 auto; */
    z-index: 9;
    /* margin-top: 5%; */
    border: 1px solid #f9f9f9;
    border-radius: 8px;
    overflow-y: scroll;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* height: 650px; */
}

.calc-pop-up-outer {
    display: flex;
    flex-flow: column;
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9;
    border-radius: 8px;
}

.calc-pop-up-inner {
    display: flex;
    flex-flow: row;
    padding-left: 60px;
    padding-right: 60px;
}

.calc-pop-up-left {
    margin-right: 50px;
    width: 28%;
}

.calc-pop-up-center {
    width: 32%;
    margin-right: 28px;
    margin-top: 0;
}

.calc-pop-up-right {
    width: 40%;
    margin-top: 0px;
}

.calc-pop-up-outer .cancel_btn {
    align-self: flex-end;
    padding-right: 28px;
    padding-top: 28px;
}

.lighting-current,
.capacity {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 2px solid #bebebe;
    padding: 25px 0;
    width: 100%;
}

.calc-pop-up-input {
    border: 1px solid #e9e9e9;
    border-radius: 5px 5px 10px 5px;
    width: 78px;
    height: 36px;
}

.calc-pop-up-selects {
    display: flex;
    flex-flow: column;
    align-items: left;
}

.calc-pop-up-select {
    border: 1px solid #e9e9e9;
    border-radius: 5px 5px 10px 5px;
    width: 201px;
    height: 36px;
    color: #5b6770;
}

.calc-pop-up-header,
.calc-pop-up-subheader-top,
.calc-pop-up-subheader-bottom,
.calc-pop-up-cart-header {
    color: #303030;
}

.calc-pop-up-header {
    font-weight: 700;
    margin-bottom: 45px;
}

.calc-pop-up-center .calc-pop-up-header {
    text-align: center;
}

.calc-pop-up-subheader-top {
    /* width:38% */
}

.calc-pop-up-selects-wrapper {
    display: flex;
    flex-flow: column;
}

.calc-pop-up-subheader-bottom {
    padding-top: 40px;
    padding-bottom: 14px;
}

.calc-pop-up-cart-header {
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 22px;
    padding: 15px;
    padding-right: 25px;
}

.potuzhnist-desktop,
.svitlovij_potik-desktop {
    display: block;
}

.potuzhnist-mobile,
.svitlovij_potik-mobile {
    display: none;
}

.lighting_items {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-top: 0;
}

.lighting_item {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 46%;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
}

.lighting_item:hover {
    cursor: pointer;
    border: 1px solid #ff7a00;
    border-radius: 10px;
}

.lighting_item.active {
    border: 1px solid #ff7a00;
}

.calc-pop-up-right-top-header {
    border-bottom: 5px solid #ff7a00;
    width: 100%;
}

.calc-modification {
    border: 1px solid transparent;
    background-color: #5b6770;
    color: #fff;
    font-weight: 600;
    line-height: 14px;
    text-decoration: none;
    letter-spacing: 1.5px;
    padding: 16px 30px;
    margin-right: 5px;
    border-radius: 10px 10px 0px 0px;
    width: 175px;
}

.calc-pop-up-right-table {
    display: flex;
    flex-direction: column;
    height: max-content;
    padding: 25px 5px;
    border: 1px solid #fff;
    background: #fff;
}
.calc-pop-up-right-table-item {
    display: flex;
    justify-content: space-between;
}
.calc-search-mobile-wrapper {
    display: flex;
    flex-flow: column;
}
.calc-pop-up-right-table-item:not(:first-child) {
    margin-top: 15px;
}
.calc-search-mobile-wrapper div {
    width: 100%;
}

/* hidden on mobile   */

.calc-search.calc-search-mobile {
    display: none;
}

.calc-search.calc-search-desktop {
    display: flex;
}

.calc-search {
    display: flex;
    justify-content: flex-end;
    height: 36px;
    margin-bottom: 30px;
}

.calc-search input {
    border: 1px solid #e9e9e9;
    border-radius: 5px 5px 10px 5px;
    color: #c3c3c3;
    width: 280px;
    height: inherit;
    position: relative;
}

.calc-search-btn {
    position: absolute;
    border: none;
    background: transparent;
    width: 34px;
    height: 31px;
    padding: 0;
    font-size: 0;
    color: #fff;
    cursor: pointer;
    right: 0;
}

.calc-search-btn img {
    position: absolute;
    top: 3px;
    right: 5px;
}

.calc-pop-up-right-bottom .tabs-block {
    height: max-content;
    padding: 25px 30px;
    border: 1px solid #fff;
    background: #fff;
}

.calc-pop-up-right-bottom .orange-btn {
    margin-top: 22px;
    margin-bottom: 32px;
}

.calc-pop-up-right-bottom-btn {
    display: flex;
    justify-content: flex-end;
}
.fn_calc_search {
    position: relative;
}
.empty_scene {
    position: absolute;
    width: 70%;
    height: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 5;
    border-radius: 15px;
}
.empty_scene_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    font-weight: 600;
}
.calc-pop-up-right-table-item .calculate-about-item-desc {
    display: none;
}

@media (max-width: 1440px) {
    .scene_grid {
        min-height: 300px;
    }
}
#length_room_output,
#width_room_output,
#height_room_output {
    display: none;
}
