
  <style type="text/css">
  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  :root {
    --brand: #1691CC;
  }
  /* HOME */
  
  .home--illustration {
    /*min-height: 55vh;*/
  }
  
  .swiper-container {
    /*height: 55vh;*/
    z-index: 0;
  }
  
  .swiper-container:after {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    content: '';
    z-index: 5;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  
  .home--main {
    pointer-events: none;
    /*margin-top: -150px;*/
    z-index: 999;
  }
  
  .home--title {
    white-space: nowrap;
    /*padding-bottom: 1vw;*/
    font-weight: 600;
    font-size: 240%;
    color: white;
  }
  
  .home .flex {
    position: relative;
    z-index: 50;
  }
  /*#contacts h2{
    position: relative;
    padding-bottom: 0;
    top: -100px;
  }*/
  
  .contacts--container {
    margin-top: -165px;
  }
  
  .contacts--container h3 {
    margin-bottom: 0;
    font-size: 130%;
  }
  
  .swiper-arrows {
    max-height: 40px;
    bottom: 164px;
  }
  
  .riak-products--main {
    background: #bccbd0;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .riak-products .riak-products--list {
    padding: 2rem 0 1rem;
    background: #bccbd0;
  }
  
  .riak-products .riak-products--list .bx_sitemap {
    width: 100%;
  }
  
  .riak-products--main .riak-product--item {
    border-right: solid 1px #e6e6e6;
    background: #bccbd0;
    padding: 17px 7px;
    margin: 10px 0;
    width: 33%;
  }
  
  .riak-menu--list-li {
    font-size: 90% !important;
    max-width: 150px;
  }
  
  .swiper-benefits {
    max-height: 44vh;
  }
  
  .swiper-benefits-slides .swiper-benefits-slide:first-child {
    display: block;
  }
  
  .swiper-benefits-slide {
    animation: show .3s ease-in-out;
    min-height: 30px;
    display: none;
  }
  
  .swiper-benefits-paragraph .swiper-benefits-slide {
    min-height: 50px;
  }

  .page-section-contacts{
    min-height: 600px;
  }
  
  @media (min-width: 920px) {
    .riak-products--second .riak-product--item {
      margin: 0 !important;
    }
    .riak-products--second .riak-product--item a {
      display: flex;
    }
    .riak-products--second .riak-menu--list-image {
      margin: 0 10px 0 0 !important;
      width: 1.5rem !important;
    }
    .riak-products--second .riak-menu--list-li {
      text-align: left !important;
      margin: 0 !important;
    }
    .riak-products--second .riak-product--item:nth-child(1) .riak-menu--list-image {
      transform: scale(1.2) translate3d(0, 4px, 0);
    }
    .riak-products--second .riak-product--item:nth-child(2) .riak-menu--list-image {
      transform: translate3d(0, -6px, 0);
    }
    .riak-products--second .riak-product--item:nth-child(3) .riak-menu--list-image {
      transform: scale(1.4) translate3d(-1px, 4px, 0);
    }
  }
  
  .riak-product--item .riak-menu--list-image {
    transition: all .3s ease-in-out;
  }
  
  .riak-product--item:hover .riak-menu--list-image {
    transform: scale(1.2);
  }
  
  .swiper-main .swiper-slide {
    /*margin-right: 0 !important;*/
    width: 83.5vw !important;
  }
  
  .swiper-slide img {
    /*transform: translate3d(0, -50%, 0);*/
    position: relative;
    max-width: 130%;
    width: 130%;
    height: auto;
    /*top: 50%;*/
  }
  
  .swiper-slide-video {
    max-width: 150%;
    width: 150%;
  }
  
  .home .swiper-second-arrows {
    top: calc(100% - 60px);
    position: absolute;
    z-index: 9999;
    right: 0;
  }

  .page-section-pt-0{
    padding-top: 0 !important;
  }

  @media (max-height: 650px) {
    .home--scroll {
      display: none !important;
    }
  }
  
  @media (max-width: 1200px) {
    .home--scroll {
      display: none !important;
    }
    .page-section-top {
      position: relative;
      overflow: hidden;
      height: 300px;
    }
    .swiper-arrows {
      bottom: 40px;
    }
    .swiper-slide-video {
      max-width: 160%;
      width: 160%;
    }
    .home--main {
      position: absolute;
      padding-top: 60px;
      top: 0;
    }
  }
  
  /*@media (max-height: 650px) {
    .swiper-container {
      max-height: 300px;
    }
  }*/
  
  @media (max-width: 920px) {
    .swiper-benefits{
      position: relative;
      /*left: -100%;*/
    }
    .home .swiper-second-arrows {
      top: calc(100% - 120px);
    }
    /*.swiper-container {
      max-height: 300px;
    }*/
    /*.swiper-container-vertical {
      max-height: 140px;
    }*/
    .riak-products--wrap {
      padding-left: 0;
    }
    .desktop {
      display: none !important;
    }
    p.pl-8.pr-8 {
      padding-right: 0;
      padding-left: 0;
    }
    .w-28,
    .w-2\/12 {
      display: none;
    }
    .w-7\/12,
    .w-5\/12 {
      min-width: 100%;
      width: 100%;
    }
    .riak-menu--list-li {
      font-size: 120% !important;
      line-height: 130%;
    }
    .riak-products--main .riak-product--item {
      border-right: 0;
      margin: 0 auto;
      font-size: 80%;
      width: 50%;
    }
    .page-section .flex {
      display: block;
    }
    #contacts .p-8 .p-8 {
      padding: 0;
    }
    #contacts .w-1\/2 {
      width: 100%;
    }
    .riak-products {
      overflow: visible;
      height: initial;
    }
    .riak-products--main {
      margin: 0 auto;
    }
    .riak-products--second {
      display: none !important;
    }
    .swiper-arrows .flex {
      display: flex !important;
      width: 100%;
      bottom: 60px;
    }
    .home--illustration {
      min-height: 300px;
    }
    .swiper-slide img {
      transform: none;
      height: auto;
      width: auto;
      top: 0;
      height: 100%;
      max-width: 200%;
    }
    .riak-products .riak-products--list {
      height: initial;
    }
  }
  
  @media (max-width: 700px) {
    .swiper-benefits-slides-counter,
    .home--title {
      display: none !important;
    }
    .swiper-arrows .flex {
      bottom: -40px;
    }
    /*.swiper-slide img {
      height: 140px;
      width: auto;
    }*/
    .home-video-presentation.flex {
      display: flex;
    }
  }
  
  @media (min-width: 1200px) and (min-height: 650px) {
    .swiper-arrows {
      bottom: 40px;
    }
    .products--title{
      margin-top: -120px;
      color: white;
    }
    .home--scroll {
      border: solid 1px #ddd;
      border-radius: 50%;
      background: white;
      position: fixed;
      cursor: pointer;
      z-index: 9999;
      height: 60px;
      width: 60px;
      bottom: 20px;
      left: calc(41.666667% - 4rem + 34px)
    }
    .home--scroll-arrow {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate3d(-50%, -50%, 0);
      width: 10px;
    }
    .home--navigation {
      position: fixed;
      z-index: 999;
      top: 14rem;
      left: 2rem;
    }
    .home--navigation-dot {
      transition: all .3s ease-in-out;
      background: #ddd;
      cursor: pointer;
      /*border-radius: 50%;*/
      margin: 10px 0;
      height: 10px;
      width: 10px;
    }
    .home--navigation-dot:hover {
      background: #63cafc;
    }
    .home--navigation-dot.active {
      background: #1691CC;
    }
    header {
      background: white;
      position: fixed !important;
      z-index: 9999;
      width: 100%;
      left: 0;
      top: 0;
    }
    html {
      /*scroll-snap-type: mandatory;*/
      /*scroll-snap-points-y: repeat(100vh);
      scroll-snap-type: y mandatory;*/
    }
    .page-section {
      scroll-snap-align: start;
      box-sizing: border-box;
      position: relative;
      padding-top: 105px;
    }
    .page-section-height{
      overflow: hidden;
      height: 100vh;
    }
    .page-section-top {
      height: calc(100% - 220px);
      position: relative;
    }
    .page-section-top > * {
      height: 100%;
    }
    .page-section-bottom {
      height: 220px;
    }
    .home--main {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
    }
    .home--main-title {
      font-size: 170%;
      height: 100%;
    }
    #footer {
      margin-top: -60px;
      position: relative;
      z-index: 999;
      background: white;
    }
  }
  </style>