@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital@1&display=swap');*/



/*@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');*/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
  font-family: "Roboto Condensed", sans-serif;
    /* font-size: 17px; */
    color: #333;
    /*background-color: #f5f5f6;*/
    background-color: #ffffff;
}
table tr {vertical-align:top}

:root {
  --primary-color: #9C27B0;
  --primary-border: #a823c0;
  --surface-400: #BDBDBD;
  --surface-600: #757575;
  --purple-50: #faf4fb;
  --purple-100: #e7cbec;
  --purple-200: #d4a2dd;
  --purple-300: #c279ce;
  --purple-400: #af50bf;
  --purple-500: #9c27b0;
  --purple-600: #852196;
  --purple-700: #6d1b7b;
  --purple-800: #561561;
  --purple-900: #3e1046;
  
   --shadow-card: 0px 4px 32px 0px rgba(0, 0, 0, .1); 
   
       --radius-largest: 32px;
    --radius-large: 24px;
    --radius-medium: 14px;
    --radius-normal: 12px;
    --radius-small: 8px;
    --transition-duration: 0.2s;    
    
    --gap-extra-biggest: 60px;
    --gap-biggest: 56px;
    --gap-extra-largest: 40px;
    --gap-largest: 30px;
    --gap-large: 24px;
    --gap-extra-medium: 20px;
    --gap-medium: 16px;
    --gap-normal: 12px;
    --gap-small: 8px;
    --gap-extra-smallest: 6px;
    --gap-smallest: 4px;    
    
}

@media (min-width: 1199.98px) {
    :root {
        --container-max-width: 1104px;
    }
}

.container {
    margin: 0 auto;
    max-width: var(--container-max-width);
    width: 100%;
}


a {
    color: rgba(87, 152, 181, 1);
    text-decoration: underline;
}

a:hover {
    color: rgba(184, 72, 72, 1);
}

xmp {
    white-space: pre-wrap;
    display: block;
    width: 100%;
    padding: 0 4px 4px 4px;
    margin: 0;
    background: #f0f0f0;
    font-size: 14px;
    box-sizing: border-box;
    font-size: 13px;
}

pre { font-size: 13px; line-height: 95%;}


p {
    display: block;
    margin-block-start: 0.3rem;
    margin-block-end: 1.0rem;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.p {
    margin-block-start: 0.3rem;
    margin-block-end: 1.0rem;
    margin-inline-start: 0;
    margin-inline-end: 0;
}


ul,
ol {
    display: block;
    margin-block-start: 0.3rem;
    margin-block-end: 1rem;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px;
}

ul {
    list-style-type: disc;
}

li {
    margin: 0.7rem 0;
    padding: 0;
    line-height: 130%;
}

.wid {
    margin: 0 16px;
}

@media screen and (min-width: 830px) {
    .wid {
        width: 800px;
        margin: 0 auto;
    }
}
.pointer {cursor: pointer;}



.btn-main, .btn-main:hover, .btn-main:active, .btn-main:focus, .btn-main:visited { background-color: var(--primary-color); border-color: var(--primary-border); color: #fff !important }
.btn-main2, .btn-main2:hover, .btn-main2:active, .btn-main2:focus, .btn-main2:visited { background-color: var(--purple-300); border-color: var(--purple-300); color: #fff !important }

.icon {
  width: 20px;
  height: 20px;
  font-size: 11px;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #fff;
}

.img100 {
  width: 100%; height:auto;
}

.item-card {
  border-radius: 0 0 12px 12px;
  display: block;
  text-decoration: none;
  position: relative;
      border-radius: var(--radius-normal);
    box-shadow: var(--shadow-card);
    cursor: pointer;
    height: auto;
    overflow: hidden;
}

.item-card a { color: #666;}
.item-card .price { color: #666;}

/*  */


.foodcart .foodcart-img{
    position: relative;
}

.foodcart:hover {
  border-color: var(--surface-600);
}

.foodcart .price{
    position: absolute;
    bottom: 10px;
    left: 5px;
    z-index: 20;
    padding: 4px 8px;
    border-radius: 0 10px 0 10px;
    color: #fff;
    line-height: 100%;
    /*font-weight: bold;*/
    font-size: 16px;
    outline: 1px solid #eeeeee80;
    background-color: var(--primary-color);
    border-color: var(--primary-border);    

}

.rsd:after {
    content: "rsd";
    font-size: 75%;
    padding-left: 2px
}


.bglt-50 {
    background-color: var(--purple-50);

}
.review-text { font-size: 0.92rem;}

.small, small {
    font-size: .875rem;
    font-weight: 400;
}
.supsmall{
    font-size: .75rem !important;
    font-weight: 400;
}

.supersmall{
    font-size: .5rem !important;
    font-weight: 400;
}

.din:after{
    content:"RSD";
    font-size: 70%;
    margin-left: 3px ;
}


.cursor-pointer { cursor: pointer; }

.foodcart-top { 

    min-height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 2px 8px;
    text-align: center;  
    
    
}
.foodcart-description{
    margin: 16px 0;
    padding: 8px 8px;
    line-height:110%;
    font-size: 90%;
    min-height: 80px;
    display: flex;
    align-items: center;    
}

/* ! */
.top-basket-container {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
}

.top-basket-container-active {
    background-color: #212529;
}

.top-basket-container-passive {
    background-color: #fff;

}

.top-basket-a {
    text-decoration: none;
    display: block;
    margin: 8px 2px 0 0;
}

.top-basket-size {
    font-size: 22px;
    text-decoration: none;
}

.basket-top-active {
    color: #fff
}

.basket-top-passive {
    color: #ccc
}


.max600 {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.max500 {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.max400 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

.max300 {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}

.max250 {
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
}

.max200 {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
}

.max50 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50px;
}

.max75 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50px;
}

.nimda {
    position: fixed;
    padding: 3px;
    background: #fff;
    border: 1px solid #67BADE;
    font-size: 14px;
    top: 5px;
    right: 10px;
    z-index: 10000;
    text-align: center;
    border-radius: 3px;
}
@media screen and (max-width: 640px){
    .nimda {display: none;   }
}


.line-height-100 {
    line-height: 100%;
}
.line-height-110 {
    line-height: 110%;
}
.line-height-120 {
    line-height: 120%;
}



@media (max-width: 576px) {
    .breadcrumb {
        flex-wrap: nowrap;
        overflow: hidden;
    }

    .breadcrumb-ellipsis {
        max-width: 120px;
    }

    .breadcrumb-ellipsis a,
    .breadcrumb-ellipsis {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* ДОБАВИТЬ */
    .breadcrumb-item {
        white-space: nowrap;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        margin: 0 2px;
        white-space: nowrap;
    }
}

 .navbar {
    background: #000 !important;
  }

/*   .navbar-brand img {
  box-shadow: 0 0 0 3px #fff, 0 0 10px rgba(0,0,0,.08);
} */

  .nav-link {
    color: var(--purple-100);
    font-size: 1.05rem;
  }

  .nav-link:hover,
  .nav-link.active {
    color: var(--purple-200);
  }

  .navbar .btn-outline-secondary {
    border-color: #d6d6d6;
    color: #9c27b0;
  }

  .navbar .btn-outline-secondary:hover {
    border-color: #9c27b0;
    color: #9c27b0;
    background: #fff;
  }
  
h1 {
  color: #5a2a82; /* не ядовитый фиолет */
}
h2 { color: #5f2f88; }
h3 { color: #64358f; }
h4 { color: #6a3b96; }
h5 { color: #70419c; }
h6 { color: #7647a3; }

.lead {
  font-size: 1.2rem;
  /* color: #6c757d; */
}

 h1, f2,h3,h4,h5,h5 {   font-family: "Roboto Condensed", sans-serif; }

/* mobile */
h1 { font-size: 1.9rem; }
h2 { font-size: 1.6rem; }
h3 { font-size: 1.35rem; }
h4 { font-size: 1.2rem; }
h5 { font-size: 1.1rem; }
h6 { font-size: 1rem; }

/* desktop */
@media (min-width: 992px) {
  h1 { font-size: 2.6rem; }
  h2 { font-size: 2.1rem; }
  h3 { font-size: 1.7rem; }
  h4 { font-size: 1.4rem; }
  h5 { font-size: 1.2rem; }
  h6 { font-size: 1.05rem; }
}

.index-usp {
       background: right bottom / contain  no-repeat; 
       /* background-size: 50%; */ 
}

.swiper-x {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-200-240 .swiper-slide {
  width: 200px;
  height: 240px;
}

.swiper-250-360 .swiper-slide {
  width: 250px;
  height: 450px;
}

.swiper-x .swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-round .swiper-slide img {
  border-radius: 50%;
}


.faq-toggle {
  position: relative;
  padding-left: 15px;
}

.faq-toggle::before {
  content: "›";
  font-size: 32px;
  position: absolute;
  left: 0; /* ← вот это ключевое */
  top: 45%;
  transform: translateY(-50%);
  transition: transform .2s;
}

.faq-toggle[aria-expanded="true"]::before {
  transform: translateY(-50%) rotate(90deg);
}

@media (max-width: 575px) {
  .img-mobile-75 {
    max-width: 75%;
  }
}