.constructor-items {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}
/*
.constructor-items:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75px;
	background: linear-gradient(to bottom, transparent, #fff);
}
*/
.constructor-items-child {
	width: 100%;
	height: calc(100% - 50px);
	overflow-y: scroll;
	padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
	box-sizing: content-box; /* So the width will be 100% + 17px */
}
.constructor-block img,
.constructor-items img {
    max-width: 100%;
}
.constructor-block {
    position: relative;
    overflow: hidden;
}
.constructor-block__frame,
.constructor-block__mech,
.constructor-block__back {
    position: absolute;
    top: 0;
    left :0;
    width: 100%;
    height: 100%;
}
.constructor-block__mech {
    z-index: 5;
}	
.constructor-block__frame {
    z-index: 4;
}	
.constructor-block__back {
    background: #333;
    max-width: none;
    width: 180%;
    transform: perspective(900px) rotateY(12deg) scale(1.25);
    transform-origin: left center;
    overflow: hidden;
    z-index: 1;
}
.constructor-block__back img {
    position: relative;
    z-index: 3;
		backface-visibility: hidden;
}
.constructor-block__back:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;    
    background: linear-gradient(153deg, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 100%);
    mix-blend-mode: multiply;
    opacity: .85;
    z-index: 3;
}
.placement-item {
    background: #fbfbfb;
    padding: 0px;
    margin-bottom: 25px;
    
    border: 1px solid #eee;
}
.constructor-frames-description {
	line-height: 14px;
}

.room-name {
    font-size: 24px;
    font-weight: bold;
}

IMG.position-mount-item-img {
    height: 50px;
    margin: 0px 10px 10px 0px;
    cursor: pointer;
    max-width:100%;
}

[data-link="#main-frame-image"] img {
	transform: scale(1);
	-webkit-transition: all 0.2s ease-out 0.2s;-moz-transition: all 0.2s ease-out 0.2s;-o-transition: all 0.2s ease-out 0.2s;transition: all 0.2s ease-out 0.2s;
}
[data-link="#main-frame-image"] img:hover {
	transform: scale(1.105);
	backface-visibility: hidden;
}
.placement-item__header {
    line-height: 33px;
}
.placement .panel {
    border-radius: 0;
    margin-bottom: 5px;
    box-shadow: none;
}
.placement .sorting {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #eee;
    cursor: move;
}
.placement .sorting a {
    cursor: move;
}
.placement .clone {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #eee;
}
.placement .sorting {
    max-width: 20px;
    text-align: center;
}
.placement .content {
    display: inline-block;
    max-width: 450px;
}
.placement .content.add-frames {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #eee;
}
.point-item {
    background: #fff;
    padding: 15px 15px 15px 40px;
    box-shadow: 0 3px 5px -3px rgba(0,0,0,.2);
}
.point-list {
    line-height: 30px;
}
.placement .point-list .content img {
    max-height: 30px;
}

.modal-online-designer {
    min-width: 90% !important;
    max-width: 1000px !important;
    border: 1px solid #000000;
}

IMG.position-mount-item-img {
    max-height: 100px;
}
IMG.position-mount-item-img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    h3.h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .placement-item__header {
        line-height: 18px;
    }
    .placement .point-list .content img {
        max-height: 50px;
    }
    .placement hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #eee;
    }
    .placement .point-list .clone small {
        font-size: 16px;
    }
    .placement .point-list .clone {
        clear: both;
        float: none!important;
        width: 100%;
        margin: 5px 0 0 0;
        padding: 0;
        border: none;
        line-height: 1.4;
        max-width: none;
    }
    .placement .point-list .point-item_warning-block,
    .placement .clone.point-item_warning-block		{
        clear: both;
        float: none!important;
        width: 100%;
        margin: 5px 0 0 0;
        padding: 0;
        border: none;
        line-height: 1.4;
    }
    .placement .point-list .content {
        clear: both;
        float: none!important;
        width: 100%;
        margin: 5px 0 0 0;
        padding: 0;
        border: none;
        line-height: 1.4;
        max-width: none;
    }
}
.constructor-round-block {
	width: 12rem;
	height: 12rem;
	border-radius: 100%!important;
	color: #fff;
  background-color: #886d4a;
	box-shadow:
		inset 0 0 2rem .5rem rgba(0,0,0,.15);
}
.constructor-round-block-arrow {
	color: #886d4a;
}