* {
    box-sizing: content-box;
}


a.navbar-brand[b-zvh3c0xpe8] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-zvh3c0xpe8] {
    color: #0077cc;
}

.btn-primary[b-zvh3c0xpe8] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-zvh3c0xpe8], .nav-pills .show > .nav-link[b-zvh3c0xpe8] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-zvh3c0xpe8] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-zvh3c0xpe8] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-zvh3c0xpe8] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-zvh3c0xpe8] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-zvh3c0xpe8] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

/*site css*/

/*fonts*/
@font-face {
    font-family: "din_reg";
    src: url("../fonts/5591098/28c72b2a-43c0-4b09-8d62-1745a7258ffb.woff2")format("woff2"),url("../fonts/5591098/a86810ac-ba07-4c00-afb1-a03e356a9279.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "din_black";
    src: url("../fonts/1448012/3867a8bd-47ed-425d-9129-327806a73e33.eot?#iefix");
    src: url("../fonts/1448012/3867a8bd-47ed-425d-9129-327806a73e33.eot?#iefix") format("eot"),url("../fonts/1448012/7d448612-be01-42ff-aee2-91a98a1a6ff2.woff2") format("woff2"),url("../fonts/1448012/328410e9-4d73-4a78-987b-9df21d13f47f.woff") format("woff"),url("../fonts/1448012/9eb0625a-a74a-4c6d-925f-6dd613ab0ec0.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "din_bold";
    src: url("../fonts/5591158/4ccab1de-ec69-48e4-aa84-9fa7e5569b0f.woff2") format("woff2"),url("../fonts/5591158/c7daf0da-0969-4d19-ace8-992703d0de9b.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "din_light";
    src: url("../fonts/1448136/6da4ee95-df77-4c51-abb4-99943d41f3f8.eot?#iefix");
    src: url("../fonts/1448136/6da4ee95-df77-4c51-abb4-99943d41f3f8.eot?#iefix") format("eot"),url("../fonts/1448136/821b5526-82ce-4ecc-b718-f7dfa5191624.woff2") format("woff2"),url("../fonts/1448136/72d8ce05-09be-4811-9071-e409c0c8bcad.woff") format("woff"),url("../fonts/1448136/95e8a8f0-53f2-4a2e-bb2d-7c16b098f811.ttf") format("truetype");
    font-display: swap;
}

h1 {
    font-size: 64px;
    font-family: 'din_light';
    font-weight: 100;
    margin-top: 0px;
}

h2 {
    font-size: 48px;
    font-family: 'din_light';
    font-weight: 100
}

h3 {
    font-size: 20px;
    font-family: 'din_bold';
    font-weight: 100
}

.dinbold {
    font-family: 'din_bold';
}



body {
    background-image: url(../img/cube-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    font-family: 'din_reg';
    min-height: calc(100vh + 100px);
    height: 100%;
}

div.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 50px;
    height: calc(80vh - 200px);
    gap: 20px;
    position: relative;
}

iframe {
    width: 100%;
    height: 100%;
}

.interface {
    /*border: 1px solid gray;*/
    padding: 0px 20px 10px 20pxs;
    position: relative;
}

.colors .color {
    height: 30px;
    width: 30px;
    border: none;
    border-radius: 30px;
    margin-right: 15px;
    display: inline-block;
    background-size: cover;
    background-position: center;
}

    .colors .color:hover {
        cursor: pointer;
    }

.color.active {
    border: 3px solid #e11e5f;
}

.toggle-container {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 34px;
}

    .toggle-container input {
        display: none;
    }

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

    .toggle-slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .toggle-slider {
    background-color: #2196F3;
}

    input:checked + .toggle-slider:before {
        transform: translateX(26px);
    }

@media(max-width: 700px) {
    div.grid {
        grid-template-columns: 1fr !important;
        padding: 20px;
    }
}
/*shop*/

.bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 0px;
}

h2 {
    margin: 40px 0
}

h4 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 5px;
}

label {
    display: block;
}

.colors {
    margin: 40px 0;
}

select {
    width: 200px;
    max-width: 90%;
    background-color: #000;
    color: #fff;
}

.grid > iframe {
    border: 1px solid gray;
}

.bottom p {
    font-size: 10px;
    font-weight: bold;
}

/*neuneuneu*/
.logo {
    width: 180px;
    height: auto;
    padding: 54px
}

.select {
    width: 200px;
    max-width: 90%;
    background-color: #000;
    color: #fff;
}

/*iot*/
.container-head {
    background-color: #313131;
    padding: 4px 8px;
    border: 1px solid #707070;
    text-transform: uppercase;
}

iframe#visor {
    border: 1px solid #707070;
}

.container-body {
    background-color: #313131;
    padding: 4px 8px;
    border: 1px solid #707070;
    margin-top: -1px;
}

.container {
    max-width: 95%!important;
}


#overlay {
    position: absolute;
    top: 82px;
    left: 50px;
    border: 2px solid red;
    z-index: 2;
    width: calc((100% - 400px - 110px - 60px ) / 2);
    height: 25vw;
}

#overlay {
    display: none;
}

    #overlay h2 {
        font-size: 24px;
        color: #fff;
        text-align: center;
        background-color: red;
        margin: 0 !important;
        padding: 15px 0;
    }

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    background: black;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin: 10px 0 20px;
}

button.blank {
    padding: 5px 15px;
    background-color: white;
    border: 1px solid gray;
    font-weight: bold;
    margin-top: 15px;
}

.interface p {
    margin-bottom: 5px
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: black;
    cursor: pointer;
    border-radius: 8px;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #04AA6D;
    cursor: pointer;
}

.toggle-slider:before {
    height: 11px !important;
    width: 12px !important;
}

.bottom label {
    font-weight: bold;
}

img {
    margin-bottom: 25px;
}

.grid {
    grid-template-columns: 1fr 1fr 420px !important;
}

    .grid > div, .grid iframe {
        height: 25vw;
    }

p span {
    font-weight: bold;
}

progress {
    background: black;
}

    progress::-webkit-progress-value {
        background: black;
    }

progress {
    width: 100%;
    height: 25px
}

.buy {
    
    width: fit-content;
    padding: 10px 20px;
}

    .buy button {
        width: fit-content;
        border: none;
        padding: 16px;
        background-color: #e11e5f;
        border-radius: 25px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: .1em;
    }

.bottom {
    display: grid;
    grid-template-columns: 1fr;
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
}

h2 {
    margin: 40px 0
}

h4 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 5px;
}

label {
    display: block;
}

.colors {
    margin: 40px 0;
}

select {
    width: 200px;
    max-width: 90%;
}

.grid > iframe {
    border: 1px solid gray;
}

.bottom p {
    font-size: 10px;
    font-weight: bold;
}

.valueSpan {
    font-weight: normal!important;
}
img.iframeButton {
    position: absolute;
    top: 44px;
    right: 10px;
    z-index: 6;
    width: 60px;
}



@font-face {
    font-family: din_light;
    src: url('/fonts/DIN Light/DIN Light.ttf');
}
@font-face {
    font-family: din_reg;
    src: url('/fonts/DIN Regular/DIN Regular.ttf');
}

h1 {
    font-family: din_light;
    margin-bottom: 0.67rem;
}
h2 {
    font-family: din_light;
}
h3, h4 {
    font-family: din_light;
    font-size: 20px!important;
    margin-bottom: 0.5rem!important;
}
p, select, ul, li {
    font-family: din_reg;
    margin-bottom: 15px;
}
input {
    font-family: din_reg;
}