

/* Start:/uslugi/disain3d/styles.css?17274332298438*/
/*common*/
h1 {
    margin: 20px 0!important;
}
.imageWrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.design .design-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.design .design-text {
    width: 50%;
    line-height: 21px;
    font-size: 14px;
    font-weight: 300;
}

.design .design-img {
    width: 50%;
}

.design .design__img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.design .design__btn {
    font-weight: 400;
    white-space: nowrap;
}

.design h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.design h2 span {
    color: #f48120;
}

@media (max-width: 800px) {
    .design .design-row {
        flex-direction: column!important;
    }

    .design .design-header {
        margin-bottom: 40px!important;
    }

    .design .design-text,
    .design .design-img{
        width: 100%;
    }

    .popup__wrap {
        width: 100%;
    }
}
/*common*/


/*header*/
.design .design-header .design__text {
    text-align: right;
}

.design .design-header .design__btn {
    margin-top: 20px;
}

.design .design-header .design-img {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 14px;
}

.design .design-header .design__img {
    width: 33%;
    height: 180px;
}

.design .design-header {
    margin-bottom: 100px;
}

@media (max-width: 800px) {
    .design .design-header.design-row {
        position: relative;
        padding-bottom: 70px;
    }

    .design .design-header.design-row .design__btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 600px) {
    .design .design-header .design__img {
        width: 50%;
    }

    .design .design-header .design__img:nth-child(3) {
        display: none;
    }
}
/*header*/


/*body*/
.design .design-body {
    margin-top: 60px;
}

.design .design-body .design-row {
    gap: 60px;
    margin-bottom: 60px;
    align-items: center;
    height: 100%;
}

.design .design-body .design-row:nth-child(even) {
    flex-direction: row-reverse;
}

.design .design-body .design-text h4 {
    margin-bottom: 25px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.design .design-body .design-text ul {
    padding-left: 20px;
}

.design .design-body .design-text ul li {
    list-style-type: disc;
}

.design .design-body .design-img {
    position: relative;
    min-height: 350px;
}

.design .design-body .design-row:nth-child(1) .design__img {
    position: absolute;
}

.design .design-body .design-row:nth-child(1) .design__img:nth-child(1){
    top: 0;
    left: 0;
    width: 70%;
    aspect-ratio: 8 / 5;
}

.design .design-body .design-row:nth-child(1) .design__img:nth-child(2){
    top: 80px;
    right: 0;
    width: 45%;
    aspect-ratio: 1;
}

.design .design-body .design-row:nth-child(2) .design__img {
    position: absolute;
    transform: scaleX(-1);
}

.design .design-body .design-row:nth-child(2) .design__img:nth-child(1){
    top: 100px;
    left: 0;
    width: 45%;
    aspect-ratio: 1;
    z-index: 1;
}

.design .design-body .design-row:nth-child(2) .design__img:nth-child(2){
    top: 0;
    right: 0;
    width: 70%;
    aspect-ratio: 8 / 5;
}

.design .design-body .design-row:nth-child(3) .design-img {
    display: flex;
    align-items: end;
    gap: 15px;
}

.design .design-body .design-row:nth-child(3) .design__img {
    background-size: contain;
    border: 1px solid gray;
}

.design .design-body .design-row:nth-child(3) .design__img:nth-child(1){
    width: 30%;
    aspect-ratio: 2 / 3;
}

.design .design-body .design-row:nth-child(3) .design__img:nth-child(2){
    width: 50%;
    aspect-ratio: 14 / 10;
}

.design .row-highlight {
    position: relative;
    flex-direction: column!important;
    gap: 16px!important;
    padding: 60px 0 40px 0;
    background-color: #f48120;
    color: #fff;
}

.design .row-highlight::before,
.design .row-highlight::after {
    content: '';
    position: absolute;
    top: 0;
    width: calc(50vw - 50%);
    height: 100%;
    background-color: #f48120;
}

.design .row-highlight::before {
    left: 1px;
    transform: translateX(-100%);
}

.design .row-highlight::after {
    right: 1px;
    transform: translateX(100%);
}

.design .row-highlight .design-text {
    width: 600px;
    text-align: center;
}

.design .row-highlight .design-text h4 {
    margin: 0;
}

.design .row-highlight .design__btn {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
    white-space: nowrap;
    margin: 0;
}

.design .design-body .design-row:nth-child(5) .design__img {
    background-size: contain;
    border: 1px solid gray;
}

.design .design-body .design-row:nth-child(5) .design__img-wrap {
    position: absolute;
    display: flex;
    gap: 1px;
    width: 55%;
    aspect-ratio: 30/21;
}

.design .design-body .design-row:nth-child(5) .design__img-wrap:nth-child(1) {
    top: 0;
    left: 0;
}

.design .design-body .design-row:nth-child(5) .design__img-wrap:nth-child(2) {
    top: 0;
    transform: translateY(60%);
    right: 0;
}

.design .design-body .design-row:nth-child(5) .design__img {
    width: calc(50% - 1px);
    background-size: contain;
}

@media (max-width: 1200px) {
    .design .design-body .design-row:nth-child(2) .design-img {
        min-height: 300px;
    }
}

@media (max-width: 1000px) {
    .design .design-body .design-img {
        min-height: 200px;
    }

    .design .design-body .design-row:nth-child(1) .design-img,
    .design .design-body .design-row:nth-child(2) .design-img {
        min-height: 250px;
    }
}

@media (max-width: 800px) {
    .design .design-body {
        margin-top: 30px!important;
    }

    .design .design-body .design-row {
        gap: 20px;
    }

    .design .design-body .design-img {
        min-height: unset;
        aspect-ratio: 8 / 5;
    }

    .design .design-body .design-row:nth-child(3) .design-img {
        aspect-ratio: 2 / 1;
    }

    .design .design-body .design-row:nth-child(3) .design__img:nth-child(1){
        width: 35%;
        aspect-ratio: 2 / 3;
    }

    .design .design-body .design-row:nth-child(3) .design__img:nth-child(2){
        width: 65%;
        aspect-ratio: 14 / 10;
    }

    .design .row-highlight .design-text {
        width: 100%;
    }

    .design .design-body .design-text h4 {
        margin-bottom: 10px;
    }

    .design .design-body .design-row {
        margin-bottom: 60px!important;
    }

    .design .row-highlight {
        padding: 30px 0;
    }
}
/*body*/



/*panorama*/
.design .design-panorama {
    margin-top: 40px;
    margin-bottom: 60px;
}

.design .design-panorama .design__img {
    height: 235px;
    aspect-ratio: 10/13;
    cursor: pointer;
}

.design .design-panorama .design__img.design__panorama {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.design .design-panorama .design__img.design__panorama img {
    z-index: 2;
}

.design .design-panorama .design__img.design__panorama::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.popup__gallery .pnlm-container {
    width: 80vw;
    height: 80vh;
}

@media (max-width: 800px) {
    .design .design-panorama {
        margin-top: 20px;
        margin-bottom: 40px;
    }
}
/*panorama*/



/*footer*/
.footer-btn.design__btn {
    margin: 0 auto;
}

.design .design-footer {
    width: 100%;
    border-radius: 20px;
    margin-top: 45px;
    margin-bottom: 70px;
    padding: 30px;
    box-shadow: 0 0.18px 1px 0 rgba(0, 0, 0, 0.0314),
                0 0.5px 2.75px 0 rgba(0, 0, 0, 0.045),
                0 1.21px 6.63px 0 rgba(0, 0, 0, 0.0586),
                0 4px 22px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff;
    font-family: Roboto, sans-serif;
    line-height: 21px;
    font-size: 14px;
    font-weight: 300;
}

.design .design-footer p:not(:last-child) {
    margin-bottom: 20px;
}

.design .design-footer .paragraph-highlight,
.design .design-footer a {
    color: #f48120;
}

.design .design-footer a {
    white-space: nowrap;
}

@media (max-width: 800px) {
    .design .design-footer {
        padding: 20px;
    }
}
/*footer*/
/* End */


/* Start:/local/templates/rusplitka/plugins/panorama/style.css?166419403312084*/

/* .imgpanorama */
.imgpanorama {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.imgpanorama:not(._full) {
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
}

.imgpanorama._full {
    width: 100%;
    height: 100%;
}

.imgpanorama__output {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* .pnlm- */
.pnlm-container {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    cursor: default;
    width: 100%;
    height: 100%;
    font-family: Roboto, sans-serif;
    background: #f4f4f4 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NyIgaGVpZ2h0PSIxMDAiIHZpZXdCb3g9IjAgMCA2NyAxMDAiPgo8cGF0aCBzdHJva2U9IiNjY2MiIGZpbGw9Im5vbmUiIGQ9Ik0zMy41LDUwLDAsNjMsMzMuNSw3NSw2Nyw2MywzMy41LDUwbS0zMy41LTUwLDY3LDI1bS0wLjUsMCwwLDc1bS02Ni41LTc1LDY3LTI1bS0zMy41LDc1LDAsMjVtMC0xMDAsMCw1MCIvPgo8L3N2Zz4K) repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    line-height: 1.4;
    contain: content;
}

.pnlm-container * {
    box-sizing: content-box;
}

.pnlm-ui {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pnlm-grab {
    cursor: -webkit-grab;
    cursor: grab;
    cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjYiIHdpZHRoPSIyNiI+CjxwYXRoIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIxcHgiIGZpbGw9IiNmZmYiIGQ9Im0xNS4zIDIwLjVzNi4zOC02LjczIDQuNjQtOC4yNC0zLjQ3IDEuMDEtMy40NyAxLjAxIDMuNjEtNS43MiAxLjQxLTYuNDljLTIuMi0wLjc2OS0zLjMzIDQuMzYtMy4zMyA0LjM2czAuODczLTUuNzYtMS4wNi01Ljc2LTEuNTggNS4zOS0xLjU4IDUuMzktMC41NzQtNC41OS0yLjE4LTQuMTJjLTEuNjEgMC40NjgtMC41NzIgNS41MS0wLjU3MiA1LjUxcy0xLjU4LTQuODktMi45My0zLjc5Yy0xLjM1IDEuMTEgMC4yNTggNS4yNSAwLjU3MiA2LjYyIDAuODM2IDIuNDMgMi4wMyAyLjk0IDIuMTcgNS41NSIvPgo8L3N2Zz4K) 12 8, default;
}

.pnlm-grabbing {
    cursor: -webkit-grabbing;
    cursor: grabbing;
    cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjYiIHdpZHRoPSIyNiI+CjxwYXRoIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIxcHgiIGZpbGw9IiNmZmYiIGQ9Im0xNS4zIDIwLjVzNS4wNy01LjI5IDMuNzctNi43NGMtMS4zMS0xLjQ1LTIuNTMgMC4xNC0yLjUzIDAuMTRzMi43NC0zLjI5IDAuNTM1LTQuMDZjLTIuMi0wLjc2OS0yLjUyIDEuMy0yLjUyIDEuM3MwLjgxLTIuMTMtMS4xMi0yLjEzLTEuNTIgMS43Ny0xLjUyIDEuNzctMC4yNjEtMS41OS0xLjg3LTEuMTJjLTEuNjEgMC40NjgtMC44NzQgMi4xNy0wLjg3NCAyLjE3cy0wLjY1MS0xLjU1LTItMC40NDVjLTEuMzUgMS4xMS0wLjY4IDIuMjUtMC4zNjUgMy42MiAwLjgzNiAyLjQzIDIuMDMgMi45NCAyLjE3IDUuNTUiLz4KPC9zdmc+Cg==) 12 8, default;
}

.pnlm-sprite {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyMDgiPgo8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjc4IiBjeT0iMTE3IiBjeD0iMTMiIHI9IjExIiBmaWxsPSIjZmZmIi8+CjxjaXJjbGUgZmlsbC1vcGFjaXR5PSIuNzgiIGN5PSIxNDMiIGN4PSIxMyIgcj0iMTEiIGZpbGw9IiNmZmYiLz4KPGNpcmNsZSBjeT0iMTY5IiBjeD0iMTMiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxjaXJjbGUgY3k9IjE5NSIgY3g9IjEzIiByPSI3IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIvPgo8Y2lyY2xlIGN4PSIxMyIgY3k9IjE5NSIgcj0iMi41Ii8+CjxwYXRoIGQ9Im01IDgzdjZoMnYtNGg0di0yem0xMCAwdjJoNHY0aDJ2LTZ6bS01IDV2Nmg2di02em0tNSA1djZoNnYtMmgtNHYtNHptMTQgMHY0aC00djJoNnYtNnoiLz4KPHBhdGggZD0ibTEzIDExMGE3IDcgMCAwIDAgLTcgNyA3IDcgMCAwIDAgNyA3IDcgNyAwIDAgMCA3IC03IDcgNyAwIDAgMCAtNyAtN3ptLTEgM2gydjJoLTJ6bTAgM2gydjVoLTJ6Ii8+CjxwYXRoIGQ9Im01IDU3djZoMnYtNGg0di0yem0xMCAwdjJoNHY0aDJ2LTZ6bS0xMCAxMHY2aDZ2LTJoLTR2LTR6bTE0IDB2NGgtNHYyaDZ2LTZ6Ii8+CjxwYXRoIGQ9Im0xNyAzOHYyaC04di0yeiIvPgo8cGF0aCBkPSJtMTIgOXYzaC0zdjJoM3YzaDJ2LTNoM3YtMmgtM3YtM3oiLz4KPHBhdGggZD0ibTEzIDEzNi02LjEyNSA2LjEyNWg0LjM3NXY3Ljg3NWgzLjV2LTcuODc1aDQuMzc1eiIvPgo8cGF0aCBkPSJtMTAuNDI4IDE3My4zM3YtNS43N2w1LTIuODl2NS43N3ptMS0xLjczIDMtMS43My0zLjAwMS0xLjc0eiIvPgo8L3N2Zz4K);
}

.pnlm-container:-webkit-full-screen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}

.pnlm-container:-ms-fullscreen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}

.pnlm-container:fullscreen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}

.pnlm-render-container {
    cursor: inherit;
    /* Fix display bug in Safari 7 */
    position: absolute;
    height: 100%;
    width: 100%;
}

.pnlm-controls {
    margin-top: 4px;
    background-color: #fff;
    border: 1px solid #999;
    border-color: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    cursor: pointer;
    z-index: 2;
    /* Fix Safari fullscreen bug */
    transform: translateZ(9999px);
}

.pnlm-control:hover {
    background-color: #f8f8f8;
}

.pnlm-controls-container {
    position: absolute;
    top: 0;
    left: 4px;
    z-index: 1;
}

.pnlm-zoom-controls {
    width: 26px;
    height: 52px;
}

.pnlm-zoom-in {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    border-radius: 3px 3px 0 0;
}

.pnlm-zoom-out {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background-position: 0 -26px;
    border-top: 1px solid #ddd;
    border-top-color: rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}

.pnlm-fullscreen-toggle-button, .pnlm-orientation-button, .pnlm-hot-spot-debug-indicator {
    width: 26px;
    height: 26px;
}

.pnlm-hot-spot-debug-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -13px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 13px;
    display: none;
}

.pnlm-orientation-button-inactive {
    background-position: 0 -156px;
}

.pnlm-orientation-button-active {
    background-position: 0 -182px;
}

.pnlm-fullscreen-toggle-button-inactive {
    background-position: 0 -52px;
}

.pnlm-fullscreen-toggle-button-active {
    background-position: 0 -78px;
}

.pnlm-panorama-info {
    position: absolute;
    bottom: 4px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0 3px 3px 0;
    padding-right: 10px;
    color: #fff;
    text-align: left;
    display: none;
    z-index: 2;
    /* Fix Safari fullscreen bug */
    transform: translateZ(9999px);
}

.pnlm-title-box {
    position: relative;
    font-size: 20px;
    display: table;
    padding-left: 5px;
    margin-bottom: 3px;
}

.pnlm-author-box {
    position: relative;
    font-size: 12px;
    display: table;
    padding-left: 5px;
}

.pnlm-load-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 150px;
    margin: -75px 0 0 -100px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
    display: none;
    color: #fff;
}

.pnlm-load-box p {
    margin: 20px 0;
}

.pnlm-lbox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    display: none;
}

.pnlm-loading {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-name: pnlm-mv;
    -webkit-animation-name: pnlm-mv;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    height: 10px;
    width: 10px;
    background-color: #fff;
    position: relative;
}

@keyframes pnlm-mv {
    from {
        left: 0;
        top: 0;
    }
    25% {
        left: 10px;
        top: 0;
    }
    50% {
        left: 10px;
        top: 10px;
    }
    75% {
        left: 0;
        top: 10px;
    }
    to {
        left: 0;
        top: 0;
    }
}

@-webkit-keyframes pnlm-mv {
    from {
        left: 0;
        top: 0;
    }
    25% {
        left: 10px;
        top: 0;
    }
    50% {
        left: 10px;
        top: 10px;
    }
    75% {
        left: 0;
        top: 10px;
    }
    to {
        left: 0;
        top: 0;
    }
}

.pnlm-load-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 100px;
    margin: -50px 0 0 -100px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
    display: table;
    color: #fff;
    cursor: pointer;
}

.pnlm-load-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.pnlm-load-button p {
    display: table-cell;
    vertical-align: middle;
}

.pnlm-info-box {
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 150px;
    margin: -75px 0 0 -100px;
    background-color: #000;
    border-radius: 3px;
    display: table;
    text-align: center;
    color: #fff;
    table-layout: fixed;
}

.pnlm-info-box a {
    color: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.pnlm-info-box p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px 0 5px;
}

.pnlm-error-msg {
    display: none;
}

.pnlm-about-msg {
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    padding: 5px 8px 5px 8px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    position: absolute;
    top: 50px;
    left: 50px;
    display: none;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    z-index: 1;
}

.pnlm-about-msg a:link, .pnlm-about-msg a:visited {
    color: #fff;
}

.pnlm-about-msg a:hover, .pnlm-about-msg a:active {
    color: #eee;
}

.pnlm-hotspot-base {
    position: absolute;
    visibility: hidden;
    cursor: default;
    vertical-align: middle;
    top: 0;
    z-index: 1;
}

.pnlm-hotspot {
    height: 26px;
    width: 26px;
    border-radius: 13px;
}

.pnlm-hotspot:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.pnlm-hotspot.pnlm-info {
    background-position: 0 -104px;
}

.pnlm-hotspot.pnlm-scene {
    background-position: 0 -130px;
}

div.pnlm-tooltip span {
    visibility: hidden;
    position: absolute;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    max-width: 200px;
    padding: 5px 10px;
    margin-left: -220px;
    cursor: default;
}

div.pnlm-tooltip:hover span {
    visibility: visible;
}

div.pnlm-tooltip:hover span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
    bottom: -20px;
    left: -10px;
    margin: 0 50%;
}

.pnlm-compass {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 4px;
    bottom: 4px;
    border-radius: 25px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNTAiIHdpZHRoPSI1MCI+CjxwYXRoIGQ9Im0yNC41MDc4IDYtMy4yNTc4IDE4aDcuNWwtMy4yNTc4MS0xOGgtMC45ODQzNzZ6bS0zLjI1NzggMjAgMy4yNTc4IDE4aDAuOTg0NGwzLjI1NzgtMThoLTcuNXptMS4xOTUzMSAwLjk5NDFoNS4xMDkzOGwtMi41NTQ3IDE0LjEwNzUtMi41NTQ3LTE0LjEwNzV6Ii8+Cjwvc3ZnPgo=);
    cursor: default;
    display: none;
}

.pnlm-world {
    position: absolute;
    left: 50%;
    top: 50%;
}

.pnlm-face {
    position: absolute;
    transform-origin: 0 0 0;
}

.pnlm-dragfix, .pnlm-preview-img {
    position: absolute;
    height: 100%;
    width: 100%;
}

.pnlm-preview-img {
    background-size: cover;
    background-position: center;
}

.pnlm-lbar {
    width: 150px;
    margin: 0 auto;
    border: #fff 1px solid;
    height: 6px;
}

.pnlm-lbar-fill {
    background: #fff;
    height: 100%;
    width: 0;
}

.pnlm-lmsg {
    font-size: 12px;
}

.pnlm-fade-img {
    position: absolute;
    top: 0;
    left: 0;
}
/* End */
/* /uslugi/disain3d/styles.css?17274332298438 */
/* /local/templates/rusplitka/plugins/panorama/style.css?166419403312084 */
