.page._developer {
  padding-top: 64px;
  font-family: "Kaspersky Sans Text";
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;

  position: relative;
  overflow: hidden;
}
.page._developer h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 54px;
  line-height: 59px;
  max-width: 499px;
  margin-bottom: 24px;
  letter-spacing: 0;
}
.page._developer h2 {
  letter-spacing: 0;
}
.page._developer h3 {
  letter-spacing: 0;
}

.page._developer .section._banners {
  padding-bottom: 0;
}

.page._developer .section._entry {
  position: relative;
}

.swiper.-wide-banners .swiper-button-next,
.swiper.-wide-banners .swiper-button-prev {
  width: 32px;
  height: 32px;
}
.swiper.-wide-banners .swiper-button-next:after,
.swiper.-wide-banners .swiper-button-prev:after {
  display: none;
}
.swiper.-wide-banners .swiper-button-next {
  right: 16px;
}
.swiper.-wide-banners .swiper-button-prev {
  left: 16px;
}
.swiper.-wide-banners .swiper-slide {
  /* max-width: 1464px; */
  width: 91.5%;
  max-width: 1464px;
}

.swiper.-wide-banners:not(.swiper-initialized) .swiper-slide {
  margin: 0 auto;
}
.swiper.-wide-banners:not(.swiper-initialized) .swiper-wrapper {
  height: auto;
}

.item._wide-banner {
  width: 100%;
  position: relative;
  background: url("../../img/developer-bg-banner-wide-desktop.png") no-repeat
    center;
  background-size: cover;
  margin: 0 auto;
  border-radius: 16px;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .item._wide-banner {
    background: url("../../img/developer-bg-banner-small-desktop.png") no-repeat
      center center;
    background-size: cover;
    height: 330px;
  }
}
@media screen and (max-width: 740px) {
  .item._wide-banner {
    background: url("../../img/developer-bg-banner-mobile.png") no-repeat center
      center;
    background-size: cover;
  }
}
.item._wide-banner .item__bg {
  position: absolute;
  /* left: 24px; */
  left: 0px;
  top: -20px;
  bottom: 0;
  overflow: hidden;
}
.item._wide-banner .item__bg img {
  width: 340px;
}
.item._wide-banner .item__wrap {
  width: 100%;
  display: flex;
  min-height: 156px;
  padding: 24px 40px 24px 360px;
  justify-content: space-between;
}
.item._wide-banner .item__common {
  max-width: 383px;
}
.item._wide-banner .item__before-title {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 4px;
}
.item._wide-banner .item__title {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 12px;
}
.item._wide-banner .item__lead {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.7;
}
.item._wide-banner .item__dop {
  text-align: center;
}
.item._wide-banner .item__date {
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #00f2c2;
  padding-top: 8px;
}
.item._wide-banner .item__reg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .item._wide-banner .item__reg {
    position: static;
    transform: none;
  }
}
.item._wide-banner .item__date + .item__reg {
  position: static;
  transform: none;
}
.item._wide-banner .item__reg .button {
  padding: 0 24px;
}

.page._developer .section._entry:after {
  content: "";
  position: absolute;
  left: 52%;
  top: 30%;
  margin-left: 0;
  background: url("../../img/developer-bg-entry-desktop.png") no-repeat center
    top;
  width: 668px;
  height: 441px;
  background-size: contain;
}
.page._developer .section._entry .section__wrap {
  position: relative;
  z-index: 20;
}
.page._developer .section._entry .section__wrap .container {
  /* padding-top: 100px; */
  padding-top: 18px;
}
.page._developer
  .section._entry
  .section__wrap
  .container
  .section__breadcrumbs {
  margin-bottom: 48px;
}
.page._developer .section._entry .section__description {
  max-width: 638px;
  font-size: 18px;
  line-height: 24px;
  opacity: 0.7;
  margin-bottom: 32px;
}
.page._developer .section._entry .section__description._second {
  max-width: 520px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  color: #fff;
  opacity: 0.7;
}
.page._developer .section._entry .section__buttons {
  margin-bottom: 24px;
  display: flex;
  gap: 24px;
}
.page._developer .section._entry .section__buttons .button {
  width: 240px;
  padding: 0 16px;
}
.page._developer .section._entry .section__anchors {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
}
.section._entry .section__menu .container .section__anchors-social {
  order: 2;
}
.page._developer .section._entry .anchors {
  border-bottom: none;
  gap: 40px;
}
.page._developer .section._entry .anchors__item {
  padding-right: 0;
}
.page._developer .section._entry .anchors__item a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  height: 60px;
  font-weight: 500;
  padding: 0;
}
.page._developer .section._entry .section__anchors-social {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #a49997;
  font-weight: 500;
}
.page._developer .section._entry .section__anchors-social .button._social {
  width: 133px;
  height: 32px;
  padding: 0 16px 0 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  border-radius: 8px;
  gap: 8px;
  justify-content: flex-start;
  text-align: left;
}
.page._developer .section._entry .section__anchors-social .button._social img {
  width: 24px;
  min-width: 24px;
}
.page._developer .section._entry .section__anchors-social .button._social._tg {
  background: #2aabee;
}
.page._developer
  .section._entry
  .section__anchors-social
  .button._social._tg:hover {
  filter: brightness(1.1);
}
.page._developer .section._entry .section__anchors-social .button._social._vk {
  background: #2787f5;
}
.page._developer
  .section._entry
  .section__anchors-social
  .button._social._vk:hover {
  filter: brightness(1.1);
}
.page._developer .posts._materials .posts__slider {
  display: none;
}

.section._fast-start {
  padding: 100px 0 32px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 27.7%,
    rgba(0, 0, 0, 0) 100%
  );
}
.section._fast-start .section__title {
  max-width: 278px;
  margin-bottom: 40px;
}
.section._fast-start .section__title h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
}
.section._fast-start .section__lead {
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  opacity: 0.6;
}
.section._fast-start .section__banner {
  margin-bottom: 24px;
}
.section._fast-start .section__docs {
  display: flex;
  gap: 24px;
}
.section._fast-start .section__docs-item {
  width: 100%;
}
a.section__docs-item {
  color: #fff;
  border-bottom: none;
}

.banner._sdk {
  background: url("../../img/developer-bg-banner-sdk-desktop.png") no-repeat
    center;
  background-size: cover;
  min-height: 214px;
  padding: 48px 40px 48px 165px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: none;
  border-radius: 16px;
}
.banner._sdk:before {
  display: none;
}
.banner._sdk .banner__image {
  position: absolute;
  left: 40px;
  top: 48px;
  width: 93px;
  min-width: 93px;
}
.banner._sdk .banner__image img {
  /* max-width: 100%; */
}
.banner._sdk .banner__common {
}
.banner._sdk .banner__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 18px;
}
.banner._sdk .banner__description {
  max-width: 679px;
  opacity: 0.7;
}
.banner._sdk .banner__button {
  max-width: 197px;
  width: 100%;
}
.banner._sdk .banner__button .button {
  width: 100%;
}
.item._docs {
  background: #212124;
  border-radius: 16px;
  min-height: 238px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 32px 32px 35px 105px;
  text-align: left;
}
.item._docs .item__icon {
  position: absolute;
  left: 32px;
  top: 32px;
  width: 49px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../../img/developer-bg-hexagon.svg") no-repeat center;
  background-size: contain;
}
.item._docs .item__title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}
.item._docs .item__description {
  opacity: 0.7;
}
.item._docs .item__button {
  margin-top: auto;
}
.item._docs .item__button .button {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.button__icon {
  position: relative;
  transition: all 0.3s;
  left: 0px;
}
.item__button a:hover .button__icon {
  left: 4px;
}
.button._link:hover .button__icon {
  left: 4px;
}

.page._developer .section._help-feedback {
  padding: 32px 0 100px;
  background: linear-gradient(
    180deg,
    #18191a 0%,
    rgba(0, 0, 0, 0.6) 27.7%,
    #18191a 100%
  );
}
.page._developer .section._help-feedback {
  overflow: hidden;
  position: relative;
}
.page._developer .section._help-feedback:before {
  content: "";
  width: 2400px;
  height: 1200px;
  background: url("../../img/developer-bg-help-feedback.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  bottom: -600px;
  left: 50%;
  margin-left: -1800px;
  z-index: 5;
}
.page._developer .section._help-feedback .container {
  position: relative;
  z-index: 10;
}
.page._developer .category._help-feedback .category__header {
  margin-bottom: 30px;
}
.page._developer .category._help-feedback .category__title h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  opacity: 0.6;
}

.page._developer .section._projects {
  padding: 100px 0 140px;
}
.page._developer .section._projects .category._what-kce {
  padding-bottom: 60px;
}
.page._developer .section._projects .category._related-cases {
  padding-top: 60px;
}
.page._developer .category._related-cases .category__header {
  margin-bottom: 56px;
}
.page._developer .card._related-case .card__description {
  font-size: 16px;
  line-height: 22px;
}

.category._what-kce .category__title {
  max-width: 325px;
}
.category._what-kce .category__header {
  margin-bottom: 40px;
}
.category._what-kce .category__header h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
}
.category._what-kce .category__list-item {
  width: 100%;
}

.item._info-ce {
}
.item._info-ce .item__image {
  width: 40px;
  height: 40px;
  margin-bottom: 19px;
}
.item._info-ce .item__image img {
}
.item._info-ce .item__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 13px;
}
.item._info-ce .item__description {
  opacity: 0.7;
}

.page._developer .section._posts {
  padding-top: 100px;
  padding-bottom: 100px;
}
.page._developer .section._posts {
  overflow: hidden;
  position: relative;
}
.page._developer .section._posts .container {
  position: relative;
  z-index: 10;
}
.page._developer .section._posts:before {
  content: "";
  width: 2400px;
  height: 1200px;
  background: url("../../img/developer-bg-help-feedback.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: -600px;
  left: 50%;
  margin-left: -1800px;
  z-index: 5;
}
.page._developer .section._posts .posts._materials {
  padding-bottom: 24px;
}
.page._developer .section._posts .posts._materials .posts__title {
  flex-direction: column;
}
.page._developer .section._posts .posts._materials .posts__title h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  max-width: 500px;
}
.page._developer .section._posts .posts._materials .posts__title-lead {
  max-width: 680px;
  opacity: 0.7;
}
.page._developer .section._posts .posts._materials .posts__header {
  align-items: flex-end;
  margin-bottom: 29px;
}
.page._developer .section._posts .posts._materials .posts__link {
  padding-bottom: 12px;
}

.page._developer .banner._first-lesson._v-2 {
  margin: 0;
}
.page._developer .banner._first-lesson._v-2 .banner__bg {
  padding: 25px 48px 25px 320px;
}
.page._developer .banner._first-lesson._v-2 .banner__label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4px 16px;
  gap: 10px;
  height: 30px;
  background: #8c8cff;
  border-radius: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.page._developer .banner._first-lesson._v-2 .banner__common {
  max-width: 567px;
}
.page._developer .banner._first-lesson._v-2 .banner__common h3 {
  margin-bottom: 0;
}
.page._developer .banner._first-lesson._v-2 .banner__common h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}
.page._developer .banner._first-lesson._v-2 .banner__common p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  opacity: 0.7;
}
.page._developer .banner._first-lesson._v-2 .banner__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 2px;
}

.page._developer .section._news {
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
}
.page._developer .section._news .section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
.page._developer .section._news .section__lead {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  opacity: 0.6;
  margin-bottom: 32px;
}
.page._developer .section._news .section__title {
  max-width: 500px;
}
.page._developer .section._news .section__title h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
}
.page._developer .section._news .section__news {
  padding-bottom: 64px;
  margin-bottom: 64px;
  border-bottom: 1px solid rgba(256, 256, 256, 0.16);
}
.page._developer .section._news .section__news-list {
  display: flex;
  gap: 32px;
}
.page._developer .section._news .section__news-slider {
  display: none;
}
.page._developer .section._news .section__news-item {
  width: 25%;
}
.page._developer .section._news .section__news .post._news-case .post__preview {
  height: 207px;
  margin-bottom: 11px;
}
.page._developer .section._news .section__sub-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.page._developer .section._news .section__sub-header h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  opacity: 0.6;
}
.page._developer .section._news .section__socials .post._news-case .post__info {
  margin-bottom: 5px;
}
.page._developer
  .section._news
  .section__socials
  .post._news-case
  .post__title {
  margin-bottom: 11px;
}
.page._developer .section._news .section__social {
  display: none;
  gap: 16px;
  align-items: center;
}
@media (max-width: 1024px) {
  .page._developer .section._news .section__social {
    display: flex;
  }
}
.page._developer .section._news .section__social .button._social {
  width: 152px;
  height: 40px;
  padding: 0 16px 0 18px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  border-radius: 8px;
  gap: 8px;
  justify-content: center;
  text-align: center;
}
.page._developer .section._news .section__social .button._social img {
  width: 24px;
  min-width: 24px;
}
.page._developer .section._news .section__social .button._social._tg {
  background: #2aabee;
}
.page._developer .section._news .section__social .button._social._vk {
  background: #2787f5;
}
.page._developer .section._news .section__socials {
  margin: 0 -16px;
}
.page._developer .section._news .section__socials-list {
  display: flex;
  gap: 24px;
}
.page._developer .section._news .section__socials-slider {
  display: none;
}
.page._developer .section._news .section__socials-item {
  width: 33.333335%;
}

.page._developer .section__info {
  /* max-width: 638px; */
  max-width: 700px;
}

.page._developer .section__info .section__info-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 24px;
}

.page._developer .section__info .section__info-items {
  display: grid;
  gap: 24px 60px;
  grid-template-columns: 2fr 50%;
  margin-bottom: 20px;
}

.page._developer .section__info .section__info-items:last-child {
  margin-bottom: 32px;
}

.page._developer .section__info-text {
  opacity: 0.7;
}

.page._developer .section._info {
  width: 772px;
}

.page._developer .section__info-item {
  display: grid;
  grid-template-columns: 32px auto;
  gap: 16px;
}

.page._developer .section__info-icon img {
  display: block;
  height: 32px;
  width: 32px;
  margin-top: 2px;
}

.page._developer .section__info ._order-1 {
  order: 0;
}
.page._developer .section__info ._order-2 {
  order: 1;
}
.page._developer .section__info ._order-3 {
  order: 2;
}
.page._developer .section__info ._order-4 {
  order: 3;
}

.page._developer .category .card .button .button__title {
  font-weight: 400;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .section._fast-start .section__docs {
    flex-wrap: wrap;
  }
  .section._fast-start .section__docs-item {
    width: 48.5%;
  }

  .page._developer
    .section._entry
    .section__anchors-social
    .section__anchors-title {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .item._wide-banner .item__reg {
    transform: translateY(0);
  }
  .page._developer h1 {
    font-size: 48px;
    line-height: 52px;
  }
  .page._developer .section._entry:after {
    width: 516px;
    height: 380px;
    top: 236px;
    margin-left: -596px;
    background-image: url("../../img/developer-bg-entry-tablet.png");
  }
  .page._developer .section._entry .section__anchors-social {
    display: none;
  }
  .page._developer .section._entry .section__anchors .section__anchors-social {
    display: none;
  }
  .page._developer .banner._first-lesson._v-2 .banner__label {
    position: absolute;
    right: 8px;
    top: 8px;
  }
  .page._developer .section._news .section__news-list {
    gap: 24px;
  }
  .page._developer .section._news .section__news-item {
    width: 33.33335%;
  }
  .page._developer .section._news .section__news-item:last-child {
    display: none;
  }
  .page._developer
    .section._news
    .section__news
    .post._news-case
    .post__preview {
    height: 161px;
  }
  .page._developer .section._news .section__socials {
    margin: 0;
  }
  .page._developer .section._news .section__socials-item {
    width: 50%;
  }
  .page._developer .section._news .section__socials-item:last-child {
    display: none;
  }
  .page._developer .section._entry .section__anchors {
    padding-top: 54px;
  }
  .page._developer .section._help-feedback {
    padding-bottom: 58px;
  }
  .page._developer .section._projects {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page._developer .section._projects .category._related-cases {
    padding-top: 40px;
  }
  .page._developer .section._projects .category._what-kce {
    padding-bottom: 40px;
  }
  .page._developer .category._related-cases .category__header {
    margin-bottom: 40px;
  }
  .page._developer .card._related-case .card__description {
    font-size: 14px;
    line-height: 18px;
  }
  .page._developer .section._posts {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page._developer .section._posts .posts._materials .posts__title-lead {
    margin-bottom: 24px;
  }
  .page._developer .banner._first-lesson._v-2 .banner__bg {
    padding: 23px 48px 25px 320px;
  }
  .page._developer .section._news {
    padding-top: 76px;
  }
  .page._developer
    .section._news
    .section__news
    .post._news-case
    .post__preview {
    margin-bottom: 14px;
  }
  .page._developer .section._news .section__sub-header {
    margin-bottom: 14px;
  }

  .swiper.-wide-banners .swiper-slide {
    width: 95.8%;
    max-width: 736px;
  }
  .swiper.-wide-banners .swiper-button-prev,
  .swiper.-wide-banners .swiper-button-next {
    display: none;
  }

  .item._wide-banner .item__wrap {
    flex-direction: column;
    padding: 29px 40px 30px 320px;
    height: 100%;
  }
  .item._wide-banner .item__before-title {
    margin-bottom: 2px;
  }
  .item._wide-banner .item__title {
    margin-bottom: 13px;
  }
  .item._wide-banner .item__dop {
    text-align: left;
    padding-top: 23px;
  }
  .item._wide-banner .item__bg {
    left: 0;
    top: -15px;
  }
  .item._wide-banner .item__bg img {
    width: 300px;
  }

  .section._fast-start {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.6) 27.7%,
      rgba(0, 0, 0, 0) 100%
    );
    padding-top: 80px;
    padding-bottom: 36px;
  }
  .section._fast-start .section__docs {
    flex-wrap: wrap;
  }
  .section._fast-start .section__docs-item {
    width: calc(50% - 12px);
  }
  .section._fast-start .section__docs-item:last-child {
    width: 100%;
  }

  .banner._sdk {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: 32px 40px 32px 157px;
  }
  .banner._sdk .banner__image {
    top: 32px;
    left: 32px;
  }
  .banner._sdk .banner__title {
    margin-bottom: 20px;
  }

  .item._docs {
    height: 100%;
    padding: 24px 24px 24px 100px;
    min-height: 1px;
  }
  .item._docs .item__icon {
    left: 24px;
    top: 24px;
  }
  .item._docs .item__button {
    margin-top: 16px;
  }

  .category._what-kce .category__list {
    flex-wrap: wrap;
    gap: 32px;
    margin: 0;
  }
  .category._what-kce .category__list-item {
    width: calc(50% - 16px);
    padding: 0;
  }

  .category._related-cases .category__header .category__title {
    max-width: 420px;
  }
  .category._related-cases .category__header .category__title h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .section._posts .posts__list-item:last-child {
    display: none;
  }

  .banner._first-lesson .banner__bg {
    min-height: 1px;
    background-size: 320px auto;
    background-position: 0vw 3vw;
    /* background-position: 23px 0; */
  }
  .banner._first-lesson .banner__common p {
    margin-bottom: 24px;
  }

  .post._news-case._social .post__preview {
    width: 90px;
    height: 90px;
  }
  .post._news-case._social .post__header {
    flex-direction: row;
  }
  .post._news-case._social .post__title {
    font-size: 16px;
    line-height: 22px;
  }
  .post._news-case._social .post__description {
    font-size: 14px;
    line-height: 18px;
  }
  .post._news-case._social .post__button {
    display: block;
    padding-left: 0;
    padding-top: 16px;
  }

  .card._help {
    padding: 24px;
  }
  .card._help .card__description {
    max-width: 100%;
  }

  .card._related-case .card__title {
    margin-bottom: 16px;
  }

  .card._asset .card__image {
    height: 155px;
  }
  .card._asset .card__title {
    font-size: 18px;
    line-height: 24px;
  }
  .card._asset .card__common {
    min-height: 200px;
    max-height: 250px;
  }

  .post._news-case .post__info,
  .post._news-case .post__description,
  .post._news-case .post__title,
  .post._news-case .post__button {
    padding-left: 0;
    padding-right: 0;
  }
  .post._news-case .post__description {
    font-size: 14px;
    line-height: 18px;
  }

  .post._news-case._social .post__preview {
    width: 94px;
    height: 94px;
  }
}

@media screen and (max-width: 740px) {
  .page._developer {
    padding-top: 64px;
  }
  .page._developer h1 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 24px;
  }
  .page._developer .section._banners {
    padding-left: 0;
    padding-right: 0;
  }
  .page._developer .section._entry .section__description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
  }
  .page._developer .section._entry .section__buttons {
    flex-direction: column;
    margin-bottom: 39px;
  }
  .page._developer .section._entry .section__buttons .button {
    width: 100%;
    max-width: 288px;
    margin: 0 auto;
  }
  .page._developer .section._entry .section__anchors {
    padding-top: 14px;
  }
  .page._developer .section._entry .anchors {
    gap: 24px;
  }
  .page._developer .category._help-feedback .category__title h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .page._developer .swiper {
    position: static;
  }
  .page._developer .swiper-pagination {
    bottom: -8px;
  }
  .page._developer .swiper-pagination .swiper-pagination-bullet {
    /* margin: 0 17px; */
    padding: 0 17px;
    margin: 0;
    height: 22px;
    background: transparent;
    /* background: #fff; */
    opacity: 1;
    position: relative;
  }
  .page._developer .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s all;
    transform-origin: center;
  }
  .page._developer
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    background: #09fdd6;
    width: 16px;
    height: 16px;
  }

  .page._developer
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    /* background: #09FDD6;
    transform: scale(2); */
    background: transparent;
  }
  .page._developer .card._related-case .card__description {
    font-size: 16px;
    line-height: 22px;
  }
  .page._developer .section._posts .posts._materials .posts__title h2 {
    font-size: 28px;
    line-height: 32px;
    max-width: 250px;
  }
  .page._developer .posts._materials .posts__list {
    display: none;
  }
  .page._developer .posts._materials .posts__slider {
    display: block;
    position: relative;
    margin: 0 -16px;
    padding: 0 16px 19px;
    overflow: hidden;
  }
  .page._developer .posts._materials .posts__slider .swiper {
    overflow: visible;
  }
  .page._developer .section._posts .posts__list-item {
    padding: 0;
    width: 100%;
  }
  .page._developer .section._posts .posts__list-item:last-child {
    display: block;
  }
  .page._developer .section._entry .section__wrap .container {
    /* padding-top: 55px; */
    padding-top: 8px;
  }
  .page._developer .section._help-feedback {
    padding-top: 22px;
  }
  .page._developer .category._help-feedback .category__header {
    margin-bottom: 24px;
  }
  .page._developer .section._help-feedback {
    padding-bottom: 40px;
  }
  .page._developer .section._projects {
    padding-top: 56px;
    padding-bottom: 55px;
  }
  .page._developer .category._related-cases .category__header {
    margin-bottom: 34px;
  }
  .page._developer .card._related-case .card__description {
    max-height: 66px;
    overflow: hidden;
  }
  .page._developer .section._posts {
    padding-top: 57px;
    padding-bottom: 56px;
  }
  .page._developer .section._posts .posts._materials .posts__link {
    display: block;
    margin-bottom: 3px;
  }
  .page._developer .section._posts .posts._materials {
    margin-bottom: 30px;
  }
  .page._developer .section._news {
    padding-top: 55px;
  }
  .page._developer .section._news .section__header {
    margin-bottom: 32px;
  }
  .page._developer
    .section._news
    .section__socials
    .post._news-case
    .post__info {
    margin-bottom: 3px;
  }

  .anchors:before {
    width: 0px;
    min-width: 1px;
    margin-left: -8px;
  }

  .item._wide-banner .item__before-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
  }
  .item._wide-banner .item__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .item._wide-banner .item__date {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .item._wide-banner .item__bg {
    display: none;
  }
  .item._wide-banner .item__dop {
    padding-top: 16px;
  }
  .item._wide-banner .item__wrap {
    padding: 24px;
  }
  .item._wide-banner .item__reg .button {
    width: 100%;
  }

  .swiper.-wide-banners .swiper-slide {
    width: calc(100% - 30px);
    max-width: 100%;
  }

  .section._fast-start {
    padding-top: 55px;
    padding-bottom: 20px;
  }
  .section._fast-start .section__title {
    margin-bottom: 32px;
  }
  .section._fast-start .section__title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .section._fast-start .section__lead {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 25px;
  }

  .category._what-kce .category__header h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .category._what-kce .category__list {
    gap: 31px;
  }
  .category._what-kce .category__list-item {
    width: 100%;
  }

  .item._info-ce .item__image {
    width: 24px;
    height: 24px;
    margin-bottom: 12px;
  }
  .item._info-ce .item__title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }
  .item._info-ce .item__description {
    font-size: 14px;
    line-height: 18px;
  }

  .category._related-cases .category__header .category__title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .category._related-cases .swiper-slide {
    height: auto;
  }
  .card._related-case .button._link {
    margin-top: auto;
  }

  .banner._first-lesson .banner__common h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .post._news-case._social .post__header {
    flex-direction: row;
  }
  .post._news-case._social {
    /* border: 1px solid rgba(255, 255, 255, 0.16); */
    /* border-radius: 16px; */
    padding: 0;
  }

  .category._help-feedback .category__list-item {
    /* margin-bottom: 16px; */
    width: 50%;
  }

  .card._help {
    padding: 22px 16px 25px 15px;
  }

  .category._what-kce .category__title {
    max-width: 203px;
  }
  .category._what-kce .category__header {
    margin-bottom: 32px;
  }

  .category._related-cases .category__link {
    padding-top: 23px;
  }

  .card._related-case {
    padding: 22px 15px 24px 15px;
  }
  .card._related-case .card__logos {
    margin-bottom: 15px;
  }

  .banner._first-lesson .banner__button .button {
    width: auto;
  }

  .banner._sdk .banner__image {
    height: auto;
  }

  .category._related-cases .category__list {
    display: flex;
  }

  .category._related-cases .category__list {
    margin: 0 -16px;
    gap: 16px;
  }

  .category._related-cases .category__list:before,
  .category._related-cases .category__list:after {
    width: 1px;
    min-width: 1px;
  }

  .category._related-cases .category__slider {
    display: none;
  }

  .page._developer .banner._first-lesson._v-2 .banner__bg {
    background: url(../../img/first-lesson/banner-image.png) no-repeat 0vw 3vw;
    background-size: 320px auto;
  }

  .card._asset:hover .card__size::before {
    content: none;
  }
  .card._asset .card__footer {
    margin-top: 8px;
  }
  .card._asset:hover .card__title {
    color: #fff;
  }

  .page._developer
    .section._entry
    .section__wrap
    .container
    .section__breadcrumbs {
    margin-bottom: 32px;
  }
  .page._dark .section._entry .section__breadcrumbs ._divider {
    display: block;
    margin-top: 1px;
    order: -1;
    transform: rotateY(180deg);
  }
}

@media screen and (max-width: 700px) {
  .page._developer .posts__slider .swiper-slide {
    width: 213px;
  }
  .page._developer .category__slider .swiper-slide {
    width: 213px;
  }
  .page._developer .section__socials-slider .swiper-slide {
    width: 213px;
  }
  .page._developer .category._related-cases .category__slider .swiper-slide {
    width: 222px;
  }
  .post._news-case._social .post__header {
    flex-direction: column;
  }
  .page._developer .section._news .section__title {
    margin-bottom: 24px;
  }
  .page._developer .banner._first-lesson._v-2 .banner__bg {
    padding: 24px;
    background: none;
  }
  .page._developer .banner._first-lesson._v-2 .banner__common h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 11px;
  }
  .page._developer .banner._first-lesson._v-2 .banner__label {
    font-size: 14px;
    line-height: 18px;
    height: 26px;
    padding: 4px 12px;
  }

  .category._related-cases .category__list {
    display: none;
  }

  .category._related-cases .category__slider {
    display: block;
  }

  .section._fast-start .section__banner {
    margin-bottom: 16px;
  }
  .section._fast-start .section__docs {
    gap: 18px;
  }
  .section._fast-start .section__docs-item {
    width: 100%;
  }

  .item._docs {
    padding: 24px 16px;
  }
  .item._docs .item__icon {
    position: static;
    margin-bottom: 24px;
  }
  .item._docs .item__description {
    font-size: 14px;
    line-height: 18px;
  }

  .banner._sdk {
    padding: 24px 16px;
    min-height: 1px;
    gap: 24px;
  }
  .banner._sdk .banner__image {
    position: static;
    height: auto;
    padding: 0;
    min-width: 74px;
    width: 74px;
  }
  .banner._sdk .banner__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .banner._sdk .banner__description {
    font-size: 14px;
    line-height: 18px;
  }
  .banner._sdk .banner__button {
    max-width: 100%;
  }
  .banner._sdk .banner__button .button {
    max-width: 288px;
  }

  .category._help-feedback .category__list-item {
    width: 100%;
  }

  .page._developer .section._news .section__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .page._developer .section._news .section__title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .page._developer .section._news .section__lead {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    max-width: 150px;
    margin-bottom: 25px;
  }
  .page._developer .section._news .section__news-list {
    display: none;
  }
  .page._developer .section._news .section__news-slider {
    display: block;
    position: relative;
    margin: 0 -16px;
    padding: 0 16px 34px;
    overflow: hidden;
  }
  .page._developer .section._news .section__news {
    padding-bottom: 30px;
    margin-bottom: 32px;
  }
  .page._developer .section._news .section__news-slider .swiper {
    overflow: visible;
  }
  .page._developer .section._news .section__news-slider .swiper .swiper-slide {
    width: 213px;
  }
  .page._developer .section._news .section__socials-slider .swiper {
    overflow: visible;
  }
  .page._developer
    .section._news
    .section__socials-slider
    .swiper
    .swiper-slide {
    /* width: 213px; */
    width: 245px;
  }
  .page._developer .section._news .section__sub-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 32px;
  }
  .page._developer .section._news .section__sub-header h3 {
    font-size: 18px;
    line-height: 24px;
    max-width: 110px;
  }
  .page._developer .section._news .section__social {
    flex-direction: column;
    width: 100%;
  }
  .page._developer .section._news .section__social .button._social {
    width: 100%;
  }
  .page._developer .section._news .section__socials-list {
    display: none;
  }
  .page._developer .section._news .section__socials-slider {
    display: block;
    /* display: flex; */
    position: relative;
    margin: 0 -16px;
    padding: 0 16px 32px;
    overflow: hidden;
  }
  /* .page._developer .section._news .section__socials-slider .swiper {
    overflow: visible;
  } */
  /* .page._developer .section._news .section__socials-slider .swiper-slide {
    min-height: 100%;
    height: 100%;
  } */
  .page._developer
    .section._news
    .section__socials-slider
    .post._news-case._social {
    min-height: 100%;
    height: 100%;

    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    padding: 16px;
  }
  .page._developer
    .section._news
    .section__socials-slider
    .post._news-case._social
    .post__button {
    margin-top: auto;
  }

  .page._developer .section__info .section__info-title {
    margin-bottom: 16px;
  }

  .page._developer .section__info .section__info-items {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page._developer .section__info ._order-1 {
    order: 0;
  }
  .page._developer .section__info ._order-2 {
    order: 1;
  }
  .page._developer .section__info ._order-3 {
    order: 2;
  }
  .page._developer .section__info ._order-4 {
    order: 3;
  }

  .page._developer .section__info .section__info-item {
    grid-template-columns: 24px auto;
  }

  .page._developer .section__info .section__info-icon img {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 600px) {
  .banner._sdk {
    background: url("../../img/developer-bg-banner-sdk-mobile.png") no-repeat
      center;
  }
}
@media screen and (max-width: 450px) {
  .page._developer .section._entry .section__buttons .button {
    max-width: 100%;
  }
  .banner._sdk .banner__button .button {
    max-width: 100%;
  }
  .banner._first-lesson .banner__button .button {
    width: 100%;
  }
}
