.header {
  position: absolute;
  z-index: 150;
  top: 0;
  right: 0;
  left: 0; }
  .header__inner {
    display: flex; }
    @media (min-width: 768px) {
      .header__inner {
        justify-content: space-between; } }
    @media (max-width: 767px) {
      .header__inner {
        justify-content: center; } }
  .header__logo-wrap {
    padding-top: 20px;
    align-self: flex-start;
    display: flex; }
  .header__main-logo {
    flex-shrink: 0;
    display: block;
    text-decoration: none; }
    @media (min-width: 768px) {
      .header__main-logo {
        margin-right: 50px; } }
    .header__main-logo-i {
      display: block; }
      @media (min-width: 768px) {
        .header__main-logo-i {
          width: 47px;
          height: 24px; } }
      @media (max-width: 767px) {
        .header__main-logo-i {
          width: 38px;
          height: 20px; } }
  .header__logo {
    margin-right: 30px;
    display: flex;
    align-items: flex-start; }
    .header__logo_disabled {
      opacity: .3; }
    .header__logo-image {
      flex-shrink: 0;
      margin-right: 6px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .header__logo-image-i {
        display: block; }
    .header__logo-label {
      font-size: 15px;
      line-height: 1.466;
      font-weight: 600; }
    .header__logo-badge {
      margin: 2px 0 0 6px;
      padding: 2px 5px;
      font-size: 11px;
      line-height: 1.2;
      font-weight: 600;
      border: 1px solid #000000;
      border-radius: 9px; }
  .header__aside {
    display: flex; }
  .header__menu {
    padding-top: 19px; }
    .header__menu-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex; }
    .header__menu-item {
      margin-right: 40px; }
      .header__menu-item:last-child {
        margin-right: 0; }
    .header__menu-link {
      display: block;
      font-size: 15px;
      line-height: 1.466;
      font-weight: 600;
      color: #000000;
      text-decoration: none; }
      .header__menu-link:hover {
        color: rgba(0, 0, 0, 0.4); }
  .header__cart {
    transform: translateY(-100px);
    opacity: 0;
    position: fixed;
    top: 15px;
    width: 100px;
    display: flex;
    justify-content: flex-end;
    transition: .4s opacity ease-in-out, .4s transform ease-in-out; }
    @media (min-width: 768px) {
      .header__cart {
        left: 50%; } }
    @media (min-width: 1200px) {
      .header__cart {
        margin-left: 460px; } }
    @media (min-width: 1000px) and (max-width: 1199px) {
      .header__cart {
        margin-left: 370px; } }
    @media (min-width: 768px) and (max-width: 999px) {
      .header__cart {
        margin-left: 260px; } }
    @media (max-width: 767px) {
      .header__cart {
        right: 20px; } }
    .header__cart.active {
      opacity: 1;
      transform: translateY(0); }

.localization-widget {
  position: relative; }
  .localization-widget.active .localization-widget__current {
    background: linear-gradient(77.82deg, rgba(174, 187, 255, 0.3) 0%, rgba(255, 172, 172, 0.3) 48.96%, rgba(196, 255, 175, 0.3) 100%); }
    .localization-widget.active .localization-widget__current-arrow {
      transform: rotate(180deg); }
  .localization-widget.active .localization-widget__drop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .localization-widget__current {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 0 none;
    outline: 0 none;
    cursor: pointer;
    background: transparent;
    transition: .2s background ease-in-out;
    pointer-events: none; }
    @media (min-width: 768px) {
      .localization-widget__current {
        padding: 5px 10px 5px 5px; } }
    @media (max-width: 767px) {
      .localization-widget__current {
        width: 100%;
        padding: 11px 30px 10px 0; } }
    .localization-widget__current-image {
      flex-shrink: 0;
      margin-right: 8px;
      width: 26px;
      height: 20px;
      border-radius: 6px; }
      .localization-widget__current-image-i {
        display: block;
        width: 100%; }
    .localization-widget__current-label {
      flex-shrink: 0;
      font-weight: 600;
      color: #000000; }
      @media (min-width: 768px) {
        .localization-widget__current-label {
          font-size: 15px; } }
      @media (max-width: 767px) {
        .localization-widget__current-label {
          font-size: 13px;
          line-height: 1.69; } }
    .localization-widget__current-arrow {
      display: none;
      flex-shrink: 0;
      margin-left: 10px;
      width: 15px;
      transition: .2s transform ease-in-out; }
      .localization-widget__current-arrow-i {
        display: block;
        width: 100%; }
  .localization-widget__drop {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 1;
    left: -11px;
    right: -11px;
    bottom: -11px;
    transform: translateY(5px);
    transition: .2s opacity ease-in-out, .2s visibility ease-in-out, .2s transform ease-in-out; }
    .localization-widget__drop:before {
      content: '';
      position: absolute;
      z-index: 1;
      top: -10px;
      left: -10px;
      right: -10px;
      bottom: -10px;
      filter: blur(10px);
      background: url("/lang-bg-gr.png") no-repeat center center;
      background-size: cover;
      border-radius: 16px; }
    .localization-widget__drop-inner {
      position: relative;
      z-index: 2;
      background-color: #ffffff;
      border-radius: 16px;
      padding: 11px 11px 49px; }
  .localization-widget__item {
    display: flex;
    align-items: center;
    padding: 5px;
    margin-bottom: 7px;
    cursor: pointer;
    text-decoration: none;
    color: #000000; }
    .localization-widget__item:last-child {
      margin-bottom: 0; }
    .localization-widget__item:hover {
      color: #999999; }
    .localization-widget__item-image {
      flex-shrink: 0;
      margin-right: 8px;
      width: 26px;
      height: 20px;
      border-radius: 6px; }
      .localization-widget__item-image-i {
        display: block;
        width: 100%; }
    .localization-widget__item-label {
      flex-shrink: 0;
      font-size: 15px;
      font-weight: 600; }

.footer {
  position: relative;
  background-color: #ffffff;
  border-radius: 16px 16px 0 0;
  margin-top: -13px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .footer {
      padding: 40px 0 20px; } }
  @media (max-width: 767px) {
    .footer {
      padding: 10px 0 24px; } }
  .footer__main {
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .footer__main {
        display: flex;
        margin-bottom: 90px; } }
    @media (max-width: 767px) {
      .footer__main {
        margin-bottom: 18px; } }
  .footer__aside {
    flex-shrink: 0; }
    @media (min-width: 1200px) {
      .footer__aside {
        display: flex;
        width: 476px; } }
    @media (min-width: 1000px) and (max-width: 1199px) {
      .footer__aside {
        width: 281px; } }
  @media (min-width: 768px) {
    .footer__menu {
      flex-grow: 1;
      flex-shrink: 1; } }
  .footer__menu-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 768px) {
      .footer__menu-list {
        display: flex; } }
  @media (min-width: 768px) {
    .footer__menu-item {
      flex-shrink: 0;
      padding-right: 20px;
      width: 33.333333%; } }
  @media (max-width: 767px) {
    .footer__menu-item {
      border-bottom: 2px solid #efeff0; }
      .footer__menu-item.active .footer__menu-caret {
        transform: rotate(180deg); }
      .footer__menu-item.active .footer__sub {
        display: block; } }
  .footer__menu-title {
    position: relative;
    display: block;
    width: 100%;
    background: none;
    outline: 0 none;
    border: 0 none;
    text-align: left;
    font-weight: 700; }
    @media (min-width: 768px) {
      .footer__menu-title {
        margin-bottom: 17px;
        padding: 0;
        font-size: 15px;
        line-height: 1.46;
        cursor: default;
        pointer-events: none; } }
    @media (max-width: 767px) {
      .footer__menu-title {
        padding: 11px 30px 10px 0;
        font-size: 13px;
        line-height: 1.69; } }
  .footer__menu-caret {
    position: absolute;
    top: 17px;
    right: 2px;
    width: 10px; }
    .footer__menu-caret-icon {
      display: block;
      width: 100%; }
  .footer__sub {
    margin: 0;
    list-style: none; }
    @media (min-width: 768px) {
      .footer__sub {
        padding: 0; } }
    @media (max-width: 767px) {
      .footer__sub {
        display: none;
        padding: 0 0 14px; } }
    .footer__sub-item {
      margin-bottom: 14px; }
      @media (min-width: 1000px) and (max-width: 1199px) {
        .footer__sub-item {
          margin-bottom: 20px; } }
      .footer__sub-item:last-child {
        margin-bottom: 0; }
    .footer__sub-link {
      display: inline-block;
      vertical-align: top;
      font-weight: 600;
      color: #999999;
      text-decoration: none;
      transition: .2s background ease-in-out; }
      @media (min-width: 768px) {
        .footer__sub-link {
          font-size: 15px;
          line-height: 1.46; } }
      @media (max-width: 767px) {
        .footer__sub-link {
          font-size: 13px;
          line-height: 1.69; } }
      .footer__sub-link:hover {
        background: linear-gradient(to right, #aebbff 0%, #ffacac 47%, #c4ffaf 94%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .footer__sub-link_disabled {
        opacity: .5;
        pointer-events: none; }
      .footer__sub-link-badge {
        display: inline-block;
        vertical-align: middle;
        margin-left: 8px;
        border: 1px solid #cbcbcb;
        border-radius: 9px;
        padding: 1px 5px;
        font-size: 11px;
        line-height: 1.2; }
  @media (min-width: 1200px) {
    .footer__socials {
      flex-shrink: 0;
      width: 185px;
      padding-right: 93px; } }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .footer__socials {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .footer__socials {
      display: flex;
      align-items: center; } }
  .footer__socials-title {
    font-weight: 700; }
    @media (min-width: 768px) {
      .footer__socials-title {
        margin-bottom: 17px;
        font-size: 15px;
        line-height: 1.46; } }
    @media (max-width: 767px) {
      .footer__socials-title {
        flex-shrink: 0;
        margin-right: 17px;
        font-size: 13px;
        line-height: 1.69; } }
  .footer__socials-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    .footer__socials-list-item {
      flex-shrink: 0;
      padding: 0 6px 6px 0; }
      @media (min-width: 1200px) {
        .footer__socials-list-item {
          width: 50%; } }
  .footer__socials-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #efeff0;
    overflow: hidden;
    text-decoration: none; }
    @media (min-width: 768px) {
      .footer__socials-link {
        width: 40px;
        height: 40px; } }
    @media (max-width: 767px) {
      .footer__socials-link {
        width: 36px;
        height: 36px; } }
    .footer__socials-link:hover {
      background: url("/gr-bg-xs.png") no-repeat center center;
      background-size: cover; }
    .footer__socials-link-icon {
      max-height: 18px;
      display: block; }
  .footer__subscribe {
    flex-shrink: 0; }
  .footer__bottom {
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .footer__bottom {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
  .footer__copyright {
    color: #999999;
    font-weight: 600; }
    @media (min-width: 768px) {
      .footer__copyright {
        font-size: 15px; } }
    @media (max-width: 767px) {
      .footer__copyright {
        font-size: 12px;
        text-align: center; } }
  @media (min-width: 768px) {
    .footer__localization {
      margin-right: -10px; } }
  @media (max-width: 767px) {
    .footer__localization {
      margin-bottom: 18px; } }

.intro {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0); }
  .intro__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(58.44deg, #AEBBFF 0%, #FFACAC 40%, #C4FFAF 100%); }
  .intro__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .intro__inner {
        min-height: 800px;
        height: 100vh;
        padding: 110px 0; } }
    @media (max-width: 767px) {
      .intro__inner {
        padding: 105px 0 50px; } }
  .intro__heading {
    font-weight: 700;
    text-align: center; }
  .intro__title {
    line-height: 1.2; }
    @media (min-width: 768px) {
      .intro__title {
        margin: 0 0 5px;
        font-size: 60px; } }
    @media (max-width: 767px) {
      .intro__title {
        margin: 0 0 13px;
        font-size: 36px; } }
  .intro__text {
    opacity: .4; }
    @media (min-width: 768px) {
      .intro__text {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .intro__text {
        font-size: 18px;
        line-height: 1.333; } }
  .intro__images {
    margin-bottom: 33px;
    display: flex;
    justify-content: center;
    align-items: baseline; }
    .intro__images-item {
      overflow: hidden; }
      @media (min-width: 768px) {
        .intro__images-item_1 {
          width: 304px;
          height: 400px; } }
      @media (max-width: 767px) {
        .intro__images-item_1 {
          width: 170px;
          height: 224px; } }
      .intro__images-item_2 {
        margin: 0 0 5px -5px; }
        @media (min-width: 768px) {
          .intro__images-item_2 {
            width: 127px;
            height: 224px; } }
        @media (max-width: 767px) {
          .intro__images-item_2 {
            width: 71px;
            height: 126px; } }
    .intro__images-i {
      display: block;
      height: 100%; }
    .intro__images-wrap {
      height: 100%; }
    .intro__images .lazyload-wrapper {
      height: 100%; }
  .intro__panel {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .intro__panel {
        margin-top: 47px; } }
    @media (max-width: 767px) {
      .intro__panel {
        margin-top: 37px; } }

.loader-box {
  display: flex;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .loader-box {
      width: 84px;
      height: 24px; } }
  @media (max-width: 767px) {
    .loader-box {
      width: 64px;
      height: 14px; } }
  .loader-box__item {
    background-color: #00ecff;
    animation: colorChange 1s ease-in-out infinite; }
    @media (min-width: 768px) {
      .loader-box__item {
        width: 24px;
        height: 24px;
        border-radius: 6px; } }
    @media (max-width: 767px) {
      .loader-box__item {
        width: 14px;
        height: 14px;
        border-radius: 4px; } }
    .loader-box__item_2 {
      animation-delay: .33s; }
    .loader-box__item_3 {
      animation-delay: .66s; }

@keyframes colorChange {
  0% {
    background-color: #232323; }
  59.9% {
    background-color: #232323; }
  60% {
    background-color: #00ecff; }
  99.9% {
    background-color: #00ecff; }
  100% {
    background-color: #232323; } }

@media (min-width: 1200px) {
  .app-info {
    padding: 140px 0 300px; } }

@media (min-width: 1000px) and (max-width: 1199px) {
  .app-info {
    padding: 0 0 150px 0; } }

@media (min-width: 768px) and (max-width: 999px) {
  .app-info {
    padding: 70px 0 200px; } }

@media (max-width: 767px) {
  .app-info {
    padding-bottom: 40px; } }

@media (min-width: 1000px) {
  .app-info__inner {
    display: flex;
    align-items: center; } }

@media (min-width: 1000px) {
  .app-info__content {
    flex-shrink: 0;
    width: 44%; } }

@media (min-width: 768px) and (max-width: 999px) {
  .app-info__content {
    margin-bottom: 100px; } }

@media (max-width: 767px) {
  .app-info__content {
    margin-bottom: 60px; } }

@media (min-width: 1000px) {
  .app-info__aside {
    padding-left: 80px;
    flex-grow: 1;
    flex-shrink: 1; } }

.app-info__title {
  font-weight: 700; }
  @media (min-width: 768px) {
    .app-info__title {
      font-size: 50px;
      line-height: 1.44; } }
  @media (min-width: 1000px) {
    .app-info__title {
      margin: 0 0 40px; } }
  @media (min-width: 768px) and (max-width: 999px) {
    .app-info__title {
      width: 80%;
      margin: 0 auto 40px;
      text-align: center; } }
  @media (max-width: 767px) {
    .app-info__title {
      margin: 0 0 25px;
      font-size: 36px;
      line-height: 1.3; }
      .app-info__title span {
        display: none; } }

.app-info__buttons {
  display: flex; }
  @media (min-width: 768px) and (max-width: 999px) {
    .app-info__buttons {
      justify-content: center; } }
  @media (min-width: 768px) {
    .app-info__buttons-item {
      margin-right: 40px; } }
  @media (max-width: 767px) {
    .app-info__buttons-item {
      margin-right: 25px; } }

.app-info__button {
  display: block;
  text-decoration: none;
  transition: .2s transform ease-in-out; }
  .app-info__button:hover {
    transform: translateY(-5px); }
  .app-info__button-image {
    display: block; }
    @media (min-width: 768px) {
      .app-info__button-image {
        height: 58px; } }
    @media (max-width: 767px) {
      .app-info__button-image {
        height: 40px; } }

.app-info__choose {
  display: flex;
  align-items: center; }
  @media (min-width: 768px) and (max-width: 999px) {
    .app-info__choose {
      justify-content: center; } }

.app-info__images {
  flex-shrink: 0;
  position: relative; }
  @media (min-width: 1200px) {
    .app-info__images {
      width: 285px;
      height: 617px;
      margin-right: 105px; } }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .app-info__images {
      margin-right: 60px;
      width: 235px;
      height: 510px; } }
  @media (min-width: 768px) and (max-width: 999px) {
    .app-info__images {
      width: 285px;
      height: 617px;
      margin-right: 105px; } }
  @media (max-width: 767px) {
    .app-info__images {
      width: 150px;
      height: 325px;
      margin-right: 40px; } }
  .app-info__images-bg {
    position: absolute;
    border-radius: 20px; }
    @media (min-width: 768px) {
      .app-info__images-bg {
        top: -60px;
        right: -60px;
        bottom: -60px;
        left: -60px; } }
    @media (max-width: 767px) {
      .app-info__images-bg {
        top: -35px;
        right: -35px;
        bottom: -35px;
        left: -35px; } }
    .app-info__images-bg-i {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .app-info__images-bg .lazyload-wrapper {
      height: 100%; }

.app-info__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 285px;
  height: 617px; }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .app-info__image {
      width: 235px;
      height: 510px; } }
  .app-info__image-i {
    display: block;
    width: 100%; }

.app-info__video {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #2f2f32; }
  @media (min-width: 768px) {
    .app-info__video {
      border-radius: 20px; } }
  @media (min-width: 1200px) {
    .app-info__video {
      width: 285px;
      height: 617px; } }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .app-info__video {
      width: 235px;
      height: 510px; } }
  @media (min-width: 768px) and (max-width: 999px) {
    .app-info__video {
      width: 285px;
      height: 617px; } }
  @media (max-width: 767px) {
    .app-info__video {
      width: 150px;
      height: 325px;
      border-radius: 10px; } }
  .app-info__video-loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .app-info__video-thumb {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .app-info__video-thumb-top {
      position: absolute;
      top: 13px;
      left: 25px;
      width: 250px; }
      @media (min-width: 1000px) and (max-width: 1199px) {
        .app-info__video-thumb-top {
          top: 10px;
          left: 17px;
          width: 210px; } }
      @media (max-width: 767px) {
        .app-info__video-thumb-top {
          top: 6px;
          left: 8px;
          width: 136px; } }
      .app-info__video-thumb-top-i {
        display: block;
        width: 100%; }
    .app-info__video-thumb:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 106px;
      border-radius: 18px 18px 20px 20px;
      background-color: #232323; }
      @media (min-width: 1000px) and (max-width: 1199px) {
        .app-info__video-thumb:before {
          border-radius: 10px 10px 20px 20px;
          height: 76px; } }
      @media (max-width: 767px) {
        .app-info__video-thumb:before {
          height: 55px; } }
    .app-info__video-thumb:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 6px;
      margin-left: -51px;
      width: 102px;
      height: 4px;
      background-color: #fff;
      border-radius: 2px; }
      @media (min-width: 1000px) and (max-width: 1199px) {
        .app-info__video-thumb:after {
          margin-left: -41px;
          width: 82px;
          height: 3px; } }
      @media (max-width: 767px) {
        .app-info__video-thumb:after {
          margin-left: -27px;
          width: 54px;
          height: 2px;
          bottom: 3px; } }
  .app-info__video-el {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    border-radius: 20px; }
  .app-info__video-frame {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .app-info__video .lazyload-wrapper {
    height: 100%; }

.app-info__nav {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 1000px) {
    .app-info__nav {
      flex-grow: 1;
      flex-shrink: 1; } }
  .app-info__nav-item {
    margin-bottom: 20px; }
    @media (min-width: 1000px) and (max-width: 1199px) {
      .app-info__nav-item {
        margin-bottom: 25px; } }
    @media (min-width: 768px) and (max-width: 999px) {
      .app-info__nav-item {
        margin-bottom: 30px; } }
    .app-info__nav-item:last-child {
      margin-bottom: 0; }
  .app-info__nav-control {
    position: relative;
    padding: 0;
    border: 0 none;
    outline: 0 none;
    user-select: none;
    cursor: pointer;
    background: none;
    line-height: 1.3;
    color: #000000;
    font-weight: 700;
    opacity: .3;
    transition: .2s opacity ease-in-out; }
    @media (min-width: 1200px) {
      .app-info__nav-control {
        font-size: 30px; } }
    @media (min-width: 1000px) and (max-width: 1199px) {
      .app-info__nav-control {
        font-size: 26px; } }
    @media (min-width: 768px) and (max-width: 999px) {
      .app-info__nav-control {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .app-info__nav-control {
        font-size: 20px; } }
    .app-info__nav-control:hover {
      opacity: .6; }
    .app-info__nav-control.active {
      opacity: 1; }
      .app-info__nav-control.active:before {
        opacity: 1; }
        @media (min-width: 768px) {
          .app-info__nav-control.active:before {
            top: 6px;
            bottom: 6px; } }
        @media (max-width: 767px) {
          .app-info__nav-control.active:before {
            top: 4px;
            bottom: 4px; } }
    .app-info__nav-control:before {
      content: '';
      position: absolute;
      top: 50%;
      bottom: 50%;
      right: 100%;
      margin-right: 12px;
      border-radius: 3px;
      background-color: #000000;
      opacity: 0;
      transition: .2s opacity ease-in-out, .2s top ease-in-out, .2s bottom ease-in-out; }
      @media (min-width: 768px) {
        .app-info__nav-control:before {
          width: 5px; } }
      @media (max-width: 767px) {
        .app-info__nav-control:before {
          width: 3px; } }

.preview-box {
  overflow: hidden;
  padding-top: 100px; }
  @media (min-width: 768px) {
    .preview-box {
      padding-bottom: 80px; } }
  @media (max-width: 767px) {
    .preview-box {
      padding-bottom: 40px; } }
  .preview-box__header {
    margin-bottom: 25px;
    font-weight: 700;
    text-align: center; }
  .preview-box__title {
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .preview-box__title {
        font-size: 24px; } }
    @media (max-width: 999px) {
      .preview-box__title {
        order: 1;
        text-align: center; } }
    @media (min-width: 768px) and (max-width: 999px) {
      .preview-box__title {
        margin-bottom: 50px; } }
    @media (max-width: 767px) {
      .preview-box__title {
        margin-bottom: 35px;
        font-size: 18px; } }
  .preview-box__label {
    display: flex;
    align-items: flex-start;
    justify-content: center; }
    @media (max-width: 999px) {
      .preview-box__label {
        order: 5; } }
    @media (min-width: 768px) and (max-width: 999px) {
      .preview-box__label {
        margin-top: 30px; } }
    @media (max-width: 767px) {
      .preview-box__label {
        margin-top: 15px; } }
    .preview-box__label-icon {
      flex-shrink: 0;
      margin-right: 5px;
      width: 29px; }
      @media (max-width: 767px) {
        .preview-box__label-icon {
          width: 25px; } }
    .preview-box__label-i {
      display: block;
      width: 100%; }
    .preview-box__label-text {
      font-size: 18px;
      font-weight: 600;
      color: #aea5af; }
      @media (min-width: 768px) {
        .preview-box__label-text {
          padding-top: 1px; } }
      @media (max-width: 767px) {
        .preview-box__label-text {
          padding-top: 3px;
          font-size: 16px; } }
  @media (max-width: 999px) {
    .preview-box__nav {
      position: relative;
      z-index: 3;
      order: 3;
      display: flex;
      justify-content: center; } }
  @media (min-width: 768px) and (max-width: 999px) {
    .preview-box__nav {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .preview-box__nav {
      margin-bottom: 22px; } }
  .preview-box__nav-inner {
    padding: 2px;
    border: 2px solid #f3f3f3;
    border-radius: 14px; }
  .preview-box__nav-item {
    border: 0 none;
    background: none;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    border-radius: 11px;
    user-select: none;
    cursor: pointer;
    outline: 0 none;
    transition: .2s background ease-in-out; }
    @media (min-width: 768px) {
      .preview-box__nav-item {
        padding: 5px 20px; } }
    @media (max-width: 767px) {
      .preview-box__nav-item {
        padding: 3px 10px; } }
    .preview-box__nav-item.active {
      background: linear-gradient(58.44deg, rgba(174, 187, 255, 0.5) 0%, rgba(255, 172, 172, 0.5) 40%, rgba(196, 255, 175, 0.5) 100%); }
  .preview-box__body {
    position: relative;
    background-color: #ffffff;
    display: flex; }
    @media (min-width: 768px) {
      .preview-box__body {
        border-radius: 20px; } }
    @media (min-width: 1000px) {
      .preview-box__body {
        height: 673px;
        justify-content: space-between; } }
    @media (min-width: 1200px) {
      .preview-box__body {
        margin: 0 -115px;
        padding: 57px 115px 50px; } }
    @media (min-width: 1000px) and (max-width: 1199px) {
      .preview-box__body {
        margin: 0 -80px;
        padding: 55px 80px 40px;
        height: 620px; } }
    @media (min-width: 768px) and (max-width: 999px) {
      .preview-box__body {
        padding: 55px 55px 45px; } }
    @media (max-width: 999px) {
      .preview-box__body {
        flex-direction: column; } }
    @media (max-width: 767px) {
      .preview-box__body {
        padding: 20px 15px;
        border-radius: 16px; } }
  @media (min-width: 1000px) {
    .preview-box__center {
      position: absolute;
      left: 50%;
      width: 520px;
      height: 603px;
      margin-left: -260px; } }
  @media (min-width: 1200px) {
    .preview-box__center {
      top: 65px; } }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .preview-box__center {
      top: 25px;
      transform: scale(0.85); } }
  @media (min-width: 768px) and (max-width: 999px) {
    .preview-box__center {
      width: 520px;
      height: 603px;
      margin: -60px auto -50px;
      transform: scale(0.8); } }
  @media (max-width: 999px) {
    .preview-box__center {
      position: relative;
      order: 2; } }
  @media (max-width: 767px) {
    .preview-box__center {
      width: 200px;
      height: 245px;
      margin: 0 auto; } }
  .preview-box__image {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0; }
    @media (min-width: 768px) {
      .preview-box__image {
        left: 4px;
        right: -4px; } }
    @media (max-width: 767px) {
      .preview-box__image {
        left: 1px;
        right: -1px; } }
    .preview-box__image-i {
      display: block;
      width: 100%; }
  .preview-box__thumb {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .preview-box__thumb-i {
      display: block;
      width: 100%; }
  .preview-box__sequence {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    height: 607px;
    overflow: hidden;
    opacity: 0;
    transition: .2s opacity ease-in-out; }
    @media (max-width: 767px) {
      .preview-box__sequence {
        right: auto;
        width: 520px;
        transform: scale(0.385);
        transform-origin: left top; } }
    .preview-box__sequence.playing {
      opacity: 1; }
    .preview-box__sequence-i {
      display: block;
      max-height: 100%; }
    .preview-box__sequence-wrap {
      height: 100%; }
    .preview-box__sequence .lazyload-wrapper {
      height: 100%; }
  .preview-box__controls {
    position: relative; }
    @media (min-width: 1000px) {
      .preview-box__controls {
        z-index: 2; } }
    @media (min-width: 1200px) {
      .preview-box__controls {
        width: 265px; } }
    @media (min-width: 1000px) and (max-width: 1199px) {
      .preview-box__controls {
        width: 235px; } }
    @media (max-width: 999px) {
      .preview-box__controls {
        z-index: 3;
        order: 4;
        visibility: hidden;
        height: 0; }
        .preview-box__controls.active {
          visibility: visible;
          height: auto; } }
    @media (max-width: 767px) {
      .preview-box__controls {
        max-width: 380px;
        margin: 0 auto; } }
    @media (min-width: 768px) {
      .preview-box__controls_animations .preview-box__controls-button:after {
        content: '';
        position: absolute;
        left: 8px;
        bottom: 8px;
        width: 30px;
        height: 30px;
        background: url("/animation-icon.svg") no-repeat center center;
        background-size: cover;
        opacity: 0;
        transition: .2s opacity ease-in-out; } }
    @media (min-width: 768px) {
      .preview-box__controls_animations .preview-box__controls-button.active:after {
        opacity: 1; } }
    .preview-box__controls_static .preview-box__controls-title {
      text-align: right; }
    .preview-box__controls_static .preview-box__controls-list {
      justify-content: flex-end; }
    .preview-box__controls-title {
      margin-bottom: 17px;
      font-size: 20px;
      font-weight: 700;
      color: #aea5af; }
    .preview-box__controls-list {
      display: flex;
      flex-wrap: wrap; }
      @media (min-width: 768px) {
        .preview-box__controls-list {
          margin: 0 -10px; } }
      @media (max-width: 767px) {
        .preview-box__controls-list {
          margin: 0 -7px; } }
    .preview-box__controls-item {
      flex-shrink: 0;
      width: 50%;
      padding: 0 10px 20px; }
      @media (max-width: 999px) {
        .preview-box__controls-item {
          width: 20%; }
          .preview-box__controls-item:nth-child(n+6) {
            display: none; } }
      @media (max-width: 767px) {
        .preview-box__controls-item {
          padding: 0 7px 14px; } }
    .preview-box__controls-button {
      position: relative;
      display: block;
      width: 100%;
      margin: 0;
      padding: 0;
      outline: 0 none;
      border: 0 none;
      background: none;
      cursor: pointer;
      user-select: none; }
      @media (min-width: 1200px) {
        .preview-box__controls-button {
          height: 150px; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .preview-box__controls-button {
          height: 130px; } }
      .preview-box__controls-button.active {
        pointer-events: none; }
        .preview-box__controls-button.active .preview-box__controls-button-bg {
          opacity: 1; }
      .preview-box__controls-button-bg {
        position: absolute;
        background: linear-gradient(58.44deg, #AEBBFF 0%, #FFACAC 40%, #C4FFAF 100%);
        opacity: 0;
        transition: .2s opacity ease-in-out; }
        @media (min-width: 768px) {
          .preview-box__controls-button-bg {
            top: -6px;
            right: -6px;
            bottom: -6px;
            left: -6px;
            border-radius: 12px; } }
        @media (max-width: 767px) {
          .preview-box__controls-button-bg {
            top: -4px;
            right: -4px;
            bottom: -4px;
            left: -4px;
            border-radius: 8px; } }
        .preview-box__controls-button-bg:before {
          content: '';
          position: absolute;
          background-color: #ffffff; }
          @media (min-width: 768px) {
            .preview-box__controls-button-bg:before {
              top: 3px;
              right: 3px;
              bottom: 3px;
              left: 3px;
              border-radius: 10px; } }
          @media (max-width: 767px) {
            .preview-box__controls-button-bg:before {
              top: 2px;
              right: 2px;
              bottom: 2px;
              left: 2px;
              border-radius: 6px; } }
    .preview-box__controls-image {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background-color: #000; }
      @media (min-width: 768px) {
        .preview-box__controls-image {
          border-radius: 9px; } }
      @media (max-width: 767px) {
        .preview-box__controls-image {
          border-radius: 5px; } }
      .preview-box__controls-image-i {
        width: 100%;
        height: 100%;
        object-fit: cover; }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.faces-box-slider__item {
  outline: 0 none;
  padding-bottom: 20px; }

.faces-box-slider__wrap {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .faces-box-slider__wrap {
      padding: 0 12px 14px; } }
  .faces-box-slider__wrap-item {
    order: 1;
    flex-shrink: 0;
    width: 33.333333%; }
    @media (min-width: 768px) {
      .faces-box-slider__wrap-item {
        padding: 0 20px 40px; } }
    @media (max-width: 767px) {
      .faces-box-slider__wrap-item {
        padding: 0 8px 16px; } }
    @media (max-width: 999px) {
      .faces-box-slider__wrap-item_empty {
        order: 2; } }

.faces-box-slider__empty {
  border-radius: 10px;
  border: 2px solid #ffffff; }
  @media (min-width: 768px) {
    .faces-box-slider__empty {
      height: 265px; } }
  @media (max-width: 767px) {
    .faces-box-slider__empty {
      padding-bottom: 120.17%; } }

.faces-box-slider__image {
  overflow: hidden; }
  @media (min-width: 768px) {
    .faces-box-slider__image {
      height: 265px;
      border-radius: 10px; } }
  @media (max-width: 767px) {
    .faces-box-slider__image {
      border-radius: 6px; } }
  .faces-box-slider__image-i {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .faces-box-slider__image .lazyload-wrapper {
    width: 100%;
    height: 100%; }

.faces-box-slider__content {
  position: relative;
  margin: 0 20px; }
  .faces-box-slider__content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: linear-gradient(58.44deg, #AEBBFF 0%, #FFACAC 40%, #C4FFAF 100%);
    filter: blur(10px); }
  .faces-box-slider__content-inner {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    background-color: #ffffff; }
    @media (min-width: 768px) {
      .faces-box-slider__content-inner {
        padding: 45px 25px; } }
    @media (max-width: 767px) {
      .faces-box-slider__content-inner {
        padding: 15px; } }
  .faces-box-slider__content-head {
    display: flex;
    margin-bottom: 15px; }
  .faces-box-slider__content-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .faces-box-slider__content-icon {
        margin: 3px 13px 0 0;
        height: 30px; } }
    @media (max-width: 767px) {
      .faces-box-slider__content-icon {
        margin: 1px 10px 0 0;
        height: 20px; } }
    .faces-box-slider__content-icon-i {
      max-height: 100%; }
    .faces-box-slider__content-icon .lazyload-wrapper {
      height: 100%; }
  .faces-box-slider__content-title {
    flex-grow: 1;
    flex-shrink: 1;
    line-height: 1.2;
    font-weight: 700; }
    @media (min-width: 768px) {
      .faces-box-slider__content-title {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .faces-box-slider__content-title {
        font-size: 20px; } }
  .faces-box-slider__content-text {
    font-weight: 600;
    opacity: .3; }
    @media (min-width: 768px) {
      .faces-box-slider__content-text {
        font-size: 18px;
        line-height: 1.444; } }
    @media (max-width: 767px) {
      .faces-box-slider__content-text {
        font-size: 16px;
        line-height: 1.5; } }

.faces-box-slider .slick-dots {
  padding: 0;
  list-style: none;
  display: flex !important;
  justify-content: center; }
  @media (min-width: 768px) {
    .faces-box-slider .slick-dots {
      margin: 20px 0 0; } }
  @media (max-width: 767px) {
    .faces-box-slider .slick-dots {
      margin: 5px 0 0; } }
  .faces-box-slider .slick-dots .slick-active button:before {
    background-color: #000000; }
  .faces-box-slider .slick-dots button {
    position: relative;
    display: block;
    font-size: 0;
    height: 18px;
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0 none;
    background: none;
    cursor: pointer; }
    @media (min-width: 768px) {
      .faces-box-slider .slick-dots button {
        width: 18px; } }
    @media (max-width: 767px) {
      .faces-box-slider .slick-dots button {
        width: 14px; } }
    .faces-box-slider .slick-dots button:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      background-color: #bbb;
      transition: .2s background-color ease-in-out; }
      @media (min-width: 768px) {
        .faces-box-slider .slick-dots button:before {
          margin: -4px 0 0 -4px;
          width: 8px;
          height: 8px;
          border-radius: 3px; } }
      @media (max-width: 767px) {
        .faces-box-slider .slick-dots button:before {
          margin: -3px 0 0 -3px;
          width: 6px;
          height: 6px;
          border-radius: 2px; } }

.faces-box {
  overflow: hidden; }
  @media (min-width: 1000px) {
    .faces-box {
      padding-bottom: 200px; } }
  @media (min-width: 768px) and (max-width: 999px) {
    .faces-box {
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .faces-box {
      padding-bottom: 60px; } }
  @media (min-width: 1000px) {
    .faces-box__section {
      padding-top: 170px; } }
  @media (min-width: 768px) and (max-width: 999px) {
    .faces-box__section {
      padding-top: 120px; } }
  @media (max-width: 767px) {
    .faces-box__section {
      padding-top: 40px; } }
  @media (min-width: 768px) {
    .faces-box__header {
      margin-bottom: 75px; } }
  @media (max-width: 767px) {
    .faces-box__header {
      margin-bottom: 30px; } }
  .faces-box__title {
    font-weight: 700; }
    @media (min-width: 768px) {
      .faces-box__title {
        margin: 0 0 30px;
        line-height: 1.2; } }
    @media (min-width: 1000px) {
      .faces-box__title {
        font-size: 60px; } }
    @media (min-width: 768px) and (max-width: 999px) {
      .faces-box__title {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .faces-box__title {
        margin: 0 0 10px;
        font-size: 28px;
        line-height: 1.357; } }
  .faces-box__label {
    display: flex; }
    .faces-box__label-icon {
      flex-shrink: 0;
      margin-right: 20px;
      width: 33px; }
      .faces-box__label-icon-i {
        display: block;
        width: 100%; }
    .faces-box__label-text {
      font-weight: 600;
      opacity: .3; }
      @media (min-width: 768px) {
        .faces-box__label-text {
          flex-grow: 1;
          flex-shrink: 1;
          padding-top: 3px;
          font-size: 26px;
          line-height: 1.4; } }
      @media (max-width: 767px) {
        .faces-box__label-text {
          font-size: 18px;
          line-height: 1.444; } }
  .faces-box__row {
    display: flex; }
    @media (min-width: 1000px) {
      .faces-box__row {
        margin-bottom: 15px; } }
    @media (max-width: 999px) {
      .faces-box__row {
        flex-wrap: wrap; } }
    @media (min-width: 768px) and (max-width: 999px) {
      .faces-box__row {
        margin: 0 -20px; } }
    @media (min-width: 1200px) {
      .faces-box__row:nth-child(odd) {
        margin-left: -170px; } }
    .faces-box__row:nth-child(even) {
      margin-left: -260px; }
    @media (min-width: 1000px) and (max-width: 1199px) {
      .faces-box__row:nth-child(3) {
        margin-left: -200px; } }
    @media (min-width: 1000px) and (max-width: 1199px) {
      .faces-box__row:nth-child(7) {
        margin-left: -365px; } }
    .faces-box__row-item {
      flex-shrink: 0; }
      @media (min-width: 1000px) {
        .faces-box__row-item {
          margin-right: 16px; } }
      @media (max-width: 999px) {
        .faces-box__row-item {
          order: 1; }
          .faces-box__row-item:nth-child(n+8) {
            display: none; } }
      @media (min-width: 768px) and (max-width: 999px) {
        .faces-box__row-item {
          width: 33.333333%;
          padding: 0 20px 40px; } }
      .faces-box__row-item:last-child {
        margin-right: 0; }
      @media (max-width: 999px) {
        .faces-box__row-item_content {
          order: 2;
          width: 100%; } }
    @media (max-width: 999px) {
      .faces-box__row_separator {
        display: none; } }
  .faces-box__image {
    overflow: hidden;
    border-radius: 10px; }
    @media (min-width: 1000px) {
      .faces-box__image {
        width: 149px;
        height: 185px; } }
    @media (min-width: 768px) and (max-width: 999px) {
      .faces-box__image {
        height: 265px; } }
    .faces-box__image-i {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .faces-box__image .lazyload-wrapper {
      width: 100%;
      height: 100%; }
  .faces-box__content {
    position: relative;
    width: 315px;
    height: 185px; }
    .faces-box__content:before {
      content: '';
      position: absolute;
      border-radius: 10px;
      left: -30px;
      top: -30px;
      width: 375px;
      height: 245px;
      background: url("/faces-content-bg-gr.png") no-repeat center center;
      background-size: cover; }
    .faces-box__content-inner {
      position: relative;
      height: 100%;
      padding: 25px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      border-radius: 10px;
      background-color: #ffffff; }
    .faces-box__content-head {
      display: flex;
      margin-bottom: 15px; }
    .faces-box__content-icon {
      flex-shrink: 0;
      margin: 3px 13px 0 0;
      height: 30px;
      display: flex;
      align-items: center; }
      .faces-box__content-icon-i {
        max-height: 100%; }
    .faces-box__content-title {
      flex-grow: 1;
      flex-shrink: 1;
      font-size: 30px;
      line-height: 1.2;
      font-weight: 700; }
    .faces-box__content-text {
      font-size: 18px;
      line-height: 1.444;
      font-weight: 600;
      opacity: .3; }
  .faces-box__empty {
    border-radius: 10px;
    border: 2px solid #ffffff; }
    @media (min-width: 1000px) {
      .faces-box__empty {
        width: 149px;
        height: 185px; } }
    @media (min-width: 768px) and (max-width: 999px) {
      .faces-box__empty {
        height: 265px; } }
  .faces-box__head {
    text-align: center; }
  .faces-box__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    outline: 0 none;
    border: 0 none;
    background: url("/btn-gr-stroke-2.png") no-repeat 0 0;
    background-size: cover;
    transition: .2s color ease-in-out; }
    @media (min-width: 768px) {
      .faces-box__toggle {
        border-radius: 26px;
        padding: 21px 20px;
        width: 324px;
        height: 70px;
        font-size: 18px; } }
    @media (max-width: 767px) {
      .faces-box__toggle {
        border-radius: 20px;
        padding: 19px 15px;
        width: 260px;
        height: 56px;
        font-size: 15px; } }
    .faces-box__toggle:hover {
      color: rgba(0, 0, 0, 0.5); }
      .faces-box__toggle:hover .preview-box__toggle-icon {
        opacity: .5; }
    .faces-box__toggle.active .preview-box__toggle-icon {
      transform: rotate(180deg); }
    .faces-box__toggle-icon {
      flex-shrink: 0;
      margin-left: 15px;
      width: 16px;
      transition: .2s opacity ease-in-out; }
      .faces-box__toggle-icon-i {
        display: block;
        width: 100%; }
  @media (max-width: 999px) {
    .faces-box__body {
      margin: 0 -20px; } }

@media (min-width: 768px) {
  .use-box {
    margin-bottom: 125px; } }

@media (max-width: 767px) {
  .use-box {
    margin-bottom: 100px; } }

.use-box__inner {
  height: 100vh; }
  @media (min-width: 768px) {
    .use-box__inner {
      padding-bottom: 100px;
      min-height: 750px;
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  @media (max-width: 767px) {
    .use-box__inner {
      padding-top: 40px; } }

.use-box__title {
  font-weight: 700;
  text-align: center; }
  @media (min-width: 768px) {
    .use-box__title {
      line-height: 1.2; } }
  @media (min-width: 1000px) {
    .use-box__title {
      margin: 0 0 75px;
      font-size: 60px; } }
  @media (min-width: 768px) and (max-width: 999px) {
    .use-box__title {
      margin: 0 0 50px;
      font-size: 50px; } }
  @media (max-width: 767px) {
    .use-box__title {
      opacity: 1 !important;
      visibility: visible !important;
      margin: 0 0 30px;
      font-size: 28px;
      line-height: 1.357; } }

.use-box__wrap {
  position: relative;
  display: flex; }
  @media (min-width: 1000px) {
    .use-box__wrap {
      height: 432px; } }
  @media (max-width: 999px) {
    .use-box__wrap {
      flex-direction: column; } }

.use-box__aside {
  position: relative; }
  @media (min-width: 1000px) {
    .use-box__aside {
      flex-grow: 1;
      flex-shrink: 1; } }
  @media (max-width: 999px) {
    .use-box__aside {
      position: relative;
      order: 2; }
      .use-box__aside:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to bottom, #edf8fc 50%, rgba(237, 248, 252, 0)); } }
  @media (min-width: 768px) and (max-width: 999px) {
    .use-box__aside {
      padding-top: 50px;
      height: 110px; }
      .use-box__aside:after {
        height: 50px; } }
  @media (max-width: 767px) {
    .use-box__aside {
      padding-top: 25px; }
      .use-box__aside:after {
        height: 25px; } }
  @media (min-width: 1000px) {
    .use-box__aside-inner {
      padding-top: 160px; } }
  @media (max-width: 767px) {
    .use-box__aside-inner {
      transform: none !important; } }

.use-box__subtitle {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 600;
  opacity: .1;
  transition: .5s opacity ease-in-out; }
  @media (min-width: 1000px) {
    .use-box__subtitle {
      margin: 0 0 100px; } }
  @media (min-width: 768px) and (max-width: 999px) {
    .use-box__subtitle {
      margin: 0 0 50px;
      font-size: 34px; } }
  @media (max-width: 767px) {
    .use-box__subtitle {
      margin: 0 0 30px;
      font-size: 20px;
      line-height: 1.4; } }
  .use-box__subtitle:last-child {
    margin-bottom: 0; }
  .use-box__subtitle.active {
    opacity: 1; }

.use-box__images {
  flex-shrink: 0;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .use-box__images {
      border-radius: 20px; } }
  @media (min-width: 1000px) {
    .use-box__images {
      margin-left: 30px; } }
  @media (min-width: 1200px) {
    .use-box__images {
      width: 738px;
      height: 432px; } }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .use-box__images {
      width: 600px;
      height: 380px; } }
  @media (max-width: 999px) {
    .use-box__images {
      order: 1; } }
  @media (min-width: 768px) and (max-width: 999px) {
    .use-box__images {
      height: 432px; } }
  @media (max-width: 767px) {
    .use-box__images {
      margin: 0 -10px;
      padding-bottom: 80%;
      border-radius: 16px; } }

.use-box__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: .8s opacity ease-in-out; }
  @media (min-width: 768px) {
    .use-box__image {
      border-radius: 20px; } }
  @media (max-width: 767px) {
    .use-box__image {
      border-radius: 16px; } }
  .use-box__image.active {
    opacity: 1; }
  .use-box__image-i {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media (min-width: 768px) {
      .use-box__image-i {
        border-radius: 20px; } }
    @media (max-width: 767px) {
      .use-box__image-i {
        border-radius: 16px; } }
  .use-box__image .lazyload-wrapper {
    width: 100%;
    height: 100%; }

.use-box-simple__title {
  margin: 0 0 30px;
  font-size: 36px;
  line-height: 1.3; }

.use-box-simple__subtitle {
  margin: 0 0 45px;
  font-size: 20px;
  line-height: 1.4;
  width: 80%; }

.use-box-simple__image {
  margin-bottom: 15px;
  border-radius: 16px;
  overflow: hidden; }
  .use-box-simple__image-i {
    display: block;
    width: 100%;
    border-radius: 16px; }
  .use-box-simple__image .lazyload-wrapper {
    width: 100%;
    height: 100%; }

.designed-box-simple {
  padding: 50px 0;
  background-color: #ffffff; }
  .designed-box-simple__title {
    margin: 0;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 700;
    text-align: center; }
  .designed-box-simple__wrap {
    position: relative;
    overflow: hidden;
    min-height: 400px;
    background-color: #ffffff;
    transform: translate3d(0, 0, 0); }
  .designed-box-simple__image {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: 462px;
    height: 260px;
    margin: -130px 0 0 -231px; }
    .designed-box-simple__image-inner {
      display: flex;
      height: 100%; }
    .designed-box-simple__image-i {
      width: 15246px;
      height: 100%; }
  .designed-box-simple .lazyload-wrapper {
    display: flex;
    height: 100%; }

@media (max-width: 767px) {
  .designed-box {
    padding-top: 50px;
    background-color: #ffffff; } }

.designed-box__title {
  line-height: 1.1;
  font-weight: 700;
  text-align: center; }
  @media (min-width: 1200px) {
    .designed-box__title {
      margin: 0 0 100px;
      font-size: 100px; } }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .designed-box__title {
      margin: 0 0 80px;
      font-size: 80px; } }
  @media (min-width: 768px) and (max-width: 999px) {
    .designed-box__title {
      margin: 0 0 70px;
      font-size: 70px; } }
  @media (max-width: 767px) {
    .designed-box__title {
      margin: 0;
      font-size: 36px; } }

.designed-box__wrap {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-color: #ffffff;
  transform: translate3d(0, 0, 0); }
  @media (min-width: 768px) {
    .designed-box__wrap {
      min-height: 650px; } }
  @media (max-width: 767px) {
    .designed-box__wrap {
      min-height: 450px; } }

.designed-box__image {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden; }
  @media (min-width: 768px) {
    .designed-box__image {
      width: 1156px;
      height: 650px;
      margin: -325px 0 0 -578px; } }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .designed-box__image {
      transform: scale(0.9); } }
  @media (min-width: 768px) and (max-width: 999px) {
    .designed-box__image {
      transform: scale(0.7); } }
  @media (max-width: 767px) {
    .designed-box__image {
      width: 462px;
      height: 260px;
      margin: -130px 0 0 -231px; } }
  .designed-box__image-inner {
    display: flex;
    height: 100%; }
  .designed-box__image-i {
    height: 100%; }
    @media (min-width: 768px) {
      .designed-box__image-i {
        width: 38148px; } }
    @media (max-width: 767px) {
      .designed-box__image-i {
        width: 15246px; } }

.designed-box .lazyload-wrapper {
  display: flex;
  height: 100%; }

@media (min-width: 1200px) {
  .info-video {
    padding: 210px 0 245px; } }

@media (min-width: 1000px) and (max-width: 1199px) {
  .info-video {
    padding: 170px 0 180px; } }

@media (min-width: 768px) and (max-width: 999px) {
  .info-video {
    padding: 140px 0; } }

@media (max-width: 767px) {
  .info-video {
    padding: 85px 0 65px; } }

.info-video__badge {
  position: relative;
  text-align: center; }
  @media (min-width: 768px) {
    .info-video__badge {
      margin: 0 auto 50px;
      width: 196px;
      height: 260px; } }
  @media (max-width: 767px) {
    .info-video__badge {
      margin: 0 auto 35px;
      width: 166px;
      height: 221px; } }
  .info-video__badge-bg {
    position: absolute;
    top: 0;
    left: 50%; }
    @media (min-width: 768px) {
      .info-video__badge-bg {
        margin-left: -98px;
        width: 196px; } }
    @media (max-width: 767px) {
      .info-video__badge-bg {
        margin-left: -83px;
        width: 166px; } }
    .info-video__badge-bg-i {
      display: block;
      width: 100%; }
  .info-video__badge-content {
    position: relative; }
    @media (min-width: 768px) {
      .info-video__badge-content {
        padding: 56px 50px 0; } }
    @media (max-width: 767px) {
      .info-video__badge-content {
        padding: 46px 50px 0; } }
  .info-video__badge-value {
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 700; }
    @media (min-width: 768px) {
      .info-video__badge-value {
        font-size: 56px; } }
    @media (max-width: 767px) {
      .info-video__badge-value {
        font-size: 46px; } }
  .info-video__badge-label {
    line-height: 1.333;
    font-weight: 600; }
    @media (min-width: 768px) {
      .info-video__badge-label {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .info-video__badge-label {
        font-size: 15px; } }

.info-video__title {
  font-weight: 700;
  text-align: center; }
  @media (min-width: 1000px) {
    .info-video__title {
      margin: 0 auto 120px; } }
  @media (min-width: 768px) {
    .info-video__title {
      font-size: 30px;
      line-height: 1.2; } }
  @media (min-width: 1200px) {
    .info-video__title {
      width: 58%; } }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .info-video__title {
      width: 68%; } }
  @media (min-width: 768px) and (max-width: 999px) {
    .info-video__title {
      margin: 0 auto 80px; } }
  @media (max-width: 767px) {
    .info-video__title {
      margin: 0 auto 60px;
      font-size: 18px;
      line-height: 1.444; } }

.info-video__video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 16px;
  transform: translate3d(0, 0, 0); }
  .info-video__video-frame {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    transition: .2s opacity ease-in-out; }
  .info-video__video-cover {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    outline: 0 none;
    border: 0 none;
    background: none;
    cursor: pointer;
    transition: .2s opacity ease-in-out, .2s visibility ease-in-out; }
    .info-video__video-cover_hide {
      opacity: 0;
      visibility: hidden; }
    .info-video__video-cover-i {
      width: 100%; }
  .info-video__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -17px;
    width: 34px;
    height: 40px;
    opacity: .5;
    transition: .2s transform ease-in-out, .2s opacity ease-in-out; }
    .info-video__video-play:hover {
      opacity: 1;
      transform: scale(1.2); }
    .info-video__video-play-icon {
      display: block;
      width: 100%; }
  .info-video__video-muted {
    position: absolute;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    outline: 0 none;
    border: 0 none;
    background: none;
    opacity: .5;
    user-select: none;
    cursor: pointer;
    transition: .2s opacity ease-in-out; }
    @media (min-width: 768px) {
      .info-video__video-muted {
        right: 32px;
        bottom: 26px; } }
    @media (max-width: 767px) {
      .info-video__video-muted {
        padding: 5px;
        right: 15px;
        bottom: 7px; } }
    .info-video__video-muted:hover {
      opacity: 1; }
    @media (min-width: 768px) {
      .info-video__video-muted.active:after {
        height: 40px; } }
    @media (max-width: 767px) {
      .info-video__video-muted.active:after {
        height: 30px; } }
    .info-video__video-muted:after {
      content: '';
      position: absolute;
      width: 2px;
      height: 0;
      border-radius: 2px;
      background-color: #ffffff;
      transform: rotate(45deg);
      transform-origin: top right;
      transition: .2s height ease-in-out; }
      @media (min-width: 768px) {
        .info-video__video-muted:after {
          top: 0;
          right: 0; } }
      @media (max-width: 767px) {
        .info-video__video-muted:after {
          top: 6px;
          right: 4px; } }
    .info-video__video-muted-icon {
      display: block;
      width: 100%; }
  .info-video__video-pause {
    position: absolute;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0 none;
    background: none;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transition: .2s opacity ease-in-out, .2s visibility ease-in-out; }
    @media (min-width: 768px) {
      .info-video__video-pause {
        left: 32px;
        bottom: 26px; } }
    @media (max-width: 767px) {
      .info-video__video-pause {
        left: 15px;
        bottom: 7px; } }
    .info-video__video-pause:before, .info-video__video-pause:after {
      content: '';
      position: absolute;
      width: 3px;
      border-radius: 3px;
      background-color: rgba(255, 255, 255, 0.5);
      opacity: 0;
      transition: .2s opacity ease-in-out, .2s background-color ease-in-out; }
      @media (min-width: 768px) {
        .info-video__video-pause:before, .info-video__video-pause:after {
          top: 6px;
          height: 20px; } }
      @media (max-width: 767px) {
        .info-video__video-pause:before, .info-video__video-pause:after {
          top: 8px;
          height: 16px; } }
    .info-video__video-pause:before {
      left: 10px; }
    .info-video__video-pause:after {
      right: 10px; }
    .info-video__video-pause:hover:before, .info-video__video-pause:hover:after {
      background-color: #ffffff; }
    .info-video__video-pause:hover .info-video__video-pause-play {
      opacity: 1; }
    .info-video__video-pause.active {
      opacity: 1;
      visibility: visible; }
    .info-video__video-pause.play:before, .info-video__video-pause.play:after {
      opacity: 1; }
    .info-video__video-pause.play .info-video__video-pause-play {
      opacity: 0; }
    .info-video__video-pause-play {
      position: absolute;
      top: 6px;
      left: 8px;
      width: 17px;
      height: 20px;
      opacity: .5;
      transition: .2s opacity ease-in-out; }
  .info-video__video-controls {
    padding-top: 30px;
    text-align: center; }
  .info-video__video-replay {
    margin: 0;
    padding: 0;
    border: 0 none;
    background: none;
    outline: 0 none;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: .2s opacity ease-in-out, .2s visibility ease-in-out; }
    .info-video__video-replay_active {
      opacity: 1;
      visibility: visible; }
    .info-video__video-replay:hover .info-video__video-replay-icon {
      transform: rotate(-20deg); }
    .info-video__video-replay:hover .info-video__video-replay-label {
      transform: translateX(5px); }
    .info-video__video-replay-icon {
      flex-shrink: 0;
      margin-right: 10px;
      transition: .3s transform ease-in-out; }
      @media (min-width: 768px) {
        .info-video__video-replay-icon {
          width: 17px; } }
      @media (max-width: 767px) {
        .info-video__video-replay-icon {
          width: 15px; } }
    .info-video__video-replay-i {
      display: block;
      width: 100%; }
    .info-video__video-replay-label {
      padding-top: 1px;
      line-height: 1.1;
      font-weight: 600;
      transition: .3s transform ease-in-out; }
      @media (min-width: 768px) {
        .info-video__video-replay-label {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .info-video__video-replay-label {
          font-size: 16px; } }

.medias-about {
  overflow: hidden; }
  @media (min-width: 1200px) {
    .medias-about {
      padding-bottom: 250px; } }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .medias-about {
      padding-bottom: 180px; } }
  @media (min-width: 768px) and (max-width: 999px) {
    .medias-about {
      padding-bottom: 150px; } }
  @media (max-width: 767px) {
    .medias-about {
      padding-bottom: 120px; } }
  .medias-about__title {
    line-height: 1.2;
    font-weight: 700; }
    @media (min-width: 768px) {
      .medias-about__title {
        text-align: center; } }
    @media (min-width: 1000px) {
      .medias-about__title {
        margin: 0 0 60px;
        font-size: 60px; } }
    @media (min-width: 768px) and (max-width: 999px) {
      .medias-about__title {
        width: 80%;
        margin: 0 auto 30px;
        font-size: 50px; } }
    @media (max-width: 767px) {
      .medias-about__title {
        margin: 0 0 20px;
        font-size: 28px;
        line-height: 1.357; } }
  .medias-about__slider {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin: 0 -50vw 75px; }
    .medias-about__slider-item {
      width: 100%;
      height: 100%;
      display: flex !important;
      outline: 0 none; }
      @media (min-width: 768px) {
        .medias-about__slider-item {
          padding: 40px; } }
      @media (max-width: 767px) {
        .medias-about__slider-item {
          padding: 20px; } }
    .medias-about__slider-box {
      width: 750px;
      margin: 0 auto;
      display: flex;
      position: relative;
      opacity: 0;
      transition: .8s opacity ease-in-out; }
      @media (max-width: 767px) {
        .medias-about__slider-box {
          transform: translate3d(0, 0, 0); } }
      .slick-active .medias-about__slider-box {
        opacity: 1; }
      .medias-about__slider-box-shadow {
        position: absolute; }
        @media (min-width: 768px) {
          .medias-about__slider-box-shadow {
            top: -40px;
            left: 50%;
            width: 750px;
            margin-left: -375px; } }
        @media (max-width: 767px) {
          .medias-about__slider-box-shadow {
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            border-radius: 10px;
            background: linear-gradient(58.44deg, #AEBBFF 0%, #FFACAC 40%, #C4FFAF 100%);
            filter: blur(10px); } }
        .medias-about__slider-box-shadow-i {
          display: block;
          width: 100%; }
      .medias-about__slider-box-inner {
        position: relative;
        width: 100%;
        min-height: 340px;
        background-color: #ffffff;
        border-radius: 16px; }
        @media (min-width: 768px) {
          .medias-about__slider-box-inner {
            padding: 25px 40px 45px; } }
        @media (max-width: 767px) {
          .medias-about__slider-box-inner {
            padding: 15px 17px 35px; } }
    .medias-about__slider-image {
      display: flex;
      align-items: center; }
      @media (min-width: 768px) {
        .medias-about__slider-image {
          height: 75px;
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .medias-about__slider-image {
          height: 60px;
          margin-bottom: 10px; } }
      .medias-about__slider-image-i {
        max-height: 100%; }
      .medias-about__slider-image .lazyload-wrapper {
        height: 100%; }
    .medias-about__slider-text {
      position: relative;
      font-weight: 500; }
      @media (min-width: 768px) {
        .medias-about__slider-text {
          padding-left: 20px;
          font-size: 26px;
          line-height: 1.38; } }
      @media (max-width: 767px) {
        .medias-about__slider-text {
          padding-left: 15px;
          font-size: 16px;
          line-height: 1.5; } }
      .medias-about__slider-text:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 4px;
        border-radius: 2px;
        background-color: #f3f3f3; }
  .medias-about__logos {
    display: flex;
    flex-wrap: wrap;
    border-radius: 16px;
    background-color: #ffffff; }
    @media (min-width: 1000px) {
      .medias-about__logos {
        padding: 20px 0; } }
    @media (min-width: 768px) and (max-width: 999px) {
      .medias-about__logos {
        padding: 20px; } }
    @media (max-width: 767px) {
      .medias-about__logos {
        padding: 10px; } }
    .medias-about__logos-item {
      flex-shrink: 0; }
      @media (min-width: 768px) {
        .medias-about__logos-item {
          width: 25%; } }
      @media (min-width: 1000px) {
        .medias-about__logos-item {
          padding: 10px 20px; } }
      @media (min-width: 768px) and (max-width: 999px) {
        .medias-about__logos-item {
          padding: 10px 30px; } }
      @media (max-width: 767px) {
        .medias-about__logos-item {
          padding: 10px 15px;
          width: 50%; } }
    .medias-about__logos-image {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 768px) {
        .medias-about__logos-image {
          height: 75px; } }
      @media (max-width: 767px) {
        .medias-about__logos-image {
          height: 50px; } }
      .medias-about__logos-image-i {
        max-height: 100%; }
      .medias-about__logos-image .lazyload-wrapper {
        height: 100%; }
  .medias-about .slick-track {
    display: flex; }
  .medias-about .slick-slide {
    float: none;
    height: auto;
    display: flex; }
    .medias-about .slick-slide > div {
      width: 100%;
      height: 100%; }
  .medias-about .slick-arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    padding: 0;
    border: 0 none;
    outline: 0 none;
    background: none;
    font-size: 0;
    cursor: pointer;
    opacity: .3;
    transition: .2s opacity ease-in-out, .2s transform ease-in-out; }
    @media (min-width: 768px) and (max-width: 999px) {
      .medias-about .slick-arrow {
        display: none !important; } }
    .medias-about .slick-arrow:hover {
      opacity: 1; }
    .medias-about .slick-arrow:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -17px 0 0 -10px;
      width: 21px;
      height: 35px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .medias-about .slick-arrow.slick-next {
      left: 50%;
      margin-left: 425px; }
      .medias-about .slick-arrow.slick-next:hover {
        transform: translateX(5px); }
      .medias-about .slick-arrow.slick-next:before {
        background-image: url("/arrow-right.svg"); }
    .medias-about .slick-arrow.slick-prev {
      right: 50%;
      margin-right: 425px; }
      .medias-about .slick-arrow.slick-prev:hover {
        transform: translateX(-5px); }
      .medias-about .slick-arrow.slick-prev:before {
        background-image: url("/arrow-left.svg"); }
    .medias-about .slick-arrow.slick-disabled {
      pointer-events: none;
      opacity: .05; }
  .medias-about .slick-dots {
    padding: 0;
    list-style: none;
    display: flex !important;
    justify-content: center; }
    @media (min-width: 768px) {
      .medias-about .slick-dots {
        margin: -15px 0 0; } }
    @media (max-width: 767px) {
      .medias-about .slick-dots {
        margin: -5px 0 0; } }
    .medias-about .slick-dots .slick-active button:before {
      background-color: #000000; }
    .medias-about .slick-dots button {
      position: relative;
      display: block;
      font-size: 0;
      height: 18px;
      margin: 0;
      padding: 0;
      border: 0 none;
      outline: 0 none;
      background: none;
      cursor: pointer; }
      @media (min-width: 768px) {
        .medias-about .slick-dots button {
          width: 18px; } }
      @media (max-width: 767px) {
        .medias-about .slick-dots button {
          width: 14px; } }
      .medias-about .slick-dots button:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #bbb;
        transition: .2s background-color ease-in-out; }
        @media (min-width: 768px) {
          .medias-about .slick-dots button:before {
            margin: -4px 0 0 -4px;
            width: 8px;
            height: 8px;
            border-radius: 3px; } }
        @media (max-width: 767px) {
          .medias-about .slick-dots button:before {
            margin: -3px 0 0 -3px;
            width: 6px;
            height: 6px;
            border-radius: 2px; } }

@media (min-width: 768px) {
  .youtube-video-box_lg .youtube-video-box__head {
    margin-bottom: 15px; } }

@media (min-width: 768px) {
  .youtube-video-box_lg .youtube-video-box__title {
    font-size: 30px; } }

@media (min-width: 768px) {
  .youtube-video-box_lg .youtube-video-box__count {
    padding-top: 5px; } }

@media (min-width: 768px) {
  .youtube-video-box_lg .youtube-video-box__count-icon {
    margin-right: 12px;
    width: 32px; } }

@media (min-width: 768px) {
  .youtube-video-box_lg .youtube-video-box__count-label {
    font-size: 24px;
    font-weight: 700; } }

@media (min-width: 768px) {
  .youtube-video-box_lg .youtube-video-box__play {
    width: 143px;
    height: 143px; } }

@media (min-width: 768px) {
  .youtube-video-box_xs .youtube-video-box__head {
    margin-bottom: 8px; } }

@media (min-width: 1000px) {
  .youtube-video-box_xs .youtube-video-box__title {
    font-size: 20px; } }

@media (min-width: 768px) and (max-width: 999px) {
  .youtube-video-box_xs .youtube-video-box__title {
    font-size: 18px; } }

@media (min-width: 1000px) {
  .youtube-video-box_xs .youtube-video-box__count {
    padding-top: 3px; } }

@media (min-width: 1000px) {
  .youtube-video-box_xs .youtube-video-box__count-icon {
    margin-right: 10px;
    width: 24px; } }

@media (min-width: 768px) and (max-width: 999px) {
  .youtube-video-box_xs .youtube-video-box__count-icon {
    margin-right: 7px;
    width: 22px; } }

@media (min-width: 768px) {
  .youtube-video-box_xs .youtube-video-box__count-label {
    font-size: 18px;
    font-weight: 600; } }

@media (min-width: 768px) {
  .youtube-video-box_xs .youtube-video-box__play {
    width: 96px;
    height: 96px; } }

.youtube-video-box__head {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .youtube-video-box__head {
      margin-bottom: 15px; } }

.youtube-video-box__title {
  flex-shrink: 1;
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 700; }
  @media (max-width: 767px) {
    .youtube-video-box__title {
      font-size: 18px;
      line-height: 1.333; } }

.youtube-video-box__count {
  align-self: flex-start;
  flex-shrink: 0;
  margin-left: 20px;
  opacity: .3;
  display: flex;
  align-items: center; }
  .youtube-video-box__count-icon {
    flex-shrink: 0; }
    @media (min-width: 768px) {
      .youtube-video-box__count-icon {
        margin-right: 10px; } }
    @media (max-width: 767px) {
      .youtube-video-box__count-icon {
        margin-right: 5px;
        width: 22px; } }
    .youtube-video-box__count-icon-i {
      display: block;
      width: 100%; }
  @media (max-width: 767px) {
    .youtube-video-box__count-label {
      font-size: 15px;
      line-height: 1.466;
      font-weight: 700; } }

.youtube-video-box__frame {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 16px;
  transform: translate3d(0, 0, 0);
  background-color: #2f2f32; }

.youtube-video-box__cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  border: 0 none;
  cursor: pointer;
  outline: 0 none;
  background: none;
  transition: .2s opacity ease-in-out, .2s visibility ease-in-out; }
  .youtube-video-box__cover_hide {
    opacity: 0;
    visibility: hidden; }
  .youtube-video-box__cover-i {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .youtube-video-box__cover .lazyload-wrapper {
    width: 100%;
    height: 100%; }

.youtube-video-box__player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }
  .youtube-video-box__player iframe {
    display: block; }

.youtube-video-box__play {
  position: absolute;
  left: -10px;
  bottom: -10px;
  transition: .2s transform ease-in-out; }
  @media (max-width: 767px) {
    .youtube-video-box__play {
      width: 96px;
      height: 96px; } }
  .youtube-video-box__play:hover {
    transform: scale(1.1); }
  .youtube-video-box__play-icon {
    display: block;
    width: 100%; }

@media (min-width: 1200px) {
  .video-reviews {
    padding-bottom: 250px; } }

@media (min-width: 1000px) and (max-width: 1199px) {
  .video-reviews {
    padding-bottom: 180px; } }

@media (min-width: 768px) and (max-width: 999px) {
  .video-reviews {
    padding-bottom: 150px; } }

@media (max-width: 767px) {
  .video-reviews {
    padding-bottom: 120px; } }

.video-reviews__title {
  line-height: 1.2; }
  @media (min-width: 768px) {
    .video-reviews__title {
      margin: 0 0 43px; } }
  @media (min-width: 1000px) {
    .video-reviews__title {
      font-size: 60px; } }
  @media (min-width: 768px) and (max-width: 999px) {
    .video-reviews__title {
      font-size: 50px; } }
  @media (max-width: 767px) {
    .video-reviews__title {
      margin: 0 0 33px;
      font-size: 28px; } }

@media (min-width: 1000px) {
  .video-reviews__main {
    margin-bottom: 77px; } }

@media (min-width: 768px) and (max-width: 999px) {
  .video-reviews__main {
    margin-bottom: 47px; } }

@media (max-width: 767px) {
  .video-reviews__main {
    margin-bottom: 30px; } }

@media (min-width: 768px) {
  .video-reviews__list {
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 1000px) {
  .video-reviews__list {
    margin: 0 -20px; } }

@media (min-width: 768px) and (max-width: 999px) {
  .video-reviews__list {
    margin: 0 -10px; } }

@media (max-width: 767px) {
  .video-reviews__list.active .video-reviews__list-item {
    display: block; } }

@media (min-width: 1000px) {
  .video-reviews__list.active .video-reviews__list-item:nth-child(n+4) {
    display: block; } }

@media (min-width: 768px) and (max-width: 999px) {
  .video-reviews__list.active .video-reviews__list-item:nth-child(n+3) {
    display: block; } }

@media (min-width: 768px) {
  .video-reviews__list-item {
    flex-shrink: 0; } }

@media (min-width: 1000px) {
  .video-reviews__list-item {
    padding: 0 20px 40px;
    width: 33.333333%; } }

@media (min-width: 768px) and (max-width: 999px) {
  .video-reviews__list-item {
    padding: 0 10px 30px;
    width: 50%; } }

@media (max-width: 767px) {
  .video-reviews__list-item {
    display: none;
    margin-bottom: 30px; } }

@media (min-width: 1000px) {
  .video-reviews__list-item:nth-child(n+4) {
    display: none; } }

@media (min-width: 768px) and (max-width: 999px) {
  .video-reviews__list-item:nth-child(n+3) {
    display: none; } }

.video-reviews__footer {
  text-align: center; }
  @media (min-width: 768px) {
    .video-reviews__footer {
      padding-top: 40px; } }
  @media (max-width: 767px) {
    .video-reviews__footer {
      padding-top: 10px; } }

.video-reviews__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  outline: 0 none;
  border: 0 none;
  background: url("/btn-gr-stroke.png") no-repeat 0 0;
  background-size: cover;
  transition: .2s color ease-in-out; }
  @media (min-width: 768px) {
    .video-reviews__toggle {
      border-radius: 26px;
      width: 269px;
      height: 70px;
      padding: 21px 18px;
      font-size: 18px; } }
  @media (max-width: 767px) {
    .video-reviews__toggle {
      border-radius: 20px;
      width: 216px;
      height: 56px;
      padding: 21px 18px;
      font-size: 15px; } }
  .video-reviews__toggle:hover {
    color: rgba(0, 0, 0, 0.5); }
    .video-reviews__toggle:hover .video-reviews__toggle-icon {
      opacity: .5; }
  .video-reviews__toggle.active .video-reviews__toggle-icon {
    transform: rotate(180deg); }
  .video-reviews__toggle-icon {
    flex-shrink: 0;
    margin-left: 15px;
    width: 16px;
    transition: .2s opacity ease-in-out; }
    .video-reviews__toggle-icon-i {
      display: block;
      width: 100%; }

.specifications-box {
  overflow: hidden; }
  @media (min-width: 1000px) {
    .specifications-box {
      padding-bottom: 200px; } }
  @media (min-width: 768px) and (max-width: 999px) {
    .specifications-box {
      padding-bottom: 150px; } }
  @media (max-width: 767px) {
    .specifications-box {
      padding-bottom: 120px; } }
  @media (min-width: 768px) {
    .specifications-box__title {
      margin: 0 0 50px;
      line-height: 1.1; } }
  @media (min-width: 1200px) {
    .specifications-box__title {
      font-size: 100px; } }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .specifications-box__title {
      font-size: 80px; } }
  @media (min-width: 768px) and (max-width: 999px) {
    .specifications-box__title {
      font-size: 60px; } }
  @media (max-width: 767px) {
    .specifications-box__title {
      margin: 0 0 20px;
      font-size: 36px;
      line-height: 1.3; } }
  .specifications-box__wrap {
    display: flex;
    padding-top: 50px;
    height: 750px; }
  .specifications-box__content {
    flex-shrink: 0;
    width: 480px; }
    @media (min-width: 1000px) and (max-width: 1199px) {
      .specifications-box__content {
        width: 450px; } }
    @media (min-width: 768px) and (max-width: 999px) {
      .specifications-box__content {
        width: 355px; } }
  .specifications-box__aside {
    flex-shrink: 0;
    width: 575px;
    margin-right: 65px; }
    @media (min-width: 1000px) and (max-width: 1199px) {
      .specifications-box__aside {
        width: 450px;
        margin-right: 40px; } }
    @media (min-width: 768px) and (max-width: 999px) {
      .specifications-box__aside {
        width: 325px;
        margin-right: 40px; } }
  .specifications-box__image {
    position: relative;
    padding: 80px 0 0 35px;
    background-color: #ffffff;
    border-radius: 16px;
    height: 700px;
    transform: translate3d(0, 0, 0); }
    @media (min-width: 1000px) and (max-width: 1199px) {
      .specifications-box__image {
        padding: 140px 0 0 20px; } }
    @media (min-width: 768px) and (max-width: 999px) {
      .specifications-box__image {
        padding: 120px 0 0 15px; } }
    .specifications-box__image-i {
      display: block;
      width: 560px; }
      @media (min-width: 1200px) {
        .specifications-box__image-i {
          margin-right: -20px; } }
      @media (min-width: 1000px) and (max-width: 1199px) {
        .specifications-box__image-i {
          width: 430px; } }
      @media (min-width: 768px) and (max-width: 999px) {
        .specifications-box__image-i {
          width: 300px; } }
    .specifications-box__image-screen {
      position: absolute;
      top: 186px;
      left: 123px;
      width: 336px;
      height: 421px;
      overflow: hidden;
      opacity: 0; }
      @media (min-width: 1000px) and (max-width: 1199px) {
        .specifications-box__image-screen {
          top: 221px;
          left: 90px;
          width: 257px;
          height: 322px; } }
      @media (min-width: 768px) and (max-width: 999px) {
        .specifications-box__image-screen {
          top: 177px;
          left: 63px;
          width: 180px;
          height: 225px; } }
      .specifications-box__image-screen-bg {
        position: absolute;
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;
        animation: 5s rotateBg linear infinite;
        animation-play-state: paused; }
        .specifications-box__image-screen-bg-i {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .specifications-box__image-screen-bg .lazyload-wrapper {
          width: 100%;
          height: 100%; }
      .specifications-box__image-screen-mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .specifications-box__image .spec-powerbank {
      transform: translateX(-53px); }
      .specifications-box__image .spec-powerbank-line {
        stroke-width: 5px;
        stroke-dasharray: 130px 130px;
        stroke-dashoffset: 130px; }
    .specifications-box__image .spec-vertical-line {
      stroke-width: 5px;
      stroke-dasharray: 460px 460px; }
    .specifications-box__image .spec-vertical-text {
      transform: translateX(50px); }
    .specifications-box__image .spec-bottom-text {
      transform: translateX(45px); }
    .specifications-box__image .spec-bottom-line {
      stroke-width: 5px;
      stroke-dasharray: 360px 360px; }
  .specifications-box__section {
    position: relative;
    margin-bottom: 120px; }
    .specifications-box__section:last-child {
      margin-bottom: 0; }
    .specifications-box__section:before {
      content: '';
      position: absolute; }
      @media (min-width: 1000px) {
        .specifications-box__section:before {
          top: 50%;
          left: 50%;
          width: 560px;
          height: 780px;
          margin: -390px 0 0 -280px;
          background: url("/spec-content-glow.png") no-repeat center center;
          background-size: cover; } }
      @media (min-width: 1000px) and (max-width: 1199px) {
        .specifications-box__section:before {
          opacity: .6; } }
      @media (min-width: 768px) and (max-width: 999px) {
        .specifications-box__section:before {
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          border-radius: 10px;
          background: linear-gradient(58.44deg, #AEBBFF 0%, #FFACAC 40%, #C4FFAF 100%);
          filter: blur(10px); } }
    .specifications-box__section-inner {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 40px;
      height: 700px;
      background-color: #ffffff;
      border-radius: 16px; }
      @media (min-width: 1000px) and (max-width: 1199px) {
        .specifications-box__section-inner {
          padding: 40px 30px; } }
      @media (min-width: 768px) and (max-width: 999px) {
        .specifications-box__section-inner {
          padding: 40px 25px; } }
    .specifications-box__section-icon {
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 30px;
      width: 80px;
      height: 80px;
      padding: 20px;
      border-radius: 20px; }
      @media (min-width: 768px) and (max-width: 999px) {
        .specifications-box__section-icon {
          width: 60px;
          height: 60px;
          border-radius: 15px; } }
      .specifications-box__section-icon:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 20px;
        background: url("/gr-bg-xs.png") no-repeat center center;
        background-size: cover; }
      .specifications-box__section-icon-i {
        position: relative;
        display: block;
        max-width: 100%;
        max-height: 100%; }
    .specifications-box__section-title {
      margin: 0 0 20px;
      font-size: 60px;
      line-height: 1.2;
      font-weight: 700; }
      @media (min-width: 1000px) and (max-width: 1199px) {
        .specifications-box__section-title {
          font-size: 50px; } }
      @media (min-width: 768px) and (max-width: 999px) {
        .specifications-box__section-title {
          font-size: 40px; } }
    .specifications-box__section-text {
      font-size: 24px;
      line-height: 1.333;
      font-weight: 600;
      color: #a8acaf; }
  .specifications-box__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 24px;
    line-height: 1.333;
    font-weight: 600;
    color: #a8acaf; }
    @media (min-width: 1000px) and (max-width: 1199px) {
      .specifications-box__list {
        font-size: 22px; } }
    @media (min-width: 768px) and (max-width: 999px) {
      .specifications-box__list {
        font-size: 22px; } }
    .specifications-box__list-item {
      position: relative;
      padding-left: 20px;
      margin-bottom: 30px; }
      .specifications-box__list-item:before {
        content: '';
        position: absolute;
        top: 3px;
        bottom: 2px;
        left: 0;
        width: 4px;
        border-radius: 2px;
        background-color: #efeff0; }
      .specifications-box__list-item:last-child {
        margin-bottom: 0; }
      .specifications-box__list-item span {
        color: #000000; }
  .specifications-box__app-buttons {
    padding-top: 30px;
    display: flex;
    justify-content: space-between; }
  .specifications-box__app-button {
    display: block;
    height: 58px;
    text-decoration: none; }
    @media (min-width: 768px) and (max-width: 999px) {
      .specifications-box__app-button {
        height: 46px; } }
    .specifications-box__app-button-image {
      display: block;
      height: 100%; }
    .specifications-box__app-button .lazyload-wrapper {
      height: 100%; }

@keyframes rotateBg {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.spec-slider {
  padding-bottom: 120px; }
  .spec-slider__title {
    margin: 0 0 40px;
    font-size: 36px;
    line-height: 1.3; }
  .spec-slider__list {
    margin: 0 -20px; }
  .spec-slider__item {
    padding: 0 20px;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    outline: 0 none; }
  .spec-slider__image {
    flex-shrink: 0;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    padding: 10px 10px 9px;
    height: 178px;
    background-color: #ffffff;
    border-radius: 16px; }
    .spec-slider__image-i {
      max-height: 100%;
      margin: 0 auto; }
  .spec-slider__body {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 16px;
    background-color: #ffffff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .spec-slider__head {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
  .spec-slider__icon {
    flex-shrink: 0;
    margin-right: 18px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 15px;
    border-radius: 16px; }
    .spec-slider__icon:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-radius: 16px;
      background: url("/gr-bg-xs.png") no-repeat center center;
      background-size: cover; }
    .spec-slider__icon-i {
      position: relative;
      display: block;
      max-width: 100%;
      max-height: 100%; }
  .spec-slider__subtitle {
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0;
    font-size: 28px;
    line-height: 1.357;
    font-weight: 700; }
  .spec-slider__text {
    font-size: 18px;
    line-height: 1.444;
    font-weight: 600;
    color: #a8acaf; }
  .spec-slider__sub-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 1.333;
    font-weight: 600;
    color: #a8acaf; }
    .spec-slider__sub-list-item {
      position: relative;
      padding-left: 15px;
      margin-bottom: 17px; }
      .spec-slider__sub-list-item:before {
        content: '';
        position: absolute;
        top: 3px;
        bottom: 2px;
        left: 0;
        width: 4px;
        border-radius: 2px;
        background-color: #efeff0; }
      .spec-slider__sub-list-item:last-child {
        margin-bottom: 0; }
      .spec-slider__sub-list-item span {
        color: #000000; }
  .spec-slider .slick-track {
    display: flex; }
  .spec-slider .slick-slide {
    float: none;
    height: auto;
    display: flex; }
    .spec-slider .slick-slide > div {
      width: 100%;
      height: 100%; }
  .spec-slider .slick-dots {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
    display: flex !important;
    justify-content: center; }
    .spec-slider .slick-dots .slick-active button:before {
      background-color: #000000; }
    .spec-slider .slick-dots button {
      position: relative;
      display: block;
      font-size: 0;
      width: 14px;
      height: 18px;
      margin: 0;
      padding: 0;
      border: 0 none;
      outline: 0 none;
      background: none;
      cursor: pointer; }
      .spec-slider .slick-dots button:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -3px 0 0 -3px;
        width: 6px;
        height: 6px;
        border-radius: 2px;
        background-color: #bbb;
        transition: .2s background-color ease-in-out; }

.simple-product-box {
  position: relative; }
  @media (min-width: 768px) {
    .simple-product-box {
      margin-top: -50px;
      padding: 50px 0 145px; } }
  @media (min-width: 768px) and (max-width: 999px) {
    .simple-product-box {
      width: 720px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 767px) {
    .simple-product-box {
      padding: 0 20px 70px; } }

