@charset "UTF-8";
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #000000 url(../images/loader/loader.gif) no-repeat;
  background-position: center center;
}

.header__container {
  background-color: #b80b0b;
  padding: 15px;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
}

.topnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}

.bars {
  color: #fff;
  cursor: pointer;
  display: none;
  border: 1px solid #fff;
  padding: 5px 12px;
  border-radius: 4px;
}
.bars i {
  position: relative;
  top: 1px;
}

.logo a {
  font-weight: 600;
  font-size: 1.3rem;
  text-decoration: none;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 3px;
  padding: 10px 15px;
}

.fa-house,
.fa-box,
.fa-bowl-food,
.fa-hand-peace,
.fa-truck {
  margin-right: 5px;
  font-size: 18px;
}

.nav {
  list-style: none;
  display: flex;
}
.nav a {
  color: #fff;
  text-decoration: none;
  padding: 15px;
  display: block;
  transition: 0.3s;
  font-weight: 700;
  border-radius: 5px;
}
.nav a:hover {
  color: #242120;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .bars {
    display: block;
  }
  .nav {
    display: none;
    transition: display 0.3s ease-in-out;
    width: 100%;
    position: absolute;
    top: 100%;
    z-index: 999;
    left: 0;
    background: #b80b0b;
    font-weight: 600;
  }
  .nav a {
    display: block;
    text-align: center;
  }
  .nav a:hover {
    background: #ffffff;
    color: #242120;
  }
}
.nav > li > a.nav__link-active {
  background: #ffffff;
  color: #242120;
}

@media screen and (min-width: 769px) {
  .nav {
    display: flex !important;
  }
}
.header {
  position: relative;
  padding-top: 50px;
}
.header__wrapper {
  position: relative;
}

.bx-wrapper {
  margin-bottom: 0;
  border: 0;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: 25px;
}

.slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: clamp(1.1875rem, 0.66rem + 2.6374vw, 2.6875rem);
  text-transform: uppercase;
  color: #fff;
}

.bxslider {
  max-height: 700px; /* Фиксированная высота слайдера */
  height: auto !important; /* Позволяет слайдеру подстраиваться под содержимое */
}
.bxslider .slide-link {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 7px 40px;
  display: inline-block;
  transition: 0.3s;
}
.bxslider .slide-link:hover {
  background-color: #b80b0b;
}

.bx-wrapper {
  border: 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 1;
}
.bx-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 700px;
  width: 100%;
  display: block;
}

.container {
  max-width: 1215px;
  margin: auto;
  padding: 0 15px;
}

.main__sets {
  padding: 50px 0 60px 0;
}
.main__sets-bg {
  background: #16222A;
  background: linear-gradient(to right, #020d12, #16222A);
}
.main__sets-title {
  padding-top: 50px;
  padding-bottom: 50px;
}
.main__sets-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  gap: 15px;
}
.main__sets-card-item {
  flex: 1 0 calc(33.333% - 15px); /* Устанавливаем ширину колонок, учитывая промежуток */
  min-width: 280px; /* Минимальная ширина колонок */
  max-width: calc(33.333% - 15px); /* Максимальная ширина колонок */
  min-height: auto;
  border: 1px solid #000;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
.main__sets-card-item:hover {
  box-shadow: 0px 0px 15px 1px #000000;
}
@media (max-width: 768px) {
  .main__sets-card-item {
    flex-basis: calc(50% - 15px); /* Уменьшаем ширину колонок на маленьких экранах */
    max-width: calc(50% - 15px); /* Также уменьшаем максимальную ширину */
  }
}
.main__sets-card-item img {
  width: 100%;
  height: 250px;
  display: block;
}
.main__sets-card-text {
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  word-wrap: break-word;
  color: #ffffff;
}
.main__sets-card-desc {
  padding: 10px 5px;
  text-align: center;
  color: #ffffff;
}
.main__sets-card-price {
  font-style: italic;
  font-size: 1.5rem;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 65px;
  color: #ffffff;
}
.main__sets-card-button {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  padding: 10px 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #2f7e2f;
  border: none;
  cursor: pointer;
}

.main__rolls {
  padding: 50px 0 60px 0;
}
.main__rolls-bg {
  background: #c31432; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #240b36, #c31432); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.main__rolls-title {
  padding-top: 50px;
  padding-bottom: 50px;
}
.main__rolls-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
  gap: 15px;
}
.main__rolls-card-item {
  flex: 1 0 calc(33.333% - 15px); /* Устанавливаем ширину колонок, учитывая промежуток */
  min-width: 280px; /* Минимальная ширина колонок */
  max-width: calc(33.333% - 15px); /* Максимальная ширина колонок */
  height: auto;
  border: 1px solid #000;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
.main__rolls-card-item:hover {
  box-shadow: 0px 0px 15px 1px #000000;
}
@media (max-width: 768px) {
  .main__rolls-card-item {
    flex-basis: calc(50% - 15px); /* Уменьшаем ширину колонок на маленьких экранах */
    max-width: calc(50% - 15px); /* Также уменьшаем максимальную ширину */
  }
}
.main__rolls-card-item img {
  width: 100%;
  height: 250px;
  display: block;
}
.main__rolls-card-item-text {
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  word-wrap: break-word;
  color: #ffffff;
}
.main__rolls-card-item-desc {
  padding: 10px 5px;
  text-align: center;
  color: #ffffff;
}
.main__rolls-card-item-price {
  font-style: italic;
  font-size: 1.5rem;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 65px;
  color: #ffffff;
}
.main__rolls-card-item-button {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  padding: 10px 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #2f7e2f;
  border: none;
  cursor: pointer;
}

.main__stock {
  padding: 50px 0 60px 0;
}
.main__stock-bg {
  background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
}
.main__stock-title {
  padding-top: 50px;
  padding-bottom: 50px;
}
.main__stock-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.main__stock-card-item {
  flex: 1 0 calc(33.333% - 15px); /* Устанавливаем ширину колонок, учитывая промежуток */
  min-width: 280px; /* Минимальная ширина колонок */
  max-width: calc(33.333% - 15px); /* Максимальная ширина колонок */
  min-height: auto;
  border: 1px solid #000;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
.main__stock-card-item:hover {
  box-shadow: 0px 0px 15px 1px #000000;
}
@media (max-width: 768px) {
  .main__stock-card-item {
    flex-basis: calc(50% - 15px); /* Уменьшаем ширину колонок на маленьких экранах */
    max-width: calc(50% - 15px); /* Также уменьшаем максимальную ширину */
  }
}
.main__stock-card-item img {
  width: 100%;
  height: 250px;
  display: block;
}
.main__stock-card-item-text {
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  word-wrap: break-word;
  color: #ffffff;
}
.main__stock-card-item-desc {
  padding: 10px 5px;
  text-align: center;
  color: #ffffff;
}
.main__stock-card-item-price {
  font-style: italic;
  font-size: 1.5rem;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 65px;
  color: #ffffff;
}
.main__stock-card-item-button {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  padding: 10px 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #f31c00;
  border: none;
  cursor: pointer;
}

.main__track {
  padding: 50px 0 60px 0;
}
.main__track-bg {
  background-color: #000000;
}
.main__track-title {
  padding-top: 50px;
  padding-bottom: 50px;
}
.main__track-body {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 20px;
}
.main__track-body-item {
  padding: 20px 10px;
  flex: 0 1 calc(33.33% - 20px);
}
.main__track-body-item div {
  display: flex;
  flex-direction: column;
}
.main__track-body-item div a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}
.main__track-body-item div a:hover {
  text-decoration: underline;
}
.main__track-body-item-text {
  color: #d1cccc;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 1.7rem;
  position: relative;
}

.fa-car,
.fa-circle-info,
.fa-phone {
  font-size: 2rem;
  margin-right: 10px;
  color: #082e58;
}

.footer {
  padding: 15px 0;
}
.footer-bg {
  background-color: #b80b0b;
}
.footer p {
  color: #ffffff;
  text-align: center;
}

html {
  font-size: 16px;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}

body {
  font-size: 1rem;
  text-rendering: geometricPrecision;
  font-family: "Istok Web", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

.title {
  color: #181818;
  letter-spacing: 1.2px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 1.0824rem + 2.0879vw, 2.6875rem);
  color: #ffffff;
}/*# sourceMappingURL=main.css.map */