@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?gtlvut');
    src: url('../fonts/icomoon.eot?gtlvut#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?gtlvut') format('truetype'),
        url('../fonts/icomoon.woff?gtlvut') format('woff'),
        url('../fonts/icomoon.svg?gtlvut#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
a{
    text-decoration: none;
}
[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-free-icon-touch-481894:after {
    content: "\e900";
}

.icon-loading-spinner-2658484:after {
    content: "\e901";
}


.hidden {
    display: none;
}



.container-3d {
    position: relative;
    width: 100%;
    height: 50vh;
    cursor: grab;
    touch-action: pan-y;
    /* -webkit-highlight: none; */
}

.image360 {
    position: absolute;
    width: 100%;
}

.wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid lightgray;
}



/*icons*/


/*
    .icon-loading-blocker {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}*/
.icon-free-icon-touch-481894 {
    content: "\e900";
}

.icon-loading-spinner-2658484 {
    content: "\e901";

}

@keyframes spin-data-v-ff6c76e2 {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.icon-loading-spinner-2658484:after,
.icon-free-icon-touch-481894:after {
    position: absolute;
    top: calc(50% - 15.625px);
    left: calc(50% - 15.625px);
    right: auto;
    width: 31.25px;
    height: 31.25px;
    font-size: 31.25px;
    line-height: 1;
}

.icon-free-icon-touch-481894:after {
    background: white;
    padding: 10px;
    border-radius: 50%;
    opacity: 0.5;
}



.icon-loading-spinner-2658484:after {
    -webkit-animation: spin-data-v-ff6c76e2 1.1s linear infinite;
    animation: spin-data-v-ff6c76e2 1.1s linear infinite;
    animation-duration: 1.1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: spin-data-v-ff6c76e2;
}

.icon-loading-spinner-2658484 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 1;
}

.icon-loading-spinner-2658484.hide {
    transition: opacity 1s;
    opacity: 0;
}
.container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.colors {

}
.color {
   width: 16%;
}
.color__link {
    height: 100%;
}
.block {
    display: flex;
}
.block__item {
    width: 33%;

}
.section{
    height: 48vh;
    flex-wrap: inherit;
    display: flex;
    width: 48vw;
    justify-content: space-between;
}
.burger__link{
    margin-bottom: 15px;
    color:#333;
    font-size: 18px;
    display: block;
}
.burger{
    display: none;
}
img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.menu-img{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px; 
}
.menu-img img{
    width: 100%;
    height: 100%;
}
.burger.active{
    flex-direction: column;
    position: absolute;
    z-index: 1;
    background: #f9f9f9;
    width: 120px;
    padding: 10px 10px;
    display: block;
    left: 0;
    top: 0;
    height: 60%;
}
.menu-img.active{
    left: 150px;
}
@media (max-width:768px) {
    .section{
        height: auto;
        width: 100vh;
        margin: 30px auto ;
    }
    .section:first-child{
        margin-top: 5px;
    }
    .container-3d{
        height:50vh;
    }
    .colors{
        order:4 ;
    }
}
@media (max-width:576px){
    .section{
        margin: 0px 0px 20px;
    }
    .container-3d{
        height:40vh;
    }
    .block__item{
        width: 50%;
    } 
}