/* //marketplace */
.page._marketplace .section._entry .section__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

/* .section._apps-category .section__bg {
    height: 530px;
    background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), rgba(0, 255, 215, 0.10);
  } */

/* .section._apps-category .section__bg img {
    margin-left: auto;
  } */

.apps-category__title h4 {
  font-family: Kaspersky Sans Text;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
  color: #1f3238;
}

.card._app .card__title {
  margin-bottom: 4px;
  max-height: 48px;

  text-align: center;
  font-family: Kaspersky Sans Text;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  color: #1f3238;
  height: auto;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.card._partner .card__title {
  max-height: 48px;
  line-height: 24px; /* 133.333% */
  height: auto;
  font-weight: 600;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.card._partner .card__description {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card._partner .card__description.short {
  -webkit-line-clamp: 3;
}
.card._app .card__description {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.card._app .card__description.short {
  -webkit-line-clamp: 1;
}
.card._app .card__tags {
  overflow: visible;
  bottom: 24px;
}
.card._app .card__tags .tag {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  border-bottom: none;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
.card._app .card__tags .tag img {
  max-width: 16px;
  max-height: 15px;
}

.card._app .card__tags .tag-tooltip {
  position: absolute;
  top: -54px;

  padding: 8px 16px;
  border-radius: 8px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16),
    0px 0px 1px 0px rgba(0, 0, 0, 0.08);

  /* border: 1px solid rgba(0, 0, 0, 0.2); */
  background: #fff;
  white-space: nowrap;
  color: #1f3238;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;

  opacity: 0;
  visibility: hidden;
}

.card._app .card__tags .tag-tooltip:before {
  content: "";
  z-index: 0;
  clip-path: polygon(0% 100%, 100% 100%, 50% 50%, 0% 0%);
  position: absolute;
  bottom: -6px;
  left: calc(50% - 6px);

  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(315deg);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16),
    0px 0px 1px 0px rgba(0, 0, 0, 0.08);
}

.card._app .card__tags .tag:hover .tag-tooltip {
  opacity: 1;
  visibility: visible;
}

.card._app .card__tags .tag:before {
}

.section._apps-category .section__title._fs-xl {
  color: #1f3238;
  font-family: Kaspersky Sans Text;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 133.333% */
}

.apps__filters .checkbox__wrap:before {
  top: -1px;
  left: 0px;
  border: 2px solid #627074;
  transition: all 0.15s ease;
}

.apps__filters .checkbox:hover .checkbox__wrap:before {
  border: 2px solid #00f2c2;
}
.apps__filters
  .checkbox:hover
  .checkbox__input[disabled]
  + .checkbox__wrap:before {
  border-color: #d2d6d7;
}

.card._app .card__link {
  transition: all 0.15s ease;
}

.banner._dark .banner__image:before {
  content: none;
}

._app-partners .app-partners__not-found {
  flex-direction: column;
  align-items: center;
}

._app-partners .app-partners__not-found img {
  width: 120px;
  height: 120px;
}

.modal._app-license .modal__container,
.modal._eula .modal__container {
  max-width: 1110px !important;
}

.modal._app-license .form__title h2,
.modal._eula .form__title h2 {
  color: #373737;

  font-family: Kaspersky Sans Text;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px; /* 110.526% */
  text-align: left;
}
.modal._app-license .form__info,
.modal._eula .form__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  white-space: break-spaces;
}
.modal._app-license .form__info p,
.modal._eula .form__info p {
  color: #1f3238;
  font-family: Kaspersky Sans Text;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
._app .app__info {
  padding-bottom: 100px;
}
._app .app__info-links {
  display: flex;
  gap: 32px;
}

._app .app__info-links a {
  color: #13bb9a;
  text-decoration: none;
  border: none;
}

.app__content-more {
  display: none;
  padding-top: 16px;
}
.app__content-more._show {
  display: block;
}
.app__content._open .app__content-more {
  display: block;
}
.app__content-more a {
  display: flex;
  align-items: center;
}
.app__content-more span {
  margin-top: -1px;
  font-weight: 500;
}
.app__content-more a .icon {
  margin-top: 0;
}
.app__content._open .app__content-more .icon {
  transform: rotate(270deg);
}
.page._marketplace .section._entry {
  position: relative;
  box-shadow: -20px 25px 50px #00010c;
  background: #00010c;
  margin-bottom: 80px;
  overflow: hidden;
}
.page._marketplace .section._entry .section__bg {
  /* background: #18191A; */
  background: #00010c;

  overflow: hidden;
  position: absolute;
  left: auto;
  top: 0;
  /* right: 0; */
  right: -290px;
  bottom: 0;
  z-index: -1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: flex-end;
}
.page._marketplace .section._entry .section__bg:before {
  content: "";
  z-index: 111;
  height: 100%;
  width: 0px;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 8px 0px 40px 15px #00010c;
}
.page._marketplace .section._entry .section__bg::after {
  content: "";
  z-index: 111;
  height: 0;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  box-shadow: 0px -5px 40px 15px #00010c;
}
.page._marketplace .section._entry .section__bg img {
  position: relative;
  width: auto;
  object-fit: contain;
  max-width: 100%;
  height: 100%;
}

.page._marketplace .section._entry .section__bg video {
  /* width: auto;
    object-fit: contain;
    max-width: 100%;
    height: 100%; */
  width: 1280px;
  object-fit: contain;
  max-width: 100%;
  height: 114%;
}
.page._marketplace .section__breadcrumbs {
  margin-bottom: 60px;
}

.page._marketplace .section._entry .container {
  position: relative;
  z-index: 1;
  padding-top: 78px;
  padding-bottom: 60px;
}

.page._marketplace .section__image {
  width: 96px;
  height: auto;
  margin-bottom: 16px;
}

.page._marketplace .section__image img {
  width: 100%;
  height: auto;
}
.page._marketplace .section._entry .section__title {
  max-width: 50%;
  margin-bottom: 40px;

  font-family: Kaspersky Sans Text;
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  text-align: left;
  color: #fff;
}

.page._marketplace .section._entry .section__subtitle {
  max-width: 35%;
}

.page._marketplace .section._entry .section__subtitle p {
  font-family: Kaspersky Sans Text;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
}

.page._marketplace .section._platform {
  margin-bottom: 80px;
}
.page._marketplace .section._platform .section__block {
  display: flex;
  gap: 62px;
  margin-bottom: 64px;
}
.page._marketplace .section._platform .section__block-video {
  max-width: 554px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.page._marketplace .section._platform .section__block-description {
  width: fit-content;
}
.page._marketplace .section._platform .section__block-text {
  font-family: Kaspersky Sans Text;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;

  margin-top: 8px;
  margin-bottom: 24px;
}
.page._marketplace .section._platform .section__block-text span {
  color: #00ffd7;
}

.page._marketplace .section._platform .section__links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.page._marketplace .section._platform .section__links-item {
  padding: 32px;
  background-color: #1f3238;
  border-radius: 16px;
  width: 100%;
  max-width: 384px;
}
.page._marketplace .section._platform .item._links {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page._marketplace .section._platform .item__icon {
  width: 64px;
  height: auto;
  margin-bottom: 24px;
}
.page._marketplace .section._platform .item__icon img {
  width: 100%;
  height: auto;
}
.page._marketplace .section._platform .item__title {
  font-family: Kaspersky Sans Text;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #fff;
  margin-bottom: 16px;
}
.page._marketplace .section._platform .item__description {
  font-family: Kaspersky Sans Text;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #fff;
  opacity: 0.7;
  margin-bottom: 24px;
}
.page._marketplace .section._platform .item__description span {
  color: #00ffd7;
}
.page._marketplace .section._platform .item__button {
  margin-top: auto;
}
.page._marketplace .section._platform .item__button .button {
  width: 100%;
}
.page._marketplace .section._photos {
  padding-top: 64px;
  padding-bottom: 80px;
  background-image: url("../img/appicenter/slider-bg.svg");
  background-repeat: no-repeat;
  background-color: #18191a;
  /* background:
      linear-gradient(170deg, #18191a 0%, rgba(24, 25, 26, 0) 100%) rgba(0, 255, 215, 0.24); */
}
.page._marketplace .section._photos .section__wraper {
  display: flex;
  gap: 35px;
  margin-bottom: 220px;
}
.page._marketplace .section._photos .section__info {
  min-width: 33.5%;
  max-width: 402px;
  width: 100%;
  margin-bottom: 64px;
}
.page._marketplace .section._photos .section__image {
  width: 96px;
  height: auto;
  margin-bottom: 24px;
}
.page._marketplace .section._photos .section__image img {
  width: 100%;
  height: auto;
}
.page._marketplace .section._photos .section__title {
  margin-bottom: 16px;

  font-family: Kaspersky Sans Text;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
}
.page._marketplace .section._photos .section__subtitle {
  margin-bottom: 24px;
}
.page._marketplace .section._photos .section__subtitle p {
  font-family: Kaspersky Sans Text;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
.page._marketplace .section._photos .section__button {
}
.page._marketplace .section._photos .section__slider {
  position: relative;
  /* padding: 47px; */
  /* background-image: url('../img/appicenter/notebook-mask@2x.png'); */
}
.page._marketplace .section._photos .section__slider .section__slider-bg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 848px;
}
.page._marketplace .section._photos .section__slider .section__slider-bg img {
  width: 100%;
  height: auto;
}
.page._marketplace .section._photos .section__slider .swiper-container {
  position: relative;
  overflow: hidden;
  margin-left: 93px;
  margin-top: 37px;
}
.page._marketplace .section._photos .swiper-wrapper {
  max-width: 668px;

  /* overflow: hidden; */
}
.page._marketplace .section._photos .section__slider-item {
  max-width: 668px;
}
.page._marketplace .section._photos .section__photos-item {
}
.page._marketplace .section._photos .item {
}
.page._marketplace .section._photos .item a {
  border: none;
  display: block !important;
}
.page._marketplace .section._photos .item .item__image {
  border-radius: 4px;
  overflow: hidden;
}
.page._marketplace .section._photos .play-video-link {
}
.page._marketplace .section._photos .play-video-link .item__image {
  border-radius: 4px;
  overflow: hidden;
}
.page._marketplace .section._photos .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  bottom: -100px;
  padding-left: 90px;
}
.page._marketplace
  .section._photos
  .swiper-pagination
  .swiper-pagination-bullet {
  background-color: #fff;
  width: 8px;
  height: 8px;
  opacity: 1;
  transition: all 0.15s ease;
}
.page._marketplace
  .section._photos
  .swiper-pagination
  .swiper-pagination-bullet:hover {
  opacity: 0.5;
}
.page._marketplace
  .section._photos
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #09fdd6;
  transform: scale(2);
}
.page._marketplace
  .section._photos
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  opacity: 1;
}
.page._marketplace .section._photos .swiper-button-next {
  top: 53%;
  right: -78px;
}
.page._marketplace .section._photos .swiper-button-next .icon._arrow {
  width: 28px;
  height: 22px;
}
.page._marketplace .section._photos .swiper-button-prev {
  top: 53%;
}
.page._marketplace .section._photos .swiper-button-prev .icon._arrow {
  width: 28px;
  height: 22px;
}
.page._marketplace .section._photos .swiper-button-next::after {
  content: none;
}
.page._marketplace .section._photos .swiper-button-prev::after {
  content: none;
}

.fancybox-slide--html .fancybox-close-small {
  display: none;
}
.fancybox-content {
  /* max-width: 66.5%;
    padding: 0;
    border-radius: 16px; */
  /* max-width: 62.5%; */
  /* width: 59vw; */
  max-width: 105vh;
  width: 70vw;
  height: 65vh;
  max-height: 65vh;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
}
.fancybox-content a {
  border: none;
}
.fancybox-container .fancybox-thumbs {
  bottom: 4vh;
}
.fancybox-container .fancybox-navigation [data-fancybox-prev] {
  left: 8vw;
}
.fancybox-container .fancybox-navigation [data-fancybox-next] {
  right: 8vw;
}
.fancybox-container .fancybox-bg {
  background: #18191a;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.97;
  background: #18191a;
}
.page._marketplace .section._photos .section__steps {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  gap: 32px;
  list-style-type: none;
  counter-reset: num;
}
.page._marketplace .section._photos .section__step {
  position: relative;
  max-width: 378px;
  min-width: 378px;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;

  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
.page._marketplace .section._photos .section__step:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: -52px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #1f3238;

  font-family: "Kaspersky Sans Text", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #00ffd7;
}

.page._marketplace .section._conditions {
  background-color: #18191a;
}

.page._marketplace .section._conditions .section__link {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.page._marketplace .section._conditions .section__link a {
  font-family: "Kaspersky Sans Text", sans-serif;

  font-weight: 400;
  font-size: 12px;
  line-height: 1.33333;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: none;
  transition: all 0.25s ease;
}

.page._marketplace .section._conditions .section__link a:hover {
  color: #fff;
}

.full-screen {
  display: block !important;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  border: none;
}
.fancybox-content .full-screen:before {
  content: none;
}
.fancybox-content .full-screen .full-screen__title {
  display: none;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
  border-radius: 8px !important;
}
.fancybox-container .fancybox-thumbs__list a:before {
  border-radius: 8px !important;
}
.fancybox-container.fancybox-show-thumbs
  .fancybox-thumbs__list
  .fancybox-thumbs-active:hover::before {
  border-radius: 8px !important;
}
.fancybox-container.fancybox-show-thumbs
  .fancybox-thumbs__list
  a:hover::before {
  border-radius: 8px !important;
}
.fancybox-slide--video .fancybox-content {
  z-index: 99994;
  height: fit-content !important;
}
.fancybox-content {
  z-index: -1;
}

.footer._dark .footer__bottom .footer__socials img {
  transition: all 0.3s ease;
  filter: brightness(10);
}

.banner._md .banner__wrap {
  flex-direction: row;
  min-height: 314px;
  /* height: 100%; */
}
.banner._reverse {
  padding-right: 0;
}

.banner._md .banner__image {
  position: absolute;
  z-index: -1;
  right: 0;
  width: auto;
  min-width: auto;
  height: 100%;
  max-width: 100%;
}

.banner._md .banner__image img {
  width: auto;
  min-width: auto;
  max-width: 539px;
  height: 100%;
}

.banner._reverse .banner__content {
  max-width: 510px;
}
.apps__filter-list-item .checkbox__wrap {
  align-items: flex-start;
}
.card._partner .card__link:hover {
  border: 1px solid #00f2c2;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(38, 202, 153, 0.24);
}
.app-partner__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.app__content-more a {
  display: flex;
  align-items: center;
}
.app__content-more a .icon {
  display: flex;
  align-items: center;
}

@media (min-width: 1366px) and (max-width: 1599.9px) {
  /* .page._marketplace .section._entry .section__bg {
      right: -20vw;
    } */
}

@media screen and (min-width: 1023px) {
  .card._app .card__link {
    position: relative;
  }
  .card._app .card__link:before {
    content: "";
    z-index: -1;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transition: all 0.15s ease;
  }
  .card._app:hover .card__link:before {
    box-shadow: 0px 4px 16px rgba(38, 202, 153, 0.24), inset 0 0 1px #00f2c2;
  }
  .card._app:hover .card__link {
    border: 1px solid #00f2c2;
    box-shadow: 0 0 0 1px inset #00f2c2;
    /* box-shadow: 0px 4px 16px rgba(38, 202, 153, 0.24), inset 0 0 1px #00f2c2; */
  }

  .card._partner .card__link {
    position: relative;
  }
  .card._partner .card__link:before {
    content: "";
    z-index: -1;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transition: all 0.15s ease;
  }
  .card._partner:hover .card__link:before {
    box-shadow: 0px 4px 16px rgba(38, 202, 153, 0.24), inset 0 0 1px #00f2c2;
  }
  .card._partner:hover .card__link {
    border: 1px solid #00f2c2;
    box-shadow: 0 0 0 1px inset #00f2c2;
    /* box-shadow: 0px 4px 16px rgba(38, 202, 153, 0.24), inset 0 0 1px #00f2c2; */
  }
  .page._marketplace .section._photos .section__slider {
    max-width: 761px;
  }
  .app__short-info {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1439.9px) {
  /* .page._marketplace .section._entry .section__bg {
      right: -30vw;
    } */
  .page._marketplace .section__image {
    width: 6.25vw;
    max-width: 96px;
  }
  .page._marketplace .section._entry .section__title {
    margin-bottom: 3.13vw;
    font-size: 4.69vw;
    line-height: 1;
  }
  .page._marketplace .section._photos .section__wraper {
    display: flex;
    /* flex-direction: column; */
    gap: 3vw;
    margin-bottom: 18vw;
  }
  .page._marketplace .section._photos .section__info {
    max-width: 330px;
  }
  .page._marketplace .section._photos .section__image {
    width: 64px;
  }
  .page._marketplace .section._photos .section__title {
    font-size: 32px;
    line-height: 1;
  }
  .page._marketplace .section._photos .section__subtitle p {
    font-size: 18px;
  }
  .page._marketplace .section._photos .section__slider {
    /* max-width: 480px; */
    max-width: 46.88vw;
  }
  .page._marketplace .section._photos .section__slider .swiper-container {
    max-width: 668px;
    /* margin-left: 57px; */
    margin-left: 5.57vw;
    /* margin-top: 22px; */
    margin-top: 2.15vw;
  }

  .page._marketplace .section._photos .section__slider .section__slider-bg {
    /* width: 532px; */
    width: 51.95vw;
  }

  .page._marketplace .section._photos .swiper-button-next {
    top: 14vw;
    right: -6vw;
  }

  .page._marketplace .section._photos .swiper-button-prev {
    top: 14vw;
    left: -1vw;
  }

  .page._marketplace .section._photos .swiper-pagination {
    bottom: auto;
    top: 36vw;
  }

  .page._marketplace .section._platform .section__links-item {
    padding: 24px 16px;
    /* max-width: 268px; */
    max-width: 26.17vw;
  }
  .page._marketplace .section._photos .section__step {
    max-width: 25vw;
    min-width: 25vw;
  }
}
@media (min-width: 740px) and (max-width: 1023.9px) {
  .app__content-more {
    padding-top: 16px;
  }
  .app__content._open .app__content-more {
    padding-top: 0;
  }
  .container {
    padding: 0 40px;
    margin: 0;
  }
  .page._marketplace .section._entry .container {
    max-width: 100%;
  }
  .page._marketplace .section._entry {
    margin-bottom: 16px;
  }
  .page._marketplace .section._entry .section__bg {
    /* right: -35%; */
    right: -267px;
    /* bottom: -16%; */
    bottom: 0;
    max-width: 950px;
  }
  .page._marketplace .section__breadcrumbs {
    margin-bottom: 52px;
  }
  .page._marketplace .section._entry .section__title {
    margin-bottom: 32px;

    text-align: left;
    font-family: Kaspersky Sans Text;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1; /* 129.167% */
    letter-spacing: -0.48px;
  }

  .section._apps-category .section__title._fs-xl {
    color: var(--100, #1f3238);
    font-family: Kaspersky Sans Text;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px; /* 150% */
    letter-spacing: -0.56px;
  }
  .card._app .card__tags {
    bottom: 24px;
  }

  .page._marketplace .section__image {
    width: 64px;
    height: auto;
    margin-bottom: 16px;
  }
  .page._marketplace .section._entry .section__subtitle {
    max-width: 60%;
  }
  .page._marketplace .section._entry .section__subtitle p {
    font-family: Kaspersky Sans Text;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.25;
    color: #fff;
    text-align: left;
  }
  .page._marketplace .section._platform .section__block {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .page._marketplace .section._platform .section__block-video {
    max-width: 100%;
  }
  .page._marketplace .section._platform .section__links-item {
    padding: 24px;
    /* max-width: 332px; */
    max-width: 43vw;
  }
  .page._marketplace .section._platform .item__icon {
    width: 64px;
    height: auto;
    margin-bottom: 16px;
  }
  .page._marketplace .section._photos {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .page._marketplace .section._photos .section__wraper {
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin-bottom: 164px;
  }
  .page._marketplace .section._photos .section__info {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }
  .page._marketplace .section._photos .section__slider .section__slider-bg {
    position: absolute;
    top: 0px;
    left: 0;
    width: 89.58vw;
  }
  .page._marketplace .section._photos .section__slider .swiper-container {
    position: relative;
    overflow: hidden;
    /* margin-left: 76px; */
    margin-left: 9.9vw;
    /* margin-top: 30px; */
    margin-top: 3.91vw;
    max-width: 70.57vw;
  }
  .page._marketplace .section._photos .swiper-wrapper {
    /* max-width: 542px; */
    max-width: 70.57vw;
  }
  .page._marketplace .section._photos .section__slider-item {
    /* max-width: 542px; */
    max-width: 70.57vw;
  }
  .page._marketplace .section._photos .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    bottom: -90px;
    padding-left: 0px;
  }
  .page._marketplace .section._photos .swiper-button-prev {
    top: 54%;
  }
  .page._marketplace .section._photos .swiper-button-next {
    top: 54%;
    right: 0;
  }
  .page._marketplace .section._photos .section__steps {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    list-style-type: none;
    counter-reset: num;
    margin-left: 70px;
  }
  .page._marketplace .section._photos .section__step {
    position: relative;
    max-width: 100%;
  }
  .page._marketplace .section._photos .section__step:before {
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: -7px;
    left: -64px;
  }
  .full-screen:hover:before {
    opacity: 0;
  }
  .full-screen__title {
    display: none;
  }
  .fancybox-content {
  }
  .fancybox-content {
    border-radius: 16px;
    max-width: 90vw;
    width: 89vw;
    height: 55.5vw;
    max-height: 55.5vw;
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
  }
  .fancybox-container.fancybox-show-thumbs .fancybox-slide {
    padding: 9.7vh 40px 24.5vh;
  }
  .fancybox-content a {
    border: none;
  }
  .fancybox-container .fancybox-thumbs {
    bottom: 4vh;
  }
  .fancybox-container .fancybox-navigation [data-fancybox-prev] {
    left: 8vw;
    display: none;
  }
  .fancybox-container .fancybox-navigation [data-fancybox-next] {
    right: 8vw;
    display: none;
  }

  .page._marketplace .section._platform .item__button {
  }
  .page._marketplace .section._platform .item__button .button {
    padding: 0 16px;
  }
  .app__gallery-slider {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    height: fit-content;
    width: 100%;
    margin: 0;
  }
  .app__gallery-slider:before {
    content: none;
  }
}

@media screen and (max-width: 739.9px) {
  .app__content-more {
    padding-top: 16px;
  }
  .app__content._open .app__content-more {
    padding-top: 0;
  }
  .app__content-wrap {
    margin-bottom: 0;
  }
  .app__content {
    padding-bottom: 48px;
  }

  .section._apps-category .section__title._fs-xl {
    color: var(--100, #1f3238);
    font-family: Kaspersky Sans Text;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px; /* 150% */
    letter-spacing: -0.56px;
  }
  .apps__list {
    gap: 16px;
  }

  .page._app-partner .card._app .card__title {
    text-align: center;
  }
  .card._app .card__title {
    text-align: left;
  }
  .apps__list-item .card._app .card__common {
    margin-bottom: 16px;
  }
  .apps__list-item .card._app .card__link {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #d2d6d7;
  }
  .apps__list-item .card._app .card__tags {
    position: absolute;
    left: 115px;
  }
  ._app .app__info {
    padding-bottom: 0;
  }

  .container {
    margin: 0;
  }
  .page._marketplace .section._entry {
    margin-bottom: 16px;
  }
  .page._marketplace .section._entry .container {
    z-index: 1;
    padding-top: 78px;
    padding-bottom: 50px;
  }
  .page._marketplace .section._entry .section__bg {
    right: -256px;
    bottom: 32%;
    /* max-width: 933px; */
    max-width: 170.8vw;
  }
  .page._marketplace .section__breadcrumbs {
    margin-bottom: 28px;
  }
  .page._marketplace .section__breadcrumbs .breadcrumbs a::before {
    content: "";
    background: url(../img/icon_right-chevron-small-white.svg) no-repeat center
      center;
    display: inline-block;
    transform: rotate(180deg);
    width: 5px;
    height: 8px;
    margin-top: 0px;
    background-size: contain;
    margin-right: 8px;
  }

  .page._marketplace .section._entry .section__title {
    margin-bottom: 20px;

    text-align: left;
    font-family: Kaspersky Sans Text;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
  }

  .section._apps-category .section__title._fs-xl {
    color: var(--100, #1f3238);
    font-family: Kaspersky Sans Text;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px; /* 150% */
    letter-spacing: -0.56px;
  }
  .card._app .card__tags {
    bottom: 24px;
  }

  .page._marketplace .section__image {
    width: 64px;
    height: auto;
    margin-bottom: 4px;
  }
  .page._marketplace .section._entry .section__subtitle {
    max-width: 80%;
  }
  .page._marketplace .section._entry .section__subtitle p {
    font-family: Kaspersky Sans Text;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    text-align: left;
  }
  .page._marketplace .section._platform {
    margin-bottom: 48px;
  }
  .page._marketplace .section._platform .section__block {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 50px;
  }
  .page._marketplace .section._platform .section__block-text {
    margin-top: 0;

    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
  }
  .page._marketplace .section._platform .section__block .button {
    width: 100%;
  }
  .page._marketplace .section._platform .section__block-video {
    max-width: 100%;
  }
  .page._marketplace .section._platform .section__links-item {
    padding: 24px 16px;
    /* max-width: 332px; */
    max-width: 100%;
  }
  .page._marketplace .section._platform .item__icon {
    width: 48px;
    height: auto;
    margin-bottom: 16px;
  }
  .page._marketplace .section._platform .section__links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }
  .page._marketplace .section._platform .item__button .button {
    width: 100%;
    padding: 0 10px;
  }
  .page._marketplace .section._platform .item._links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
  }
  .page._marketplace .section._platform .item__title {
    margin-left: 16px;
    max-width: 70%;

    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
  }
  .page._marketplace .section._platform .item__description {
    margin-bottom: 16px;

    font-weight: 400;
    font-size: 14px;
    line-height: 1.28571;
    color: #fff;
  }
  .page._marketplace .section._platform .item__button {
    width: 100%;
  }
  .page._marketplace .section._photos {
    padding-top: 20px;
    padding-bottom: 60px;
    background-blend-mode: hard-light;
  }

  .page._marketplace .section._photos .section__wraper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 126px;
  }
  .page._marketplace .section._photos .section__image {
    width: 64px;
    height: auto;
    margin-bottom: 16px;
  }
  .page._marketplace .section._photos .section__title {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.14286;
    color: #fff;
  }
  .page._marketplace .section._photos .section__subtitle {
  }
  .page._marketplace .section._photos .section__subtitle p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    color: #fff;
  }
  .page._marketplace .section._photos .section__button .button {
    width: 100%;
  }
  .page._marketplace .section._photos .section__info {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }
  .page._marketplace .section._photos .section__slider .section__slider-bg {
    position: absolute;
    top: 0px;
    left: 0;
    width: 91.58vw;
  }
  .page._marketplace .section._photos .section__slider .swiper-container {
    position: relative;
    overflow: hidden;
    /* margin-left: 76px; */
    margin-left: 9.9vw;
    /* margin-top: 30px; */
    margin-top: 3.91vw;
    max-width: 72.57vw;
  }
  .page._marketplace .section._photos .swiper-wrapper {
    /* max-width: 542px; */
    max-width: 72.57vw;
  }
  .page._marketplace .section._photos .section__slider-item {
    /* max-width: 542px; */
    max-width: 72.57vw;
  }
  .page._marketplace .section._photos .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    bottom: -60px;
    padding-left: 0px;
  }
  .page._marketplace .section._photos .swiper-button-prev {
    top: 54%;
    display: none;
  }
  .page._marketplace .section._photos .swiper-button-next {
    top: 54%;
    right: 0;
    display: none;
  }
  .page._marketplace .section._photos .section__steps {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    width: 75%;
    list-style-type: none;
    counter-reset: num;
    margin-left: 64px;
  }
  .page._marketplace .section._photos .section__step {
    position: relative;
    max-width: 100%;
    min-width: 100%;

    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    color: #fff;
  }
  .page._marketplace .section._photos .section__step:before {
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -64px;
  }
  .full-screen:hover:before {
    opacity: 0;
  }
  .full-screen__title {
    display: none;
  }
  .fancybox-content {
    width: 100%;
    height: auto;
    max-height: fit-content;

    max-width: 100%;
    padding: 0;
    border-radius: 0;
  }
  .fancybox-container.fancybox-show-thumbs .fancybox-slide {
    padding: 9.7vh 0 24.5vh;
  }
  .fancybox-content a {
    border: none;
  }
  .fancybox-container .fancybox-thumbs {
    bottom: 4vh;
  }
  .fancybox-container .fancybox-navigation [data-fancybox-prev] {
    left: 8vw;
    display: none;
  }
  .fancybox-container .fancybox-navigation [data-fancybox-next] {
    right: 8vw;
    display: none;
  }

  .footer__top {
    height: 750px;
  }

  .breadcrumbs > span:first-child {
    display: none;
  }
  .breadcrumbs span:nth-child(2) {
    display: none;
  }

  .app-partners__list-item .card._partner .card__link {
    border-radius: 0;
  }
  .app-partners__list-item .card._partner .card__image {
    padding: 0 3px;
  }
  .app__gallery-slider {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    height: fit-content;
    width: 100%;
    margin: 0;
  }
  .app__gallery-slider:before {
    content: none;
  }
  .app__gallery-item {
    /* margin-right: 16px; */
    width: 284px;
    max-width: 284px;
    min-width: 284px;

    height: auto;

    /* margin-right: 16px;
        width: 100%;
        max-width: 100%;
        min-width: 284px;
        height: auto; */
  }
  .app__gallery-item a {
    max-width: 284px;
  }
  .app__gallery-item img {
    max-width: 284px;
    height: auto;
  }
}
@media (min-width: 740px) and (max-width: 1265.9px) {
  .apps__banners .banner {
    border-radius: 12px !important;
  }
  .banner._reverse .banner__content {
    padding-left: 60px;
    padding-right: 24px;
    width: 57%;
    margin-right: auto;
  }
  .banner._md .banner__image {
    position: absolute;
    z-index: -1;
    width: auto;
    min-width: auto;
    height: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 740px) {
  .apps__banners .banner {
    border-radius: 12px !important;
  }
  .banner._md .banner__wrap {
    padding: 0;
  }
  .banner._md .banner__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
  }
  .banner._md .banner__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-align: left;
  }
  .banner._md .banner__image {
    position: absolute;
    z-index: -1;
    right: 0;
    width: auto;
    min-width: auto;
    height: 100%;
    max-width: 100%;
  }
  .banner._md .banner__content {
    width: 100%;
    padding: 40px;
  }
}
