
@import url('swiper-bundle.min.css');


input[type='radio'] {
    accent-color: #444444;
}



inp33ut [type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

inpu33t[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ffa500;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}



:root {
    --content-width: 1400px;
    --logo-accent-color: #f36f21;
    --swiper-theme-color: var(--logo-accent-color) !important;
    --swiper-navigation-size: 30px !important;
    --sticker-blue: #2992d9;
    --sticker-yellow: #ffd83a;
    --sticker-green: #50bb26;
    /*--button-basket-color: #FCE000;*/
    --button-basket-color: var(--logo-accent-color);
    --button-basket-hovercolor: #cf5d1a;
    /*--button-basket-font-color: #21201F;*/
    --button-basket-font-color: white;
    --item-stock-color: #5fa800;
    --item-weight-border: #e7e7e7;
    /*--item-weight-active-border: cadetblue;*/
    --item-weight-active-border: var(--button-basket-color);
    --button-basket-amountbuttons-color: #7c7c7c;
    /*--link-color: #fd9c12;*/
    --link-color: var(--logo-accent-color);
    touch-action: manipulation;
    -webkit-user-select: none;
    Safari -ms-user-select: none;
    IE 10 and IE 11 user-select: none;
    Standard syntax
}

/*FULL screen*/


.list-content {
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: var(--content-width);
    /*box-sizing: border-box;*/
    scroll-behavior: smooth;
    z-index: 500;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

    .list-content[hide="true"]:not(.modal) {
        display: none;
    }

.content-container[hide="true"] {
    display: none;
}

.basket-container[hide="true"] {
    display: none;
}


/*END FULL screen*/


/*Mobile screen*/
@media (max-width:600px) {
    .list-content {
        width: 100%;
        background: #f7f7f7;
        padding: 0 5px 5px 5px;
        box-sizing: border-box;
    }
}

/*END Mobile screen*/

.err-title {
}

.err-reload {
    background-color: #cdffcd;
    border: 1px solid #ffffff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular';
}

.err-context {
}


#reconnect-modal-overlay {
    background-color: rgb(255 255 255 / 53%);
    height: 100%;
    width: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
}

#reconnect-modal {
    display: flex;
    background-color: white;
    padding: 2rem;
    border-radius: 0.5rem;
    /*text-align: center;*/
    /*box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);*/
    /*margin-left: 50px;*/
    position: fixed;
    top: 8px;
    left: 10px;
    z-index: 10001;
    height: 30px;
    padding: 10px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    width: 300px;
    font-family: 'Montserrat-SemiBold';
    color: black;
    font-size: 18px;
    width: var(--content-width);
}

/*@media (max-width:1400px) {
    #reconnect-modal {
        left: 10px;
    }
}
@media (min-width:1401px) {
    #reconnect-modal {
        left: 50px;
    }
}
*/

#components-reconnect-modal {
    display: none;
}

    #components-reconnect-modal.components-reconnect-show,
    #components-reconnect-modal.components-reconnect-failed,
    #components-reconnect-modal.components-reconnect-rejected {
        display: block;
        background-color: white;
        padding: 2rem;
        border-radius: 0.5rem;
        text-align: center;
        box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
        margin-left: 50px;
        position: fixed;
        top: 0;
        z-index: 10001;
        height: 65px;
        padding: 10px;
        align-items: center;
        justify-content: center;
        display: flex;
        width: 200px;
        font-family: 'Montserrat-SemiBold';
        color: #000000;
    }

.detail-content {
    /* top: 63px; */
    /* position: fixed; */
    /* height: 100%; */
    /* height: calc(100% - 65px - 65px); */
    width: 100%;
    left: 0;
    /*overflow: scroll;*/
    background: #f7f7f7;
    padding: 5px;
    padding-top: 5px;
    box-sizing: border-box;
    z-index: 100;
    margin: auto;
    max-width: 1400px;
}

    .detail-content[hide="true"] {
        display: none;
    }





/*.loader-container {*/
/*width:100px;*/
/*height: 150px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}*/

.loader-container.full {
    background: #ffffff7a;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.loader {
    width: 6px;
    height: 40px;
    border-radius: 4px;
    display: block;
    margin: 20px auto;
    position: relative;
    background: currentColor;
    color: var(--logo-accent-color);
    box-sizing: border-box;
    animation: animloader 0.3s 0.3s linear infinite alternate;
}

    .loader::after, .loader::before {
        content: '';
        width: 6px;
        height: 40px;
        border-radius: 4px;
        background: currentColor;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
        box-sizing: border-box;
        animation: animloader 0.3s 0.45s linear infinite alternate;
    }

    .loader::before {
        left: -20px;
        animation-delay: 0s;
    }

@keyframes animloader {
    0% {
        height: 30px
    }

    100% {
        height: 4px
    }
}

a, a:visited, a:hover, a:active {
    color: inherit;
    text-decoration: none;
}


.nika {
    font-size: 70px;
    margin-top: 100px;
    z-index: 0;
}


/*@font-face {
    font-family: Montserrat-SemiBold;
    src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/Montserrat-Bold.ttf') format("truetype");
}

@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
}

@font-face {
    font-family: Montserrat-Medium;
    src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
}*/

@font-face {
    font-family: Montserrat-SemiBold;
    src: url('../fonts/opt/montserrat-semibold-russian.woff2') format("truetype");
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/opt/montserrat-bold-russian.woff2') format("truetype");
}

@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/opt/montserrat-regular-russian.woff2') format("truetype");
}

@font-face {
    font-family: Montserrat-Medium;
    src: url('../fonts/opt/montserrat-medium-russian.woff2') format("truetype");
}

html, body {
    font-family: 'Montserrat-Regular';
    touch-action: manipulation;
    margin: 0;
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}



.err {
    margin-top: 50px;
    margin-right: 10px;
    word-wrap: break-word;
}


::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
