

/* Start:/local/components/a-de/configurator/templates/.default/style.css?173330943258503*/
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    color: #212121;
    font-size: 15px;
    line-height: 1.2;
}

* {
    box-sizing: border-box;
    user-select: none;
}

div#panel,
div#bx-panel {
    display: none !important;
}

input,
button,
.btn,
a,
canvas,
textarea {
    outline: 0;
}

/* .MainMenu__autoSave {
    position: absolute;
    bottom: 0px;
    left: 80px;
} */

.font-regular {
    text-transform: none !important;
}

#root ::-webkit-scrollbar {
    width: 2px !important;
    height: 2px !important;
    padding-right: 0 !important;
}

#root ::-webkit-scrollbar-thumb {
    background: #59DA28;
    border: 0px;
}

::-webkit-scrollbar-track {
    background: #EBEBEB;
}

body,
html,
#root {
    width: 100%;
    height: 100%;
    overscroll-behavior: none;
    overscroll-behavior-y: none;
}

#root {
    position: relative;
    font-family: 'Roboto', sans-serif;
}

#root .App {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

#root #scene {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

    /*background: linear-gradient(217deg, rgba(255,0,0,.1), rgba(255,0,0,0) 70.71%),
    linear-gradient(127deg, rgba(0,255,0,.1), rgba(0,255,0,0) 70.71%),
    linear-gradient(336deg, rgba(0,0,255,.1), rgba(0,0,255,0) 70.71%);*/

    background: linear-gradient(#ffffff, #a0a0a0);
}

#root .canvasImageBG,
#root .canvasImageBGOverlay,
#root #planFake2,
#root #planFake,
#root #plan {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overscroll-behavior: none;
    overscroll-behavior-y: none;
}

#root #planFake2,
#root #planFake {
    pointer-events: none;
    display: none !important;
}

#root .canvasImageBG {
    pointer-events: none;
    background-repeat: no-repeat;
    z-index: -1;
}

#root .canvasImageBGOverlay {
    pointer-events: none;
    background-repeat: no-repeat;
}

#root #modul {
    width: 100%;
    height: 100%;
}

#root .control {
    display: flex;
    margin: 0 50px;
}

#root .control__item {
    width: 36px;
    height: 36px;
    color: #1a1a1a;
    cursor: pointer;
}

#root .control__item_active {
    color: #59DA28;
    cursor: inherit;
}

#root .app__fullmodal {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #ffffff;
    z-index: 20;
    display: flex;
}

#root .fullmodal-menu {
    width: 350px;
    padding: 32px 40px 10px 30px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.popUpQuestion {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    background: #fff;
    z-index: 100;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    padding: 20px 40px;
    border: solid 1px #999999;
    animation-name: slide-in;
    animation-duration: 0.5s;
}

.popUpBtn .modal-header_btn {
    margin: 0;
}

.popUpBtn {
    display: flex;
    justify-content: space-between;
}

@keyframes slide-in {
    from {
        opacity: 0;
        transform: translateX(50%);
    }

    to {
        opacity: 1;
        transform: translateX(-50%);
    }
}

.btn__block {
    display: flex;
}

.block .block-list .wall-objects-list .btn.btn-edit {
    margin: 5px 5px 0px 0px;
}

.fullmodal-menu_title {
    margin: 0px;
    padding: 0px 0px 24px 0px;
    font-size: 22px;
    font-weight: normal;
    border-bottom: 1px solid #ececec;
}

.fullmodal-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.fullmodal-menu li {
    border-bottom: 1px solid #ececec;
    color: #929292;
    cursor: pointer;
    padding: 8px 0px;
}

.fullmodal-menu li.active {
    color: #000000;
    cursor: inherit;
}

.fullmodal-block {
    display: flex;
    width: auto;
    flex-grow: 1;
    overflow: hidden;
    flex-direction: column;
}

#root .fullmodal-header {
    display: flex;
    justify-content: space-between;
    padding: 25px 0px 17px 0px;
    margin-right: 30px;
    border-bottom: 1px solid #ececec;
}

.fullmodal-header_title {
    font-size: 30px;
    font-weight: normal;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.firm-gk-title img {
    max-height: 60px;
}

.fullmodal-header_btn {
    width: 40px;
    height: 40px;
    border: 1px solid #aeaeae;
    color: #212121;
    border-radius: 3px;
    cursor: pointer;
    padding: 10px;
    box-sizing: border-box;
}

.fullmodal-header_btn:hover {
    border: 1px solid #59DA28;
    color: #59DA28;
}

#root .fullmodal-body {
    overflow: hidden auto;
}

#root .module-card {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    border: 1px solid #c6c6c6;
    position: relative;
}

#root .module-card_one-col {
    width: calc(100% - 30px);
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 20px 50px 20px 0;
    border-bottom: solid 2px #eee;
}

#root .module-card .card-img {
    transition: .2s ease-out;
}

#root .module-card .card-section .card-name {
    transition: .2s ease-out;
}

#root .module-card .card-img:hover {
    cursor: pointer;
    border-color: #59DA28;
}

#root .module-card .card-section:hover {
    cursor: pointer;
}

#root .module-card .card-section:hover .card-name {
    color: #59DA28;
}

#root .all-modules-body {
    overflow: hidden auto;
    height: 100%;
}

#root .card-img {
    display: flex;
    justify-content: center;
    max-height: 335px;
    /*max-width: 30%;*/
    /*width: 30%;*/
    align-items: center;
    overflow: hidden;
}

#root .card-img img {
    /* max-height: 100%;
    max-width: 100%; */
    width: 100%;
    height: 100%;
    object-fit: cover;

}

#root .card-right {
    padding: 0;
}

#root .card-min {
    padding: 20px;
    flex-grow: 1;
}

#root .card-section {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
    padding: 10px 10px 10px 10px;
}

#root .card-name {
    font-size: 16px;
    padding: 10px 0px;
    position: absolute;
    top: 5px;
    left: 15px;
}

.card-price {
    color: #59DA28;
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 15px;
}

#root .card-btns {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
    align-items: center;
    width: 100%;
}

#root .card-btns button {
    font-size: 15px;
    width: calc(50% - 4px);
    height: 32px;
    border-radius: 3px;
    border: 1px solid #333333;
    color: #333333;
    background: #FFFFFF;
    cursor: pointer;
}


#root .card-btns .replace-btns {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#root .card-btns .replace-btns button {
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
    border-radius: 4px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    text-align: center;
    touch-action: manipulation;
    white-space: pre;
}

#root .card-btns .replace-btns button:hover {
    border-color: #dadce0;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 1px;
}

#root .card-btns .replace-btns button:focus {
    border-color: #4285f4;
    outline: none;
}

#root .card-btns .btn {
    margin-left: 5px;
}

#root .objectMenu {
    display: flex;
    position: absolute;
    top: 100px;
    width: 100%;
    left: 0;
    justify-content: center;
}

#root .objectMenu__item {
    width: 37px;
    height: 37px;
    border-radius: 2px;
    text-align: center;
    background: #333333;
    color: #fff;
    margin: 0 8px 0 0;
    cursor: pointer;
    border: solid 1px #fff;
}

#root .objectMenu__item:hover {
    background: #59DA28;
    border-color: #59DA28;
}

#root .modal-block {
    position: absolute;
    box-sizing: border-box;
    top: 80px;
    bottom: 0px;
    margin: 0;
    background: #fff;
    z-index: 100;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .10);
    /* добавил для того что бы влезал блок нижних кнопок */
}

.modal-blocker {
    position: absolute;
    width: 400px;
    height: 100vh;
    top: 0;
    background-color: #fff;
    opacity: 0.3;
    cursor: not-allowed;
}

#root .module-info .modal-block {
    top: 0;
}

#root .modal-block .modal-body,
#root .modal-block .modal-header {
    padding-left: 40px;
    padding-right: 40px;
    min-height: 90px;
}

#root .modal-block .modal-label {
    position: absolute;
    top: 35px;
    left: -40px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    height: 450px;
    width: 40px;
    padding: 25px 0;

    background-color: #000;
    color: #fff;
    cursor: pointer;
}

#root .modal-block h3 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-transform: uppercase;
    transform: rotate(180deg);
}

.modal-header {
    display: flex;
    padding: 25px 0 10px;
}

.modal-header h2 {
    font-size: 18px;
    white-space: initial;
    flex-grow: 2;
}

.modal-header_btn {
    background: transparent;
    text-indent: 0;
    color: #333;
    padding: 10px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-left: 10px;
    border: solid 1px #999;
    border-radius: 2px;
    cursor: pointer;
    box-sizing: border-box;
    transition: .2s ease-out;
}

.btn.btn-icon.bottom_btn {
    /* position: absolute;
    bottom: 40px;
    right: 40px; */
    margin-right: 40px;
    margin-bottom: 20px;
}

.modal-mainBody {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: calc(100% - 90px);

}

.modal-header_btn:hover {
    color: #fff;
    border-color: #59DA28;
    background: #59DA28;
}

.modal-header_btn svg {
    width: 100%;
    height: 100%;
}

.modal-body {
    max-height: calc(100vh - 170px);
    overflow: hidden auto;
}

.modal-body .scale-controls {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.modal-body .scale-controls button {
    width: 48%;
}

.material-select {
    border: solid 1px #999;
    border-radius: 2px;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    height: 50px;
}

.material-select>div {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.material-select__title {
    width: 60px;
    padding: 0 15px;
}

.material-select__select {
    background-position: center;
    border-left: solid 1px #999;
    display: flex;
    flex-grow: 1;
    padding: 0 7px 0 15px;
    height: 27px;
    align-items: center;
    justify-content: space-between;
    color: #333;
    position: relative;
    cursor: pointer;
}

.material-select__select ul {
    display: none;
}

.material-select__select_open ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    left: -1px;
    top: 27px;
    max-height: 150px;
    overflow: hidden auto;
    border: 1px solid #333333;
    z-index: 10;
}

.material-select__select li {
    margin: 0;
    padding: 0 5px 0 15px;
    width: 100%;
    height: 27px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #333333;
    box-sizing: border-box;
    font-size: 15px;
    cursor: pointer;
}

.material-select__title,
.material-select__name {
    color: #000;
    font-size: 15px;
    width: 50%;
    min-width: 50%;
}

.material-select__name_white {
    color: #FFF;
}

.material-select__select svg {
    width: 10px;
}

/**/
.variant-select {
    border: solid 1px #999;
    border-radius: 2px;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    height: 42px;
}

.variant-select__title {
    width: 100px;
    padding: 0 5px;
    font-size: 14px;
    border-right: solid 1px #999;
}

.variant-select__select {
    background-position: center;
    display: flex;
    flex-grow: 1;
    padding: 0 7px 0 15px;
    align-items: center;
    justify-content: space-between;
    color: #333;
    position: relative;
    cursor: pointer;
    background: #fff;
    height: 100%;
}

.variant-select__select ul {
    display: none;
}

.variant-select__select_open ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: calc(100% + 2px);
    left: -1px;
    bottom: 100%;
    max-height: 150px;
    overflow: hidden auto;
    border: 1px solid #999999;
    z-index: 10;
}

.variant-select__select li {
    margin: 0;
    padding: 0 5px 0 15px;
    width: 100%;
    height: 27px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #999999;
    box-sizing: border-box;
    font-size: 15px;
    cursor: pointer;
    background: #fff;
    transition: all .2s ease-out;
}

.variant-select__select li:last-child {
    border-bottom: none;
}

.variant-select__select li:hover {
    background: #59DA28;
}

.variant-select__name {
    color: #000;
    font-size: 15px;
}

.variant-select__name_white {
    color: #FFF;
}

.variant-select__select svg {
    width: 10px;
}

/**/
.module-canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background: #ebebeb;
    width: calc(100vw - 400px);
    z-index: 20;
}

canvas#module3D {
    width: 100%;
    height: 100%;
}

.material-item {
    border: 1px solid #999999;
    display: flex;
    height: 100px;
    margin-bottom: 10px;
    cursor: pointer;
    align-items: flex-end;
    padding: 10px;
    border-radius: 3px;
    width: calc(50% - 5px);
    transition: all .2s ease-out;
}

.material-item:hover {
    border: 1px solid #59DA28;
}

.material-item_active {
    border: 2px solid #59DA28 !important;
}

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000055;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#root .order-block {
    position: absolute;
    left: 35px;
    bottom: 30px;
    width: 190px;
}

#root .order-block__top {
    display: flex;
    margin: 0 0 5px 0;
}

#root .order-block__bottom {
    display: flex;
    flex-direction: column;
    background: #59DA28;
    color: #fff;
    padding: 15px;
    border-radius: 2px;
}

#root .order-block__save-btn {
    margin-left: 4px;
    width: 35px;
    padding: 5px 8px 0;
    height: 35px;
    background: transparent;
    border: solid 1px #999999;
    color: #333333;
    border-radius: 2px;
    font-size: 15px;
    transition: .2s ease-out;
    cursor: pointer;
}

#root .order-block__save-btn:hover,
#root .order-block__all-btn:hover {
    background: #59DA28;
    border: solid 1px #59DA28;
    color: #fff;
}

#root .order-block__all-btn {
    height: 35px;
    background: transparent;
    border: solid 1px #999999;
    color: #333333;
    border-radius: 2px;
    font-size: 15px;
    transition: .2s ease-out;
    cursor: pointer;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto Condensed', sans-serif;
}

#root .order-block__price-block {
    display: flex;
}

#root .order-block__price-txt {
    font-size: 10px;
}

#root .order-block__price {
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    padding-left: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
}

#root .order-block__order-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #fff;
    color: #fff;
    margin-top: 10px;
    background: transparent;
    border-radius: 2px;
    font-size: 15px;
    width: 100%;
    height: 35px;
    cursor: pointer;
    transition: .2s ease-out;
    font-family: 'Roboto Condensed', sans-serif;
}

#root .nofunc .order-block__order-btn {
    margin-top: 0;
    text-decoration: none;
}

#root .order-block__order-btn:hover {
    color: #59DA28;
    background: #fff;
}

#root .save-block {
    overflow: hidden auto;
    height: calc(100% - 150px);
    width: 100%;
    display: block;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
}

#root .scrolled {
    width: calc(100% - 8px);
}

#root .save-block__succsess {
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    padding: 20px 40px;
    background: #59da28;
    color: #fff;
    margin: 13px -40px 20px;
}

#root .save-block__lable {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 3px;
}

#root .save-block__copy-btn {
    border-radius: 2px;
    font-size: 15px;
    transition: .2s ease-out;
    cursor: pointer;
    padding: 6px 8px;
    margin-left: 0;
    font-family: 'Roboto Condensed', sans-serif;
    width: 50%;
    background: #59DA28;
    border: solid 1px #59DA28;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

#root .save-block__copy-btn:hover {
    background: #fff;
    border: solid 1px #59DA28;
    color: #59DA28;
}

#root .save-block__new-btn {
    border-radius: 2px;
    font-size: 15px;
    transition: .2s ease-out;
    cursor: pointer;
    padding: 6px 8px;
    margin-left: 0;
    font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    background: #59DA28;
    border: solid 1px #59DA28;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-bottom: 20px;
}

#root .save-block__new-btn:hover {
    background: #fff;
    border: solid 1px #59DA28;
    color: #59DA28;
}

#root .save-block__hash-block {
    display: flex;
    background: #ececec;
    border-radius: 3px;
    padding: 3px;
}

#root .save-block__hashcode {
    font-size: 15px;
    height: 34px;
    text-align: center;
    border-radius: 2px;
    background: #fff;
    color: #59DA28;
    flex-grow: 1;
    padding: 0 20px;
    width: 50%;
    margin-right: 3px;
    border: solid 1px transparent;
}

#root .card-right .save-block__hashcode {
    pointer-events: none;
}

#root .card-square,
#root .card-right .card-price {
    color: #59DA28;
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
    margin: 20px 0;
    display: flex;
}

#root .card-right .card-price {
    margin: 0;
}

#root .save-block__hashcode::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ececec;
}

#root .save-block__hashcode::-moz-placeholder {
    /* Firefox 19+ */
    color: #ececec;
}

#root .save-block__hashcode:-ms-input-placeholder {
    /* IE 10+ */
    color: #ececec;
}

#root .save-block__hashcode:-moz-placeholder {
    /* Firefox 18- */
    color: #ececec;
}

#root .save-block__hashcode.err {
    border-color: red;
}

#root .save-block__hashcode.npr {
    padding-right: 0;
}

#root .save-block__info p {
    margin: 17px 0 0 0;
    font-size: 12px;
}

#root .save-block__info p.save-block__info_blue {
    font-size: 15px;
    color: #59da28;
}

#root .save-block__quiz-btn {
    background: transparent;
    border: solid 1px #999999;
    color: #333333;
    border-radius: 2px;
    font-size: 15px;
    transition: .2s ease-out;
    cursor: pointer;
    padding: 6px 20px;
    margin: 20px auto;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    height: 34px;
}

#root .save-block__quiz-btn:hover {
    background: #59DA28;
    border: solid 1px #59DA28;
    color: #fff;
}

#root .underscore-title {
    display: flex;
    border: none;
    border-bottom: 1px solid #333;
    padding: 0 0 5px 0;
    margin-bottom: 15px;
}

.underscore-title__label {
    font-weight: normal;
    color: #333;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 15px;
    flex-grow: 1;
}

.oval-checkbox {
    box-sizing: border-box;
    display: flex;
    width: 42px;
    height: 21px;
    border: 1px solid #999;
    border-radius: 50px;
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    margin-left: 6px;
}

.oval-checkbox:before {
    display: flex;
    content: '';
    width: 12px;
    height: 12px;
    background: #999;
    border-radius: 6px;
    margin: 0 2px;
}

.oval-checkbox_active:before {
    display: none;
}

.oval-checkbox_active:after {
    display: flex;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin: 0 2px;
    background: #59DA28;
}

.oval-checkbox_active {
    justify-content: flex-end;
}

.underscore-title__option {
    display: flex;
    align-content: center;
    justify-items: flex-end;
}

.underscore-title__option span {
    padding: 0 5px;
}

.underscore-title_mtop30 {
    margin-top: 30px;
}

.size-block {
    display: flex;
    margin-bottom: 8px;
}

span.size-block__name {
    flex-grow: 1;
    font-size: 15px;
}

span.size-block__value {
    font-size: 15px;
    width: 60px;
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn-default {
    border-color: #59DA28;
    background: #59DA28;
    color: #fff;
}

.btn-default:hover {
    border-color: #59DA28;
    background: #fff;
    color: #000;
}

.block .block-list {
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.block .block-list .btn {
    margin: 5px 5px 0 0;
}

.size-block {
    align-items: center;
    justify-content: space-between;
}

.size-block input {
    height: 20px;
    width: 80px;
}

.size-block h2 {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
}

.size-block h2.title-ls {
    padding: 8px 0;
    background: #ffeae5;
}

.size-block h2.title-rs {
    padding: 8px 0;
    background: #dfedff;
}

.size-block h2.title-is {
    padding: 8px 0;
    background: #befff3;
}

.size-block h2.title-os {
    padding: 8px 0;
    background: #f0dfff;
}

.size-block h2.title-N_direction {
    padding: 8px;
    background: #7e5c52;
    color: #fff;
}

.size-block h2.title-S_direction {
    padding: 8px;
    background: #e5c100;
    color: #fff;
}

.size-block h2.title-E_direction {
    padding: 8px;
    background: #6082B6;
    color: #fff;
}

.size-block h2.title-W_direction {
    padding: 8px;
    background: #F56600;
    color: #fff;
}

.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .2;
    z-index: 99;
}

.module-info {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    z-index: 101;
}

.module-canvas {
    width: calc(100% - 400px);
    background: linear-gradient(#ffffff, #add8e6);
}

.objectMenu__item,
.control__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    transition: all .2s ease-out;
}

.control__item svg {
    display: block;
    width: 36px;
    height: 36px;
}

.objectMenu__item svg {
    display: block;
    width: 50px;
    height: 50px;
}

.tooltip {
    position: absolute;
    background: rgba(102, 102, 102, 0.5);
    color: #fff;
    width: max-content;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 12px;
    opacity: 0;
    transition: all .2s ease-out;
}

.tooltip-top {
    bottom: calc(100% + 0px);
}

.tooltip-bottom {
    top: calc(100% + 0px);
}

.objectMenu__item:hover .tooltip,
.control__item:hover .tooltip {
    opacity: 1;
}

.control-hint {
    position: absolute;
    background: rgba(102, 102, 102, 0.5);
    color: #fff;
    text-align: center;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 12px;
    opacity: 0;
    top: 90px;
    width: 400px;
    left: calc(50% - 200px);
    cursor: pointer;
    pointer-events: none;
}

.control-hint.active {
    opacity: 1;
    pointer-events: all;
}

.control-hint span {
    display: none !important;
}

.control-hint span.active {
    display: inline-block !important;
}

#root .objectMenu {
    pointer-events: none;
    display: flex;
}

#root .objectMenu .objectMenu-inner {
    pointer-events: all;
    background: #333;
    display: flex;
    border-radius: 3px;
    padding: 8px 0 8px 8px;
}

.conf-header-bg,
.conf-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #000000;
    color: #fff;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0;
    font-size: 14px;
    overflow-x: scroll;
    overflow-y: hidden;
}

.conf-header a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    transition: all .2s ease-out;
}

.conf-header a:hover {
    color: #59DA28;
}

.conf-header .project-menu {
    margin-top: 90px;
    color: #212121;
}

.conf-header .project-menu a {
    color: #212121;
}

.conf-header .project-menu a:hover {
    color: #59DA28;
}

.options-title {
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: solid 1px;
    padding: 10px 0;
    margin: 20px 0 15px;
}

.modal-header h2 {
    font-size: 22px;
    font-weight: normal;
    margin: 0;
}

.material-select-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.btn.btn-default {
    height: 34px;
    display: flex;
    border: solid 1px #999999;
    margin: 0;
    align-items: center;
    justify-content: center;
    float: right;
    position: relative;
    transition: all .2s ease-out;
    border-color: #999999;
    background: #fff;
    color: #222;
    text-decoration: none;
}

.btn.btn-default:hover {
    border-color: #59DA28;
    background: #59DA28;
    color: #fff;
}

.btn.btn-icon {
    height: 34px;
    display: flex;
    border: solid 1px #999999;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    width: 50%;
    float: right;
    position: relative;
    transition: all .2s ease-out;
}

.btn.btn-icon svg {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
}

.btn.btn-icon:hover {
    border-color: #59DA28;
    background: #59DA28;
    color: #fff;
}

.btn {
    height: 34px;
    width: 34px;
    display: flex;
    border: solid 1px #999999;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .2s ease-out;
}

.btn svg {
    height: 16px;
    width: 16px;
}

.btn:hover {
    border-color: #59DA28;
    background: #59DA28;
    color: #fff;
}

.btn.btn-add {
    height: 34px;
    width: 82px;
    display: flex;
    border: solid 1px #999999;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-out;
    text-decoration: none;
    color: #222;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.btn.btn-add:hover {
    border-color: #59DA28;
    background: #59DA28;
    color: #fff;
}

.wall-objects-btn:after {
    content: '';
    display: table;
    clear: both;
}

.size-block.propertyObj {
    width: 100%;
}

.size-block.propertyObj .btn.btn-icon {
    width: 100%;
    float: none;
}

.size-block h2 {
    width: 30%;
}

.size-block h2.title_cycles {
    width: calc(30% - 48px);
}

.size-block h2.title_column {
    width: 30%;
}

.size-block .size-block-input {
    width: 50%;
}

.size-block-input {
    display: flex;
}

.size-block-input input {
    height: 34px;
    width: calc(100% - 68px);
    border: none;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    text-align: center;
}

.size-block-input .size-minus {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.size-block-input .size-plus {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.size-block-input .size-minus,
.size-block-input .size-plus {
    height: 34px;
    width: 34px;
    border: solid 1px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    cursor: pointer;
    transition: all .2s ease-out;
    user-select: none;
}

.size-block-input .size-minus.disabled,
.size-block-input .size-plus.disabled {
    pointer-events: none !important;
    opacity: .8;
}

.size-block-input .size-minus svg,
.size-block-input .size-plus svg {
    height: 30px;
    width: 30px;
}

.size-block-input .size-minus:hover,
.size-block-input .size-plus:hover {
    border-color: #59DA28;
    color: #fff;
    background: #59DA28;
}

.module-image {
    margin: 13px -40px 20px;
}

.module-image img {
    width: 100%;
}

.module-image.module-image-bg {
    height: 178px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.material-select-block {
    padding: 0 40px;
    margin: 13px 0;
    overflow: hidden auto;
    max-height: calc(100% - 120px);
}

.material-select-block-inline {
    padding: 0;
}

.material-select-block-inline .material-item {
    width: calc(33.3333% - 5px);
}

.wall-objects-list {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.block .block-list .wall-objects-list .btn {
    margin: 5px 0 0;
}

.save-block__info {
    border-top: solid 1px #999;
    margin: 50px 0 0;
    padding: 10px 0 0;
}

.options-title-wrap {
    position: relative;
}

.options-title-wrap .options-title__option {
    position: absolute;
    top: 9px;
    right: 0;
    display: flex;
    align-items: center;
}

#root .modal-body .module-card_one-col {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #999;
}

#root .modal-body .card-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100px;
    min-width: 100px;
    min-height: 100px;
    border: solid 1px #999;
    border-radius: 3px;
    background: #fff;
    overflow: hidden;
}

#root .modal-body .card-img img {
    max-width: 100%;
    height: auto;
}

#root .modal-body .card-right {
    flex-grow: 1;
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
}

#root .app__fullmodal .save-block {
    padding: 0;
    height: auto;
    margin-bottom: 25px;
}

#root .app__fullmodal .save-block .save-block__lable {
    margin: 0 0 5px;
    font-size: 12px;
}

.fullmodal-filter {
    display: flex;
}

.fullmodal-filter span {
    padding: 5px 10px;
    border: solid 1px #fff;
    border-radius: 0;
    margin: 5px 0 0 0;
    cursor: pointer;
    transition: all .2s ease-out;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 9px;
    flex-grow: 1;
    height: 34px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fullmodal-filter.large span {
    font-size: 13px;
}

.fullmodal-filter span:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.fullmodal-filter span:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.fullmodal-filter span.active,
.fullmodal-filter span:hover {
    border-color: #fff;
    color: #fff;
    background: #59DA28;
}

.objectMenu-inner-top {
    position: absolute;
    top: -27px;
    padding: 2px 6px;
    background: #fff;
    font-size: 14px;
    border-radius: 3px;
}

.objectMenu-inner-top-unselect {
    position: absolute;
    top: 0;
    left: calc(100% + 5px);
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 2px;
    padding: 3px 4px 0;
    cursor: pointer;
    pointer-events: all;
    transition: all .2s ease-out;
}

.objectMenu-inner-top-unselect:hover {
    color: #fff;
    background: #59DA28;
}

#root .modal-body .module-card_one-col {
    position: relative;
}

#root .modal-body .module-card_one-col.active:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 20px;
    background: #cae4f0;
    z-index: -1;
    border-radius: 4px;
}

#root .modal-body .module-card_one-col.active .card-img {
    border-color: #59DA28;
}

.MuiSlider-rail {
    background: #eeeeee !important;
    height: 4px !important;
    opacity: 1 !important;
}

.MuiSlider-track {
    height: 4px !important;
}

.MuiSlider-root {
    color: #59DA28 !important;
}

.MuiSlider-thumb {
    margin-top: -4px !important;
}

.fullmodal-filter-wrap {
    margin-bottom: 15px;
}

.fullmodal-filter-name {
    margin: 0;
    font-size: 12px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.fullmodal-filter-name span {
    font-size: 14px;
}

#root .modal-body .all-modules-body .module-card_one-col {
    padding: 0 0 20px;
    margin: 0 0 20px;
    width: 100%;
}

.mobile-menu-btn {
    width: 80px;
    height: 80px;
    background: #333333;
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-icon {
    display: block;
    position: relative;
    background: #fff;
    width: 27px;
    height: 3px;
    transition: .4s;
    border-radius: 5px;
}

.mobile-menu-icon::after,
.mobile-menu-icon::before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 3px;
    transition: .4s;
    border-radius: 5px;
}

.mobile-menu-icon::after {
    top: 10px;
}

.mobile-menu-icon::before {
    top: -10px;
}

.mobile-menu-btn.opened .mobile-menu-icon {
    background: transparent;
}

.mobile-menu-btn.opened .mobile-menu-icon::before,
.mobile-menu-btn.opened .mobile-menu-icon::after {
    top: 0;
}

.mobile-menu-btn.opened .mobile-menu-icon::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.mobile-menu-btn.opened .mobile-menu-icon::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#header-conf-menu-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header-logo {
    display: block;
    margin: 0 50px;
}

.header-project-id {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*white-space: nowrap;*/
    padding: 0 15px;
}

.header-project-id span {
    margin-left: 5px;
}

.control__item_sel {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 70px;
    cursor: pointer;
    margin-right: 20px;
}

.control__item_sel span:nth-child(2) {
    width: 40px;
    height: 20px;
    background: #333333;
    border-radius: 20px;
    margin: 0 10px;
    position: relative;
}

.control__item_sel span:nth-child(2):after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    background: #59DA28;
    border-radius: 20px;
}

.control__item_sel span:nth-child(1) {
    color: #59DA28;
}

.control__item_sel span:nth-child(3) {
    color: #fff;
}

.control__item_sel.control__item_sel_active span:nth-child(2):after {
    left: initial;
    right: 1px;
}

.control__item_sel.control__item_sel_active span:nth-child(1) {
    color: #fff;
}

.control__item_sel.control__item_sel_active span:nth-child(3) {
    color: #59DA28;
}

/*  */
.control__item_onOff {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 70px;
    cursor: pointer;
}

.control__item_onOff span:nth-child(2) {
    width: 40px;
    height: 20px;
    background: #333333;
    border-radius: 20px;
    margin: 0 10px;
    position: relative;
}

.control__item_onOff span:nth-child(2):after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    background: #808080;
    border-radius: 20px;
}

.control__item_onOff span:nth-child(1) {
    color: #fff;
}

.control__item_onOff span:nth-child(3) {
    color: #fff;
}

.control__item_onOff.control__item_onOff_active span:nth-child(2):after {
    background: #59DA28;
    left: initial;
    right: 1px;
}

.control__item_onOff.control__item_onOff_active span:nth-child(1) {
    color: #59DA28;
}

.control__item_onOff.control__item_onOff_active span:nth-child(3) {
    color: #59DA28;
}

/*  */

.view-modes {
    display: flex;
    align-items: center;
    font-size: 10px;
    line-height: 12px;
    justify-content: center;
    border-left: solid 1px #333333;
    pointer-events: none;
    opacity: .5;
    min-width: 110px;
    padding: 0 40px;
}

.view-modes.active {
    pointer-events: all;
    opacity: 1;
}

.view-mode {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    background: #333333;
    border-radius: 2px;
    cursor: pointer;
    font-size: 7px;
    margin: 20px 3px 0;
    flex-shrink: 0;
}

.view-mode.active {
    background: #59DA28;
}

.view-mode img {
    max-width: 22px;
}

.view-mode svg {
    max-width: 22px;
}

.view-mode span {
    margin: 2px 0 0;
}

.view-mode-title {
    text-align: center;
    position: absolute;
    top: 8px;
}

.modalInfo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333333;
}

.modalInfo-inner {
    text-align: center;
    color: #ddd;
    padding: 15px;
}

.modalInfo-inner .modalInfo-logo {
    width: 200px;
    margin: 0 0 20px;
}

.modalInfo-inner h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
}

.modalInfo-inner p {
    margin: 5px 0;
    font-size: 18px;
    font-weight: 300;
}

.MainMenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(51, 51, 51, 0.7);
    opacity: 0;
    pointer-events: none;
    transition: .2s ease-out;
}

.MainMenu.opened {
    opacity: 1;
    pointer-events: all;
}

.MainMenu .conf-header {
    background: transparent;
}

.blur-container.opened .conf-header,
.blur-container.opened canvas {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: .2s ease-out;
}

.blur-container.opened .conf-header-bg {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    transition: .2s ease-out;
}

.MainMenu-content {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding: 40px 80px 0;
    font-style: normal;
    font-weight: normal;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.MainMenu-bl-title {
    font-size: 24px;
    line-height: 38px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.MainMenu-bl-title2 {
    font-size: 18px;
    line-height: 38px;
    color: #cecece;
    margin-bottom: 15px;
}

.MainMenu-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.MainMenu-content li,
.MainMenu-content li a {
    font-size: 18px;
    line-height: 38px;
    color: #cecece;
    transition: .2s ease-out;
    text-decoration: none;
    cursor: pointer;
}

.MainMenu-content li:hover,
.MainMenu-content li a:hover {
    color: #59DA28;
}

.MainMenu-content .MainMenu-bl2 li,
.MainMenu-content .MainMenu-bl2 li a {
    font-size: 14px;
    line-height: 38px;
}

.MainMenu-row2,
.MainMenu-row {
    display: flex;
    flex-wrap: wrap;
}

.MainMenu-content .MainMenu-bl2 ul {
    margin-left: 30px;
}

.MainMenu-bl2,
.MainMenu-bl {
    margin-right: 10vw;
    margin-bottom: 40px;
}

.MainMenu-bl2:last-child,
.MainMenu-bl:last-child {
    margin-right: 0;
}

.MainMenu-row {
    margin-bottom: 20px;
}

.MainMenu-row:last-child {
    margin-bottom: 0;
}

#root #plan {
    background: url(/local/components/a-de/configurator/templates/.default/assets/grid-sample.svg);
}

.modal-info-block {
    padding: 0 15px 60px;
    text-align: center;
    font-size: 18px;
}

.modal-info-block p {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ctx-menu {
    width: 250px;
    background-color: #fff;
    position: absolute;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .15);
    z-index: 1000;
}

.ctx-list {
    margin: 0;
    padding: 5px;
    width: 100%;
}

.ctx-item {
    padding: 0.5em 10px;
    text-decoration: none;
    list-style-type: none;
    color: #000;
    transition: .3s;
}

.ctx-item:hover {
    background-color: #59DA28;
    color: #fff;
}

#root .modal-info .modal-block {
    top: 90px;
    left: calc(50% - 200px);
    bottom: auto;
}

#root .modal-info .modal-block .modal-header {
    padding: 15px;
}

.hugeImage img {
    display: block;
    width: 100%;
    border: dotted 1px #cbcbcb;
}

.btn.btn-default.btn-hugeImage {
    width: 100%;
    padding: 8px 0;
    margin-bottom: 8px;
}

.btn-green {
    background: #59da28;
    color: #fff;
    text-decoration: none;
}

.btn-green:hover {
    color: #000;
    border: solid 1px #999999;
    background: #fff;
}

.levels-body {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .7);
    padding: 20px;
    width: 300px;
}

.levels-body .wall-objects-list {
    padding: 5px;
    border-radius: 3px;
}

.levels-body .wall-objects-list .wall-objects-list-name {
    cursor: pointer;
    flex-grow: 1;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 34px;
}

.levels-body .wall-objects-list.active {
    background: #333333;
    color: #fff;
}

.levels-body .block .block-list .wall-objects-list .btn {
    margin: 0;
}

.levels-body .block .block-list .wall-objects-list.active .btn {
    border-color: #fff;
}

.levels-body .block .block-list .wall-objects-list.active .btn:hover {
    border-color: #59da28;
}

.modal-header_btn.lockIcon {
    border-color: #999;
    background: transparent;
    color: #333;
}

.modal-header_btn.lockIcon.active {
    border-color: #59da28;
    background: #59da28;
    color: #fff;
}

@media (min-width: 1024px) {
    .som {
        display: none !important;
    }

    #root .modules-body {
        overflow: hidden auto;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 20px;
    }
}

@media (max-width: 1179px) {

    .conf-header-bg,
    .conf-header {
        height: 60px;
    }

    .mobile-menu-btn {
        width: 60px;
        height: 60px;
    }

    .header-project-id {
        width: 100px;
    }

    #root .control,
    .header-logo {
        margin: 0 20px;
    }

    .control__item_sel {
        margin-left: 15px;
        margin-right: 15px;
    }

    .view-modes {
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 5px;
        max-width: 410px;
    }

    .view-mode img {
        width: 18px !important;
        height: 16px !important;
    }

    .view-mode svg {
        width: 18px !important;
        height: 16px !important;
    }

    .view-mode {
        height: 36px;
        margin-top: 3px;
    }

    #root .modal-block {
        top: 60px;
    }
}

@media (max-width: 1024px) {
    .control-hint {
        font-size: 16px;
        padding: 5px;
        width: 240px;
        top: 70px;
        left: calc(50% - 120px);
    }
}

@media (max-width: 1023px) {
    .hom {
        display: none !important;
    }

    .view-mode-title {
        display: none;
    }

    .view-mode {
        margin: 0 5px;
    }

    .control__item_sel {
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #root .order-block {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #212121;
        display: flex;
        padding: 10px;
    }

    #root .order-block__bottom {
        background: transparent;
        padding: 0;
        flex-direction: initial;
        align-items: center;
        flex-grow: 1;
        padding-left: 10px;
        justify-content: space-between;
    }

    #root .order-block__order-btn {
        border: solid 1px #59DA28;
        color: #fff;
        margin-top: 0;
        background: #59DA28;
        font-size: 10px;
        height: 30px;
        padding: 0 10px;
        width: 65px;
    }

    #root .order-block__top {
        margin: 0;
    }

    #root .order-block__save-btn,
    #root .order-block__all-btn {
        height: 30px;
        border: solid 1px #999999;
        color: #fff;
        font-size: 10px;
    }

    #root .order-block__save-btn {
        width: 30px;
        padding: 3px 9px 0;
    }

    #root .control {
        margin-bottom: 70px;
    }

    #root .objectMenu {
        top: 50px;
    }

    #root .fullmodal-menu {
        width: 100%;
        padding: 40px;
    }

    #root .app__fullmodal {
        flex-wrap: wrap;
        overflow: auto;
    }

    .modal-body {
        max-height: calc(100% - 75px);
        padding-bottom: 100px;
    }

    #root .fullmodal-menu {
        display: none;
    }

    .fullmodal-block {
        padding: 0 40px;
    }

    #root .fullmodal-header {
        margin-right: 0;
    }

    #root .app__fullmodal {
        background: #F6F6F6;
    }

    .variant-select__select_open ul {
        bottom: initial;
        top: 100%;
    }

    #root .fullmodal-block .module-card {
        display: flex;
        flex-direction: row;
        padding-bottom: 20px;
        border-bottom: solid 1px #999;
        margin: 0 0 20px;
    }

    #root .fullmodal-block .card-img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        width: 100px;
        min-width: 100px;
        min-height: 100px;
        border: solid 1px #999;
        border-radius: 3px;
        background: #fff;
        overflow: hidden;
    }

    #root .fullmodal-block .card-img img {
        max-width: 100%;
        height: auto;
    }

    #root .fullmodal-block .card-right {
        flex-grow: 1;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

    #root .fullmodal-block .module-card_one-col {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        border-bottom: solid 1px #999;
        width: 100%;
        padding: 0;
    }

    #root .module-card {
        width: 100% !important;
    }

    #root .card-min {
        padding: 20px 0 30px;
    }

    .MainMenu-content {
        padding: 10px 20px 0;
    }
}





#root .objectMenu {
    display: none !important;
}

.versions-el {
    display: flex;
    font-size: 14px;
    padding: 5px 5px;
    cursor: pointer;
    transition: .2s ease-out;
    flex-wrap: wrap;
    border-bottom: solid 1px #999;
    flex-direction: column;
}

.versions-el:hover div,
.versions-el:hover div:last-child {
    color: #fff;
}

.versions-el:hover {
    background: #59DA28;
}

.versions-el .variant-pub {
    color: #59DA28;
}

.versions-el:hover .variant-pub {
    color: white;
}

.versions-el div {
    color: #212121;
    transition: .2s ease-out;
}

.versions-el div:last-child {
    font-size: 12px;
    color: #777;
}


.draw-modes {
    display: flex;
    align-items: center;
    font-size: 10px;
    line-height: 12px;
    margin-right: 50px;
    padding-right: 20px;
    border-right: solid 1px #333333;
    flex-wrap: wrap;
    max-width: 153px;
    height: 70px;
    opacity: .5;
    pointer-events: none;
}

.draw-modes.active {
    opacity: 1;
    pointer-events: all;
}

.draw-mode {
    width: 40px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    background: #333333;
    border-radius: 2px;
    margin: 0 2px;
    cursor: pointer;
    font-size: 8px;
    user-select: none;
}

.draw-mode.active {
    background: #59DA28;
}

.draw-mode img {
    width: 14px;
}

.module-block .btn {
    margin-bottom: 10px;
    float: none;
}

.module-block .btn-icon-fix1 svg {
    margin-left: 5px;
}

.form-control {
    height: 34px;
    width: 100%;
    border: solid 1px #999;
}

.bl-comment textarea {
    min-height: 70px;
    min-width: 100%;
    max-width: 100%;
    font-family: 'Roboto', sans-serif;
}

.bl-title,
.bl-images,
.bl-comment {
    position: relative;
    margin-top: 20px;
}

.bl-title>span,
.bl-images>span,
.bl-comment>span {
    position: absolute;
    bottom: 100%;
    left: 0;
    font-size: 10px;
}

.bl-images-all {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px;
}

.bl-images-all>label,
.bl-images-all>div {
    display: flex;
    margin: 3px;
    width: calc(25% - 6px);
    height: 75px;
    position: relative;
}

.bl-images-all>div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #999;
}

.bl-images-all>div img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.bl-images-all>div span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: red;
    color: #fff;
    font-size: 12px;
    transition: .2s ease-out;
    cursor: pointer;
    user-select: none;
    opacity: .3;
    text-align: center;
    padding: 2px 0;
}

.bl-images-all>div span:hover {
    opacity: 1;
}

.bl-images-append-btn input {
    display: none;
}

.bl-images-append-btn span {
    border: solid 1px #999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: .2s ease-out;
    cursor: pointer;
    user-select: none;
}

.bl-images-append-btn span:hover {
    border: solid 1px #59DA28;
    background: #59DA28;
    color: #fff;
}

.bl-images-append-btn2 input {
    display: none;
}

.bl-images-append-btn2-image {
    width: 100%;
}

.debug-line {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: #000;
    height: auto;
    color: #fff;
    padding: 5px;
}

.module-btns {
    display: flex;
    justify-content: space-between;
}

.module-btns .btn {
    width: 48%;
}

.module-btns .btn svg {
    width: 29px;
    padding: 0 5px;
}

.sketch-picker input {
    width: 100% !important;
    text-align: center;
}

.material-item.material-item-rgb {
    overflow: hidden;
    width: 100%;
}

.material-item.material-item-rgb .sketch-picker div:nth-child(2)>div:first-child>div:last-child,
.material-item.material-item-rgb .flexbox-fix>div:last-child {
    display: none !important;
}

.VirtualLinkInfo {
    position: absolute;
    top: 90px;
    left: calc(50% - 177px);
    width: 354px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .15);
    display: flex;
}

.buttonIcon2 {
    width: 48px;
    height: 48px;
    padding: 5px;
    background: #ececec;
    margin: 5px;
    border-radius: 5px;
}

.SizeBlockWrp {
    margin: 5px;
}

.SizeBlockWrp-title {
    font-size: 12px;
}

.SizeBlockWrp .size-block-input input {
    width: 70px;
}

.btn-onestyle {
    background: #fff !important;
    color: #000 !important;
    border-color: #999999 !important;
}

.horizontal-slider {
    height: 40px;
    display: flex;
    align-items: center;
}

.horizontal-slider .example-track {
    height: 5px;
    background: #b7b7b7;
    border-radius: 50px;
}

.example-thumb {
    background: #59da28;
    border-radius: 50px;
    width: 22px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.undoredo-wrp {
    position: absolute;
    bottom: 0;
    padding: 10px;
}

.undoredo-btns {
    display: flex;
    margin-left: -105px;
}

.undoredo-btns>div {
    color: #333;
    border: solid 1px #999;
    transition: .2s ease-out;
    background: #fff;
    padding: .4em .8em;
    margin: 0 .3em;
    border-radius: 5px;
    font-size: 1.2em;
    cursor: pointer;

    color: #fff;
    border-color: #59DA28;
    background: #59DA28;
}

.undoredo-btns>div.disabled {
    color: #333;
    border-color: #999;
    background: #fff;
    opacity: .5;
    pointer-events: none;
}

.size-block__part {
    display: flex;
    align-items: baseline;
    width: calc(50%);
}

.size-block__part___cycles {
    width: calc(50% + 29px);
}

.size-block__part___distanceButton {
    width: calc(50% + 34px);
}

.size-block__part___cycles.size-block__part___distanceButton {
    width: calc(50% + 62px);
}


.size-block__part.noBtn {
    width: 50%;
}

.size-block__btn {
    width: 34px;
}

.size-block__btn svg path {
    fill: inherit;
}

.size-block__btn {
    fill: #000;
    transition: all 0.3s ease;
    cursor: pointer;
}

.size-block__btn___hold {
    fill: #e5c100;
}

.size-block__btn:hover {
    fill: #59DA28;
}

.size-block__btn:active {
    transform: scale(1.15);
}


.size-block__part .size-block-input {
    width: 100%;
}

/* Select */
.select .select__control--is-focused:hover {
    border-color: #999;
}

.select .select__control--is-focused {
    box-shadow: none;
    border-color: #999;
}

.select .select__option--is-focused {
    background-color: #dfedff;
}

.select .select__option--is-selected {
    background-color: #dfedff;
    color: #000;
}

.select-electric {
    margin-top: 10px;
}

@media (min-width: 1025px) {
    .undoredo-btns>div:hover {
        opacity: .8;
    }
}

@media (max-width: 1680px) {

    #root .control,
    .header-logo {
        margin: 0 20px;
    }
}

@media (max-width: 1299px) {
    .header-logo {
        margin: 0 20px;
    }

    #root .control,
    .header-logo {
        margin: 0 20px;
    }
}

@media (max-width: 800px) {
    #root .modal-block .modal-label {
        top: -40px;
        left: 0;

        height: 40px;
        width: 100%;

        padding: 0 25px;

        flex-direction: row;
        touch-action: none;
    }

    #root .modal-block {
        top: auto;
        width: 100% !important;
        height: 100% !important;

        touch-action: none;
    }

    .modal-blocker {
        width: 100%;
    }

    #root .modal-info .modal-block {
        height: auto;
    }

    #root .modal-block .modal-label_icon {
        transform: rotate(90deg);
    }

    #root .modal-block h3 {
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        text-transform: uppercase;
        transform: rotate(0deg);
    }
}

@media (max-width: 1179px) {
    .draw-modes {
        margin-right: 10px;
        padding-right: 10px;
        height: 58px;
    }

    .draw-mode {
        justify-content: center;
        height: 24px;
    }

    .draw-mode span {
        display: none;
    }

    .control__item_sel {
        height: 60px;
    }

    .levels-body {
        padding: 10px;
        width: 200px;
    }

    .levels-body .btn.btn-icon {
        width: 100%;
    }

    .levels-body .wall-objects-list .wall-objects-list-name {
        min-height: 24px;
    }

    .levels-body .options-title {
        padding: 5px 0;
        margin: 0 0 5px;
    }

    .levels-body .block .block-list {
        margin-bottom: 5px;
    }

    .VirtualLinkInfo {
        top: 65px;
    }

    .view-modes {
        padding-top: 17px;
    }

    .view-mode-title {
        position: absolute;
        top: 3px;
    }

    .size-block h2 {
        width: calc(30% + 48px);
    }
}

@media (max-width: 1024px) {
    .header-project-id {
        width: 65px;
        padding: 0 5px;
    }

    .header-logo {
        margin: 0 10px;
        width: 60px;
    }

    #root .control {
        margin: 0 10px;
        width: auto;
    }

    .view-mode {
        width: 42px;
        font-size: 8px;
        margin: 0 2px;
    }

    .control__item_sel {
        margin: 0 15px 0 0;
    }

    .control__item_sel span:nth-child(2) {
        margin: 0 5px;
    }

    .view-modes {
        padding-bottom: 0;
        padding-left: 24px;
        padding-right: 24px;
    }

    .control-hint {
        top: 65px;
    }

    .view-modes {
        padding-top: 12px;
    }
}

@media (max-width: 1023px) {
    .view-modes {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .control__item_sel span:nth-child(2) {
        width: 32px;
    }

    .control__item_sel {
        margin-right: 5px;
    }

    #root .control {
        margin: 0 5px;
    }

    .view-mode {
        width: 38px;
        font-size: 7px;
    }

    #root .modal-block .modal-body,
    #root .modal-block .modal-header {
        padding-left: 20px;
        padding-right: 20px;
    }

    .module-canvas {
        width: calc(100% - 360px);
    }

    #root .fullmodal-block .card-right {
        padding-left: 10px;
    }

    .card-right .card-price {
        font-size: 24px;
        line-height: 1.2;
        white-space: nowrap;
    }
}

@media (max-width: 666px) {
    .control-hint {
        top: 125px;
    }

    #root .card-square,
    #root .card-right .card-price {
        font-size: 22px;
    }

    btn.btn-icon {
        font-size: 12px;
    }

    .VirtualLinkInfo {
        top: 125px;
    }
}

@media (max-width: 499px) {
    .view-modes {
        height: 42px;
    }

    .control__item_sel {
        height: 42px;
    }

    #root .control {
        padding: 5px 0;
    }

    .control-hint {
        top: 160px;
    }
}

@media (max-width: 423px) {
    .VirtualLinkInfo {
        top: 160px;
    }
}

@media (max-width: 374px) {
    .VirtualLinkInfo {
        left: calc(50% - 155px);
        width: 310px;
    }

    .SizeBlockWrp .size-block-input input {
        width: 48px;
    }
}

.create-variant-body {
    display: flex;
    flex-direction: column;
}

.create-variant-btn,
.cancel-variant-btn {
    background-color: #59DA28;
    color: #fff;
    border: none;
    outline: none;
    padding: 12px 32px;
    margin-top: 10px;
    width: 200px;
    cursor: pointer;
    transition: .3s;
    align-self: flex-end;
}

.create-variant-btn:hover {
    background-color: #409b1e;
}

.cancel-variant-btn {
    background-color: #e1e1e1;
    color: #000000;
}

.cancel-variant-btn:hover {
    background-color: #c7c7c7;
}

.create-variant-input {
    padding: 12px 16px;
}

/* End */
/* /local/components/a-de/configurator/templates/.default/style.css?173330943258503 */
