:root {
    --default-color: #666666;
}

/* ----------------------------------------------------------------------------------------------------------- fonts */

@font-face {
    font-family: "fontName1"; /* 'HelveticaNeueETW01-45Lt'; */
    src:url("../font/default/b8765d4b-d9a3-48b9-ac65-560e7517cf0e.woff2") format("woff2");
}

@font-face {
    font-family: "fontName2"; /* "HelveticaNeueETW01-75Bd"; */
    src:url("../font/default/6dfa3ef5-ebc5-4d23-a631-b3d746c2ad39.woff2") format("woff2");
}

@font-face {
    font-family: "Material Icons"; /* "HelveticaNeueETW01-75Bd"; */
    font-style: normal;
    font-weight: 400;
    src:url("../font/google-font-as-icons.woff2") format("woff2");
}

/* ----------------------------------------------------------------------------------------------------------- hover */

.pointerEventsNo {
    pointer-events: none;
}

.crs {
    cursor: pointer;
}

.h08:hover {
    opacity: 0.8;
}

.o02 {
    opacity: 0.2;
}

.o05 {
    opacity: 0.5;
}

.dis {
    pointer-events: none;
    opacity: 0.5;
}

.effectDark {
    filter: brightness(50%);
}

* {
    -moz-transition: color .5s ease;
    -o-transition: color .5s ease;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;

    letter-spacing: .05rem;

}

body {
    letter-spacing: .06rem;
    font-family: fontName1;

    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

div:focus, button:focus, button:active, button, *:focus, input, label  {
    outline: 0 !important;
}

input:focus {
    box-shadow: none !important;
}


/* --------------------------------------------------------------------------------------------------- center  modal */

.modal {
    font-size: 1.6rem;
}

.modal.modal_center {
    text-align: center;
    padding: 0!important;
}
.modal.modal_center:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal.modal_center {
    align-items: center !important;
    display: none;
}
.modal.modal_center .modal-dialog {
    flex-grow: 1;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal.modal_center .modal-body {
    border: 1px #ccc solid;
}

/* ------------------------------------------------------------------------------------------------------- landscape */

#landscape {
    background: var(--var-vendor-color);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    overflow: hidden;
    display: none;
    z-index: 1500000;
}
#landscapeTitle {
    z-index: 50;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 2vh;
    text-align: center;
}
@media only screen and (orientation: landscape) {
    #landscape {
        display: none;
    }
    .all {
        display: block;
    }
}
@media only screen and (orientation: portrait) {
    #landscape {
        display: block;
    }
    .all {
        display: none;
    }
}

/* --------------------------------------------------------------------------------------------------------- BUTTONS */

.btn1 {
    color: var(--var-buttons-text-color);
    background: var(--var-vendor-color);
    /* height: 100%; */
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
    height: 2.188rem;
    border-radius: 30px;
    min-width: 150px;
    /* text-transform: uppercase; */
    /* text-align: center; */
    /* float: left; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    font-family: 'fontName1';
    border: 0;
    padding-right: 1vh;
    padding-left: 1vh;
    outline: 0;
}

.btnCircle {
    color: #ffffff;
    min-height: 5vh;
    min-width: 5vh;
    background-color: var(--var-vendor-color);
    border-radius: 50%;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    border: none;
    box-shadow: none !important;
}

.btnRect {
    color: #ffffff;
    min-height: 5vh;
    min-width: 5vh;
    background-color: var(--var-vendor-color);
    border-radius: 4vh;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    border: none;
    box-shadow: none !important;
}

.btnRect2 {
    color: #ffffff;
    min-height: 5vh;
    min-width: 5vh;
    background-color: var(--var-vendor-color);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    border: none;
    box-shadow: none !important;
}

.btnDetails {
    font-size: 1rem;
    color: var(--var-vendor-color);
    border-radius: 1vh;
    width: 95%;
    height: 7vh;
    font-family: fontName1;
    background: #ffffff;
    text-transform: uppercase;
    box-shadow: 0px 3px 6px #00000029;
    margin: 1vh auto 10px;
    padding: 1vh 10px 1vh;
    outline: none;
    border: none;
}


.backdrop1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: black;
    opacity: 0.5;
    z-index: 2;
}







.right_slick-next, .right_slick-prev {
    cursor: pointer;
    position: absolute;
    outline: none;
    background: none;
    border: none;
    top: 50%;
    z-index: 100;
    transform: translateY(-50%);
}
.right_slick-next span, .right_slick-prev span {
    color: #ffffff;
    font-size: 50px;

}
.right_slick-prev {
    left: 10px;
}
.right_slick-next {
    right: 10px;
}








/*.btnSideLeft1.dis {
    left: -100px;
}*/

.btnSideLeft1 {
    left: 0px;
    font-family: fontName1;
    letter-spacing: .05rem;
    text-transform: uppercase;
    position: absolute;
    display: none;
    height: 35vh;
    width: 11vh;
    max-width: 135px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0 1vh 0 0.5vh;
    background: #fff;
    top: 50%;
    outline: none;
    border: none;
    background: url(../img/btn-side-left.svg) no-repeat;
    background-size: contain;
    background-position: center right;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 0.8rem;

    transition: 0.5s;
}
.btnSideRight1 {
    right: 0px;
    font-family: fontName1;
    letter-spacing: .05rem;
    text-transform: uppercase;
    position: absolute;
    display: none;
    height: 35vh;
    width: 11vh;
    max-width: 135px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0 0.5vh 0 1vh;
    background: #fff;
    top: 50%;
    outline: none;
    border: none;
    background: url(../img/btn-side-right.svg) no-repeat;
    background-size: contain;
    background-position: center right;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 0.8rem;
}

#div-3d {
    display: flex;
    align-items: center;
    justify-content: center;
}

#div-3d canvas {
    position: relative;
}







#btnWaitWindow {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
}

#btnWaitWindow div {
    background: var(--var-vendor-color);
    color: #fff;
    font-family: fontName1;
    width: 30vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    padding: 3vh;
    border-radius: 3vh;
    text-align: center;
    font-size: 1rem;
}


#btnBackToPlanner, #btnBackToZtyler  {
    padding: 0.375rem 0.75rem;
    position: absolute;
    top: 1vh;
    right: 1vh;
    display: none;
    font-family: fontName1;
}

.btnStandart {
    color: #fff;
    background: var(--var-vendor-color);
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
    border-radius: 50px;
    min-width: 100px;
    text-transform: uppercase;
    text-align: center;
    float: left;
    display: inline-block;
    vertical-align: middle;
    border: 0px;
    font-family: fontName1;
    outline: 0;
}

.btnStandart2 {
    color: var(--var-vendor-color);
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
    height: 36px;
    border-radius: 50px;
    min-width: 150px;
    text-transform: uppercase;
    text-align: center;
    float: left;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    border: 0px;
    font-family: fontName1;
    outline: 0;
}

.btnStandart3 {
    color: #fff;
    background: #000;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
    height: 36px;
    border-radius: 0.5vh;
    min-width: 150px;
    text-transform: uppercase;
    text-align: center;
    float: left;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    border: 0px;
    font-family: fontName1;
    outline: 0;
}

.btnStandart4 {
    color: #fff;
    background: var(--var-vendor-color);
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
    border-radius: 0.5vh;
    min-width: 150px;
    text-align: center;
    float: left;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1rem;
    border: 0px;
    font-family: fontName1;
    border: none;
    outline: none !important;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%) !important;
}

.btnStandart4.down {
    color: var(--var-vendor-color);
    background: #fff;
}

.btnStandart5 {
    color: #fff;
    background: var(--var-vendor-color);
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
    border-radius: 0.5vh;
    min-width: 150px;
    text-align: center;
    float: left;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1rem;
    border: 0px;
    font-family: fontName1;
    outline: none !important;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%) !important;
    border: none;
}

.btnStandart5.disabled {
    background: #6f6f6f;
    pointer-events: none;
}


.dim {
    font-family: fontName2 !important;
}