@import url("fonts.css");
body {
  --z2kad5: #424763;
  --color-neutrals-white: #fff;
  --color-upper-header: #fff;
  --color-brand-primary-shade: #029aad;
  --color-location: #999;
  --color-Woodsmoke: #0d0e0f;

  font-family: "ManropeRegular", sans-serif;
  font-size: 16px;
  color: var(--z2kad5);
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
}

button {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
}

.svg-icons {
  fill: var(--z2kad5);
}

.l-container {
  max-width: 1292px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
}

#comparisonSwipper .swiper-slide {
  display: flex;
  align-items: stretch;
}

#comparisonSwipper .inner-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.comparison-page__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  min-height: 300px;
  margin: 0 -5px 10px;
}

.comparison-page__list .main-products__card {
  max-width: initial;
}

@media only screen and (min-width: 639px) {
  .l-container {
    overflow: visible;
  }
}

@media only screen and (min-width: 992px) {
  .l-container {
    padding: 0 16px;
  }
}

.simple-page {
  padding: 40px 0 60px;
  background-color: #e3e9f0;
}

.simple-page__inner {
  position: relative;
}

.simple-page__header {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  .simple-page__header {
    margin-bottom: 30px;
  }
}

.simple-page__title {
  position: relative;
  font-family: "ManropeExtraBold", sans-serif;
}

.page-title {
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

@media only screen and (min-width: 992px) {
  .page-title {
    font-size: 48px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 1365px) {
  .page-title {
    font-size: 60px;
    line-height: 72px;
  }
}

.simple-page__filter {
  display: none;
}

.page-title__number {
  display: inline-block;
  margin-left: 5px;
  color: #778ba5;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  vertical-align: top;
}

@media only screen and (min-width: 992px) {
  .page-title__number {
    font-size: 24px;
    line-height: 34px;
  }
}

.simple-page__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  min-height: 300px;
  margin: 0 -5px -10px;
}

.simple-page__empty {
  margin: 0 auto;
}

.product-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.product-empty__image {
  width: 210px;
  margin-bottom: 20px;
  pointer-events: none;
  position: relative;
}

.product-empty__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}

.product-empty__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  max-width: 320px;
}

.simple-page__clear {
  display: flex;
  align-items: center;
  color: var(--z2kad5);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  transition: color 0.2s ease-in;
  font-family: "ManropeBold", sans-serif;
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  .simple-page__clear {
    font-size: 20px;
    line-height: 20px;
  }

  #comparisonSwipper .swiper-slide {
    width: 200px !important;
    max-width: 100%;
    margin-right: 15px;
  }
}

.svg-icon {
  fill: currentColor;
}

.svg-icon--24 {
  width: 24px;
  height: 24px;
}

.simple-page__clear svg {
  margin-right: 5px;
}

@media only screen and (min-width: 992px) {
  .simple-page__clear svg {
    width: 24px;
    height: 23px;
  }
}

.desc-hidden {
  display: none;
  margin-left: auto;
}

@media (max-width: 998px) {
  .simple-page {
    padding: 0;
  }

  .simple-page__header {
    width: 97.5vw;
    margin-bottom: 0;
    margin-left: -10px;
    padding: 10px 10px;
    background-color: white;
    box-sizing: border-box;
  }

  .simple-page__active {
    display: flex;
    flex-direction: column;
    gap: 5px;

    .simple-page__clear {
      display: none;
    }
  }

  .simple-page__clear {
    display: flex;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .simple-page__filter {
    display: flex;

    align-items: center;
    color: var(--z2kad5);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    transition: color 0.2s ease-in;

    font-family: "ManropeBold", sans-serif;

    img {
      margin-right: 5px;
    }
  }
}

.simple-page__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 300px;
  margin: 0 -5px -10px;
}

.simple-page__wrapper {
  display: flex;
  gap: 70px;
  margin-bottom: 16px;
}

.simple-page__sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 248px;
  max-height: 100%;
  padding: 8px 24px 20px;
  border-radius: 10px;
  background-color: var(--color-upper-header);
}

.simple-page__accordion,
.accordion,
.accordion-item {
  width: 100%;
}

.mobile-hidden {
  display: none;
}

.accardion-clear {
  margin: 0 auto;
  vertical-align: middle;

  svg {
    margin-left: 5px;
  }
}

.accordion-item {
  position: relative;

  border-bottom: 1px solid var(--color-upper-header);
  padding-bottom: 8px;
  background: var(--color-upper-header);
  border: none !important;

  & .accordion-button {
    display: flex;
    gap: 8px;
    border-radius: 8px !important;
    outline: 0 !important;
    box-shadow: none !important;
    background-color: var(--color-upper-header);
    padding: 16px 0;
    padding-bottom: 10px;
    color: var(--z2kad5);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    transition: color 0.2s ease-in;
    font-family: "ManropeBold", sans-serif;
  }
}

.accordion-body {
  margin-top: 16px;
  padding: 0;
}

.form-check {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  min-height: 1.5rem;
  padding: 0;
  z-index: 10;
}

.form-check > input,
.form-check > label {
  cursor: pointer;
  z-index: 5;
}

.form-check:last-child {
  margin-bottom: 0;
}

.form-check__input {
  height: 1em;
  width: 1em;

  margin-right: 5px;

  border: 1px solid #00000040;
  border-radius: 50%;

  -webkit-appearance: none;
  appearance: none;

  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  vertical-align: top;

  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.form-check__input[type="radio"]:checked {
  background-color: #03a9f4;
  border-color: #03a9f4;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPScyJyBmaWxsPScjZmZmJy8+PC9zdmc+);
}

.simple-page__content {
  position: relative;
  max-width: 100%;
  padding: 0 40px;
}

@media (max-width: 768px) {
  .simple-page__content {
    padding: 0;
  }
}

.simple-page__conteiner {
  display: grid;
  overflow-x: hidden;
}

.swiper-container {
  overflow-x: hidden;
}

.mobile-filter__close {
  display: none;
  color: var(--z2kad5);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  transition: color 0.2s ease-in;
  font-family: "ManropeBold", sans-serif;
  cursor: pointer;
  margin: 0 auto;
  margin-top: auto;
}

/* todo */
@media (max-width: 991px) {
  .simple-page__sidebar {
    display: none;
  }

  .accardion-clear {
    display: none;
  }

  .mobile-filter__close {
    display: block;
  }
}

.opened-filter {
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: end;
  justify-content: start;
  width: 100%;
  height: 80vh;
  border-radius: 10px 10px 0 0;
  z-index: 65;

  .accardion-clear {
    margin-top: auto;
  }
}

.filterModalBg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 60;
  background-color: #00000055;
}

.control-btns {
  align-items: center;
  background-color: var(--color-neutrals-white);
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 32px;
  font-size: 32px;
  z-index: 2;
  color: #00d0ff;
  padding-bottom: 3px;
  user-select: none;
}

.control-btns:hover {
  color: white;
  background-color: #00d0ff;
}

.compareNext {
  right: 0;
}

.comparePrev {
  left: 0;
}

.accordion-character {
  padding: 0;

  .accordion-item,
  .accordion-button {
    background-color: inherit;
  }

  .accordion-button::after {
    width: 16px;
    margin-left: 0px;
    background-size: 100%;
    background-position: center;
  }
}

.characters {
  align-items: center;
  background-color: var(--color-neutrals-white);
  border-radius: 8px;
  display: flex;
  gap: 70px;
  margin-bottom: 8px;
  min-height: 72px;
  padding: 16px 20px;

  .swiper-slide {
    color: var(--color-Woodsmoke);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
}

.characters__title {
  color: var(--color-location);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  max-width: 228px;
  min-width: 228px;
}

.characters__slide {
  width: 100%;
  box-sizing: content-box;
}

.characters__slideContainer {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 1280px) {
  .characters {
    margin-bottom: 0.625vw;
  }

  .characters__title {
    font-size: 1.25vw;
    line-height: 1.5625vw;
    max-width: 17.8125vw;
    min-width: 248px;
  }
}

@media (max-width: 992px) {
  .characters {
    align-items: flex-start;
    flex-direction: column;
    gap: 2.13vw;
    margin-bottom: 3.27vw;
  }

  .characters__title {
    font-size: 18px;
    max-width: 100%;
    padding: 0 40px;
    margin-bottom: 12px;
  }

  .characters__slide {
    padding: 0 40px;

    .swiper-slide {
      margin-right: 20px;
    }
  }
}

@media (max-width: 768px) {
  .characters__title,
  .characters__slide {
    padding: 0;
  }

  .characters__title {
    font-size: 20px;
  }
}
