.section-style {
    padding-top: 35px;
    padding-bottom: 120px;
}


.section-style-conf {
    padding-top: 15px;
}


.border-left {
    border-left: 1px solid #E5E5E5;
}

.border-top {
    border-top: 1px solid #E5E5E5;
}

.config__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* padding-bottom: 30px; */
}

.border-bottom {
  border-bottom: unset !important; 
}
.config__top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}


.border-right {
/*    border-right: 1px solid #E5E5E5; */
}
.config__top-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0;
    padding: 8px 15px;
/*    border-left: 1px solid #E5E5E5; */
	    min-width: 600px;	
}

.config__settings {
/*    padding: 20px 20px; */
padding-bottom: 20px;
}

.config__scene {
    position: relative;
    margin-bottom: 10px;
}

.mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.config-settings__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin-left: -35px; */
   justify-content: space-around;
}

.config-bottom-settings__block_promise, .config-bottom-settings__block_walls {
    max-width: 203px;
}

.config-panel__select-row {
    margin-bottom: 10px;
}

.config-bottom-settings__block_promise, .config-bottom-settings__block_walls {
    max-width: 203px;
}

.config-bottom-settings__block_collection {
    -webkit-box-ordinal-group: -9;
    -ms-flex-order: -10;
    order: -10;
    width: 50%;
    margin-bottom: 7px;
    display: none;
}


.selectric-style {
    width: 100%;
}
.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric {
    border: 1px solid #DDD;
    border-radius: 0px;
    background: #F8F8F8;
    position: relative;
    overflow: hidden;
}


.selectric-style .selectric-items {
    min-width: 160px;
}
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F8F8F8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}

.selectric-style .selectric {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    border: 0;
    background: none;
    border-bottom: 1px solid #E5E5E5;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    background: none !important;
        border-radius: 5px;
box-sizing: border-box;
    font-family: Montserrat, Roboto, sans-serif;
    font-size: .75rem;
    line-height: 1.125rem;
    color: #000;
transition: all .3s linear;
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-appearance: textfield;

}


.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

button, select {
    text-transform: none;
}

.selectric .label {
    height: 33px;
    line-height: 33px;
}
.selectric-style .label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    /* text-transform: uppercase; */
    margin-left: 0;
}
.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0 / 0 a;
}



.selectric-style-2 .button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    height: 2px;
    width: 8px;
    background-color: #B89048;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
background: #B89048;
}

.selectric-style-2 .button:before {
    transform: rotate(-45deg);
    top: 9px;
    left: -1px;
}


.selectric-style-2 .button:after {
content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: -6px;
    height: 2px;
    width: 8px;
    background-color: #B89048;
    transform: rotate(45deg);
background: #B89048;
    border: 0;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}


.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}


.selectric-style li {
    font-size: 14px;
}
.selectric-items li.selected {
    background: #E0E0E0;
    color: #444;
}
.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer;
}


.config-bottom-settings__block_add {
    position: absolute;
    right: 40px;
    top: 30px;
    z-index: 1;
    background: #fff;
    padding: 5px;
}

.config__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 27px;
    top: 40px;
    z-index: 5;
}

.config__view {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    height: 517px;
    /* max-width: 708px; */
}

.config-bottom-settings__element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
 

.config-bottom-settings__element-bg {
    /* display: none; */
    padding-bottom: 2px;
}

.conf-setbg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.conf-setbg .conf-setbg__subtext {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

.conf-setbg img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 10px;
    object-fit: cover;
    width: 32px;
    height: 32px;
}

.conf-setbg .conf-setbg__text {
    text-decoration: underline;
}

.config__action {
    display: none;
    margin-left: 10px;
}


.config-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #72808d;
    padding: 7px 9px;
    padding-right: 10px;
    -webkit-box-shadow: 0 0 20px 4px rgba(230, 230, 230, 0.49);
    box-shadow: 0 0 20px 4px rgba(230, 230, 230, 0.49);
    cursor: pointer;
    background-color: #fff;
    z-index: 5;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.config-action__icon {
    margin-right: 4px;
}
.close-icon {
    position: relative;
    width: 12px;
    height: 12px;
}

.close-icon::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close-icon::after, .close-icon::before {
    position: absolute;
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    top: 6px;
    left: 0;
    background-color: #72808d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.close-icon::after, .close-icon::before {
    position: absolute;
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    top: 6px;
    left: 0;
    background-color: #72808d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.config__sizing {
    display: none;
    width: 40px;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 35px;
    color: #72808d;
    font-size: 11px;
    z-index: 5;
}

.config__sizing-line {
    width: 100%;
    height: 1px;
    background-color: #72808d;
    position: absolute;
    bottom: -2px;
}

.config__wrap {
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.config__grid {
    padding: 1px;
}

.config-grid__frame {
    position: relative;
    display: block;
    border-radius: 5px;
    margin: 40px;
    z-index: 1;
}

.configurator-set {
    position: relative;
    margin: 40px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.config-grid__places {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.config__image {
/*max-height: 250px;*/
}

.selectric-open {
    z-index: 9999;
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-items li.highlighted {
    background: #D0D0D0;
    color: #444;
}

.selectric-items li.selected {
    background: #E0E0E0;
    color: #444;
}

.selectric-open .button {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 20px !important;
}


.selectric-style .button {
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    background: none;
    top: 18px;
}

.selectric-style-2 .button {
    top: 50%;
    margin-top: -10px;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
}

.config__bg {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    background: #F5F5F5;
    /* background-image: -webkit-linear-gradient(#f7f7f7 1px, transparent 1px), -webkit-linear-gradient(left, #f7f7f7 1px, transparent 1px), -webkit-linear-gradient(#f7f7f7 1px, transparent 1px), -webkit-linear-gradient(left, #f7f7f7 1px, transparent 1px), -webkit-linear-gradient(#f7f7f7 1px, transparent 1px), -webkit-linear-gradient(left, #f7f7f7 1px, transparent 1px); */
    /* background-image: linear-gradient(#f7f7f7 1px, transparent 1px), linear-gradient(90deg, #f7f7f7 1px, transparent 1px), linear-gradient(#f7f7f7 1px, transparent 1px), linear-gradient(90deg, #f7f7f7 1px, transparent 1px), linear-gradient(#f7f7f7 1px, transparent 1px), linear-gradient(90deg, #f7f7f7 1px, transparent 1px); */
    background-size: 180px 180px, 180px 180px, 9px 9px, 9px 9px, 36px 36px, 36px 36px;
    background-position: -1px -1px, -1px -1px, 0 0, 0 0, -1px -1px, -1px -1px;
    z-index: -1;
}

.config__preloader {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 12;
}

.config-settings__title {
    margin-bottom: 7px;
    /* font-size: 10px; */
    /* color: #888888; */
    font-weight: 500;
    min-height: 21px;
}

.frame-orientation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}

.my-radio__item {
    transition: .3s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.frame-orientation__horiz {
    position: relative;
    width: 40px;
    height: 20px;
}


.frame-orientation__horiz::after, .frame-orientation__horiz::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #9da7b1;
}

.frame-orientation__horiz::before {
    right: 0;
    left: inherit;
}

.frame-orientation__block.my-radio__item_active > div::after, .frame-orientation__block.my-radio__item_active > div::before {
    border-color: #B89048;
}

.frame-orientation__vert {
    position: relative;
    height: 40px;
    width: 20px;
margin-left: 15px;
}


.frame-orientation__vert::after, .frame-orientation__vert::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
}

.frame-orientation__vert::before, .frame-orientation__vert::after {
    transition: .3s;
}

.frame-orientation__vert::before {
    bottom: 0;
    top: inherit;
}

.config-settings__block {
    margin-top: 5px;
}

.config-settings__title {
    margin-bottom: 7px;
    font-size: 16px;
    /* color: #888888; */
    font-weight: 500;
    min-height: 21px;
}

.posts-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.posts-number {
    border-left: 1px solid #e4e9ee;
}

.posts-number__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
width: 30px;
    height: 30px;
    background-color: #B89048;
    color: #9da7b1;
    border-top: 1px solid #e4e9ee;
    border-bottom: 1px solid #e4e9ee;
    border-right: 1px solid #e4e9ee;
    transition: .3s;
	color:#ffffff;
}

.my-radio__item {
    transition: .3s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.posts-number__block.my-radio__item_active {
    background-color: #EAC285;
    /* -webkit-box-shadow: 0 9px 13px rgba(157, 167, 177, 0.2); */
    /* box-shadow: 0 9px 13px rgba(157, 167, 177, 0.2); */
    border-top: 1px solid #EAC285;
    border-left: 1px solid #EAC285;
    border-right: 1px solid #EAC285;
    border-bottom: 1px solid #EAC285;
    color: #ffffff;
}


.config__bg {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    background: #242424;
    /* background-image: -webkit-linear-gradient(#f7f7f7 1px, transparent 1px), -webkit-linear-gradient(left, #f7f7f7 1px, transparent 1px), -webkit-linear-gradient(#f7f7f7 1px, transparent 1px), -webkit-linear-gradient(left, #f7f7f7 1px, transparent 1px), -webkit-linear-gradient(#f7f7f7 1px, transparent 1px), -webkit-linear-gradient(left, #f7f7f7 1px, transparent 1px); */
    /* background-image: linear-gradient(#f7f7f7 1px, transparent 1px), linear-gradient(90deg, #f7f7f7 1px, transparent 1px), linear-gradient(#f7f7f7 1px, transparent 1px), linear-gradient(90deg, #f7f7f7 1px, transparent 1px), linear-gradient(#f7f7f7 1px, transparent 1px), linear-gradient(90deg, #f7f7f7 1px, transparent 1px); */
    background-size: 180px 180px, 180px 180px, 9px 9px, 9px 9px, 36px 36px, 36px 36px;
    background-position: -1px -1px, -1px -1px, 0 0, 0 0, -1px -1px, -1px -1px;
    z-index: -1;
}


.config-panel {
    position: relative;
}

.config-panel .preloader {
    display: none;
}

.preloader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 20;
}

.config-panel__row_second {
    padding-top: 10px;
}

.config-panel__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.config-panel__column.shadow {
    position: relative;
    height: 513px;
}

.config-panel__column {
    width: 50%;
    min-height: 80px;
}


.config-goods {
    position: relative;
}

@media screen and (min-width: 82.5em) {
.config-goods {
    display: block !important;
}}


.config-frame {
    max-height: 480px;
    background: #F5F5F5;
}
[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    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;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
min-height: 478px;
}



.config-frame .loaded .config-frame__left {
    background: none !important;
}
.config-goods .config-frame__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.config-frame__left {
    position: relative;
    margin-right: 8px;
    width: 68px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    background: url(/local/templates/clegrand/img/configurator/preloader.gif);
    background-size: contain;
    background-repeat: no-repeat;
}


.config-frame__right {
    padding-top: 5px;
/*    padding-right: 20px; */
}

.config-frame__title {
    font-size: 13px;
    color: #444444;
    font-weight: 500;
    margin-bottom: 2px;
}

.config-frame__color {
    color: #666666;
    line-height: 1.1;
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 10px;
}

.config-frame__posts, .config-frame__price {
    color: #666666;
    font-weight: 500;
    font-size: 10px;
}

.config-frame img {
    cursor: pointer;
    padding: 4px;
    border-style: none;
    display: block;
    max-width: 100%;
    height: auto;
}

.config-frame img.half {
    max-width: 50%;
}




Inspiria.layout .frame.horizontal.quantity1 .place {
    width: 96%;
}


.horizontal .place {
    height: 100%;
}




.place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
}

.place.rotation90 {
 transform: rotate(90deg);
}



.layout .frame .slot {
    border: 0 none;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 225px;
    z-index: 5;
}

.layout .frame .slot.half {
    width: 58px;
}


.quantity1 .place1.class_lk45 {
    margin-left: 0px;
}


.layout .frame .slot.rotation270 {
    transform: rotate(270deg);
}

.quantity2 .place.place1 {
    left: 4.3%;
}




.quantity2 .rotate_vertikal .place {
width: 56%;
}


.quantity2 .rotate_vertikal .place.place1 {
    left: -6.4%;
    top: 0px;
}


.quantity2 .rotate_vertikal .place.place2 {
    left: 49.9%;
    top: 0px;
}






.quantity2 .place.place1.jsfi_special_ramka_bronza_electro  {
    left: 4.7%;
}


.quantity2 .place.place1.class_lk80.jsfi_special_ramka_bronza_electro  {
    left: 4.7%;
}


.quantity2 .place.place2.class_lk80.jsfi_special_ramka_bronza_electro {
    left: 53%;
}


.quantity2 .place.place1.class_quadro  {
left: 8.1%;
    margin-top: -1px;
}

.quantity2 .place.place1.class_quadro.slot_steklo  {
    left: 8.1%;
    margin-top: -1px;
    width: 41.3%;
}


.quantity2 .place.place1.slot_steklo.class_lk60 {
    left: 5.7%;
    margin-top: 1px;
}

.quantity2 .place.place2.slot_steklo.class_lk60 {
    left: 50%;
    margin-top: 1px;
}


.quantity2 .place.place1.slot_steklo.class_lk80 {
    left: 5.8%;
}

.quantity2 .place.place1.class_lk45 {
left: 8.7%;
    width: 33.5%;
    margin-top: 1px;
}


.quantity2 .place.place2.class_lk45 {

    left: 55.7%;
    width: 33.5%;
    margin-top: 0px;
}




.quantity2 .place.place2 {
    left: 48.8%;
}

.quantity2 .place {
    width: 47%;
}



.quantity2 .place.place2.class_quadro {
    left: 52.5%;
}


.quantity2 .place.place2.class_lk80 {
    left: 52.6%;
}

.quantity2 .place.place2.class_vintage {
    left: 52.7%;
}


.quantity2 .place.place2.class_lk60 {
    left: 52.2%;
}


.quantity2 .place.place2.slot_steklo {
    left: 50.1%;
}



.quantity1 .place.place1.slot_steklo.class_quadro {
left: 42px;
    margin-top: 2px;
    width: 113px;
}


.quantity2 .place.place2.slot_steklo.class_quadro {
    left: 52.8%;
}


.quantity2 .place.place1.slot_steklo.class_lk45 {
left: 9.3%;
    margin-top: 2px;
    width: 32%;
}


.quantity2 .place.place2.slot_steklo.class_lk45 {
    left: 57.2%;
    margin-top: 2px;
    width: 32%;
}


.quantity2 .slot.width1 {
    width: 221px;
}


.quantity2 .slot.width1.half	 {
    width: 61px
}


.quantity3 .place {
width: 31.9%;
    top: 0px;
}


.quantity3 .place.place1 {
    left: 1.9%;
}



.quantity3 .place.place2 {
    left: 34%;
}


.quantity3 .place.place3 {
    left: 66%;
}



.quantity3.rotate_vertikal .js-frame-image {
    width: 253px;
}


.quantity3 .rotate_vertikal .place {
width: 44.2%;
    top: 0px;}


.quantity3 .rotate_vertikal .place.place1 {
        left: -16.8%;
}



.quantity3 .rotate_vertikal .place.place2 {
    left: 27.9%;
}


.quantity3 .rotate_vertikal .place.place3 {
    left: 72.5%;
}



.quantity3 .slot_steklo .place.place1.class_lk60 {
    left: 6.5%;
}




.quantity3 .place.place1.class_lk45  {
    width: 21%;
    left: 7.5%;

}



.quantity3 .place.place2.class_lk45 {
    width: 21%;
left: 39.5%;
}



.quantity3 .place.place1.class_lk45.jsfi_special_ramka_chern_barhat_3_lk45  {
    left: 7.8%;
}




.quantity3 .place.place3.class_lk45 {
    width: 21%;
left: 71.5%;
}


.quantity3 .place.place1.slot_steklo.class_lk45  {
left: 5.9%;
    width: 21.5%;
    margin-top: 0px;
}

.quantity3 .place.place1.slot_steklo.jsfi_special_steklo.class_lk45  {
    left: 8.8%;
    width: 19.9%;
    margin-top: -1px;
}


.quantity1 .place.place1.slot_steklo.jsfi_special_steklo.class_lk45  {
    width: 49%;
}


.quantity2 .place.place1.slot_steklo.jsfi_special_steklo.class_lk45  {
width: 28.8%;
    left: 12.8%;
    margin-top: 1px;}

.quantity2 .place.place2.slot_steklo.jsfi_special_steklo.class_lk45  {
    width: 28.8%;
    left: 56.3%;
    margin-top: 1px;
}

.quantity1 .jsfi_kryshka .slot.class_lk60  {
width: 126px;
    margin-left: -2px;
    margin-top: 3px;
}






.quantity3 .place.place2.slot_steklo {
    left: 37.7%;
}

.quantity3 .place.place2.slot_steklo.class_lk45 {
left: 38.5%;
    width: 21.5%;
    margin-top: 0px;
	}


.quantity3 .place.place2.slot_steklo.jsfi_special_steklo.class_lk45 {
left: 39.3%;
    width: 19.9%;
    margin-top: -1px;
}




.quantity3 .place.place3.slot_steklo.class_lk45 {


left: 71.0%;
    width: 21.5%;
    margin-top: 0px;

}

.quantity3 .place.place3.slot_steklo.jsfi_special_steklo.class_lk45 {
    left: 69.7%;
    width: 19.9%;
    margin-top: -1px;

}


.quantity3 .place.place3.slot_steklo {
    left: 68.6%;
}


.quantity3 .place.place3.slot_steklo.class_lk60 {
    left: 68.7%;
}


.quantity1 .slot.class_lk60 {
width: 139px;
    margin-left: 0px;
}



.quantity1 .slot_steklo .slot.class_lk60 {
    width: 147px;
    margin-left: -1px;
}



.quantity2 .slot.class_lk60 {
width: 153px;
    margin-left: 4px;
    margin-top: -2px;
}

.quantity3 .slot.class_lk60 {
    min-width: 105px;
    margin-left: 3px;
}

.quantity4 .slot.class_lk60 {
    width: 153px;
    margin-left: -4px;
    margin-top: -4px;

}


.quantity1 .slot.class_lk80 {
    width: 141px;
}

.quantity2 .slot.class_lk80 {
    width: 154px;
}

.quantity3 .slot.class_lk80 {
    min-width: 104px;
}



.quantity1 .slot.class_vintage {
    width: 120px;
}




.quantity2 .place1 .slot.class_vintage {
width: 144px;
margin-left: 1px;
}


.quantity1 .place1.slot_steklo.class_vintage .slot {
    width: 106px;
    margin-top: 2px;
    margin-left: 1px;
}


.quantity2 .place2 .slot.class_vintage {
    width: 144px;
    margin-left: 1px;}



.quantity3 .slot.class_vintage {
    min-width: 101px;
}

.quantity4 .slot.class_vintage {
    width: 120px;
}

.quantity5 .slot.class_vintage {
    width: 120px;
}


.quantity4 .place.class_vintage {
    width: 18.2% !important;
}

.quantity4 .place1.class_vintage {
    left:18px !important;
}

.quantity4 .place2.class_vintage {
left: 115px !important;
}

.quantity4 .place3.class_vintage {
    left: 53% !important;
}

.quantity4 .place4.class_vintage {
    left: 77.4% !important;
}




.quantity4 .place {
    width: 24%;
}

.quantity4 .place.place1 {
    left: 1.6%;
}


.quantity4 .place.place2 {
    left: 25.7%;
}


.quantity4 .place.place3 {
    left: 50%;
}

.quantity4 .place.place4 {
    left: 74.2%;
}





.quantity4 .rotate_vertikal .place {
width: 38.5%;
    top: 0px;
}

.quantity4 .rotate_vertikal .place.place1 {
    left: -27.5%;
}


.quantity4 .rotate_vertikal .place.place2 {
    left: 11.3%;
}


.quantity4 .rotate_vertikal .place.place3 {
left: 50.0%;
}

.quantity4 .rotate_vertikal .place.place4 {
    left: 88.8%;
}



.quantity4 .place.place2.class_lk60 {
    left: 29.3%;
}

.quantity4 .place.place3.class_lk60 {
left: 53.3%;
}

.quantity4 .place.place4.class_lk60 {
    left: 77.3%;
}

.quantity4 .place.place2.class_lk80 {
    left: 28.3%;
}


.quantity4 .place.place2.slot_steklo {
    left: 28.2%;
}

.quantity4 .place.place2.slot_steklo.class_lk60 {
    left: 28.8%;
}


.quantity4 .place.place2.slot_steklo.class_lk45 {
left: 29.5%;
    width: 74px;
    margin-top: -1px;
}



.quantity4 .place.place3.slot_steklo.class_lk60 {
left: 52.4%;
    width: 18.2%;
}

.quantity4 .place.place3.class_lk80 {
    left: 52.1%;
}


.quantity4 .place.place3.slot_steklo {
    left: 51.6%;
}

.quantity4 .place.place3.slot_steklo.class_lk45 {
left: 54%;
    width: 74px;
    margin-top: -1px;
}



.quantity4 .place.place4.slot_steklo.class_lk60 {
    left: 75.8%;
}

.quantity4 .place.place4.class_lk80 {
    left: 76.4%;
}


.quantity4 .place.place4.slot_steklo {
    left: 75.4%;
}


.quantity4 .place.place4.slot_steklo.class_lk80 {
    left: 75.2%;
}

.quantity4 .place.place4.slot_steklo.class_lk45 {
left: 78.2%;
    width: 74px;
    margin-top: -1px;
}

.quantity5 .place {
    width: 19.4%;
}

.quantity5 .place.place1 {
    left: 1.2%;
}

.quantity5 .place.place2 {
    left: 20.7%;
}

.quantity5 .place.place3 {
    left: 40.3%;
}

.quantity5 .place.place4 {
    left: 59.8%;
}

.quantity5 .place.place5 {
    left: 79.3%;
}


.quantity5 .place.place4.slot_steklo {
    left: 60.3%;
}





.quantity5 .place.place5.slot_steklo {
    left: 80.1%;
}

.quantity5 .place3.class_lk60 {
     left: 41.8%;
}

.quantity2 .slot.class_lk45 {
    width: 100%;
}

.quantity4 .place1.class_lk45 {
    left: 5.5%;
    width: 65px;
    margin-top: 1px;

}


.quantity4 .place1.slot_steklo.class_lk45 {


    left: 5.1%;
    width: 74px;
    margin-top: -1px;


}

.quantity4 .place2.class_lk45 {
    left: 29.8%;
    width: 65px;
    margin-top: 1px;
}

.quantity4 .place3.class_lk45 {
    left: 54%;
    width: 65px;
    margin-top: 1px;
}

.quantity4 .place4.class_lk45 {
left: 78.2%;
    width: 65px;
    margin-top: 1px;}


.quantity2 .slot.class_quadro  {
    width: 136px;
}


/*.quantity2 .place1 .slot.class_quadro  {
    left: 11px;
    top: -1px;
} */


.quantity2 .place2 .slot.class_quadro  {
    left: -2px;
    top: -1px;
}

.quantity3 .place.place1.class_quadro {
    left: 8.2%;
}

.quantity3 .place.class_quadro.slot_steklo  {
    width: 22.9%;
    top: 0.1%;
}


.quantity3 .place.place1.class_quadro {
    left: 8%;
    width: 92px;
}

.quantity3 .place.place2.class_quadro {
    left: 38.6%;
    width: 92px;}

.quantity3 .place.place3.class_quadro {
    left: 69.2%;
    width: 92px;
}

.quantity3 .place.place1.class_quadro.slot_steklo {
    left: 8.3%;
    width: 92px;
}

.quantity3 .place.place3.class_quadro.slot_steklo {
    left: 69%;
    width: 92px;
}



.quantity4 .place.class_quadro {
    width: 18%;
}


.quantity4 .place.place1.class_quadro {
left: 5.7%;
}


.quantity4 .place.place2.class_quadro {
left: 29%;
}

.quantity4 .place.place3.class_quadro {
left: 52.5%;
}

.quantity4 .place.place4.class_quadro {
left: 76.3%;
}


/*
.btn:hover {
background-color: #9a0c28;
color: #ffffff;
}

*/

.lkstudio_color {
    background-color: #9a0c28;
color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.selected_color_div {
     background-color: #e0e0e0;
    width: 25px;
    height: 25px;
    border: 1px solid grey;
    margin-left: 5px;
    margin-right: 5px;
}

.color-group {
    width: 5%;
    float: left;
    display: block;
}

.color-block {
    float: left;
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.color-block div {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid white;
    border-radius: 0.25em;
}


.setbg__upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #E5E5E5;
}

.setbg-upload__text {
    margin-right: 22px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.setbg__upload input {
    display: none;
}


.my-btn_ttn {
    text-transform: none;
}

.my-btn_fsm {
    font-weight: 400;
    padding: 15px 33px;
}
.my-btn {
    position: relative;
    padding: 15px 20px;
    /* text-transform: uppercase; */
    color: #FFF;
    background-color: #9a0c28;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.setbg-upload__delete {
    margin-left: 20px;
}

.icon-text_hover {
    cursor: pointer;
}

.icon-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #999999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.icon-text__text {
    /* text-decoration: underline !important; */
    color: #000;
    border: 0;
    background: #E5E5E5;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    padding: 7px 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.icon-text:not(.disabled):hover {
    color: #EC1C24;
}

.my-btn:not(.disabled):hover {
    background-color: #FFF;
    color: #EC1C24;
}


.js-draggable:active {
	cursor: grabbing;
}




.layout .slot img {
    border: 0 none;
    padding: 0;
    position: absolute;
}

.layout .frame .slot img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: inherit;
}
.frame .place .slot img {
/*    border: 10px solid transparent; */
    box-sizing: content-box;
    outline-offset: -12px;
}

.layout .frame.horizontal .slot img {
    height: auto !important;
    margin: auto !important;
    max-height: none !important;
    max-width: none !important;
}

.place.placed img {
/*    border: 2px solid #929292;
    border-color: #929292; */
}


.Inspiria.layout .frame.horizontal.quantity1 .place .slot img {
    width: 54%;
}



.filter_open_button {
    display: none;
}

.filt__head {
    display: none;
}

.list-left-menu {
display:block;
}

.main-nav-right > * {
    margin-left: 20px;
}


.chosen-item {
    gap: 10px;
}


.place__inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 25;
}

.place__inner.half1 {
 width:50%;
}

.place__inner.half2 {
 width:50%;
left:57px;
}


.quantity2 .place__inner.half1 {
    left: 0px;
}

.quantity2 .place__inner.half2 {
    left: 70px;
}

.quantity3 .place__inner.half2 {
left:44px;
}

.quantity4 .place__inner.half2 {
left:34px;
}




.place__remove {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    z-index: 5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: none;
}

.place__remove {
    z-index: 25;
}

.place__remove.place__remove_left1 {
left:25%;
}
.place__remove.place__remove_left2 {
left:74%;
}

.place__inner.notshow {
 display:none !important;
}



.close-icon {
    position: relative;
    width: 12px;
    height: 12px;
}

.place__remove .close-icon:before, .place__remove .close-icon:after {
    background-color: #666666;
}

.close-icon::after, .close-icon::before {
    position: absolute;
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    top: 6px;
    left: 0;
    background-color: #72808d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.close-icon::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.placed .place__inner:hover .place__remove {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;

}

.config-grid__places.rotate_vertikal {
transform: rotate(90deg);
}

.layout .frame .slot img.rotate_vertikal_place {
-webkit-transform: translate(-50%, -50%) rotate(-90deg);
transform: translate(-50%, -50%) rotate(-90deg);

}


/*.calc-product {
    display: flex;
    align-items: center;
    padding: 8px;
    background: #FFFFFF;
    border: 1px solid #C5C5C5;
    border-radius: 4px;
    justify-content: space-between;
    width: 100%;
    height: 30px !important;
}

.calc-product>div {
    width:55%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%;
}
.calc-product__action {
    padding: 12px 2px !important;
    cursor: pointer;
    position: relative;
}


.calc-product__action:before, .calc-product__action:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
width: 12px;
    height: 3px;
    background-color: #E30613;
}

.calc-product>div input {
    width: 100%;
    height: 100%;
    text-align: center;
    outline: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    letter-spacing: 0.04em;
       border: none;
}

.calc-product__more:after {
    transform: translate(-50%, -50%) rotate(90deg);
}


  */



.border-right {
/*    border-right: 1px solid #E5E5E5;*/
}


.config__result-bottom {
    margin-right: -1px;
}

.config__result_title {
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
}

.config__result_info-img img {
    width: 64px;
    height: 64px;
}
.
.obj-fit-cover {
    object-fit: cover;
}

.config__result_info-title {
    font-weight: 500;
    font-size: 13px;
    color: #000;
}

.config__result_info-description {
    font-weight: 500;
    font-size: 10px;
    color:#B89048;
}

.config__result-count {
    font-size: 12px;
    padding-left: 50px;
    width: 100px;
    text-align: left;}

.config__result_total-title {
    font-weight: 800;
    font-size: 26px;
}

.config__result_total-buttons  {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 20px;
}


.border-top {
    border-top: unset !important;
}	

.button {
    font-weight: 800;
    font-size: 14px;
    color: #C11C1C;
}


.button--light:hover {
background-color: #d02e26;
color:white;

}

.button:hover {
color:white;
}


.no-touch .button--light {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.no-touch a {
    -webkit-transition: all .24s ease-in-out;
    -o-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
}

.button--light {
    border: 1px solid #d02e26;
    font-weight: 700;
    font-family: Montserrat, Roboto, sans-serif;
    background-color: transparent;
    font-size: .8125rem;
    line-height: 1.125rem;
    color: #d02e26;
    padding: 15px 20px;
    border-radius: 5px;
}

.button--light-add_place {
    padding: 7px 15px;
    margin-top: 10px;
    font-size: 12px;
    text-wrap: nowrap;}

.button--light-edit_place {
    padding: 7px 15px;
    font-size: 12px;
    text-wrap: nowrap;}


a.button {
    display: inline-block;
    vertical-align: top;
}

.attribute_extended {
display:none;
}


.attribute_extended.show {
display:table-row;
}

.open_all_attributes.show svg {
transform: rotate(180deg);
}


.config__result-titlehead {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}

.config__result-titlehead input {
    padding: 5px 10px;
    border: 1px solid #cecece;
}

.config__result-title input {
     padding: 5px 10px;
    border: 1px solid #cecece;

}

.groupModifyComplect  {
     align-items: center;
}



.config__result-title {
    font-weight: 600;
    font-size: 16px;
}


.button__grey {
    font-size: 12px;
    transition: .3s;
    color: #666666;
    font-weight: 400;
    line-height: 12px;
    background: #fff;
    border: 1px solid #E5E5E5;
    padding: 6px 6px;
    position: relative;
	--bs-btn-bg: #7E6537;
    --bs-btn-active-bg: #7E6537;
    --bs-btn-border-color: #7E6537;
    --bs-btn-active-border-color: #7E6537;
}


.button__transparent {
    font-size: 12px;
    transition: .3s;
    color: #666666;
    font-weight: 400;
    line-height: 12px;
    background: transparent;
    border: unset;
    padding: 6px 6px;
    position: relative;
	--bs-btn-bg: #7E6537;
    --bs-btn-active-bg: #7E6537;
    --bs-btn-border-color: #7E6537;
    --bs-btn-active-border-color: #7E6537;
}




.button__grey_big {
    font-size: 14px;
    padding: 7px 15px;
    line-height: 14px;
    padding-left: 28px;
}

.modifyTypeRoom_group {
 margin-right: 1.5rem;
    font-size: 1rem;
}

.button__grey::before {
    display: flex;
    align-items: center;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.button__grey_big::before {
    left: .5rem;
}

.button__grey_delete::before {
    content: url(images/x.svg);
    width: 8px;
    height: 8px;
    padding-right: 5px;
}

.btn-delete-complect {
 margin-right: 1.5rem;
}

.btn-edit-complect {
 margin-right: 1.5rem;
}

.btn-clone-complect {
 margin-right: 1.5rem;
}

.config__result-info {
 margin-left: 5px;

}

.edit_place {
padding: 1px 30px;

}


.btn-delete-room {
/* margin-right: 1.5rem;
    font-size: 1rem;*/

}

a.button.show_finish_edit {
 display:none;
}

.TypeBlock.edit {
    border: 5px var(--bs-border-style) #b29253 !important;
}

.TypeBlock {
    padding: 5px;
}

.TypeRoom {
 margin-top:10px;
    padding: 5px;
}


#shopping-cart a {
 color: rgb(110 110 110);
    font-size: 16px;
}

#shopping-cart td {
 color: rgb(110 110 110);
    font-size: 16px;
}


.btn-account {
    background-color: rgb(110 110 110);
    color:white;
    min-width: 160px;
    font-size: 18px;
    border-radius: 7px;

}

.btn-account:hover {
    background-color: rgb(90 90 90);
    color:white;

}


.btn-account.active {
    background-color: #d02e26;
    color:white;

}




.btn-normal {
    background-color: rgb(110 110 110);
    color:white;
    min-width: 160px;
    font-size: 16px;
    border-radius: 7px;

}

.btn-normal:hover {
    background-color: rgb(90 90 90);
    color:white;

}


.btn-normal.active {
    background-color: #d02e26;
    color:white;

}


.btn-return {
background-color: white;
width:100%;
font-size:18px;
color: var(--bs-btn-active-color);
    border: 1px solid rgb(110 110 110);
}

.btn-return:hover {
    border-color: var(--bs-btn-active-border-color);
}


.btn-return::after {
	display: inline-block;
	float: left;
    content: "";
    border-top: 0.8em solid;
    border-right: 0.7em solid transparent;
    border-bottom: 0;
    border-left: 0.7em solid transparent;
	margin-top: 9px;
transform: rotate(90deg);
    color: #d02e26;

}

.company_container_inside {
padding:5px;
}
.company_container {
    border: 1px solid rgb(110 110 110);
    margin-top:20px;
}


.btn-open-city {
background-color: white;
margin-top:10px;
width:100%;
font-size:18px;
color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border: 1px solid rgb(110 110 110);
}

.city_list {
    border: 1px solid rgb(110 110 110);
    padding: 5px;
}


.btn-open-city:hover {
    border-color: var(--bs-btn-active-border-color);
}

.btn-send-order {
margin-top:10px;
}

.btn-open-city::after {
	display: inline-block;
	float: right;
    content: "";
    border-top: 0.8em solid;
    border-right: 0.7em solid transparent;
    border-bottom: 0;
    border-left: 0.7em solid transparent;
	margin-top: 9px;
}

.btn-open-city.dropdown-toggle:hover::after {
    color: #d02e26;
}


.account_menu li {
    padding: 15px 10px;
}

#form-customer-ur fieldset {
 display:flex;
    padding: 10px 10px;
}

.btn-account.small {
    max-width: 100px;
    font-size: 16px;
    height: 50px;
    margin: 0px 20px;
    line-height: 19px;
}

.btn-account.small2 {
    max-width: 100px;
    font-size: 15px;
    height: 50px;
    line-height: 19px;
    margin-top: 10px;
}


.btn-account.small4 {
    font-size: 0.8125rem;;
}


.margintop30 {
margin-top:30px;
}

.margintop100 {
margin-top:100px;
}


#account-account #column-left, #account-order #column-left {
 text-align: center;
 margin-top:45px;
}

#form-customer-ur fieldset.selected {
border: 1px solid #d02e26;
}

.order-table  {
margin-top:20px;
border:none;
font-size: 20px;
    vertical-align: middle;
}

.order-table tr, .order-table td   {
border:none;
}

.td_order_id {
    min-width: 275px;
}

.td_order_price {
    min-width: 180px;
    text-align: left !important;

}

.td_order_status {
    min-width: 180px;
    text-align: left !important;
 padding-left: 50px !important;
}

.btn-account.small3 {
    max-width: 100px;
    font-size: 18px;
    height: 50px;
    margin: 0px 20px;
    line-height: 19px;
}

.page-link.active, .active > .page-link {
 background-color: #d02e26;
    border-color:#d02e26;

}


#new-order .text-light {
color: #d02e26 !important;
}


#save-order .text-light {
color: #d02e26 !important;
}


.button-panel {
display:flex;
margin-bottom:20px;
align-items: self-end;
}

.button-sub-panel {
display:flex;
text-wrap: nowrap;
text-align: center;  
    justify-content: center;
    align-items: center;
}

.side-margin {
margin-left:10px;
margin-right:10px;
}

.left-margin {
margin-left:10px;
}


.col-20 {
flex: 0 0 auto;
 width:20%;
}


.col-60 {
        flex: 0 0 auto;
        width: 60%;
    }

.col-80 {
        flex: 0 0 auto;
        width: 80%;
    }

#save-order-text {
font-size:14px;
color:#d02e26;
margin-bottom:0;
}

.save-order-flex {
 display:flex;
}

.save-order-flex button {
margin: 0 5px;
}


.spec_room_box {
width:100%;
border:1px solid #dee2e6;
background-color:white;
    font-size: 20px;
    height: 40px;
}

.spec_room_box p {
padding-top:10px;
padding-left: 10px;
}

.spec_block_box { 
width:100%;
border:1px solid #dee2e6;
    font-size: 20px;

}

.spec_block_box p {
padding-top:10px;
padding-left: 10px;
}


#history {
padding-top:30px;
}

.specification_resul_box {
padding-right:30px;
}


.profile_h1 {
padding-bottom:30px;
}

.config__result-head {
    display: flex;
    justify-content: space-between;
}


.TypeRoom.edit {
    border: 5px var(--bs-border-style) #b29253 !important;
}

.modifyTypeRoom {
    justify-content: flex-end;
}


.config__result-titlehead input, .config__result-title input {
padding: 5px 10px;
    border: unset;
    background-color: transparent;
    color: #ffffff;

}



.config__result-titlehead {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}

.modifyTypeRoom_group {
    margin-right: 1.5rem;
    font-size: 1rem;
}


.btn-delete-room {
    margin-right: 1.5rem;
font-size: 12px;
}


.config__result-menu {
    display: flex;
    justify-content: space-between;
}

.config__result-title {
    font-weight: 600;
    font-size: 16px;
}

.dragBlock {
    cursor: pointer;
}


.groupModifyComplect {
    align-items: center;
}


.btn-delete-complect {
    margin-right: 1.5rem;
}


.btn-edit-complect {
    margin-right: 1.5rem;
}


.btn-clone-complect {
    margin-right: 1.5rem;
}

.config__result-info {
    margin-left: 5px;
}


.config__result_info-img img {
    width: 64px;
    height: 64px;
}

.config__result_info-description {
    font-weight: 500;
    font-size: 10px;
}

.config__result-count {
    font-size: 12px;
    padding-left: 50px;
    width: 100px;
    text-align: left;
}


.conf_h1_box {
    width: 600px;
}

.conf_h2_box {
    position: relative;
    width: 300px;
    left: 344px;
    top: -90px;
}


.conf_h2 {
line-height:100%;
font-size:20px;
color: #B89048;
letter-spacing: 0;
}


.conf_h1 {
line-height:88px;
font-size:70px;
text-transform: uppercase;
color: #B89048;
    letter-spacing: 0;
}


.content_box_conf {
 height:270px;
}


.content_box_conf2  {
    padding: 10px 60px;
}

.content_box_conf2 h2 {
margin-bottom: 0;
}

.left_container {
max-width: 405px;
}


.list-group-item-conf {
 color:#ffffff;
}

.list-group-item-conf p {
font-size:20px;
font-weight:600;
    padding-left: 20px;
margin-bottom: 5px;
}

.p_group_header {
    background-color: #242424;
    border-radius: 10px;

}


.filter-block-conf {
    padding: 0 20px;
    box-shadow: none;
    border-radius: 8px;
    transition: .3s;
    padding-top: 20px;
    border: 1px solid #242424;
    margin: 15px 0;
    padding-top: 10px;
    padding-bottom: 5px;
}


.filter-block-conf.no-border-both {
 margin:0;
border-radius: unset;
/*border-top: none;
    border-bottom: none;*/
    border-radius: unset;
}


.filter-block-conf.no-border-top {

margin-top:0;
border-top: none;
border-top-right-radius: unset;
border-top-left-radius: unset;

}

.filter-block-conf.no-border-bottom {
margin-bottom:0;
border-bottom: none;
border-bottom-right-radius: unset;
border-bottom-left-radius: unset;


}




.filter-block-conf.filter-block-conf-color .fon_block {
padding: 0px 0;
}


.filter-block-conf .checkbox-wrapper {
     padding: 0 0px;
}

.filter-block-conf.grey {
 background-color:#242424;
}

.filter-block-conf.transparent {
 background-color:transparent;
border: 1px solid #525252;
border-radius: 10px;
    padding: 0px 10px;1
}



.filter-block-caption {
      padding-top: 10px;
    padding-bottom: 10px;
}

.filter-block-caption::first-letter {
 color:#B89048;
}

.sku_text_thumb.configurator {
 color:#B89048;
}

.product-thumb .image.configurator {
 display:flex;
}

.product-thumb.configurator {
    padding: 0px 5px 5px 5px;
}


.price-new-thumb.configurator {
 font-size:14px;
font-weight:400;
}

.config-frame__preview.configurator {

    padding:unset;
    padding-right: 4px;

}


.border.configuration {
    padding: 10px 10px !important;
}


.product-thumb .description h4.configurator {
    margin-bottom: 0;
}

.filter-block-conf p {
font-size:20px;
font-weight:300;
    margin-bottom: 0;
    padding-left: 5px;
    font-family: "Montserrat", "Open Sans", sans-serif;

}


.checkbox-wrapper .round {
    position: relative;
    display: flex;
    align-items: center;
}


.checkbox-wrapper .round input[type="checkbox"] {
    visibility: hidden;
    display: none;
    opacity: 0;
}

  .checkbox-wrapper .round input[type="checkbox"]:checked + label {
    background-color: unset;
    border-color: #B89048;
  }

  .checkbox-wrapper .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
  }



.checkbox-wrapper .round input[type="radio"] {
    visibility: hidden;
    display: none;
    opacity: 0;
}

  .checkbox-wrapper .round input[type="radio"]:checked + label {
    background-color: unset;
    border-color: #B89048;
  }

  .checkbox-wrapper .round input[type="radio"]:checked + label:after {
    opacity: 1;
  }


.checkbox-wrapper .color {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 0;
}



.checkbox-wrapper .color input[type="radio"] {
    visibility: hidden;
    display: none;
    opacity: 0;
}

  .checkbox-wrapper .color input[type="radio"]:checked + label {
    border-color: #B89048;
  }

  .checkbox-wrapper .color input[type="radio"]:checked + label:after {
    opacity: 1;
  }



.checkbox-wrapper .color label {
    background-color: unset;
    border: 1px solid #B89048;
    border-radius: 50%;
    cursor: pointer;
    height: 24px;
    width: 24px;
    display: block;
    min-width: 24px;
}


.checkbox-wrapper .color label:after {
    border: 3px solid #B89048;
    border-top: none;
    border-right: none;
    content: "";
    height: 15px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 23px;
}





.checkbox-wrapper .round label {
    background-color: unset;
    border: 1px solid #B89048;
    border-radius: 50%;
    cursor: pointer;
    height: 24px;
    width: 24px;
    display: block;
    min-width: 24px;
}


.checkbox-wrapper .round label:after {
    border: 3px solid #B89048;
    border-top: none;
    border-right: none;
    content: "";
    height: 15px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
    width: 23px;
}


.checkbox-label {
    padding-left: 10px;
    padding-top: 1px;
color: #ffffff;
    font-size: 18px;
    font-weight: 300;
	cursor:pointer;
}

.checkbox-label-600 {
    font-weight:600;
}



.fon_block {
 display:flex;
 padding: 10px 0;
}

.fon_block_text {
padding-left: 10px;
font-size: 15px;
}


.form-check .form-check-input {
    margin-top: 0;
}

.form-switch-lg {
    font-size: 24px;
min-height: unset;
    line-height: 37px;
}


.form-switch .form-check-input {
    --bs-form-switch-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e);
    width: 2.3em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
	cursor:pointer;
}

.form-check-label.vykl {
     position: relative;
    font-size: 10px;
    left: -37px;
    top: -5px;
    color: #595657;

}


.form-check-label:focus {
    outline: none;
}


.form-check-label.vkl {
     position: relative;
    font-size: 10px;
    left: -57px;
    top: -5px;
    color: #B89048;
    padding-left: 8px;
}



.form-check-label.vykl {
 display:block;
}

.form-check-label.vkl {
 display:none;
}


.form-check-input:checked ~ .form-check-label.vykl {
display:none;
}

.form-check-input:checked ~ .form-check-label.vkl {
display:block;
}




  .checkbox-wrapper .round input[type="checkbox"]:checked + label {
    background-color: unset;
    border-color: #B89048;
  }

.checkbox-wrapper {
     padding: 0 10px;
}


.checkbox-label-color {
 color:#ffffff;
}


.checkbox-wrapper .color label.ramka_color1 {
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

.checkbox-wrapper .color label.ramka_color2 {
    border: 1px solid #C3C3C2;
    background-color: #C3C3C2;
}


.checkbox-wrapper .color label.ramka_color3 {
    border: 1px solid #C0BCB4;
    background-color: #C0BCB4;
}


.checkbox-wrapper .color label.ramka_color4 {
    border: 1px solid #4B4B4B;
    background-color: #4B4B4B;
}


.checkbox-wrapper .color label.ramka_color5 {
    border: 1px solid #201E1E;
    background-color: #161515;
}


.config-frame__preview {
    cursor: pointer;
    padding: 4px;
    border-style: none;
    display: block;
    max-width: 100%;
    height: auto;
}

.chart {
 color:black;
}


.btn-delete-complect::before {
    content: url(images/x.svg);
    width: 8px;
    height: 8px;
    padding-right: 5px;
}


.btn-edit-complect::before {
    content: url(images/ch.svg);
    width: 8px;
    height: 8px;
    padding-right: 5px;
}

.btn-clone-complect::before {
    content: url(images/c.svg);
    width: 8px;
    height: 8px;
    padding-right: 5px;
}


.config__result_info-img {
margin-right: 20px;
}

.total_price {
 font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
}



.form-check-input:checked {
    background-color: transparent;
    border-color: #B89048;
}


.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}


.form-switch .form-check-input:checked {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23B89048'/%3e%3c/svg%3e");
}

.checkbox-mehanizm-type {
 color:#ffffff;
    line-height: 20px;
    padding: 5px 10px;

    font-weight: 300;
}




.select_seria_input:checked ~ .checkbox-label {
    color: #EAC285;

}





.select_mehanizm_material:checked ~ .checkbox-label {
    color: #EAC285;
}



.select_position_input:checked ~ .checkbox-label {
    color: #EAC285;
}



.checkbox-wrapper .color input[type="radio"]:checked ~ .checkbox-label-color {
color:#B89048;
}

.attributes_mehanizm_type:checked ~ .checkbox-mehanizm-type {
color:#B89048;
}


.checkbox-label.checkbox-label-color {
font-size: 15px;
    font-weight: 300;
}



.checkbox-wrapper .color input[type="checkbox"] {
    visibility: hidden;
    display: none;
    opacity: 0;
}

  .checkbox-wrapper .color input[type="checkbox"]:checked + label {
    background-color: unset;
    border-color: #B89048;
  }

  .checkbox-wrapper .color input[type="checkbox" ]:checked + label:after {
    opacity: 1;
  }


.color_light_gold {
color: #EAC285
}



.checkbox-wrapper .mehanizm-type input[type="checkbox"] {
    visibility: hidden;
    display: none;
    opacity: 0;
}


.checkbox-wrapper .mehanizm-type label {
    background-color: unset;
    border: 1px solid #B89048;
    border-radius: 50%;
    cursor: pointer;
    height: 24px;
    width: 24px;
    display: block;
    min-width: 24px;
}


.checkbox-wrapper .mehanizm-type {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 0;
}



.quantity1 .place {
    width: 89%;
}

.list-group-item-conf {
    overflow-y: auto;
    height: 810px;
    overflow-x: hidden;
padding-right: 10px;
}

/* width */
.list-group-item-conf::-webkit-scrollbar {
  width: 9px;
}


.list-group-item-conf::-webkit-scrollbar-thumb {
  background: #7C5B1D1A;
    border-color: #7C5B1D5E;
  
}

/* Handle on hover */
.list-group-item-conf::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Track */
.list-group-item-conf::-webkit-scrollbar-track {
  background: transparent;
}

/* Up */
.list-group-item-conf::-webkit-scrollbar-button:single-button:vertical:decrement {
background-image: url("images/arrow_up.png");
background-repeat: no-repeat;
    background-size: contain;
}

/* Down */
.list-group-item-conf::-webkit-scrollbar-button:single-button:vertical:increment {
background-image: url("images/arrow_down.png");
background-repeat: no-repeat;
    background-size: contain;
}


.select_mehanizm_material1:after {
top:22px !important;
}


.filter-block-spec {
 display:flex;
justify-content: space-between;
}


.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -10px;
    right: auto;
    top: 80px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    top: 80px;

}


.swiper-button-next:after, .swiper-button-prev:after {
 font-size:16px;	
 color:#B89048;
}


.TotalGroup {
 display: flex;
    justify-content: flex-end;
    padding-top: 8px;
}
