@media screen and (max-width: 1023px) {
  .about-info__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-info__content {
    padding-right: 0;
    /* margin-bottom: 40px; */
    margin-bottom: 0;
  }
  .about-info__media {
    width: 100%;
    min-width: 1px;
  }
  .about-info__media img {
    width: 100%;
  }
  .solution__about-info .about-info__list {
    margin-left: 0;
    margin-right: 0;
  }
  .about-info__list {
    gap: 32px;
    margin: 0;
    /* display: none; */
  }
  .about-info__list-item {
    width: calc(33% - 32px);
  }
}
@media screen and (max-width: 740px) {
  .breadcrumbs > span:nth-last-child(-n + 2) {
    display: none;
  }
  .about-info__title {
    margin-bottom: 16px;
  }
  .about-info__content .button {
    margin-top: 12px;
  }
  .about-info__content .button__title span {
    display: none;
  }
  .about-info__list-item {
    width: calc(50% - 32px);
  }
}
@media screen and (max-width: 410px) {
  .about-info__list-item {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .anchors {
    white-space: nowrap;
    overflow: auto;
    border-color: transparent;
  }
  .anchors__item {
    border-bottom: 2px solid #ededed;
  }
  .anchors__item a._active:before {
    bottom: -2px;
  }
  .section._dark .anchors__item {
    border-bottom: 2px solid transparent;
  }
}
@media screen and (max-width: 740px) {
  .anchors:after {
    content: "";
    height: 20px;
    width: 16px;
    min-width: 16px;
  }
  .anchors:before {
    content: "";
    height: 20px;
    width: 16px;
    min-width: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .page._app .page__wrap {
    padding-bottom: 48px;
  }
  .page._app .page__related .apps-category {
    padding-top: 52px;
  }
  .page._app .page__related .apps-category__header {
    margin-bottom: 32px;
  }
  .app__logo {
    width: 86px;
    min-width: 86px;
    height: 95px;
  }
  .app__short-info {
    padding-left: 27px;
    padding-right: 16px;
    font-size: 14px;
    line-height: 18px;
  }
  .app__short-info p {
    margin-bottom: 6px;
  }
  .app__title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 4px;
  }
  .app__header {
    padding-top: 116px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .app__os-info {
    padding: 24px 20px;
    margin-bottom: 52px;
  }
  .app__os-info .button {
    margin-left: 16px;
  }
  .app__gallery {
    padding-bottom: 52px;
  }
  .app__gallery-slider {
    height: 342px;
    margin: 0 -40px;
    overflow: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .app__gallery-slider:before {
    content: "";
    width: 40px;
    min-width: 40px;
    height: 100px;
  }
  .app__gallery-slider:after {
    content: "";
    width: 40px;
    min-width: 40px;
    height: 100px;
  }
  .app__gallery-item {
    margin-right: 20px;
  }
  .app__gallery-item:last-child {
    margin-right: 0;
  }
  .app__gallery-item img {
    max-height: 342px;
  }
  .app__content {
    padding-top: 50px;
    padding-bottom: 54px;
  }
  .app__content-title {
    margin-bottom: 32px;
  }
  .app__content-wrap {
    height: 266px;
    margin-bottom: 25px;
  }
  .app__info {
    padding-top: 52px;
    padding-bottom: 10px;
  }
  .app__info-list-item {
    width: 33.333335%;
    padding-right: 24px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 740px) {
  .app__header {
    padding-top: 96px;
    padding-right: 5px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .app__logo {
    width: 112px;
    min-width: 112px;
    height: 120px;
  }
  .app__more-info {
    width: 100%;
    padding-top: 32px;
  }
  .app__more-info .button {
    width: 100%;
  }
  .app__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .app__os-info {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
    text-align: center;
    margin-bottom: 48px;
  }
  .app__os-info .button {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
  .app__gallery {
    padding-bottom: 48px;
  }
  .app__gallery-slider {
    height: 494px;
    overflow: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .app__gallery-item {
    margin-right: 16px;
    width: 223px;
    min-width: 223px;
    height: 494px;
  }
  .app__gallery-item a {
    border: none;
  }
  .app__gallery-item a:not(.app__gallery-item-play) {
    display: block;
    width: 100%;
    height: 100%;
  }
  .app__gallery-item img {
    width: 100%;
    height: 100%;
    max-width: 9999px;
    max-height: 9999px;
    object-fit: cover;
  }
  .app__content {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .app__content-title {
    margin-bottom: 24px;
  }
  .app__content-wrap {
    max-height: 424px;
    height: auto;
    margin-bottom: 32px;
  }
  .app__info {
    padding-top: 48px;
    padding-bottom: 24px;
  }
  .app__info-title {
    margin-bottom: 32px;
  }
  .app__info-list-item {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 1023px) {
  .page._app-partners .page__header {
    padding-top: 136px;
    padding-bottom: 40px;
  }
  .page._app-partners .page__header h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .app-partners__list-item {
    width: 33.333335%;
  }
}
@media screen and (max-width: 740px) {
  .page._app-partners .page__header {
    padding-top: 96px;
  }
  .app-partners__list-item {
    width: 100%;
  }
  .app-partners__list-item .card._partner .card__link {
    padding: 0;
    border: none;
    border-top: 1px solid #e9ebeb;
    padding: 20px 0;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .app-partners__list-item .card._partner .card__image {
    width: 120px;
    min-width: 120px;
    height: auto;
    margin-bottom: 0;
  }
  .app-partners__list-item .card._partner .card__common {
    padding-left: 14px;
  }
}

@media screen and (max-width: 1023px) {
  .page._apps:after {
    content: "";
    position: absolute;
    top: 0;
    height: 366px;
    left: 0;
    right: 0;
    background: linear-gradient(
      180deg,
      #f1f1ff 0%,
      rgba(241, 241, 255, 0) 100%
    );
    z-index: 10;
  }
  .page._apps .page__header {
    padding: 136px 0 48px;
  }
  .page._apps .page__header h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .apps {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .apps__filter {
    margin-bottom: 0;
    padding: 32px 16px;
    /* border-bottom: 1px solid #e9ebeb; */
  }
  .apps__filter-header {
    margin-bottom: 0;
  }
  .apps__filter-list {
    display: none;
    padding-top: 32px;
  }
  .apps__filter-title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .apps__filter-title:after {
    content: "";
    margin-left: 8px;
    margin-top: 3px;
    width: 7px;
    height: 12px;
    transform: rotate(90deg);
    background: url("../img/icon_right-chevron-small-gray.svg") no-repeat center
      center;
    background-size: contain;
  }
  .apps__filter._open .apps__filter-list {
    display: block;
  }
  .apps__filter._open .apps__filter-title:after {
    transform: rotate(-90deg);
  }
  .apps__filters {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 375px;
    background: #fff;
    z-index: 2000;
    padding: 56px 0 86px;
  }
  .apps__filters:before {
    content: "";
    background: #1f3238;
    opacity: 0.7;
    left: -100vw;
    position: absolute;
    top: 0;
    right: 375px;
    bottom: 0;
  }
  .apps__filters-count {
    margin-left: 5px;
  }
  .apps__filters-trigger {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    background: rgba(31, 50, 56, 0.04);
    border: none;
    border-radius: 8px;
  }
  .apps__filters-trigger .icon {
    margin-right: 11px;
  }
  .apps__filters-list {
    height: 100%;
    overflow: auto;
  }
  .apps__filters-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 4px 0 16px;
    border-bottom: 1px solid rgba(31, 50, 56, 0.1);
  }
  .apps__filters-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
  }
  .apps__filters-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8px;
    display: -ms-flexbox;
    display: flex;
    height: 86px;
    box-shadow: 0px 0px 8px rgba(31, 50, 56, 0.25);
  }
  .apps__filters-buttons .button {
    width: 100%;
    margin: 0 8px;
  }
  .apps__filters-close {
    border: none;
    width: 48px;
    min-width: 48px;
    height: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .apps__filters._open {
    display: block;
  }
  .apps__banners-slider .banner {
    min-width: 1px;
  }
  .apps__search {
    margin-bottom: 16px;
  }
  .apps__sidebar {
    width: 100%;
    min-width: 1px;
    padding-bottom: 40px;
  }
  .apps__content {
    width: 100%;
    padding-left: 0;
  }
  .apps__list {
    margin: 0 -12px 24px;
  }
  .apps__list-item {
    padding: 0 12px 24px;
  }
}
@media screen and (max-width: 740px) {
  .apps__filters {
    width: 100%;
  }
  .apps__filters:before {
    right: inherit;
    left: inherit;
  }
  .page._apps .page__header {
    padding: 96px 0 40px;
  }
  .page._apps .page__wrap {
    padding-bottom: 48px;
  }
  .apps__pages {
    padding-bottom: 0;
  }
  .apps__banners {
    margin-bottom: 24px;
  }
  .apps__sidebar {
    padding-bottom: 24px;
  }
  .apps__banners .tns-nav {
    display: none;
  }
  .apps__not-found {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }
  .apps__not-found img {
    width: 67px;
  }
  .apps__list {
    margin-bottom: 40px;
  }
  .apps__list-item {
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
  }
  .apps__list-item .card._app .card__description {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
  }
  .apps__list-item .card._app .card__common {
    width: calc(100% - 75px);
  }
  .apps__list-item .card._app .card__common:after {
    bottom: 24px;
  }
  .apps__list-item .card._app .card__link {
    padding: 24px 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1px solid #e9ebeb;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 1px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    border-radius: 0;
  }
  .apps__list-item .card._app .card__tags {
    position: static;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 24px;
    overflow: auto;
  }
  .apps__list-item .card._app .card__tags .tag {
    margin-left: 0;
    margin-right: 8px;
  }
  .apps__list-item .card._app .card__tags:before {
    display: none;
  }
  .apps__list-item .card._app .card__tags:after {
    display: none;
  }
  .apps__list-item .card._app .card__image {
    margin-right: 21px;
    min-width: 70px;
  }
  .apps__list-item:last-child .card._app .card__link {
    border-bottom: 1px solid #e9ebeb;
  }
}

@media screen and (max-width: 1023px) {
  .app-partner {
    padding-top: 124px;
  }
  .app-partner__header {
    margin-bottom: 42px;
  }
  .app-partner__logo {
    width: 154px;
    min-width: 154px;
  }
  .app-partner__short-info {
    padding-left: 24px;
  }
  .app-partner__short-info h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 4px;
  }
  .app-partner__lead {
    margin-bottom: 48px;
  }
  .app-partner__video {
    margin-left: 0;
    margin-right: 0;
    background: none;
    padding: 0;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .app-partner__video-prevu {
    width: 189px;
    min-width: 189px;
    height: 126px;
  }
  .page._app-partner .category__list {
    margin: 0 -40px;
  }
  .page._app-partner .category__list:before {
    content: "";
    display: block;
    width: 40px;
    min-width: 40px;
    height: 100px;
  }
  .page._app-partner .category__list:after {
    content: "";
    display: block;
    width: 40px;
    min-width: 40px;
    height: 100px;
  }
  .page._app-partner .category__list-item {
    margin-right: 16px;
    padding: 0;
    width: 214px;
    min-width: 214px;
  }
  .page._app-partner .category__list-item:last-child {
    margin-right: 0;
  }
  .page._app-partner .category._related-app-partner {
    padding-top: 48px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 740px) {
  .app-partner {
    padding-top: 107px;
  }
  .app-partner__logo {
    width: 100%;
    height: 66px;
    margin-bottom: 24px;
  }
  .app-partner__logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .app-partner__header {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 34px;
  }
  .app-partner__short-info {
    padding-left: 0;
  }
  .app-partner__video {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .app-partner__video-prevu {
    width: 100%;
    height: 61vw;
    margin-bottom: 16px;
  }
  .app-partner__video-common {
    padding-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .section._banner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section._banner .container {
    padding: 0;
  }
  .banner {
    border-radius: 0;
  }
  .banner:before {
    left: 190px;
  }
  .banner__image {
    width: 372px;
    min-width: 372px;
  }
  .banner__wrap {
    min-height: 360px;
  }
  .banner__title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .banner__text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 24px;
  }
  .banner__content {
    padding-left: 24px;
    padding-right: 40px;
    padding-bottom: 0;
  }
  .banner__buttons {
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 213px;
  }
  .banner__buttons .button {
    margin-bottom: 12px;
  }
  .banner__buttons .button:last-child {
    margin-bottom: 0;
  }
  .banner._development .banner__image:after {
    position: absolute;
    content: "";
    left: 0px;
    right: 0;
    top: 20px;
    bottom: 0;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 14.61%),
      linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 33.01%);
  }
  .banner._development .banner__image:before {
    left: 20px;
  }
  .banner._reverse {
    padding-right: 60px;
  }
  .banner._reverse .banner__content {
    padding-left: 60px;
    padding-right: 24px;
    width: 57%;
  }
  .banner._reverse .banner__image {
    width: 44%;
    min-width: 1px;
  }
  .banner._partner {
    padding: 32px 24px;
  }
  .banner._partner p {
    max-width: 440px;
    margin-bottom: 32px;
  }
  .banner._partner .banner__title {
    max-width: 478px;
  }
  .banner._partner > * {
    position: relative;
    z-index: 20;
  }
  .banner._find-partner {
    border-radius: 16px;
  }
  .banner._find-partner .banner__image {
    width: 312px;
    min-width: 312px;
  }
  .banner._find-partner .banner__wrap {
    min-height: 1px;
  }
  .banner._find-partner .banner__title {
    margin-bottom: 32px;
  }
  .banner._find-partner .banner__title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .banner._find-partner .banner__content {
    padding: 32px;
    min-height: 1px;
  }
  .banner._app-partner {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 32px;
  }
  .banner._app-partner:before {
    right: -182px;
  }
  .banner._app-partner .banner__common {
    padding-right: 0;
    margin-bottom: 24px;
  }
  .banner._app-partner .banner__button {
    width: 100%;
  }
  .banner._app-partner .banner__button .button {
    width: 100%;
  }
  .banner._join-partner {
    width: auto;
    margin: 0 -40px;
  }
  .banner._join-partner h2 {
    margin-bottom: 8px;
  }
  .banner._join-partner .banner__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .banner._join-partner .banner__sub-title {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
  }
  .banner._join-partner .banner__logo {
    display: -ms-flexbox;
    display: flex;
    position: static;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .banner._start-use {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .banner._dark .banner__image:before {
    right: 50px;
  }
}
@media screen and (max-width: 740px) {
  .page._posts._events .section._posts ._future .posts__load-more {
    margin-bottom: 56px;
  }
  .banner__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner__image {
    width: 100%;
    height: 330px;
    min-width: 1px;
    padding: 24px 0;
  }
  .banner__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .banner__title {
    margin-bottom: 13px;
  }
  .banner__text {
    margin-bottom: 33px;
  }
  .banner__content {
    padding: 0 16px 48px;
  }
  .banner__buttons {
    max-width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner__buttons .button {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .banner__buttons .button:last-child {
    margin-bottom: 0;
  }
  .banner._reverse {
    padding-right: 0;
  }
  .banner._reverse .banner__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner._md .banner__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .banner._md .banner__text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 24px;
  }
  .banner._md .banner__wrap {
    padding: 40px 56px 24px;
  }
  .banner._md .banner__image {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 32px;
  }
  .banner._md .banner__content {
    width: 100%;
    padding: 0;
  }
  .banner._partner:before {
    width: 122px;
    height: 132px;
    right: -10px;
    top: -34px;
  }
  .banner._partner .button {
    width: 100%;
  }
  .banner._find-partner .banner__image {
    display: none;
  }
  .banner._find-partner .banner__content {
    padding: 24px 24px 32px;
  }
  .banner._find-partner .banner__title {
    margin-bottom: 24px;
  }
  .banner._find-partner .banner__button .button {
    width: 100%;
  }
  .banner._join-partner {
    width: auto;
    margin: 0 -16px;
    padding: 16px 16px 48px;
  }
  .banner._join-partner h2 {
    margin-bottom: 8px;
  }
  .banner._join-partner .banner__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .banner._join-partner .banner__sub-title {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
  }
  .banner._join-partner .banner__logo {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .banner._join-partner .banner__logo img {
    margin-bottom: 24px;
  }
  .banner._join-partner .banner__logo .button {
    width: 100%;
  }
  .banner._start-use {
    padding: 16px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .banner._dark .banner__image:before {
    left: 10px;
    right: 0;
  }
  .banner._dark .banner__image:after {
    position: absolute;
    content: "";
    left: 0px;
    right: 0;
    top: 20px;
    bottom: 0;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 14.61%),
      linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 33.01%);
  }
}

@media screen and (max-width: 1023px) {
  .section._apps-category {
    padding-top: 80px;
    padding-bottom: 52px;
  }
  .section._apps-category .section__title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .section._apps-category .section__text {
    margin-bottom: 32px;
  }
  .section._apps-category .section__bg img {
    max-width: 1692px;
    margin-right: 130px;
    margin-top: -30px;
  }
  .section._apps-category .section__bg._fiolet img {
    max-width: 792px;
    margin-right: -40px;
    position: relative;
    left: 50%;
    top: 0px;
    margin-left: -1500px;
  }
  .section._apps-category .section__button .button {
    max-width: 213px;
  }
  .section._apps-category .section__lead {
    padding-bottom: 51px;
  }
  .section._apps-category .section__lead-content {
    width: 50%;
    padding-top: 0;
    padding-right: 12px;
  }
  .section._apps-category .section__lead-media {
    width: 50%;
    padding-left: 12px;
  }
  .section._apps-category .section__lead-image {
    width: 100%;
    height: 273px;
  }
  .section._apps-category .section__lead._reverse .section__lead-content {
    padding-left: 12px;
    padding-right: 0;
  }
  .section._apps-category .section__lead._reverse .section__lead-media {
    padding-left: 0;
    padding-right: 12px;
  }
  .apps-category {
    padding-top: 48px;
  }
  .apps-category__header {
    margin-bottom: 31px;
  }
  .apps-category__title h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .apps-category__link {
    padding-top: 0;
  }
  .apps-category__link .button {
    font-size: 18px;
    line-height: 24px;
  }
  .apps-category__link .button__icon {
    line-height: 12px;
  }
  .apps-category__list-item.tns-item {
    opacity: 1;
  }
}
@media screen and (max-width: 740px) {
  .section._apps-category {
    padding: 50px 0 100px;
  }
  .section._apps-category .section__bg img {
    margin-right: 106%;
  }
  .section._apps-category .section__bg._fiolet img {
    max-width: 592px;
    margin-right: 0;
    margin-top: -30px;
    margin-left: -550px;
  }
  .section._apps-category .section__title {
    margin-bottom: 15px;
  }
  .section._apps-category .section__button .button {
    width: 100%;
    max-width: 100%;
  }
  .section._apps-category .section__lead {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 40px;
  }
  .section._apps-category .section__lead-content {
    width: 100%;
    padding: 0;
  }
  .section._apps-category .section__lead-media {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
  .section._apps-category .section__lead-image {
    height: 282px;
  }
  .section._apps-category .section__lead._reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section._apps-category .section__lead._reverse .section__lead-content {
    width: 100%;
    padding: 0;
  }
  .section._apps-category .section__lead._reverse .section__lead-media {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
  .section._apps-category .section__text {
    margin-bottom: 24px;
  }
  .apps-category {
    padding-top: 32px;
    position: relative;
  }
  .apps-category__header {
    margin-bottom: 24px;
  }
  .apps-category__link {
    position: absolute;
    bottom: -48px;
  }
  .apps-category__title {
    max-width: 270px;
  }
}

@media screen and (max-width: 1023px) {
  .section._banners {
    padding-bottom: 96px;
  }
  .section._banners .container {
    max-width: 652px;
  }
  .section._banners .section__list-item {
    width: 572px;
    min-width: 572px;
  }
  .section._banners .section__list .item {
    min-height: 266px;
    height: 100%;
  }
  .section._banners .section__list .item__content {
    padding: 24px;
  }
  .section._banners .section__list .item__media {
    width: 221px;
    min-width: 221px;
    min-height: 100%;
    height: auto;
  }
  .section._banners .section__list .item__info {
    font-size: 20px;
    line-height: 22px;
    margin-top: 0;
  }
  .section._banners .section__list .item__title {
    margin-bottom: 12px;
  }
  .section._banners .section__list .item__title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .section._banners .section__list .item__description {
    font-size: 14px;
    line-height: 20px;
    opacity: 0.7;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 740px) {
  .section._banners {
    padding: 0 16px 96px;
  }
  .section._banners .tns-controls {
    display: none;
  }
  .section._banners .section__list-item {
    min-width: 1px;
  }
  .section._banners .section__list .item {
    height: auto;
  }
  .section._banners .section__list .item__media {
    display: none;
  }
  .section._banners .section__list .item__content {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .section__breadcrumbs-desktop {
    /* display: none; */
  }
  .section__breadcrumbs-mobile {
    /* display: block; */
  }
}

@media screen and (max-width: 1023px) {
  .block._blockquote {
    padding-top: 0;
    padding-left: 74px;
  }
  .block._blockquote p {
    opacity: 0.7;
  }
  .block._icon {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
  }
  .block._icon p {
    padding: 0 12px;
  }
  .block._graphs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -40px;
  }
  .block._graphs .item {
    width: 50%;
    padding: 0 40px 40px;
  }
}
@media screen and (max-width: 740px) {
  .block._blockquote {
    padding-top: 43px;
    padding-left: 0;
    background-size: 32px 27px;
    font-size: 14px;
    line-height: 18px;
  }
  .block._graphs {
    margin: 0;
  }
  .block._graphs .item {
    padding: 0 0 30px;
    width: 100%;
    max-width: 100%;
  }
  .block._graphs .item:last-child {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .category._markets
    .category__tabs-content
    .item._gradient
    .item__image:before {
    content: "";
    position: absolute;
    left: 861px;
    top: 0;
    bottom: 0;
    width: 100px;
    background: linear-gradient(
      270deg,
      #fafaff 34.72%,
      rgba(255, 255, 255, 0) 100%
    );
    z-index: 10;
  }
  .category._markets
    .category__tabs-content
    .item._gradient
    .item__image:after {
    content: "";
    position: absolute;
    left: 961px;
    top: 0;
    bottom: 0;
    width: 100vw;
    /* background: #fafaff; */
    z-index: 10;
  }
}
@media screen and (max-width: 1023px) {
  .category__header {
    margin-bottom: 32px;
  }
  .category__title {
    max-width: 450px;
  }
  .category__list {
    margin: 0 -12px;
  }
  .category__list-item {
    padding: 0 12px;
  }
  .category__tabs-content {
    padding: 41px 0;
    max-width: 100%;
    min-height: 1px;
  }
  .category__tabs-menu {
    max-width: 100%;
  }
  .category__tabs-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .category__tabs-wrap .category__tabs-content {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 0;
  }
  .category__tabs-wrap .category__tabs-banner {
    padding-top: 0;
    width: auto;
    min-width: 1px;
    margin: 0 -60px;
  }
  .category._markets .category__header {
    margin-bottom: 24px;
  }
  .category._markets .category__tabs-menu {
    max-width: 100%;
    border-bottom: 2px solid #ededed;
  }
  .category._markets .category__tabs-menu .item {
    border-color: transparent;
  }
  .category._markets .category__tabs-content {
    max-width: 352px;
    min-height: 344px;
  }
  .category._markets .category__tabs-content .item h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .category._markets .category__tabs-content .item p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 24px;
  }
  .category._markets .category__tabs-content .item__image {
    margin-left: 0px;
  }
  .category._markets .category__tabs-content .item__image img {
    max-width: 691px;
  }
  .category._projects .category__list {
    margin: 0 -11px;
  }
  .category._projects .category__list-item {
    padding: 0 11px;
  }
  .category._partners .category__tabs {
    padding: 0 60px;
  }
  .category._partners .category__tabs-menu:not(.tns-slider) {
    overflow: auto;
  }
  .category._partners .category__tabs .tns-controls button span.icon._arrow {
    width: 27px;
    height: 21px;
  }
  .category._partners
    .category__tabs
    .tns-controls
    button[data-controls="prev"] {
    left: -70px;
  }
  .category._partners
    .category__tabs
    .tns-controls
    button[data-controls="next"] {
    right: -70px;
  }
  .page._category .section._entry {
    height: 370px;
  }
  .page._category .section._entry .container {
    max-width: 552px;
  }
  .page._category .section._entry .section__title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 740px) {
  .category__title .button._link .button__icon {
    display: block;
  }
  .category__link {
    display: none;
  }
  .category__tabs-wrap .category__tabs-banner {
    margin: 0;
  }
  .category._markets .category__tabs-menu {
    overflow: auto;
  }
  .category._markets .category__tabs-content {
    min-height: 1px;
    padding: 24px 0 241px;
    max-width: 100%;
  }
  .category._markets .category__tabs-content .item__image {
    margin-left: 0;
    left: 16px;
  }
  .category._markets .category__tabs-content .item__image img {
    max-width: 418px;
  }
  .category._markets .category__tabs-content .button {
    width: 100%;
  }
  .category._partners .category__tabs {
    padding: 0;
  }
  .category._partners .category__tabs-menu {
    overflow: auto;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
  }
  .category._partners .category__tabs-menu .item {
    display: inline-block;
    padding-right: 45px;
  }
  .category._partners .category__tabs-content .item__button {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 32px;
  }
  .category._partners .category__tabs-content .item__button .button {
    margin-bottom: 32px;
  }
  .category._partners .category__tabs-content .item__button .button:last-child {
    margin-bottom: 0;
  }
  .category._projects .category__header {
    margin-bottom: 2px;
  }
  .category._markets .category__tabs-content {
    padding-bottom: 24px;
  }
  .category._markets .category__tabs-content .item__image {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .card:not(._disable-hover):not(._material):hover {
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%),
      rgba(0, 255, 215, 0.1);
  }
  .card._row:hover {
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%),
      rgba(0, 255, 215, 0.1);
  }
  .card._row._row:hover .card__title-icon {
    opacity: 1;
  }
  .card._app:hover .card__link {
    border: 2px solid #00f2c2;
    box-shadow: 0px 4px 16px rgba(38, 202, 153, 0.24), inset 0 0 1px #00f2c2;
  }
  ._dark .card:not(._disable-hover):not(._material):hover {
    background: transparent;

    /* background: linear-gradient(180deg, #18191A 0%, rgba(24, 25, 26, 0) 100%), rgba(0, 88, 103, 0.8);
    transition: all 0.3s ease; */
  }
  ._dark .card:not(._disable-hover):not(._material) {
    position: relative;
    overflow: hidden;
  }
  ._dark .card:not(._disable-hover):not(._material)::before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #18191a 0%, rgba(24, 25, 26, 0) 100%),
      rgba(0, 88, 103, 0.8);
    transition: all 0.3s ease;
    z-index: -1;
  }
  ._dark .card:not(._disable-hover):not(._material):hover::before {
    opacity: 1;
  }

  ._dark .card:not(._disable-hover):not(._material):hover .button__title {
    color: #00ffd7;
  }
}
@media screen and (min-width: 740px) {
  .card._row {
    display: -ms-flexbox;
    display: flex;
    padding: 24px 34px;
    margin: 0 -34px;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%),
      rgba(0, 255, 215, 0);
    margin-bottom: 16px;
  }
  .card._row:last-child {
    margin-bottom: 0;
  }
  .card._row._reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .card._row div.card__title {
    font-size: 40px;
    line-height: 48px;
  }
  .card._row .card__common {
    width: 100%;
    padding: 0 135px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .card._row .card__title {
    margin-bottom: 24px;
  }
  .card._row .card__prevu {
    width: 481px;
    min-width: 481px;
    height: 287px;
  }
  .card._row .card__prevu._sm {
    width: 146px;
    min-width: 146px;
    height: 112px;
  }
  .card._row .card__button {
    margin-top: auto;
  }
  .card._row._sm {
    padding: 16px;
  }
  .card._row._sm .card__prevu {
    width: 146px;
    min-width: 146px;
    height: 112px;
  }
  .card._row._sm .card__common {
    padding-left: 16px;
    padding-right: 0;
  }
  .card._row._sm .card__title-icon {
    opacity: 0;
    transition: 0.3s;
  }
  .card._row._use {
    padding: 24px;
  }
  .card._row._use .card__prevu {
    width: 379px;
    min-width: 379px;
    height: 284px;
  }
  .card._row._use .card__common {
    width: 100%;
    padding-left: 31px;
    max-width: 615px;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .card._row._use._sm .card__prevu {
    width: 276px;
    min-width: 276px;
    height: 207px;
  }
  .card._row._use._sm .card__title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }
  .card._row._use._sm .card__common {
    padding-left: 24px;
    padding-right: 0;
    padding-bottom: 0px;
  }
  .card._row._use._sm .card__description {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .card__prevu {
    height: 126px;
  }
  .card__prevu + .card__common {
    padding-top: 12px;
    padding-bottom: 24px;
  }
  .card__prevu + .card__common .card__title {
    margin-bottom: 8px;
  }
  .card__prevu + .card__common .card__description {
    margin-top: 0;
  }
  .card__prevu._sm {
    height: 161px;
  }
  .card__label {
    margin-top: 0;
  }
  .card__info {
    margin-top: 0;
  }
  h3.card__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .card__description._medium {
    font-size: 14px;
    line-height: 18px;
  }
  .card__common {
    padding: 12px 0 24px;
  }
  .card__button {
    opacity: 1;
  }
  .card._app .card__tags {
    bottom: 16px;
  }
  .card._app .card__common:after {
    bottom: 16px;
  }
  .card._app .card__link {
    padding-left: 8px;
    padding-right: 8px;
    min-height: 280px;
  }
  .card._app .card__image {
    margin-bottom: 18px;
  }
  .card._project {
    position: relative;
  }
  .card._project .card__header {
    padding: 0;
  }
  .card._project .card__common {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .card._project .card__button .button {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
  }
  .card._row .card__common {
    padding-right: 32px;
  }
  .card._row .card__prevu {
    width: 273px;
    min-width: 273px;
    height: 163px;
  }
  .card._row .card__description {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 22px;
  }
  .card._row .card__button {
    opacity: 1;
  }
  .card._row .card__title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 24px;
  }
  .card._row._sm .card__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .card._row._use {
    margin: 0;
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card._row._use .card__prevu {
    width: 100%;
    min-width: 1px;
  }
  .card._row._use .card__title {
    font-size: 20px;
    line-height: 24px;
  }
  .card._row._use .card__description {
    display: none;
  }
  .card._row._use .card__button {
    display: none;
  }
  .card._row._use .card__common {
    padding: 12px 0 0;
  }
  .card._row._use._sm .card__prevu {
    width: 100%;
    height: 250px;
  }
  .card._row._use._sm .card__common {
    padding: 12px 0 0;
  }
  .card._row._use._sm .card__title {
    font-size: 20px;
    line-height: 24px;
  }
  .card._partnership {
    padding: 32px 40px;
    border-radius: 0;
  }
  .card._partnership .card__common {
    padding: 0;
  }
  .card._partnership .card__description {
    font-size: 18px;
    line-height: 26px;
  }
  .card._partnership .card__button .button {
    width: 100%;
  }
  .card._partnership .card__info {
    margin-bottom: 34px;
  }
  .card._partnership .card__info .item {
    margin-bottom: 20px;
  }
  .card._development .card__common {
    padding: 0 12px;
  }
  .card._development .card__description ul {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card._development .card__description ul li {
    width: 100%;
    padding-right: 0;
  }
  .card._partner .card__link {
    padding: 24px 16px;
  }
  .card._asset .card__image {
    height: 164px;
  }
  .card._asset .card__button {
    opacity: 0;
  }
  .card._video .card__image {
    height: 121px;
  }
  .card._video .card__image:before {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
  }
  .card._video .card__common {
    padding: 12px 0 0;
  }
  .card._video .card__button {
    display: none;
  }
  .card._photo a {
    height: 121px;
  }
  .card._video._sm .card__preview {
    width: 212px;
    height: 119px;
  }
  .card._video._sm .card__title {
    padding-left: 26px;
    max-width: 294px;
  }
  .card._photogallery .card__image {
    height: 121px;
  }
  .card._photogallery .card__common {
    padding-left: 0;
    padding-right: 0;
  }
  .card:hover {
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%),
      rgba(0, 255, 215, 0);
  }
}
@media screen and (max-width: 740px) {
  .card__logos .card__logo {
    max-width: 25vw;
  }
  .card__prevu._sm {
    height: 68.5vw;
  }
  .card._partnership {
    padding: 16px 24px;
  }
  .card._app .card__link {
    min-height: 272px;
  }
  .card._app .card__image {
    margin-bottom: 9px;
  }
  .card._app .card__description {
    font-size: 12px;
    line-height: 16px;
  }
  .card._app .card__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .card._row {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .card._row._reverse {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card._row .card__prevu {
    min-width: 1px;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }
  .card._row .card__prevu img {
    height: auto;
  }
  .card._row .card__common {
    padding-right: 0;
  }
  .card._row._sm {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .card._row._sm .card__prevu {
    width: 100%;
    height: auto;
  }
  .card._row._sm .card__common {
    padding: 0;
  }
  .card._row._use {
    display: block;
    padding: 0;
  }
  .card._row._use .card__common {
    padding-top: 0;
  }
  .card._row._use .card__title {
    font-size: 18px;
    line-height: 22px;
  }
  .card._row._use .card__prevu img {
    height: 100%;
  }
  .card._row._use._sm .card__prevu {
    height: 125px;
    margin-bottom: 0;
  }
  .card._row._use._sm .card__title {
    font-size: 18px;
    line-height: 22px;
  }
  .card._use .card__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
  }
  .card._development .card__common {
    padding: 0;
  }
  .card._development .card__read .button {
    width: 100%;
  }
  .card._asset .card__image {
    height: 275px;
  }
  .card._video .card__image {
    /* height: 195px; */
    height: auto;
  }
  .card._video .card__image img {
    height: auto;
  }
  .card._video .card__image:before {
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
  }
  .card._photo a {
    height: 195px;
  }
  .card._video._sm .card__preview {
    width: 120px;
    min-width: 120px;
    height: 68px;
  }
  .card._video._sm .card__title {
    padding-left: 16px;
  }
  .card._photogallery .card__image {
    height: 195px;
  }
  .card._market .card__prevu {
    height: 54.6vw;
  }
  .card._market .card__prevu img {
    height: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .characters__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .characters__list .item {
    width: 50%;
    margin-bottom: 38px;
  }
  .characters__list .item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 740px) {
  .characters__list .item {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .page._development .section._entry {
    min-height: 420px;
  }
  .page._development .section._entry .container {
    padding-top: 88px;
  }
  .page._development .section._entry .section__bg-1 {
    width: 680px;
    left: 50%;
    margin-left: -614px;
    top: -262px;
    z-index: 10;
  }
  .page._development .section._entry .section__bg-2 {
    width: 408px;
    top: 48px;
    left: 50%;
    margin-left: -25px;
  }
  .page._development .section._entry .section__sub-title {
    max-width: 390px;
  }
  .page._development .section._entry .section__sub-title h5 {
    font-size: 18px;
    line-height: 22px;
  }
  .section._development-list .section__list {
    margin: 0 -12px;
  }
  .modal._development-download .modal__wrap {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .modal._development-download .modal__container {
    border-radius: 0;
  }
}
@media screen and (max-width: 740px) {
  .page._development .section._entry {
    min-height: 390px;
  }
  .page._development .section._entry .section__bg-1 {
    width: 502px;
    margin-left: 0;
    left: -204px;
    top: -160px;
  }
  .page._development .section._entry .section__bg-2 {
    display: none;
  }
  .page._development .section._entry .section__title {
    margin-bottom: 16px;
  }
  .section._development-list .section__list {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .section._development-list .section__list-item {
    width: 100%;
    padding: 0;
    margin-bottom: 48px;
  }
  .section._development-list .section__list-item:last-child {
    margin-bottom: 0;
  }
  .form._development-download .form__row {
    display: block;
    margin: 0;
  }
  .form._development-download .form__row .form__field {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 1023px) {
  .page._development-community-edition .section._entry {
    margin-bottom: 64px;
  }
  .page._development-community-edition .section._entry .section__bg img {
    top: 48px;
    width: 408px;
  }
  .page._development-community-edition .section._entry .section__breadcrumbs {
    margin-bottom: 32px;
  }
  .page._development-community-edition .section._entry .section__title {
    width: 57%;
  }
  .page._development-community-edition .section._entry .section__lead {
    width: 57%;
  }
  .page._development-community-edition .section._start-use-banner .banner {
    border-radius: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page._development-community-edition
    .section._start-use-banner
    .banner__button {
    margin-left: 0;
    margin-top: 32px;
  }
  .page._development-community-edition
    .section._posts
    .posts._materials
    .posts__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    margin: 0 -40px;
  }
  .page._development-community-edition
    .section._posts
    .posts._materials
    .posts__list:before {
    content: "";
    width: 28px;
    min-width: 28px;
    height: 12px;
  }
  .page._development-community-edition
    .section._posts
    .posts._materials
    .posts__list:after {
    content: "";
    width: 28px;
    min-width: 28px;
    height: 12px;
  }
  .page._development-community-edition
    .section._posts
    .posts._materials
    .posts__list-item {
    width: 276px;
    min-width: 276px;
    margin-bottom: 0;
  }
  .page._development-community-edition
    .section._banners
    .section__list-item
    .item {
    min-height: 266px;
    height: 100%;
  }
  .page._development-community-edition
    .section._banners
    .section__list-item
    .item__description {
    display: none;
  }
  .page._development-community-edition
    .section._banners
    .section__list-item
    .item__button
    .button {
    height: auto;
    min-height: 56px;
  }
  .page._development-community-edition
    .section._banners
    .tns-controls
    button[data-controls="prev"] {
    left: -55px;
  }
  .page._development-community-edition
    .section._banners
    .tns-controls
    button[data-controls="next"] {
    right: -55px;
  }
  .page._development-community-edition
    .section._development-feedback
    .section__list-item {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 64px;
  }
  .page._development-community-edition
    .section._development-feedback
    .section__list
    .item {
    border-radius: 0;
  }
  .page._development-community-edition
    .section._development-feedback
    .section__list
    .item__title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .page._development-community-edition
    .section._development-feedback
    .section__list
    .item__description {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 24px;
  }
  .page._development-community-edition
    .section._development-feedback
    .section__list
    .item__image {
    width: 372px;
    min-width: 372px;
  }
  .page._development-community-edition
    .section._development-feedback
    .section__list
    .item__common {
    padding-left: 24px;
    padding-right: 40px;
    min-height: 360px;
  }
  .page._development-community-edition
    .section._development-feedback
    .section__list
    .item._type-2
    .item__common {
    padding-left: 40px;
    padding-right: 0;
  }
  .page._development-community-edition
    .section._development-feedback
    .section__list
    .item._type-2
    .item__image {
    margin-left: 0;
    width: 396px;
    min-width: 396px;
  }
}
@media screen and (max-width: 740px) {
  .page._development-community-edition {
    padding-bottom: 20px;
  }
  .page._development-community-edition .section._entry {
    margin-bottom: 48px;
  }
  .page._development-community-edition .section._entry .section__bg img {
    left: auto;
    right: -10px;
    top: 48px;
    width: 245px;
  }
  .page._development-community-edition .section._entry .section__breadcrumbs {
    margin-bottom: 64px;
  }
  .page._development-community-edition .section._entry .section__title {
    width: 70%;
  }
  .page._development-community-edition .section._entry .section__lead {
    width: 100%;
  }
  .page._development-community-edition
    .section._posts
    .posts._materials
    .posts__list {
    margin: 0 -16px;
  }
  .page._development-community-edition
    .section._posts
    .posts._materials
    .posts__list:before {
    width: 4px;
    min-width: 4px;
  }
  .page._development-community-edition
    .section._posts
    .posts._materials
    .posts__list:after {
    width: 4px;
    min-width: 4px;
  }
  .page._development-community-edition
    .section._posts
    .posts._materials
    .posts__list-item {
    width: 227px;
    min-width: 227px;
  }
  .page._development-community-edition
    .section._posts
    .posts._materials
    .posts__list-item
    .card._asset
    .card__image {
    height: 164px;
  }
  .page._development-community-edition .section._development-feedback {
    margin-bottom: 50px;
  }
  .page._development-community-edition
    .section._development-feedback
    .section__title {
    display: none;
  }
  .page._development-community-edition
    .section._development-feedback
    .section__list-item {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 46px;
  }
  .page._development-community-edition
    .section._development-feedback
    .section__list
    .item {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 0 48px;
    background: #000;
  }
  .page._development-community-edition
    .section._development-feedback
    .section__list
    .item:before {
    margin: -380px 0 0 -420px;
    top: 100%;
    left: 100%;
  }
  .page._development-community-edition
    .section._development-feedback
    .section__list
    .item__image {
    height: 280px;
    width: 100%;
    min-width: 1px;
  }
  .page._development-community-edition
    .section._development-feedback
    .section__list
    .item__image
    img {
    object-fit: cover;
    object-position: center;
  }
  .page._development-community-edition
    .section._development-feedback
    .section__list
    .item__common {
    padding: 24px 16px 0;
    min-height: 1px;
  }
  .page._development-community-edition
    .section._development-feedback
    .section__list
    .item__button
    .button {
    width: 100%;
  }
  .page._development-community-edition
    .section._development-feedback
    .section__list
    .item._type-2 {
    background: #000;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page._development-community-edition
    .section._development-feedback
    .section__list
    .item._type-2:before {
    top: 100%;
    left: 100%;
    margin: -480px 0 0 -840px;
  }
  .page._development-community-edition
    .section._development-feedback
    .section__list
    .item._type-2
    .item__image {
    width: 100%;
    min-width: 1px;
  }
  .page._development-community-edition
    .section._development-feedback
    .section__list
    .item._type-2
    .item__common {
    padding: 24px 16px 0;
  }
  .page._development-community-edition .section._why .icons-info__list .item {
    padding-left: 0;
  }
  .page._development-community-edition
    .section._why
    .icons-info__list
    .item
    .icon {
    position: static;
  }
  .page._development-community-edition .section._question-info {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .page._development-portal .section._entry .container {
    padding-top: 88px;
    max-width: 564px;
    min-height: 440px;
  }
  .page._development-portal .section._entry .section__title {
    margin-bottom: 24px;
  }
  .page._development-portal .section._entry .section__sub-title {
    margin-bottom: 32px;
  }
  .page._development-portal .section._entry .section__sub-title h5 {
    font-size: 18px;
    line-height: 22px;
  }
  .portal-target__title {
    margin-bottom: 32px;
  }
  .portal-target__list-item .item__common {
    width: 343px;
    min-width: 343px;
  }
  .portal-target__list-item .item__image {
    width: 647px;
    min-width: 647px;
    margin-top: -70px;
    margin-left: -60px;
  }
  .portal-capabilities__list {
    margin: 0 -24px;
  }
  .portal-capabilities__list-item {
    padding: 0;
  }
  .portal-capabilities__list-item .item__description {
    margin-bottom: 0;
  }
  .portal-capabilities__list-item .item__read-more {
    display: none;
  }
  .portal-how-to-use__header {
    margin-bottom: 52px;
  }
  .portal-how-to-use__list-item .item {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .portal-how-to-use__list-item .item__image {
    width: 100%;
    min-width: 1px;
    max-width: 570px;
    margin: 0 auto 29px;
  }
  .portal-how-to-use__list-item .item__common {
    width: 100%;
    min-width: 1px;
    max-width: 570px;
    margin: 0 auto;
  }
  .banner-app {
    padding: 32px;
    min-height: 266px;
  }
  .banner-app__image {
    width: 401px;
    min-width: 401px;
    height: 349px;
    margin-right: -100px;
    margin-top: -74px;
    margin-bottom: -74px;
  }
  .banner-app__common {
    padding-right: 10px;
  }
  .banner-app__common h2 {
    margin-bottom: 48px;
    font-size: 28px;
    line-height: 32px;
  }
  .banner-app__common h5 {
    display: none;
  }
  .banner-app__common .button {
    padding: 0 15px;
  }
}
@media screen and (max-width: 740px) {
  .page._development-portal .section._entry .container {
    min-height: 448px;
  }
  .page._development-portal .section._entry .section__title {
    margin-bottom: 16px;
  }
  .page._development-portal .section._entry .section__buttons .button {
    width: 100%;
    min-width: 1px;
    margin: 0 0 20px;
  }
  .page._development-portal
    .section._entry
    .section__buttons
    .button:last-child {
    margin-bottom: 0;
  }
  .portal-target__list-item .item {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .portal-target__list-item .item__image {
    width: 100%;
    min-width: 1px;
    margin: 0;
  }
  .portal-capabilities__list-item {
    width: 100%;
    text-align: center;
  }
  .portal-capabilities__list .item__image {
    margin: 0 auto;
  }
  .banner-app {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px;
  }
  .banner-app__image {
    margin: 0 0 16px;
    width: 100%;
    min-width: 1px;
    height: auto;
  }
  .banner-app__common {
    padding-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .device {
    width: 736px;
    height: 445px;
    padding: 32px 75px 49px 81px;
  }
  .device .item {
    width: 580px;
    min-width: 580px;
    /* height: 364px; */
  }
}
@media screen and (max-width: 740px) {
  .device {
    width: 343px;
    height: 208px;
    padding: 15px 36px 23px 36px;
  }
  .device .item {
    width: 270px;
    min-width: 270px;
    /* height: 170px; */
  }
}

@media screen and (max-width: 1023px) {
  .page._event .section._entry .container {
    padding-right: 40px;
    min-height: 310px;
  }
  .page._event .section._entry .section__title {
    /* padding-right: 279px; */
  }
  .page._event .section._entry .section__title h1 {
    font-size: 38px;
    line-height: 42px;
  }
  .page._event .section._entry .section__sub-title {
    /* padding-right: 279px; */
    /* margin-bottom: 0; */
  }
  .page._event .section._entry .section__sub-title h5 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: normal;
  }
  .page._event .section._entry .section__image {
    width: 274px;
    height: 205px;
    top: 165px;
    right: 40px;
    margin-top: 15px;
  }
  .page._event .section._entry .section__info {
    position: relative;
    margin-top: 0;
    margin-bottom: 14px;
  }
  .page._event .section._entry .section__share.desktop {
    right: 0;
    top: 0;
    display: none;
  }
  .page._event .section._entry .section__share.tablet {
    display: flex;
    justify-content: flex-end;
  }
  .page._event .section._entry .section__breadcrumbs {
    margin-bottom: 28px;
  }
  .page._event .section._entry .section__button {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page._event .section._entry .section__button .button {
    margin-bottom: 24px;
  }
  .page._event .section._entry .section__button .button:last-child {
    margin-bottom: 0;
  }
  .page._event .section._entry .section__button .button._link {
    margin-left: 33px;
  }
}
@media screen and (max-width: 740px) {
  .page._event .section._entry .container {
    padding-right: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page._event .section._entry .section__row {
    flex-direction: column-reverse;
  }
  .page._event .section._entry .section__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 7px;
  }
  .page._event .section._entry .section__breadcrumbs {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 9px;
  }
  .page._event .section._entry .section__share {
    position: static;
    width: 50%;
    text-align: right;
    display: none;
  }
  .page._event .section._entry .section__share.tablet {
    display: none;
  }
  .page._event .section._entry .section__share.desktop {
    display: none;
  }
  .page._event .section._entry .section__info {
    -ms-flex-order: 3;
    order: 3;
  }
  .page._event .section._entry .section__info._no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .page._event .section._entry .section__info._no-wrap .section__date {
    margin-right: 15px;
  }
  .page._event .section._entry .section__date {
    width: 100%;
    margin-bottom: 18px;
  }
  .page._event .section._entry .section__type {
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
  }
  .page._event .section._entry .section__type::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 80%,
      rgba(255, 255, 255, 1) 100%
    );
  }
  .page._event .section._entry .section__type .label-category {
    margin-bottom: 10px;
  }
  .page._event .section._entry .section__title {
    -ms-flex-order: 4;
    order: 4;
    padding-right: 0;
  }
  .page._event .section._entry .section__sub-title {
    padding-right: 0;
    -ms-flex-order: 5;
    order: 5;
  }
  .page._event .section._entry .section__image {
    -ms-flex-order: 2;
    order: 2;
    height: auto;
    position: static;
    width: 100%;
    margin-bottom: 23px;
  }
  .page._event .section._entry .section__button {
    -ms-flex-order: 6;
    order: 6;
  }
  .page._event .section._entry .section__button .button {
    width: 100%;
  }
  .page._event .section._entry .section__button .button._link {
    margin-left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .page._faq:before {
    height: 322px;
    background-image: url("../img/bg_faq-tablet.png");
  }
  .page._faq._dark:before {
    background-image: url("../img/bg_faq-tablet-dark.png");
  }
  .page._faq .section._entry .container {
    padding-top: 112px;
    padding-bottom: 64px;
    min-height: 322px;
  }
  .page._faq .section._entry .section__breadcrumbs {
    display: none;
  }
  .page._faq .section._entry .section__description {
    font-size: 20px;
    line-height: 24px;
    max-width: 512px;
  }
  .faq__sidebar {
    width: 100%;
    min-width: 1px;
    margin-bottom: 40px;
  }
  .faq__menu {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  }
  .faq__menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
  }
  .faq__menu ul a {
    height: 64px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    border-radius: 0;
    position: relative;
  }
  .faq__menu ul a .icon {
    display: none;
  }
  .faq__menu ul a._active {
    background: none;
  }
  .faq__menu ul a._active:before {
    content: "";
    width: 100%;
    left: 0;
    bottom: -2px;
    height: 2px;
    background: #00f2c2;
    position: absolute;
  }
  .faq__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq__group-list .item__text {
    font-size: 18px;
    line-height: 24px;
  }
  .faq__info-title {
    margin-bottom: 24px;
  }
  .faq__info-question {
    width: 358px;
    margin-right: 58px;
  }
  .faq__info-more {
    width: 285px;
  }
}
@media screen and (max-width: 991px) {
  .page._faq:before {
    height: 300px;
    background-image: url("../img/bg_faq-mobile.png");
  }
  .page._faq._dark:before {
    background-image: url("../img/bg_faq-mobile-dark.png");
  }
  .faq__sidebar {
    position: relative;
  }
  .faq__sidebar:before {
    content: "";
    position: absolute;
    width: 64px;
    height: 70px;
    top: 0;
    left: auto;
    right: 0;
    background: linear-gradient(
      270deg,
      #fff 11.72%,
      rgba(255, 255, 255, 0) 100%
    );
    z-index: 10;
  }
  .faq__sidebar:after {
    content: "";
    position: absolute;
    width: 0;
    height: 70px;
    top: 0;
    left: 0;
    background: linear-gradient(
      90deg,
      #fff 11.72%,
      rgba(255, 255, 255, 0) 100%
    );
    z-index: 10;
    transition: 0.3s;
  }
  .faq__sidebar._scroll:after {
    width: 64px;
  }
  .faq__menu {
    overflow: auto;
  }
  .faq__menu li {
    margin-right: 32px;
  }
  .faq__menu li:last-child {
    margin-right: 0;
  }
  .faq__menu li a._active:before {
    bottom: 0;
  }
}
@media screen and (max-width: 740px) {
  .faq__group-list .item__title {
    font-size: 20px;
    line-height: 24px;
  }
  .faq__group-list .item__text {
    font-size: 16px;
    line-height: 22px;
  }
  .faq__info-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq__info-question {
    width: 100%;
    margin-right: 0;
    margin-bottom: 48px;
  }
  .faq__info-question .button {
    width: 100%;
  }
  .faq__info-more {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .filters {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 52px 40px 102px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 0;
  }
  .filters._open {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    z-index: 2000;
  }
  .filters__header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(31, 50, 56, 0.1);
    padding: 0 24px 0 40px;
  }
  .filters__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
  }
  .filters__buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8px;
    display: -ms-flexbox;
    display: flex;
    height: 86px;
    box-shadow: 0px 0px 8px rgba(31, 50, 56, 0.25);
  }
  .filters__buttons .button {
    width: 100%;
    margin: 0 8px;
  }
  .filters__close {
    border: none;
    width: 48px;
    min-width: 48px;
    height: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .filters__wrap {
    max-height: 100%;
    overflow: auto;
  }
  .filters__row {
    display: block;
  }
  .filters__row .filters__group {
    width: 100%;
    padding-bottom: 0px;
  }
  .filters__row._4 .filters__group {
    width: 100%;
  }
  .filters__item-title {
    font-size: 16px;
    line-height: 20px;
    color: #1f3238;
    opacity: 0.5;
  }
  .filters__group {
    border-bottom: 1px solid rgba(31, 50, 56, 0.1);
    margin-bottom: 0;
  }
  .filters__group:last-child {
    border: none;
  }
  .filters__group-title {
    padding: 16px 0;
  }
  .filters__group-title:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 9px;
    background-image: url("../img/icon_right-chevron-small-gray.svg");
  }
  .filters__group-wrap {
    display: none;
    padding-bottom: 16px;
  }
  .filters__group._period .filters__group-wrap {
    padding-bottom: 4px;
  }
  .filters__group._row {
    display: block;
    margin-bottom: 0;
  }
  .filters__group._row .filters__group-title {
    margin-right: 0;
  }
  .filters__group._row._open .filters__group-wrap {
    display: -ms-flexbox;
    display: flex;
  }
  .filters__group._select .filters__group-title {
    display: block;
  }
  .filters__group._select .filters__group-wrap .select__header {
    display: none;
  }
  .filters__group._select .filters__group-wrap .select__wrap {
    position: static;
    display: block;
    padding: 0;
    border: none;
    margin: 0;
  }
  .filters__group._select
    .filters__group-wrap
    .select__wrap
    .filters__item-list
    .checkbox {
    margin-bottom: 12px;
  }
  .filters__group._select._period .filters__item-list {
    margin: 0 -6px;
  }
  .filters__group._select._period .filters__item-list .checkbox {
    width: 16.6%;
    padding: 0 6px;
    margin: 0 0 12px;
  }
  .filters__group._select._period .filters__item-list .checkbox__wrap {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .filters__group._open .filters__group-title:after {
    transform: rotate(90deg);
  }
  .filters__group._open .filters__group-wrap {
    display: block;
  }
  .filters__group._reset {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  .filters {
    padding-left: 16px;
    padding-right: 16px;
  }
  .filters__header {
    padding-left: 16px;
    padding-right: 2px;
  }
  .filters__group._reset {
    display: none;
  }
  .filters__group._select._period .filters__item-list .checkbox {
    width: 33.33335%;
  }
}

@media screen and (max-width: 740px) {
  .form__field-placeholder {
    top: 14px;
  }
  .form._app-more .form__title h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .form._app-more .form__title h2 br {
    display: none;
  }
  .form._app-more .form__field {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .footer__logo {
    margin-bottom: -2px;
  }
  .footer .footer__dop .footer__group .footer__dop-menu {
    padding-top: 0;
    margin-top: -1px;
    line-height: 14px;
  }
  .footer .footer__design {
    margin-top: 20px;
  }
  .footer__group {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer .footer__bottom .footer__socials {
    margin-bottom: -8px;
  }
  .footer .footer__bottom .footer__socials img {
    width: auto;
    height: 24px;
  }
  .footer__menu {
    width: 25%;
  }
  .footer__menu ul li {
    margin-bottom: 10px;
  }
  .footer__menu ul li:last-child {
    margin-bottom: 0;
  }
  .footer__menu ul li a {
    white-space: normal;
    line-height: 18px;
    display: block;
  }
  .footer__menu._more ul li {
    width: 100%;
  }
  .footer__menu._more ul li:nth-child(even) {
    width: 100%;
  }
  .footer__menu:last-child {
    width: 25%;
  }
  .footer__bottom {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__dop-menu ul li {
    margin-left: 0;
    margin-right: 8px;
  }
  .footer__dop-menu ul li:first-of-type:before {
    display: none;
  }
  .footer__menu .menu > li.menu-item-has-children ul {
    margin-top: 11px;
  }
  .footer__top {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 740px) {
  .footer__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 7px;
  }
  .footer .footer__bottom {
    margin-bottom: 19px;
  }
  .footer .footer__bottom .footer__socials img {
    height: 26px;
  }
  .footer__logo {
    margin-bottom: 14px;
  }
  .footer__menu {
    width: 50%;
    margin-bottom: 24px;
  }
  .footer__socials {
    position: static;
    margin-bottom: 24px;
  }
  .footer__socials a {
    margin-left: 2px;
    margin-right: 8px;
  }
  .footer__copy {
    line-height: 16px;
    display: inline;
  }
  .footer__dop {
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: unset;
  }
  .footer__dop-menu {
    padding-top: 0;
    display: inline;
  }
  .footer__dop-menu ul {
    display: inline;
  }
  .footer__dop-menu ul li {
    display: inline;
  }
}

@media screen and (min-width: 1024px) {
  .header {
    transition: all 0.3s;
  }
  .header__search a {
    width: 48px;
    height: 48px;
  }
  .header._dark .navbar__menu > ul > li > a {
    color: #fff;
  }
  .header._dark .navbar__popup {
    background: linear-gradient(
      187.57deg,
      #1f3238 -65.61%,
      rgba(0, 0, 0, 0.5) 88.27%
    );
    border-left-color: rgba(31, 50, 56, 0.2);
    border-right-color: rgba(31, 50, 56, 0.2);
    border-bottom-color: rgba(31, 50, 56, 0.2);
  }
  .header._dark .navbar__child-menu ul li a {
    color: #fff;
  }
  .header._dark .navbar__child-menu ul li a svg path[fill="#1F3238"] {
    fill: #00ffd7;
  }
  .header._dark .navbar__child-description {
    color: #fff;
  }
  .header._dark .navbar__menu > ul > li:hover > a {
    background: rgba(255, 255, 255, 0.1);
  }
  .header._dark .navbar__child-menu ul li a:hover {
    background: rgba(255, 255, 255, 0.05);
  }
  .navbar__menu > ul > li._active > a {
    background: rgba(31, 50, 56, 0.1);
  }
  .navbar__menu > ul > li._active:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 40px;
    left: 0;
    right: 0;
  }
  .navbar__menu > ul > li._active .navbar__popup {
    display: -ms-flexbox;
    display: flex;
  }
  .navbar__child-menu ul li a:hover {
    background: rgba(31, 50, 56, 0.05);
  }
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 6px 0;
  }
  .header .container {
    padding-right: 88px;
    padding-left: 41px;
  }
  .header__logo {
    padding-top: 8px;
  }
  .header__logo-hexagon {
    width: 34px;
  }
  .header__logo svg {
    width: 171px;
    margin-top: 0;
  }
  .header__lang {
    margin-right: 8px;
    position: static;
  }
  .header__lang > a {
    width: 48px;
    height: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__lang._active > a {
    background: rgba(31, 50, 56, 0.1);
    border-radius: 8px;
  }
  .header__search {
    display: none;
    opacity: 0;
    margin-top: 0;
  }
  .header__search a {
    width: 48px;
    height: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header._dark {
    color: #1f3238;
  }
  .header._dark .button {
    color: #1f3238;
  }
  .header._dark .navbar__toggle span {
    background: #fff;
  }
  .navbar__toggle {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 28px;
    top: 8px;
    display: block;
  }
  .navbar__toggle::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100%;
    z-index: 0;
    transition: all 0.3s;
  }
  .navbar__toggle span {
    position: absolute;
    left: 12px;
    height: 2px;
    right: 12px;
    background: #161616;
    z-index: 10;
    transition: top 0.3s 0.3s, bottom 0.3s 0.3s, transform 0.3s 0s;
    transform: rotate(0);
    border-radius: 6px;
    transform-origin: center center;
  }
  .navbar__toggle span:nth-child(1) {
    top: 16px;
  }
  .navbar__toggle span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
    transition: opacity 0s 0.3s;
  }
  .navbar__toggle span:nth-child(3) {
    bottom: 16px;
  }
  .navbar__menu {
    display: none;
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
  }
  .navbar__menu ._active-popup > ul {
    display: block;
  }
  .navbar__menu > ul {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 30px;
  }
  .navbar__menu > ul > li {
    position: static;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .navbar__menu > ul > li > a {
    font-size: 21px;
    line-height: 24px;
    padding: 12px;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .navbar__menu > ul > li.menu-item-has-children > a {
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar__menu > ul > li.menu-item-has-children > a:after {
    content: "";
    margin-left: 8px;
    margin-top: 3px;
    width: 7px;
    height: 12px;
    background: url("../img/icon_right-chevron-small-gray.svg") no-repeat center
      center;
    background-size: contain;
  }
  .navbar__menu > ul > li._parent > a {
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar__menu > ul > li._parent > a:after {
    content: "";
    margin-left: 8px;
    margin-top: 3px;
    width: 7px;
    height: 12px;
    background: url("../img/icon_right-chevron-small-gray.svg") no-repeat center
      center;
    background-size: contain;
  }
  .navbar__menu > ul > li._active > a {
    background: rgba(31, 50, 56, 0.1);
  }
  .navbar__menu > ul > li._active .navbar__popup {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    left: 277px;
    top: 62px;
    right: 0;
    bottom: 0;
    margin-top: 0;
  }
  .navbar__popup {
    width: auto;
    background: none;
    padding: 0;
    position: static;
  }
  .navbar__popup._large {
    width: auto;
    padding: 24px 8px;
  }
  .navbar__popup._large .navbar__child {
    max-width: 50%;
  }
  .navbar__popup._large .navbar__child-menu li {
    width: 100%;
  }
  .navbar__child {
    padding: 0 16px;
    max-width: 100%;
  }
  .navbar__child-description {
    line-height: 16px;
    max-width: 250px;
  }
  .navbar__child-description + .navbar__child-menu ul li {
    width: 100%;
  }
  .navbar__child-menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navbar__child-menu li {
    width: 50%;
  }
  ._active-navbar {
    overflow: hidden;
  }
  ._active-navbar .header {
    background: #fff;
  }
  ._active-navbar .header._fixed {
    background: #fff;
  }
  ._active-navbar .header._fixed._dark {
    background: #fff;
  }
  ._active-navbar .header._dark .header__logo svg path {
    fill: #1f3238;
  }
  ._active-navbar .header._dark .header__lang {
    color: rgba(0, 0, 0, 0.5);
  }
  ._active-navbar .header._dark .navbar__toggle span {
    background: #161616;
  }
  ._active-navbar .navbar__menu {
    display: block;
  }
  ._active-navbar .navbar__toggle span:nth-child(1) {
    top: 23px;
    transform: rotate(-45deg);
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
  }
  ._active-navbar .navbar__toggle span:nth-child(2) {
    opacity: 0;
  }
  ._active-navbar .navbar__toggle span:nth-child(3) {
    bottom: 23px;
    transform: rotate(45deg);
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
  }
  .lang {
    margin-top: 1px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .navbar__popup {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar__popup._large .navbar__child {
    max-width: 100%;
  }
  .navbar__child {
    margin-bottom: 32px;
  }
  .navbar__child:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 740px) {
  .header__logo {
    margin-right: 0;
  }
  .header__logo-hexagon {
    width: 26px;
  }
  .header__logo svg {
    width: 128px;
  }
  .header._fixed._show {
    margin-top: 59px;
  }
  .navbar * {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .navbar__child-description {
    padding-left: 0;
  }
  .navbar__child-title .button {
    font-size: 18px;
    line-height: 24px;
  }
  .navbar__child-menu ul li a {
    font-size: 16px;
  }
  .lang {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    position: fixed;
    height: 100vh;
    top: 0;
    padding-top: 60px;
    background: none;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    pointer-events: none;
  }
  .lang ul {
    pointer-events: all;
    /* height: 100%; */
    overflow: auto;
    background: #fff;
  }
  .lang ul li {
    width: 100%;
    border-top: 1px solid rgba(31, 50, 56, 0.1);
    padding: 13px 12px;
    margin: 0;
  }
  .lang ul li a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media screen and (max-width: 600px) {
  .navbar__child-menu li {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .header .container {
    padding-right: 56px;
    padding-left: 16px;
  }
  .navbar__toggle {
    right: 4px;
  }
  .navbar__menu {
    overflow: auto;
  }
  .navbar__menu > ul {
    padding: 0 0 110px;
  }
  .navbar__menu > ul > li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(31, 50, 56, 0.1);
  }
  .navbar__menu > ul > li > a {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 24px;
  }
  .navbar__menu > ul > li.menu-item-has-children > a {
    position: relative;
  }
  .navbar__menu > ul > li.menu-item-has-children > a:after {
    position: absolute;
    right: 24px;
    top: 24px;
    transform: rotate(90deg);
  }
  .navbar__menu > ul > li._parent > a {
    position: relative;
  }
  .navbar__menu > ul > li._parent > a:after {
    position: absolute;
    right: 24px;
    top: 24px;
    transform: rotate(90deg);
  }
  .navbar__menu > ul > li._active > a {
    background: #fff;
  }
  .navbar__menu > ul > li._active > a:after {
    transform: rotate(-90deg);
  }
  .navbar__menu > ul > li._active .navbar__popup {
    position: static;
    padding-top: 8px;
  }
  .navbar__child {
    margin-bottom: 24px;
  }
  .navbar__child:last-child {
    margin-bottom: 0;
  }
  .navbar__child-title {
    padding-left: 0;
  }
  .navbar__child-menu ul li a {
    padding-left: 0;
    padding-right: 0;
  }

  #nav-menu-item-5656 .navbar__child-menu ul li a  {
    padding-left: 8px;
  }

  .navbar__popup {
    padding: 0 24px 24px;
    background: #fff;
  }
  .navbar__popup._large {
    padding: 0 24px 24px;
  }
}

@media screen and (min-width: 1023px) {
  .page._home .section._category._solution {
    position: relative;
    z-index: 50;
  }
  .page._home .section._category._markets {
    margin-top: -50px;
  }
}
@media screen and (max-width: 1023px) {
  .page._home .page__bg-left {
    height: 628px;
    left: 50%;
    margin-left: -590px;
  }
  .page._home .page__bg-right {
    display: none;
  }
  .page._home .section._entry {
    padding-top: 112px;
    padding-bottom: 24px;
  }
  .page._home .section._entry .container {
    max-width: 592px;
  }
  .page._home .section._entry .section__title img {
    max-width: 395px;
  }
  .page._home .section._category._partners {
    padding-bottom: 48px;
  }
  .page._home .section._question-info {
    padding-top: 48px;
  }
  .page._home .section._solution .card {
    min-height: auto;
  }
  .page._home .section._solution .card__prevu {
    height: 16.4vw;
  }
  .page._home .section._category._news .card {
    min-height: auto;
  }
  .page._home .section._category._news .card__prevu {
    height: 21vw;
  }
  .page._home .section._banner {
    padding-bottom: 0;
  }
  .section._quality {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .section._quality .section__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section._quality .section__list-item {
    width: 50%;
    margin-bottom: 32px;
  }
  .section._quality .section__list-item h5 {
    margin-bottom: 8px;
  }
  .section._category._markets {
    padding-top: 62px;
    padding-bottom: 0;
  }
  .section._category._markets:after {
    margin-left: -81px;
    width: 702px;
    height: 482px;
  }
  .section._category._news .category__list-item {
    width: 33.33335%;
  }
  .section._category._news .category__list-item:nth-child(4),
  .section._category._news .category__list-item:nth-child(5),
  .section._category._news .category__list-item:nth-child(6) {
    display: none;
  }
  .section._question-info .section__question {
    font-size: 18px;
    line-height: 26px;
    max-width: 358px;
    margin-right: 58px;
  }
  .section._question-info .section__faq {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 740px) {
  .page._home .page__bg-left {
    height: 404px;
    margin-left: -370px;
  }
  .page._home .section._entry .section__title img {
    max-width: 295px;
  }
  .page._home .section._entry .section__description {
    font-size: 16px;
    line-height: 20px;
  }
  .page._home .section._solution .card {
    min-height: auto;
  }
  .page._home .section._solution .card__prevu {
    height: 132px;
  }
  .page._home .section._category._news .card {
    min-height: auto;
  }
  .page._home .section._category._news .card__prevu {
    height: 168px;
  }
  .section._category._solution .category__list {
    margin: 0 -16px;
    overflow: auto;
  }
  .section._category._solution .category__list:after {
    content: "";
    width: 16px;
    min-width: 16px;
    height: 100px;
  }
  .section._category._solution .category__list:before {
    content: "";
    width: 16px;
    min-width: 16px;
    height: 100px;
  }
  .section._category._solution .category__list-item {
    padding: 0;
    width: 223px;
    min-width: 223px;
    margin-right: 16px;
  }
  .section._category._solution .category__list-item:last-child {
    margin-right: 0;
  }
  .section._quality {
    padding-top: 16px;
  }
  .section._quality p._medium {
    font-size: 14px;
    line-height: 18px;
  }
  .section._category._markets:after {
    background-image: url("../img/bg_markets-pattern-mobile.png");
    margin-left: 0;
    left: 0;
    width: 100%;
    max-width: 402px;
    max-height: 235px;
    height: 59vw;
    bottom: 0px;
  }
  .section._category._projects {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section._category._news {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section._category._news .category__list {
    margin: 0 -16px;
    overflow: auto;
  }
  .section._category._news .category__list:after {
    content: "";
    width: 16px;
    min-width: 16px;
    height: 100px;
  }
  .section._category._news .category__list:before {
    content: "";
    width: 16px;
    min-width: 16px;
    height: 100px;
  }
  .section._category._news .category__list-item {
    padding: 0;
    width: 223px;
    min-width: 223px;
    margin-right: 16px;
  }
  .section._category._news .category__list-item:last-child {
    margin-right: 0;
  }
  .section._category._partners {
    padding-top: 20px;
  }
  .section._category._projects .category__list {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section._category._projects .category__list-item {
    width: 100%;
  }
  .section._category._projects .category__list-item:last-child {
    display: none;
  }
  .section._question-info .section__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section._question-info .section__question {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
  .section._question-info .section__question .button {
    width: 100%;
  }
  .section._question-info .section__faq {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .section._how-it-was {
    padding-bottom: 0px;
  }
  .section._how-it-was:before {
    width: 1016px;
    height: 1016px;
  }
  .section._how-it-was .section__header {
    margin-bottom: 40px;
  }
  .section._how-it-was .section__slider-item.tns-slide-active .item {
    height: 360px;
    min-height: 360px;
  }
  .section._how-it-was .section__photos .tns-controls button {
    width: 56px;
    height: 56px;
  }
  .section._how-it-was
    .section__photos
    .tns-controls
    button[data-controls="prev"] {
    margin-left: 0;
    left: -89px;
  }
  .section._how-it-was
    .section__photos
    .tns-controls
    button[data-controls="prev"]:before {
    content: "";
    position: absolute;
    right: -20px;
    top: -100px;
    bottom: -90px;
    width: 50vw;
  }
  .section._how-it-was
    .section__photos
    .tns-controls
    button[data-controls="next"] {
    margin-right: 0;
    right: -89px;
  }
  .section._how-it-was
    .section__photos
    .tns-controls
    button[data-controls="next"]:before {
    content: "";
    position: absolute;
    left: -20px;
    top: -100px;
    bottom: -90px;
    width: 50vw;
  }
  .section._how-it-was .section__photos .container {
    max-width: 606px;
  }
  .section._how-it-was .section__photos .item {
    width: 526px;
    min-width: 526px;
    height: 242px;
    min-height: 242px;
    border-radius: 20px;
  }
  .section._how-it-was .section__photos .item__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .section._how-it-was .section__photos .tns-nav {
    width: 484px;
    margin-left: -242px;
  }
  .section._how-it-was .section__photos-item {
    height: 360px;
  }
  .section._how-it-was .section__video {
    margin-top: 96px;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .section._how-it-was .section__video-iframe {
    width: 443px;
    min-width: 443px;
  }
  .section._how-it-was .section__video-content {
    width: 357px;
    min-width: 357px;
    padding-right: 42px;
    font-size: 16px;
    line-height: 22px;
  }
  .section._how-it-was .section__video-content h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .section._how-it-was .section__video-content p {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 740px) {
  .section._how-it-was:before {
    width: 582px;
    height: 582px;
  }
  .section._how-it-was .section__header {
    margin-bottom: 32px;
  }
  .section._how-it-was .section__slider-item.tns-slide-active .item {
    height: 371px;
    min-height: 371px;
  }
  .section._how-it-was .section__photos .tns-controls {
    opacity: 0;
    pointer-events: none;
  }
  .section._how-it-was .section__photos .container {
    max-width: 302px;
  }
  .section._how-it-was .section__photos .item {
    width: 270px;
    min-width: 270px;
    height: 240px;
    min-height: 240px;
    border-radius: 16px;
  }
  .section._how-it-was .section__photos .item__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .section._how-it-was .section__photos .item__subtitle {
    font-size: 14px;
    line-height: 18px;
  }
  .section._how-it-was .section__photos .tns-nav {
    width: 248px;
    margin-left: -124px;
  }
  .section._how-it-was .section__photos .tns-nav button {
    margin: 0 2px;
    height: 3px;
  }
  .section._how-it-was .section__photos .tns-controls button:before {
    display: none;
  }
  .section._how-it-was .section__photos-item {
    height: 371px;
  }
  .section._how-it-was .section__video {
    position: relative;
  }
  .section._how-it-was .section__video .container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section._how-it-was .section__video-content {
    width: 100%;
    min-width: 1px;
    padding-right: 0;
    margin-bottom: 24px;
  }
  .section._how-it-was .section__video-content p {
    margin-bottom: 0;
  }
  .section._how-it-was .section__video-content .button {
    position: absolute;
    bottom: -70px;
    max-width: 100%;
    left: 16px;
    right: 16px;
  }
  .section._how-it-was .section__video-iframe {
    width: 100%;
    min-width: 1px;
  }
}

@media screen and (max-width: 1023px) {
  .icons-info__header {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .icons-info__header h2 {
    width: 100%;
    min-width: 1px;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .icons-info__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -40px;
  }
  .icons-info__list .item {
    width: 50%;
    padding: 0 40px 40px;
  }
}
@media screen and (max-width: 740px) {
  .icons-info__lead {
    font-size: 18px;
    line-height: 22px;
  }
  .icons-info__list {
    margin: 0;
  }
  .icons-info__list .item {
    padding: 0 0 0 80px;
    width: 100%;
    position: relative;
    margin-bottom: 32px;
  }
  .icons-info__list .item .icon {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 1023px) {
  .informations {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
    padding-top: 32px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .informations .item {
    width: 50%;
    padding: 0 12px;
    max-width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .informations .item {
    width: 100%;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .page._landing .section._programm .programm__item:hover:before {
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  .page._landing .section._entry .section__wrap .container {
    padding-top: 96px;
  }
  .page._landing .section._entry .section__date {
    font-size: 24px;
    line-height: 34px;
    height: 41px;
    padding: 0 12px;
  }
  .page._landing .section._entry .section__timer {
    top: 136px;
  }
  .page._landing .section._entry .section__time {
    font-size: 18px;
    line-height: 24px;
  }
  .page._landing .section._entry .section__lead {
    max-width: 420px;
    min-height: 84px;
  }
  .page._landing .section._entry .section__title {
    margin-bottom: 32px;
    min-height: 162px;
  }
  .page._landing .section._entry .section__title img {
    max-width: 415px;
  }
  .page._landing .section._entry .section__title h1 {
    font-size: 80px;
    line-height: 78px;
  }
  .page._landing .section._entry .section__title h1 span {
    font-size: 68px;
    line-height: 78px;
  }
  .page._landing .section._entry .section__speakers {
    top: 296px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .page._landing .section._entry .section__speakers .title {
    width: 100%;
    display: block;
    text-align: right;
    margin-bottom: 12px;
  }
  .page._landing .section._entry .section__footer {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .page._landing .section._entry .section__buttons {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px 42px;
  }
  .page._landing .section._entry .section__buttons .button {
    width: 100%;
    margin: 0 8px;
  }
  .page._landing .section._entry .section__buttons .button._tablet {
    display: -ms-flexbox;
    display: flex;
  }
  .page._landing .section._entry._gradient .section__bg {
    height: 348px;
  }
  .page._landing .section._entry._kv .section__bg img {
    top: 0;
    width: 100%;
    margin-left: 0;
  }
  .page._landing .section._entry._kv .section__title {
    opacity: 0;
    min-height: 168px;
  }
  .page._landing .section._player a._play-video:before {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
  }
  .page._landing .section._about {
    margin-bottom: 72px;
  }
  .page._landing .section._about .container {
    display: block;
  }
  .page._landing .section._about .section__text {
    padding-left: 310px;
    font-size: 18px;
    line-height: 24px;
    min-height: 260px;
  }
  .page._landing .section._about .section__content {
    padding-bottom: 51px;
    padding-top: 0;
  }
  .page._landing .section._about .section__content h2 {
    text-align: center;
    margin-bottom: 42px;
  }
  .page._landing .section._about .section__content blockquote {
    font-size: 24px;
    line-height: 28px;
    padding-left: 44px;
    margin-bottom: 32px;
    max-width: 100%;
  }
  .page._landing .section._about .section__content blockquote:before {
    left: 0;
  }
  .page._landing .section._about .section__image {
    position: absolute;
    width: 371px;
    min-width: 371px;
    margin: 0;
    left: 0;
    bottom: 0;
  }
  .page._landing .section._about._view-2 {
    overflow: hidden;
  }
  .page._landing .section._about._view-2 .section__image {
    display: none;
  }
  .page._landing .section._about._view-2 .section__group {
    display: -ms-flexbox;
    display: flex;
  }
  .page._landing .section._about._view-2 .section__group .section__image {
    width: 421px;
    min-width: 421px;
    margin-left: -127px;
    margin-right: 40px;
    margin-bottom: -103px;
    display: block;
  }
  .page._landing .section._about._view-2 .section__text {
    padding-left: 0;
    min-height: 1px;
  }
  .page._landing .section._about._view-2 .section__content {
    padding-left: 0;
  }
  .page._landing .section._speakers .section__title {
    margin-bottom: 40px;
  }
  .page._landing .section._speakers .section__list-item {
    width: 50%;
    margin-bottom: 48px;
  }
  .page._landing .section._programm {
    padding-top: 90px;
    padding-bottom: 96px;
  }
  .page._landing .section._programm .programm__title {
    margin-bottom: 22px;
  }
  .page._landing .section._programm .programm__item-content h5 {
    font-size: 24px;
    line-height: 30px;
  }
  .page._landing .section._programm .programm__item-time {
    font-size: 20px;
    line-height: 24px;
    width: 95px;
    min-width: 95px;
  }
  .page._landing .section._programm .programm__item-authors {
    padding-right: 0;
  }
  .page._landing .section._registration {
    padding-bottom: 64px;
  }
  .page._landing .section._registration .section__form {
    margin-right: 0;
    width: 100%;
    min-width: 1px;
  }
  .page._landing .section._registration .section__sidebar {
    position: absolute;
    right: 40px;
    top: 0;
    width: 209px;
  }
  .page._landing .section._registration .section__title {
    margin-bottom: 20px;
  }
  .page._landing .section._registration .section__description {
    padding-right: 352px;
  }
  .page._landing .section._registration._view-2:before {
    display: none;
  }
  .page._landing .section._registration._view-2 .section__content {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page._landing .section._registration._view-2 .section__description {
    padding-right: 0;
  }
  .page._landing .section._registration._view-2 .section__form {
    margin-bottom: 48px;
  }
  .page._landing .section._registration._view-2 .section__sidebar {
    position: static;
    margin-left: 0;
    width: 100%;
    min-width: 1px;
  }
  .page._landing .section._registration._view-2 .section__test {
    margin-left: 0;
    padding: 24px 24px 32px;
  }
  .page._landing .section._registration._view-2 .section__test h3 {
    margin-bottom: 16px;
  }
  .page._landing .section._registration._view-2 .section__test p {
    margin-bottom: 0;
  }
  .page._landing .section._registration._view-2 .section__test-common {
    display: -ms-flexbox;
    display: flex;
  }
  .page._landing .section._registration._view-2 .section__test-common .button {
    white-space: nowrap;
    margin-left: 32px;
  }
  .page._landing .section._registration._view-3 {
    padding-bottom: 40px;
  }
  .page._landing .section._registration._view-3 .section__wrap {
    padding: 32px 32px 40px;
    min-height: 1px;
  }
  .page._landing .section._registration._view-3 .section__wrap h2 {
    margin-bottom: 16px;
  }
  .page._landing .section._registration._view-3 .section__description {
    margin-bottom: 24px;
    max-width: 433px;
    padding-right: 0;
  }
  .page._landing .section._registration._view-3 .section__buttons {
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 296px;
  }
  .page._landing .section._registration._view-3 .section__buttons .button {
    width: 100%;
    margin: 0 0 16px;
  }
  .page._landing .form._registration-landing .form__field._politics {
    max-width: 610px;
  }
  .page._landing .section._vacancies {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page._landing .section._faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page._landing .section._faq .section__title {
    margin-bottom: 40px;
  }
  .page._landing .section._faq .section__title h2 {
    font-weight: 500;
  }
  .page._landing .section._faq .section__acc {
    display: block;
  }
  .page._landing .section._faq .section__acc .faq__group-list .item__title {
    font-size: 24px;
    line-height: 30px;
  }
  .page._landing .section._faq .section__acc .section__not-found {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 32px;
    margin-top: 32px;
    border-top: 2px solid rgba(31, 50, 56, 0.1);
  }
  .page._landing .section._faq .section__acc .section__not-found h3 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
    white-space: nowrap;
  }
  .page._landing .section._faq .section__acc .section__not-found .button {
    width: 100%;
    margin-left: 49px;
  }
  .page._landing .section._faq .section__tabs {
    display: none;
  }
  .page._landing._dark .section._entry .section__speakers {
    margin-left: 0;
    margin-bottom: 20px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .page._landing._dark .section._about {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .page._landing._dark .section._about:before {
    display: none;
  }
  .page._landing._dark .section._about .section__bg {
    position: static;
    margin-bottom: 30px;
  }
  .page._landing._dark .section._about .section__content {
    padding-left: 0;
  }
  .page._landing._dark .section._about .section__text {
    padding-left: 0;
    min-height: auto;
  }
}
@media screen and (max-width: 740px) {
  .page._landing .section._entry {
    margin-bottom: 34px;
  }
  .page._landing .section._entry .section__wrap .container {
    padding-top: 64px;
  }
  .page._landing .section._entry .section__title {
    min-height: 1px;
    margin-bottom: 24px;
  }
  .page._landing .section._entry .section__title h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .page._landing .section._entry .section__title h1 span {
    font-size: 44px;
    line-height: 50px;
  }
  .page._landing .section._entry .section__timer {
    -ms-flex-align: center;
    align-items: center;
    position: static;
    margin-bottom: 16px;
  }
  .page._landing .section._entry .section__date {
    margin-bottom: 0;
    margin-right: 18px;
    font-size: 18px;
    line-height: 24px;
  }
  .page._landing .section._entry .section__time {
    font-size: 16px;
    line-height: 22px;
    right: 80px;
  }
  .page._landing .section._entry .section__lead {
    font-size: 18px;
    line-height: 24px;
    min-height: 1px;
  }
  .page._landing .section._entry .section__speakers {
    position: static;
    margin-bottom: 22px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .page._landing .section._entry .section__speakers .title {
    width: auto;
    margin-bottom: 0;
  }
  .page._landing .section._entry .section__buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 28px;
  }
  .page._landing .section._entry .section__buttons .button {
    margin-bottom: 16px;
  }
  .page._landing .section._entry .section__buttons .button:last-child {
    margin-bottom: 0;
  }
  .page._landing .section._entry .section__info {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 18px;
  }
  .page._landing .section._entry .section__location {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .page._landing .section._entry._gradient .section__bg {
    height: 254px;
  }
  .page._landing .section._entry._kv .section__title {
    opacity: 0;
    min-height: 100px;
  }
  .page._landing .section._player a {
    height: 200px;
  }
  .page._landing .section._player a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page._landing .section._player a._play-video:before {
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
  }
  .page._landing .section._about {
    margin-bottom: 48px;
  }
  .page._landing .section._about .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .page._landing .section._about .section__image {
    width: 100%;
    min-width: 1px;
    position: static;
  }
  .page._landing .section._about .section__text {
    padding-left: 0;
    font-size: 16px;
    line-height: 22px;
    min-height: 0px;
  }
  .page._landing .section._about .section__content h2 {
    margin-bottom: 32px;
  }
  .page._landing .section._about .section__content blockquote {
    font-size: 18px;
    line-height: 24px;
  }
  .page._landing .section._about._view-2 {
    overflow: hidden;
  }
  .page._landing .section._about._view-2 .section__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .page._landing .section._about._view-2 .section__group .section__image {
    width: 100%;
    min-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: -84px;
    display: block;
    margin-top: 24px;
  }
  .page._landing .section._about._view-2 .section__content {
    padding-left: 0;
    padding-bottom: 0;
  }
  .page._landing .section._how-it-was {
    overflow: hidden;
  }
  .page._landing .section._speakers {
    padding-bottom: 0;
    margin-bottom: 64px;
  }
  .page._landing .section._speakers .section__list-item {
    width: 100%;
    margin-bottom: 24px;
    display: none;
    padding-left: 0;
    padding-right: 0;
  }
  .page._landing .section._speakers .section__list-item:nth-child(1),
  .page._landing .section._speakers .section__list-item:nth-child(2),
  .page._landing .section._speakers .section__list-item:nth-child(3),
  .page._landing .section._speakers .section__list-item:nth-child(4) {
    display: block;
  }
  .page._landing .section._speakers .section__list-item:last-child {
    margin-bottom: 0;
  }
  .page._landing .section._speakers .section__more {
    padding-top: 32px;
    display: block;
  }
  .page._landing .section._speakers .section__more .button {
    width: 100%;
  }
  .page._landing .section._speakers._show .section__list-item {
    display: block;
  }
  .page._landing .section._speakers._show .section__more {
    display: none;
  }
  .page._landing .section._programm .programm__title {
    margin-bottom: 12px;
  }
  .page._landing .section._programm .programm__item {
    padding: 20px 0 24px;
  }
  .page._landing .section._programm .programm__item::before {
    display: none;
  }
  .page._landing .section._programm .programm__item-time {
    width: 60px;
    min-width: 60px;
    padding-top: 0;
  }
  .page._landing .section._programm .programm__item-content h5 {
    font-size: 20px;
    line-height: 24px;
  }
  .page._landing
    .section._programm
    .programm__item-authors
    .mini-author__photo {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: -52px;
  }
  .page._landing .section._programm .programm__item-authors .mini-author__name {
    font-size: 18px;
    line-height: 24px;
  }
  .page._landing
    .section._programm
    .programm__item-authors._multiple
    .mini-author {
    width: 100%;
    max-width: 100%;
  }
  .page._landing
    .section._programm
    .programm__item._icon
    .programm__item-header {
    display: block;
  }
  .page._landing
    .section._programm
    .programm__item._icon
    .programm__item-header
    img {
    width: 20px;
    margin-right: 5px;
    margin-top: 0;
    position: relative;
    top: 5px;
    display: inline;
  }
  .page._landing
    .section._programm
    .programm__item._icon
    .programm__item-header
    h5 {
    display: inline;
  }
  .page._landing .section._programm .programm .tabs__menu {
    padding-top: 34px;
  }
  .page._landing .section._programm .programm .tabs__menu .button {
    margin-right: 16px;
  }
  .page._landing .programm__content .tabs._default:before {
    top: 31px;
  }
  .page._landing .programm__content .tabs._default:after {
    top: 31px;
  }
  .page._landing .programm__content .tabs._default .tabs__menu._bottom {
    padding-top: 2px;
  }
  .page._landing
    .programm__content
    .tabs._default
    .tabs__menu._bottom
    .tabs__menu-item {
    border: none;
  }
  .page._landing .section._registration .section__content {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page._landing .section._registration .section__description {
    padding-right: 0;
  }
  .page._landing .section._registration .section__sidebar {
    position: static;
    width: 100%;
    min-width: 1px;
  }
  .page._landing .section._registration .section__sidebar img {
    max-width: 239px;
    margin: 0 auto;
  }
  .page._landing .section._registration .section__form {
    margin-bottom: 40px;
  }
  .page._landing .section._registration._view-2 .section__test-common {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page._landing .section._registration._view-2 .section__test-common .button {
    margin-left: 0;
    width: 100%;
    margin-top: 24px;
  }
  .page._landing .section._registration._view-3 .container {
    padding: 0;
  }
  .page._landing .section._registration._view-3 .section__wrap {
    border-radius: 0;
    padding: 32px 16px;
    background: linear-gradient(
        90deg,
        #f5f8ff 0%,
        rgba(227, 236, 255, 0.8) 100%
      ),
      #acc0ec;
  }
  .page._landing .section._registration._view-3 .section__buttons {
    max-width: 100%;
  }
  .page._landing .form._registration-landing .form__row {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .page._landing .form._registration-landing .form__row .form__field {
    margin-left: 0;
    margin-right: 0;
  }
  .page._landing .form._registration-landing .form__field._politics {
    margin-bottom: 32px;
  }
  .page._landing .form._registration-landing .form__submit .button {
    width: 100%;
  }
  .page._landing .section._faq .section__acc .section__not-found {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page._landing .section._faq .section__acc .section__not-found h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .page._landing .section._faq .section__acc .section__not-found .button {
    margin-left: 0;
  }
  .page._landing .section._offer .section__bg img {
    display: none;
  }
  .page._landing .section._offer .section__wrap {
    padding: 30px 0;
  }
  .page._landing._dark .section._entry .section__time {
    right: 0;
    background: none;
    position: static;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .page._landing._dark .section._entry .section__time:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/icon_clock-green.svg") no-repeat center;
    margin-right: 8px;
    background-size: contain;
  }
  .page._landing._dark .section._entry .section__timer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .page._landing._dark .section._entry .section__date {
    width: auto;
    padding: 4px 12px 3px;
    height: 31px;
    background: #00f2c2;
    border-radius: 8px;
    margin-bottom: 0;
    margin-right: 18px;
    font-size: 18px;
    line-height: 24px;
    color: #1f3238;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page._landing._dark .section._entry .section__date span {
    font-size: 18px;
    margin-right: 5px;
  }
  .page._landing._dark .section._entry .section__speakers {
    -ms-flex-order: 1;
    order: 1;
  }
  .page._landing._dark .section._entry .section__speakers .title {
    opacity: 1;
  }
  .page._landing._dark .section._entry .section__buttons {
    -ms-flex-order: 2;
    order: 2;
  }
  .page._landing._dark .section._entry .section__info {
    -ms-flex-order: 3;
    order: 3;
  }
  .page._landing._dark .tabs._default .tabs__menu._bottom {
    border: none;
  }
  .page._landing._dark .section._about {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .page._landing._dark .section._about .section__content {
    margin-bottom: -60px;
  }
  .page._landing._dark .section._about .section__bg {
    padding-right: 0;
    overflow: hidden;
  }
  .page._landing._dark .section._about .section__bg img {
    display: none;
  }
  .page._landing._dark .section._about .section__bg img._mobile {
    display: block;
  }
  .page._landing._dark .section._programm .programm__item-time {
    font-size: 16px;
    min-width: 60px;
  }
  .page._landing._dark .section._offer .section__bg {
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 550px) {
  .page._landing .section._programm .programm .tabs__menu .button {
    margin-right: 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-left: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .market__content .offer {
    margin-bottom: 48px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .market__content .offer__content {
    max-width: 100%;
    margin-bottom: 48px;
  }
  .market__content .offer__content h3 {
    margin-top: 32px;
  }
  .market__content .offer__sidebar {
    width: 100%;
    min-width: 1px;
  }
  .market__content .offer._d {
    display: none;
  }
  .market__content .offer._m {
    display: block;
  }
  .market__icons-info .icons-info__header h2 {
    min-width: 1px;
  }
  .page._market .section._solution .card {
    min-height: auto;
  }
  .page._market .section._solution .card__prevu {
    height: 16.4vw;
  }
}
@media screen and (max-width: 740px) {
  .page._market .section._entry .section__wrap .container {
    min-height: 500px;
  }
  .page._market .section._entry__breadcrumbs {
    margin-bottom: 24px;
  }
  .page._market .section._entry .section__button {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 83px;
  }
  .page._market .section._entry .section__button .button {
    width: 100%;
  }
  .page._market .section._entry .section__bg-mask {
    left: -6%;
    top: -30px;
    margin-left: 0;
  }
  .page._market .section._entry .section__bg-mask img {
    max-width: 821px;
  }
  .page._market .section._entry .section__bg-image {
    left: -5%;
    margin-left: 0;
  }
  .page._market .section._entry .section__bg-image img {
    max-width: 745px;
  }
  .page._market .section._solution .card {
    min-height: auto;
  }
  .page._market .section._solution .card__prevu {
    height: 132px;
  }
  .market__icons-info {
    margin-bottom: 40px;
  }
  .market__icons-info .icons-info__list .item:last-child {
    margin-bottom: 0;
  }
  .market__trands {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1023px) {
  .page._marketplace .section._banner {
    margin-top: -5px;
  }
  .page._marketplace .section._banner .banner__image {
    position: relative;
  }
  .page._marketplace .section._banner .banner__image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(
      89.34% 89.57% at 62.09% 47.77%,
      rgba(2, 1, 3, 0) 0%,
      #000000 100%
    );
  }
  .page._marketplace .section._entry .container {
    max-width: 650px;
    padding-top: 148px;
    padding-bottom: 100px;
  }
  .page._marketplace .section._entry .section__title {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 20px;
  }
  .page._marketplace .section._entry .section__description {
    font-weight: normal;
  }
}
@media screen and (max-width: 740px) {
  .page._marketplace {
    background-position: -30vw 0;
    background-size: 122vw;
  }
  .page._marketplace .section._entry .container {
    padding-top: 136px;
    padding-bottom: 80px;
  }
  .page._marketplace .section._entry .section__title {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 16px;
  }
  .page._marketplace .section._entry .section__description {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .page._marketplace .section._entry .section__button .button {
    width: 100%;
    max-width: 100%;
  }
  .page._marketplace .section._banner {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1023px) {
  .section._markets .section__list-item {
    margin-bottom: 0;
  }
  .section._markets._category .category._markets .category__tabs {
    position: relative;
  }
  .section._markets._category .category._markets .category__tabs:before {
    display: block;
  }
  .page._markets {
    background-image: url("../img/bg_markets-tablet.png");
  }
  .page._markets .section._entry {
    padding-top: 0;
    height: auto;
    min-height: 1px;
    padding-bottom: 0;
  }
  .page._markets .section._entry .container {
    padding-top: 88px;
    padding-bottom: 40px;
  }
  .page._markets .section._entry .section__title {
    margin-bottom: 16px;
  }
  .page._markets .section._entry .section__title h1 {
    font-size: 36px;
    line-height: 38px;
  }
  .page._markets .section._entry .section__description {
    line-height: 18px;
  }
  .page._markets .section._markets {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 740px) {
  .section._category._markets {
    padding-top: 0;
  }
  .section._category._markets:after {
    display: none;
  }
  .section._category._markets .category._markets .category__tabs:before {
    right: 0;
    left: auto;
  }
  .page._markets .section._markets {
    margin-bottom: 70px;
  }
  .section._markets .section__list-item {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 1023px) {
  .materials {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -40px;
    border-radius: 0;
    padding: 40px;
  }
  .materials__common {
    margin-bottom: 40px;
  }
  .materials__list {
    overflow: auto;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -40px;
    width: auto;
  }
  .materials__list:before {
    content: "";
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .materials__list:after {
    content: "";
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .materials__list-item {
    width: 227px;
    min-width: 227px;
    margin-right: 32px;
    margin-left: 0;
  }
  .materials__list-item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 740px) {
  .materials {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -16px;
    border-radius: 0;
    padding: 40px 16px;
  }
  .materials__common {
    margin-bottom: 32px;
  }
  .materials__list {
    overflow: auto;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -16px;
    width: auto;
  }
  .materials__list:before {
    content: "";
    width: 16px;
    height: 40px;
    min-width: 16px;
  }
  .materials__list:after {
    content: "";
    width: 16px;
    height: 40px;
    min-width: 16px;
  }
  .materials__list-item {
    margin-right: 16px;
  }
}

@media screen and (max-width: 740px) {
  .modal__container {
    max-width: 582px;
    padding: 56px 16px 24px;
  }

  .modal._development-download .modal__container {
    padding-top: 33px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal._development-download .modal__container h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .form._development-download .form__title {
    margin-bottom: 39px;
  }
  .form._development-download .form__description {
    font-size: 16px;
    line-height: 22px;
  }
  .form._development-download .form__social {
    margin-bottom: 32px;
  }
  .form._development-download .form__or {
    margin-bottom: 31px;
  }
  .form._development-download .form__description h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 17px;
  }
  .form._development-download .form__inputs {
    margin-bottom: 25px;
  }
  .form._development-download .form__faq {
    padding: 0 17px;
    margin-bottom: 32px;
  }
  .form._development-download .form__faq-title {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 0;
  }
  .form._development-download .form__field {
    margin-bottom: 27px;
  }
  .form._development-download .form__faq-content {
    font-size: 14px;
    line-height: 18px;
  }

  .form._day-form .form__title {
    margin-bottom: 39px;
  }
  .form._day-form .form__description {
    font-size: 16px;
    line-height: 22px;
  }
  .form._day-form .form__social {
    margin-bottom: 32px;
  }
  .form._day-form .form__or {
    margin-bottom: 31px;
  }
  .form._day-form .form__description h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 17px;
  }
  .form._day-form .form__inputs {
    margin-bottom: 25px;
  }
  .form._day-form .form__faq {
    padding: 0 17px;
    margin-bottom: 32px;
  }
  .form._day-form .form__faq-title {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 0;
  }
  .form._day-form .form__field {
    margin-bottom: 27px;
  }
  .form._day-form .form__faq-content {
    font-size: 14px;
    line-height: 18px;
  }

  .modal._development-download .modal__close {
    right: 20px;
    top: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .not-found {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .not-found__image {
    margin-right: 0;
    width: 260px;
    min-width: 1px;
    margin-bottom: 32px;
  }
  .not-found__content {
    text-align: center;
  }
  .not-found__content p {
    margin: 0 auto 32px;
  }
  .not-found__content .form._not-found-search {
    text-align: left;
    margin-top: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .form._not-found-search {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form._not-found-search .form__submit {
    margin-left: 0;
    margin-top: 16px;
    width: 100%;
  }
  .form._not-found-search .form__submit .button {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .section._content figure figcaption {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 740px) {
  .pages__link {
    margin: 0 2px;
  }
}

@media screen and (max-width: 1023px) {
  .page._partners:after {
    display: none;
  }
  .page._partners:before {
    width: 768px;
    height: 406px;
    background-image: url("../img/bg_partners-1-tablet.png");
  }
  .page._partners .section._entry {
    padding-top: 112px;
    min-height: 300px;
    padding-bottom: 64px;
  }
  .page._partners .section._entry .section__title {
    margin-bottom: 18px;
  }
  .page._partners .section._entry .section__description {
    font-size: 20px;
    line-height: 24px;
  }
  .page._partners .section._banner {
    padding-bottom: 68px;
  }
  .page._partners .section._banner .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 740px) {
  .page._partners:before {
    width: 375px;
    height: 424px;
    background-image: url("../img/bg_partners-1-mobile.png");
  }
  .page._partners .section._entry {
    min-height: 314px;
  }
  .page._partners .section._entry .section__title h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .page._partners .section._entry .section__description {
    font-size: 16px;
    line-height: 18px;
  }
  .page._partners .section._banner {
    padding-bottom: 48px;
  }
  .page._partners .section._banner .container {
    padding: 0 16px;
  }
}

@media screen and (max-width: 1023px) {
  .page._partners-single .section._entry {
    padding-bottom: 166px;
  }
  .page._partners-single .section._entry .section__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .page._partners-single .section._entry .section__content {
    padding-right: 0;
  }
  .page._partners-single .section._entry .section__content .button {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -102px;
  }
  .page._partners-single .section._entry .section__info {
    width: 100%;
    min-width: 100%;
  }
  .page._partners-single .section._entry .section__info .informations .item {
    margin-bottom: 0;
  }
  .page._partners-single .section._banner-partner .banner._app-partner {
    margin: 0;
  }
  .page._partners-technology .section._entry .section__bg img {
    right: auto;
    left: 25vw;
    height: 491px;
  }
  .page._partners-commercy .section._entry .section__bg img {
    right: auto;
    left: 30vw;
    height: 491px;
  }
}
@media screen and (max-width: 740px) {
  .page._partners-single .section._entry .section__title {
    margin-bottom: 16px;
  }
  .page._partners-technology .section._entry .section__bg img {
    right: auto;
    left: 15vw;
    height: 221px;
  }
  .page._partners-commercy .section._entry .section__bg img {
    right: auto;
    left: -15vw;
    height: 491px;
  }
}

@media screen and (max-width: 1023px) {
  .section._partnership .section__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -40px;
  }
  .section._partnership .section__list-item {
    width: 100%;
    margin-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }
  .section._partnership .section__list-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 740px) {
  .section._partnership .section__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16px;
  }
  .section._partnership .section__list-item {
    width: 100%;
    margin-bottom: 48px;
  }
  .section._partnership .section__list-item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .platforms__list {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -60px;
  }
  .platforms__list .platform {
    width: 100%;
    padding: 0 60px;
  }
  .platforms__list._1 .platform {
    width: 100%;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .platforms__list._1 .platform__media {
    width: 573px;
    min-width: 573px;
  }
}
@media screen and (max-width: 1023px) {
  .platform {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .platform__media {
    width: 325px;
    height: 232px;
  }
  .platform__content {
    padding-right: 30px;
  }
  .platform__info {
    /* display: none; */
  }
}
@media screen and (max-width: 740px) {
  .platform {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .modal .platform {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .platform__content {
    margin-bottom: 48px;
  }
  .platform__media {
    width: 100%;
    height: auto;
  }
  .platform__media .item {
    height: 244px;
  }
  .platform__media img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
}

@media screen and (max-width: 1023px) {
  .posts__list-item {
    width: 33.333335%;
  }
  .posts__filters-trigger {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    margin-bottom: 40px;
    background: rgba(31, 50, 56, 0.04);
    border: none;
    border-radius: 8px;
  }
  .posts__filters-trigger .icon {
    margin-right: 11px;
  }
  .posts._materials {
    padding-bottom: 64px;
  }
  .posts._materials .posts__list {
    margin: 0 -12px;
  }
  .posts._materials .posts__list-item {
    margin-bottom: 24px;
    padding: 0 12px;
  }
  .posts._materials .posts__load-more {
    display: block;
  }
  .posts._videos .posts__list {
    margin: 0 -12px;
  }
  .posts._videos .posts__list-item {
    margin-bottom: 24px;
    padding: 0 12px;
  }
  .posts._photogallery .posts__group {
    margin-bottom: 58px;
  }
  .posts._photogallery .posts__group-list {
    margin: 0 -12px;
  }
  .posts._photogallery .posts__group-list-item {
    margin-bottom: 24px;
    padding: 0 12px;
  }
  .posts._photogallery .posts__group-link .button {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 740px) {
  .page._posts._events._latest .section._entry .container {
    padding-top: 71px;
    padding-bottom: 30px;
  }
  .posts__header {
    margin-bottom: 24px;
  }
  .posts__link {
    display: none;
  }
  .posts__list-item {
    width: 50%;
  }
  .posts._materials {
    padding-bottom: 64px;
  }
  .posts._materials .posts__list-item {
    margin-bottom: 40px;
  }
  .posts._materials .posts__load-more .button {
    width: 100%;
  }
  .posts._videos .posts__list-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .posts._photogallery .posts__group {
    margin-bottom: 48px;
  }
  .posts._photogallery .posts__group-link {
    display: none;
  }
  .posts._photogallery .posts__group-list-item {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .posts__list-item {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .products__title {
    margin-bottom: 32px;
  }
  .products__tabs .tabs__menu {
    margin-bottom: 40px;
  }
  .product__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product__content {
    width: 100%;
    min-width: 1px;
  }
  .product__content .informations {
    margin-top: 0;
  }
  .product__sidebar {
    margin: 0;
    padding: 0;
  }
  .product__sidebar .device {
    margin-left: auto;
    margin-right: auto;
  }
  .product__characters {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 740px) {
  .product__content {
    margin-bottom: 8px;
  }
  .product__sidebar .device {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 1023px) {
  .programm__item-authors._multiple .mini-author {
    width: 50%;
  }
}
@media screen and (max-width: 740px) {
  .programm__item {
    margin-bottom: 24px;
  }
  .programm__item-time {
    width: 76px;
    min-width: 76px;
  }
  .programm__item-content h5 {
    font-size: 18px;
    line-height: 22px;
  }
  .programm__item-authors._multiple .mini-author {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .page._project .section._entry .container {
    min-height: 463px;
  }
  .page._project .section._entry .section__bg-image {
    right: 0;
    margin-left: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .page._project .section._entry .section__bg-image img {
    max-width: 99999px;
  }
  .page._project .section._entry .section__bg-image:before {
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 12.15%),
      linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 37.93%),
      linear-gradient(86.02deg, #ffffff 39.74%, rgba(255, 255, 255, 0) 94.78%);
  }
  .page._project .section._entry .section__bg-image:after {
    display: none;
  }
  .page._project .section._entry .section__breadcrumbs {
    margin-bottom: 48px;
  }
  .page._project .section._entry .section__logos .item {
    margin-right: 16px;
    padding-right: 16px;
  }
  .page._project .section._project._solution .project__content {
    padding-right: 0;
  }
  .page._project .section._project._solution .project__sidebar {
    width: 100%;
    min-width: 1px;
  }
  .project__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .project__content {
    padding-right: 0;
    margin-bottom: 48px;
  }
  .project__content h2 {
    margin-top: 50px;
  }
  .project__content h2:first-child {
    margin-top: 50px;
  }
  .project__sidebar {
    width: 100%;
    min-width: 1px;
  }
}
@media screen and (max-width: 740px) {
  .page._project .section._entry .container {
    min-height: 361px;
    padding-bottom: 48px;
  }
  .page._project .section._entry .section__bg-image img {
    margin-right: -110px;
  }
  .page._project .section._entry .section__breadcrumbs {
    margin-bottom: 24px;
  }
  .page._project .section._entry .section__logos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page._project .section._entry .section__logos._3 .item:first-of-type {
    width: 100%;
    margin-bottom: 12px;
  }
  .page._project .section._entry .section__logos._3 .item:first-of-type:before {
    display: none;
  }
  .page._project .section._entry .section__title h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .page._project .section._project._result .project {
    padding-bottom: 30px;
  }
  .page._project .section._project._solution {
    margin-bottom: 0;
  }
  .page._project .section._project._solution .project__solution-tabs {
    margin-bottom: 0;
  }
  .project {
    padding-bottom: 20px;
  }
  .project__icons .item__title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1023px) {
  .page._projects .section._entry {
    padding: 112px 0 80px;
  }
  .page._projects .section._projects .section__list .card._row .card__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 740px) {
  .page._projects .section._entry {
    padding: 88px 0 6px;
  }
  .page._projects .section._projects .section__list .card._row {
    padding-bottom: 0;
  }
  .page._projects .section._projects .section__list-item {
    margin-bottom: 0px;
  }
  .page._projects .section._projects .section__list-item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1023px) {
  .page._resources .posts._materials .posts__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    margin: 0 -40px;
  }
  .page._resources .posts._materials .posts__list:before {
    content: "";
    width: 28px;
    min-width: 28px;
    height: 12px;
  }
  .page._resources .posts._materials .posts__list:after {
    content: "";
    width: 28px;
    min-width: 28px;
    height: 12px;
  }
  .page._resources .posts._materials .posts__list-item {
    width: 276px;
    min-width: 276px;
    margin-bottom: 0;
  }
  .page._resources .posts._photogallery .posts__list {
    margin: 0 -13px;
  }
  .page._resources .posts._photogallery .posts__list-item {
    padding: 0 13px;
  }
  .page._resources
    .posts._photogallery
    .posts__list-item
    .card._photogallery
    .card__image {
    height: 119px;
  }
}
@media screen and (max-width: 740px) {
  .page._resources .posts._materials .posts__list {
    margin: 0 -16px;
  }
  .page._resources .posts._materials .posts__list:before {
    width: 4px;
    min-width: 4px;
  }
  .page._resources .posts._materials .posts__list:after {
    width: 4px;
    min-width: 4px;
  }
  .page._resources .posts._materials .posts__list-item {
    width: 227px;
    min-width: 227px;
  }
  .page._resources
    .posts._materials
    .posts__list-item
    .card._asset
    .card__image {
    height: 164px;
  }
  .page._resources .section._posts .posts._photogallery .posts__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page._resources .section._posts .posts._photogallery .posts__list-item {
    width: 100%;
  }
  .page._resources
    .posts._photogallery
    .posts__list-item
    .card._photogallery
    .card__image {
    height: 52vw;
  }
}

@media screen and (max-width: 1023px) {
  .popup._search {
    top: 60px;
  }
  .filters._search .filters__group-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .search__form .form._search {
    padding-bottom: 70px;
    position: relative;
  }
  .search__form .form._search .form__trigger-filter {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
  .search__filters {
    width: 0;
    min-width: 0;
  }
  .search__results {
    padding-left: 0;
  }
  .search__results-title {
    padding-left: 0;
    margin-bottom: 41px;
  }
  .search__results-list .item {
    margin-bottom: 32px;
  }
  .search__results-list .item:last-child {
    margin-bottom: 0;
  }
  .search__results-list .item__link {
    padding: 0;
  }
  .search__results-list .item__link:hover {
    background: none;
  }
  .search__results-list .item__media {
    margin-left: 24px;
  }
}
@media screen and (max-width: 740px) {
  .search__form .form._search {
    padding-bottom: 0;
  }
  .search__form .form._search form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search__form .form._search .form__trigger-filter {
    position: static;
    width: 50%;
    padding-right: 8px;
  }
  .search__form .form._search .form__trigger-filter + .form__submit {
    width: 50%;
    padding-left: 8px;
  }
  .search__form .form._search .form__field {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .search__form .form._search .form__submit {
    width: 100%;
  }
  .search__form .form._search .form__submit .button {
    width: 100%;
  }
  .search__results-title {
    margin-bottom: 33px;
  }
  .search__results-list .item {
    margin-bottom: 0;
  }
  .search__results-list .item__link {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    padding-bottom: 64px;
  }
  .search__results-list .item__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .search__results-list .item__description {
    font-size: 14px;
    line-height: 20px;
  }
  .search__results-list .item__media {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .search__results-list .item__media .button {
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
  }
  .search__results-list .item__preview {
    width: 100%;
    min-width: 1px;
    height: 70vw;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .page._solution .section._entry .section__anchors .anchors {
    border-width: 0px;
  }
}
@media screen and (max-width: 740px) {
  .page._solution .section._entry {
    margin-bottom: 32px;
  }
  .page._solution .section._entry .section__bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        352.65deg,
        #1f3238 9.74%,
        rgba(31, 50, 56, 0) 23.71%
      ),
      linear-gradient(265.79deg, #1f3238 29.14%, rgba(31, 50, 56, 0) 81.55%);
    transform: rotate(-180deg);
  }
  .page._solution .section._entry .section__wrap .container {
    min-height: 500px;
  }
  .page._solution .section._entry .section__breadcrumbs {
    margin-bottom: 24px;
  }
  .page._solution .section._entry .section__image {
    width: 48px;
  }
  .page._solution .section._entry .section__button .button {
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
  }
  .page._solution .section._entry .section__button .button:last-child {
    margin-bottom: 0;
  }
  .page._solution .section._entry .section__sub-title {
    margin-bottom: 24px;
  }
  .page._solution .section._entry .section__sub-title h5 {
    font-size: 16px;
    line-height: 22px;
  }
  .solution__icons-info {
    margin-bottom: 40px;
  }
  .solution__use .use__list-item .card._use .card__prevu {
    height: 33.334vw;
  }
  .solution__use .use__list-item .card._use .card__title {
    font-weight: 300;
  }
  .solution__use .use__list-item .card._use .card__button {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .page._category._solutions .page__bg-left {
    height: 628px;
    left: 50%;
    margin-left: -590px;
  }
  .page._category._solutions .page__bg-right {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  .page._category._solutions .page__bg-left {
    height: 404px;
    margin-left: -370px;
  }
}

@media screen and (max-width: 1023px) {
  .section._solutions-company {
    padding: 0 40px;
  }
  .section._solutions-company .container {
    padding: 48px 24px 36px;
  }
  .section._solutions-company .section__title h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .section._solutions-company .section__title h5 {
    font-size: 16px;
    line-height: 22px;
  }
  .section._solutions-company .section__list-item {
    width: 198px;
    height: 86px;
    padding: 20px 40px;
    margin: 0 12px 12px;
  }
}
@media screen and (max-width: 740px) {
  .section._solutions-company {
    padding: 0;
    margin-bottom: 0;
  }
  .section._solutions-company + .section._apps-category {
    padding-top: 68px;
  }
  .section._solutions-company .container {
    border-radius: 0;
    padding: 48px 16px 40px;
  }
  .section._solutions-company .section__title {
    margin-bottom: 40px;
  }
  .section._solutions-company .section__title h5 {
    line-height: 20px;
  }
  .section._solutions-company .section__list {
    margin-bottom: 10px;
  }
  .section._solutions-company .section__list-item {
    width: 164px;
    height: 86px;
    padding: 19px 24px;
    margin: 0 7px 15px;
  }
  .section._solutions-company .section__all {
    display: block;
  }
  .section._solutions-company .section__all .button {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .speaker__photo {
    min-width: 184px;
    min-height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .speaker__photo {
    filter: grayscale(1);
    opacity: 0.5;
    transition: opacity 0.3s, filter 0.3s;
  }
  .speaker:not(._disable-hover):hover {
    z-index: 100;
  }
  .speaker:not(._disable-hover):hover .speaker__info {
    display: block;
    pointer-events: all;
  }
  .speaker:not(._disable-hover):hover .speaker__photo {
    filter: grayscale(0);
    opacity: 1;
  }
  .speaker__info:hover {
    display: block;
  }
}
@media screen and (max-width: 740px) {
  .speaker {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .speaker__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
  .speaker__photo {
    width: 104px;
    min-width: 104px;
    height: 112px;
    margin-bottom: 0;
    filter: grayscale(1);
    opacity: 0.5;
    transition: opacity 0.3s, filter 0.3s;
  }
  .speaker__photo img {
    -webkit-clip-path: url(#mask-speaker-image-mobile);
    clip-path: url(#mask-speaker-image-mobile);
  }
  .speaker:not(._disable-hover)._active .speaker__photo {
    filter: grayscale(0);
    opacity: 1;
  }
  .speaker__common {
    padding-left: 16px;
    padding-right: 0;
  }
  .speaker__name {
    font-size: 24px;
    line-height: 28px;
  }
  .speaker__description {
    font-size: 14px;
    line-height: 18px;
  }
  .speaker__info {
    position: static;
    width: 100%;
    padding: 16px 0;
  }
  .speaker__info:before {
    width: auto;
    top: -40px;
    left: -16px;
    right: -16px;
  }
}

@media screen and (max-width: 1023px) {
  .page._technologies .section._entry {
    height: auto;
    padding-top: 112px;
    padding-bottom: 64px;
  }
  .page._technologies .section._entry .container {
    max-width: 100%;
  }
  .section._technologies .section__list-item .card__prevu {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 740px) {
  .page._technologies .section._entry {
    padding-top: 104px;
    padding-bottom: 48px;
  }
  .page._technologies .section._entry .section__title h1 {
    font-size: 36px;
    line-height: 38px;
  }
  .section._technologies {
    margin-bottom: 30px;
  }
  .section._technologies .section__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section._technologies .section__list-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .section._technologies .section__list-item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1023px) {
  .page._technology .section._entry .section__breadcrumbs {
    margin-bottom: 8px;
  }
  .technology__features-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .technology__features-content {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .technology__features-related {
    width: 100%;
    min-width: 1px;
  }
}
@media screen and (max-width: 740px) {
  .page._technology .section._entry {
    min-height: 465px;
    margin-bottom: 25px;
  }
  .page._technology .section._entry .section__breadcrumbs {
    margin-bottom: 24px;
  }
  .page._technology .section._entry .section__image {
    height: 130px;
  }
  .page._technology .section._entry .section__title {
    margin-bottom: 12px;
  }
  .technology__about-info {
    margin-bottom: 20px;
  }
  .technology__icons-info {
    margin-bottom: 58px;
  }
  .technology__icons-info .icons-info__list .item:last-child {
    margin-bottom: 0;
  }
  .technology__related-item {
    margin-bottom: 40px;
  }
  .technology__related-item .card._row._sm {
    padding-left: 0;
  }
  .technology__related-item .card._row._sm .card__prevu {
    width: 100%;
    min-width: 1px;
    height: 205px;
    display: block;
    margin: 0 auto 16px;
  }
  .technology__related-item .card._row._sm .card__prevu img {
    height: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .trands__tabs {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .trands__tabs-content {
    padding-left: 0;
  }
  .trands__tabs-menu {
    min-width: 1px;
    width: 100%;
    margin-left: 0;
  }
  .trands__tabs-menu .card__common {
    padding-left: 0;
    padding-right: 0;
  }
  .trands__tabs-menu a:hover .card {
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%),
      rgba(0, 255, 215, 0);
  }
  .trands__tabs .tabs__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .trands__tabs .tabs__menu-item {
    width: 50%;
  }
}
@media screen and (max-width: 740px) {
  .trands__title {
    margin-bottom: 0;
  }
  .trands__tabs .tabs__menu-item {
    width: 100%;
  }
  .trands__tabs .tabs__menu-item .card {
    margin-bottom: 0;
  }
  .trands__tabs .tabs__menu-item .card__title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
  }
  .trands__tabs .tabs__menu-item .card__title-icon {
    opacity: 1;
  }
}

@media screen and (max-width: 1023px) {
  .use__tabs-content .offer {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .use__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
  .use__list-item {
    width: 50%;
    padding: 0 12px 40px;
  }
  .use__list-item .card._use .card__prevu {
    height: 250px;
  }
}
@media screen and (max-width: 740px) {
  .use__title {
    margin-bottom: 24px;
  }
  .use__list {
    margin: 0 -8px;
  }
  .use__list-item {
    padding: 0 8px;
  }
  .use__list-item .card._use .card__prevu {
    height: 125px;
  }
}

@media screen and (max-width: 1023px) {
  .section._vacancies {
    padding-bottom: 40px;
  }
  .vacancies {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vacancies__info {
    width: 100%;
    min-width: 1px;
    margin-bottom: 48px;
  }
  .page._app ._entry {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  .section._vacancies .container {
    position: relative;
    padding-bottom: 68px;
  }
  .section._vacancies .section__title {
    max-width: 100%;
  }
  .section._vacancies .section__link {
    position: absolute;
    bottom: 0;
    left: 16px;
  }
  .vacancies__list {
    margin: 0;
  }
  .vacancies__list-item {
    width: 100%;
    padding: 0;
  } 
  .single-apps .fancybox-navigation {
    display: none;
  }
}
