.examples {
  margin-bottom: 60px;
}
.examples__container-wide {
  padding: 0;
}
.examples .section-title {
  margin-bottom: 22px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.examples-wrapper {
  border-bottom: 1px solid #EDF0F3;
}

.swiper.examples-main__slider {
  width: 100%;
  padding: 40px 20px 45px 20px;
  background-color: #F5F6F8;
  border-radius: 20px 20px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  min-width: 0px;
}
.examples-main__navigation {
  display: flex;
  align-items: center;
  gap: 20px;
}
.examples-main__item--img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  max-width: 445px;
  margin-bottom: 30px;
}
.examples-main__item--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.examples-main__item--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.examples-main__item--title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
.examples-main__item--desc {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
.examples-main .button-primary {
  margin-top: 24px;
}

.examples-info {
  padding-left: 20px;
  padding-top: 36px;
  padding-bottom: 42px;
}
.examples-info__item--heading {
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 26px;
}
.examples-info__item--content ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: #7B95D2 #7B95D2;
}
.examples-info__item--content ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.examples-info__item--content ul::-webkit-scrollbar-track {
  background-color: #7B95D2;
  border-radius: 10px;
}
.examples-info__item--content ul::-webkit-scrollbar-thumb {
  background-color: #7B95D2;
  border-radius: 10px;
}
.examples-info__item--content ul::-webkit-scrollbar-thumb:hover {
  background-color: #5576c5;
}
.examples-info__item--content ul::-ms-scrollbar {
  width: 5px;
  height: 5px;
}
.examples-info__item--content ul li {
  position: relative;
  flex-shrink: 0;
  max-width: 310px;
  width: 100%;
  padding-left: 30px;
  font-size: 16px;
  line-height: 22px;
}
.examples-info__item--content ul li b {
  font-weight: 600;
  margin-bottom: 17px;
  display: inline-block;
}
.examples-info__item--content ul li::before {
  font-family: "icons";
  content: "\e900";
  color: var(--accentColor);
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.nav-button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 9px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.09);
  transition: all 0.12s ease-in-out;
  cursor: pointer;
}
.nav-button svg path {
  transition: all 0.12s ease-in-out;
}
.nav-button:hover {
  background-color: var(--accentColor);
  transition: all 0.12s ease-in-out;
}
.nav-button:hover svg path {
  fill: white;
  transition: all 0.12s ease-in-out;
}
@media screen and (min-width: 1023px) {
  .examples {
    margin-bottom: 106px;
  }
  .examples__container-wide {
    padding: 0 40px;
  }
  .examples .section-title {
    margin-bottom: 42px;
  }
  .examples-main {
    min-width: 0px;
    max-width: 650px;
    width: auto;
    flex: 1 538px;
  }
  .examples-main__item--title {
    font-size: 26px;
    line-height: normal;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
    margin-bottom: 20px;
  }
  .examples-main__item--desc {
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 22px;
  }
  .examples-main__item--img {
    border-radius: 16px;
  }
  .examples-main__navigation {
    margin-left: auto;
  }
  .examples-main .button-primary {
    margin-top: 40px;
  }
  .examples-wrapper {
    display: flex;
    border-bottom: none;
    align-items: stretch;
  }
  .swiper.examples-main__slider {
    padding: 40px 48px 48px 44px;
  }
  .swiper-slide.examples-info__item {
    padding: 40px 45px 45px 40px;
  }
  .examples-info {
    min-width: 0px;
    max-width: 1110px;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    border-top: 1px solid #EDF0F3;
    border-right: 1px solid #EDF0F3;
    border-bottom: 1px solid #EDF0F3;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    flex: 1 660px;
  }
  .examples-info__item--heading {
    font-size: 22px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    line-height: 30px;
  }
  .examples-info__item--content ul {
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    gap: 24px;
  }
  .examples-info__item--content ul li {
    flex: auto;
    flex-shrink: 1;
    max-width: 100%;
    padding-left: 40px;
    font-size: 19px;
    line-height: 28px;
  }
  .examples-info__item--content ul li b {
    margin-bottom: 0;
  }
  .examples-info__item--content ul li::before {
    width: 22px;
    height: 22px;
    font-size: 22px;
  }
  .examples .section-title {
    padding-left: 0;
    padding-right: 0;
  }
  .swiper.examples-main__slider {
    border-radius: 20px 0 0 20px;
    height: 100%;
  }
  .examples-info__item--content ul li {
    flex: auto;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 1439px) {
  .examples__container-wide {
    padding: 0 80px;
  }
  .examples-main__item--title {
    font-size: 36px;
    line-height: 46px;
  }
  .examples-main__item--desc {
    font-size: 21px;
    line-height: 30px;
  }
  .examples-main .button-primary {
    margin-top: 32px;
  }
  .swiper.examples-main__slider {
    padding: 60px 50px 70px 65px;
  }
  .swiper.examples-main__slider {
    gap: 0;
  }
  .swiper-slide.examples-info__item {
    padding: 70px 70px 64px 62px;
  }
  .examples-info__item--content ul {
    gap: 26px;
  }
  .examples-info__item--content ul li {
    font-size: 22px;
    line-height: 30px;
    padding-left: 50px;
  }
}