@media screen and (min-width: 740px) {
  .button:hover .button__icon .icon svg path[fill="#00F2C2"] {
    fill: #00FFD7;
  }
  .play-video-link:hover:before {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1023px) {
  .fancybox-container .fancybox-thumbs {
    bottom: 6vh;
  }
  .fancybox-container .fancybox-toolbar [data-fancybox-close] {
    top: 21px;
    right: 37px;
  }
  .fancybox-container .fancybox-navigation .fancybox-button {
    top: calc(50% - 10vh);
  }
  .fancybox-container .fancybox-navigation [data-fancybox-prev] {
    left: 24px;
  }
  .fancybox-container .fancybox-navigation [data-fancybox-next] {
    right: 24px;
  }
  body {
    font-size: 16px;
    line-height: 22px;
  }
  body *::-webkit-scrollbar {
    display: none;
  }
  .container {
    padding: 0 40px;
  }
  .tabs._default .tabs__menu {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .solution  .tabs._default .tabs__menu {
    overflow-y: unset;
    overflow-x: unset;
  }

  ._event  .tabs._default .tabs__menu {
    overflow-y: unset;
    overflow-x: unset;
  }


  .tabs._default .tabs__menu-item a {
    white-space: nowrap;
  }
  .tabs._default .tabs__menu-item a._active:before {
    bottom: 0;
  }

  .solution .tabs._default .tabs__menu-item a._active:before {
    bottom: -2px;
  }

  ._event .tabs._default .tabs__menu-item a._active:before {
    bottom: -2px;
  }
  
  .tabs._videos {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs._videos .tabs__menu {
    margin-top: 32px;
    margin-left: 0;
    width: 100%;
    min-width: 100%;
    display: block;
  }
  .tabs._videos .tabs__menu-item {
    margin-bottom: 25px;
    max-height: 99999px;
  }
  .tabs._videos .tabs__menu-item:last-child {
    margin-bottom: 0;
  }
  .preview-video._large {
    width: 100%;
    height: 390px;
  }
  .section._entry .section__menu .container .button {
    display: none;
  }
  .page._apps ._entry {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  .scroll {
    margin: 0 -16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .scroll:before {
    content: '';
    width: 16px;
    min-width: 16px;
    height: 16px;
  }
  .scroll:after {
    content: '';
    width: 16px;
    min-width: 16px;
    height: 16px;
  }
  .fancybox-container.fancybox-show-thumbs .fancybox-slide {
    padding: 9.2vh 16px 19.3vh;
  }
  .fancybox-container .fancybox-slide {
    padding: 9.2vh 16px 9.2vh;
  }
  .fancybox-container .fancybox-slide--video {
    padding-left: 16px;
    padding-right: 16px;
  }
  .fancybox-container .fancybox-toolbar [data-fancybox-close] {
    top: 29px;
    right: 29px;
    width: 14px;
    height: 14px;
  }
  .fancybox-container .fancybox-toolbar [data-fancybox-close] .icon._close {
    width: 14px;
    height: 14px;
  }
  .fancybox-container .fancybox-navigation .fancybox-button {
    top: calc(50% - 8vh);
    width: 40px;
    height: 40px;
  }
  .fancybox-container .fancybox-navigation [data-fancybox-prev] {
    left: 16px;
  }
  .fancybox-container .fancybox-navigation [data-fancybox-next] {
    right: 16px;
  }
  .container {
    padding: 0 16px;
  }
  h1 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.02em;
    font-weight: normal;
  }
  ._fs-xl {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.02em;
    font-weight: normal;
  }
  h2 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.02em;
    font-weight: normal;
  }
  ._fs-l {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.02em;
    font-weight: normal;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 24px;
    line-height: 26px;
  }
  ._fs-m {
    font-size: 24px;
    line-height: 26px;
  }
  h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
  }
  ._fs-s {
    font-size: 20px;
    line-height: 24px;
  }
  h6 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
  }
  .button {
    max-width: 350px;
  }
  .page {
    min-height: 1px;
  }
  .preview-video._large {
    height: 195px;
  }
  .section._entry .section__anchors {
    margin-left: -16px;
    margin-right: -16px;
    position: relative;
  }
  .section._entry .section__anchors:before {
    content: '';
    z-index: 10;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 2px;
    width: 0;
    transition: .3s;
    background: linear-gradient(270deg, #FFFFFF 11.72%, rgba(255, 255, 255, 0) 100%);
  }
  .section._entry .section__anchors:after {
    content: '';
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 2px;
    width: 0;
    transition: .3s;
    background: linear-gradient(90deg, #FFFFFF 11.72%, rgba(255, 255, 255, 0) 100%);
  }
  .section._entry .section__anchors._left-gradient:after {
    width: 64px;
  }
  .section._entry .section__anchors._right-gradient:before {
    width: 64px;
  }
  .section._entry .section__menu {
    margin-left: -16px;
    margin-right: -16px;
  }
  .section._entry .section__menu._show._double {
    top: 54px;
    border-top: 1px solid rgba(255,255,255,0.12);
  }
  .section._entry .section__menu .container:before {
    content: '';
    z-index: 10;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 2px;
    width: 0;
    transition: .3s;
    background: linear-gradient(270deg, #FFFFFF 41.72%, rgba(255, 255, 255, 0) 100%);
  }
  .section._entry .section__menu .container:after {
    content: '';
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 2px;
    width: 0;
    transition: .3s;
    background: linear-gradient(270deg, #FFFFFF 41.72%, rgba(255, 255, 255, 0) 100%);
  }
  .section._entry .section__menu .container._left-gradient:after {
    width: 44px;
  }
  .section._entry .section__menu .container._right-gradient:before {
    width: 44px;
  }
  .section._entry._dark .section__anchors:before {
    background: linear-gradient(270deg, #1F3238 11.72%, rgba(31, 50, 56, 0) 100%);
  }
  .section._entry._dark .section__anchors:after {
    background: linear-gradient(90deg, #1F3238 11.72%, rgba(31, 50, 56, 0) 100%);
  }
  .section._entry._dark .section__menu .container:before {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.97) 11.72%, rgba(0, 0, 0, 0) 100%);
  }
  .section._entry._dark .section__menu .container:after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.97) 11.72%, rgba(0, 0, 0, 0) 100%);
  }
  .section._solution .category__list-item .card {
    height: auto;
  }
  .tabs._default {
    position: relative;
  }
  .tabs._default:before {
    content: '';
    z-index: 10;
    position: absolute;
    right: -16px;
    top: 0;
    height: 50px;
    width: 64px;
    background: linear-gradient(270deg, #FFFFFF 11.72%, rgba(255, 255, 255, 0) 100%);
  }
  .tabs._default:after {
    content: '';
    z-index: 10;
    position: absolute;
    left: -16px;
    top: 0;
    height: 50px;
    background: linear-gradient(90deg, #FFFFFF 11.72%, rgba(255, 255, 255, 0) 100%);
    transition: .3s;
  }
  .tabs._default._scroll:after {
    width: 64px;
  }
  .tabs._default .tabs__menu {
    border: none;
    margin-left: -16px;
    margin-right: -16px;
  }
  .tabs._default .tabs__menu-item {
    border-bottom: 2px solid #EDEDED;
  }
  .tabs._default .tabs__menu-item a._active:before {
    bottom: -2px;
  }
  .tabs._default .tabs__menu:before {
    content: '';
    width: 16px;
    min-width: 16px;
    height: 20px;
  }
}
