

/* Start:/constructor/assets/constructor.css?169089737613288*/
/*body {
    overscroll-behavior: contain;
}*/

#constructor {
    font-family: 'Play', sans-serif;
    width: 100%;
    position: relative;
}

.footer_hide > div:not(.modal) {
    display: none;
}

.scrollable {
    height: 100%;
}

#constructor .title {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    color: #FFFFFF;
    font-size: 42px;
    line-height: 28px;
    text-align: center;
    padding: 0 100px;
    transition: all .5s linear;
    opacity: 0;
    pointer-events: none;
}

#constructor .title.show {
    opacity: 1;
}

#constructor .title span:after {
    content: '';
    background: url('/constructor/assets/img/logo.png') no-repeat center;
    background-size: contain;
    width: 110px;
    height: 75px;
    display: inline-block;
    vertical-align: baseline;
    margin: 10px 0 -15px 25px;
}

.panel {
    position: fixed;
    left: 0;
    bottom: 10px;
    display: flex;
    align-items: center;
    z-index: 999999;
}

.panel-sections {
	position: relative;
    max-height: 570px;
    height: 100%;
}

.main-sections {
    width: 88px;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FEFEFE;
    box-shadow: 0px 4px 24px rgb(0 67 101 / 15%);
    border-radius: 0 15px 15px 0px;
    padding: 9px;
    position: relative;
    z-index: 3;
    overflow: auto;
}

.main-sections::-webkit-scrollbar {
    display: none;
}
.main-sections::-webkit-scrollbar-track {
    display: none;
}
.main-sections::-webkit-scrollbar-thumb {
    display: none;
}

.main-section {
	width: 100%;
	text-align: center;
    padding: 4px 0 0;
    cursor: pointer;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-section.zoom {
    position: relative;
}

.zoom-popup {
    position: absolute;
    left: 100%;
    top: 50%;
    background: #fff;
    font-size: 14px;
    line-height: 16px;
    color: #A6A6A6;
    border-radius: 0px 12px 12px 12px;
    padding: 7px 7px 10px 17px;
    width: 148px;
    text-align: left;
    transform: translate(30px, -50%);
    display: none;
}

.action-popup {
    position: absolute;
    right: 100%;
    top: 50%;
    background: #fff;
    font-size: 14px;
    line-height: 16px;
    color: #A6A6A6;
    border-radius: 0px 12px 12px 12px;
    padding: 7px 7px 10px 17px;
    width: 148px;
    text-align: left;
    transform: translate(-30px, -50%);
    display: none;
}

.main-section:not(.zoom) img {
    filter: opacity(0.4);
}

.main-section span {
	font-size: 12px;
	line-height: 26px;
	color: #A6A6A6;
	display: block
}

.main-section.active img {
	filter: opacity(1);
}

.main-section.active span {
	color: #000;
}

.main-section + .main-section {
	border-top: 1px solid #E5E5E5;
}

.inner-sections {
    position: absolute;
    top: 0;
    left: 75px;
    width: 334px;
    border-radius: 0 10px 10px 0;
    transform: translateX(-100%);
    transition: all .2s linear;
    height: 100%;
}

.inner-sections.active {
    transform: translateX(0);
}

.inner-panel {
    background: #fff;
    position: relative;
    border-radius: 0 10px 10px 0;
    box-shadow: 0px 4px 24px rgba(0, 67, 101, 0.15);
}

.inner-row {
    display: none;
}

.inner-row:first-child > .inner-title {
    padding: 12px 16px 12px 26px;
}

.inner-row:last-child {
    border-radius: 0 0 10px 0
}

.inner-row:last-child .inner-box {
    border-radius: 0 0 10px 0
}

.inner-row > .inner-title {
    padding: 12px 16px 8px 26px;
    font-size: 16px;
    line-height: 26px;
    color: #1B469A;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
}

.inner-row > .inner-title:after {
    content: '';
    background: url('/constructor/assets/img/arrow-blue.png') no-repeat center;
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 1px;
}

.inner-group > .inner-title {
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 3px;
    position: relative;
    cursor: pointer;
}

.inner-row > .inner-title.hide, .inner-group > .inner-title.hide {
    color: #A6A6A6;
}

.inner-group > .inner-title:after {
    content: '';
    background: url('/constructor/assets/img/arrow-black.png') no-repeat center;
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-bottom: 1px;
}

.inner-row > .inner-title.hide:after, .inner-group > .inner-title.hide:after  {
    content: '';
    background: url('/constructor/assets/img/arrow-grey.png') no-repeat center;
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-bottom: 1px;
}

.inner-row:first-child .inner-group {
    padding: 10px 8px 10px 12px;
}

.inner-row:first-child .inner-group:first-child:after {
    content: '';
}

.inner-group {
    padding: 0 12px 10px 12px;
}

.inner-row.water .inner-group {
    padding-top: 0;
}

.inner-row .inner-box.additional .inner-group {
    padding: 5px 10px 10px 16px;
}

.inner-elements {
    display: flex;
    flex-wrap: wrap;
}

.inner-element {
    width: 49px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 6px;
}

.inner-element > input {
    display: none;
}

.inner-element > input:checked ~ .inner-element__info .inner-element__box {
    border: 1px solid #EF9448;
}

.inner-element > input:checked ~ .inner-element__info .inner-element__title {
    color: #000000;
}

.inner-element [type=checkbox] + .inner-element__info:before {
    content: '';
    background: #E5E5E5;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.inner-element [type=checkbox]:checked + .inner-element__info:before {
    content: '';
    background: #EF9448;
}

.inner-element__box {
    width: 45px;
    height: 45px;
    display: block;
    background: #E5E5E5;
    border-radius: 5px;
    margin: 0 auto 4px;
    background-size: cover;
    background-position: center;
}

.inner-element__title {
    font-size: 9px;
    line-height: 9px;
    color: #A6A6A6;
    word-break: break-all;
}

.additional .inner-element {
    width: auto;
    margin-right: 10px;
}

.additional .inner-element__title {
    display: inline-block;
    vertical-align: middle;
    line-height: 12px;
    font-size: 12px;
}

.inner-box {
    padding: 0 0 0 16px;
}

.count-2, .count-3 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.count-2 > .inner-group, .count-3 > .inner-group {
    width: 50%;
}

.count-2:before {
    content: '';
    background: #E5E5E5;
    width: 1px;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(8px);
}

.count-3:before {
    content: '';
    background: #E5E5E5;
    width: 1px;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translateX(8px);
}

.color-grey {
    background: #F8F8F8;
}

.layers {
    width: 100%;
    height: 100%;
    min-height: 875px;
}

.layers > div {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center top;
    min-height: 900px;
}

.inner-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center top;
    min-height: 900px;
}
.actions {
    position: fixed;
    bottom: 90px;
    right: 90px;
    z-index: 999999;
}

.action-pdf {
    background: url('/constructor/assets/img/pdf.png') no-repeat center;
    width: 60px;
    height: 60px;
    border: 0;
    display: block;
    position: relative;
}

.action-callback {
    background: url('/constructor/assets/img/callback.png') no-repeat center;
    width: 60px;
    height: 60px;
    border: 0;
    margin-top: 7px;
    display: block;
    position: relative;
}

.inner-mtitle {
    display: none;
}

.layers > div.mobile-layer {
    background: url('/constructor/assets/img/sky.png') no-repeat center bottom;
    background-position: center center;
    width: 100%;
    height: 100%;
    bottom: unset;
    top: 0;
    left: 0;
    display: block;
    background-size: cover;
}

.inner-sections .close {
    background: url('/constructor/assets/img/close.png') no-repeat center;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 2;
}

@media (max-width: 990px) {

    .action-popup {
        display: none !important;
    }

    .inner-sections .close {
        display: none;
    }

    #constructor {
        /*position: absolute;*/
        bottom: 0;
    }

    #constructor .title {
        font-size: 25px;
        line-height: 30px;
        padding: 0;
        margin: 25px auto 0;
        max-width: 300px;
    }

    #constructor .title span {
        /*display: none;*/
    }

    #constructor .title span:after {
        /*width: 48px;*/
        /*height: 32px;*/
        width: 75px;
        height: 50px;
        background-size: cover;
        margin: 0 0 -10px 15px;
    }

    .panel {
        width: 100%;
        align-items: end;
        position: absolute;
        bottom: 0;
        z-index: 3;
    }

    .panel-sections {
        width: 100%;
        height: auto;
    }

    .main-sections {
        width: 100%;
        border-radius: 0;
        white-space: nowrap;
        display: block;
        overflow-x: scroll;
        padding: 0;
        text-align: center;
    }

    .main-section {
        display: inline-flex;
        width: 65px;
        height: 60px;
        flex-wrap: wrap;
        padding: 0;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        position: relative;
    }

    .main-section.active {
        background: #F3F3F3;
    }

    .main-section + .main-section {
        border-top: unset;
    }

    .main-section + .main-section:before {
        content: '';
        width: 1px;
        height: 80%;
        position: absolute;
        left: 0;
        top: 10%;
        z-index: 5;
        background: #e5e5e5;
    }

    .main-section.active + .main-section:before, .main-section.active:before {
        display: none;
    }

    .main-sections img {
        max-height: 18px;
        margin-top: auto;
    }

    .main-section span {
        font-size: 8px;
        line-height: 16px;
        width: 100%;
        margin-bottom: auto;
    }

    .inner-sections {
        top: unset;
        left: 0;
        right: 0;
        bottom: 50px;
        transform: translate(0, 100%);
        border-radius: 10px 10px 0 0;
        width: 100%;
        height: auto;
        background: #fff;
        display: flex;
    	flex-direction: column;
    }

    .inner-sections.active {
        transform: translateY(0);
    }

    .inner-sections.active:before {
    	content: '';
    	background: #C4C4C4;
	    border-radius: 5px;
	    width: 28px;
	    height: 4px;
	    position: absolute;
	    top: -9px;
	    left: 0;
	    right: 0;
	    margin: auto;
    }

    .inner-panel {
        overflow-y: scroll;
        height: auto;
    	background: #fff;
    	order: 2;
        height: 100%;
    }

    .inner-group > .inner-title {
        font-size: 13px;
    }

    .layers {
        min-height: 375px;
    }

    .layers > div {
        min-height: unset;
        height: 65%;
        bottom: 58px;
        background-position: 65% top;
        transition: all .2s ease-in-out;
    }

    .main-layer {
        max-height: 60%;
        z-index: 2;
    }

    .inner-layer {
        min-height: unset;
        background-position: 65% top;
    }

    .actions {
        display: none;
        position: absolute;
        bottom: unset;
        top: 15px;
        right: 5px;
        z-index: 3;
    }

    .action-pdf, .action-callback {
        width: 35px;
        height: 35px;
        background-size: cover;
    }
    .simplebar-content {
        height: 100%;
    }
    .inner-mtitle {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        line-height: 32px;
        color: #000000;
        padding: 4px 25px 4px;
        position: relative;
        order: 1;
    }
    .inner-mleft {
        background: url('/constructor/assets/img/arrow-grey.png') no-repeat center;
        width: 20px;
        height: 32px;
        position: absolute;
        top: 4px;
        left: 25px;
        transform: rotate(180deg);
    }
    .inner-mright {
        background: url('/constructor/assets/img/arrow-grey.png') no-repeat center;
        width: 20px;
        height: 32px;
        position: absolute;
        top: 4px;
        right: 25px;
    }
    .main-section.zoom {
        display: none;
    }
    .zoom {
        background: url('/constructor/assets/img/zoom-m.png') no-repeat center;
        width: 43px;
        height: 24px;
        margin-top: 7px;
    }
}

@media (max-width: 990px) and (max-height: 400px) {
    .panel {
        position: fixed;
    }
    .layers {
        min-height: 625px;
        position: relative;
    }
}
@media (min-width: 991px) and (max-height: 660px) {
    .main-section span {
        padding: 5px 0 2px;
        line-height: 1;
    }
}
/* End */
/* /constructor/assets/constructor.css?169089737613288 */
