body {
  --font-title: 'VK Sans Display', TT Commons, sans-serif;
  --font-text: 'VK Sans Text', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', Geneva, arial, Tahoma, verdana, sans-serif;
  --font-weight-demi-bold: 600;
  --title-color: #2C2D2E;
  --description-color: #818C99;
  --simple-text-color: #000000;
  --page-bg-color: #FFFFFF;
  --separator-color: rgba(0, 0, 0, 0.12);
  --link-hover-bg-color: rgba(0, 0, 0, 0.04);
  --button-link-text-color: #FFFFFF;
  --button-link-bg-color: #4BB34B;
  --app-link-color: #2D81E0;
  --pwa-button-link-color: #2688EB;
  --pwa-button-link-bg: rgba(0, 28, 61, 0.05);;


  --content-width: 880px;

  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
  background: var(--page-bg-color);
  margin: 0;
  width: 100%;
  min-width: 320px;
  overflow-x: hidden;
}

body, html {
  width: 100%;
  overflow-x: hidden;
}

@font-face {
  font-family: 'VK Sans Display';
  font-style: normal;
  font-weight: 600;
  src: resolve('fonts/VK_Sans_Display_DemiBold.woff') format('woff'),
  inline('fonts/VK_Sans_Display_DemiBold.woff2') format('woff2');
}

.content {
  margin: 0 auto;
  width: var(--content-width);
  position: relative;
}

section:nth-of-type(n+3) {
  margin-top: 128px;
}

section:last-of-type {
  margin-bottom: 80px;
}

section.full-width {
  width: 100%;
  box-sizing: border-box;
  max-width: 100vw;
}

.title_logo {
  width: 100px;
  height: 100px;
  margin-top: 164px;
}

.title {
  font-family: var(--font-title);
  font-weight: var(--font-weight-demi-bold);
  font-size: 44px;
  line-height: 52px;
  color: var(--title-color);
  margin: 35px 0 16px 0;
}

.description {
  font-family: var(--font-text);
  font-size: 20px;
  line-height: 28px;
  color: var(--description-color);
  max-width: var(--content-width);
  margin: 16px auto 0 auto;
}

.sub_title {
  font-family: var(--font-title);
  font-weight: var(--font-weight-demi-bold);
  font-size: 24px;
  line-height: 30px;
  color: var(--title-color);
  margin-top: 48px;
}

.sub_title--dc-apps {
  margin-top: 26px;
  margin-bottom: 20px;
}

.icons-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-height: 450px;
  max-width: 512px;
  justify-content: flex-start;
  margin-top: 4px;
  column-gap: 32px;
  row-gap: 10px;
}

.icons-grid.icons-grid--dc {
  justify-content: flex-start;
}

.grid-icon-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 104px;
  text-decoration: none;
  border-radius: 12px;
  padding: 6px 0;
  flex: 0 1 104px;
  position: relative;
}

.grid-icon-link:hover {
  background: var(--link-hover-bg-color);
}

.grid-icon-link img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}

img.icon-border {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

.grid-icon-link span {
  width: 100%;
  font-size: 13px;
  line-height: 16px;
  margin-top: 6px;
  text-align: center;
  color: var(--simple-text-color);
}

hr {
  border: 1px solid var(--separator-color);
  border-bottom-width: 0;
  width: var(--content-width);
  margin: 80px auto;
}

.app_header {
  width: var(--content-width);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.app_logo {
  width: 64px;
  height: 65px;
}

.app_title {
  font-family: var(--font-title);
  font-weight: var(--font-weight-demi-bold);
  color: var(--title-color);
  font-size: 32px;
  line-height: 44px;
  margin: 0 0 0 24px;
  flex-grow: 1;
}

.app_links {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 10px;
}

.app_link_button {
  text-decoration: none;
}

.ScrollElement img {
  width: 348px;
  height: auto;
}
.ScrollContent.ScrollContent--mixed .ScrollElement img {
  width: auto;
  min-width: 360px;
  height: 640px;
}
.ScrollContent.ScrollContent--wide .ScrollElement img {
  width: 610px;
  height: 420px;
}
.ScrollContent.ScrollContent--extraWide .ScrollElement img {
  width: 725px;
  height: 420px;
}

@media (max-width: 880px) {
  .title_logo {
    width: 48px;
    height: 48px;
    margin-top: 36px;
  }

  .ScrollElement img {
    width: 180px;
    height: auto;
  }
  .ScrollElement {
    padding-right: 12px !important;
  }
  .ScrollContent.ScrollContent--mixed .ScrollElement img {
    width: auto;
    min-width: 180px;
    height: 320px;
  }
  .ScrollContent.ScrollContent--wide .ScrollElement img {
    width: 305px;
    height: 210px;
  }
  .ScrollContent.ScrollContent--extraWide .ScrollElement img {
    width: 362.5px;
    height: 210px;
  }
  .icons-grid {
    margin-left: auto;
    margin-right: auto;
  }
  .content {
    width: 100%;
  }
  .app_header {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 20px;
    position: relative;
  }
  .app_logo {
    width: 44px;
    height: 44px;
  }
  .app_title {
    font-size: 24px;
    line-height: 30px;
  }
  .description, .title, .sub_title, .title_logo, .app_site_link, .icons-grid.icons-grid--dc {
    padding: 0 20px;
  }
  .description {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
  .title {
    font-size: 32px;
    line-height: 40px;
    margin-top: 36px;
    margin-bottom: 2px;
  }
  .hide-mobile {
    display: none;
  }
  .sub_title {
    font-size: 18px;
    line-height: 24px;
  }
  .icons-grid {
    margin-top: 26px;
  }
  .app_links {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .ScrollElement:first-child {
    margin-left: 20px;
  }

  hr {
    width: calc(100% - 40px);
    margin: 24px 20px 24px 20px;
  }

  section:nth-of-type(n+3) {
    margin-top: 64px;
  }

  .ScrollWrapper__right-arrow,
  .ScrollWrapper__left-arrow {
    display: none;
  }

  .ScrollWrapper--left-arrow .ScrollGradientWrapper,
  .ScrollWrapper--right-arrow .ScrollGradientWrapper,
  .ScrollWrapper--left-arrow.ScrollWrapper--right-arrow .ScrollGradientWrapper {
    -webkit-mask-image: none !important;
  }

  .app_site_link {
    font-size: 18px;
    line-height: 28px;
  }

  .icons-grid.icons-grid--dc {
    margin-left: 0;
    padding-left: 14px;
    padding-right: 0;
    min-width: 320px;
  }
}

@media (max-width: 512px) {

  .icons-grid {
    margin-left: auto;
    margin-right: auto;
    row-gap: 8px;
    column-gap: 0;
    max-height: 320px;
    max-width: 428px;
  }

  .icons-grid:not(.icons-grid--dc) .grid-icon-link {
    min-width: 86px;
    max-width: 101px;
    width: auto;
    flex: 0 1 86px
  }

  .icons-grid:not(.icons-grid--dc) .grid-icon-link img {
    width: 44px;
    height: 44px;
  }

  .icons-grid:not(.icons-grid--dc) .grid-icon-link span {
    margin-top: 4px;
  }
}

@media (min-width: 340px) and (max-width: 400px) {
  .icons-grid:not(.icons-grid--dc) .grid-icon-link span {
    max-width: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 340px) {
  .icons-grid .grid-icon-link {
    min-width: 86px;
    max-width: 101px;
    width: auto;
    flex: 0 1 86px
  }

  .icons-grid .grid-icon-link img {
    width: 44px;
    height: 44px;
  }

  .grid-icon-link span {
    max-width: 100px;
  }
  .icons-grid--dc .grid-icon-link span {
    max-width: 90px;
  }
  .icons-grid {
    max-height: 420px;
  }
}

.app_site_link {
  text-decoration: none;
  font-size: 20px;
  line-height: 28px;
  color: var(--app-link-color);
  margin-bottom: 16px;
  margin-top: 16px;
  display: block;
}

/*
SCROLL
 */
.ScrollWrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-top: 32px;
}

.ScrollGradientWrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.ScrollContent {
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.ScrollContent.animate {
  transition: transform ease-in-out .5s;
}

.ScrollElement {
  width: auto;
  position: relative;
  display: block;
  white-space: normal;
  vertical-align: top;
  padding-right: 32px;
  flex-shrink: 0;
}

.ScrollElement img {
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.08);
}

@media (min-width: 880px) {
  .ScrollElement:first-of-type {
    margin-left: calc((100vw - var(--content-width)) / 2);
  }
  .ScrollElement:last-of-type {
    padding-right: calc((100vw - var(--content-width)) / 2);
  }
  .ScrollWrapper__right-arrow {
    padding-right: calc((100vw - var(--content-width)) / 2) !important;;
  }

  .ScrollWrapper__left-arrow {
    padding-left: calc((100vw - var(--content-width)) / 2) !important;;
  }

  .ScrollWrapper__left-arrow:after {
    right: 48px !important;
  }

  .ScrollWrapper__right-arrow:after {
    left: 48px !important;
  }
}


.ScrollWrapper__left-arrow,
.ScrollWrapper__right-arrow {
  pointer-events: none;
  opacity: 0;
  transition: opacity .1s ease-in-out;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.ScrollWrapper__left-arrow:hover:after,
.ScrollWrapper__right-arrow:hover:after {
  opacity: 1;
}

.ScrollWrapper__right-arrow {
  right: 0;
  padding-right: 150px;
}

.ScrollWrapper__left-arrow {
  left: 0;
  padding-left: 150px;
}

.ScrollWrapper__left-arrow:after,
.ScrollWrapper__right-arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 24px);
  left: 50%;
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.24) url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTYiIGhlaWdodD0iOTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsdGVyPSJ1cmwoI2EpIj48cmVjdCB4PSIyNCIgeT0iMjIiIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgcng9IjI0IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0ibTUwLjIzMiA0Ni02LjExNi02LjExNmExLjI1IDEuMjUgMCAwIDEgMS43NjgtMS43NjhsNyA3YTEuMjUgMS4yNSAwIDAgMSAwIDEuNzY4bC03IDdhMS4yNSAxLjI1IDAgMCAxLTEuNzY4LTEuNzY4TDUwLjIzMiA0NloiIGZpbGw9IiM5OUEyQUQiLz48L2c+PGRlZnM+PGZpbHRlciBpZD0iYSIgeD0iMCIgeT0iMCIgd2lkdGg9Ijk2IiBoZWlnaHQ9Ijk2IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz48ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+PGZlT2Zmc2V0IGR5PSIyIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTIiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMDggMCIvPjxmZUJsZW5kIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18yOF80Nzk0Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPjxmZU9mZnNldC8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMSIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4wOCAwIi8+PGZlQmxlbmQgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjhfNDc5NCIgcmVzdWx0PSJlZmZlY3QyX2Ryb3BTaGFkb3dfMjhfNDc5NCIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDJfZHJvcFNoYWRvd18yOF80Nzk0IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PC9kZWZzPjwvc3ZnPg==) no-repeat center;
  opacity: 0.8;
}

.ScrollWrapper__left-arrow:after {
  transform: scaleX(-1);
  right: 50%;
  left: auto;
}

.ScrollWrapper--left-arrow .ScrollWrapper__left-arrow,
.ScrollWrapper--right-arrow .ScrollWrapper__right-arrow {
  pointer-events: auto;
  opacity: 1;
}

.ScrollWrapper--left-arrow .ScrollGradientWrapper {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top,
  color-stop(0.05, rgba(0, 0, 0, 0.6)),
  color-stop(0.30, rgba(0, 0, 0, 1)));
}

.ScrollWrapper--right-arrow .ScrollGradientWrapper {
  -webkit-mask-image: -webkit-gradient(linear, right top, left top,
  color-stop(0.05, rgba(0, 0, 0, 0.6)),
  color-stop(0.30, rgba(0, 0, 0, 1)));
}

.ScrollWrapper--left-arrow.ScrollWrapper--right-arrow .ScrollGradientWrapper {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top,
  color-stop(0.05, rgba(0, 0, 0, 0.6)),
  color-stop(0.30, rgba(0, 0, 0, 1)),
  color-stop(0.70, rgba(0, 0, 0, 1)),
  color-stop(0.95, rgba(0, 0, 0, 0.6)));
}

