@charset "UTF-8";

:root {
  --accent: orange;
  --tapas-accent: #9e1a1d;
  --text: #333;
  --regular-text: 16px;
  --lineheight: 1.65;
  --userfont: roboto-st, sans-serif;
  --systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: .625rem
}

.row,
.row>* {
  --bs-gutter-x: 1.25rem
}

@font-face {
  src: url(../fonts/roboto-regular-webfont.woff2) format("woff2");
  font-family: roboto-st;
  font-weight: 400;
  font-style: normal
}

@font-face {
  src: url(../fonts/roboto-italic-webfont.woff2) format("woff2");
  font-family: roboto-st;
  font-weight: 400;
  font-style: italic
}

@font-face {
  src: url(../fonts/roboto-bold-webfont.woff2) format("woff2");
  font-family: roboto-st;
  font-weight: 700;
  font-style: normal
}

@font-face {
  src: url(../fonts/roboto-bolditalic-webfont.woff2) format("woff2");
  font-family: roboto-st;
  font-weight: 700;
  font-style: italic
}

::-webkit-input-placeholder {
  color: #666
}

::-moz-placeholder {
  color: #666
}

:-ms-input-placeholder {
  color: #666
}

::-ms-input-placeholder {
  color: #666
}

::placeholder {
  color: #666
}

::-moz-selection {
  background-color: var(--accent);
  color: #fff
}

::selection {
  background-color: var(--accent);
  color: #fff
}

input,
textarea {
  outline: 0
}

input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red
}

input:required:valid,
textarea:required:valid {
  border-color: green
}

body {
  font-family: var(--userfont);
  font-size: var(--regular-text);
  line-height: var(--lineheight);
  color: var(--text);
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  
}

.logo-img {
  width: 220px
}

.image {
  max-width: 100%;
  display: block;
  height: auto
}

.accent {
  color: var(--accent);
  font-weight: 700
}

.swiper {
  padding-top: 1rem;
  padding-bottom: 2rem
}

h3 {
  font-style: italic;
  font-size: 1.2rem
}

h2 {
  font-size: 1.4rem
}

h2 span {
  font-weight: 800
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-style: none;
  font-size: 14px;
  border-color: transparent;
}

.card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.card-title {
  font-size: 16px;
  font-weight: 800
}

.card-text {
  font-size: 13px
}

.card-price {
  font-weight: 800;
  display: inline-block;
  margin-right: 1rem
}

.card-price::after {
  content: "₽";
  display: inline-block
}

.card-wheight {
  font-style: italic;
  font-weight: 300
}

.card-wheight::after {
  content: "г";
  display: inline-block;
  font-style: italic;
  font-weight: 300
}

.col-categories {
  margin-bottom: 1rem
}

.carousel .carousel-inner {
  height: 500px
}

.carousel-inner .carousel-item img {
  min-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width:768px) {
  .carousel .carousel-inner {
    height: auto;
  }
}

.col-categories,
.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.section-header {
  /* height: 201px;
  background-color: #fff !important;
  transition: .4s ease-in-out; */

}

.categories-slider__item {
  text-align: center
}

.categories-slider__link {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--tapas-accent);
  padding: .5rem 1rem;
  border-radius: 25px
}

.categories-slider__link:visited {
  color: var(--tapas-accent)
}

.swiper-slide {
  text-align: center
}

.section-slider {
  padding-top: 30px;
  padding-bottom: 30px
}

.categories-header {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--tapas-accent);
  margin-top: 2rem;
  margin-bottom: 1rem
}

/* bar table */
.table-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.table-cell {
  padding: 5px;
}

.tr:nth-child(2n+2) {
  background-color: #88a0a81d;
}

.tr:nth-child(2n+3) {
  background-color: #88a0a80d;
}

.table-row .table-cell:nth-child(1) {
  flex-basis: 70%;
  padding: 10px 5px;
}

.table-row .table-cell:nth-child(2) {
  flex-basis: 15%;
  margin-left: auto;
  text-align: right;

}

.table-row .table-cell:nth-child(3) {
  flex-basis: 15%;
  text-align: right;

}

.cell-title {
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
  letter-spacing: 1px;
}

.divTable {
  color: #333333;
}

.new {
  color: #FF4242;
  font-weight: 600;
}
/* / bar table */

/* Scroll top */
.scrolltop{
  position: fixed;
  right: 1rem;
  bottom: -20%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .3rem;
  background: var(--accent);
  border-radius: .4rem;
  z-index: 10;
  transition: .4s;
  visibility: hidden;
}

.scrolltop:hover{
  background: lighten(orange, 50%);
}

.scrolltop__icon{
  font-size: 1.8rem;
  color: #FBFEFD;
}

/* Show scrolltop */
.show-scroll{
  visibility: visible;
  bottom: 1.5rem;
}

.bar-image {
  width: 100%;
  height: auto;
  display: block;
}
