/*#region ------ Variables --- */
/*#endregion*/
/*#region ------ Fonts --- */
/*#endregion*/
/*#region ------ Colors --- */
/*#endregion*/
/*#region ------ Titles --- */
/*#endregion*/
/*#region ------ Adaptive --- */
/*#endregion*/
/*#region ------ Functions --- */
/*#endregion*/
/* ------ Global ------ */
/* ------ Parts ------ */
/* ------ Components ------ */
/* ------ Widgets ------ */
/* ------ UI ------ */
/* ------ Templates ------ */
/* ------ Misc ------ */
.component_slider_2 {
  display: flex;
}
.component_slider_2 > .container {
  z-index: 2;
}
.component_slider_2 .component__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.component_slider_2 .component__link {
  width: fit-content;
  min-width: 220px;
  flex-shrink: 0;
}
.component_slider_2 .component__title {
  padding-right: 15px;
  line-height: 120%;
}
.component_slider_2 .component__title.style_1 {
  color: var(--color-dark);
  font-family: var(--font-1_Bold);
  font-size: 48px;
  line-height: 100%;
}
@media (max-width: 1199px) {
  .component_slider_2 .component__head {
    margin-bottom: calc(0.0227272727 * 100vw + 12.7272727273px);
  }
  .component_slider_2 .component__title.style_1 {
    font-size: calc(0.0181818182 * 100vw + 26.1818181818px);
  }
}
@media (max-width: 767px) {
  .component_slider_2 .component__title {
    text-align: center;
    padding-right: 0px;
  }
  .component_slider_2 .component__head.type_1 {
    flex-direction: column;
  }
  .component_slider_2 .component__head.type_2 {
    flex-direction: column;
    justify-content: center;
  }
  .component_slider_2 .component__link {
    margin-top: 15px;
  }
}
.component_slider_2 .navigation {
  padding: 15px;
  width: 50px;
  height: 50px;
}
.component_slider_2 .navigation.prev {
  cursor: pointer;
  border-radius: 10px;
  background-color: var(--color-light);
  border: 1px solid var(--color-primary);
  transition: background-color ease 200ms, transform ease 200ms;
}
.component_slider_2 .navigation.prev:hover {
  transform: scale(1.15);
}
.component_slider_2 .navigation.prev:before {
  content: "";
  display: flex;
  filter: var(--color-primary--filter);
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="22" height="18" viewBox="0 0 22 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M20.5 9H1.5M1.5 9L9.5 1M1.5 9L9.5 17" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </svg>');
  background-size: 100%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.component_slider_2 .navigation.next {
  cursor: pointer;
  border-radius: 10px;
  background-color: var(--color-light);
  border: 1px solid var(--color-primary);
  transition: background-color ease 200ms, transform ease 200ms;
  background-color: var(--color-primary);
  border: none;
}
.component_slider_2 .navigation.next:hover {
  transform: scale(1.15);
}
.component_slider_2 .navigation.next:before {
  content: "";
  display: flex;
  filter: var(--color-primary--filter);
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="22" height="18" viewBox="0 0 22 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M20.5 9H1.5M1.5 9L9.5 1M1.5 9L9.5 17" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </svg>');
  background-size: 100%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.component_slider_2 .navigation.next:before {
  filter: var(--color-light--filter);
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="22" height="18" viewBox="0 0 22 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 9H20.5M20.5 9L12.5 1M20.5 9L12.5 17" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.component_slider_2 .navigation_2.prev {
  cursor: pointer;
  border-radius: 5px;
  width: 44px;
  height: 44px;
  background-color: var(--color-primary);
  transition: background-color ease 200ms, transform ease 200ms;
}
.component_slider_2 .navigation_2.prev:hover {
  transform: scale(1.1);
}
.component_slider_2 .navigation_2.prev:before {
  content: "";
  display: flex;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M8 15L1 8L8 1" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
  background-size: 10px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.component_slider_2 .navigation_2.next {
  cursor: pointer;
  border-radius: 5px;
  width: 44px;
  height: 44px;
  background-color: var(--color-primary);
  transition: background-color ease 200ms, transform ease 200ms;
}
.component_slider_2 .navigation_2.next:hover {
  transform: scale(1.1);
}
.component_slider_2 .navigation_2.next:before {
  content: "";
  display: flex;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M8 15L1 8L8 1" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
  background-size: 10px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.component_slider_2 .navigation_2.next:before {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L8 8L1 15" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
}
.component_slider_2 .pagination {
  outline: 1px solid var(--color-primary);
  border: 4px solid var(--color-light);
  background-color: var(--color-light);
  margin: 0px;
  width: 20px;
  height: 20px;
  opacity: 1;
  transition: background-color ease-in-out 200ms;
}
.component_slider_2 .pagination.swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}
.component_slider_2 .pagination:hover {
  background-color: var(--color-primary);
}
.component_slider_2 .progress {
  position: relative;
  display: block;
  z-index: 1;
  height: 2px;
}
.component_slider_2 .progress .progress__line {
  height: 2px;
  background: cl(text);
  width: auto;
  clear: both;
  opacity: 0;
  bottom: 45px;
  left: 0;
  right: 0;
}
.component_slider_2 .progress .progress__line:after {
  position: absolute;
  top: 0;
  left: 0;
  background: cl(light);
  height: 100%;
  width: 0;
  content: "";
  transition: 0.1s width linear;
}
.component_slider_2 .progress.active .progress__line {
  opacity: 1;
}
.component_slider_2 .progress.animate .progress__line:after {
  transition: width linear;
  transition-delay: unset;
  width: 100%;
  transition-duration: 5s;
}
.component_slider_2 .fraction {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 3px;
  color: cl(text);
  width: fit-content;
}
.component_slider_2 .fraction .swiper-pagination-current {
  font-size: 20px;
  color: cl(light);
}
.component_slider_2 .fraction .swiper-pagination-total {
  font-size: 14px;
}
.component_slider_2 .swiper-slide-thumb-active {
  border: 1px solid cl(primary);
}
.component_slider_2 .slider__view {
  padding: 50px 15px;
  margin: -50px -15px;
  width: calc(100% + 30px);
}
.component_slider_2 .slider__view .swiper-slide {
  height: auto;
}
.component_slider_2 .slider__navigation {
  display: grid;
  grid-column-gap: 20px;
  grid-auto-flow: column;
}
@media (max-width: 575px) {
  .component_slider_2 .slider__navigation {
    grid-auto-flow: row;
    grid-row-gap: 10px;
  }
  .component_slider_2 .navigation {
    padding: 10px;
    width: 35px;
    height: 35px;
  }
}
.component_slider_2 .card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  background-color: cl(dark);
  transition: transform ease 400ms, background-color ease 300ms;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
.component_slider_2 .card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform ease 400ms;
}
.component_slider_2 .card:hover {
  transform: translateY(-10px);
}
.component_slider_2 .card:hover img {
  transform: scale(1.1);
}
.component_slider_2 .card.style_1:hover {
  background-color: cl(primary);
}
.component_slider_2 .card.style_1:hover .card__title {
  color: cl(dark);
}
.component_slider_2 .card.style_2 {
  background-color: cl(primary);
}
.component_slider_2 .card.style_2 .card__title {
  color: cl(dark);
}
.component_slider_2 .card.style_2:hover {
  background-color: cl(dark);
}
.component_slider_2 .card.style_2:hover .card__title {
  color: cl(light);
}
.component_slider_2 .card__title {
  font-family: var(--font-1_Bold);
  font-size: 18px;
  line-height: 100%;
  line-height: 150%;
  text-align: center;
  padding: 25px;
}
.component_slider_2 .card__image {
  position: relative;
  max-height: 250px;
  border-radius: 20px;
  overflow: hidden;
}
.component_slider_2 .card__mark {
  z-index: 3;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--color-primary);
  padding: 5px 15px;
  border-radius: 50px;
  color: var(--color-light);
  font-family: var(--font-1_Medium);
}
.component_slider_2 .card {
  box-shadow: none;
}
.component_slider_2 .card .card__image {
  max-height: 100%;
  height: 370px;
}
.component_slider_2 .card .card__title {
  margin-top: 20px;
  font-family: var(--font-1_Bold);
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.02em;
  line-height: 150%;
  padding: 0 15px;
}
.component_slider_2 .card .card__content {
  padding: 0 50px;
  text-align: center;
  color: var(--color-shade_1);
}
@media (max-width: 1199px) {
  .component_slider_2 .card .card__title {
    margin-top: calc(0.0113636364 * 100vw + 6.3636363636px);
  }
}