html {
  scroll-behavior: smooth;
}

.condition-title {
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.condition-types {
  padding: 25px 0;
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: transparent;
  margin-bottom: 6px;
  transition: 0.3s ease;
  transition-property: background-color;
  z-index: 500;
}

.condition-types.js-sticky {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #ffffff;
}

.js-sticky + * {
  margin-top: 74px;
}

.condition-types__list {
  width: 100%;
  max-width: 945px;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.condition-types__item {
  margin-right: 32px;
}

.condition-types__item a {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #2c4053;
  font-weight: 900;
}

.condition-desc {
  max-width: 75%;
  margin-bottom: 32px;
}

.condition-desc p {
  font-size: 14px;
  line-height: 23px;
  color: #2c4053;
  margin: 0;
}
.condition-desc p:not(:last-child) {
  margin-bottom: 23px;
}

.condition-block {
  position: relative;
}
.condition-block:not(:last-of-type) {
  margin-bottom: 30px;
}
.condition-block::before {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 98px;
  margin-top: -98px;
}

.condition-block__title {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  padding: 13px 20px;
  background-color: #2c4053;
  font-weight: 900;
  text-transform: uppercase;
}

.condition-block__content {
  padding: 15px 20px 24px;
  background-color: #ffffff;
}
.condition-block__content > *:last-child {
  margin-bottom: 0;
}

.condition-block__desc {
  margin: 0;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 23px;
  max-width: 71%;
}

.condition-block__examples {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.condition-block__examples-item {
  width: 260px;
  margin-right: 48px;
}
.condition-block__examples-item:nth-child(3n + 3) {
  margin-right: 0;
}
.condition-block__examples-item:not(:nth-child(-n+3)) {
  margin-top: 80px;
}

.condition-example__gallery {
  width: 100%;
  height: 260px;
  border-radius: 8px;
  margin-bottom: 11px;
  overflow: hidden;
}

.condition-example__gallery-wrapper {
  display: flex;
}

.condition-example__title {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
}

.condition-example__desc {
  font-size: 12px;
  line-height: 23px;
  margin: 0;
  margin-bottom: 3px;
}
.condition-example__desc:not(:last-child) {
  margin-bottom: 26px;
}

.swiper-button-prev, .swiper-button-next {
  opacity: 0.5;
}
.swiper-button-prev::after, .swiper-button-next::after {
  color: #ffffff;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.1 !important;
}
