/*!*****************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/style.css ***!
  \*****************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@400&display=swap);
/*!*********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/style.css (1) ***!
  \*********************************************************************/
body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 1.3rem;
    color: #444444;
    text-align: center;
    vertical-align: middle;

}

* {
    touch-action: manipulation;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: all .1s ease-in-out;

}
box.--is-hidden{
    visibility:hidden;
}

#c {
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}

.box {

    position: absolute;
    bottom: 0;
    left: 0;
    height: 18%;
    min-height: 300px;
    width: 600px;
    border-radius: 0px 10px 0 0px;
    background: rgba(200,200,200,0.5);
    display: flex;
    flex-direction: column;
}
@media (orientation: portrait) {
    .box {
        width: 100%;
    }
}
.logo {
    position: relative;
    max-width: 15vw;
    height: auto;
    margin: 0;
}

.logo-box {
    position: absolute;
    top: 15px;
    right: 15px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.pattern_box {
    position: absolute;
    bottom: 350px;
    left: 0;
    height: 75px;
    width: 100%;
    max-width: 600px;
    border-radius: 10px 10px 10px 10px;
    background: rgba(200,200,200,0.5);
    display: flex;
    transition: all .2s ease-in-out;
    /*height: 0;*/
    /*flex-direction: row;*/
    /*flex-wrap: wrap;*/
    overflow-x: auto; /* Добавляем горизонтальную прокрутку */
    white-space: nowrap; /* Запрещаем перенос элементов на новую строку */
    align-items: center; /* Выравнивание элементов по вертикали по центру */
    padding: 0 10px; /* Добавим отступы по бокам */
}
.pattern{
    opacity: 100%;
    /*background-size: 700px;*/
    height: 70px;
    width: 70px;
    margin: 1px;
    border: 1px solid silver;
    background-size: cover;
    /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);*/
    /*border-radius: 3px;*/
    cursor: pointer;
    flex-shrink: 0; /* Важно! Запрещаем элементам сжиматься */

}
.pattern_box::-webkit-scrollbar {
    display: none;
}
.pattern.--is-active {
    border: 3px solid red;
    height: 74px;
    width: 74px;
    cursor: default;
    /*box-shadow: 4px 4px 10px gray;*/

}
.pattern.--is-active:hover {
    height: 72px;
}
.pattern:hover {
    /*border-left: 5px solid #CCFFCC;*/
    /*width: 58px;*/
    height: 75px;
}
.pattern_box.--is-invisible {
    /*border-left: 5px solid #CCFFCC;*/
    /*width: 58px;*/
    /*transition: all 1s ease-in-out;*/
    /*animation: wheelin 1s 2s ease-in-out forwards;*/
    /*height: 0;*/
    visibility: hidden;
    opacity: 0%;
}
.inext_options {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    margin: 1%;
    width: 100%;
    /*height: 20%;*/
    display: flex;
    justify-content: space-evenly;
}
.inext_option {
    padding: 1.5%;
    border: 1px solid silver;
    text-align: center;
    background: linear-gradient(white,#DCDCDC);
    width: 45%;
    height: 100%;
    cursor: pointer;

}

.inext_option:hover {
    /*border-left: 2px solid lightgrey;*/
    box-shadow: 2px 2px 4px gray;

    /*width: 58px;*/
}
.inext_option.--is-active {
    font-weight: bolder;
    border: 1px solid gray;
    color: white;
    background: linear-gradient(#20b2aa, #008B8B);
    cursor: default;

}
.inext_option.--is-active:hover {
    /*border-left: none;*/
    /*border-right: 31px solid red;*/
    /*width: 58px;*/
    box-shadow: 0px 0px 0px gray;

    cursor: default;
}
/*.colors {
    background-color: red;
}*/
.surface_options {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    margin: 1%;
    width: 100%;
    /*height: 20%;*/
    display: flex;
    justify-content: space-evenly;
}
.surface_option:hover {
    /*border-left: 2px solid lightgrey;*/
    /*border-bottom: 2px solid lightgrey;*/
    box-shadow: 2px 2px 4px gray;
}
.surface_option.--is-active:hover {
    /*border-left: 2px solid lightgrey;*/
    /*border-bottom: 2px solid lightgrey;*/
    box-shadow: 0px 0px 0px gray;
}
.surface_option.--is-active {
    font-weight: bolder;
    border: 1px solid gray;
    color: white;
    background: linear-gradient(#20b2aa, #008B8B);
    /*width: 58px;*/
    cursor: default;
    /*box-shadow: 4px 4px 10px gray;*/

}
/*.surface_option.--is-active:hover {*/
/*    border-left: none;*/
/*}*/
.surface_option {
    padding: 1.5%;
    border: 1px solid silver;
    text-align: center;
    background: linear-gradient(white,#DCDCDC);
    cursor: pointer;
    width: 28%;
    height: 100%;
    margin: 0.3%;
}
.color_switchers {
    position: absolute;
    left: 0;
    bottom: 0;
    /*margin: 1%;*/
    /*margin-left: 0px;*/
    /*margin-right: 30px;*/
    width: 20%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /*background-color: aquamarine;*/
}
.color_switcher {
    padding: 1.5%;
    border: 1px solid silver;
    text-align: center;
    background: linear-gradient(white,#DCDCDC);
    /*margin: 0.3%;*/
    /*margin-left: 0;*/
    /*padding: 20px;*/
    /*height: 55px;*/
    /*width: 45%;*/
    height: 45%;
    /*justify-content: center;*/
    /*align-items: center;*/
    cursor: pointer;
    /*border-radius: 0px 10px 10px 0px;*/
}
.color_switcher:hover {
    box-shadow: 2px 2px 4px gray;

}
.color_switcher.--is-active:hover {
    box-shadow: 0px 0px 0px gray;
    cursor: default;
}
.color_switcher.--is-active {
    font-weight: bolder;
    border: 1px solid gray;
    color: white;
    background: linear-gradient(#20b2aa, #008B8B);
    cursor: default;

    /*box-shadow: 4px 4px 10px gray;*/

}
.color_block_on_stock {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
    padding-left: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    /*visibility: hidden;*/
    /*height: 100%;*/
    /*left:0;*/
    /*background-color: brown;*/
}
.color_block_on_order {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
    padding-left: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    /*height: 100%;*/
    /*left:0;*/
    /*background-color: brown;*/
}
.color_block_on_order.--is-invisible{
    visibility: hidden;
}
.color_block_on_stock.--is-invisible{
    visibility: hidden;
}

.ns_color_block {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    /*height: 50%;*/
    /*padding-left: 5px;*/
    padding: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}
.ns_polychrome_color_block {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    /*height: 50%;*/
    /*padding-left: 5px;*/
    padding: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}
.deco_color_block {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    /*height: 50%;*/
    /*padding-left: 5px;*/
    padding: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}
.deco_polychrome_color_block {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    /*height: 50%;*/
    /*padding-left: 5px;*/
    padding: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}
.ns_color_block.--is-invisible{
    visibility: hidden;
}
.ns_polychrome_color_block.--is-invisible{
    visibility: hidden;
}
.deco_color_block.--is-invisible{
    visibility: hidden;
}
.deco_polychrome_color_block.--is-invisible{
    visibility: hidden;
}

.color_button {
    /*transition: 0.1s ease-in;*/
    height: 30%;
    min-height: 50px;
    min-width: 50px;
    /*width: 15%;*/
    width: auto;
    margin: 2px;
    border: 1px solid grey;
    /*flex: 1;*/
    /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);*/
    /*background-size: cover;*/
    /*background-position: center;*/
    border-radius: 100%;
    cursor: pointer;
}
.color_button.--is-active{
    border: 2px solid black;
    cursor: default;
    /*box-shadow: 4px 4px 10px gray;*/


}
/*.controls {
    position: absolute;
    bottom: 0;
    width: 50%;
    left:0;
    visibility: hidden;

}
.controls2 {
    position: absolute;
    bottom: 0;
    width: 50%;
    right: 0;
    visibility: hidden;

}*/
/*.options {
    position: absolute;
    left: 0;
    float: left;
    clear: both;
    !*top: 30%;*!
    visibility: hidden;

}

.option {
    background-size: cover;
    background-position: 50%;
    background-color: white;
    margin-bottom: 3px;
    padding: 10px;
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    !*border-radius: 20%;*!

}
.option:hover {
    border-left: 5px solid white;
    width: 58px;
}
.option.--is-active {
    border-right: 3px solid red;
    width: 58px;
    cursor: default;
}
.option.--is-active:hover {
    border-left: none;
}
.option img {
    height: 100%;
    width: auto;
    pointer-events: none;
}*/
/*
.int_ext_options {
    position: absolute;
    left: 0;
    top: 0
}
.int_ext_option {
    background-size: cover;
    background-position: 50%;
    background-color: white;
    margin-bottom: 3px;
    padding: 10px;
    height: 55px;
    width: 55px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 20%;

}
.int_ext_option:hover {
    border-left: 5px solid white;
    width: 58px;
}
.int_ext_option.--is-active {
    border-right: 3px solid red;
    width: 58px;
    cursor: default;
}
.int_ext_option.--is-active:hover {
    border-left: none;
}
*/

.info {
    padding: 0 1em;
    display: flex;
    justify-content: flex-end;
}
.info p {
    margin-top: 0;
}
.tray {
    width: 100%;
    height: 50px;
    position: relative;
    overflow-x: hidden;
    visibility: hidden;

}
.tray__slide {
    position: absolute;
    display: flex;
    left: 0;
       transform: translateX(-50%);
      animation: wheelin 1s 2s ease-in-out forwards;
}
.tray2 {
    width: 100%;
    height: 50px;
    position: relative;
    overflow-x: hidden;
    visibility: hidden;

}
.tray__slide2 {
    position: absolute;
    /*background-color: gray;*/
    display: flex;
    left: 0;
    top:0;
    /*width: 100px;*/
       /*transform: translateX(50%);*/
      /*animation: wheelin 1s 2s ease-in-out forwards;*/
}
.background_button {
    /*transition: 0.1s ease-in;*/
    /*margin: 2%;*/
    height: 40px;
    border: 1px solid silver;
    min-width: 40px;
    /*flex: 1;*/
    /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*border-radius: 20%;*/
    cursor: pointer;
}
.background_button.--is-active{
    /*transition: 0.1s ease-in;*/
    /*margin: 2%;*/
    /*height: 25px;*/
    border: 4px solid darkgrey;
    /*min-width: 30px;*/
    /*flex: 1;*/
    /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*border-radius: 20%;*/
    cursor: pointer;
}
.tray__swatch__background {
    transition: 0.1s ease-in;
    height: 50px;
    min-width: 50px;
    flex: 1;
    /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);*/
    background-size: cover;
    background-color: #DCDCDC;
    background-position: center;
    /*border-radius: 20%;*/

}
.tray__swatch__background.--is-active {
    border-right: 3px solid red;
    width: 58px;
    cursor: default;
}
.tray__swatch__background:hover {
    border-left: 5px solid white;
    width: 58px;
}
.tray__swatch__background.--is-active:hover {
    border-left: none;
}
.tray__swatch:nth-child(5n+5) {
    /*margin-right: 20px;*/
}
/*.patterns {
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;

}

.pattern {
    background-size: cover;
    background-position: 50%;
    background-color: white;
    margin-bottom: 3px;
    padding: 10px;
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 20%;

}*/

/*
.drag-notice {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em;
    width: 10em;
    height: 10em;
    box-sizing: border-box;
    font-size: 0.9em;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5em;
    background: white;
    position: absolute;
}
.drag-notice.start {
    animation: popout 0.25s 3s forwards;
}
@keyframes popout {
    to {
        transform: scale(0);
    }
}
@keyframes wheelin {
    to {
        transform: translateX(0);
    }
}
@media (max-width: 960px) {
    .options {
        top: 0;
    }
    .info {
        padding: 0 1em 1em 0;
    }
    .info__message {
        display: flex;
        align-items: flex-end;
    }
    .info__message p {
        margin: 0;
        font-size: 0.7em;
    }
}
@media (max-width: 720px) {
    .info {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 1em 1em;
    }
    .info__message {
        margin-bottom: 1em;
    }
}
@media (max-width: 680px) {
    .info {
        padding: 1em 2em;
    }
    .info__message {
        display: none;
    }
    .options {
        bottom: 50px;
    }
    .option {
        margin-bottom: 1px;
        padding: 5px;
        height: 45px;
        width: 45px;
        display: flex;
    }
    .option.--is-active {
        border-right: 2px solid red;
        width: 47px;
    }
    .option img {
        height: 100%;
        width: auto;
        pointer-events: none;
    }
}*/

.spin-wrapper{
    position: relative;
    width: 100%;
    height: 100vh;
    background: #080705;

.spinner{
    position: absolute;
    height: 60px;
    width: 60px;
    border: 3px solid transparent;
    border-top-color: #A04668;
    top: 50%;
    left: 50%;
    margin: -30px;
    border-radius: 50%;
    animation: spin 2s linear infinite;

&:before, &:after{
               content:'';
               position: absolute;
               border: 3px solid transparent;
               border-radius: 50%;
           }

&:before{
     border-top-color: #254E70;
     top: -12px;
     left: -12px;
     right: -12px;
     bottom: -12px;
     animation: spin 3s linear infinite;
 }

&:after{
     border-top-color: #FFFBFE;
     top: 6px;
     left: 6px;
     right: 6px;
     bottom: 6px;
     animation: spin 4s linear infinite;
 }
}
}
@keyframes spin{
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}


/*# sourceMappingURL=main.css.map*/