#main-page #categories {
  background: url("/img/home/categories-background.png");
  background-size: cover;
  color: white;
  border-top: 10px solid orange;
  border-bottom: 10px solid orange;
  border-radius: 2px;
  width: 100%;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

#categories .swiper .swiper-wrapper .wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  color: white;
  max-width: 150px;
}

/* #categories .swiper .swiper-wrapper .wrapper img {} */

#categories .swiper {
  padding: 25px !important;
  width: 100%;
}

#categories .swiper .swiper-wrapper {
  margin-bottom: 20px;
}

#categories .swiper .swiper-slide {
  max-width: 150px;
  height: auto;
}

:root {
  --number-of-category-slides: 2;
}

#categories .swiper-pagination .swiper-pagination-bullet {
  background: #F0A928;
}

#categories .swiper-button-prev,
#categories .swiper-button-next {
  --swiper-navigation-top-offset: calc(100% - 20px);
  --swiper-navigation-size: 20px;
  --swiper-navigation-sides-offset: calc(50% - 10px - (var(--number-of-category-slides) * 12px));
  --swiper-navigation-color: #F0A928;
}


/* SEARCH */
#main-page #search {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 25px;
}

#main-page #search>h3 {
  margin-top: 20px;
  margin-bottom: 50px;
}

#main-page #search>button {
  margin-bottom: 40px;
  height: 40px;
  width: 200px;
  border: 1px solid #F0A928;
  border-radius: 5px;
  font-family: inherit;
  background: url("/img/home/button_background.png") #2C2D2E;
  background-blend-mode: multiply;
  background-size: cover;
  color: white;
}
/* /SEARCH */


/* SLIDER */
#slider {
  padding: 0 25px;
  justify-content: space-around;
  margin: 90px 0 40px 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 25px 0;
  text-align: center;
  min-height: 475px;
  /* max-width: 843.5px; */
  height: calc(100vh - 200px);
  /* overflow: hidden; */
}

#slider img {
  min-width: 300px;
  max-width: 300px;
}

#slider > * {
  transition: 0.8s;
}

#slider .logo {
  transition-delay: 0.2s;
}

#slider .tank-image {
  transition-delay: 0.4s;
}

#slider .title {
  transition-delay: 0.6s;
}

#slider.animated .logo {
  transform: translateY(-70vh);
}

#slider.animated .tank-image {
  transform: scale(0);
}

#slider.animated .title {
  transform: translateY(70vh);
}
/* SLIDER */


/* VIDEOS */
#category-about {
  background: #F0A928;
  color: black;
  border-top: 4px solid gray;
  border-bottom: 4px solid gray;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

#category-about #video-swiper {
  padding: 25px;
  max-width: 800px;
}

#category-about .video-info {
  margin-bottom: 20px;
  width: 100%;
  text-align: right;
  padding: 10px;
}

:root {
  --number-of-video-slides: 2;
}

#category-about .swiper-pagination .swiper-pagination-bullet {
  background: #000;
}


#category-about .swiper-button-prev,
#category-about .swiper-button-next {
  --swiper-navigation-top-offset: calc(100% - 20px);
  --swiper-navigation-size: 20px;
  --swiper-navigation-sides-offset: calc(50% - 10px - (var(--number-of-video-slides) * 12px));
  --swiper-navigation-color: #000;
}

#category-about .video-info>p:first-child {
  font-size: 22px;
  margin-bottom: 5px;
}

#category-about .more-info {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-bottom: 50px;
  height: 40px;
  width: 200px;
  border: 1px solid #F0A928;
  border-radius: 5px;
  /* font-family: inherit; */
  background: url("/img/home/button_background.png") #2C2D2E;
  background-blend-mode: multiply;
  background-size: cover;
  color: white;
}

#category-about>h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}
/* /VIDEOS */
