.threats {
  padding: 40px 32px;
  background: #315494;
  border-radius: 24px;
  width: 100%;
}
.threats--3 .threats-list {
  grid-template-columns: repeat(3, 1fr);
}
.threats--2 .threats-list {
  margin-top: 71px;
  grid-template-columns: repeat(2, 1fr);
}
.threats--2 .threats-element {
  gap: 16px;
}
.threats--2 .threats-element__title {
  font-weight: 400;
  font-size: 24px;
}
.threats--2 .threats-element__title span {
  font-weight: 700;
}
.threats__title {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.threats__text {
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: #fff;
}
.threats-list {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  width: 100%;
  gap: 34px;
}
.threats-element {
  display: flex;
  align-items: center;
  gap: 8px;
}
.threats-element__title {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
.threats-element__text {
  margin-top: 3px;
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}
.threats-element__text span {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.threats__number {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  display: flex;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.threats .link {
  margin-top: 65px;
  max-width: 521px;
  width: 100%;
}
.threats__end {
  margin-top: 51px;
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: #fff;
}
.threats__subtitle {
  margin-top: 68px;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.threats__subtext {
  margin-top: 16px;
  font-size: 24px;
  color: #fff;
}
@media (max-width: 1200px) {
  .threats-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .threats--3 .threats-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 920px) {
  .threats {
    padding: 24px;
  }
  .threats-list {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .threats--3 .threats-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .threats__text {
    font-size: 15px;
    margin-top: 8px;
  }
  .threats-element__title {
    font-size: 15px;
  }
  .threats__end {
    margin-top: 40px;
  }
  .threats--2 .threats-list {
    margin-top: 32px;
    grid-template-columns: repeat(1, 1fr);
  }
  .threats--2 .threats-element {
    gap: 16px;
  }
  .threats--2 .threats-element__title {
    font-weight: 400;
    font-size: 20px;
  }
  .threats--2 .threats-element__title span {
    font-weight: 700;
  }
  .threats__number {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
  .threats__subtitle {
    margin-top: 40px;
    font-size: 22px;
  }
  .threats__subtext {
    font-size: 20px;
  }
}

.slider {
  background: #285193;
  padding: 24px 32px 86px 24px;
  border-radius: 24px;
}
.slider__title {
  font-size: 14px;
  color: #fff;
}
.slider-head {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.slider-loader {
  max-width: 360px;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  border-radius: 1px;
  overflow: hidden;
  margin-left: auto;
}
.slider-loader__fill-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #fff;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 1px;
}
.slider-loader__fill-2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #fff;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 1px;
}
.slider-list {
  margin-top: 32px;
  cursor: grab;
}
.slider-arrows {
  display: flex;
  gap: 16px;
}
.slider-arrow {
  margin: 0;
  display: flex;
}
.slider-prev {
  transform: rotate(180deg);
}
.slider-element {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.slider__text {
  margin-top: 24px;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.slider__img {
  width: 100%;
}
@media (max-width: 920px) {
  .slider {
    padding-bottom: 32px;
  }
  .slider__title {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }
  .slider-arrows {
    margin-top: 38px;
    justify-content: space-between;
    width: 100%;
  }
}

.example {
  display: grid;
  grid-template-columns: 530px 1fr;
  gap: 24px;
}
.example-left {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: #fff;
  padding: 32px 24px;
  max-width: 100%;
  width: 100%;
}
.example-right {
  max-width: 100%;
  width: 100%;
  border-radius: 24px;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.example__title {
  font-weight: 700;
  font-size: 24px;
  color: #40414d;
  margin-bottom: 40px;
}
.example-list {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.example-element {
  display: flex;
  align-items: center;
  gap: 8px;
}
.example__number {
  display: flex;
  flex-shrink: 0;
  background: #285193;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 138%;
  align-items: center;
  justify-content: center;
}
.example__text {
  font-weight: 400;
  font-size: 16px;
  color: #40414d;
}
.example__text span {
  font-weight: 700;
}
.example .link {
  margin-top: 32px;
}
.example--pipeline {
  display: flex;
  flex-direction: column-reverse;
}
.example--pipeline .example-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 920px) {
  .example {
    display: flex;
    flex-direction: column-reverse;
  }
  .example-left {
    width: 100%;
    max-width: 100%;
  }
  .example__title {
    margin-bottom: 24px;
  }
  .example-list {
    gap: 16px;
  }
  .example-element {
    align-items: flex-start;
  }
  .example__text {
    padding-top: 2px;
  }
  .example--pipeline .example-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.description {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.description--2 .description-element {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.description--2 .description__photo {
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.description-element {
  display: flex;
  gap: 24px;
}
.description-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  min-height: 380px;
  border-radius: 24px;
  padding: 24px;
  background: #fff;
  max-width: 100%;
  width: 100%;
}
.description-block--2 {
  min-height: unset;
}
.description__photo {
  border-radius: 24px;
  background: #fff;
  max-width: 516px;
  -o-object-fit: cover;
     object-fit: cover;
}
.description__title {
  font-weight: 700;
  font-size: 24px;
  color: #285193;
}
.description__text {
  margin-top: 40px;
  font-size: 18px;
  line-height: 133%;
  color: #3a3a3b;
}
.description__text span {
  font-weight: 700;
}
.description ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 20px;
}
.description ul li {
  font-size: 18px;
  line-height: 133%;
  color: #3a3a3b;
}
@media (max-width: 920px) {
  .description {
    flex-direction: column;
  }
  .description__photo {
    order: 1;
  }
  .description-element {
    flex-direction: column;
  }
  .description--2 .description-element {
    display: flex;
    flex-direction: column-reverse;
  }
  .description--2 .description__photo {
    max-width: 100%;
    height: 100%;
    width: 100%;
  }
}

.advantages-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.advantages-element {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.advantages-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 24px;
  width: 100%;
  gap: 16px;
  padding: 24px;
}
.advantages__title {
  font-weight: 700;
  font-size: 24px;
  color: #285193;
}
.advantages__text {
  font-size: 18px;
  line-height: 133%;
  color: #3a3a3b;
}
.advantages-right {
  width: 100%;
  min-height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.advantages__info {
  margin-top: 24px;
  background: #fff;
  border-radius: 24px;
  padding: 32px 24px;
  font-size: 18px;
  line-height: 133%;
  color: #3a3a3b;
}
@media (max-width: 920px) {
  .advantages-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .advantages-element {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .advantages-left {
    width: 100%;
    max-width: 100%;
  }
  .advantages-left {
    gap: 32px;
  }
  .advantages__info {
    margin-top: 24px;
  }
}

.steps-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.steps-row {
  display: grid;
  gap: 24px;
}
.steps-row--1 {
  grid-template-columns: 402px 1fr;
}
.steps-row--2 {
  grid-template-columns: 1fr 1.1fr 402px;
}
.steps-row--3 {
  grid-template-columns: 402px 1fr 1.1fr;
}
.steps-row--4 {
  grid-template-columns: 1.1fr 402px 1fr;
}
.steps-row--5 {
  grid-template-columns: 402px 1fr 1.1fr;
}
.steps__number {
  width: 100%;
  border-radius: 24px;
  background: #315494;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 128px;
  text-align: center;
  color: #fff;
}
.steps-element {
  background: #315494;
  padding: 40px;
  display: flex;
  flex-direction: column;
  min-height: 306px;
  border-radius: 24px;
}
.steps__title {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}
.steps__text {
  margin-top: auto;
  font-size: 20px;
  line-height: 130%;
  color: #fff;
}
.steps__photo {
  width: 100%;
  border-radius: 24px;
  min-height: 100%;
}
@media (max-width: 920px) {
  .steps br {
    display: none;
  }
  .steps-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .steps__number {
    order: 1;
    font-size: 40px;
  }
  .steps-element {
    order: 3;
    min-height: unset;
    padding: 24px;
  }
  .steps__title {
    font-size: 24px;
  }
  .steps__text {
    margin-top: 33px;
    font-size: 18px;
    font-size: 18px;
  }
  .steps__photo {
    order: 2;
  }
}

.photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.photos__element {
  width: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 920px) {
  .photos {
    display: flex;
    flex-direction: column;
  }
}

.photo__img {
  width: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.info-element {
  border-radius: 24px;
  background: #fff;
  padding: 32px;
  min-height: 306px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.info__title {
  font-weight: 700;
  font-size: 24px;
  color: #40414d;
}
.info__text {
  font-size: 18px;
  line-height: 133%;
  color: #3a3a3b;
}
@media (max-width: 920px) {
  .info-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .info-element {
    min-height: unset;
    gap: 24px;
  }
  .info br {
    display: none;
  }
}

.fly {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.fly-left {
  width: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 749px;
}
.fly-list {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.fly-element {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px 24px;
  border-radius: 24px;
  background: #fff;
}
.fly-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.fly__photo {
  display: flex;
  flex-shrink: 0;
  width: 215px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.fly__text {
  font-size: 20px;
  line-height: 140%;
  color: #40414d;
}
.fly__number {
  font-weight: 700;
  font-size: 96px;
  color: #40414d;
  line-height: 1;
}
.fly__number span {
  font-size: 40px;
}
@media (max-width: 920px) {
  .fly {
    grid-template-columns: 1fr;
  }
  .fly-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .fly-element {
    flex-direction: column;
    align-items: unset;
    padding: 24px;
  }
  .fly__photo {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 160px;
  }
  .fly__text {
    font-size: 18px;
  }
  .fly__number {
    font-size: 60px;
  }
}

.air-fill {
  padding: 56px 48px;
  min-height: 750px;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background-image: url("/assets/imgs/air-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #315494;
  width: 100%;
}
.air-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.air__element {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.air-ticket {
  margin-top: 60px;
  border: 1px solid #315494;
  border-radius: 16px;
  display: flex;
  align-items: center;
  max-width: 305px;
  width: 100%;
}
.air-ticket--2 {
  margin-top: 0;
}
.air-ticket--2 .air-ticket-right {
  border-radius: 16px 0 0 16px;
}
.air-ticket--2 .air-ticket__left {
  border-radius: 0 16px 16px 0;
}
.air-ticket-list {
  display: flex;
  justify-content: space-between;
  max-width: 1087px;
  width: 100%;
  margin: 192px auto 0 auto;
  align-items: flex-start;
}
.air-ticket__left {
  display: flex;
  border-radius: 16px 0 0 16px;
  width: 32px;
  height: 120px;
  align-items: center;
  justify-content: center;
  background: #315494;
  flex-shrink: 0;
}
.air-ticket-right {
  padding: 12px 18px;
  background: #fff;
  height: 100%;
  width: 100%;
  border-radius: 0 16px 16px 0;
}
.air-ticket__title {
  font-weight: 700;
  font-size: 24px;
  color: #315494;
}
.air-ticket__text {
  font-size: 14px;
  color: #40414d;
}
.air-ticket__text span {
  font-weight: 700;
}
@media (max-width: 920px) {
  .air-fill {
    padding: 32px 24px;
  }
  .air-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .air__element {
    font-size: 20px;
  }
  .air-ticket {
    margin-top: 0;
    align-items: unset;
  }
  .air-ticket__left {
    height: unset;
  }
  .air-ticket-list {
    margin: 40px 0 0 0;
    flex-direction: column;
    gap: 32px;
  }
}

.pros {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pros__row {
  background: #fff;
  width: 100%;
  padding: 29px 32px;
  font-weight: 700;
  font-size: 24px;
  color: #315494;
  border-radius: 24px;
}
.pros-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.pros-element {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  min-height: 364px;
  justify-content: space-between;
}
.pros__title {
  font-weight: 700;
  font-size: 24px;
  color: #40414d;
}
.pros__text {
  font-size: 20px;
  color: #40414d;
}
.pros__text span {
  font-weight: 700;
}
@media (max-width: 920px) {
  .pros-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .pros-element {
    min-height: unset;
    gap: 24px;
  }
}

.end-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.end-element {
  padding: 48px 32px;
  background: #fff;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 750px;
}
.end__title {
  font-weight: 700;
  font-size: 36px;
  color: #40414d;
}
.end__text {
  font-size: 24px;
  color: #40414d;
}
.end__text span {
  font-weight: 700;
}
@media (max-width: 920px) {
  .end-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .end-element {
    min-height: unset;
    gap: 24px;
    padding: 24px;
  }
  .end__title {
    font-size: 24px;
  }
  .end__text {
    font-size: 20px;
  }
}/*# sourceMappingURL=example.css.map */