@charset "UTF-8";
.fl-style-full-page {
  min-height: 100vh;
  width: 100%;
}

@media screen and (max-width: 430px) {
  .fl-style-sm-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 431px) {
  .fl-style-sm-show {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .fl-style-wide-sm-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 577px) {
  .fl-style-wide-sm-show {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .fl-style-mobile-hidden,
  .fl-style-md-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .fl-style-desktop-hidden,
  .fl-style-md-show {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .fl-style-lg-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .fl-style-lg-show {
    display: none !important;
  }
}
/**
  Учитывает интервалы, на которых aside сильно сужает ширину контента
 */
.fl-link {
  color: #0060E1;
  cursor: pointer;
}

.fl-link:hover {
  color: #0060E1;
}

.fl-modal-filters-custom-fields {
  margin-top: 12px;
}

.fl-modal-select {
  margin-bottom: 12px;
}

.fl-modal-select .fl-select,
.fl-modal-select .fl-input-wrapper .fl-input-container {
  height: 56px;
}

.ui-font-h1-regular {
  font-size: 44px;
  font-weight: 400;
  line-height: 53px;
}

.ui-font-h2-regular {
  font-size: 32px;
  font-weight: 400;
  line-height: 39px;
}

.ui-font-h3-regular {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.ui-font-h4-regular {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.2px;
}

.ui-font-body-regular {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
}

.ui-font-subtitle-regular {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.2px;
}

.ui-font-caption-regular {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.17px;
}

.ui-font-h1-medium {
  font-size: 44px;
  font-weight: 500;
  line-height: 53px;
}

.ui-font-h2-medium {
  font-size: 32px;
  font-weight: 500;
  line-height: 39px;
}

.ui-font-h3-medium {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.ui-font-h4-medium {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.2px;
}

.ui-font-body-medium {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.2px;
}

.ui-font-subtitle-medium {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.2px;
}

.ui-font-caption-medium {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.17px;
}

.ui-font-h1-bold {
  font-size: 44px;
  font-weight: 700;
  line-height: 53px;
}

.ui-font-h2-bold {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}

.ui-font-h3-bold {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.ui-font-h4-bold {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.2px;
}

.ui-font-body-bold {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.2px;
}

.ui-font-subtitle-bold {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -0.2px;
}

.ui-font-caption-bold {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.17px;
}

/*
  Функция обрезающая единицы измерения и возвращающая число
  @param {Number}
  @return {Number}
*/
/** Flex mixins */
/** Grid mixins */
/** Gap mixins */
/** Line clamp mixins */
/** Margin&Padding mixins */
/** Other mixins */
.warranty-claims {
  font-family: "HeadingNow64Regular", "Open Sans", sans-serif;
}

@media (max-width: 1920px) {
  .warranty-claims {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 1280px) {
  .warranty-claims {
    font-size: 1.25vw;
  }
}
@media (max-width: 430px) {
  .warranty-claims {
    font-size: initial;
  }
}
.warranty-claims__features {
  min-height: 71.25em;
}

@media (max-width: 1280px) {
  .warranty-claims__features {
    min-height: 54.5em;
  }
}
@media (max-width: 430px) {
  .warranty-claims__features {
    min-height: 61.25em;
  }
}
.warranty-claims__results {
  --default-color: #9158DB33;
  --filled-color: #9158DB;
}

.warranty-claims__previews {
  display: block;
}

@media (max-width: 1280px) {
  .warranty-claims__previews {
    display: none;
  }
}
.warranty-claims__previews-alternative {
  display: none;
}

@media (max-width: 1280px) {
  .warranty-claims__previews-alternative {
    display: block;
  }
}
