/* @font-face {
	font-family: 'Inter';
	src: url('box/css/fonts/interv.woff2') format('woff2'), url('box/css/fonts/interv.woff') format('woff');
	font-weight: 1;
	font-style: normal;
} */

/* @import "//fonts.fontstorage.com/import/inter.css";*/
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap');

body {
    /* font-family: 'Inter' !important; */
    /* font-family: 'Montserrat Alternates', sans-serif; */
    font-family: 'Rubik', sans-serif;
}


    .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}


.snowflake {
    position: fixed;
    top: -10px;
    color: #eaeafc;
    font-size: 10px;
    opacity: 0.8;
    pointer-events: none;
    animation-name: fall;
    animation-timing-function: ease-in-out;
    z-index: 9999;
}

@keyframes fall {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    100% {
        transform: translateY(100vh) rotate(360deg);
    }
}

.h_100 {
    height: 100px;
}

.l_10 {
    left: 10px;
}

.margin_top_20 {
    margin-top: 20px;
}

.text_default {
    font-size: 1.2rem;
}

.text_default li {
    line-height: 1.3rem;
}

/* Header */
.uk-navbar {
    height: 120px;
}

.uk-navbar .uk-navbar-left a {
    min-height: 60px !important;
}

.uk-sticky-fixed .uk-navbar {
    height: 80px;
}

.uk-sticky-fixed .uk-navbar .uk-navbar-left a {
    min-height: 80px !important;
}

.uk-navbar a,
.requisits_footer a {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: color, background-color;
}

.uk-navbar a:hover,
.requisits_footer a:hover {
    color: rgba(255, 255, 255, 0.9) !important;
}

.no_min_height {
    min-height: auto !important;
}

.opacity_05 {
    opacity: 0.5 !important;
}

.minicart_box .divider {
    margin-left: 0 !important;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.minicart_box .divider>div {
    padding-left: 0;
}

/* #text{
    fill: #000;
} */
/* end Header */

/* Home */
.leader_item {
    height: 240px;
    width: 240px;
    border: 1px solid #ffffffb3;
    border-radius: 50%;
    text-align: center;
    font-size: 200%;
}

/* .slider_arrow{
    top: -20px !important;
} */

/* end Home */

/* Category */
/* #category h3 {
    height: 80px;
} */

/* .ms2_product{
    height: 490px;
} */
.category_nav_top .active {
    background-color: rgba(34, 34, 34, 0.6);
    color: rgba(255, 255, 255, 0.8);
}

.catalog_item {
    padding: 15px !important;
    border-radius: 10px !important;
}

.uk-slider-items {
    padding: 20px 0 !important;
}

.title_height {
    height: 70px;
}

.text_height {
    height: 65px;
}

.more_link {
    color: #750f0c !important;
}

.category_price_box {
    height: 66px;
}

/* end Category */

/* Product */
.code {
    display: none;
}

/* #msGallery{
    height: 580px;    
}
#msGallery .uk-slideshow-items, .uk-slideshow-items > *{
    overflow: visible !important;
} */
.tabs_box {
    margin-top: 30px;
}

.category_nav_bottom a,
.category_nav_top a {
    margin-right: 20px;
}

.category_nav_bottom a.last {
    margin-right: 0;
}

/* end Product */
.requisits_footer {
    margin-left: 15px;
}

/* media-queries */

@media screen and (max-width: 1379px) and (min-width: 1200px) {
    .uk-button {
        padding: 0 20px;
    }

    /* .uk-slideshow-items, .uk-slideshow-items > *{
        overflow: visible !important;
    } */
}

@media screen and (max-width: 1199px) and (min-width: 980px) {
    /* .uk-slideshow-items, .uk-slideshow-items > *{
        overflow: visible !important;
    } */
}

@media screen and (max-width: 979px) and (min-width: 768px) {}

@media screen and (max-width: 960px) {
    .uk-navbar {
        height: auto;
    }

    /* #msGallery{
    min-height: 320px;
    height: 360px;
}
.uk-slideshow-items, .uk-slideshow-items > *{
    overflow: visible !important;
} */
}

@media screen and (max-width: 767px) {
    #msGallery {
        height: auto;
    }

    .uk-slideshow-items,
    .uk-slideshow-items>* {
        overflow: visible !important;
    }
    .m-center{
        display: flex;
    flex-direction: column;
    }
    .m-center a{
        padding: 10px;
        border:1px solid #750f0c;
    }
}

@media screen and (max-width: 480px) {


    .requisits_footer {
        margin-left: 0;
    }

    #product.uk-padding-large {
        padding: 10px;
    }
}