@font-face {
  font-family: Avenir;
  src: url(/wp-content/themes/blocksport/fonts/Avenir-Roman/Avenir-Roman.eot);
  src: local("Avenir Roman"), local("Avenir-Roman"), url(/wp-content/themes/blocksport/fonts/Avenir-Roman/Avenir-Roman.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/blocksport/fonts/Avenir-Roman/Avenir-Roman.woff2) format("woff2"), url(/wp-content/themes/blocksport/fonts/Avenir-Roman/Avenir-Roman.woff) format("woff"), url(/wp-content/themes/blocksport/fonts/Avenir-Roman/Avenir-Roman.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Avenir;
  src: url(/wp-content/themes/blocksport/fonts/Avenir-Light/Avenir-Light.eot);
  src: local("Avenir Light"), local("Avenir-Light"), url(/wp-content/themes/blocksport/fonts/Avenir-Light/Avenir-Light.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/blocksport/fonts/Avenir-Light/Avenir-Light.woff2) format("woff2"), url(/wp-content/themes/blocksport/fonts/Avenir-Light/Avenir-Light.woff) format("woff"), url(/wp-content/themes/blocksport/fonts/Avenir-Light/Avenir-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: Avenir;
  src: url(/wp-content/themes/blocksport/fonts/Avenir-Heavy/Avenir-Heavy.eot);
  src: local("Avenir Heavy"), local("Avenir-Heavy"), url(/wp-content/themes/blocksport/fonts/Avenir-Heavy/Avenir-Heavy.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/blocksport/fonts/Avenir-Heavy/Avenir-Heavy.woff2) format("woff2"), url(/wp-content/themes/blocksport/fonts/Avenir-Heavy/Avenir-Heavy.woff) format("woff"), url(/wp-content/themes/blocksport/fonts/Avenir-Heavy/Avenir-Heavy.ttf) format("truetype");
  font-weight: 900;
  font-style: normal
}

@font-face {
  font-family: Avenir;
  src: url(/wp-content/themes/blocksport/fonts/Avenir-Medium/Avenir-Medium.eot);
  src: local("Avenir Medium"), local("Avenir-Medium"), url(/wp-content/themes/blocksport/fonts/Avenir-Medium/Avenir-Medium.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/blocksport/fonts/Avenir-Medium/Avenir-Medium.woff2) format("woff2"), url(/wp-content/themes/blocksport/fonts/Avenir-Medium/Avenir-Medium.woff) format("woff"), url(/wp-content/themes/blocksport/fonts/Avenir-Medium/Avenir-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 35, 45, .13)), to(rgba(21, 23, 32, .13)));
  background: -o-linear-gradient(top, rgba(32, 35, 45, .13) 0, rgba(21, 23, 32, .13) 100%);
  background: linear-gradient(180deg, rgba(32, 35, 45, .13) 0, rgba(21, 23, 32, .13) 100%);
  overflow-y: auto;
  z-index: 120
}

.popup {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  max-width: 675px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 60px 1px rgba(7, 42, 68, .15);
  box-shadow: 0 10px 60px 1px rgba(7, 42, 68, .15)
}

.popup-header {
  position: relative;
  padding: 5px 70px 15px 40px
}

.popup-header .popup-close {
  position: absolute;
  top: 37px;
  right: 37px;
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url(../img/close.svg) no-repeat center;
  background-size: 18px;
  border: none;
  cursor: pointer
}

.popup-body {
  padding: 15px 40px
}

.popup-body p {
  font-size: 13px;
  line-height: 18px
}

.popup-body .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px
}

.popup-body .col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 10px
}

.popup-body .col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 10px
}

* {
  margin: 0;
  padding: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

ol,
ul {
  list-style-type: none
}

a:active,
a:focus,
a:hover,
button:active,
button:focus,
button:hover,
input:active,
input:focus,
input:hover {
  outline: 0
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Avenir;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #7a7c82
}

.for-img {
  text-align: center
}

.for-img img {
  max-width: 100%;
  max-height: 100%;
  height: auto
}

.cover-img {
  position: relative;
  overflow: hidden
}

.cover-img:before {
  display: block;
  content: ""
}

.cover-img .image {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.contain-img {
  position: relative;
  overflow: hidden
}

.contain-img:before {
  display: block;
  content: ""
}

.contain-img .image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0)
}

.text-center {
  text-align: center
}

.wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  background: url(../img/hero/page-home_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

.wrapper.page-about {
  background: url(../img/hero/page-about-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

.wrapper.page-advantages {
  background: url(../img/hero/page-advantages-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

.wrapper.page-solution {
  background-size: 100%
}

.wrapper.page-advantage {
  background: url(../img/hero/page-advantage-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

.content-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px
}

.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 206px;
  height: 52px;
  padding: 0 40px;
  background: #3484f0;
  border: none;
  border-radius: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none
}

.btn:active,
.btn:focus,
.btn:hover {
  -webkit-box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5);
  box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5)
}

.btn_white {
  background: #fff;
  color: #3484f0
}

.btn_sm {
  min-width: 136px;
  height: 36px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 19px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}

.btn_xs {
  min-width: inherit
}

.btn-outline {
  min-width: 158px;
  height: 45px;
  background: #fff;
  border: 2px solid rgba(52, 132, 240, .8);
  border-radius: 16px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #3484f0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.custom-list > li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 24px
}

.custom-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/dot.png) no-repeat center
}

.custom-list_check > li:before {
  background: url(../img/check.png) no-repeat center
}

.section-title {
  margin: 25px 0;
  font-size: 34px;
  line-height: 46px;
  font-weight: 900;
  color: #1c1f28
}

.section-title_white {
  color: #fff
}

.highligthed {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, transparent), color-stop(53%, rgba(52, 132, 240, .2)), color-stop(89%, rgba(52, 132, 240, .2)), color-stop(89%, transparent));
  background: -o-linear-gradient(top, transparent 53%, rgba(52, 132, 240, .2) 53%, rgba(52, 132, 240, .2) 89%, transparent 89%);
  background: linear-gradient(to bottom, transparent 53%, rgba(52, 132, 240, .2) 53%, rgba(52, 132, 240, .2) 89%, transparent 89%)
}

.highligthed_grey {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, transparent), color-stop(53%, rgba(255, 255, 255, .2)), color-stop(89%, rgba(255, 255, 255, .2)), color-stop(89%, transparent));
  background: -o-linear-gradient(top, transparent 53%, rgba(255, 255, 255, .2) 53%, rgba(255, 255, 255, .2) 89%, transparent 89%);
  background: linear-gradient(to bottom, transparent 53%, rgba(255, 255, 255, .2) 53%, rgba(255, 255, 255, .2) 89%, transparent 89%)
}

.form-group {
  margin-bottom: 16px
}

.input-text {
  display: block;
  width: 100%;
  height: 52px;
  padding: 15px 20px;
  border: 1px solid rgba(244, 246, 250, .19);
  border-radius: 16px;
  background-color: rgba(244, 246, 250, .19);
  -webkit-box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5);
  box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5);
  font-family: Avenir;
  font-size: 16px;
  line-height: 22px;
  color: #e7e7e7
}

.input-text:active,
.input-text:focus {
  border-color: #fff
}

.input-text::-webkit-input-placeholder {
  color: #e7e7e7
}

.input-text::-moz-placeholder {
  color: #e7e7e7
}

.input-text:-ms-input-placeholder {
  color: #e7e7e7
}

.input-text:-moz-placeholder {
  color: #e7e7e7
}

textarea.input-text {
  height: 100px;
  font-family: Avenir
}

.social-link {
  display: block;
  width: 20px;
  text-decoration: none
}

.social-link:before {
  padding-top: 100%
}

.social-link .image {
  opacity: .45
}

.social-link:active .image,
.social-link:focus .image,
.social-link:hover .image {
  opacity: 1
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100
}

.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.header-logo {
  margin-right: auto;
  font-size: 0;
  line-height: 0
}

.header-nav {
  margin-right: 40px
}

.header-nav .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.header-nav .nav-item {
  margin: 0 14px
}

.header-nav .nav-link {
  display: block;
  padding: 45px 11px;
  border-top: 3px solid transparent;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  text-decoration: none
}

.header-nav .nav-link:focus,
.header-nav .nav-link:hover,
.header-nav .nav-link_active {
  border-color: #3484f0;
  color: #3484f0
}

.header-action:active,
.header-action:focus,
.header-action:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  color: #3484f0
}

.hero-section {
  min-height: 100vh;
  padding: 130px 0 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.hero-section .container {
  width: 100%
}

.hero-inner {
  position: relative
}

.hero-inner .social-list {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.hero-inner .social-list .social-item:not(:last-child) {
  margin-bottom: 30px
}

.hero-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 700px
}

.hero-title {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, transparent), color-stop(47%, rgba(255, 255, 255, .2)), color-stop(81%, rgba(255, 255, 255, .2)), color-stop(81%, transparent));
  background: -o-linear-gradient(top, transparent 47%, rgba(255, 255, 255, .2) 47%, rgba(255, 255, 255, .2) 81%, transparent 81%);
  background: linear-gradient(to bottom, transparent 47%, rgba(255, 255, 255, .2) 47%, rgba(255, 255, 255, .2) 81%, transparent 81%);
  font-size: 60px;
  line-height: 1.33;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase
}

.hero-subtitle {
  margin: 30px 0;
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  color: #a1a4ac
}

.hero-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 50px
}

.play-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 200px;
  padding: 0 36px;
  font-size: 18px;
  line-height: 22px;
  color: #fff
}

.play-btn-block {
  position: relative;
  width: 118px;
  height: 118px;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, .024);
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.play-btn-block:before {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  display: block;
  content: "";
  border: 1px solid rgba(255, 255, 255, .048);
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s
}

.play-btn-block:after {
  position: absolute;
  top: 11px;
  right: 11px;
  bottom: 11px;
  left: 11px;
  display: block;
  content: "";
  border: 1px solid rgba(255, 255, 255, .072);
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}

.play-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s
}

.play-btn:before {
  position: absolute;
  left: -7px;
  top: -7px;
  right: -7px;
  bottom: -7px;
  display: block;
  content: "";
  border: 1px solid rgba(255, 255, 255, .096);
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s
}

.play-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent
}

.play-btn-text {
  margin-left: -7px
}

.play-btn-block:active,
.play-btn-block:focus,
.play-btn-block:hover {
  border-color: rgba(255, 255, 255, 0)
}

.play-btn-block:active:after,
.play-btn-block:active:before,
.play-btn-block:focus:after,
.play-btn-block:focus:before,
.play-btn-block:hover:after,
.play-btn-block:hover:before {
  border-color: rgba(255, 255, 255, 0)
}

.play-btn-block:active .play-btn,
.play-btn-block:focus .play-btn,
.play-btn-block:hover .play-btn {
  border-color: rgba(255, 255, 255, 0)
}

.play-btn-block:active .play-btn:before,
.play-btn-block:focus .play-btn:before,
.play-btn-block:hover .play-btn:before {
  border-color: rgba(255, 255, 255, 0)
}

.about-section {
  padding: 115px 0 40px
}

.about-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -20px
}

.about-left,
.about-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47%;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  padding: 0 20px
}

.about-left {
  font-size: 16px;
  line-height: 28px;
  color: #7a7c82
}

.about-left .btn {
  margin-top: 30px
}

.about-right {
  padding-top: 55px
}

.about-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px
}

.about-list .about-item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  margin-bottom: 80px;
  padding: 0 5px;
  font-size: 15px;
  line-height: 24px;
  color: #7a7c82
}

.about-list .about-item:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  background: rgba(52, 132, 240, .06);
  border-radius: 50%
}

.about-list .about-item .lg {
  display: block;
  font-size: 23px;
  line-height: 31px;
  font-weight: 900;
  color: #3484f0
}

.about-list .about-item:nth-child(2) {
  margin-right: 1px
}

.about-list .about-item:last-child .lg {
  display: inline-block
}

.challenges-section {
  position: relative;
  padding: 40px 0
}

.challenges-section .challenges-img {
  position: absolute;
  top: 84px;
  right: 0;
  display: block;
  width: 50%;
  max-width: 653px
}

.challenges-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 990px;
  margin: 75px auto 0
}

.challenges-item {
  position: relative;
  width: -webkit-calc(33.33% - 40px);
  width: calc(33.33% - 40px);
  margin: 20px;
  padding: 28px 38px 48px;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 50px 1px rgba(7, 42, 68, .05);
  box-shadow: 0 10px 50px 1px rgba(7, 42, 68, .05);
  font-size: 18px;
  line-height: 26px;
  z-index: 10;
  cursor: pointer
}

.challenges-item .challenges-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 33px;
  background: rgba(52, 132, 240, .06);
  border-radius: 50%
}

.challenges-item .challenges-icon img {
  max-width: 80%;
  max-height: 80%
}

.challenges-item .challenges-title {
  margin: 10px 0;
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  color: #1c1f28
}

.challenges-item .challenges-subtitle {
  margin: 10px 0
}

.challenges-item:hover {
  background: #3484f0;
  -webkit-box-shadow: 0 10px 50px 1px rgba(52, 132, 240, .7);
  box-shadow: 0 10px 50px 1px rgba(52, 132, 240, .7);
  color: #fff
}

.challenges-item:hover .challenges-icon {
  background: #fff
}

.challenges-item:hover .challenges-title {
  color: #fff
}

.opportunity-section {
  position: relative;
  margin-top: -15px;
  padding: 180px 0 10px;
  background: url(../img/opportunity-bg.png) no-repeat right top;
  background-size: 96% auto;
  z-index: 10
}

.opportunity-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 38px -10px
}

.opportunity-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56%;
  -ms-flex: 0 0 56%;
  flex: 0 0 56%;
  padding: 0 10px
}

.opportunity-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.opportunity-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 50px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 28px
}

.opportunity-title {
  margin: 18px 0;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  color: #3484f0
}

.opportunity-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 44%;
  -ms-flex: 0 0 44%;
  flex: 0 0 44%;
  padding: 20px 33px
}

.opportunity-img {
  margin-bottom: 35px;
  border-radius: 16px;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 13px 30px 0 rgba(129, 129, 129, .29);
  box-shadow: 0 13px 30px 0 rgba(129, 129, 129, .29);
  font-size: 0;
  line-height: 0
}

.opportunity-list_sm .opportunity-item {
  padding: 0 10px;
  font-size: 14px;
  line-height: 19px
}

.opportunity-list_sm .opportunity-title {
  margin: 10px 0;
  font-size: 20px;
  line-height: 27px
}

.features-section {
  padding: 55px 0 60px
}

.features-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px
}

.features-left {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 43%;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  padding: 0 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.features-left .features-img {
  position: absolute;
  top: 28px;
  right: 32px;
  max-width: 730px
}

.features-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 57%;
  -ms-flex: 0 0 57%;
  flex: 0 0 57%;
  padding: 0 20px
}

.features-title {
  margin: 40px 0;
  font-size: 20px;
  line-height: 27px;
  font-weight: 900;
  color: #1c1f28;
  text-transform: uppercase
}

.features-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.features-list .features-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding-right: 10px
}

.secret-section {
  min-height: 1026px;
  padding: 62px 0;
  background: url(../img/secret-bg.png) no-repeat left top;
  background-size: 96% auto
}

.secret-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
  padding: 0 25px
}

.secret-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  text-align: center;
  font-size: 14px;
  line-height: 20px
}

.secret-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 80px;
  padding: 20px 35px;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  color: #1c1f28
}

.secret-header:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #88aeff;
  border-radius: 50%
}

.secret-header:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #88aeff
}

.secret-item:last-child .secret-header:after {
  display: none
}

.secret-body {
  padding: 28px 35px
}

.secret-img {
  display: block
}

.selling-section {
  margin-top: -32px
}

.selling-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 73px;
  grid-column-gap: 40px;
  margin: 80px 0 20px;
  list-style-type: none
}

.selling-item {
  position: relative;
  display: block;
  min-height: 334px;
  padding: 30px 40px 30px 30px;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 23px 30px 1px rgba(108, 119, 128, .15);
  box-shadow: 0 23px 30px 1px rgba(108, 119, 128, .15);
  font-size: 18px;
  line-height: 26px;
  counter-increment: counter
}

.selling-item:before {
  position: absolute;
  left: 30px;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  content: "0"counter(counter);
  font-size: 48px;
  line-height: 66px;
  font-weight: 900;
  color: #e4ebfa
}

.selling-title {
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  color: #3484f0;
  text-transform: uppercase
}

.selling-list {
  max-width: 450px;
  margin: 33px 0
}

.selling-list > li {
  margin-bottom: 22px
}

.selling-item:hover {
  background: #3484f0;
  -webkit-box-shadow: 0 23px 30px 1px rgba(108, 119, 128, .15);
  box-shadow: 0 23px 30px 1px rgba(108, 119, 128, .15);
  color: #fff
}

.selling-item:hover .selling-title {
  color: #fff
}

.selling-item:hover .selling-list > li:before {
  background: url(../img/check-white.png) no-repeat center
}

.partners-section {
  padding: 50px 0
}

.partners-grid {
  max-width: 1140px;
  margin: 40px auto;
  display: grid;
  grid-gap: 60px;
  grid-template-columns: repeat(5, 1fr)
}

.partners-item {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  -webkit-box-shadow: 0 14px 29px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 14px 29px 0 rgba(0, 0, 0, .05)
}

.partners-item:before {
  padding-top: 100%
}

.partners-item .image {
  max-width: 80%;
  max-height: 80%
}

.news-list {
  display: grid;
  grid-gap: 48px;
  grid-template-columns: repeat(3, 1fr);
  margin: 74px 0
}

.news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 16px;
  font-size: 16px;
  line-height: 28px;
  color: #323643
}

.news-img {
  border-radius: 16px 16px 0 0
}

.news-img:before {
  padding-top: 72.3%
}

.news-descr {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 30px 45px 30px;
  border: 1px solid #eee;
  border-radius: 0 0 16px 16px;
  -webkit-box-shadow: 0 7px 20px 1px rgba(223, 227, 229, .15);
  box-shadow: 0 7px 20px 1px rgba(223, 227, 229, .15)
}

.news-title {
  margin: 10px 0;
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  text-transform: uppercase
}

.post blockquote:before {
  z-index: -1 !important
}

.news-title a {
  text-decoration: none;
  color: inherit
}

.news-title a:active,
.news-title a:focus,
.news-title a:hover {
  color: #3484f0
}

.news-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 14px
}

.news-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.contact-section {
  padding: 50px 0
}

.contact-inner {
  padding: 62px 0;
  background: url(../img/contact-bg.svg) no-repeat left top;
  background-size: 100% 100%
}

.contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.contact-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 14.5%;
  color: #fff
}

.contact-left .section-title {
  margin-top: -25px;
  margin-bottom: 17px
}

.contact-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 20px 70px 20px 0
}

.contact-form {
  display: block;
  width: 100%;
  max-width: 396px;
  margin: 0 auto
}

.contact-form .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px
}

.contact-form .col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 8px
}

.contact-form .col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 8px
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0 35px;
  color: rgba(255, 255, 255, .75)
}

.footer-top a {
  text-decoration: none;
  color: rgba(255, 255, 255, .75)
}

.footer-top a:active,
.footer-top a:focus,
.footer-top a:hover {
  color: #fff
}

.footer-top .footer-logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41%;
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
  padding: 0 40px 0 20px;
  text-align: center
}

.footer-top .footer-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28%;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  padding: 0 20px
}

.footer-top address {
  font-style: normal
}

.footer-top address a {
  display: inline-block;
  margin: 20px 0;
  font-weight: 500;
  letter-spacing: .5px
}

.footer-top address p {
  margin: 0;
  font-size: 16px;
  line-height: 27px
}

.footer-top .footer-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31%;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  padding: 0 20px
}

.footer-top .footer-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 900;
  letter-spacing: 1.25px;
  color: #fff
}

.footer-top .footer-nav {
  margin: 30px 0
}

.footer-top .nav-item {
  margin: 20px 0
}

.footer-top .nav-link {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: .5px
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 36px 43px;
  border-top: 1px solid rgba(255, 255, 255, .3);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .5px;
  color: rgba(255, 255, 255, .75)
}

.footer-bottom .social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.footer-bottom .social-list .social-item:not(:last-child) {
  margin-right: 35px
}

@media only screen and (max-width:1600px) {
  .hero-section {
    min-height: 760px;
    padding: 190px 0 100px
  }

  .hero-action {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0
  }

  .play-btn-wrap {
    margin-right: 0;
    padding: 0
  }
}

@media only screen and (max-width:1400px) {
  .wrapper {
    background: #fff
  }

  .hero-section {
    background: #1e2028 url(../img/page-bg_top.png) no-repeat center top;
    background-size: auto 100%
  }

  .footer {
    background: -webkit-gradient(linear, left top, left bottom, from(#3e454e), to(#2b2d34));
    background: -o-linear-gradient(top, #3e454e, #2b2d34);
    background: linear-gradient(to bottom, #3e454e, #2b2d34)
  }
}

@media only screen and (max-width:1200px) {
  .wrapper {
    background: #fff
  }

  .hero-section {
    background: #1e2028 url(../img/page-bg_top.png) no-repeat center top;
    background-size: auto 100%
  }

  .about-section {
    padding: 30px 0
  }

  .challenges-section {
    padding: 30px 0
  }

  .opportunity-section {
    margin-top: 0;
    padding: 30px 0 30px
  }

  .features-section {
    padding: 30px 0
  }

  .secret-section {
    min-height: inherit;
    padding: 30px 0
  }

  .secret-list {
    margin: 30px 0;
    padding: 0
  }

  .secret-header {
    padding: 20px 15px
  }

  .secret-body {
    padding: 30px 15px
  }

  .footer {
    background: -webkit-gradient(linear, left top, left bottom, from(#3e454e), to(#2b2d34));
    background: -o-linear-gradient(top, #3e454e, #2b2d34);
    background: linear-gradient(to bottom, #3e454e, #2b2d34)
  }
}

@media only screen and (max-width:1024px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .05)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .05));
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, .05));
    z-index: 100
  }

  .header .burger_open {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: none
  }

  .header .burger_open:after,
  .header .burger_open:before {
    position: absolute;
    left: 0;
    display: block;
    content: "";
    height: 2px;
    background: #fff
  }

  .header .burger_open:before {
    top: 11px;
    width: 100%
  }

  .header .burger_open:after {
    top: 17px;
    width: 50%
  }

  .header-nav {
    position: fixed;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#3484f0), to(#2f77d7));
    background: -o-linear-gradient(top, #3484f0, #2f77d7);
    background: linear-gradient(to bottom, #3484f0, #2f77d7);
    margin-right: 0;
    padding: 25px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 100;
    overflow-y: auto
  }

  .header-nav.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  .header-nav .header-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    margin-bottom: auto
  }

  .header-nav .burger_close {
    position: absolute;
    top: 25px;
    right: 25px;
    display: block;
    width: 24px;
    height: 24px;
    background: transparent url(../img/burger-closed.svg) no-repeat center;
    border: none
  }

  .header-nav .nav-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 100%;
    overflow-y: auto
  }

  .header-nav .nav-item {
    margin: 0
  }

  .header-nav .nav-link {
    padding: 15px 0;
    border-top: none;
    font-size: 26px;
    line-height: 32px;
    color: #8dcbff
  }

  .header-nav .nav-link:focus,
  .header-nav .nav-link:hover,
  .header-nav .nav-link_active {
    color: #fff
  }

  .hero-section {
    position: relative;
    min-height: inherit;
    padding: 160px 0 100px
  }

  .hero-inner {
    position: static
  }

  .hero-inner .social-list {
    right: 15px
  }

  .hero-action {
    margin-top: 30px
  }

  .about-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
  }

  .about-left,
  .about-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  .about-left {
    margin-bottom: 50px
  }

  .about-list {
    margin: 0
  }

  .about-list .about-item {
    padding: 0 0 0 30px
  }

  .about-list .about-item:before {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
  }

  .about-list .about-item:last-child .lg {
    display: block
  }

  .challenges-list {
    margin: 30px auto 0
  }

  .challenges-item {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 10px;
    padding: 20px
  }

  .challenges-item .challenges-icon {
    margin-bottom: 20px
  }

  .opportunity-section {
    background: #fafbfb
  }

  .opportunity-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 0
  }

  .opportunity-left,
  .opportunity-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  .features-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .features-left,
  .features-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  .features-left .features-img {
    max-height: 100%;
    position: static;
    width: 100%;
    max-width: none
  }

  .secret-section {
    padding-bottom: 0;
    background: #fafbfb
  }

  .selling-section {
    margin-top: 0
  }

  .selling-grid {
    grid-row-gap: 40px;
    grid-column-gap: 20px;
    margin: 50px 0 0
  }

  .selling-item {
    min-height: inherit;
    padding: 30px 20px 20px 20px
  }

  .partners-grid {
    margin: 40px auto 0;
    grid-gap: 20px
  }

  .news-list {
    grid-gap: 20px;
    margin: 40px 0
  }

  .news-descr {
    padding: 10px 10px 20px 10px
  }

  .contact-section {
    padding: 30px 0;
    background: #3484f0
  }

  .contact-inner {
    padding: 0;
    background: 0 0
  }

  .contact-left {
    padding: 0
  }

  .contact-right {
    padding: 20px 0 0 0
  }
}

@media only screen and (max-width:767px) {
  .container {
    padding: 0 16px
  }

  .section-title {
    margin: 15px 0;
    font-size: 24px;
    line-height: 33px
  }

  .colored-list {
    text-align: center
  }

  .popup-header {
    padding: 15px 45px 0 15px
  }

  .popup-header .popup-title {
    margin: 0
  }

  .popup-header .popup-close {
    top: 20px;
    right: 10px;
    background-size: 15px
  }

  .popup-body {
    max-height: 100%;
    padding: 15px
  }

  .popup-body .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .form-group_checkbox {
    text-align: left
  }

  .hero-title {
    font-size: 30px;
    line-height: 50px
  }

  .hero-subtitle {
    font-size: 14px;
    line-height: 22px
  }

  .about-left {
    font-size: 14px
  }

  .about-left .btn {
    display: none
  }

  .about-list .about-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .about-list .about-item:nth-child(2) {
    margin-right: 0
  }

  .challenges-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 10px
  }

  .secret-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    overflow: hidden
  }

  .secret-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  .secret-list .secret-item {
    width: 100%;
    margin: 0 15px
  }

  .secret-list .secret-header {
    padding: 20px 0
  }

  .secret-list .secret-header:after {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px)
  }

  .secret-list .secret-body {
    padding: 20px 0
  }

  .selling-grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    overflow: hidden
  }

  .selling-grid .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  .selling-grid .selling-item {
    width: 100%;
    margin: 25px 15px
  }

  .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .slick-dots button {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 4px;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 50%;
    text-indent: -9999px
  }

  .slick-dots button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    border: 1px solid #3484f0;
    border-radius: 50%;
    background-color: transparent
  }

  .slick-dots .slick-active button {
    border-color: #3484f0
  }

  .slick-dots .slick-active button:after {
    background-color: #3484f0
  }

  .partners-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px
  }

  .partners-grid .partners-item {
    width: -webkit-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
    margin: 5px
  }

  .news-list {
    grid-gap: 15px;
    margin: 40px auto;
    grid-template-columns: 1fr;
    max-width: 500px
  }

  .contact-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .contact-left,
  .contact-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .contact-left .section-title {
    margin-top: 0
  }

  .contact-form {
    max-width: none
  }

  .footer-top .footer-logo {
    padding: 0 20px
  }

  .footer-top .footer-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 59%;
    -ms-flex: 0 0 59%;
    flex: 0 0 59%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .footer-top .footer-menu {
    display: none
  }

  .footer-bottom {
    padding: 25px 0
  }

  .footer-bottom .social-list .social-item:not(:last-child) {
    margin-right: 20px
  }

  .wins-section {
    padding: 15px 0
  }

  .wins-grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 27px 0 20px;
    line-height: 21px
  }

  .wins-grid span {
    margin: 4px 0
  }

  .wins-grid .lg {
    font-size: 20px
  }

  .wins-item {
    padding-left: 0
  }

  .members-section .members-img {
    display: none
  }

  .members-section .slick-dots {
    margin: 10px 0
  }

  .members-wrap {
    margin: 34px 0
  }

  .members-title {
    margin-bottom: 0
  }

  .members-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    overflow: hidden
  }

  .members-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  .members-list .member {
    width: auto;
    margin: 25px 15px
  }

  .member .member-descr {
    position: static
  }

  .member .tooltip .tooltip-body {
    left: 0 !important;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    padding: 0
  }

  .member .tooltip .tooltip-body .tooltip-body-inner {
    width: 100%;
    max-height: 100%;
    padding: 20px 10px 20px 20px
  }

  .member .tooltip .tooltip-body-inner:before {
    display: none
  }

  .roadmap-section {
    padding: 9px 0
  }

  .roadmap-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 13px 0
  }

  .roadmap-item {
    position: relative;
    padding-left: 15px
  }

  .roadmap-header {
    position: static;
    padding: 15px 0 0;
    text-align: left
  }

  .roadmap-header:before {
    left: 0;
    bottom: auto;
    top: 21px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }

  .roadmap-header:after {
    top: 21px;
    bottom: auto;
    left: 0;
    width: 1px;
    height: 100%;
    background-image: -o-repeating-linear-gradient(top, transparent, transparent 2px, #8abcff 2px, #8abcff 4px);
    background-image: repeating-linear-gradient(to bottom, transparent, transparent 2px, #8abcff 2px, #8abcff 4px)
  }

  .roadmap-year {
    margin-bottom: 5px
  }

  .roadmap-body {
    padding: 8px 0
  }

  .roadmap-card {
    margin-bottom: 18px;
    padding: 28px 15px 24
  }

  .roadmap-card .custom-list > li {
    margin-bottom: 14px;
    padding-left: 25px;
    font-size: 14px;
    line-height: 21px
  }

  .roadmap-card .custom-list > li:last-child {
    margin-bottom: 0
  }

  .advisory-section {
    padding: 17px 0 59px
  }

  .advisory-grid {
    grid-template-columns: 1fr;
    margin: 50px 0 25PX
  }

  .advisory-item {
    padding: 16px 23px 23px 23px
  }

  .advisory-item .advisory-list > li {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 20px
  }

  .advisory-title {
    margin: 10px 0 23px;
    font-size: 20px;
    line-height: 27px
  }

  .btn-cons {
    margin: 15px 0;
    padding: 25px 10px 26px;
    font-size: 14px;
    line-height: 19px
  }

  .technologies-section {
    padding: 55px 0 0
  }

  .technology-grid {
    grid-template-columns: 1fr
  }

  .technology-title {
    font-size: 18px;
    line-height: 25px
  }

  .unlock-section .unlock-images p {
    display: none
  }

  .gamified-section .gamified-img {
    margin-right: 0
  }

  .gamified-section .gamified-img .colored-list {
    min-width: 300px;
    top: 50%;
    bottom: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  .vote-section {
    background: 0 0
  }

  .vote-section .grid-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .vote-section .grid-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .vote-section .vote-img .colored-list {
    min-width: 300px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  .cashless-section {
    overflow-x: hidden
  }

  .cashless-section .cashless-col {
    flex: 0 0 50%;
    max-width: 220px
  }

  .cashless-section .cashless-text {
    flex: 0 0 100%;
    max-width: 100%
  }

  .digital-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px
  }

  .digital-list .digital-list-item {
    font-size: 14px
  }

  .digital-list .digital-list-item:before {
    font-size: 50px
  }

  .club-advantages-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    margin: 0 -15px;
    overflow: hidden
  }

  .club-advantages-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  .club-advantages-list .club-advantages-item {
    width: 100%;
    margin: 25px 15px
  }

  .revenue-forecast-grid {
    max-width: 500px;
    margin: 50px auto 40px
  }

  .revenue-forecast-item {
    width: 100%;
    margin: 0 0 20px 0
  }
}

@media only screen and (max-width:575px) {
  body {
    font-size: 14px;
    line-height: 2
  }

  .check-list > li {
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 22px
  }

  .check-list > li:before {
    left: -3px;
    top: 3px;
    width: 14px;
    height: 14px
  }

  .header {
    padding: 27px 0
  }

  .header-logo {
    max-width: 150px
  }

  .hero-section {
    padding: 122px 0 50px
  }

  .hero-inner {
    padding-right: 40px
  }

  .hero-subtitle {
    margin: 17px 0 20px
  }

  .hero-action {
    margin-top: 60px
  }

  .about-section {
    padding: 17px 0
  }

  .about-left {
    margin-bottom: 53px
  }

  .about-list .about-item {
    margin-bottom: 58px;
    font-size: 14px;
    line-height: 21px
  }

  .about-list .about-item:last-child,
  .about-list .about-item:nth-last-child(2) {
    margin-bottom: 0
  }

  .about-list .about-item .lg {
    font-size: 18px;
    line-height: 30px
  }

  .challenges-section {
    padding: 35px 0
  }

  .challenges-section .challenges-img {
    display: none
  }

  .challenges-item {
    width: 100%;
    margin: 15px 0;
    padding: 20px 20px 20px 23px;
    font-size: 14px
  }

  .challenges-item .challenges-icon {
    margin-bottom: 32px
  }

  .challenges-item .challenges-title {
    margin: 7px 0;
    font-size: 18px;
    line-height: 25px
  }

  .challenges-item .challenges-subtitle {
    margin: 7px 0
  }

  .opportunity-section {
    padding: 20px 0
  }

  .opportunity-wrap {
    margin-top: 20px
  }

  .opportunity-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .opportunity-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 21px
  }

  .opportunity-title {
    margin: 9px 0 9px;
    font-size: 20px;
    line-height: 28px
  }

  .opportunity-img {
    margin-bottom: 10px
  }

  .opportunity-list_sm .opportunity-title {
    margin: 10px 0;
    font-size: 16px;
    line-height: 22px
  }

  .opportunity-list_sm .opportunity-item {
    padding: 0;
    font-size: 12px;
    line-height: 18px
  }

  .features-section {
    padding: 15px 0
  }

  .features-title {
    margin: 20px 0;
    text-transform: none
  }

  .features-list .features-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .secret-img {
    width: 70%;
    margin: 18px auto
  }

  .selling-grid {
    margin: 40px -15px
  }

  .selling-item {
    padding-top: 34px
  }

  .selling-item:before {
    font-size: 44px;
    line-height: 60px
  }

  .selling-title {
    font-size: 18px;
    line-height: 25px
  }

  .selling-list {
    margin: 15px 0
  }

  .partners-section {
    padding: 2px 0
  }

  .partners-grid {
    margin: 25px -10px
  }

  .partners-grid .partners-item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px)
  }

  .news-section {
    padding: 10px 0
  }

  .news-list {
    margin: 30px auto;
    grid-gap: 14px
  }

  .news-item {
    font-size: 14px
  }

  .news-descr {
    padding: 10px 20px 35px 20px
  }

  .news-title {
    margin: 5px 0 13px;
    font-size: 18px;
    line-height: 25px
  }

  .news-text {
    margin-bottom: 17px
  }

  .news-actions {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .contact-section {
    padding: 30px 0 24px
  }

  .contact-left .section-title {
    margin-bottom: 8px
  }

  .contact-right {
    padding-top: 28px
  }

  .contact-form .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .contact-form .btn {
    width: 100%
  }

  .footer-top {
    padding: 28px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .footer-top .footer-logo {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 150px
  }

  .footer-top .footer-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  .footer-bottom {
    padding: 15px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-top: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .footer-bottom .footer-social {
    margin-bottom: 37px
  }

  .footer-bottom .social-list .social-item:not(:last-child) {
    margin-right: 35px
  }

  .footer-bottom .footer-copy {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 21px 0
  }
}

@media only screen and (max-width:1024px) {
  .desktop-only {
    display: none
  }
}

@media only screen and (min-width:1025px) {
  .tablet-only {
    display: none
  }
}

.container .privat-policy {
  padding: 50px 200px 0
}

.container .privat-policy h1,
.container .privat-policy h2 {
  text-align: center
}

.privat-policy .content {
  margin-top: 50px
}

@media only screen and (max-width:1025px) {
  .container .privat-policy {
    padding: 50px 50px 0 !important
  }
}

[data-tmpslg="page-solution.template"] * {
  margin: 0;
  padding: 0
}

[data-tmpslg="page-solution.template"] *,
[data-tmpslg="page-solution.template"] :after,
[data-tmpslg="page-solution.template"] :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

[data-tmpslg="page-solution.template"] article,
[data-tmpslg="page-solution.template"] aside,
[data-tmpslg="page-solution.template"] details,
[data-tmpslg="page-solution.template"] figcaption,
[data-tmpslg="page-solution.template"] figure,
[data-tmpslg="page-solution.template"] footer,
[data-tmpslg="page-solution.template"] header,
[data-tmpslg="page-solution.template"] hgroup,
[data-tmpslg="page-solution.template"] menu,
[data-tmpslg="page-solution.template"] nav,
[data-tmpslg="page-solution.template"] section {
  display: block
}

[data-tmpslg="page-solution.template"] ol,
[data-tmpslg="page-solution.template"] ul {
  list-style-type: none
}

[data-tmpslg="page-solution.template"] a:active,
[data-tmpslg="page-solution.template"] a:focus,
[data-tmpslg="page-solution.template"] a:hover,
[data-tmpslg="page-solution.template"] button:active,
[data-tmpslg="page-solution.template"] button:focus,
[data-tmpslg="page-solution.template"] button:hover,
[data-tmpslg="page-solution.template"] input:active,
[data-tmpslg="page-solution.template"] input:focus,
[data-tmpslg="page-solution.template"] input:hover {
  outline: 0
}

[data-tmpslg="page-solution.template"] body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Avenir;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #7a7c82
}

[data-tmpslg="page-solution.template"] .for-img {
  text-align: center;
  overflow: unset
}

[data-tmpslg="page-solution.template"] .for-img img {
  max-width: 100%;
  max-height: 100%;
  height: auto
}

[data-tmpslg="page-solution.template"] .cover-img {
  position: relative;
  overflow: hidden
}

[data-tmpslg="page-solution.template"] .cover-img:before {
  display: block;
  content: ""
}

[data-tmpslg="page-solution.template"] .cover-img .image {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

[data-tmpslg="page-solution.template"] .contain-img {
  position: relative;
  overflow: hidden
}

[data-tmpslg="page-solution.template"] .contain-img:before {
  display: block;
  content: ""
}

[data-tmpslg="page-solution.template"] .contain-img .image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

[data-tmpslg="page-solution.template"] .visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0)
}

[data-tmpslg="page-solution.template"] .text-center {
  text-align: center
}

[data-tmpslg="page-solution.template"] .wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  background: url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-solution.template"] .wrapper.page-about {
  background: url(../img/page-about-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-solution.template"] .wrapper.page-advantages {
  background: url(../img/page-advantages-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-solution.template"] .wrapper.page-solution {
  background-size: 100%
}

[data-tmpslg="page-solution.template"] .content-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

[data-tmpslg="page-solution.template"] .container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px
}

[data-tmpslg="page-solution.template"] .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 206px;
  height: 52px;
  padding: 0 40px;
  background: #3484f0;
  border: none;
  border-radius: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none
}

[data-tmpslg="page-solution.template"] .btn:active,
[data-tmpslg="page-solution.template"] .btn:focus,
[data-tmpslg="page-solution.template"] .btn:hover {
  -webkit-box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5);
  box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5)
}

[data-tmpslg="page-solution.template"] .btn_white {
  background: #fff;
  color: #3484f0
}

[data-tmpslg="page-solution.template"] .btn_sm {
  min-width: 136px;
  height: 36px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 19px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}

[data-tmpslg="page-solution.template"] .btn_xs {
  min-width: inherit
}

[data-tmpslg="page-solution.template"] .btn-outline {
  min-width: 158px;
  height: 45px;
  background: #fff;
  border: 2px solid rgba(52, 132, 240, .8);
  border-radius: 16px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #3484f0;
  -webkit-box-shadow: none;
  box-shadow: none
}

[data-tmpslg="page-solution.template"] .custom-list > li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 24px
}

[data-tmpslg="page-solution.template"] .custom-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/dot.png) no-repeat center
}

[data-tmpslg="page-solution.template"] .custom-list_check > li:before {
  background: url(../img/check.png) no-repeat center
}

[data-tmpslg="page-solution.template"] .section-title {
  margin: 25px 0;
  font-size: 34px;
  line-height: 46px;
  font-weight: 900;
  color: #1c1f28
}

[data-tmpslg="page-solution.template"] .section-title_white {
  color: #fff
}

[data-tmpslg="page-solution.template"] .highligthed {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, transparent), color-stop(53%, rgba(52, 132, 240, .2)), color-stop(89%, rgba(52, 132, 240, .2)), color-stop(89%, transparent));
  background: -o-linear-gradient(top, transparent 53%, rgba(52, 132, 240, .2) 53%, rgba(52, 132, 240, .2) 89%, transparent 89%);
  background: linear-gradient(to bottom, transparent 53%, rgba(52, 132, 240, .2) 53%, rgba(52, 132, 240, .2) 89%, transparent 89%)
}

[data-tmpslg="page-solution.template"] .highligthed_grey {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, transparent), color-stop(53%, rgba(255, 255, 255, .2)), color-stop(89%, rgba(255, 255, 255, .2)), color-stop(89%, transparent));
  background: -o-linear-gradient(top, transparent 53%, rgba(255, 255, 255, .2) 53%, rgba(255, 255, 255, .2) 89%, transparent 89%);
  background: linear-gradient(to bottom, transparent 53%, rgba(255, 255, 255, .2) 53%, rgba(255, 255, 255, .2) 89%, transparent 89%)
}

[data-tmpslg="page-solution.template"] .form-group {
  margin-bottom: 16px
}

[data-tmpslg="page-solution.template"] .input-text {
  display: block;
  width: 100%;
  height: 52px;
  padding: 15px 20px;
  border: 1px solid rgba(244, 246, 250, .19);
  border-radius: 16px;
  background-color: rgba(244, 246, 250, .19);
  -webkit-box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5);
  box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5);
  font-family: Avenir;
  font-size: 16px;
  line-height: 22px;
  color: #e7e7e7
}

[data-tmpslg="page-solution.template"] .input-text:active,
[data-tmpslg="page-solution.template"] .input-text:focus {
  border-color: #fff
}

[data-tmpslg="page-solution.template"] .input-text::-webkit-input-placeholder {
  color: #e7e7e7
}

[data-tmpslg="page-solution.template"] .input-text::-moz-placeholder {
  color: #e7e7e7
}

[data-tmpslg="page-solution.template"] .input-text:-ms-input-placeholder {
  color: #e7e7e7
}

[data-tmpslg="page-solution.template"] .input-text:-moz-placeholder {
  color: #e7e7e7
}

[data-tmpslg="page-solution.template"] textarea.input-text {
  height: 100px;
  font-family: Avenir
}

[data-tmpslg="page-solution.template"] .social-link {
  display: block;
  width: 20px;
  text-decoration: none
}

[data-tmpslg="page-solution.template"] .social-link:before {
  padding-top: 100%
}

[data-tmpslg="page-solution.template"] .social-link .image {
  opacity: .45
}

[data-tmpslg="page-solution.template"] .social-link:active .image,
[data-tmpslg="page-solution.template"] .social-link:focus .image,
[data-tmpslg="page-solution.template"] .social-link:hover .image {
  opacity: 1
}

[data-tmpslg="page-solution.template"] .colored-list-wrap {
  display: flex;
  align-items: center
}

[data-tmpslg="page-solution.template"] .colored-list {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 0;
  text-align: left;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden
}

[data-tmpslg="page-solution.template"] .colored-list-wrap_right .colored-list {
  align-items: flex-end
}

[data-tmpslg="page-solution.template"] .colored-list li {
  display: inline-block;
  margin: 7px 0;
  padding: 6px 30px 6px 10px;
  background: #3484f0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3)
}

[data-tmpslg="page-solution.template"] .colored-list_main {
  color: #fff
}

[data-tmpslg="page-solution.template"] .iphone-img {
  padding: 10px;
  background: #fff;
  border-radius: 28px;
  -webkit-box-shadow: 6px -7px 26px 0 rgba(0, 0, 0, .09);
  box-shadow: 6px -7px 26px 0 rgba(0, 0, 0, .09)
}

[data-tmpslg="page-solution.template"] .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

[data-tmpslg="page-solution.template"] .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

[data-tmpslg="page-solution.template"] .header-logo {
  margin-right: auto;
  font-size: 0;
  line-height: 0
}

[data-tmpslg="page-solution.template"] .header-nav {
  margin-right: 40px
}

[data-tmpslg="page-solution.template"] .header-nav .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

[data-tmpslg="page-solution.template"] .header-nav .nav-item {
  margin: 0 14px
}

[data-tmpslg="page-solution.template"] .header-nav .nav-link {
  display: block;
  padding: 45px 11px;
  border-top: 3px solid transparent;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  text-decoration: none
}

[data-tmpslg="page-solution.template"] .header-nav .nav-link:focus,
[data-tmpslg="page-solution.template"] .header-nav .nav-link:hover,
[data-tmpslg="page-solution.template"] .header-nav .nav-link_active {
  border-color: #3484f0;
  color: #3484f0
}

[data-tmpslg="page-solution.template"] .header-action:active,
[data-tmpslg="page-solution.template"] .header-action:focus,
[data-tmpslg="page-solution.template"] .header-action:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  color: #3484f0
}

[data-tmpslg="page-solution.template"] .hero-section {
  min-height: 100vh;
  padding: 130px 0 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

[data-tmpslg="page-solution.template"] .hero-section .container {
  width: 100%
}

[data-tmpslg="page-solution.template"] .hero-inner {
  position: relative
}

[data-tmpslg="page-solution.template"] .hero-inner .social-list {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

[data-tmpslg="page-solution.template"] .hero-inner .social-list .social-item:not(:last-child) {
  margin-bottom: 30px
}

[data-tmpslg="page-solution.template"] .hero-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 700px
}

[data-tmpslg="page-solution.template"] .hero-title {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, transparent), color-stop(47%, rgba(255, 255, 255, .2)), color-stop(81%, rgba(255, 255, 255, .2)), color-stop(81%, transparent));
  background: -o-linear-gradient(top, transparent 47%, rgba(255, 255, 255, .2) 47%, rgba(255, 255, 255, .2) 81%, transparent 81%);
  background: linear-gradient(to bottom, transparent 47%, rgba(255, 255, 255, .2) 47%, rgba(255, 255, 255, .2) 81%, transparent 81%);
  font-size: 60px;
  line-height: 1.33;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase
}

[data-tmpslg="page-solution.template"] .hero-subtitle {
  margin: 30px 0;
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  color: #a1a4ac
}

[data-tmpslg="page-solution.template"] .hero-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 50px
}

[data-tmpslg="page-solution.template"] .selling-section.solution-selling-section {
  margin-top: 85px
}

[data-tmpslg="page-solution.template"] .play-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 200px;
  padding: 0 36px;
  font-size: 18px;
  line-height: 22px;
  color: #fff
}

[data-tmpslg="page-solution.template"] .play-btn-block {
  position: relative;
  width: 118px;
  height: 118px;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, .024);
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

[data-tmpslg="page-solution.template"] .play-btn-block:before {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  display: block;
  content: "";
  border: 1px solid rgba(255, 255, 255, .048);
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s
}

[data-tmpslg="page-solution.template"] .play-btn-block:after {
  position: absolute;
  top: 11px;
  right: 11px;
  bottom: 11px;
  left: 11px;
  display: block;
  content: "";
  border: 1px solid rgba(255, 255, 255, .072);
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}

[data-tmpslg="page-solution.template"] .play-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s
}

[data-tmpslg="page-solution.template"] .play-btn:before {
  position: absolute;
  left: -7px;
  top: -7px;
  right: -7px;
  bottom: -7px;
  display: block;
  content: "";
  border: 1px solid rgba(255, 255, 255, .096);
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s
}

[data-tmpslg="page-solution.template"] .play-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent
}

[data-tmpslg="page-solution.template"] .play-btn-text {
  margin-left: -7px
}

[data-tmpslg="page-solution.template"] .play-btn-block:active,
[data-tmpslg="page-solution.template"] .play-btn-block:focus,
[data-tmpslg="page-solution.template"] .play-btn-block:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0)
}

[data-tmpslg="page-solution.template"] .play-btn-block:active:after,
[data-tmpslg="page-solution.template"] .play-btn-block:active:before,
[data-tmpslg="page-solution.template"] .play-btn-block:focus:after,
[data-tmpslg="page-solution.template"] .play-btn-block:focus:before,
[data-tmpslg="page-solution.template"] .play-btn-block:hover:after,
[data-tmpslg="page-solution.template"] .play-btn-block:hover:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0)
}

[data-tmpslg="page-solution.template"] .play-btn-block:active .play-btn:before,
[data-tmpslg="page-solution.template"] .play-btn-block:focus .play-btn:before,
[data-tmpslg="page-solution.template"] .play-btn-block:hover .play-btn:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0)
}

[data-tmpslg="page-solution.template"] .features-section {
  padding: 55px 0 60px
}

[data-tmpslg="page-solution.template"] .features-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px
}

[data-tmpslg="page-solution.template"] .features-left {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 43%;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  padding: 0 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

[data-tmpslg="page-solution.template"] .features-left .features-img {
  position: absolute;
  top: 28px;
  right: 32px;
  max-width: 730px
}

[data-tmpslg="page-solution.template"] .features-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 57%;
  -ms-flex: 0 0 57%;
  flex: 0 0 57%;
  padding: 0 20px
}

[data-tmpslg="page-solution.template"] .features-title {
  margin: 40px 0;
  font-size: 20px;
  line-height: 27px;
  font-weight: 900;
  color: #1c1f28;
  text-transform: uppercase
}

[data-tmpslg="page-solution.template"] .features-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

[data-tmpslg="page-solution.template"] .features-list .features-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding-right: 10px
}

[data-tmpslg="page-solution.template"] .secret-section {
  min-height: 1026px;
  padding: 62px 0;
  background: url(../img/secret-bg.png) no-repeat left top;
  background-size: 96% auto
}

[data-tmpslg="page-solution.template"] .secret-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
  padding: 0 25px
}

[data-tmpslg="page-solution.template"] .secret-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  text-align: center;
  font-size: 14px;
  line-height: 20px
}

[data-tmpslg="page-solution.template"] .secret-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 80px;
  padding: 20px 35px;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  color: #1c1f28
}

[data-tmpslg="page-solution.template"] .secret-header:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #88aeff;
  border-radius: 50%
}

[data-tmpslg="page-solution.template"] .secret-header:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #88aeff
}

[data-tmpslg="page-solution.template"] .secret-item:last-child .secret-header:after {
  display: none
}

[data-tmpslg="page-solution.template"] .secret-body {
  padding: 28px 35px
}

[data-tmpslg="page-solution.template"] .secret-img {
  display: block
}

[data-tmpslg="page-solution.template"] .grid-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px -15px
}

[data-tmpslg="page-solution.template"] .grid-row .grid-col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px
}

[data-tmpslg="page-solution.template"] .grid-row .grid-col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 15px
}

[data-tmpslg="page-solution.template"] .grid-row .grid-col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666%;
  -ms-flex: 0 0 41.666%;
  flex: 0 0 41.666%;
  max-width: 41.666%;
  padding: 0 15px
}

[data-tmpslg="page-solution.template"] .grid-row .grid-col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px
}

[data-tmpslg="page-solution.template"] .grid-row .grid-col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333%;
  -ms-flex: 0 0 58.333%;
  flex: 0 0 58.333%;
  max-width: 58.333%;
  padding: 0 15px
}

[data-tmpslg="page-solution.template"] .grid-row .grid-col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666%;
  -ms-flex: 0 0 66.666%;
  flex: 0 0 66.666%;
  max-width: 66.666%;
  padding: 0 15px
}

[data-tmpslg="page-solution.template"] .grid-row .grid-col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 15px
}

[data-tmpslg="page-solution.template"] .unlock-section {
  margin-top: -165px;
  padding-top: 245px;
  padding-bottom: 10px;
  background: url(../img/solution/unlock-bg.png) no-repeat top right;
  background-size: 96%
}

[data-tmpslg="page-solution.template"] .unlock-section .unlock-images {
  font-size: 14px;
  line-height: 19px
}

[data-tmpslg="page-solution.template"] .unlock-section .unlock-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

[data-tmpslg="page-solution.template"] .unlock-section .unlock-text .unlock-img {
  width: 45%;
  margin-right: 35px
}

[data-tmpslg="page-solution.template"] .partner-system-section {
  padding: 30px 0 40px
}

[data-tmpslg="page-solution.template"] .partner-system-section .partner-system-wrap {
  margin-top: 80px
}

[data-tmpslg="page-solution.template"] .partner-system-section .partner-system-images {
  display: flex;
  margin: 0 -15px
}

[data-tmpslg="page-solution.template"] .partner-system-img-col {
  flex: 0 0 50%;
  max-width: 60%;
  padding: 0 15px
}

[data-tmpslg="page-solution.template"] .partner-system-img-col.colored-list-wrap {
  padding-left: 30px
}

[data-tmpslg="page-solution.template"] .gamified-section {
  min-height: 1026px;
  padding: 62px 0;
  background: url(../img/solution/gamified-bg.png) no-repeat top left;
  background-size: 96%
}

[data-tmpslg="page-solution.template"] .gamified-img-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 80px -15px 80px
}

[data-tmpslg="page-solution.template"] .gamified-img-col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px
}

[data-tmpslg="page-solution.template"] .gamified-section .gamified-text {
  padding-top: 60px;
  padding-left: 70px
}

[data-tmpslg="page-solution.template"] .gamified-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

[data-tmpslg="page-solution.template"] .gamified-list .gamified-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  margin-bottom: 20px;
  padding-right: 10px
}

[data-tmpslg="page-solution.template"] .gamified-section .gamified-img {
  margin-right: 100px
}

[data-tmpslg="page-solution.template"] .reward-section {
  margin-bottom: 100px;
  padding: 40px 0 140px;
  background: url(../img/solution/reward-bg.png) no-repeat center bottom;
  background-size: contain
}

[data-tmpslg="page-solution.template"] .reward-section .reward-title {
  margin: 30px 0 40px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 900;
  color: #3484f0;
  text-transform: uppercase
}

[data-tmpslg="page-solution.template"] .reward-item_left .reward-title {
  margin-left: auto
}

[data-tmpslg="page-solution.template"] .reward-item_left .reward-title,
[data-tmpslg="page-solution.template"] .reward-item_right .reward-title {
  text-align: center;
  width: 262px
}

[data-tmpslg="page-solution.template"] .reward-img-wrapper {
  display: flex;
  margin: 0 -15px
}

[data-tmpslg="page-solution.template"] .reward-img-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px
}

[data-tmpslg="page-solution.template"] .reward-section .reward-item_left {
  text-align: right;
  padding-right: 30px
}

[data-tmpslg="page-solution.template"] .reward-section .reward-item_left .reward-img-wrapper {
  flex-direction: row-reverse
}

[data-tmpslg="page-solution.template"] .reward-section .reward-item_left .colored-list-wrap {
  justify-content: flex-end
}

[data-tmpslg="page-solution.template"] .reward-section .reward-item_left .colored-list {
  align-items: flex-end;
  text-align: right
}

[data-tmpslg="page-solution.template"] .reward-section .reward-item_left .colored-list li {
  padding: 6px 10px 6px 30px
}

[data-tmpslg="page-solution.template"] .reward-section .reward-item_right {
  padding-left: 30px
}

[data-tmpslg="page-solution.template"] .loyalty-section {
  min-height: 796px;
  padding: 55px 0;
  background: url(../img/solution/loyalty-bg.png) no-repeat top left;
  background-size: 96%
}

[data-tmpslg="page-solution.template"] .loyalty-section .loyalty-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 75px
}

[data-tmpslg="page-solution.template"] .loyalty-section .loyalty-img_mobile {
  display: none
}

[data-tmpslg="page-solution.template"] .vote-section {
  margin-top: -190px;
  padding: 230px 0 150px;
  background: url(../img/solution/vote-bg.png) no-repeat top right;
  background-size: 480px auto
}

[data-tmpslg="page-solution.template"] .vote-section .vote-wrap {
  margin-top: 80px
}

[data-tmpslg="page-solution.template"] .vote-section .vote-text li {
  margin-bottom: 26px
}

[data-tmpslg="page-solution.template"] .vote-section .vote-images {
  position: relative;
  display: flex;
  margin-top: -110px;
  margin-left: -15px;
  margin-right: -15px
}

[data-tmpslg="page-solution.template"] .vote-img-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px
}

[data-tmpslg="page-solution.template"] .cashless-section {
  min-height: 1026px;
  padding: 86px 0;
  background: url(../img/solution/cashless-bg.png) no-repeat top right;
  background-size: 96%
}

[data-tmpslg="page-solution.template"] .cashless-section .cashless-wrap {
  display: flex;
  margin-top: 56px;
  margin-left: -15px;
  margin-right: -15px
}

[data-tmpslg="page-solution.template"] .cashless-section .cashless-col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px
}

[data-tmpslg="page-solution.template"] .cashless-section .cashless-text {
  padding-top: 35px
}

[data-tmpslg="page-solution.template"] .cashless-section .cashless-text li {
  margin-bottom: 26px
}

[data-tmpslg="page-solution.template"] .digital-section {
  padding: 50px 0 15px;
  margin-top: -60px
}

[data-tmpslg="page-solution.template"] .digital-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  margin-top: 75px;
  margin-bottom: 40px;
  list-style-type: none
}

[data-tmpslg="page-solution.template"] .digital-list .digital-list-item {
  font-size: 16px;
  line-height: 28px;
  counter-increment: custom-counter;
  padding-right: 25px
}

[data-tmpslg="page-solution.template"] .digital-list .digital-list-item:before {
  display: block;
  margin-bottom: 15px;
  content: "0"counter(custom-counter);
  font-size: 100px;
  line-height: 1;
  font-weight: 900;
  color: #d6e6fc
}

[data-tmpslg="page-solution.template"] .digital-bold {
  margin: 30px 0;
  text-align: center;
  font-size: 24px;
  line-height: 33px;
  font-weight: 900;
  color: #3484f0
}

[data-tmpslg="page-solution.template"] .digital-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -20px
}

[data-tmpslg="page-solution.template"] .digital-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: -webkit-calc(33.33% - 40px);
  width: calc(33.33% - 40px);
  margin: 20px;
  padding: 80px 40px 40px 40px;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 50px 1px rgba(7, 42, 68, .05);
  box-shadow: 0 10px 50px 1px rgba(7, 42, 68, .05);
  text-align: center;
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  color: #000
}

[data-tmpslg="page-solution.template"] .digital-item .digital-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  margin-bottom: 30px
}

[data-tmpslg="page-solution.template"] .digital-item .digital-icon img.hover {
  display: none
}

[data-tmpslg="page-solution.template"] .digital-item:hover {
  background: #3484f0;
  -webkit-box-shadow: 0 10px 50px 1px rgba(52, 132, 240, .7);
  box-shadow: 0 10px 50px 1px rgba(52, 132, 240, .7);
  color: #fff
}

[data-tmpslg="page-solution.template"] .digital-item:hover .digital-icon img {
  display: none
}

[data-tmpslg="page-solution.template"] .digital-item:hover .digital-icon img.hover {
  display: block
}

[data-tmpslg="page-solution.template"] .contact-section {
  padding: 50px 0
}

[data-tmpslg="page-solution.template"] .contact-inner {
  padding: 62px 0;
  background: url(../img/contact-bg.svg) no-repeat left top;
  background-size: 100% 100%
}

[data-tmpslg="page-solution.template"] .contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

[data-tmpslg="page-solution.template"] .contact-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 14.5%;
  color: #fff
}

[data-tmpslg="page-solution.template"] .contact-left .section-title {
  margin-top: -25px;
  margin-bottom: 17px
}

[data-tmpslg="page-solution.template"] .contact-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 20px 70px 20px 0
}

[data-tmpslg="page-solution.template"] .contact-form {
  display: block;
  width: 100%;
  max-width: 396px;
  margin: 0 auto
}

[data-tmpslg="page-solution.template"] .contact-form .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px
}

[data-tmpslg="page-solution.template"] .contact-form .col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 8px
}

[data-tmpslg="page-solution.template"] .contact-form .col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 8px
}

[data-tmpslg="page-solution.template"] .contact-form .btn:active,
[data-tmpslg="page-solution.template"] .contact-form .btn:focus,
[data-tmpslg="page-solution.template"] .contact-form .btn:hover {
  background: #daecff
}

[data-tmpslg="page-solution.template"] .footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0 35px;
  color: rgba(255, 255, 255, .75)
}

[data-tmpslg="page-solution.template"] .footer-top a {
  text-decoration: none;
  color: rgba(255, 255, 255, .75)
}

[data-tmpslg="page-solution.template"] .footer-top a:active,
[data-tmpslg="page-solution.template"] .footer-top a:focus,
[data-tmpslg="page-solution.template"] .footer-top a:hover {
  color: #fff
}

[data-tmpslg="page-solution.template"] .footer-top .footer-logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41%;
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
  padding: 0 40px 0 20px;
  text-align: center
}

[data-tmpslg="page-solution.template"] .footer-top .footer-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28%;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  padding: 0 20px
}

[data-tmpslg="page-solution.template"] .footer-top address {
  font-style: normal
}

[data-tmpslg="page-solution.template"] .footer-top address a {
  display: inline-block;
  margin: 20px 0;
  font-weight: 500;
  letter-spacing: .5px
}

[data-tmpslg="page-solution.template"] .footer-top address p {
  margin: 0;
  font-size: 16px;
  line-height: 27px
}

[data-tmpslg="page-solution.template"] .footer-top .footer-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31%;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  padding: 0 20px
}

[data-tmpslg="page-solution.template"] .footer-top .footer-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 900;
  letter-spacing: 1.25px;
  color: #fff
}

[data-tmpslg="page-solution.template"] .footer-top .footer-nav {
  margin: 30px 0
}

[data-tmpslg="page-solution.template"] .footer-top .nav-item {
  margin: 20px 0
}

[data-tmpslg="page-solution.template"] .footer-top .nav-link {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: .5px
}

[data-tmpslg="page-solution.template"] .footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 36px 43px;
  border-top: 1px solid rgba(255, 255, 255, .3);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .5px;
  color: rgba(255, 255, 255, .75)
}

[data-tmpslg="page-solution.template"] .footer-bottom .social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

[data-tmpslg="page-solution.template"] .footer-bottom .social-list .social-item:not(:last-child) {
  margin-right: 35px
}

@media only screen and (max-width:1600px) {
  [data-tmpslg="page-solution.template"] .hero-section {
    min-height: 760px;
    padding: 190px 0 100px
  }

  [data-tmpslg="page-solution.template"] .hero-action {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0
  }

  [data-tmpslg="page-solution.template"] .play-btn-wrap {
    margin-right: 0;
    padding: 0
  }
}

@media only screen and (max-width:1440px) {
  [data-tmpslg="page-solution.template"] .wrapper {
    background: #fff !important
  }

  [data-tmpslg="page-solution.template"] .hero-section {
    background: #1e2028 url(../img/page-bg_top.png) no-repeat center top;
    background-size: auto 100%
  }

  [data-tmpslg="page-solution.template"] .about-section {
    padding: 30px 0
  }

  [data-tmpslg="page-solution.template"] .about-list .about-item {
    margin-bottom: 40px
  }

  [data-tmpslg="page-solution.template"] .challenges-section {
    padding: 30px 0
  }

  [data-tmpslg="page-solution.template"] .opportunity-section {
    margin-top: 0;
    padding: 30px 0 30px;
    background: #fafbfb
  }

  [data-tmpslg="page-solution.template"] .features-section {
    padding: 30px 0
  }

  [data-tmpslg="page-solution.template"] .secret-section {
    min-height: inherit;
    padding: 30px 0 0;
    background: #fafbfb
  }

  [data-tmpslg="page-solution.template"] .secret-list {
    margin: 30px 0;
    padding: 0
  }

  [data-tmpslg="page-solution.template"] .secret-header {
    padding: 20px 15px
  }

  [data-tmpslg="page-solution.template"] .secret-body {
    padding: 30px 15px
  }

  [data-tmpslg="page-solution.template"] .selling-section {
    padding-top: 30px
  }

  [data-tmpslg="page-solution.template"] .contact-section {
    padding: 30px 0;
    background: #3484f0
  }

  [data-tmpslg="page-solution.template"] .contact-inner {
    padding: 0;
    background: 0 0
  }

  [data-tmpslg="page-solution.template"] .footer {
    background: -webkit-gradient(linear, left top, left bottom, from(#3e454e), to(#2b2d34));
    background: -o-linear-gradient(top, #3e454e, #2b2d34);
    background: linear-gradient(to bottom, #3e454e, #2b2d34)
  }

  [data-tmpslg="page-solution.template"] .footer-top {
    padding: 35px 0 25px
  }

  [data-tmpslg="page-solution.template"] .footer-bottom {
    padding: 20px 43px
  }

  [data-tmpslg="page-solution.template"] .wins-section {
    min-height: inherit;
    margin-top: 0;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-solution.template"] .wins-grid {
    grid-row-gap: 40px;
    grid-column-gap: 20px
  }

  [data-tmpslg="page-solution.template"] .members-section {
    padding: 30px 0
  }

  [data-tmpslg="page-solution.template"] .members-wrap {
    margin: 30px 0
  }

  [data-tmpslg="page-solution.template"] .members-title {
    margin: 20px 0
  }

  [data-tmpslg="page-solution.template"] .roadmap-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-solution.template"] .advisory-section {
    padding: 30px 0
  }

  [data-tmpslg="page-solution.template"] .technologies-section {
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-solution.template"] .unlock-section {
    margin-top: -30px;
    padding: 30px 0;
    background: 0 0
  }

  [data-tmpslg="page-solution.template"] .gamified-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-solution.template"] .reward-section {
    margin-bottom: 50px;
    padding: 40px 0 10px
  }

  [data-tmpslg="page-solution.template"] .loyalty-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-solution.template"] .loyalty-section .loyalty-wrap {
    margin: 30px 0
  }

  [data-tmpslg="page-solution.template"] .vote-section {
    margin-top: 0;
    padding: 30px 0 30px
  }

  [data-tmpslg="page-solution.template"] .cashless-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-solution.template"] .digital-section {
    padding: 30px 0;
    margin-top: 0
  }
}

@media only screen and (max-width:1024px) {
  [data-tmpslg="page-solution.template"] .header {
    padding: 15px 0;
    z-index: 100
  }

  [data-tmpslg="page-solution.template"] .header .burger_open {
    position: fixed;
    top: 11px;
    right: 16px;
    display: block;
    width: 44px;
    height: 44px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 2px 9px 0 #5e6066;
    box-shadow: 0 2px 9px 0 #5e6066;
    z-index: 110
  }

  [data-tmpslg="page-solution.template"] .header .burger_open:after,
  [data-tmpslg="page-solution.template"] .header .burger_open:before {
    position: absolute;
    left: 10px;
    display: block;
    content: "";
    height: 2px;
    background: #000
  }

  [data-tmpslg="page-solution.template"] .header .burger_open:before {
    top: 19px;
    width: 24px
  }

  [data-tmpslg="page-solution.template"] .header .burger_open:after {
    top: 25px;
    width: 12px
  }

  [data-tmpslg="page-solution.template"] .header-nav {
    position: fixed;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#3484f0), to(#2f77d7));
    background: -o-linear-gradient(top, #3484f0, #2f77d7);
    background: linear-gradient(to bottom, #3484f0, #2f77d7);
    margin-right: 0;
    padding: 25px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 120;
    overflow-y: auto
  }

  [data-tmpslg="page-solution.template"] .header-nav.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  [data-tmpslg="page-solution.template"] .header-nav .header-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    margin-bottom: auto
  }

  [data-tmpslg="page-solution.template"] .header-nav .burger_close {
    position: absolute;
    top: 25px;
    right: 25px;
    display: block;
    width: 24px;
    height: 24px;
    background: transparent url(../img/burger-closed.svg) no-repeat center;
    border: none
  }

  [data-tmpslg="page-solution.template"] .header-nav .nav-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: auto;
    overflow-y: auto
  }

  [data-tmpslg="page-solution.template"] .header-nav .nav-item {
    margin: 0
  }

  [data-tmpslg="page-solution.template"] .header-nav .nav-link {
    padding: 15px 0;
    border-top: none;
    font-size: 26px;
    line-height: 32px;
    color: #8dcbff
  }

  [data-tmpslg="page-solution.template"] .header-nav .nav-link:focus,
  [data-tmpslg="page-solution.template"] .header-nav .nav-link:hover,
  [data-tmpslg="page-solution.template"] .header-nav .nav-link_active {
    color: #fff
  }

  [data-tmpslg="page-solution.template"] .hero-section {
    position: relative;
    min-height: 40rem;
    padding: 160px 0 100px
  }

  [data-tmpslg="page-solution.template"] .hero-inner {
    position: static
  }

  [data-tmpslg="page-solution.template"] .hero-inner .social-list {
    right: 15px
  }

  [data-tmpslg="page-solution.template"] .hero-action {
    margin-top: 30px
  }

  [data-tmpslg="page-solution.template"] .about-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
  }

  [data-tmpslg="page-solution.template"] .about-left,
  [data-tmpslg="page-solution.template"] .about-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  [data-tmpslg="page-solution.template"] .about-left {
    margin-bottom: 50px
  }

  [data-tmpslg="page-solution.template"] .about-list {
    margin: 0
  }

  [data-tmpslg="page-solution.template"] .about-list .about-item {
    padding: 0 0 0 30px
  }

  [data-tmpslg="page-solution.template"] .about-list .about-item:before {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
  }

  [data-tmpslg="page-solution.template"] .about-list .about-item:last-child .lg {
    display: block
  }

  [data-tmpslg="page-solution.template"] .reward-item_left .reward-title,
  [data-tmpslg="page-solution.template"] .reward-item_right .reward-title {
    text-align: center;
    width: 100%
  }

  [data-tmpslg="page-solution.template"] .challenges-list {
    margin: 30px auto 0
  }

  [data-tmpslg="page-solution.template"] .challenges-item {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 10px;
    padding: 20px
  }

  [data-tmpslg="page-solution.template"] .challenges-item .challenges-icon {
    margin-bottom: 20px
  }

  [data-tmpslg="page-solution.template"] .opportunity-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 0
  }

  [data-tmpslg="page-solution.template"] .opportunity-left,
  [data-tmpslg="page-solution.template"] .opportunity-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  [data-tmpslg="page-solution.template"] .features-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  [data-tmpslg="page-solution.template"] .features-left,
  [data-tmpslg="page-solution.template"] .features-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  [data-tmpslg="page-solution.template"] .features-left .features-img {
    position: static;
    width: 100%;
    max-width: none
  }

  [data-tmpslg="page-solution.template"] .secret-section {
    padding-bottom: 0;
    background: #fafbfb
  }

  [data-tmpslg="page-solution.template"] .selling-section {
    margin-top: 0
  }

  [data-tmpslg="page-solution.template"] .selling-grid {
    grid-row-gap: 40px;
    grid-column-gap: 20px;
    margin: 50px 0 0
  }

  [data-tmpslg="page-solution.template"] .selling-item {
    min-height: inherit;
    padding: 30px 20px 20px 20px
  }

  [data-tmpslg="page-solution.template"] .partners-grid {
    margin: 40px auto 0;
    grid-gap: 20px
  }

  [data-tmpslg="page-solution.template"] .news-list {
    grid-gap: 20px;
    margin: 40px 0
  }

  [data-tmpslg="page-solution.template"] .news-descr {
    padding: 10px 10px 20px 10px
  }

  [data-tmpslg="page-solution.template"] .contact-left {
    padding: 0
  }

  [data-tmpslg="page-solution.template"] .contact-right {
    padding: 20px 0 0 0
  }

  [data-tmpslg="page-solution.template"] .wins-section {
    background: #fafbfb
  }

  [data-tmpslg="page-solution.template"] .wins-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  [data-tmpslg="page-solution.template"] .wins-tem {
    padding-left: 30px
  }

  [data-tmpslg="page-solution.template"] .members-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px
  }

  [data-tmpslg="page-solution.template"] .roadmap-section {
    background: #fafbfb
  }

  [data-tmpslg="page-solution.template"] .roadmap-grid {
    margin: 28px -10px
  }

  [data-tmpslg="page-solution.template"] .roadmap-header {
    padding: 15px 10px
  }

  [data-tmpslg="page-solution.template"] .roadmap-body {
    padding: 30px 10px 0 10px
  }

  [data-tmpslg="page-solution.template"] .roadmap-card {
    padding: 30px 20px
  }

  [data-tmpslg="page-solution.template"] .advisory-grid {
    grid-gap: 20px;
    margin: 20px 0
  }

  [data-tmpslg="page-solution.template"] .advisory-item {
    padding: 30px 20px 20px 20px
  }

  [data-tmpslg="page-solution.template"] .technology-grid {
    grid-gap: 20px;
    margin: 20px 0
  }

  [data-tmpslg="page-solution.template"] .grid-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -15px
  }

  [data-tmpslg="page-solution.template"] .grid-row .grid-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-solution.template"] .grid-row .grid-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-solution.template"] .grid-row .grid-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-solution.template"] .grid-row .grid-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-solution.template"] .grid-row .grid-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-solution.template"] .unlock-section .unlock-images .for-img {
    margin: 0 -27px
  }

  [data-tmpslg="page-solution.template"] .unlock-section .unlock-images img {
    width: 100%
  }

  [data-tmpslg="page-solution.template"] .unlock-section .unlock-text {
    padding-top: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  [data-tmpslg="page-solution.template"] .unlock-section .unlock-text .unlock-img {
    width: 300px
  }

  [data-tmpslg="page-solution.template"] .unlock-section .unlock-text ul {
    margin: 30px 0
  }

  [data-tmpslg="page-solution.template"] .unlock-wrap {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    overflow: hidden
  }

  [data-tmpslg="page-solution.template"] .partner-system-section .partner-system-wrap {
    margin-top: 40px
  }

  [data-tmpslg="page-solution.template"] .partner-system-section .grid-col-6:first-child {
    text-align: center
  }

  [data-tmpslg="page-solution.template"] .partner-system-section .partner-system-images {
    justify-content: center;
    margin-bottom: 30px
  }

  [data-tmpslg="page-solution.template"] .partner-system-img-col {
    max-width: 220px
  }

  [data-tmpslg="page-solution.template"] .gamified-img-wrapper {
    margin: 40px -15px 40px
  }

  [data-tmpslg="page-solution.template"] .gamified-section .gamified-text {
    padding-top: 0;
    padding-left: 15px
  }

  [data-tmpslg="page-solution.template"] .reward-section .reward-wrap {
    flex-wrap: wrap
  }

  [data-tmpslg="page-solution.template"] .reward-section .reward-wrap .grid-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-solution.template"] .reward-section .reward-title {
    text-align: center
  }

  [data-tmpslg="page-solution.template"] .reward-section .reward-item_left {
    padding-right: 0
  }

  [data-tmpslg="page-solution.template"] .reward-section .reward-item_left .reward-img-wrapper {
    justify-content: center
  }

  [data-tmpslg="page-solution.template"] .reward-section .reward-item_left .colored-list-wrap {
    justify-content: flex-end
  }

  [data-tmpslg="page-solution.template"] .reward-section .reward-item_right {
    padding-left: 0
  }

  [data-tmpslg="page-solution.template"] .reward-section .reward-item_right .reward-img-wrapper {
    justify-content: center
  }

  [data-tmpslg="page-solution.template"] .reward-img-col {
    max-width: 220px
  }

  [data-tmpslg="page-solution.template"] .vote-section .vote-wrap {
    margin-top: 40px
  }

  [data-tmpslg="page-solution.template"] .vote-section .vote-images {
    padding-left: 15px;
    text-align: center
  }

  [data-tmpslg="page-solution.template"] .vote-section .vote-img {
    margin-right: 0
  }

  [data-tmpslg="page-solution.template"] .vote-section .grid-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666%;
    -ms-flex: 0 0 41.666%;
    flex: 0 0 41.666%;
    max-width: 41.666%
  }

  [data-tmpslg="page-solution.template"] .vote-section .grid-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333%;
    -ms-flex: 0 0 58.333%;
    flex: 0 0 58.333%;
    max-width: 58.333%
  }

  [data-tmpslg="page-solution.template"] .cashless-section .cashless-wrap {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px
  }

  [data-tmpslg="page-solution.template"] .cashless-section .cashless-col {
    flex: 0 0 33.33%;
    max-width: 33.33%
  }

  [data-tmpslg="page-solution.template"] .cashless-section .cashless-text {
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-solution.template"] .digital-grid {
    margin: 0 -10px
  }

  [data-tmpslg="page-solution.template"] .digital-item {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 10px;
    padding: 40px 30px 30px 30px
  }

  [data-tmpslg="page-solution.template"] .digital-item .digital-icon {
    margin-bottom: 20px
  }
}

@media only screen and (max-width:767px) {
  [data-tmpslg="page-solution.template"] .container {
    padding: 0 16px
  }

  [data-tmpslg="page-solution.template"] .section-title {
    margin: 15px 0;
    font-size: 24px;
    line-height: 33px
  }

  [data-tmpslg="page-solution.template"] .colored-list-wrap .colored-list_left-bottom {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto
  }

  [data-tmpslg="page-solution.template"] .hero-section {
    min-height: 30rem
  }

  [data-tmpslg="page-solution.template"] .hero-title {
    font-size: 30px;
    line-height: 50px
  }

  [data-tmpslg="page-solution.template"] .hero-subtitle {
    font-size: 14px;
    line-height: 22px
  }

  [data-tmpslg="page-solution.template"] .hero-inner .social-list {
    display: none
  }

  [data-tmpslg="page-solution.template"] .about-left {
    font-size: 14px
  }

  [data-tmpslg="page-solution.template"] .about-left .btn {
    display: none
  }

  [data-tmpslg="page-solution.template"] .about-list .about-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  [data-tmpslg="page-solution.template"] .about-list .about-item_empty {
    display: none
  }

  [data-tmpslg="page-solution.template"] .challenges-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 10px
  }

  [data-tmpslg="page-solution.template"] .secret-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    overflow: hidden
  }

  [data-tmpslg="page-solution.template"] .secret-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  [data-tmpslg="page-solution.template"] .secret-list .secret-item {
    width: 100%;
    margin: 0 15px
  }

  [data-tmpslg="page-solution.template"] .secret-list .secret-header {
    padding: 20px 0
  }

  [data-tmpslg="page-solution.template"] .secret-list .secret-header:after {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px)
  }

  [data-tmpslg="page-solution.template"] .secret-list .secret-body {
    padding: 20px 0
  }

  [data-tmpslg="page-solution.template"] .selling-grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    overflow: hidden
  }

  [data-tmpslg="page-solution.template"] .selling-grid .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  [data-tmpslg="page-solution.template"] .selling-grid .selling-item {
    width: 100%;
    margin: 25px 15px
  }

  [data-tmpslg="page-solution.template"] .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  [data-tmpslg="page-solution.template"] .slick-dots button {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 4px;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 50%;
    text-indent: -9999px
  }

  [data-tmpslg="page-solution.template"] .slick-dots button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    border: 1px solid #3484f0;
    border-radius: 50%;
    background-color: transparent
  }

  [data-tmpslg="page-solution.template"] .slick-dots .slick-active button {
    border-color: #3484f0
  }

  [data-tmpslg="page-solution.template"] .slick-dots .slick-active button:after {
    background-color: #3484f0
  }

  [data-tmpslg="page-solution.template"] .partners-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px
  }

  [data-tmpslg="page-solution.template"] .partners-grid .partners-item {
    width: -webkit-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
    margin: 5px
  }

  [data-tmpslg="page-solution.template"] .news-list {
    grid-gap: 15px;
    margin: 40px auto;
    grid-template-columns: 1fr;
    max-width: 500px
  }

  [data-tmpslg="page-solution.template"] .contact-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  [data-tmpslg="page-solution.template"] .contact-left,
  [data-tmpslg="page-solution.template"] .contact-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  [data-tmpslg="page-solution.template"] .contact-left .section-title {
    margin-top: 0
  }

  [data-tmpslg="page-solution.template"] .contact-form {
    max-width: none
  }

  [data-tmpslg="page-solution.template"] .footer-top .footer-logo {
    padding: 0 20px
  }

  [data-tmpslg="page-solution.template"] .footer-top .footer-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 59%;
    -ms-flex: 0 0 59%;
    flex: 0 0 59%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  [data-tmpslg="page-solution.template"] .footer-top .footer-menu {
    display: none
  }

  [data-tmpslg="page-solution.template"] .footer-bottom {
    padding: 25px 0
  }

  [data-tmpslg="page-solution.template"] .footer-bottom .social-list .social-item:not(:last-child) {
    margin-right: 20px
  }

  [data-tmpslg="page-solution.template"] .wins-section {
    padding: 15px 0
  }

  [data-tmpslg="page-solution.template"] .wins-grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 27px 0 20px;
    line-height: 21px
  }

  [data-tmpslg="page-solution.template"] .wins-grid span {
    margin: 4px 0
  }

  [data-tmpslg="page-solution.template"] .wins-grid .lg {
    font-size: 20px
  }

  [data-tmpslg="page-solution.template"] .wins-item {
    padding-left: 0
  }

  [data-tmpslg="page-solution.template"] .members-section .members-img {
    display: none
  }

  [data-tmpslg="page-solution.template"] .members-section .slick-dots {
    margin: 10px 0
  }

  [data-tmpslg="page-solution.template"] .members-wrap {
    margin: 34px 0
  }

  [data-tmpslg="page-solution.template"] .members-title {
    margin-bottom: 0
  }

  [data-tmpslg="page-solution.template"] .members-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    overflow: hidden
  }

  [data-tmpslg="page-solution.template"] .members-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  [data-tmpslg="page-solution.template"] .members-list .member {
    width: 100%;
    margin: 25px 15px
  }

  [data-tmpslg="page-solution.template"] .roadmap-section {
    padding: 9px 0
  }

  [data-tmpslg="page-solution.template"] .roadmap-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 13px 0
  }

  [data-tmpslg="page-solution.template"] .roadmap-item {
    position: relative;
    padding-left: 15px
  }

  [data-tmpslg="page-solution.template"] .roadmap-header {
    position: static;
    padding: 15px 0 0;
    text-align: left
  }

  [data-tmpslg="page-solution.template"] .roadmap-header:before {
    left: 0;
    bottom: auto;
    top: 21px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }

  [data-tmpslg="page-solution.template"] .roadmap-header:after {
    top: 21px;
    bottom: auto;
    left: 0;
    width: 1px;
    height: 100%;
    background-image: -o-repeating-linear-gradient(top, transparent, transparent 2px, #8abcff 2px, #8abcff 4px);
    background-image: repeating-linear-gradient(to bottom, transparent, transparent 2px, #8abcff 2px, #8abcff 4px)
  }

  [data-tmpslg="page-solution.template"] .roadmap-year {
    margin-bottom: 5px
  }

  [data-tmpslg="page-solution.template"] .roadmap-body {
    padding: 8px 0
  }

  [data-tmpslg="page-solution.template"] .roadmap-card {
    margin-bottom: 18px;
    padding: 28px 15px 24
  }

  [data-tmpslg="page-solution.template"] .roadmap-card .custom-list > li {
    margin-bottom: 14px;
    padding-left: 25px;
    font-size: 14px;
    line-height: 21px
  }

  [data-tmpslg="page-solution.template"] .roadmap-card .custom-list > li:last-child {
    margin-bottom: 0
  }

  [data-tmpslg="page-solution.template"] .advisory-section {
    padding: 17px 0 59px
  }

  [data-tmpslg="page-solution.template"] .advisory-grid {
    grid-template-columns: 1fr;
    margin: 50px 0 25PX
  }

  [data-tmpslg="page-solution.template"] .advisory-item {
    padding: 16px 23px 23px 23px
  }

  [data-tmpslg="page-solution.template"] .advisory-item .advisory-list > li {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 20px
  }

  [data-tmpslg="page-solution.template"] .advisory-title {
    margin: 10px 0 23px;
    font-size: 20px;
    line-height: 27px
  }

  [data-tmpslg="page-solution.template"] .btn-cons {
    margin: 15px 0;
    padding: 25px 10px 26px;
    font-size: 14px;
    line-height: 19px
  }

  [data-tmpslg="page-solution.template"] .technologies-section {
    padding: 55px 0 0
  }

  [data-tmpslg="page-solution.template"] .technology-grid {
    grid-template-columns: 1fr
  }

  [data-tmpslg="page-solution.template"] .technology-title {
    font-size: 18px;
    line-height: 25px
  }

  [data-tmpslg="page-solution.template"] .unlock-section .unlock-images p {
    display: none
  }

  [data-tmpslg="page-solution.template"] .partner-system-section .partner-system-images {
    position: relative
  }

  [data-tmpslg="page-solution.template"] .gamified-img-col {
    flex: 0 0 50%;
    max-width: 50%
  }

  [data-tmpslg="page-solution.template"] .gamified-img-col.colored-list-wrap .colored-list_left-center {
    width: 80%;
    max-width: 220px;
    left: 50%;
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-solution.template"] .vote-section {
    background: 0 0
  }

  [data-tmpslg="page-solution.template"] .vote-section .grid-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-solution.template"] .vote-section .grid-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-solution.template"] .vote-section .vote-images {
    display: flex;
    justify-content: center;
    margin: 0
  }

  [data-tmpslg="page-solution.template"] .vote-img-col {
    max-width: 220px
  }

  [data-tmpslg="page-solution.template"] .cashless-section {
    overflow-x: hidden
  }

  [data-tmpslg="page-solution.template"] .cashless-section .cashless-col {
    flex: 0 0 50%;
    max-width: 220px
  }

  [data-tmpslg="page-solution.template"] .cashless-section .cashless-text {
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-solution.template"] .digital-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px
  }

  [data-tmpslg="page-solution.template"] .digital-list .digital-list-item {
    font-size: 14px
  }

  [data-tmpslg="page-solution.template"] .digital-list .digital-list-item:before {
    font-size: 50px
  }
}

@media only screen and (max-width:575px) {
  [data-tmpslg="page-solution.template"] body {
    font-size: 14px;
    line-height: 2
  }

  [data-tmpslg="page-solution.template"] .custom-list > li {
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 22px
  }

  [data-tmpslg="page-solution.template"] .custom-list > li:before {
    left: -3px;
    top: 3px;
    width: 14px;
    height: 14px
  }

  [data-tmpslg="page-solution.template"] .header {
    padding: 27px 0
  }

  [data-tmpslg="page-solution.template"] .header-logo {
    max-width: 150px
  }

  [data-tmpslg="page-solution.template"] .hero-section {
    padding: 122px 0 50px
  }

  [data-tmpslg="page-solution.template"] .hero-inner {
    padding-right: 40px
  }

  [data-tmpslg="page-solution.template"] .hero-subtitle {
    margin: 17px 0 20px
  }

  [data-tmpslg="page-solution.template"] .hero-action {
    margin-top: 60px
  }

  [data-tmpslg="page-solution.template"] .about-section {
    padding: 17px 0
  }

  [data-tmpslg="page-solution.template"] .about-left {
    margin-bottom: 53px
  }

  [data-tmpslg="page-solution.template"] .about-list .about-item {
    margin-bottom: 58px;
    font-size: 14px;
    line-height: 21px
  }

  [data-tmpslg="page-solution.template"] .about-list .about-item:last-child,
  [data-tmpslg="page-solution.template"] .about-list .about-item:nth-last-child(2) {
    margin-bottom: 0
  }

  [data-tmpslg="page-solution.template"] .about-list .about-item .lg {
    font-size: 18px;
    line-height: 30px
  }

  [data-tmpslg="page-solution.template"] .challenges-section {
    padding: 35px 0
  }

  [data-tmpslg="page-solution.template"] .challenges-section .challenges-img {
    display: none
  }

  [data-tmpslg="page-solution.template"] .challenges-item {
    width: 100%;
    margin: 15px 0;
    padding: 20px 20px 20px 23px;
    font-size: 14px
  }

  [data-tmpslg="page-solution.template"] .challenges-item .challenges-icon {
    margin-bottom: 32px
  }

  [data-tmpslg="page-solution.template"] .challenges-item .challenges-title {
    margin: 7px 0;
    font-size: 18px;
    line-height: 25px
  }

  [data-tmpslg="page-solution.template"] .challenges-item .challenges-subtitle {
    margin: 7px 0
  }

  [data-tmpslg="page-solution.template"] .opportunity-section {
    padding: 20px 0
  }

  [data-tmpslg="page-solution.template"] .opportunity-wrap {
    margin-top: 20px
  }

  [data-tmpslg="page-solution.template"] .opportunity-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  [data-tmpslg="page-solution.template"] .opportunity-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 21px
  }

  [data-tmpslg="page-solution.template"] .opportunity-title {
    margin: 9px 0 9px;
    font-size: 20px;
    line-height: 28px
  }

  [data-tmpslg="page-solution.template"] .opportunity-img {
    margin-bottom: 10px
  }

  [data-tmpslg="page-solution.template"] .opportunity-list_sm .opportunity-title {
    margin: 10px 0;
    font-size: 16px;
    line-height: 22px
  }

  [data-tmpslg="page-solution.template"] .opportunity-list_sm .opportunity-item {
    padding: 0;
    font-size: 12px;
    line-height: 18px
  }

  [data-tmpslg="page-solution.template"] .features-section {
    padding: 15px 0
  }

  [data-tmpslg="page-solution.template"] .features-title {
    margin: 20px 0;
    text-transform: none
  }

  [data-tmpslg="page-solution.template"] .features-list .features-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  [data-tmpslg="page-solution.template"] .secret-img {
    width: 70%;
    margin: 18px auto
  }

  [data-tmpslg="page-solution.template"] .selling-grid {
    margin: 40px -15px
  }

  [data-tmpslg="page-solution.template"] .selling-item {
    padding-top: 34px
  }

  [data-tmpslg="page-solution.template"] .selling-item:before {
    font-size: 44px;
    line-height: 60px
  }

  [data-tmpslg="page-solution.template"] .selling-title {
    font-size: 18px;
    line-height: 25px
  }

  [data-tmpslg="page-solution.template"] .selling-list {
    margin: 15px 0
  }

  [data-tmpslg="page-solution.template"] .partners-section {
    padding: 2px 0
  }

  [data-tmpslg="page-solution.template"] .partners-grid {
    margin: 25px -10px
  }

  [data-tmpslg="page-solution.template"] .partners-grid .partners-item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px)
  }

  [data-tmpslg="page-solution.template"] .news-section {
    padding: 10px 0
  }

  [data-tmpslg="page-solution.template"] .news-list {
    margin: 30px auto;
    grid-gap: 14px
  }

  [data-tmpslg="page-solution.template"] .news-item {
    font-size: 14px
  }

  [data-tmpslg="page-solution.template"] .news-descr {
    padding: 10px 20px 35px 20px
  }

  [data-tmpslg="page-solution.template"] .news-title {
    margin: 5px 0 13px;
    font-size: 18px;
    line-height: 25px
  }

  [data-tmpslg="page-solution.template"] .news-text {
    margin-bottom: 17px
  }

  [data-tmpslg="page-solution.template"] .news-actions {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  [data-tmpslg="page-solution.template"] .contact-section {
    padding: 30px 0 24px
  }

  [data-tmpslg="page-solution.template"] .contact-left .section-title {
    margin-bottom: 8px
  }

  [data-tmpslg="page-solution.template"] .contact-right {
    padding-top: 28px
  }

  [data-tmpslg="page-solution.template"] .contact-form .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  [data-tmpslg="page-solution.template"] .contact-form .btn {
    width: 100%
  }

  [data-tmpslg="page-solution.template"] .footer-top {
    padding: 28px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  [data-tmpslg="page-solution.template"] .footer-top .footer-logo {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 150px
  }

  [data-tmpslg="page-solution.template"] .footer-top .footer-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  [data-tmpslg="page-solution.template"] .footer-bottom {
    padding: 15px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-top: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  [data-tmpslg="page-solution.template"] .footer-bottom .footer-social {
    margin-bottom: 37px
  }

  [data-tmpslg="page-solution.template"] .footer-bottom .social-list .social-item:not(:last-child) {
    margin-right: 35px
  }

  [data-tmpslg="page-solution.template"] .footer-bottom .footer-copy {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 21px 0
  }

  [data-tmpslg="page-solution.template"] .unlock-section .unlock-wrap {
    margin-top: 30px
  }

  [data-tmpslg="page-solution.template"] .unlock-section .unlock-text {
    position: relative;
    min-height: 400px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 150px
  }

  [data-tmpslg="page-solution.template"] .unlock-section .unlock-text .unlock-img {
    width: 200px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 100%;
    -webkit-transform: translateX(130px);
    -ms-transform: translateX(130px);
    transform: translateX(130px);
    text-align: right;
    margin-right: 0
  }

  [data-tmpslg="page-solution.template"] .unlock-section .unlock-images .for-img {
    margin: 0 -15px
  }

  [data-tmpslg="page-solution.template"] .partner-system-section {
    overflow: hidden
  }

  [data-tmpslg="page-solution.template"] .partner-system-section .partner-system-images {
    position: relative;
    min-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  [data-tmpslg="page-solution.template"] .partner-system-section .partner-system-images .partner-system-img {
    width: 200px
  }

  [data-tmpslg="page-solution.template"] .partner-system-section .partner-system-images .colored-list-wrap .colored-list {
    position: static;
    min-width: inherit;
    width: 100%;
    max-width: 290px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  [data-tmpslg="page-solution.template"] .gamified-section {
    overflow: hidden
  }

  [data-tmpslg="page-solution.template"] .gamified-img-wrapper {
    justify-content: center
  }

  [data-tmpslg="page-solution.template"] .gamified-img-col {
    flex: 0 0 100%;
    max-width: 300px
  }

  [data-tmpslg="page-solution.template"] .gamified-img-col .colored-list {
    width: 100%;
    padding: 0
  }

  [data-tmpslg="page-solution.template"] .gamified-img-col .colored-list li {
    width: 100%
  }

  [data-tmpslg="page-solution.template"] .gamified-list .gamified-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  [data-tmpslg="page-solution.template"] .loyalty-section .loyalty-img_desktop {
    display: none
  }

  [data-tmpslg="page-solution.template"] .loyalty-section .loyalty-img_mobile {
    display: block;
    max-width: 260px;
    margin: 0 auto
  }

  [data-tmpslg="page-solution.template"] .cashless-section .cashless-images {
    position: relative;
    min-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
  }

  [data-tmpslg="page-solution.template"] .cashless-section .cashless-images .cashless-img {
    width: 200px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 100%;
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
    margin-right: 0;
    text-align: right
  }

  [data-tmpslg="page-solution.template"] .cashless-section .cashless-images .cashless-img:nth-child(2) {
    right: auto;
    left: 100%;
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
    text-align: left
  }

  [data-tmpslg="page-solution.template"] .cashless-section .cashless-images .colored-list-wrap .colored-list {
    position: static;
    min-width: inherit;
    width: 100%;
    max-width: 290px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  [data-tmpslg="page-solution.template"] .digital-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px
  }

  [data-tmpslg="page-solution.template"] .digital-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    padding: 25px 25px 25px 25px;
    font-size: 14px;
    line-height: 19px
  }

  [data-tmpslg="page-solution.template"] .digital-item .digital-icon {
    height: 40px;
    margin-bottom: 15px
  }
}

@media only screen and (max-width:480px) {
  [data-tmpslg="page-solution.template"] .colored-list {
    width: 100%;
    padding: 0
  }

  [data-tmpslg="page-solution.template"] .colored-list li {
    padding: 6px 10px
  }

  [data-tmpslg="page-solution.template"] .partner-system-section .partner-system-images {
    flex-wrap: wrap
  }

  [data-tmpslg="page-solution.template"] .partner-system-img-col {
    flex: 0 0 70%;
    max-width: 300px
  }

  [data-tmpslg="page-solution.template"] .partner-system-images .colored-list-wrap li {
    width: 100%
  }

  [data-tmpslg="page-solution.template"] .reward-img-wrapper {
    position: relative;
    flex-wrap: wrap
  }

  [data-tmpslg="page-solution.template"] .reward-img-col {
    flex: 0 0 70%;
    max-width: 300px
  }

  [data-tmpslg="page-solution.template"] .reward-img-wrapper .colored-list-wrap li {
    width: 100%
  }

  [data-tmpslg="page-solution.template"] .reward-section .reward-item_left .colored-list-wrap {
    justify-content: center
  }

  [data-tmpslg="page-solution.template"] .reward-section .reward-item_left .colored-list {
    text-align: center
  }

  [data-tmpslg="page-solution.template"] .reward-section .reward-item_left .colored-list li {
    padding: 6px 10px
  }

  [data-tmpslg="page-solution.template"] .vote-section .vote-images {
    flex-wrap: wrap
  }

  [data-tmpslg="page-solution.template"] .vote-img-col {
    flex: 0 0 70%;
    max-width: 300px
  }

  [data-tmpslg="page-solution.template"] .vote-images .colored-list-wrap li {
    width: 100%
  }

  [data-tmpslg="page-solution.template"] .cashless-section .cashless-wrap {
    flex-direction: column;
    align-items: center
  }

  [data-tmpslg="page-solution.template"] .cashless-section .cashless-col {
    flex: 0 0 70%;
    width: 70%;
    max-width: 300px
  }

  [data-tmpslg="page-solution.template"] .cashless-section .colored-list,
  [data-tmpslg="page-solution.template"] .cashless-section .colored-list li {
    width: 100%
  }

  [data-tmpslg="page-solution.template"] .cashless-section .cashless-text {
    flex: 0 0 100%;
    width: 100%;
    max-width: none
  }
}

@media only screen and (max-width:375px) {
  [data-tmpslg="page-solution.template"] .partner-system-section .partner-system-images .partner-system-img {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    margin: 0
  }

  [data-tmpslg="page-solution.template"] .partner-system-section .partner-system-images .partner-system-img:nth-child(2) {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    margin: 0
  }

  [data-tmpslg="page-solution.template"] .partner-system-section .colored-list {
    min-width: 200px
  }

  [data-tmpslg="page-solution.template"] .gamified-section .gamified-img .colored-list {
    min-width: 200px
  }

  [data-tmpslg="page-solution.template"] .reward-section .reward-title {
    width: 100%;
    font-size: 16px;
    line-height: 22px
  }

  [data-tmpslg="page-solution.template"] .reward-section .reward-item_left .colored-list {
    min-width: 290px
  }

  [data-tmpslg="page-solution.template"] .vote-section .vote-img .colored-list {
    min-width: 200px
  }

  [data-tmpslg="page-solution.template"] .cashless-section .cashless-images .cashless-img {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px)
  }

  [data-tmpslg="page-solution.template"] .cashless-section .cashless-images .cashless-img:nth-child(2) {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px)
  }

  [data-tmpslg="page-solution.template"] .cashless-section .colored-list {
    min-width: 200px
  }

  [data-tmpslg="page-solution.template"] .digital-bold {
    text-align: left
  }
}

@media only screen and (max-width:1024px) {
  [data-tmpslg="page-solution.template"] .desktop-only {
    display: none
  }
}

@media only screen and (min-width:1025px) {
  [data-tmpslg="page-solution.template"] .tablet-only {
    display: none
  }
}

[data-tmpslg="page-advisory.template"] * {
  margin: 0;
  padding: 0
}

[data-tmpslg="page-advisory.template"] *,
[data-tmpslg="page-advisory.template"] :after,
[data-tmpslg="page-advisory.template"] :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

[data-tmpslg="page-advisory.template"] article,
[data-tmpslg="page-advisory.template"] aside,
[data-tmpslg="page-advisory.template"] details,
[data-tmpslg="page-advisory.template"] figcaption,
[data-tmpslg="page-advisory.template"] figure,
[data-tmpslg="page-advisory.template"] footer,
[data-tmpslg="page-advisory.template"] header,
[data-tmpslg="page-advisory.template"] hgroup,
[data-tmpslg="page-advisory.template"] menu,
[data-tmpslg="page-advisory.template"] nav,
[data-tmpslg="page-advisory.template"] section {
  display: block
}

[data-tmpslg="page-advisory.template"] ol,
[data-tmpslg="page-advisory.template"] ul {
  list-style-type: none
}

[data-tmpslg="page-advisory.template"] a:active,
[data-tmpslg="page-advisory.template"] a:focus,
[data-tmpslg="page-advisory.template"] a:hover,
[data-tmpslg="page-advisory.template"] button:active,
[data-tmpslg="page-advisory.template"] button:focus,
[data-tmpslg="page-advisory.template"] button:hover,
[data-tmpslg="page-advisory.template"] input:active,
[data-tmpslg="page-advisory.template"] input:focus,
[data-tmpslg="page-advisory.template"] input:hover {
  outline: 0
}

[data-tmpslg="page-advisory.template"] body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Avenir;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #7a7c82
}

[data-tmpslg="page-advisory.template"] .for-img {
  text-align: center
}

[data-tmpslg="page-advisory.template"] .for-img img {
  max-width: 100%;
  max-height: 100%;
  height: auto
}

[data-tmpslg="page-advisory.template"] .cover-img {
  position: relative;
  overflow: hidden
}

[data-tmpslg="page-advisory.template"] .cover-img:before {
  display: block;
  content: ""
}

[data-tmpslg="page-advisory.template"] .cover-img .image {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

[data-tmpslg="page-advisory.template"] .contain-img {
  position: relative;
  overflow: hidden
}

[data-tmpslg="page-advisory.template"] .contain-img:before {
  display: block;
  content: ""
}

[data-tmpslg="page-advisory.template"] .contain-img .image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

[data-tmpslg="page-advisory.template"] .visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0)
}

[data-tmpslg="page-advisory.template"] .text-center {
  text-align: center
}

[data-tmpslg="page-advisory.template"] .wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  background: url(../img/hero/page-home_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-advisory.template"] .wrapper.page-about {
  background: url(../img/hero/page-about-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-advisory.template"] .wrapper.page-advantages {
  background: url(../img/hero/page-advantages-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-advisory.template"] .wrapper.page-solution {
  background: url(../img/hero/page-solution-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-advisory.template"] .wrapper.page-advantage {
  background: url(../img/hero/page-advantage-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-advisory.template"] .content-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

[data-tmpslg="page-advisory.template"] .container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px
}

[data-tmpslg="page-advisory.template"] .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 206px;
  height: 52px;
  padding: 0 40px;
  background: #3484f0;
  border: none;
  border-radius: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none
}

[data-tmpslg="page-advisory.template"] .btn:active,
[data-tmpslg="page-advisory.template"] .btn:focus,
[data-tmpslg="page-advisory.template"] .btn:hover {
  -webkit-box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5);
  box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5)
}

[data-tmpslg="page-advisory.template"] .btn_white {
  background: #fff;
  color: #3484f0
}

[data-tmpslg="page-advisory.template"] .btn_sm {
  min-width: 136px;
  height: 36px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 19px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}

[data-tmpslg="page-advisory.template"] .btn_xs {
  min-width: inherit
}

[data-tmpslg="page-advisory.template"] .btn-outline {
  min-width: 158px;
  height: 45px;
  background: #fff;
  border: 2px solid rgba(52, 132, 240, .8);
  border-radius: 16px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #3484f0;
  -webkit-box-shadow: none;
  box-shadow: none
}

[data-tmpslg="page-advisory.template"] .custom-list > li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 24px
}

[data-tmpslg="page-advisory.template"] .custom-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/dot.png) no-repeat center
}

[data-tmpslg="page-advisory.template"] .custom-list_check > li:before {
  background: url(../img/check.png) no-repeat center
}

[data-tmpslg="page-advisory.template"] .section-title {
  margin: 25px 0;
  font-size: 34px;
  line-height: 46px;
  font-weight: 900;
  color: #1c1f28
}

[data-tmpslg="page-advisory.template"] .section-title_white {
  color: #fff
}

[data-tmpslg="page-advisory.template"] .highligthed {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, transparent), color-stop(53%, rgba(52, 132, 240, .2)), color-stop(89%, rgba(52, 132, 240, .2)), color-stop(89%, transparent));
  background: -o-linear-gradient(top, transparent 53%, rgba(52, 132, 240, .2) 53%, rgba(52, 132, 240, .2) 89%, transparent 89%);
  background: linear-gradient(to bottom, transparent 53%, rgba(52, 132, 240, .2) 53%, rgba(52, 132, 240, .2) 89%, transparent 89%)
}

[data-tmpslg="page-advisory.template"] .highligthed_grey {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, transparent), color-stop(53%, rgba(255, 255, 255, .2)), color-stop(89%, rgba(255, 255, 255, .2)), color-stop(89%, transparent));
  background: -o-linear-gradient(top, transparent 53%, rgba(255, 255, 255, .2) 53%, rgba(255, 255, 255, .2) 89%, transparent 89%);
  background: linear-gradient(to bottom, transparent 53%, rgba(255, 255, 255, .2) 53%, rgba(255, 255, 255, .2) 89%, transparent 89%)
}

[data-tmpslg="page-advisory.template"] .form-group {
  margin-bottom: 16px
}

[data-tmpslg="page-advisory.template"] .input-text {
  display: block;
  width: 100%;
  height: 52px;
  padding: 15px 20px;
  border: 1px solid rgba(244, 246, 250, .19);
  border-radius: 16px;
  background-color: rgba(244, 246, 250, .19);
  -webkit-box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5);
  box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5);
  font-family: Avenir;
  font-size: 16px;
  line-height: 22px;
  color: #e7e7e7
}

[data-tmpslg="page-advisory.template"] .input-text:active,
[data-tmpslg="page-advisory.template"] .input-text:focus {
  border-color: #fff
}

[data-tmpslg="page-advisory.template"] .input-text::-webkit-input-placeholder {
  color: #e7e7e7
}

[data-tmpslg="page-advisory.template"] .input-text::-moz-placeholder {
  color: #e7e7e7
}

[data-tmpslg="page-advisory.template"] .input-text:-ms-input-placeholder {
  color: #e7e7e7
}

[data-tmpslg="page-advisory.template"] .input-text:-moz-placeholder {
  color: #e7e7e7
}

[data-tmpslg="page-advisory.template"] textarea.input-text {
  height: 100px;
  font-family: Avenir
}

[data-tmpslg="page-advisory.template"] .social-link {
  display: block;
  width: 20px;
  text-decoration: none
}

[data-tmpslg="page-advisory.template"] .social-link:before {
  padding-top: 100%
}

[data-tmpslg="page-advisory.template"] .social-link .image {
  opacity: .45
}

[data-tmpslg="page-advisory.template"] .social-link:active .image,
[data-tmpslg="page-advisory.template"] .social-link:focus .image,
[data-tmpslg="page-advisory.template"] .social-link:hover .image {
  opacity: 1
}

[data-tmpslg="page-advisory.template"] .colored-list {
  display: inline-block;
  padding: 11px 0;
  border-radius: 16px;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  overflow: hidden
}

[data-tmpslg="page-advisory.template"] .colored-list li {
  padding: 13px 27px
}

[data-tmpslg="page-advisory.template"] .colored-list_main {
  background: #3484f0;
  -webkit-box-shadow: 0 10px 30px 1px rgba(52, 132, 240, .7);
  box-shadow: 0 10px 30px 1px rgba(52, 132, 240, .7);
  color: #fff
}

[data-tmpslg="page-advisory.template"] .colored-list-wrap {
  position: relative
}

[data-tmpslg="page-advisory.template"] .colored-list-wrap .colored-list {
  position: absolute
}

[data-tmpslg="page-advisory.template"] .colored-list-wrap .colored-list_right-center {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%)
}

[data-tmpslg="page-advisory.template"] .colored-list-wrap .colored-list_right-bottom {
  top: auto;
  bottom: 50px;
  right: 0;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0)
}

[data-tmpslg="page-advisory.template"] .iphone-img {
  padding: 10px;
  background: #fff;
  border-radius: 28px;
  -webkit-box-shadow: 6px -7px 26px 0 rgba(0, 0, 0, .09);
  box-shadow: 6px -7px 26px 0 rgba(0, 0, 0, .09)
}

[data-tmpslg="page-advisory.template"] .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

[data-tmpslg="page-advisory.template"] .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

[data-tmpslg="page-advisory.template"] .header-logo {
  margin-right: auto;
  font-size: 0;
  line-height: 0
}

[data-tmpslg="page-advisory.template"] .header-nav {
  margin-right: 40px
}

[data-tmpslg="page-advisory.template"] .header-nav .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

[data-tmpslg="page-advisory.template"] .header-nav .nav-item {
  margin: 0 14px
}

[data-tmpslg="page-advisory.template"] .header-nav .nav-link {
  display: block;
  padding: 45px 11px;
  border-top: 3px solid transparent;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  text-decoration: none
}

[data-tmpslg="page-advisory.template"] .header-nav .nav-link:focus,
[data-tmpslg="page-advisory.template"] .header-nav .nav-link:hover,
[data-tmpslg="page-advisory.template"] .header-nav .nav-link_active {
  border-color: #3484f0;
  color: #3484f0
}

[data-tmpslg="page-advisory.template"] .header-action:active,
[data-tmpslg="page-advisory.template"] .header-action:focus,
[data-tmpslg="page-advisory.template"] .header-action:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  color: #3484f0
}

[data-tmpslg="page-advisory.template"] .hero-section {
  min-height: 100vh;
  padding: 130px 0 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

[data-tmpslg="page-advisory.template"] .hero-section .container {
  width: 100%
}

[data-tmpslg="page-advisory.template"] .hero-inner {
  position: relative
}

[data-tmpslg="page-advisory.template"] .hero-inner .social-list {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

[data-tmpslg="page-advisory.template"] .hero-inner .social-list .social-item:not(:last-child) {
  margin-bottom: 30px
}

[data-tmpslg="page-advisory.template"] .hero-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 700px
}

[data-tmpslg="page-advisory.template"] .hero-title {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, transparent), color-stop(47%, rgba(255, 255, 255, .2)), color-stop(81%, rgba(255, 255, 255, .2)), color-stop(81%, transparent));
  background: -o-linear-gradient(top, transparent 47%, rgba(255, 255, 255, .2) 47%, rgba(255, 255, 255, .2) 81%, transparent 81%);
  background: linear-gradient(to bottom, transparent 47%, rgba(255, 255, 255, .2) 47%, rgba(255, 255, 255, .2) 81%, transparent 81%);
  font-size: 60px;
  line-height: 1.33;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase
}

[data-tmpslg="page-advisory.template"] .hero-subtitle {
  margin: 30px 0;
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  color: #a1a4ac
}

[data-tmpslg="page-advisory.template"] .hero-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 50px
}

[data-tmpslg="page-advisory.template"] .play-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 200px;
  padding: 0 36px;
  font-size: 18px;
  line-height: 22px;
  color: #fff
}

[data-tmpslg="page-advisory.template"] .play-btn-block {
  position: relative;
  width: 118px;
  height: 118px;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, .024);
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

[data-tmpslg="page-advisory.template"] .play-btn-block:before {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  display: block;
  content: "";
  border: 1px solid rgba(255, 255, 255, .048);
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s
}

[data-tmpslg="page-advisory.template"] .play-btn-block:after {
  position: absolute;
  top: 11px;
  right: 11px;
  bottom: 11px;
  left: 11px;
  display: block;
  content: "";
  border: 1px solid rgba(255, 255, 255, .072);
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}

[data-tmpslg="page-advisory.template"] .play-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s
}

[data-tmpslg="page-advisory.template"] .play-btn:before {
  position: absolute;
  left: -7px;
  top: -7px;
  right: -7px;
  bottom: -7px;
  display: block;
  content: "";
  border: 1px solid rgba(255, 255, 255, .096);
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s
}

[data-tmpslg="page-advisory.template"] .play-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent
}

[data-tmpslg="page-advisory.template"] .play-btn-text {
  margin-left: -7px
}

[data-tmpslg="page-advisory.template"] .play-btn-block:active,
[data-tmpslg="page-advisory.template"] .play-btn-block:focus,
[data-tmpslg="page-advisory.template"] .play-btn-block:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0)
}

[data-tmpslg="page-advisory.template"] .play-btn-block:active:after,
[data-tmpslg="page-advisory.template"] .play-btn-block:active:before,
[data-tmpslg="page-advisory.template"] .play-btn-block:focus:after,
[data-tmpslg="page-advisory.template"] .play-btn-block:focus:before,
[data-tmpslg="page-advisory.template"] .play-btn-block:hover:after,
[data-tmpslg="page-advisory.template"] .play-btn-block:hover:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0)
}

[data-tmpslg="page-advisory.template"] .play-btn-block:active .play-btn:before,
[data-tmpslg="page-advisory.template"] .play-btn-block:focus .play-btn:before,
[data-tmpslg="page-advisory.template"] .play-btn-block:hover .play-btn:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0)
}

[data-tmpslg="page-advisory.template"] .advisory-section {
  padding: 113px 0 30px
}

[data-tmpslg="page-advisory.template"] .advisory-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin: 40px 0
}

[data-tmpslg="page-advisory.template"] .advisory-item {
  padding: 33px 30px 30px 26px;
  border: .5px solid #eee;
  border-radius: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 23px 30px 1px rgba(7, 42, 68, .05);
  box-shadow: 0 23px 30px 1px rgba(7, 42, 68, .05)
}

[data-tmpslg="page-advisory.template"] .advisory-item .advisory-list > li {
  margin-bottom: 22px;
  font-size: 18px
}

[data-tmpslg="page-advisory.template"] .advisory-item .advisory-list > li:last-child {
  margin-bottom: 0
}

[data-tmpslg="page-advisory.template"] .advisory-item:hover {
  background-color: #3484f0;
  color: #fff
}

[data-tmpslg="page-advisory.template"] .advisory-item:hover .advisory-title {
  color: #fff
}

[data-tmpslg="page-advisory.template"] .advisory-item:hover .custom-list > li:before {
  background: url(../img/dot-white.svg) no-repeat center
}

[data-tmpslg="page-advisory.template"] .advisory-title {
  margin: 10px 0 35px;
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  color: #3484f0;
  text-transform: uppercase
}

[data-tmpslg="page-advisory.template"] .btn-cons {
  display: none
}

[data-tmpslg="page-advisory.template"] .technologies-section {
  padding: 119px 0 50px;
  background: url(../img/technologies-bg.png) no-repeat left top;
  background-size: 96% auto
}

[data-tmpslg="page-advisory.template"] .technology-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 52px;
  margin: 40px 0
}

[data-tmpslg="page-advisory.template"] .technology-title {
  margin: 10px 0 13px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 900;
  color: #3484f0;
  text-transform: uppercase
}

[data-tmpslg="page-advisory.template"] .technology-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

[data-tmpslg="page-advisory.template"] .technology-list li {
  width: 75px;
  margin: 10px 20px
}

[data-tmpslg="page-advisory.template"] .technology-list li img {
  max-height: 50px
}

[data-tmpslg="page-advisory.template"] .contact-section {
  padding: 50px 0
}

[data-tmpslg="page-advisory.template"] .contact-inner {
  padding: 62px 0;
  background: url(../img/contact-bg.svg) no-repeat left top;
  background-size: 100% 100%
}

[data-tmpslg="page-advisory.template"] .contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

[data-tmpslg="page-advisory.template"] .contact-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 14.5%;
  color: #fff
}

[data-tmpslg="page-advisory.template"] .contact-left .section-title {
  margin-top: -25px;
  margin-bottom: 17px
}

[data-tmpslg="page-advisory.template"] .contact-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 20px 70px 20px 0
}

[data-tmpslg="page-advisory.template"] .contact-form {
  display: block;
  width: 100%;
  max-width: 396px;
  margin: 0 auto
}

[data-tmpslg="page-advisory.template"] .contact-form .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px
}

[data-tmpslg="page-advisory.template"] .contact-form .col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 8px
}

[data-tmpslg="page-advisory.template"] .contact-form .col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 8px
}

[data-tmpslg="page-advisory.template"] .contact-form .btn:active,
[data-tmpslg="page-advisory.template"] .contact-form .btn:focus,
[data-tmpslg="page-advisory.template"] .contact-form .btn:hover {
  background: #daecff
}

[data-tmpslg="page-advisory.template"] .footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0 35px;
  color: rgba(255, 255, 255, .75)
}

[data-tmpslg="page-advisory.template"] .footer-top a {
  text-decoration: none;
  color: rgba(255, 255, 255, .75)
}

[data-tmpslg="page-advisory.template"] .footer-top a:active,
[data-tmpslg="page-advisory.template"] .footer-top a:focus,
[data-tmpslg="page-advisory.template"] .footer-top a:hover {
  color: #fff
}

[data-tmpslg="page-advisory.template"] .footer-top .footer-logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41%;
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
  padding: 0 40px 0 20px;
  text-align: center
}

[data-tmpslg="page-advisory.template"] .footer-top .footer-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28%;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  padding: 0 20px
}

[data-tmpslg="page-advisory.template"] .footer-top address {
  font-style: normal
}

[data-tmpslg="page-advisory.template"] .footer-top address a {
  display: inline-block;
  margin: 20px 0;
  font-weight: 500;
  letter-spacing: .5px
}

[data-tmpslg="page-advisory.template"] .footer-top address p {
  margin: 0;
  font-size: 16px;
  line-height: 27px
}

[data-tmpslg="page-advisory.template"] .footer-top .footer-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31%;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  padding: 0 20px
}

[data-tmpslg="page-advisory.template"] .footer-top .footer-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 900;
  letter-spacing: 1.25px;
  color: #fff
}

[data-tmpslg="page-advisory.template"] .footer-top .footer-nav {
  margin: 30px 0
}

[data-tmpslg="page-advisory.template"] .footer-top .nav-item {
  margin: 20px 0
}

[data-tmpslg="page-advisory.template"] .footer-top .nav-link {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: .5px
}

[data-tmpslg="page-advisory.template"] .footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 36px 43px;
  border-top: 1px solid rgba(255, 255, 255, .3);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .5px;
  color: rgba(255, 255, 255, .75)
}

[data-tmpslg="page-advisory.template"] .footer-bottom .social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

[data-tmpslg="page-advisory.template"] .footer-bottom .social-list .social-item:not(:last-child) {
  margin-right: 35px
}

@media only screen and (max-width:1600px) {
  [data-tmpslg="page-advisory.template"] .hero-section {
    min-height: 760px;
    padding: 190px 0 100px
  }

  [data-tmpslg="page-advisory.template"] .hero-action {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0
  }

  [data-tmpslg="page-advisory.template"] .play-btn-wrap {
    margin-right: 0;
    padding: 0
  }
}

@media only screen and (max-width:1440px) {
  [data-tmpslg="page-advisory.template"] .wrapper {
    background: #fff !important
  }

  [data-tmpslg="page-advisory.template"] .wrapper .hero-section {
    background: url(../img/hero/page-home_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-advisory.template"] .page-about .hero-section {
    background: url(../img/hero/page-about-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-advisory.template"] .page-advantages .hero-section {
    background: url(../img/hero/page-advantages-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-advisory.template"] .page-solution .hero-section {
    background: url(../img/hero/page-solution-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-advisory.template"] .page-advantage .hero-section {
    background: url(../img/hero/page-advantage-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-advisory.template"] .page-advantage .hero-section {
    background: url(../img/hero/page-advantage-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-advisory.template"] .about-section {
    padding: 30px 0
  }

  [data-tmpslg="page-advisory.template"] .about-list .about-item {
    margin-bottom: 40px
  }

  [data-tmpslg="page-advisory.template"] .challenges-section {
    padding: 30px 0
  }

  [data-tmpslg="page-advisory.template"] .opportunity-section {
    margin-top: 0;
    padding: 30px 0 30px;
    background: #fafbfb
  }

  [data-tmpslg="page-advisory.template"] .features-section {
    padding: 30px 0
  }

  [data-tmpslg="page-advisory.template"] .secret-section {
    min-height: inherit;
    padding: 30px 0 0;
    background: #fafbfb
  }

  [data-tmpslg="page-advisory.template"] .secret-list {
    margin: 30px 0;
    padding: 0
  }

  [data-tmpslg="page-advisory.template"] .secret-header {
    padding: 20px 15px
  }

  [data-tmpslg="page-advisory.template"] .secret-body {
    padding: 30px 15px
  }

  [data-tmpslg="page-advisory.template"] .selling-section {
    padding-top: 30px
  }

  [data-tmpslg="page-advisory.template"] .contact-section {
    padding: 30px 0;
    background: #3484f0
  }

  [data-tmpslg="page-advisory.template"] .contact-inner {
    padding: 0;
    background: 0 0
  }

  [data-tmpslg="page-advisory.template"] .footer {
    background: -webkit-gradient(linear, left top, left bottom, from(#3e454e), to(#2b2d34));
    background: -o-linear-gradient(top, #3e454e, #2b2d34);
    background: linear-gradient(to bottom, #3e454e, #2b2d34)
  }

  [data-tmpslg="page-advisory.template"] .footer-top {
    padding: 35px 0 25px
  }

  [data-tmpslg="page-advisory.template"] .footer-bottom {
    padding: 20px 43px
  }

  [data-tmpslg="page-advisory.template"] .wins-section {
    min-height: inherit;
    margin-top: 0;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-advisory.template"] .wins-grid {
    grid-row-gap: 40px;
    grid-column-gap: 20px
  }

  [data-tmpslg="page-advisory.template"] .members-section {
    padding: 30px 0
  }

  [data-tmpslg="page-advisory.template"] .members-wrap {
    margin: 30px 0
  }

  [data-tmpslg="page-advisory.template"] .members-title {
    margin: 20px 0
  }

  [data-tmpslg="page-advisory.template"] .roadmap-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-advisory.template"] .advisory-section {
    padding: 30px 0
  }

  [data-tmpslg="page-advisory.template"] .technologies-section {
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-advisory.template"] .unlock-section {
    margin-top: -30px;
    padding: 30px 0;
    background: 0 0
  }

  [data-tmpslg="page-advisory.template"] .gamified-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-advisory.template"] .reward-section {
    margin-bottom: 50px;
    padding: 40px 0 10px
  }

  [data-tmpslg="page-advisory.template"] .loyalty-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-advisory.template"] .loyalty-section .loyalty-wrap {
    margin: 30px 0
  }

  [data-tmpslg="page-advisory.template"] .vote-section {
    margin-top: 0;
    padding: 30px 0 30px
  }

  [data-tmpslg="page-advisory.template"] .cashless-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-advisory.template"] .digital-section {
    padding: 30px 0;
    margin-top: 0
  }

  [data-tmpslg="page-advisory.template"] .club-advantages-section {
    padding: 30px 0
  }

  [data-tmpslg="page-advisory.template"] .club-advantages-list {
    margin: 50px auto 0
  }

  [data-tmpslg="page-advisory.template"] .consumption-section {
    padding: 30px 0 50px
  }

  [data-tmpslg="page-advisory.template"] .revenue-sources-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-advisory.template"] .revenue-forecast-section {
    padding: 30px 0
  }
}

@media only screen and (max-width:1024px) {
  [data-tmpslg="page-advisory.template"] .header {
    padding: 15px 0;
    z-index: 100
  }

  [data-tmpslg="page-advisory.template"] .header .burger_open {
    position: fixed;
    top: 11px;
    right: 16px;
    display: block;
    width: 44px;
    height: 44px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 2px 9px 0 #5e6066;
    box-shadow: 0 2px 9px 0 #5e6066;
    z-index: 110
  }

  [data-tmpslg="page-advisory.template"] .header .burger_open:after,
  [data-tmpslg="page-advisory.template"] .header .burger_open:before {
    position: absolute;
    left: 10px;
    display: block;
    content: "";
    height: 2px;
    background: #000
  }

  [data-tmpslg="page-advisory.template"] .header .burger_open:before {
    top: 19px;
    width: 24px
  }

  [data-tmpslg="page-advisory.template"] .header .burger_open:after {
    top: 25px;
    width: 12px
  }

  [data-tmpslg="page-advisory.template"] .header-nav {
    position: fixed;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#3484f0), to(#2f77d7));
    background: -o-linear-gradient(top, #3484f0, #2f77d7);
    background: linear-gradient(to bottom, #3484f0, #2f77d7);
    margin-right: 0;
    padding: 25px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 120;
    overflow-y: auto
  }

  [data-tmpslg="page-advisory.template"] .header-nav.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  [data-tmpslg="page-advisory.template"] .header-nav .header-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    margin-bottom: auto
  }

  [data-tmpslg="page-advisory.template"] .header-nav .burger_close {
    position: absolute;
    top: 25px;
    right: 25px;
    display: block;
    width: 24px;
    height: 24px;
    background: transparent url(../img/burger-closed.svg) no-repeat center;
    border: none
  }

  [data-tmpslg="page-advisory.template"] .header-nav .nav-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: auto;
    overflow-y: auto
  }

  [data-tmpslg="page-advisory.template"] .header-nav .nav-item {
    margin: 0
  }

  [data-tmpslg="page-advisory.template"] .header-nav .nav-link {
    padding: 15px 0;
    border-top: none;
    font-size: 26px;
    line-height: 32px;
    color: #8dcbff
  }

  [data-tmpslg="page-advisory.template"] .header-nav .nav-link:focus,
  [data-tmpslg="page-advisory.template"] .header-nav .nav-link:hover,
  [data-tmpslg="page-advisory.template"] .header-nav .nav-link_active {
    color: #fff
  }

  [data-tmpslg="page-advisory.template"] .page-advantage .hero-section {
    background: url(../img/hero/page-advantage-bg_top-mobile.png) no-repeat center right 20%;
    background-size: cover
  }

  [data-tmpslg="page-advisory.template"] .page-solution .hero-section {
    background: url(../img/hero/page-solution-bg_top-mobile.png) no-repeat center right 30%;
    background-size: cover
  }

  [data-tmpslg="page-advisory.template"] .hero-section {
    position: relative;
    min-height: inherit;
    padding: 160px 0 100px
  }

  [data-tmpslg="page-advisory.template"] .hero-inner {
    position: static
  }

  [data-tmpslg="page-advisory.template"] .hero-inner .social-list {
    right: 15px
  }

  [data-tmpslg="page-advisory.template"] .hero-action {
    margin-top: 30px
  }

  [data-tmpslg="page-advisory.template"] .about-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
  }

  [data-tmpslg="page-advisory.template"] .about-left,
  [data-tmpslg="page-advisory.template"] .about-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  [data-tmpslg="page-advisory.template"] .about-left {
    margin-bottom: 50px
  }

  [data-tmpslg="page-advisory.template"] .about-list {
    margin: 0
  }

  [data-tmpslg="page-advisory.template"] .about-list .about-item {
    padding: 0 0 0 30px
  }

  [data-tmpslg="page-advisory.template"] .about-list .about-item:before {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
  }

  [data-tmpslg="page-advisory.template"] .about-list .about-item:last-child .lg {
    display: block
  }

  [data-tmpslg="page-advisory.template"] .challenges-list {
    margin: 30px auto 0
  }

  [data-tmpslg="page-advisory.template"] .challenges-item {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 10px;
    padding: 20px
  }

  [data-tmpslg="page-advisory.template"] .challenges-item .challenges-icon {
    margin-bottom: 20px
  }

  [data-tmpslg="page-advisory.template"] .opportunity-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 0
  }

  [data-tmpslg="page-advisory.template"] .opportunity-left,
  [data-tmpslg="page-advisory.template"] .opportunity-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  [data-tmpslg="page-advisory.template"] .features-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  [data-tmpslg="page-advisory.template"] .features-left,
  [data-tmpslg="page-advisory.template"] .features-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  [data-tmpslg="page-advisory.template"] .features-left .features-img {
    position: static;
    width: 100%;
    max-width: none
  }

  [data-tmpslg="page-advisory.template"] .secret-section {
    padding-bottom: 0;
    background: #fafbfb
  }

  [data-tmpslg="page-advisory.template"] .selling-section {
    margin-top: 0
  }

  [data-tmpslg="page-advisory.template"] .selling-grid {
    grid-row-gap: 40px;
    grid-column-gap: 20px;
    margin: 50px 0 0
  }

  [data-tmpslg="page-advisory.template"] .selling-item {
    min-height: inherit;
    padding: 30px 20px 20px 20px
  }

  [data-tmpslg="page-advisory.template"] .partners-grid {
    margin: 40px auto 0;
    grid-gap: 20px
  }

  [data-tmpslg="page-advisory.template"] .news-list {
    grid-gap: 20px;
    margin: 40px 0
  }

  [data-tmpslg="page-advisory.template"] .news-descr {
    padding: 10px 10px 20px 10px
  }

  [data-tmpslg="page-advisory.template"] .contact-left {
    padding: 0
  }

  [data-tmpslg="page-advisory.template"] .contact-right {
    padding: 20px 0 0 0
  }

  [data-tmpslg="page-advisory.template"] .wins-section {
    background: #fafbfb
  }

  [data-tmpslg="page-advisory.template"] .wins-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  [data-tmpslg="page-advisory.template"] .wins-tem {
    padding-left: 30px
  }

  [data-tmpslg="page-advisory.template"] .members-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px
  }

  [data-tmpslg="page-advisory.template"] .roadmap-section {
    background: #fafbfb
  }

  [data-tmpslg="page-advisory.template"] .roadmap-grid {
    margin: 28px -10px
  }

  [data-tmpslg="page-advisory.template"] .roadmap-header {
    padding: 15px 10px
  }

  [data-tmpslg="page-advisory.template"] .roadmap-body {
    padding: 30px 10px 0 10px
  }

  [data-tmpslg="page-advisory.template"] .roadmap-card {
    padding: 30px 20px
  }

  [data-tmpslg="page-advisory.template"] .advisory-grid {
    grid-gap: 20px;
    margin: 20px 0
  }

  [data-tmpslg="page-advisory.template"] .advisory-item {
    padding: 30px 20px 20px 20px
  }

  [data-tmpslg="page-advisory.template"] .technology-grid {
    grid-gap: 20px;
    margin: 20px 0
  }

  [data-tmpslg="page-advisory.template"] .grid-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -15px
  }

  [data-tmpslg="page-advisory.template"] .grid-row .grid-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-advisory.template"] .grid-row .grid-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-advisory.template"] .grid-row .grid-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-advisory.template"] .grid-row .grid-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-advisory.template"] .grid-row .grid-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-advisory.template"] .unlock-section .unlock-images .for-img {
    margin: 0 -27px
  }

  [data-tmpslg="page-advisory.template"] .unlock-section .unlock-images img {
    width: 100%
  }

  [data-tmpslg="page-advisory.template"] .unlock-section .unlock-text {
    padding-top: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  [data-tmpslg="page-advisory.template"] .unlock-section .unlock-text .unlock-img {
    width: 300px
  }

  [data-tmpslg="page-advisory.template"] .unlock-section .unlock-text ul {
    margin: 30px 0
  }

  [data-tmpslg="page-advisory.template"] .unlock-wrap {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    overflow: hidden
  }

  [data-tmpslg="page-advisory.template"] .partner-system-section .partner-system-wrap {
    margin-top: 40px
  }

  [data-tmpslg="page-advisory.template"] .partner-system-section .grid-col-6:first-child {
    text-align: center
  }

  [data-tmpslg="page-advisory.template"] .partner-system-section .partner-system-images {
    margin-bottom: 30px
  }

  [data-tmpslg="page-advisory.template"] .partner-system-section .partner-system-img {
    margin-right: 30px
  }

  [data-tmpslg="page-advisory.template"] .partner-system-section .partner-system-text {
    padding-left: 15px
  }

  [data-tmpslg="page-advisory.template"] .gamified-section .gamified-wrap {
    margin-top: 40px
  }

  [data-tmpslg="page-advisory.template"] .gamified-section .gamified-text {
    padding-top: 0;
    padding-left: 15px
  }

  [data-tmpslg="page-advisory.template"] .reward-section .reward-wrap .grid-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  [data-tmpslg="page-advisory.template"] .reward-section .reward-item_left {
    padding-right: 0
  }

  [data-tmpslg="page-advisory.template"] .reward-section .reward-item_left .colored-list {
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
  }

  [data-tmpslg="page-advisory.template"] .reward-section .reward-item_right {
    padding-left: 0
  }

  [data-tmpslg="page-advisory.template"] .reward-section .reward-item_right .colored-list {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-advisory.template"] .vote-section .vote-wrap {
    margin-top: 40px
  }

  [data-tmpslg="page-advisory.template"] .vote-section .vote-images {
    margin-top: 0;
    padding-left: 15px;
    text-align: center
  }

  [data-tmpslg="page-advisory.template"] .vote-section .vote-img {
    margin-right: 0
  }

  [data-tmpslg="page-advisory.template"] .vote-section .grid-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666%;
    -ms-flex: 0 0 41.666%;
    flex: 0 0 41.666%;
    max-width: 41.666%
  }

  [data-tmpslg="page-advisory.template"] .vote-section .grid-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333%;
    -ms-flex: 0 0 58.333%;
    flex: 0 0 58.333%;
    max-width: 58.333%
  }

  [data-tmpslg="page-advisory.template"] .cashless-section .cashless-wrap {
    margin-top: 40px
  }

  [data-tmpslg="page-advisory.template"] .cashless-section .grid-col-6:first-child {
    text-align: center
  }

  [data-tmpslg="page-advisory.template"] .cashless-section .cashless-images {
    margin-bottom: 30px
  }

  [data-tmpslg="page-advisory.template"] .cashless-section .cashless-img {
    margin-right: 30px
  }

  [data-tmpslg="page-advisory.template"] .cashless-section .cashless-text {
    padding-left: 15px
  }

  [data-tmpslg="page-advisory.template"] .digital-grid {
    margin: 0 -10px
  }

  [data-tmpslg="page-advisory.template"] .digital-item {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 10px;
    padding: 40px 30px 30px 30px
  }

  [data-tmpslg="page-advisory.template"] .digital-item .digital-icon {
    margin-bottom: 20px
  }

  [data-tmpslg="page-advisory.template"] .revenue-sources-list {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    margin: 50px auto 0
  }

  [data-tmpslg="page-advisory.template"] .revenue-forecast-grid {
    grid-column-gap: 20px;
    margin: 50px 0 40px
  }
}

@media only screen and (max-width:767px) {
  [data-tmpslg="page-advisory.template"] .container {
    padding: 0 16px
  }

  [data-tmpslg="page-advisory.template"] .section-title {
    margin: 15px 0;
    font-size: 24px;
    line-height: 33px
  }

  [data-tmpslg="page-advisory.template"] .hero-title {
    font-size: 30px;
    line-height: 50px
  }

  [data-tmpslg="page-advisory.template"] .hero-subtitle {
    font-size: 14px;
    line-height: 22px
  }

  [data-tmpslg="page-advisory.template"] .about-left {
    font-size: 14px
  }

  [data-tmpslg="page-advisory.template"] .about-left .btn {
    display: none
  }

  [data-tmpslg="page-advisory.template"] .about-list .about-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  [data-tmpslg="page-advisory.template"] .about-list .about-item_empty {
    display: none
  }

  [data-tmpslg="page-advisory.template"] .challenges-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 10px
  }

  [data-tmpslg="page-advisory.template"] .secret-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    overflow: hidden
  }

  [data-tmpslg="page-advisory.template"] .secret-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  [data-tmpslg="page-advisory.template"] .secret-list .secret-item {
    width: 100%;
    margin: 0 15px
  }

  [data-tmpslg="page-advisory.template"] .secret-list .secret-header {
    padding: 20px 0
  }

  [data-tmpslg="page-advisory.template"] .secret-list .secret-header:after {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px)
  }

  [data-tmpslg="page-advisory.template"] .secret-list .secret-body {
    padding: 20px 0
  }

  [data-tmpslg="page-advisory.template"] .selling-grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    overflow: hidden
  }

  [data-tmpslg="page-advisory.template"] .selling-grid .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  [data-tmpslg="page-advisory.template"] .selling-grid .selling-item {
    width: 100%;
    margin: 25px 15px
  }

  [data-tmpslg="page-advisory.template"] .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  [data-tmpslg="page-advisory.template"] .slick-dots button {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 4px;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 50%;
    text-indent: -9999px
  }

  [data-tmpslg="page-advisory.template"] .slick-dots button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    border: 1px solid #3484f0;
    border-radius: 50%;
    background-color: transparent
  }

  [data-tmpslg="page-advisory.template"] .slick-dots .slick-active button {
    border-color: #3484f0
  }

  [data-tmpslg="page-advisory.template"] .slick-dots .slick-active button:after {
    background-color: #3484f0
  }

  [data-tmpslg="page-advisory.template"] .partners-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px
  }

  [data-tmpslg="page-advisory.template"] .partners-grid .partners-item {
    width: -webkit-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
    margin: 5px
  }

  [data-tmpslg="page-advisory.template"] .news-list {
    grid-gap: 15px;
    margin: 40px auto;
    grid-template-columns: 1fr;
    max-width: 500px
  }

  [data-tmpslg="page-advisory.template"] .contact-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  [data-tmpslg="page-advisory.template"] .contact-left,
  [data-tmpslg="page-advisory.template"] .contact-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  [data-tmpslg="page-advisory.template"] .contact-left .section-title {
    margin-top: 0
  }

  [data-tmpslg="page-advisory.template"] .contact-form {
    max-width: none
  }

  [data-tmpslg="page-advisory.template"] .footer-top .footer-logo {
    padding: 0 20px
  }

  [data-tmpslg="page-advisory.template"] .footer-top .footer-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 59%;
    -ms-flex: 0 0 59%;
    flex: 0 0 59%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  [data-tmpslg="page-advisory.template"] .footer-top .footer-menu {
    display: none
  }

  [data-tmpslg="page-advisory.template"] .footer-bottom {
    padding: 25px 0
  }

  [data-tmpslg="page-advisory.template"] .footer-bottom .social-list .social-item:not(:last-child) {
    margin-right: 20px
  }

  [data-tmpslg="page-advisory.template"] .wins-section {
    padding: 15px 0
  }

  [data-tmpslg="page-advisory.template"] .wins-grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 27px 0 20px;
    line-height: 21px
  }

  [data-tmpslg="page-advisory.template"] .wins-grid span {
    margin: 4px 0
  }

  [data-tmpslg="page-advisory.template"] .wins-grid .lg {
    font-size: 20px
  }

  [data-tmpslg="page-advisory.template"] .wins-item {
    padding-left: 0
  }

  [data-tmpslg="page-advisory.template"] .members-section .members-img {
    display: none
  }

  [data-tmpslg="page-advisory.template"] .members-section .slick-dots {
    margin: 10px 0
  }

  [data-tmpslg="page-advisory.template"] .members-wrap {
    margin: 34px 0
  }

  [data-tmpslg="page-advisory.template"] .members-title {
    margin-bottom: 0
  }

  [data-tmpslg="page-advisory.template"] .members-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    overflow: hidden
  }

  [data-tmpslg="page-advisory.template"] .members-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  [data-tmpslg="page-advisory.template"] .members-list .member {
    width: 100%;
    margin: 25px 15px
  }

  [data-tmpslg="page-advisory.template"] .roadmap-section {
    padding: 9px 0
  }

  [data-tmpslg="page-advisory.template"] .roadmap-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 13px 0
  }

  [data-tmpslg="page-advisory.template"] .roadmap-item {
    position: relative;
    padding-left: 15px
  }

  [data-tmpslg="page-advisory.template"] .roadmap-header {
    position: static;
    padding: 15px 0 0;
    text-align: left
  }

  [data-tmpslg="page-advisory.template"] .roadmap-header:before {
    left: 0;
    bottom: auto;
    top: 21px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }

  [data-tmpslg="page-advisory.template"] .roadmap-header:after {
    top: 21px;
    bottom: auto;
    left: 0;
    width: 1px;
    height: 100%;
    background-image: -o-repeating-linear-gradient(top, transparent, transparent 2px, #8abcff 2px, #8abcff 4px);
    background-image: repeating-linear-gradient(to bottom, transparent, transparent 2px, #8abcff 2px, #8abcff 4px)
  }

  [data-tmpslg="page-advisory.template"] .roadmap-year {
    margin-bottom: 5px
  }

  [data-tmpslg="page-advisory.template"] .roadmap-body {
    padding: 8px 0
  }

  [data-tmpslg="page-advisory.template"] .roadmap-card {
    margin-bottom: 18px;
    padding: 28px 15px 24
  }

  [data-tmpslg="page-advisory.template"] .roadmap-card .custom-list > li {
    margin-bottom: 14px;
    padding-left: 25px;
    font-size: 14px;
    line-height: 21px
  }

  [data-tmpslg="page-advisory.template"] .roadmap-card .custom-list > li:last-child {
    margin-bottom: 0
  }

  [data-tmpslg="page-advisory.template"] .advisory-section {
    padding: 17px 0 59px
  }

  [data-tmpslg="page-advisory.template"] .advisory-grid {
    grid-template-columns: 1fr;
    margin: 50px 0 25PX
  }

  [data-tmpslg="page-advisory.template"] .advisory-item {
    padding: 16px 23px 23px 23px
  }

  [data-tmpslg="page-advisory.template"] .advisory-item .advisory-list > li {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 20px
  }

  [data-tmpslg="page-advisory.template"] .advisory-title {
    margin: 10px 0 23px;
    font-size: 20px;
    line-height: 27px
  }

  [data-tmpslg="page-advisory.template"] .btn-cons {
    margin: 15px 0;
    padding: 25px 10px 26px;
    font-size: 14px;
    line-height: 19px
  }

  [data-tmpslg="page-advisory.template"] .technologies-section {
    padding: 55px 0 0
  }

  [data-tmpslg="page-advisory.template"] .technology-grid {
    grid-template-columns: 1fr
  }

  [data-tmpslg="page-advisory.template"] .technology-title {
    font-size: 18px;
    line-height: 25px
  }

  [data-tmpslg="page-advisory.template"] .unlock-section .unlock-images p {
    display: none
  }

  [data-tmpslg="page-advisory.template"] .partner-system-section .partner-system-images {
    position: relative
  }

  [data-tmpslg="page-advisory.template"] .partner-system-section .colored-list {
    min-width: 300px;
    top: 50%;
    bottom: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-advisory.template"] .gamified-section .gamified-img {
    margin-right: 0
  }

  [data-tmpslg="page-advisory.template"] .gamified-section .gamified-img .colored-list {
    min-width: 300px;
    top: 50%;
    bottom: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-advisory.template"] .reward-section .reward-wrap .grid-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-advisory.template"] .reward-section .reward-item_left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  [data-tmpslg="page-advisory.template"] .reward-section .reward-item_left .colored-list {
    min-width: 300px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-advisory.template"] .reward-section .reward-item_right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  [data-tmpslg="page-advisory.template"] .reward-section .reward-item_right .colored-list {
    min-width: 300px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-advisory.template"] .vote-section {
    background: 0 0
  }

  [data-tmpslg="page-advisory.template"] .vote-section .grid-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-advisory.template"] .vote-section .grid-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-advisory.template"] .vote-section .vote-img .colored-list {
    min-width: 300px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-advisory.template"] .cashless-section {
    overflow-x: hidden
  }

  [data-tmpslg="page-advisory.template"] .cashless-section .colored-list {
    min-width: 300px;
    top: 50%;
    bottom: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-advisory.template"] .digital-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px
  }

  [data-tmpslg="page-advisory.template"] .digital-list .digital-list-item {
    font-size: 14px
  }

  [data-tmpslg="page-advisory.template"] .digital-list .digital-list-item:before {
    font-size: 50px
  }

  [data-tmpslg="page-advisory.template"] .club-advantages-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    margin: 0 -15px;
    overflow: hidden
  }

  [data-tmpslg="page-advisory.template"] .club-advantages-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  [data-tmpslg="page-advisory.template"] .club-advantages-list .club-advantages-item {
    width: 100%;
    margin: 25px 15px
  }

  [data-tmpslg="page-advisory.template"] .revenue-forecast-grid {
    max-width: 500px;
    grid-template-columns: repeat(1, 1fr);
    margin: 50px auto 40px;
    grid-row-gap: 20px
  }
}

@media only screen and (max-width:575px) {
  [data-tmpslg="page-advisory.template"] body {
    font-size: 14px;
    line-height: 2
  }

  [data-tmpslg="page-advisory.template"] .custom-list > li {
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 22px
  }

  [data-tmpslg="page-advisory.template"] .custom-list > li:before {
    left: -3px;
    top: 3px;
    width: 14px;
    height: 14px
  }

  [data-tmpslg="page-advisory.template"] .header {
    padding: 27px 0
  }

  [data-tmpslg="page-advisory.template"] .header-logo {
    max-width: 150px
  }

  [data-tmpslg="page-advisory.template"] .hero-section {
    padding: 122px 0 50px
  }

  [data-tmpslg="page-advisory.template"] .hero-inner {
    padding-right: 40px
  }

  [data-tmpslg="page-advisory.template"] .hero-subtitle {
    margin: 17px 0 20px
  }

  [data-tmpslg="page-advisory.template"] .hero-action {
    margin-top: 60px
  }

  [data-tmpslg="page-advisory.template"] .about-section {
    padding: 17px 0
  }

  [data-tmpslg="page-advisory.template"] .about-left {
    margin-bottom: 53px
  }

  [data-tmpslg="page-advisory.template"] .about-list .about-item {
    margin-bottom: 58px;
    font-size: 14px;
    line-height: 21px
  }

  [data-tmpslg="page-advisory.template"] .about-list .about-item:last-child,
  [data-tmpslg="page-advisory.template"] .about-list .about-item:nth-last-child(2) {
    margin-bottom: 0
  }

  [data-tmpslg="page-advisory.template"] .about-list .about-item .lg {
    font-size: 18px;
    line-height: 30px
  }

  [data-tmpslg="page-advisory.template"] .challenges-section {
    padding: 35px 0
  }

  [data-tmpslg="page-advisory.template"] .challenges-section .challenges-img {
    display: none
  }

  [data-tmpslg="page-advisory.template"] .challenges-item {
    width: 100%;
    margin: 15px 0;
    padding: 20px 20px 20px 23px;
    font-size: 14px
  }

  [data-tmpslg="page-advisory.template"] .challenges-item .challenges-icon {
    margin-bottom: 32px
  }

  [data-tmpslg="page-advisory.template"] .challenges-item .challenges-title {
    margin: 7px 0;
    font-size: 18px;
    line-height: 25px
  }

  [data-tmpslg="page-advisory.template"] .challenges-item .challenges-subtitle {
    margin: 7px 0
  }

  [data-tmpslg="page-advisory.template"] .opportunity-section {
    padding: 20px 0
  }

  [data-tmpslg="page-advisory.template"] .opportunity-wrap {
    margin-top: 20px
  }

  [data-tmpslg="page-advisory.template"] .opportunity-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  [data-tmpslg="page-advisory.template"] .opportunity-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 21px
  }

  [data-tmpslg="page-advisory.template"] .opportunity-title {
    margin: 9px 0 9px;
    font-size: 20px;
    line-height: 28px
  }

  [data-tmpslg="page-advisory.template"] .opportunity-img {
    margin-bottom: 10px
  }

  [data-tmpslg="page-advisory.template"] .opportunity-list_sm .opportunity-title {
    margin: 10px 0;
    font-size: 16px;
    line-height: 22px
  }

  [data-tmpslg="page-advisory.template"] .opportunity-list_sm .opportunity-item {
    padding: 0;
    font-size: 12px;
    line-height: 18px
  }

  [data-tmpslg="page-advisory.template"] .features-section {
    padding: 15px 0
  }

  [data-tmpslg="page-advisory.template"] .features-title {
    margin: 20px 0;
    text-transform: none
  }

  [data-tmpslg="page-advisory.template"] .features-list .features-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  [data-tmpslg="page-advisory.template"] .secret-img {
    width: 70%;
    margin: 18px auto
  }

  [data-tmpslg="page-advisory.template"] .selling-grid {
    margin: 40px -15px
  }

  [data-tmpslg="page-advisory.template"] .selling-item {
    padding-top: 34px
  }

  [data-tmpslg="page-advisory.template"] .selling-item:before {
    font-size: 44px;
    line-height: 60px
  }

  [data-tmpslg="page-advisory.template"] .selling-title {
    font-size: 18px;
    line-height: 25px
  }

  [data-tmpslg="page-advisory.template"] .selling-list {
    margin: 15px 0
  }

  [data-tmpslg="page-advisory.template"] .partners-section {
    padding: 2px 0
  }

  [data-tmpslg="page-advisory.template"] .partners-grid {
    margin: 25px -10px
  }

  [data-tmpslg="page-advisory.template"] .partners-grid .partners-item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px)
  }

  [data-tmpslg="page-advisory.template"] .news-section {
    padding: 10px 0
  }

  [data-tmpslg="page-advisory.template"] .news-list {
    margin: 30px auto;
    grid-gap: 14px
  }

  [data-tmpslg="page-advisory.template"] .news-item {
    font-size: 14px
  }

  [data-tmpslg="page-advisory.template"] .news-descr {
    padding: 10px 20px 35px 20px
  }

  [data-tmpslg="page-advisory.template"] .news-title {
    margin: 5px 0 13px;
    font-size: 18px;
    line-height: 25px
  }

  [data-tmpslg="page-advisory.template"] .news-text {
    margin-bottom: 17px
  }

  [data-tmpslg="page-advisory.template"] .news-actions {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  [data-tmpslg="page-advisory.template"] .contact-section {
    padding: 30px 0 24px
  }

  [data-tmpslg="page-advisory.template"] .contact-left .section-title {
    margin-bottom: 8px
  }

  [data-tmpslg="page-advisory.template"] .contact-right {
    padding-top: 28px
  }

  [data-tmpslg="page-advisory.template"] .contact-form .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  [data-tmpslg="page-advisory.template"] .contact-form .btn {
    width: 100%
  }

  [data-tmpslg="page-advisory.template"] .footer-top {
    padding: 28px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  [data-tmpslg="page-advisory.template"] .footer-top .footer-logo {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 150px
  }

  [data-tmpslg="page-advisory.template"] .footer-top .footer-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  [data-tmpslg="page-advisory.template"] .footer-bottom {
    padding: 15px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-top: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  [data-tmpslg="page-advisory.template"] .footer-bottom .footer-social {
    margin-bottom: 37px
  }

  [data-tmpslg="page-advisory.template"] .footer-bottom .social-list .social-item:not(:last-child) {
    margin-right: 35px
  }

  [data-tmpslg="page-advisory.template"] .footer-bottom .footer-copy {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 21px 0
  }

  [data-tmpslg="page-advisory.template"] .unlock-section .unlock-wrap {
    margin-top: 30px
  }

  [data-tmpslg="page-advisory.template"] .unlock-section .unlock-text {
    position: relative;
    min-height: 400px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 150px
  }

  [data-tmpslg="page-advisory.template"] .unlock-section .unlock-text .unlock-img {
    width: 200px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 100%;
    -webkit-transform: translateX(130px);
    -ms-transform: translateX(130px);
    transform: translateX(130px);
    text-align: right;
    margin-right: 0
  }

  [data-tmpslg="page-advisory.template"] .unlock-section .unlock-images .for-img {
    margin: 0 -15px
  }

  [data-tmpslg="page-advisory.template"] .partner-system-section {
    overflow: hidden
  }

  [data-tmpslg="page-advisory.template"] .partner-system-section .partner-system-images {
    position: relative;
    min-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  [data-tmpslg="page-advisory.template"] .partner-system-section .partner-system-images .partner-system-img {
    width: 200px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 100%;
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
    margin-right: 0;
    text-align: right
  }

  [data-tmpslg="page-advisory.template"] .partner-system-section .partner-system-images .partner-system-img:nth-child(2) {
    right: auto;
    left: 100%;
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
    text-align: left
  }

  [data-tmpslg="page-advisory.template"] .partner-system-section .partner-system-images .colored-list-wrap .colored-list {
    position: static;
    min-width: inherit;
    width: 100%;
    max-width: 290px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  [data-tmpslg="page-advisory.template"] .gamified-section {
    overflow: hidden
  }

  [data-tmpslg="page-advisory.template"] .gamified-section .gamified-img {
    position: relative;
    min-height: 500px;
    margin-top: -30px
  }

  [data-tmpslg="page-advisory.template"] .gamified-section .gamified-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none
  }

  [data-tmpslg="page-advisory.template"] .loyalty-section .loyalty-img_desktop {
    display: none
  }

  [data-tmpslg="page-advisory.template"] .loyalty-section .loyalty-img_mobile {
    display: block;
    max-width: 260px;
    margin: 0 auto
  }

  [data-tmpslg="page-advisory.template"] .cashless-section .cashless-images {
    position: relative;
    min-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
  }

  [data-tmpslg="page-advisory.template"] .cashless-section .cashless-images .cashless-img {
    width: 200px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 100%;
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
    margin-right: 0;
    text-align: right
  }

  [data-tmpslg="page-advisory.template"] .cashless-section .cashless-images .cashless-img:nth-child(2) {
    right: auto;
    left: 100%;
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
    text-align: left
  }

  [data-tmpslg="page-advisory.template"] .cashless-section .cashless-images .colored-list-wrap .colored-list {
    position: static;
    min-width: inherit;
    width: 100%;
    max-width: 290px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  [data-tmpslg="page-advisory.template"] .digital-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px
  }

  [data-tmpslg="page-advisory.template"] .digital-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    padding: 25px 25px 25px 25px;
    font-size: 14px;
    line-height: 19px
  }

  [data-tmpslg="page-advisory.template"] .digital-item .digital-icon {
    height: 40px;
    margin-bottom: 15px
  }

  [data-tmpslg="page-advisory.template"] .consumption-img {
    margin-top: 30px
  }

  [data-tmpslg="page-advisory.template"] .consumption-img .consumption-img_desktop {
    display: none
  }

  [data-tmpslg="page-advisory.template"] .consumption-img .consumption-img_mobile {
    display: block;
    max-width: 290px;
    margin: 0 auto
  }

  [data-tmpslg="page-advisory.template"] .revenue-sources-list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px
  }

  [data-tmpslg="page-advisory.template"] .revenue-sources-item {
    font-size: 14px;
    line-height: 23px
  }

  [data-tmpslg="page-advisory.template"] .revenue-sources-item:before {
    font-size: 30px;
    line-height: 41px
  }

  [data-tmpslg="page-advisory.template"] .revenue-sources-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 27px
  }

  [data-tmpslg="page-advisory.template"] .revenue-forecast-section {
    background: 0 0
  }

  [data-tmpslg="page-advisory.template"] .revenue-forecast-title {
    font-size: 20px;
    line-height: 26px
  }

  [data-tmpslg="page-advisory.template"] .revenue-forecast-item .custom-list > li {
    font-size: 14px
  }
}

@media only screen and (max-width:375px) {
  [data-tmpslg="page-advisory.template"] .partner-system-section .partner-system-images .partner-system-img {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px)
  }

  [data-tmpslg="page-advisory.template"] .partner-system-section .partner-system-images .partner-system-img:nth-child(2) {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px)
  }

  [data-tmpslg="page-advisory.template"] .partner-system-section .colored-list {
    min-width: 200px
  }

  [data-tmpslg="page-advisory.template"] .gamified-section .gamified-img .colored-list {
    min-width: 290px
  }

  [data-tmpslg="page-advisory.template"] .reward-section .reward-title {
    width: 100%;
    font-size: 16px;
    line-height: 22px
  }

  [data-tmpslg="page-advisory.template"] .reward-section .reward-item_left .colored-list {
    min-width: 290px
  }

  [data-tmpslg="page-advisory.template"] .reward-section .reward-item_right .colored-list {
    min-width: 290px
  }

  [data-tmpslg="page-advisory.template"] .vote-section .vote-img .colored-list {
    min-width: 290px
  }

  [data-tmpslg="page-advisory.template"] .cashless-section .cashless-images .cashless-img {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px)
  }

  [data-tmpslg="page-advisory.template"] .cashless-section .cashless-images .cashless-img:nth-child(2) {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px)
  }

  [data-tmpslg="page-advisory.template"] .cashless-section .colored-list {
    min-width: 200px
  }

  [data-tmpslg="page-advisory.template"] .digital-bold {
    text-align: left
  }
}

@media only screen and (max-width:1024px) {
  [data-tmpslg="page-advisory.template"] .desktop-only {
    display: none
  }
}

@media only screen and (min-width:1025px) {
  [data-tmpslg="page-advisory.template"] .tablet-only {
    display: none
  }
}

[data-tmpslg="page-about.template"] * {
  /*margin: 0;*/
  /*padding: 0*/
}

[data-tmpslg="page-about.template"] *,
[data-tmpslg="page-about.template"] :after,
[data-tmpslg="page-about.template"] :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

[data-tmpslg="page-about.template"] article,
[data-tmpslg="page-about.template"] aside,
[data-tmpslg="page-about.template"] details,
[data-tmpslg="page-about.template"] figcaption,
[data-tmpslg="page-about.template"] figure,
[data-tmpslg="page-about.template"] footer,
[data-tmpslg="page-about.template"] header,
[data-tmpslg="page-about.template"] hgroup,
[data-tmpslg="page-about.template"] menu,
[data-tmpslg="page-about.template"] nav,
[data-tmpslg="page-about.template"] section {
  display: block
}

[data-tmpslg="page-about.template"] ol,
[data-tmpslg="page-about.template"] ul {
  list-style-type: none
}

[data-tmpslg="page-about.template"] a:active,
[data-tmpslg="page-about.template"] a:focus,
[data-tmpslg="page-about.template"] a:hover,
[data-tmpslg="page-about.template"] button:active,
[data-tmpslg="page-about.template"] button:focus,
[data-tmpslg="page-about.template"] button:hover,
[data-tmpslg="page-about.template"] input:active,
[data-tmpslg="page-about.template"] input:focus,
[data-tmpslg="page-about.template"] input:hover {
  outline: 0
}

[data-tmpslg="page-about.template"] body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Avenir;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #7a7c82
}

[data-tmpslg="page-about.template"] .for-img {
  text-align: center
}

[data-tmpslg="page-about.template"] .for-img img {
  max-width: 100%;
  max-height: 100%;
  height: auto
}

[data-tmpslg="page-about.template"] .cover-img {
  position: relative;
  overflow: hidden
}

[data-tmpslg="page-about.template"] .cover-img:before {
  display: block;
  content: ""
}

[data-tmpslg="page-about.template"] .cover-img .image {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

[data-tmpslg="page-about.template"] .contain-img {
  position: relative;
  overflow: hidden
}

[data-tmpslg="page-about.template"] .contain-img:before {
  display: block;
  content: ""
}

[data-tmpslg="page-about.template"] .contain-img .image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

[data-tmpslg="page-about.template"] .visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0)
}

[data-tmpslg="page-about.template"] .text-center {
  text-align: center
}

[data-tmpslg="page-about.template"] .wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  background: url(../img/hero/page-home_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-about.template"] .wrapper.page-about {
  background: url(../img/hero/page-about-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-about.template"] .wrapper.page-advantages {
  background: url(../img/hero/page-advantages-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-about.template"] .wrapper.page-solution {
  background: url(../img/hero/page-solution-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-about.template"] .wrapper.page-advantage {
  background: url(../img/hero/page-advantage-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-about.template"] .content-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

[data-tmpslg="page-about.template"] .container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px
}

[data-tmpslg="page-about.template"] .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 206px;
  height: 52px;
  padding: 0 40px;
  background: #3484f0;
  border: none;
  border-radius: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none
}

[data-tmpslg="page-about.template"] .btn:active,
[data-tmpslg="page-about.template"] .btn:focus,
[data-tmpslg="page-about.template"] .btn:hover {
  -webkit-box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5);
  box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5)
}

[data-tmpslg="page-about.template"] .btn_white {
  background: #fff;
  color: #3484f0
}

[data-tmpslg="page-about.template"] .btn_sm {
  min-width: 136px;
  height: 36px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 19px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}

[data-tmpslg="page-about.template"] .btn_xs {
  min-width: inherit
}

[data-tmpslg="page-about.template"] .btn-outline {
  min-width: 158px;
  height: 45px;
  background: #fff;
  border: 2px solid rgba(52, 132, 240, .8);
  border-radius: 16px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #3484f0;
  -webkit-box-shadow: none;
  box-shadow: none
}

[data-tmpslg="page-about.template"] .custom-list > li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 24px
}

[data-tmpslg="page-about.template"] .custom-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/dot.png) no-repeat center
}

[data-tmpslg="page-about.template"] .custom-list_check > li:before {
  background: url(../img/check.png) no-repeat center
}

[data-tmpslg="page-about.template"] .section-title {
  margin: 25px 0;
  font-size: 34px;
  line-height: 46px;
  font-weight: 900;
  color: #1c1f28
}

[data-tmpslg="page-about.template"] .section-title_white {
  color: #fff
}

[data-tmpslg="page-about.template"] .highligthed {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, transparent), color-stop(53%, rgba(52, 132, 240, .2)), color-stop(89%, rgba(52, 132, 240, .2)), color-stop(89%, transparent));
  background: -o-linear-gradient(top, transparent 53%, rgba(52, 132, 240, .2) 53%, rgba(52, 132, 240, .2) 89%, transparent 89%);
  background: linear-gradient(to bottom, transparent 53%, rgba(52, 132, 240, .2) 53%, rgba(52, 132, 240, .2) 89%, transparent 89%)
}

[data-tmpslg="page-about.template"] .highligthed_grey {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, transparent), color-stop(53%, rgba(255, 255, 255, .2)), color-stop(89%, rgba(255, 255, 255, .2)), color-stop(89%, transparent));
  background: -o-linear-gradient(top, transparent 53%, rgba(255, 255, 255, .2) 53%, rgba(255, 255, 255, .2) 89%, transparent 89%);
  background: linear-gradient(to bottom, transparent 53%, rgba(255, 255, 255, .2) 53%, rgba(255, 255, 255, .2) 89%, transparent 89%)
}

[data-tmpslg="page-about.template"] .form-group {
  margin-bottom: 16px
}

[data-tmpslg="page-about.template"] .input-text {
  display: block;
  width: 100%;
  height: 52px;
  padding: 15px 20px;
  border: 1px solid rgba(244, 246, 250, .19);
  border-radius: 16px;
  background-color: rgba(244, 246, 250, .19);
  -webkit-box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5);
  box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5);
  font-family: Avenir;
  font-size: 16px;
  line-height: 22px;
  color: #e7e7e7
}

[data-tmpslg="page-about.template"] .input-text:active,
[data-tmpslg="page-about.template"] .input-text:focus {
  border-color: #fff
}

[data-tmpslg="page-about.template"] .input-text::-webkit-input-placeholder {
  color: #e7e7e7
}

[data-tmpslg="page-about.template"] .input-text::-moz-placeholder {
  color: #e7e7e7
}

[data-tmpslg="page-about.template"] .input-text:-ms-input-placeholder {
  color: #e7e7e7
}

[data-tmpslg="page-about.template"] .input-text:-moz-placeholder {
  color: #e7e7e7
}

[data-tmpslg="page-about.template"] textarea.input-text {
  height: 100px;
  font-family: Avenir
}

[data-tmpslg="page-about.template"] .social-link {
  display: block;
  width: 20px;
  text-decoration: none
}

[data-tmpslg="page-about.template"] .social-link:before {
  padding-top: 100%
}

[data-tmpslg="page-about.template"] .social-link .image {
  opacity: .45
}

[data-tmpslg="page-about.template"] .social-link:active .image,
[data-tmpslg="page-about.template"] .social-link:focus .image,
[data-tmpslg="page-about.template"] .social-link:hover .image {
  opacity: 1
}

[data-tmpslg="page-about.template"] .colored-list {
  display: inline-block;
  padding: 11px 0;
  border-radius: 16px;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  overflow: hidden
}

[data-tmpslg="page-about.template"] .colored-list li {
  padding: 13px 27px
}

[data-tmpslg="page-about.template"] .colored-list_main {
  background: #3484f0;
  -webkit-box-shadow: 0 10px 30px 1px rgba(52, 132, 240, .7);
  box-shadow: 0 10px 30px 1px rgba(52, 132, 240, .7);
  color: #fff
}

[data-tmpslg="page-about.template"] .colored-list-wrap {
  position: relative
}

[data-tmpslg="page-about.template"] .colored-list-wrap .colored-list {
  position: absolute
}

[data-tmpslg="page-about.template"] .colored-list-wrap .colored-list_right-center {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%)
}

[data-tmpslg="page-about.template"] .colored-list-wrap .colored-list_right-bottom {
  top: auto;
  bottom: 50px;
  right: 0;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0)
}

[data-tmpslg="page-about.template"] .iphone-img {
  padding: 10px;
  background: #fff;
  border-radius: 28px;
  -webkit-box-shadow: 6px -7px 26px 0 rgba(0, 0, 0, .09);
  box-shadow: 6px -7px 26px 0 rgba(0, 0, 0, .09)
}

[data-tmpslg="page-about.template"] .tooltip {
  position: relative
}

[data-tmpslg="page-about.template"] .tooltip .tooltip-icon-outer {
  display: block;
  padding: 5px;
  background-color: transparent;
  border-radius: 50%
}

[data-tmpslg="page-about.template"] .tooltip .tooltip-icon {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #3484f0;
  border-radius: 50%;
  text-align: center;
  font-family: "Crimson Pro", serif;
  font-size: 16px;
  line-height: 18px;
  color: #3484f0
}

[data-tmpslg="page-about.template"] .tooltip .tooltip-body {
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: translate(-17px, 0);
  -ms-transform: translate(-17px, 0);
  transform: translate(-17px, 0);
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 10
}

[data-tmpslg="page-about.template"] .tooltip .tooltip-body-inner {
  position: relative;
  display: block;
  width: 360px;
  max-height: 250px;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0 7px 20px 1px rgba(98, 98, 98, .2);
  box-shadow: 0 7px 20px 1px rgba(98, 98, 98, .2)
}

[data-tmpslg="page-about.template"] .tooltip .tooltip-body-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(22px, -100%);
  -ms-transform: translate(22px, -100%);
  transform: translate(22px, -100%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent
}

[data-tmpslg="page-about.template"] .tooltip:hover .tooltip-icon-outer {
  background: #eff5fe
}

[data-tmpslg="page-about.template"] .tooltip:hover .tooltip-body {
  opacity: 1;
  visibility: visible
}

[data-tmpslg="page-about.template"] .mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background: rgba(214, 230, 252, .47)
}

[data-tmpslg="page-about.template"] .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #3484f0
}

[data-tmpslg="page-about.template"] .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
[data-tmpslg="page-about.template"] .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: #3484f0
}

[data-tmpslg="page-about.template"] .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

[data-tmpslg="page-about.template"] .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

[data-tmpslg="page-about.template"] .header-logo {
  margin-right: auto;
  font-size: 0;
  line-height: 0
}

[data-tmpslg="page-about.template"] .header-nav {
  margin-right: 40px
}

[data-tmpslg="page-about.template"] .header-nav .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

[data-tmpslg="page-about.template"] .header-nav .nav-item {
  margin: 0 14px
}

[data-tmpslg="page-about.template"] .header-nav .nav-link {
  display: block;
  padding: 45px 11px;
  border-top: 3px solid transparent;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  text-decoration: none
}

[data-tmpslg="page-about.template"] .header-nav .nav-link:focus,
[data-tmpslg="page-about.template"] .header-nav .nav-link:hover,
[data-tmpslg="page-about.template"] .header-nav .nav-link_active {
  border-color: #3484f0;
  color: #3484f0
}

[data-tmpslg="page-about.template"] .header-action:active,
[data-tmpslg="page-about.template"] .header-action:focus,
[data-tmpslg="page-about.template"] .header-action:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  color: #3484f0
}

[data-tmpslg="page-about.template"] .hero-section {
  min-height: 100vh;
  padding: 130px 0 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

[data-tmpslg="page-about.template"] .hero-section .container {
  width: 100%
}

[data-tmpslg="page-about.template"] .hero-inner {
  position: relative
}

[data-tmpslg="page-about.template"] .hero-inner .social-list {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

[data-tmpslg="page-about.template"] .hero-inner .social-list .social-item:not(:last-child) {
  margin-bottom: 30px
}

[data-tmpslg="page-about.template"] .hero-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 700px
}

[data-tmpslg="page-about.template"] .hero-title {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, transparent), color-stop(47%, rgba(255, 255, 255, .2)), color-stop(81%, rgba(255, 255, 255, .2)), color-stop(81%, transparent));
  background: -o-linear-gradient(top, transparent 47%, rgba(255, 255, 255, .2) 47%, rgba(255, 255, 255, .2) 81%, transparent 81%);
  background: linear-gradient(to bottom, transparent 47%, rgba(255, 255, 255, .2) 47%, rgba(255, 255, 255, .2) 81%, transparent 81%);
  font-size: 60px;
  line-height: 1.33;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase
}

[data-tmpslg="page-about.template"] .hero-subtitle {
  margin: 30px 0;
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  color: #a1a4ac
}

[data-tmpslg="page-about.template"] .hero-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 50px
}

[data-tmpslg="page-about.template"] .play-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 200px;
  padding: 0 36px;
  font-size: 18px;
  line-height: 22px;
  color: #fff
}

[data-tmpslg="page-about.template"] .play-btn-block {
  position: relative;
  width: 118px;
  height: 118px;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, .024);
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

[data-tmpslg="page-about.template"] .play-btn-block:before {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  display: block;
  content: "";
  border: 1px solid rgba(255, 255, 255, .048);
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s
}

[data-tmpslg="page-about.template"] .play-btn-block:after {
  position: absolute;
  top: 11px;
  right: 11px;
  bottom: 11px;
  left: 11px;
  display: block;
  content: "";
  border: 1px solid rgba(255, 255, 255, .072);
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}

[data-tmpslg="page-about.template"] .play-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s
}

[data-tmpslg="page-about.template"] .play-btn:before {
  position: absolute;
  left: -7px;
  top: -7px;
  right: -7px;
  bottom: -7px;
  display: block;
  content: "";
  border: 1px solid rgba(255, 255, 255, .096);
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s
}

[data-tmpslg="page-about.template"] .play-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent
}

[data-tmpslg="page-about.template"] .play-btn-text {
  margin-left: -7px
}

[data-tmpslg="page-about.template"] .play-btn-block:active,
[data-tmpslg="page-about.template"] .play-btn-block:focus,
[data-tmpslg="page-about.template"] .play-btn-block:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0)
}

[data-tmpslg="page-about.template"] .play-btn-block:active:after,
[data-tmpslg="page-about.template"] .play-btn-block:active:before,
[data-tmpslg="page-about.template"] .play-btn-block:focus:after,
[data-tmpslg="page-about.template"] .play-btn-block:focus:before,
[data-tmpslg="page-about.template"] .play-btn-block:hover:after,
[data-tmpslg="page-about.template"] .play-btn-block:hover:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0)
}

[data-tmpslg="page-about.template"] .play-btn-block:active .play-btn:before,
[data-tmpslg="page-about.template"] .play-btn-block:focus .play-btn:before,
[data-tmpslg="page-about.template"] .play-btn-block:hover .play-btn:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0)
}

[data-tmpslg="page-about.template"] .page-template-page-about .about-section a.btn {
  display: none
}

[data-tmpslg="page-about.template"] .about-section {
  padding: 115px 0 40px
}

[data-tmpslg="page-about.template"] .about-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -20px
}

[data-tmpslg="page-about.template"] .about-left,
[data-tmpslg="page-about.template"] .about-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47%;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  padding: 0 20px
}

[data-tmpslg="page-about.template"] .about-left {
  font-size: 16px;
  line-height: 28px;
  color: #7a7c82
}

[data-tmpslg="page-about.template"] .about-left .btn {
  margin-top: 30px
}

[data-tmpslg="page-about.template"] .about-right {
  padding-top: 55px
}

[data-tmpslg="page-about.template"] .about-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px
}

[data-tmpslg="page-about.template"] .about-list .about-item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  margin-bottom: 80px;
  padding: 0 5px;
  font-size: 15px;
  line-height: 24px;
  color: #7a7c82
}

[data-tmpslg="page-about.template"] .about-list .about-item:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  background: rgba(52, 132, 240, .06);
  border-radius: 50%
}

[data-tmpslg="page-about.template"] .about-list .about-item .lg {
  display: block;
  font-size: 23px;
  line-height: 31px;
  font-weight: 900;
  color: #3484f0
}

[data-tmpslg="page-about.template"] .about-list .about-item:last-child .lg {
  display: inline-block
}

[data-tmpslg="page-about.template"] .wins-section {
  min-height: 940px;
  margin-top: -4px;
  padding: 185px 0 10px;
  background: url(../img/wins-bg.png) no-repeat right top;
  background-size: 96% auto
}

[data-tmpslg="page-about.template"] .wins-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 90px;
  grid-column-gap: 40px;
  margin: 50px 0
}

[data-tmpslg="page-about.template"] .wins-item span {
  display: inline-block;
  margin: 7px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #7a7c82
}

[data-tmpslg="page-about.template"] .wins-item span:first-child {
  display: block;
  font-size: 28px;
  line-height: 28px;
  font-weight: 900;
  color: #3484f0
}

[data-tmpslg="page-about.template"] .wins-item_reversed span:first-child {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #7a7c82
}

[data-tmpslg="page-about.template"] .wins-item_reversed span:last-child {
  display: block;
  font-size: 28px;
  line-height: 28px;
  font-weight: 900;
  color: #3484f0
}

[data-tmpslg="page-about.template"] .wins-grid .lg {
  display: block;
  font-size: 28px;
  line-height: 28px;
  font-weight: 900;
  color: #3484f0
}

[data-tmpslg="page-about.template"] .members-section {
  position: relative;
  padding: 50px 0 25px
}

[data-tmpslg="page-about.template"] .members-section .members-img {
  position: absolute;
  top: 150px;
  right: 0
}

[data-tmpslg="page-about.template"] .members-wrap {
  margin: 52px 0
}

[data-tmpslg="page-about.template"] .members-title {
  margin: 40px 0;
  font-size: 20px;
  line-height: 27px;
  font-weight: 900;
  color: #3484f0;
  text-transform: uppercase
}

[data-tmpslg="page-about.template"] .members-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px
}

[data-tmpslg="page-about.template"] .member {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 20px 1px rgba(223, 227, 229, .15);
  box-shadow: 0 7px 20px 1px rgba(223, 227, 229, .15)
}

[data-tmpslg="page-about.template"] .member-img {
  width: 100%;
  border-radius: 16px 16px 0 0
}

[data-tmpslg="page-about.template"] .member-img:before {
  padding-top: 72.6%
}

[data-tmpslg="page-about.template"] .member-descr {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  padding: 23px 20px 25px 22px;
  background: #fff;
  border-radius: 0 0 16px 16px;
  border: .5px solid #eee;
  border-top: none
}

[data-tmpslg="page-about.template"] .member-name {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #323643
}

[data-tmpslg="page-about.template"] .member-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

[data-tmpslg="page-about.template"] .member-position {
  font-size: 14px;
  line-height: 28px
}

[data-tmpslg="page-about.template"] .member-info {
  font-size: 14px;
  line-height: 28px
}

[data-tmpslg="page-about.template"] .member-info h5 {
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 22px;
  color: #323643
}

[data-tmpslg="page-about.template"] .member:nth-child(4n+3) .tooltip .tooltip-body,
[data-tmpslg="page-about.template"] .member:nth-child(4n+4) .tooltip .tooltip-body {
  left: auto;
  right: 0;
  -webkit-transform: translate(17px, 0);
  -ms-transform: translate(17px, 0);
  transform: translate(17px, 0)
}

[data-tmpslg="page-about.template"] .member:nth-child(4n+3) .tooltip .tooltip-body-inner:before,
[data-tmpslg="page-about.template"] .member:nth-child(4n+4) .tooltip .tooltip-body-inner:before {
  left: auto;
  right: 0;
  -webkit-transform: translate(-22px, -100%);
  -ms-transform: translate(-22px, -100%);
  transform: translate(-22px, -100%)
}

[data-tmpslg="page-about.template"] .roadmap-section {
  min-height: 1026px;
  padding: 75px 0;
  background: url(../img/roadmap-bg.png) no-repeat right top;
  background-size: 96%
}

[data-tmpslg="page-about.template"] .roadmap-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 28px -23px
}

[data-tmpslg="page-about.template"] .roadmap-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

[data-tmpslg="page-about.template"] .roadmap-header {
  position: relative;
  padding: 15px 23px 15px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #1c1f28
}

[data-tmpslg="page-about.template"] .roadmap-header:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  background: #88aeff;
  border-radius: 50%
}

[data-tmpslg="page-about.template"] .roadmap-header:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-image: -o-repeating-linear-gradient(left, transparent, transparent 2px, #8abcff 2px, #8abcff 4px);
  background-image: repeating-linear-gradient(to right, transparent, transparent 2px, #8abcff 2px, #8abcff 4px)
}

[data-tmpslg="page-about.template"] .roadmap-year {
  font-size: 28px;
  line-height: 28px;
  font-weight: 900;
  color: #3484f0
}

[data-tmpslg="page-about.template"] .roadmap-item:last-child .roadmap-header:after {
  display: none
}

[data-tmpslg="page-about.template"] .roadmap-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 37px 23px
}

[data-tmpslg="page-about.template"] .roadmap-card {
  width: 100%;
  padding: 43px 30px 12px 30px;
  border-radius: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 50px 1px rgba(7, 42, 68, .05);
  box-shadow: 0 10px 50px 1px rgba(7, 42, 68, .05)
}

[data-tmpslg="page-about.template"] .roadmap-card .custom-list > li {
  margin-bottom: 18px
}

[data-tmpslg="page-about.template"] .roadmap-card:hover {
  background-color: #3484f0;
  color: #fff
}

[data-tmpslg="page-about.template"] .roadmap-card:hover .custom-list > li:before {
  background: url(../img/dot-white.svg) no-repeat center
}

[data-tmpslg="page-about.template"] .contact-section {
  padding: 50px 0
}

[data-tmpslg="page-about.template"] .contact-inner {
  padding: 62px 0;
  background: url(../img/contact-bg.svg) no-repeat left top;
  background-size: 100% 100%
}

[data-tmpslg="page-about.template"] .contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

[data-tmpslg="page-about.template"] .contact-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 14.5%;
  color: #fff
}

[data-tmpslg="page-about.template"] .contact-left .section-title {
  margin-top: -25px;
  margin-bottom: 17px
}

[data-tmpslg="page-about.template"] .contact-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 20px 70px 20px 0
}

[data-tmpslg="page-about.template"] .contact-form {
  display: block;
  width: 100%;
  max-width: 396px;
  margin: 0 auto
}

[data-tmpslg="page-about.template"] .contact-form .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px
}

[data-tmpslg="page-about.template"] .contact-form .col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 8px
}

[data-tmpslg="page-about.template"] .contact-form .col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 8px
}

[data-tmpslg="page-about.template"] .contact-form .btn:active,
[data-tmpslg="page-about.template"] .contact-form .btn:focus,
[data-tmpslg="page-about.template"] .contact-form .btn:hover {
  background: #daecff
}

[data-tmpslg="page-about.template"] .footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0 35px;
  color: rgba(255, 255, 255, .75)
}

[data-tmpslg="page-about.template"] .footer-top a {
  text-decoration: none;
  color: rgba(255, 255, 255, .75)
}

[data-tmpslg="page-about.template"] .footer-top a:active,
[data-tmpslg="page-about.template"] .footer-top a:focus,
[data-tmpslg="page-about.template"] .footer-top a:hover {
  color: #fff
}

[data-tmpslg="page-about.template"] .footer-top .footer-logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41%;
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
  padding: 0 40px 0 20px;
  text-align: center
}

[data-tmpslg="page-about.template"] .footer-top .footer-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28%;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  padding: 0 20px
}

[data-tmpslg="page-about.template"] .footer-top address {
  font-style: normal
}

[data-tmpslg="page-about.template"] .footer-top address a {
  display: inline-block;
  margin: 20px 0;
  font-weight: 500;
  letter-spacing: .5px
}

[data-tmpslg="page-about.template"] .footer-top address p {
  margin: 0;
  font-size: 16px;
  line-height: 27px
}

[data-tmpslg="page-about.template"] .footer-top .footer-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31%;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  padding: 0 20px
}

[data-tmpslg="page-about.template"] .footer-top .footer-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 900;
  letter-spacing: 1.25px;
  color: #fff
}

[data-tmpslg="page-about.template"] .footer-top .footer-nav {
  margin: 30px 0
}

[data-tmpslg="page-about.template"] .footer-top .nav-item {
  margin: 20px 0
}

[data-tmpslg="page-about.template"] .footer-top .nav-link {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: .5px
}

[data-tmpslg="page-about.template"] .footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 36px 43px;
  border-top: 1px solid rgba(255, 255, 255, .3);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .5px;
  color: rgba(255, 255, 255, .75)
}

[data-tmpslg="page-about.template"] .footer-bottom .social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

[data-tmpslg="page-about.template"] .footer-bottom .social-list .social-item:not(:last-child) {
  margin-right: 35px
}

@media only screen and (max-width:1600px) {
  [data-tmpslg="page-about.template"] .hero-section {
    min-height: 760px;
    padding: 190px 0 100px
  }

  [data-tmpslg="page-about.template"] .hero-action {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0
  }

  [data-tmpslg="page-about.template"] .play-btn-wrap {
    margin-right: 0;
    padding: 0
  }
}

@media only screen and (max-width:1440px) {
  [data-tmpslg="page-about.template"] .wrapper {
    background: #fff !important
  }

  [data-tmpslg="page-about.template"] .wrapper .hero-section {
    background: url(../img/hero/page-home_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-about.template"] .page-about .hero-section {
    background: url(../img/hero/page-about-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-about.template"] .page-advantages .hero-section {
    background: url(../img/hero/page-advantages-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-about.template"] .page-solution .hero-section {
    background: url(../img/hero/page-solution-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-about.template"] .page-advantage .hero-section {
    background: url(../img/hero/page-advantage-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-about.template"] .page-advantage .hero-section {
    background: url(../img/hero/page-advantage-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-about.template"] .about-section {
    padding: 30px 0
  }

  [data-tmpslg="page-about.template"] .about-list .about-item {
    margin-bottom: 40px
  }

  [data-tmpslg="page-about.template"] .challenges-section {
    padding: 30px 0
  }

  [data-tmpslg="page-about.template"] .opportunity-section {
    margin-top: 0;
    padding: 30px 0 30px;
    background: #fafbfb
  }

  [data-tmpslg="page-about.template"] .features-section {
    padding: 30px 0
  }

  [data-tmpslg="page-about.template"] .secret-section {
    min-height: inherit;
    padding: 30px 0 0;
    background: #fafbfb
  }

  [data-tmpslg="page-about.template"] .secret-list {
    margin: 30px 0;
    padding: 0
  }

  [data-tmpslg="page-about.template"] .secret-header {
    padding: 20px 15px
  }

  [data-tmpslg="page-about.template"] .secret-body {
    padding: 30px 15px
  }

  [data-tmpslg="page-about.template"] .selling-section {
    padding-top: 30px
  }

  [data-tmpslg="page-about.template"] .contact-section {
    padding: 30px 0;
    background: #3484f0
  }

  [data-tmpslg="page-about.template"] .contact-inner {
    padding: 0;
    background: 0 0
  }

  [data-tmpslg="page-about.template"] .footer {
    background: -webkit-gradient(linear, left top, left bottom, from(#3e454e), to(#2b2d34));
    background: -o-linear-gradient(top, #3e454e, #2b2d34);
    background: linear-gradient(to bottom, #3e454e, #2b2d34)
  }

  [data-tmpslg="page-about.template"] .footer-top {
    padding: 35px 0 25px
  }

  [data-tmpslg="page-about.template"] .footer-bottom {
    padding: 20px 43px
  }

  [data-tmpslg="page-about.template"] .wins-section {
    min-height: inherit;
    margin-top: 0;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-about.template"] .wins-grid {
    grid-row-gap: 40px;
    grid-column-gap: 20px
  }

  [data-tmpslg="page-about.template"] .members-section {
    padding: 30px 0
  }

  [data-tmpslg="page-about.template"] .members-wrap {
    margin: 30px 0
  }

  [data-tmpslg="page-about.template"] .members-title {
    margin: 20px 0
  }

  [data-tmpslg="page-about.template"] .roadmap-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-about.template"] .advisory-section {
    padding: 30px 0
  }

  [data-tmpslg="page-about.template"] .technologies-section {
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-about.template"] .unlock-section {
    margin-top: -30px;
    padding: 30px 0;
    background: 0 0
  }

  [data-tmpslg="page-about.template"] .gamified-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-about.template"] .reward-section {
    margin-bottom: 50px;
    padding: 40px 0 10px
  }

  [data-tmpslg="page-about.template"] .loyalty-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-about.template"] .loyalty-section .loyalty-wrap {
    margin: 30px 0
  }

  [data-tmpslg="page-about.template"] .vote-section {
    margin-top: 0;
    padding: 30px 0 30px
  }

  [data-tmpslg="page-about.template"] .cashless-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-about.template"] .digital-section {
    padding: 30px 0;
    margin-top: 0
  }

  [data-tmpslg="page-about.template"] .club-advantages-section {
    padding: 30px 0
  }

  [data-tmpslg="page-about.template"] .club-advantages-list {
    margin: 50px auto 0
  }

  [data-tmpslg="page-about.template"] .consumption-section {
    padding: 30px 0 50px
  }

  [data-tmpslg="page-about.template"] .revenue-sources-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-about.template"] .revenue-forecast-section {
    padding: 30px 0
  }
}

@media only screen and (max-width:1024px) {
  [data-tmpslg="page-about.template"] .header {
    padding: 15px 0;
    z-index: 100
  }

  [data-tmpslg="page-about.template"] .header .burger_open {
    position: fixed;
    top: 11px;
    right: 16px;
    display: block;
    width: 44px;
    height: 44px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 2px 9px 0 #5e6066;
    box-shadow: 0 2px 9px 0 #5e6066;
    z-index: 110
  }

  [data-tmpslg="page-about.template"] .header .burger_open:after,
  [data-tmpslg="page-about.template"] .header .burger_open:before {
    position: absolute;
    left: 10px;
    display: block;
    content: "";
    height: 2px;
    background: #000
  }

  [data-tmpslg="page-about.template"] .header .burger_open:before {
    top: 19px;
    width: 24px
  }

  [data-tmpslg="page-about.template"] .header .burger_open:after {
    top: 25px;
    width: 12px
  }

  [data-tmpslg="page-about.template"] .header-nav {
    position: fixed;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#3484f0), to(#2f77d7));
    background: -o-linear-gradient(top, #3484f0, #2f77d7);
    background: linear-gradient(to bottom, #3484f0, #2f77d7);
    margin-right: 0;
    padding: 25px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 120;
    overflow-y: auto
  }

  [data-tmpslg="page-about.template"] .header-nav.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  [data-tmpslg="page-about.template"] .header-nav .header-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    margin-bottom: auto
  }

  [data-tmpslg="page-about.template"] .header-nav .burger_close {
    position: absolute;
    top: 25px;
    right: 25px;
    display: block;
    width: 24px;
    height: 24px;
    background: transparent url(../img/burger-closed.svg) no-repeat center;
    border: none
  }

  [data-tmpslg="page-about.template"] .header-nav .nav-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: auto;
    overflow-y: auto
  }

  [data-tmpslg="page-about.template"] .header-nav .nav-item {
    margin: 0
  }

  [data-tmpslg="page-about.template"] .header-nav .nav-link {
    padding: 15px 0;
    border-top: none;
    font-size: 26px;
    line-height: 32px;
    color: #8dcbff
  }

  [data-tmpslg="page-about.template"] .header-nav .nav-link:focus,
  [data-tmpslg="page-about.template"] .header-nav .nav-link:hover,
  [data-tmpslg="page-about.template"] .header-nav .nav-link_active {
    color: #fff
  }

  [data-tmpslg="page-about.template"] .page-advantage .hero-section {
    background: url(../img/hero/page-advantage-bg_top-mobile.png) no-repeat center right 20%;
    background-size: cover
  }

  [data-tmpslg="page-about.template"] .page-solution .hero-section {
    background: url(../img/hero/page-solution-bg_top-mobile.png) no-repeat center right 30%;
    background-size: cover
  }

  [data-tmpslg="page-about.template"] .hero-section {
    position: relative;
    min-height: inherit;
    padding: 160px 0 100px
  }

  [data-tmpslg="page-about.template"] .hero-inner {
    position: static
  }

  [data-tmpslg="page-about.template"] .hero-inner .social-list {
    right: 15px
  }

  [data-tmpslg="page-about.template"] .hero-action {
    margin-top: 30px
  }

  [data-tmpslg="page-about.template"] .about-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
  }

  [data-tmpslg="page-about.template"] .about-left,
  [data-tmpslg="page-about.template"] .about-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  [data-tmpslg="page-about.template"] .about-left {
    margin-bottom: 50px
  }

  [data-tmpslg="page-about.template"] .about-list {
    margin: 0
  }

  [data-tmpslg="page-about.template"] .about-list .about-item {
    padding: 0 0 0 30px
  }

  [data-tmpslg="page-about.template"] .about-list .about-item:before {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
  }

  [data-tmpslg="page-about.template"] .about-list .about-item:last-child .lg {
    display: block
  }

  [data-tmpslg="page-about.template"] .challenges-list {
    margin: 30px auto 0
  }

  [data-tmpslg="page-about.template"] .challenges-item {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 10px;
    padding: 20px
  }

  [data-tmpslg="page-about.template"] .challenges-item .challenges-icon {
    margin-bottom: 20px
  }

  [data-tmpslg="page-about.template"] .opportunity-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 0
  }

  [data-tmpslg="page-about.template"] .opportunity-left,
  [data-tmpslg="page-about.template"] .opportunity-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  [data-tmpslg="page-about.template"] .features-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  [data-tmpslg="page-about.template"] .features-left,
  [data-tmpslg="page-about.template"] .features-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  [data-tmpslg="page-about.template"] .features-left .features-img {
    position: static;
    width: 100%;
    max-width: none
  }

  [data-tmpslg="page-about.template"] .secret-section {
    padding-bottom: 0;
    background: #fafbfb
  }

  [data-tmpslg="page-about.template"] .selling-section {
    margin-top: 0
  }

  [data-tmpslg="page-about.template"] .selling-grid {
    grid-row-gap: 40px;
    grid-column-gap: 20px;
    margin: 50px 0 0
  }

  [data-tmpslg="page-about.template"] .selling-item {
    min-height: inherit;
    padding: 30px 20px 20px 20px
  }

  [data-tmpslg="page-about.template"] .partners-grid {
    margin: 40px auto 0;
    grid-gap: 20px
  }

  [data-tmpslg="page-about.template"] .news-list {
    grid-gap: 20px;
    margin: 40px 0
  }

  [data-tmpslg="page-about.template"] .news-descr {
    padding: 10px 10px 20px 10px
  }

  [data-tmpslg="page-about.template"] .contact-left {
    padding: 0
  }

  [data-tmpslg="page-about.template"] .contact-right {
    padding: 20px 0 0 0
  }

  [data-tmpslg="page-about.template"] .wins-section {
    background: #fafbfb
  }

  [data-tmpslg="page-about.template"] .wins-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  [data-tmpslg="page-about.template"] .wins-tem {
    padding-left: 30px
  }

  [data-tmpslg="page-about.template"] .members-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px
  }

  [data-tmpslg="page-about.template"] .member .member-descr {
    position: relative
  }

  [data-tmpslg="page-about.template"] .member .member-info {
    position: static
  }

  [data-tmpslg="page-about.template"] .member .tooltip .tooltip-body {
    left: 0 !important;
    right: 0;
    -webkit-transform: translate(0, -25px) !important;
    -ms-transform: translate(0, -25px) !important;
    transform: translate(0, -25px) !important
  }

  [data-tmpslg="page-about.template"] .member .tooltip .tooltip-body .tooltip-body-inner {
    width: 100%;
    padding: 20px 10px 20px 20px
  }

  [data-tmpslg="page-about.template"] .member .tooltip .tooltip-body-inner:before {
    left: auto;
    right: 0;
    -webkit-transform: translate(-25px, -100%);
    -ms-transform: translate(-25px, -100%);
    transform: translate(-25px, -100%)
  }

  [data-tmpslg="page-about.template"] .roadmap-section {
    background: #fafbfb
  }

  [data-tmpslg="page-about.template"] .roadmap-grid {
    margin: 28px -10px
  }

  [data-tmpslg="page-about.template"] .roadmap-header {
    padding: 15px 10px
  }

  [data-tmpslg="page-about.template"] .roadmap-body {
    padding: 30px 10px 0 10px
  }

  [data-tmpslg="page-about.template"] .roadmap-card {
    padding: 30px 20px
  }

  [data-tmpslg="page-about.template"] .advisory-grid {
    grid-gap: 20px;
    margin: 20px 0
  }

  [data-tmpslg="page-about.template"] .advisory-item {
    padding: 30px 20px 20px 20px
  }

  [data-tmpslg="page-about.template"] .technology-grid {
    grid-gap: 20px;
    margin: 20px 0
  }

  [data-tmpslg="page-about.template"] .grid-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -15px
  }

  [data-tmpslg="page-about.template"] .grid-row .grid-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-about.template"] .grid-row .grid-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-about.template"] .grid-row .grid-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-about.template"] .grid-row .grid-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-about.template"] .grid-row .grid-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-about.template"] .unlock-section .unlock-images .for-img {
    margin: 0 -27px
  }

  [data-tmpslg="page-about.template"] .unlock-section .unlock-images img {
    width: 100%
  }

  [data-tmpslg="page-about.template"] .unlock-section .unlock-text {
    padding-top: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  [data-tmpslg="page-about.template"] .unlock-section .unlock-text .unlock-img {
    width: 300px
  }

  [data-tmpslg="page-about.template"] .unlock-section .unlock-text ul {
    margin: 30px 0
  }

  [data-tmpslg="page-about.template"] .unlock-wrap {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    overflow: hidden
  }

  [data-tmpslg="page-about.template"] .partner-system-section .partner-system-wrap {
    margin-top: 40px
  }

  [data-tmpslg="page-about.template"] .partner-system-section .grid-col-6:first-child {
    text-align: center
  }

  [data-tmpslg="page-about.template"] .partner-system-section .partner-system-images {
    margin-bottom: 30px
  }

  [data-tmpslg="page-about.template"] .partner-system-section .partner-system-img {
    margin-right: 30px
  }

  [data-tmpslg="page-about.template"] .partner-system-section .partner-system-text {
    padding-left: 15px
  }

  [data-tmpslg="page-about.template"] .gamified-section .gamified-wrap {
    margin-top: 40px
  }

  [data-tmpslg="page-about.template"] .gamified-section .gamified-text {
    padding-top: 0;
    padding-left: 15px
  }

  [data-tmpslg="page-about.template"] .reward-section .reward-wrap .grid-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  [data-tmpslg="page-about.template"] .reward-section .reward-item_left {
    padding-right: 0
  }

  [data-tmpslg="page-about.template"] .reward-section .reward-item_left .colored-list {
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
  }

  [data-tmpslg="page-about.template"] .reward-section .reward-item_right {
    padding-left: 0
  }

  [data-tmpslg="page-about.template"] .reward-section .reward-item_right .colored-list {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-about.template"] .vote-section .vote-wrap {
    margin-top: 40px
  }

  [data-tmpslg="page-about.template"] .vote-section .vote-images {
    margin-top: 0;
    padding-left: 15px;
    text-align: center
  }

  [data-tmpslg="page-about.template"] .vote-section .vote-img {
    margin-right: 0
  }

  [data-tmpslg="page-about.template"] .vote-section .grid-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666%;
    -ms-flex: 0 0 41.666%;
    flex: 0 0 41.666%;
    max-width: 41.666%
  }

  [data-tmpslg="page-about.template"] .vote-section .grid-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333%;
    -ms-flex: 0 0 58.333%;
    flex: 0 0 58.333%;
    max-width: 58.333%
  }

  [data-tmpslg="page-about.template"] .cashless-section .cashless-wrap {
    margin-top: 40px
  }

  [data-tmpslg="page-about.template"] .cashless-section .grid-col-6:first-child {
    text-align: center
  }

  [data-tmpslg="page-about.template"] .cashless-section .cashless-images {
    margin-bottom: 30px
  }

  [data-tmpslg="page-about.template"] .cashless-section .cashless-img {
    margin-right: 30px
  }

  [data-tmpslg="page-about.template"] .cashless-section .cashless-text {
    padding-left: 15px
  }

  [data-tmpslg="page-about.template"] .digital-grid {
    margin: 0 -10px
  }

  [data-tmpslg="page-about.template"] .digital-item {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 10px;
    padding: 40px 30px 30px 30px
  }

  [data-tmpslg="page-about.template"] .digital-item .digital-icon {
    margin-bottom: 20px
  }

  [data-tmpslg="page-about.template"] .revenue-sources-list {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    margin: 50px auto 0
  }

  [data-tmpslg="page-about.template"] .revenue-forecast-grid {
    grid-column-gap: 20px;
    margin: 50px 0 40px
  }
}

@media only screen and (max-width:767px) {
  [data-tmpslg="page-about.template"] .container {
    padding: 0 16px
  }

  [data-tmpslg="page-about.template"] .section-title {
    margin: 15px 0;
    font-size: 24px;
    line-height: 33px
  }

  [data-tmpslg="page-about.template"] .hero-title {
    font-size: 30px;
    line-height: 50px
  }

  [data-tmpslg="page-about.template"] .hero-subtitle {
    font-size: 14px;
    line-height: 22px
  }

  [data-tmpslg="page-about.template"] .about-left {
    font-size: 14px
  }

  [data-tmpslg="page-about.template"] .about-left .btn {
    display: none
  }

  [data-tmpslg="page-about.template"] .about-list .about-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  [data-tmpslg="page-about.template"] .about-list .about-item_empty {
    display: none
  }

  [data-tmpslg="page-about.template"] .challenges-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 10px
  }

  [data-tmpslg="page-about.template"] .secret-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    overflow: hidden
  }

  [data-tmpslg="page-about.template"] .secret-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  [data-tmpslg="page-about.template"] .secret-list .secret-item {
    width: 100%;
    margin: 0 15px
  }

  [data-tmpslg="page-about.template"] .secret-list .secret-header {
    padding: 20px 0
  }

  [data-tmpslg="page-about.template"] .secret-list .secret-header:after {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px)
  }

  [data-tmpslg="page-about.template"] .secret-list .secret-body {
    padding: 20px 0
  }

  [data-tmpslg="page-about.template"] .selling-grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    overflow: hidden
  }

  [data-tmpslg="page-about.template"] .selling-grid .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  [data-tmpslg="page-about.template"] .selling-grid .selling-item {
    width: 100%;
    margin: 25px 15px
  }

  [data-tmpslg="page-about.template"] .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  [data-tmpslg="page-about.template"] .slick-dots button {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 4px;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 50%;
    text-indent: -9999px
  }

  [data-tmpslg="page-about.template"] .slick-dots button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    border: 1px solid #3484f0;
    border-radius: 50%;
    background-color: transparent
  }

  [data-tmpslg="page-about.template"] .slick-dots .slick-active button {
    border-color: #3484f0
  }

  [data-tmpslg="page-about.template"] .slick-dots .slick-active button:after {
    background-color: #3484f0
  }

  [data-tmpslg="page-about.template"] .partners-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px
  }

  [data-tmpslg="page-about.template"] .partners-grid .partners-item {
    width: -webkit-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
    margin: 5px
  }

  [data-tmpslg="page-about.template"] .news-list {
    grid-gap: 15px;
    margin: 40px auto;
    grid-template-columns: 1fr;
    max-width: 500px
  }

  [data-tmpslg="page-about.template"] .contact-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  [data-tmpslg="page-about.template"] .contact-left,
  [data-tmpslg="page-about.template"] .contact-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  [data-tmpslg="page-about.template"] .contact-left .section-title {
    margin-top: 0
  }

  [data-tmpslg="page-about.template"] .contact-form {
    max-width: none
  }

  [data-tmpslg="page-about.template"] .footer-top .footer-logo {
    padding: 0 20px
  }

  [data-tmpslg="page-about.template"] .footer-top .footer-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 59%;
    -ms-flex: 0 0 59%;
    flex: 0 0 59%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  [data-tmpslg="page-about.template"] .footer-top .footer-menu {
    display: none
  }

  [data-tmpslg="page-about.template"] .footer-bottom {
    padding: 25px 0
  }

  [data-tmpslg="page-about.template"] .footer-bottom .social-list .social-item:not(:last-child) {
    margin-right: 20px
  }

  [data-tmpslg="page-about.template"] .wins-section {
    padding: 15px 0
  }

  [data-tmpslg="page-about.template"] .wins-grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 27px 0 20px;
    line-height: 21px
  }

  [data-tmpslg="page-about.template"] .wins-grid span {
    margin: 4px 0
  }

  [data-tmpslg="page-about.template"] .wins-grid .lg {
    font-size: 20px
  }

  [data-tmpslg="page-about.template"] .wins-item {
    padding-left: 0
  }

  [data-tmpslg="page-about.template"] .members-section .members-img {
    display: none
  }

  [data-tmpslg="page-about.template"] .members-section .slick-dots {
    margin: 10px 0
  }

  [data-tmpslg="page-about.template"] .members-wrap {
    margin: 34px 0
  }

  [data-tmpslg="page-about.template"] .members-title {
    margin-bottom: 0
  }

  [data-tmpslg="page-about.template"] .members-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    overflow: hidden
  }

  [data-tmpslg="page-about.template"] .members-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  [data-tmpslg="page-about.template"] .members-list .member {
    width: auto;
    margin: 25px 15px
  }

  [data-tmpslg="page-about.template"] .member .member-descr {
    position: static
  }

  [data-tmpslg="page-about.template"] .member .tooltip .tooltip-body {
    left: 0 !important;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    padding: 0
  }

  [data-tmpslg="page-about.template"] .member .tooltip .tooltip-body .tooltip-body-inner {
    width: 100%;
    max-height: 100%;
    padding: 20px 10px 20px 20px
  }

  [data-tmpslg="page-about.template"] .member .tooltip .tooltip-body-inner:before {
    display: none
  }

  [data-tmpslg="page-about.template"] .roadmap-section {
    padding: 9px 0
  }

  [data-tmpslg="page-about.template"] .roadmap-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 13px 0
  }

  [data-tmpslg="page-about.template"] .roadmap-item {
    position: relative;
    padding-left: 15px
  }

  [data-tmpslg="page-about.template"] .roadmap-header {
    position: static;
    padding: 15px 0 0;
    text-align: left
  }

  [data-tmpslg="page-about.template"] .roadmap-header:before {
    left: 0;
    bottom: auto;
    top: 21px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }

  [data-tmpslg="page-about.template"] .roadmap-header:after {
    top: 21px;
    bottom: auto;
    left: 0;
    width: 1px;
    height: 100%;
    background-image: -o-repeating-linear-gradient(top, transparent, transparent 2px, #8abcff 2px, #8abcff 4px);
    background-image: repeating-linear-gradient(to bottom, transparent, transparent 2px, #8abcff 2px, #8abcff 4px)
  }

  [data-tmpslg="page-about.template"] .roadmap-year {
    margin-bottom: 5px
  }

  [data-tmpslg="page-about.template"] .roadmap-body {
    padding: 8px 0
  }

  [data-tmpslg="page-about.template"] .roadmap-card {
    margin-bottom: 18px;
    padding: 28px 15px 24px
  }

  [data-tmpslg="page-about.template"] .roadmap-card .custom-list > li {
    margin-bottom: 14px;
    padding-left: 25px;
    font-size: 14px;
    line-height: 21px
  }

  [data-tmpslg="page-about.template"] .roadmap-card .custom-list > li:last-child {
    margin-bottom: 0
  }

  [data-tmpslg="page-about.template"] .advisory-section {
    padding: 17px 0 59px
  }

  [data-tmpslg="page-about.template"] .advisory-grid {
    grid-template-columns: 1fr;
    margin: 50px 0 25PX
  }

  [data-tmpslg="page-about.template"] .advisory-item {
    padding: 16px 23px 23px 23px
  }

  [data-tmpslg="page-about.template"] .advisory-item .advisory-list > li {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 20px
  }

  [data-tmpslg="page-about.template"] .advisory-title {
    margin: 10px 0 23px;
    font-size: 20px;
    line-height: 27px
  }

  [data-tmpslg="page-about.template"] .btn-cons {
    margin: 15px 0;
    padding: 25px 10px 26px;
    font-size: 14px;
    line-height: 19px
  }

  [data-tmpslg="page-about.template"] .technologies-section {
    padding: 55px 0 0
  }

  [data-tmpslg="page-about.template"] .technology-grid {
    grid-template-columns: 1fr
  }

  [data-tmpslg="page-about.template"] .technology-title {
    font-size: 18px;
    line-height: 25px
  }

  [data-tmpslg="page-about.template"] .unlock-section .unlock-images p {
    display: none
  }

  [data-tmpslg="page-about.template"] .partner-system-section .partner-system-images {
    position: relative
  }

  [data-tmpslg="page-about.template"] .partner-system-section .colored-list {
    min-width: 300px;
    top: 50%;
    bottom: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-about.template"] .gamified-section .gamified-img {
    margin-right: 0
  }

  [data-tmpslg="page-about.template"] .gamified-section .gamified-img .colored-list {
    min-width: 300px;
    top: 50%;
    bottom: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-about.template"] .reward-section .reward-wrap .grid-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-about.template"] .reward-section .reward-item_left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  [data-tmpslg="page-about.template"] .reward-section .reward-item_left .colored-list {
    min-width: 300px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-about.template"] .reward-section .reward-item_right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  [data-tmpslg="page-about.template"] .reward-section .reward-item_right .colored-list {
    min-width: 300px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-about.template"] .vote-section {
    background: 0 0
  }

  [data-tmpslg="page-about.template"] .vote-section .grid-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-about.template"] .vote-section .grid-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-about.template"] .vote-section .vote-img .colored-list {
    min-width: 300px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-about.template"] .cashless-section {
    overflow-x: hidden
  }

  [data-tmpslg="page-about.template"] .cashless-section .colored-list {
    min-width: 300px;
    top: 50%;
    bottom: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-about.template"] .digital-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px
  }

  [data-tmpslg="page-about.template"] .digital-list .digital-list-item {
    font-size: 14px
  }

  [data-tmpslg="page-about.template"] .digital-list .digital-list-item:before {
    font-size: 50px
  }

  [data-tmpslg="page-about.template"] .club-advantages-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    margin: 0 -15px;
    overflow: hidden
  }

  [data-tmpslg="page-about.template"] .club-advantages-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  [data-tmpslg="page-about.template"] .club-advantages-list .club-advantages-item {
    width: 100%;
    margin: 25px 15px
  }

  [data-tmpslg="page-about.template"] .revenue-forecast-grid {
    max-width: 500px;
    grid-template-columns: repeat(1, 1fr);
    margin: 50px auto 40px;
    grid-row-gap: 20px
  }
}

@media only screen and (max-width:575px) {
  [data-tmpslg="page-about.template"] body {
    font-size: 14px;
    line-height: 2
  }

  [data-tmpslg="page-about.template"] .custom-list > li {
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 22px
  }

  [data-tmpslg="page-about.template"] .custom-list > li:before {
    left: -3px;
    top: 3px;
    width: 14px;
    height: 14px
  }

  [data-tmpslg="page-about.template"] .header {
    padding: 27px 0
  }

  [data-tmpslg="page-about.template"] .header-logo {
    max-width: 150px
  }

  [data-tmpslg="page-about.template"] .hero-section {
    padding: 122px 0 50px
  }

  [data-tmpslg="page-about.template"] .hero-inner {
    padding-right: 40px
  }

  [data-tmpslg="page-about.template"] .hero-subtitle {
    margin: 17px 0 20px
  }

  [data-tmpslg="page-about.template"] .hero-action {
    margin-top: 60px
  }

  [data-tmpslg="page-about.template"] .about-section {
    padding: 17px 0
  }

  [data-tmpslg="page-about.template"] .about-left {
    margin-bottom: 53px
  }

  [data-tmpslg="page-about.template"] .about-list .about-item {
    margin-bottom: 58px;
    font-size: 14px;
    line-height: 21px
  }

  [data-tmpslg="page-about.template"] .about-list .about-item:last-child,
  [data-tmpslg="page-about.template"] .about-list .about-item:nth-last-child(2) {
    margin-bottom: 0
  }

  [data-tmpslg="page-about.template"] .about-list .about-item .lg {
    font-size: 18px;
    line-height: 30px
  }

  [data-tmpslg="page-about.template"] .challenges-section {
    padding: 35px 0
  }

  [data-tmpslg="page-about.template"] .challenges-section .challenges-img {
    display: none
  }

  [data-tmpslg="page-about.template"] .challenges-item {
    width: 100%;
    margin: 15px 0;
    padding: 20px 20px 20px 23px;
    font-size: 14px
  }

  [data-tmpslg="page-about.template"] .challenges-item .challenges-icon {
    margin-bottom: 32px
  }

  [data-tmpslg="page-about.template"] .challenges-item .challenges-title {
    margin: 7px 0;
    font-size: 18px;
    line-height: 25px
  }

  [data-tmpslg="page-about.template"] .challenges-item .challenges-subtitle {
    margin: 7px 0
  }

  [data-tmpslg="page-about.template"] .opportunity-section {
    padding: 20px 0
  }

  [data-tmpslg="page-about.template"] .opportunity-wrap {
    margin-top: 20px
  }

  [data-tmpslg="page-about.template"] .opportunity-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  [data-tmpslg="page-about.template"] .opportunity-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 21px
  }

  [data-tmpslg="page-about.template"] .opportunity-title {
    margin: 9px 0 9px;
    font-size: 20px;
    line-height: 28px
  }

  [data-tmpslg="page-about.template"] .opportunity-img {
    margin-bottom: 10px
  }

  [data-tmpslg="page-about.template"] .opportunity-list_sm .opportunity-title {
    margin: 10px 0;
    font-size: 16px;
    line-height: 22px
  }

  [data-tmpslg="page-about.template"] .opportunity-list_sm .opportunity-item {
    padding: 0;
    font-size: 12px;
    line-height: 18px
  }

  [data-tmpslg="page-about.template"] .features-section {
    padding: 15px 0
  }

  [data-tmpslg="page-about.template"] .features-title {
    margin: 20px 0;
    text-transform: none
  }

  [data-tmpslg="page-about.template"] .features-list .features-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  [data-tmpslg="page-about.template"] .secret-img {
    width: 70%;
    margin: 18px auto
  }

  [data-tmpslg="page-about.template"] .selling-grid {
    margin: 40px -15px
  }

  [data-tmpslg="page-about.template"] .selling-item {
    padding-top: 34px
  }

  [data-tmpslg="page-about.template"] .selling-item:before {
    font-size: 44px;
    line-height: 60px
  }

  [data-tmpslg="page-about.template"] .selling-title {
    font-size: 18px;
    line-height: 25px
  }

  [data-tmpslg="page-about.template"] .selling-list {
    margin: 15px 0
  }

  [data-tmpslg="page-about.template"] .partners-section {
    padding: 2px 0
  }

  [data-tmpslg="page-about.template"] .partners-grid {
    margin: 25px -10px
  }

  [data-tmpslg="page-about.template"] .partners-grid .partners-item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px)
  }

  [data-tmpslg="page-about.template"] .news-section {
    padding: 10px 0
  }

  [data-tmpslg="page-about.template"] .news-list {
    margin: 30px auto;
    grid-gap: 14px
  }

  [data-tmpslg="page-about.template"] .news-item {
    font-size: 14px
  }

  [data-tmpslg="page-about.template"] .news-descr {
    padding: 10px 20px 35px 20px
  }

  [data-tmpslg="page-about.template"] .news-title {
    margin: 5px 0 13px;
    font-size: 18px;
    line-height: 25px
  }

  [data-tmpslg="page-about.template"] .news-text {
    margin-bottom: 17px
  }

  [data-tmpslg="page-about.template"] .news-actions {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  [data-tmpslg="page-about.template"] .contact-section {
    padding: 30px 0 24px
  }

  [data-tmpslg="page-about.template"] .contact-left .section-title {
    margin-bottom: 8px
  }

  [data-tmpslg="page-about.template"] .contact-right {
    padding-top: 28px
  }

  [data-tmpslg="page-about.template"] .contact-form .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  [data-tmpslg="page-about.template"] .contact-form .btn {
    width: 100%
  }

  [data-tmpslg="page-about.template"] .footer-top {
    padding: 28px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  [data-tmpslg="page-about.template"] .footer-top .footer-logo {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 150px
  }

  [data-tmpslg="page-about.template"] .footer-top .footer-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  [data-tmpslg="page-about.template"] .footer-bottom {
    padding: 15px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-top: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  [data-tmpslg="page-about.template"] .footer-bottom .footer-social {
    margin-bottom: 37px
  }

  [data-tmpslg="page-about.template"] .footer-bottom .social-list .social-item:not(:last-child) {
    margin-right: 35px
  }

  [data-tmpslg="page-about.template"] .footer-bottom .footer-copy {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 21px 0
  }

  [data-tmpslg="page-about.template"] .unlock-section .unlock-wrap {
    margin-top: 30px
  }

  [data-tmpslg="page-about.template"] .unlock-section .unlock-text {
    position: relative;
    min-height: 400px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 150px
  }

  [data-tmpslg="page-about.template"] .unlock-section .unlock-text .unlock-img {
    width: 200px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 100%;
    -webkit-transform: translateX(130px);
    -ms-transform: translateX(130px);
    transform: translateX(130px);
    text-align: right;
    margin-right: 0
  }

  [data-tmpslg="page-about.template"] .unlock-section .unlock-images .for-img {
    margin: 0 -15px
  }

  [data-tmpslg="page-about.template"] .partner-system-section {
    overflow: hidden
  }

  [data-tmpslg="page-about.template"] .partner-system-section .partner-system-images {
    position: relative;
    min-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  [data-tmpslg="page-about.template"] .partner-system-section .partner-system-images .partner-system-img {
    width: 200px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 100%;
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
    margin-right: 0;
    text-align: right
  }

  [data-tmpslg="page-about.template"] .partner-system-section .partner-system-images .partner-system-img:nth-child(2) {
    right: auto;
    left: 100%;
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
    text-align: left
  }

  [data-tmpslg="page-about.template"] .partner-system-section .partner-system-images .colored-list-wrap .colored-list {
    position: static;
    min-width: inherit;
    width: 100%;
    max-width: 290px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  [data-tmpslg="page-about.template"] .gamified-section {
    overflow: hidden
  }

  [data-tmpslg="page-about.template"] .gamified-section .gamified-img {
    position: relative;
    min-height: 500px;
    margin-top: -30px
  }

  [data-tmpslg="page-about.template"] .gamified-section .gamified-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none
  }

  [data-tmpslg="page-about.template"] .loyalty-section .loyalty-img_desktop {
    display: none
  }

  [data-tmpslg="page-about.template"] .loyalty-section .loyalty-img_mobile {
    display: block;
    max-width: 260px;
    margin: 0 auto
  }

  [data-tmpslg="page-about.template"] .cashless-section .cashless-images {
    position: relative;
    min-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
  }

  [data-tmpslg="page-about.template"] .cashless-section .cashless-images .cashless-img {
    width: 200px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 100%;
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
    margin-right: 0;
    text-align: right
  }

  [data-tmpslg="page-about.template"] .cashless-section .cashless-images .cashless-img:nth-child(2) {
    right: auto;
    left: 100%;
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
    text-align: left
  }

  [data-tmpslg="page-about.template"] .cashless-section .cashless-images .colored-list-wrap .colored-list {
    position: static;
    min-width: inherit;
    width: 100%;
    max-width: 290px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  [data-tmpslg="page-about.template"] .digital-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px
  }

  [data-tmpslg="page-about.template"] .digital-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    padding: 25px 25px 25px 25px;
    font-size: 14px;
    line-height: 19px
  }

  [data-tmpslg="page-about.template"] .digital-item .digital-icon {
    height: 40px;
    margin-bottom: 15px
  }

  [data-tmpslg="page-about.template"] .consumption-img {
    margin-top: 30px
  }

  [data-tmpslg="page-about.template"] .consumption-img .consumption-img_desktop {
    display: none
  }

  [data-tmpslg="page-about.template"] .consumption-img .consumption-img_mobile {
    display: block;
    max-width: 290px;
    margin: 0 auto
  }

  [data-tmpslg="page-about.template"] .revenue-sources-list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px
  }

  [data-tmpslg="page-about.template"] .revenue-sources-item {
    font-size: 14px;
    line-height: 23px
  }

  [data-tmpslg="page-about.template"] .revenue-sources-item:before {
    font-size: 30px;
    line-height: 41px
  }

  [data-tmpslg="page-about.template"] .revenue-sources-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 27px
  }

  [data-tmpslg="page-about.template"] .revenue-forecast-section {
    background: 0 0
  }

  [data-tmpslg="page-about.template"] .revenue-forecast-title {
    font-size: 20px;
    line-height: 26px
  }

  [data-tmpslg="page-about.template"] .revenue-forecast-item .custom-list > li {
    font-size: 14px
  }
}

@media only screen and (max-width:375px) {
  [data-tmpslg="page-about.template"] .partner-system-section .partner-system-images .partner-system-img {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px)
  }

  [data-tmpslg="page-about.template"] .partner-system-section .partner-system-images .partner-system-img:nth-child(2) {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px)
  }

  [data-tmpslg="page-about.template"] .partner-system-section .colored-list {
    min-width: 200px
  }

  [data-tmpslg="page-about.template"] .gamified-section .gamified-img .colored-list {
    min-width: 290px
  }

  [data-tmpslg="page-about.template"] .reward-section .reward-title {
    width: 100%;
    font-size: 16px;
    line-height: 22px
  }

  [data-tmpslg="page-about.template"] .reward-section .reward-item_left .colored-list {
    min-width: 290px
  }

  [data-tmpslg="page-about.template"] .reward-section .reward-item_right .colored-list {
    min-width: 290px
  }

  [data-tmpslg="page-about.template"] .vote-section .vote-img .colored-list {
    min-width: 290px
  }

  [data-tmpslg="page-about.template"] .cashless-section .cashless-images .cashless-img {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px)
  }

  [data-tmpslg="page-about.template"] .cashless-section .cashless-images .cashless-img:nth-child(2) {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px)
  }

  [data-tmpslg="page-about.template"] .cashless-section .colored-list {
    min-width: 200px
  }

  [data-tmpslg="page-about.template"] .digital-bold {
    text-align: left
  }
}

@media only screen and (max-width:1024px) {
  [data-tmpslg="page-about.template"] .desktop-only {
    display: none
  }
}

@media only screen and (min-width:1025px) {
  [data-tmpslg="page-about.template"] .tablet-only {
    display: none
  }
}

[data-tmpslg="page-advantages.template"] * {
  margin: 0;
  padding: 0
}

[data-tmpslg="page-advantages.template"] *,
[data-tmpslg="page-advantages.template"] :after,
[data-tmpslg="page-advantages.template"] :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

[data-tmpslg="page-advantages.template"] article,
[data-tmpslg="page-advantages.template"] aside,
[data-tmpslg="page-advantages.template"] details,
[data-tmpslg="page-advantages.template"] figcaption,
[data-tmpslg="page-advantages.template"] figure,
[data-tmpslg="page-advantages.template"] footer,
[data-tmpslg="page-advantages.template"] header,
[data-tmpslg="page-advantages.template"] hgroup,
[data-tmpslg="page-advantages.template"] menu,
[data-tmpslg="page-advantages.template"] nav,
[data-tmpslg="page-advantages.template"] section {
  display: block
}

[data-tmpslg="page-advantages.template"] ol,
[data-tmpslg="page-advantages.template"] ul {
  list-style-type: none
}

[data-tmpslg="page-advantages.template"] a:active,
[data-tmpslg="page-advantages.template"] a:focus,
[data-tmpslg="page-advantages.template"] a:hover,
[data-tmpslg="page-advantages.template"] button:active,
[data-tmpslg="page-advantages.template"] button:focus,
[data-tmpslg="page-advantages.template"] button:hover,
[data-tmpslg="page-advantages.template"] input:active,
[data-tmpslg="page-advantages.template"] input:focus,
[data-tmpslg="page-advantages.template"] input:hover {
  outline: 0
}

[data-tmpslg="page-advantages.template"] body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Avenir;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #7a7c82
}

[data-tmpslg="page-advantages.template"] .for-img {
  text-align: center
}

[data-tmpslg="page-advantages.template"] .for-img img {
  max-width: 100%;
  max-height: 100%;
  height: auto
}

[data-tmpslg="page-advantages.template"] .cover-img {
  position: relative;
  overflow: hidden
}

[data-tmpslg="page-advantages.template"] .cover-img:before {
  display: block;
  content: ""
}

[data-tmpslg="page-advantages.template"] .cover-img .image {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

[data-tmpslg="page-advantages.template"] .contain-img {
  position: relative;
  overflow: hidden
}

[data-tmpslg="page-advantages.template"] .contain-img:before {
  display: block;
  content: ""
}

[data-tmpslg="page-advantages.template"] .contain-img .image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

[data-tmpslg="page-advantages.template"] .visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0)
}

[data-tmpslg="page-advantages.template"] .text-center {
  text-align: center
}

[data-tmpslg="page-advantages.template"] .wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  background: url(../img/hero/page-home_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-advantages.template"] .wrapper.page-about {
  background: url(../img/hero/page-about-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-advantages.template"] .wrapper.page-advantages {
  background: url(../img/hero/page-advantages-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-advantages.template"] .wrapper.page-solution {
  background: url(../img/hero/page-solution-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-advantages.template"] .wrapper.page-advantage {
  background: url(../img/hero/page-advantage-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-advantages.template"] .content-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

[data-tmpslg="page-advantages.template"] .container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px
}

[data-tmpslg="page-advantages.template"] .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 206px;
  height: 52px;
  padding: 0 40px;
  background: #3484f0;
  border: none;
  border-radius: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none
}

[data-tmpslg="page-advantages.template"] .btn:active,
[data-tmpslg="page-advantages.template"] .btn:focus,
[data-tmpslg="page-advantages.template"] .btn:hover {
  -webkit-box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5);
  box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5)
}

[data-tmpslg="page-advantages.template"] .btn_white {
  background: #fff;
  color: #3484f0
}

[data-tmpslg="page-advantages.template"] .btn_sm {
  min-width: 136px;
  height: 36px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 19px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}

[data-tmpslg="page-advantages.template"] .btn_xs {
  min-width: inherit
}

[data-tmpslg="page-advantages.template"] .btn-outline {
  min-width: 158px;
  height: 45px;
  background: #fff;
  border: 2px solid rgba(52, 132, 240, .8);
  border-radius: 16px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #3484f0;
  -webkit-box-shadow: none;
  box-shadow: none
}

[data-tmpslg="page-advantages.template"] .custom-list > li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 24px
}

[data-tmpslg="page-advantages.template"] .custom-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/dot.png) no-repeat center
}

[data-tmpslg="page-advantages.template"] .custom-list_check > li:before {
  background: url(../img/check.png) no-repeat center
}

[data-tmpslg="page-advantages.template"] .section-title {
  margin: 25px 0;
  font-size: 34px;
  line-height: 46px;
  font-weight: 900;
  color: #1c1f28
}

[data-tmpslg="page-advantages.template"] .section-title_white {
  color: #fff
}

[data-tmpslg="page-advantages.template"] .highligthed {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, transparent), color-stop(53%, rgba(52, 132, 240, .2)), color-stop(89%, rgba(52, 132, 240, .2)), color-stop(89%, transparent));
  background: -o-linear-gradient(top, transparent 53%, rgba(52, 132, 240, .2) 53%, rgba(52, 132, 240, .2) 89%, transparent 89%);
  background: linear-gradient(to bottom, transparent 53%, rgba(52, 132, 240, .2) 53%, rgba(52, 132, 240, .2) 89%, transparent 89%)
}

[data-tmpslg="page-advantages.template"] .highligthed_grey {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, transparent), color-stop(53%, rgba(255, 255, 255, .2)), color-stop(89%, rgba(255, 255, 255, .2)), color-stop(89%, transparent));
  background: -o-linear-gradient(top, transparent 53%, rgba(255, 255, 255, .2) 53%, rgba(255, 255, 255, .2) 89%, transparent 89%);
  background: linear-gradient(to bottom, transparent 53%, rgba(255, 255, 255, .2) 53%, rgba(255, 255, 255, .2) 89%, transparent 89%)
}

[data-tmpslg="page-advantages.template"] .form-group {
  margin-bottom: 16px
}

[data-tmpslg="page-advantages.template"] .input-text {
  display: block;
  width: 100%;
  height: 52px;
  padding: 15px 20px;
  border: 1px solid rgba(244, 246, 250, .19);
  border-radius: 16px;
  background-color: rgba(244, 246, 250, .19);
  -webkit-box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5);
  box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5);
  font-family: Avenir;
  font-size: 16px;
  line-height: 22px;
  color: #e7e7e7
}

[data-tmpslg="page-advantages.template"] .input-text:active,
[data-tmpslg="page-advantages.template"] .input-text:focus {
  border-color: #fff
}

[data-tmpslg="page-advantages.template"] .input-text::-webkit-input-placeholder {
  color: #e7e7e7
}

[data-tmpslg="page-advantages.template"] .input-text::-moz-placeholder {
  color: #e7e7e7
}

[data-tmpslg="page-advantages.template"] .input-text:-ms-input-placeholder {
  color: #e7e7e7
}

[data-tmpslg="page-advantages.template"] .input-text:-moz-placeholder {
  color: #e7e7e7
}

[data-tmpslg="page-advantages.template"] textarea.input-text {
  height: 100px;
  font-family: Avenir
}

[data-tmpslg="page-advantages.template"] .social-link {
  display: block;
  width: 20px;
  text-decoration: none
}

[data-tmpslg="page-advantages.template"] .social-link:before {
  padding-top: 100%
}

[data-tmpslg="page-advantages.template"] .social-link .image {
  opacity: .45
}

[data-tmpslg="page-advantages.template"] .social-link:active .image,
[data-tmpslg="page-advantages.template"] .social-link:focus .image,
[data-tmpslg="page-advantages.template"] .social-link:hover .image {
  opacity: 1
}

[data-tmpslg="page-advantages.template"] .colored-list {
  display: inline-block;
  padding: 11px 0;
  border-radius: 16px;
  text-align: left;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  overflow: hidden
}

[data-tmpslg="page-advantages.template"] .colored-list li {
  padding: 13px 27px
}

[data-tmpslg="page-advantages.template"] .colored-list_main {
  background: #3484f0;
  -webkit-box-shadow: 0 10px 30px 1px rgba(52, 132, 240, .7);
  box-shadow: 0 10px 30px 1px rgba(52, 132, 240, .7);
  color: #fff
}

[data-tmpslg="page-advantages.template"] .colored-list-wrap {
  position: relative
}

[data-tmpslg="page-advantages.template"] .colored-list-wrap .colored-list {
  position: absolute
}

[data-tmpslg="page-advantages.template"] .colored-list-wrap .colored-list_right-center {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%)
}

[data-tmpslg="page-advantages.template"] .colored-list-wrap .colored-list_right-bottom {
  top: auto;
  bottom: 50px;
  right: 0;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0)
}

[data-tmpslg="page-advantages.template"] .iphone-img {
  padding: 10px;
  background: #fff;
  border-radius: 28px;
  -webkit-box-shadow: 6px -7px 26px 0 rgba(0, 0, 0, .09);
  box-shadow: 6px -7px 26px 0 rgba(0, 0, 0, .09)
}

[data-tmpslg="page-advantages.template"] .tooltip {
  position: relative
}

[data-tmpslg="page-advantages.template"] .tooltip .tooltip-icon-outer {
  display: block;
  padding: 5px;
  background-color: transparent;
  border-radius: 50%
}

[data-tmpslg="page-advantages.template"] .tooltip .tooltip-icon {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #3484f0;
  border-radius: 50%;
  text-align: center;
  font-family: "Crimson Pro", serif;
  font-size: 16px;
  line-height: 18px;
  color: #3484f0
}

[data-tmpslg="page-advantages.template"] .tooltip .tooltip-body {
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: translate(-17px, 0);
  -ms-transform: translate(-17px, 0);
  transform: translate(-17px, 0);
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 10
}

[data-tmpslg="page-advantages.template"] .tooltip .tooltip-body-inner {
  position: relative;
  display: block;
  width: 360px;
  max-height: 250px;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0 7px 20px 1px rgba(98, 98, 98, .2);
  box-shadow: 0 7px 20px 1px rgba(98, 98, 98, .2)
}

[data-tmpslg="page-advantages.template"] .tooltip .tooltip-body-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(22px, -100%);
  -ms-transform: translate(22px, -100%);
  transform: translate(22px, -100%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent
}

[data-tmpslg="page-advantages.template"] .tooltip:hover .tooltip-icon-outer {
  background: #eff5fe
}

[data-tmpslg="page-advantages.template"] .tooltip:hover .tooltip-body {
  opacity: 1;
  visibility: visible
}

[data-tmpslg="page-advantages.template"] .mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background: rgba(214, 230, 252, .47)
}

[data-tmpslg="page-advantages.template"] .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #3484f0
}

[data-tmpslg="page-advantages.template"] .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
[data-tmpslg="page-advantages.template"] .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: #3484f0
}

[data-tmpslg="page-advantages.template"] .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

[data-tmpslg="page-advantages.template"] .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

[data-tmpslg="page-advantages.template"] .header-logo {
  margin-right: auto;
  font-size: 0;
  line-height: 0
}

[data-tmpslg="page-advantages.template"] .header-nav {
  margin-right: 40px
}

[data-tmpslg="page-advantages.template"] .header-nav .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

[data-tmpslg="page-advantages.template"] .header-nav .nav-item {
  margin: 0 14px
}

[data-tmpslg="page-advantages.template"] .header-nav .nav-link {
  display: block;
  padding: 45px 11px;
  border-top: 3px solid transparent;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  text-decoration: none
}

[data-tmpslg="page-advantages.template"] .header-nav .nav-link:focus,
[data-tmpslg="page-advantages.template"] .header-nav .nav-link:hover,
[data-tmpslg="page-advantages.template"] .header-nav .nav-link_active {
  border-color: #3484f0;
  color: #3484f0
}

[data-tmpslg="page-advantages.template"] .header-action:active,
[data-tmpslg="page-advantages.template"] .header-action:focus,
[data-tmpslg="page-advantages.template"] .header-action:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  color: #3484f0
}

[data-tmpslg="page-advantages.template"] .hero-section {
  min-height: 100vh;
  padding: 130px 0 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

[data-tmpslg="page-advantages.template"] .hero-section .container {
  width: 100%
}

[data-tmpslg="page-advantages.template"] .hero-inner {
  position: relative
}

[data-tmpslg="page-advantages.template"] .hero-inner .social-list {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

[data-tmpslg="page-advantages.template"] .hero-inner .social-list .social-item:not(:last-child) {
  margin-bottom: 30px
}

[data-tmpslg="page-advantages.template"] .hero-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 700px
}

[data-tmpslg="page-advantages.template"] .hero-title {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, transparent), color-stop(47%, rgba(255, 255, 255, .2)), color-stop(81%, rgba(255, 255, 255, .2)), color-stop(81%, transparent));
  background: -o-linear-gradient(top, transparent 47%, rgba(255, 255, 255, .2) 47%, rgba(255, 255, 255, .2) 81%, transparent 81%);
  background: linear-gradient(to bottom, transparent 47%, rgba(255, 255, 255, .2) 47%, rgba(255, 255, 255, .2) 81%, transparent 81%);
  font-size: 60px;
  line-height: 1.33;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase
}

[data-tmpslg="page-advantages.template"] .hero-subtitle {
  margin: 30px 0;
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  color: #a1a4ac
}

[data-tmpslg="page-advantages.template"] .hero-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 50px;
  display: none
}

[data-tmpslg="page-advantages.template"] .play-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 200px;
  padding: 0 36px;
  font-size: 18px;
  line-height: 22px;
  color: #fff
}

[data-tmpslg="page-advantages.template"] .play-btn-block {
  position: relative;
  width: 118px;
  height: 118px;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, .024);
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

[data-tmpslg="page-advantages.template"] .play-btn-block:before {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  display: block;
  content: "";
  border: 1px solid rgba(255, 255, 255, .048);
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s
}

[data-tmpslg="page-advantages.template"] .play-btn-block:after {
  position: absolute;
  top: 11px;
  right: 11px;
  bottom: 11px;
  left: 11px;
  display: block;
  content: "";
  border: 1px solid rgba(255, 255, 255, .072);
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}

[data-tmpslg="page-advantages.template"] .play-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s
}

[data-tmpslg="page-advantages.template"] .play-btn:before {
  position: absolute;
  left: -7px;
  top: -7px;
  right: -7px;
  bottom: -7px;
  display: block;
  content: "";
  border: 1px solid rgba(255, 255, 255, .096);
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s
}

[data-tmpslg="page-advantages.template"] .play-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent
}

[data-tmpslg="page-advantages.template"] .play-btn-text {
  margin-left: -7px
}

[data-tmpslg="page-advantages.template"] .play-btn-block:active,
[data-tmpslg="page-advantages.template"] .play-btn-block:focus,
[data-tmpslg="page-advantages.template"] .play-btn-block:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0)
}

[data-tmpslg="page-advantages.template"] .play-btn-block:active:after,
[data-tmpslg="page-advantages.template"] .play-btn-block:active:before,
[data-tmpslg="page-advantages.template"] .play-btn-block:focus:after,
[data-tmpslg="page-advantages.template"] .play-btn-block:focus:before,
[data-tmpslg="page-advantages.template"] .play-btn-block:hover:after,
[data-tmpslg="page-advantages.template"] .play-btn-block:hover:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0)
}

[data-tmpslg="page-advantages.template"] .play-btn-block:active .play-btn:before,
[data-tmpslg="page-advantages.template"] .play-btn-block:focus .play-btn:before,
[data-tmpslg="page-advantages.template"] .play-btn-block:hover .play-btn:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0)
}

[data-tmpslg="page-advantages.template"] .club-advantages-section {
  padding: 112px 0 50px
}

[data-tmpslg="page-advantages.template"] .club-advantages-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  width: 100%;
  max-width: 950px;
  margin: 75px auto 0
}

[data-tmpslg="page-advantages.template"] .club-advantages-item {
  padding: 30px 30px 30px 40px;
  border-radius: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px 1px rgba(7, 42, 68, .05);
  box-shadow: 0 10px 30px 1px rgba(7, 42, 68, .05);
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  color: #1c1f28;
  counter-increment: club-advantages
}

[data-tmpslg="page-advantages.template"] .club-advantages-item:before {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 33px;
  background: #eaf2fd;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  line-height: 60px;
  font-weight: 900;
  color: #3484f0;
  content: "0"counter(club-advantages)
}

[data-tmpslg="page-advantages.template"] .club-advantages-item:hover {
  background: #3484f0;
  -webkit-box-shadow: 0 10px 50px 1px rgba(52, 132, 240, .7);
  box-shadow: 0 10px 50px 1px rgba(52, 132, 240, .7);
  color: #fff
}

[data-tmpslg="page-advantages.template"] .consumption-section {
  padding: 23px 0
}

[data-tmpslg="page-advantages.template"] .consumption-img {
  margin-top: 90px
}

[data-tmpslg="page-advantages.template"] .consumption-img .consumption-img_mobile {
  display: none
}

[data-tmpslg="page-advantages.template"] .revenue-sources-section {
  min-height: 860px;
  padding: 117px 0 50px;
  background: url(../img/technologies-bg.png) no-repeat left top 30px;
  background-size: 98% auto
}

[data-tmpslg="page-advantages.template"] .revenue-sources-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 105px;
  grid-row-gap: 70px;
  margin: 70px auto 0
}

[data-tmpslg="page-advantages.template"] .revenue-sources-item {
  position: relative;
  padding-left: 50px;
  font-size: 16px;
  line-height: 30px;
  counter-increment: revenue-sources
}

[data-tmpslg="page-advantages.template"] .revenue-sources-item:before {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
  font-size: 34px;
  line-height: 46px;
  font-weight: 900;
  color: #3484f0;
  content: "0"counter(revenue-sources)
}

[data-tmpslg="page-advantages.template"] .revenue-sources-title {
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  color: #3484f0
}

[data-tmpslg="page-advantages.template"] .revenue-sources-descr {
  width: 100%;
  max-width: 370px
}

[data-tmpslg="page-advantages.template"] .revenue-forecast-section {
  padding: 55px 0 46px;
  background: url(../img/revenue-forecast-bg.png) no-repeat left bottom;
  background-size: contain
}

[data-tmpslg="page-advantages.template"] .revenue-forecast-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 96px -23px 40px
}

[data-tmpslg="page-advantages.template"] .revenue-forecast-item {
  width: -webkit-calc(33.33% - 46px);
  width: calc(33.33% - 46px);
  min-height: 270px;
  margin: 0 23px;
  padding: 10px 30px 10px 30px;
  border-radius: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 50px 1px rgba(7, 42, 68, .05);
  box-shadow: 0 10px 50px 1px rgba(7, 42, 68, .05);
  font-size: 18px;
  line-height: 26px
}

[data-tmpslg="page-advantages.template"] .revenue-forecast-item:hover {
  background: #3484f0;
  -webkit-box-shadow: 0 10px 50px 1px rgba(52, 132, 240, .7);
  box-shadow: 0 10px 50px 1px rgba(52, 132, 240, .7);
  color: #fff
}

[data-tmpslg="page-advantages.template"] .revenue-forecast-item:hover .revenue-forecast-title {
  color: #fff
}

[data-tmpslg="page-advantages.template"] .revenue-forecast-item:hover .revenue-forecast-price .revenue-forecast-price_blue {
  color: #fff
}

[data-tmpslg="page-advantages.template"] .revenue-forecast-title {
  margin: 20px 0 35px;
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  color: #3484f0
}

[data-tmpslg="page-advantages.template"] .revenue-forecast-body {
  text-align: center;
  font-size: 18px;
  line-height: 26px
}

[data-tmpslg="page-advantages.template"] .revenue-forecast-price {
  display: block;
  margin: 20px 0;
  font-size: 20px;
  line-height: 27px
}

[data-tmpslg="page-advantages.template"] .revenue-forecast-price span {
  font-size: 50px;
  font-weight: 900
}

[data-tmpslg="page-advantages.template"] .revenue-forecast-price .revenue-forecast-price_blue {
  color: #3484f0
}

[data-tmpslg="page-advantages.template"] .contact-section {
  padding: 50px 0
}

[data-tmpslg="page-advantages.template"] .contact-inner {
  padding: 62px 0;
  background: url(../img/contact-bg.svg) no-repeat left top;
  background-size: 100% 100%
}

[data-tmpslg="page-advantages.template"] .contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

[data-tmpslg="page-advantages.template"] .contact-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 14.5%;
  color: #fff
}

[data-tmpslg="page-advantages.template"] .contact-left .section-title {
  margin-top: -25px;
  margin-bottom: 17px
}

[data-tmpslg="page-advantages.template"] .contact-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 20px 70px 20px 0
}

[data-tmpslg="page-advantages.template"] .contact-form {
  display: block;
  width: 100%;
  max-width: 396px;
  margin: 0 auto
}

[data-tmpslg="page-advantages.template"] .contact-form .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px
}

[data-tmpslg="page-advantages.template"] .contact-form .col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 8px
}

[data-tmpslg="page-advantages.template"] .contact-form .col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 8px
}

[data-tmpslg="page-advantages.template"] .contact-form .btn:active,
[data-tmpslg="page-advantages.template"] .contact-form .btn:focus,
[data-tmpslg="page-advantages.template"] .contact-form .btn:hover {
  background: #daecff
}

[data-tmpslg="page-advantages.template"] .footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0 35px;
  color: rgba(255, 255, 255, .75)
}

[data-tmpslg="page-advantages.template"] .footer-top a {
  text-decoration: none;
  color: rgba(255, 255, 255, .75)
}

[data-tmpslg="page-advantages.template"] .footer-top a:active,
[data-tmpslg="page-advantages.template"] .footer-top a:focus,
[data-tmpslg="page-advantages.template"] .footer-top a:hover {
  color: #fff
}

[data-tmpslg="page-advantages.template"] .footer-top .footer-logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41%;
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
  padding: 0 40px 0 20px;
  text-align: center
}

[data-tmpslg="page-advantages.template"] .footer-top .footer-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28%;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  padding: 0 20px
}

[data-tmpslg="page-advantages.template"] .footer-top address {
  font-style: normal
}

[data-tmpslg="page-advantages.template"] .footer-top address a {
  display: inline-block;
  margin: 20px 0;
  font-weight: 500;
  letter-spacing: .5px
}

[data-tmpslg="page-advantages.template"] .footer-top address p {
  margin: 0;
  font-size: 16px;
  line-height: 27px
}

[data-tmpslg="page-advantages.template"] .footer-top .footer-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31%;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  padding: 0 20px
}

[data-tmpslg="page-advantages.template"] .footer-top .footer-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 900;
  letter-spacing: 1.25px;
  color: #fff
}

[data-tmpslg="page-advantages.template"] .footer-top .footer-nav {
  margin: 30px 0
}

[data-tmpslg="page-advantages.template"] .footer-top .nav-item {
  margin: 20px 0
}

[data-tmpslg="page-advantages.template"] .footer-top .nav-link {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: .5px
}

[data-tmpslg="page-advantages.template"] .footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 36px 43px;
  border-top: 1px solid rgba(255, 255, 255, .3);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .5px;
  color: rgba(255, 255, 255, .75)
}

[data-tmpslg="page-advantages.template"] .footer-bottom .social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

[data-tmpslg="page-advantages.template"] .footer-bottom .social-list .social-item:not(:last-child) {
  margin-right: 35px
}

@media only screen and (max-width:1600px) {
  [data-tmpslg="page-advantages.template"] .hero-section {
    min-height: 760px;
    padding: 190px 0 100px
  }

  [data-tmpslg="page-advantages.template"] .hero-action {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0
  }

  [data-tmpslg="page-advantages.template"] .play-btn-wrap {
    margin-right: 0;
    padding: 0
  }
}

@media only screen and (max-width:1440px) {
  [data-tmpslg="page-advantages.template"] .wrapper {
    background: #fff !important
  }

  [data-tmpslg="page-advantages.template"] .wrapper .hero-section {
    background: url(../img/hero/page-home_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-advantages.template"] .page-about .hero-section {
    background: url(../img/hero/page-about-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-advantages.template"] .page-advantages .hero-section {
    background: url(../img/hero/page-advantages-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-advantages.template"] .page-solution .hero-section {
    background: url(../img/hero/page-solution-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-advantages.template"] .page-advantage .hero-section {
    background: url(../img/hero/page-advantage-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-advantages.template"] .page-advantage .hero-section {
    background: url(../img/hero/page-advantage-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-advantages.template"] .about-section {
    padding: 30px 0
  }

  [data-tmpslg="page-advantages.template"] .about-list .about-item {
    margin-bottom: 40px
  }

  [data-tmpslg="page-advantages.template"] .challenges-section {
    padding: 30px 0
  }

  [data-tmpslg="page-advantages.template"] .opportunity-section {
    margin-top: 0;
    padding: 30px 0 30px;
    background: #fafbfb
  }

  [data-tmpslg="page-advantages.template"] .features-section {
    padding: 30px 0
  }

  [data-tmpslg="page-advantages.template"] .secret-section {
    min-height: inherit;
    padding: 30px 0 0;
    background: #fafbfb
  }

  [data-tmpslg="page-advantages.template"] .secret-list {
    margin: 30px 0;
    padding: 0
  }

  [data-tmpslg="page-advantages.template"] .secret-header {
    padding: 20px 15px
  }

  [data-tmpslg="page-advantages.template"] .secret-body {
    padding: 30px 15px
  }

  [data-tmpslg="page-advantages.template"] .selling-section {
    padding-top: 30px
  }

  [data-tmpslg="page-advantages.template"] .contact-section {
    padding: 30px 0;
    background: #3484f0
  }

  [data-tmpslg="page-advantages.template"] .contact-inner {
    padding: 0;
    background: 0 0
  }

  [data-tmpslg="page-advantages.template"] .footer {
    background: -webkit-gradient(linear, left top, left bottom, from(#3e454e), to(#2b2d34));
    background: -o-linear-gradient(top, #3e454e, #2b2d34);
    background: linear-gradient(to bottom, #3e454e, #2b2d34)
  }

  [data-tmpslg="page-advantages.template"] .footer-top {
    padding: 35px 0 25px
  }

  [data-tmpslg="page-advantages.template"] .footer-bottom {
    padding: 20px 43px
  }

  [data-tmpslg="page-advantages.template"] .wins-section {
    min-height: inherit;
    margin-top: 0;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-advantages.template"] .wins-grid {
    grid-row-gap: 40px;
    grid-column-gap: 20px
  }

  [data-tmpslg="page-advantages.template"] .members-section {
    padding: 30px 0
  }

  [data-tmpslg="page-advantages.template"] .members-wrap {
    margin: 30px 0
  }

  [data-tmpslg="page-advantages.template"] .members-title {
    margin: 20px 0
  }

  [data-tmpslg="page-advantages.template"] .roadmap-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-advantages.template"] .advisory-section {
    padding: 30px 0
  }

  [data-tmpslg="page-advantages.template"] .technologies-section {
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-advantages.template"] .unlock-section {
    margin-top: -30px;
    padding: 30px 0;
    background: 0 0
  }

  [data-tmpslg="page-advantages.template"] .gamified-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-advantages.template"] .reward-section {
    margin-bottom: 50px;
    padding: 40px 0 10px
  }

  [data-tmpslg="page-advantages.template"] .loyalty-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-advantages.template"] .loyalty-section .loyalty-wrap {
    margin: 30px 0
  }

  [data-tmpslg="page-advantages.template"] .vote-section {
    margin-top: 0;
    padding: 30px 0 30px
  }

  [data-tmpslg="page-advantages.template"] .cashless-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-advantages.template"] .digital-section {
    padding: 30px 0;
    margin-top: 0
  }

  [data-tmpslg="page-advantages.template"] .club-advantages-section {
    padding: 30px 0
  }

  [data-tmpslg="page-advantages.template"] .club-advantages-list {
    margin: 50px auto 0
  }

  [data-tmpslg="page-advantages.template"] .consumption-section {
    padding: 30px 0 50px
  }

  [data-tmpslg="page-advantages.template"] .revenue-sources-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-advantages.template"] .revenue-forecast-section {
    padding: 30px 0
  }
}

@media only screen and (max-width:1024px) {
  [data-tmpslg="page-advantages.template"] .header {
    padding: 15px 0;
    z-index: 100
  }

  [data-tmpslg="page-advantages.template"] .header .burger_open {
    position: fixed;
    top: 11px;
    right: 16px;
    display: block;
    width: 44px;
    height: 44px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 2px 9px 0 #5e6066;
    box-shadow: 0 2px 9px 0 #5e6066;
    z-index: 110
  }

  [data-tmpslg="page-advantages.template"] .header .burger_open:after,
  [data-tmpslg="page-advantages.template"] .header .burger_open:before {
    position: absolute;
    left: 10px;
    display: block;
    content: "";
    height: 2px;
    background: #000
  }

  [data-tmpslg="page-advantages.template"] .header .burger_open:before {
    top: 19px;
    width: 24px
  }

  [data-tmpslg="page-advantages.template"] .header .burger_open:after {
    top: 25px;
    width: 12px
  }

  [data-tmpslg="page-advantages.template"] .header-nav {
    position: fixed;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#3484f0), to(#2f77d7));
    background: -o-linear-gradient(top, #3484f0, #2f77d7);
    background: linear-gradient(to bottom, #3484f0, #2f77d7);
    margin-right: 0;
    padding: 25px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 120;
    overflow-y: auto
  }

  [data-tmpslg="page-advantages.template"] .header-nav.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  [data-tmpslg="page-advantages.template"] .header-nav .header-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    margin-bottom: auto
  }

  [data-tmpslg="page-advantages.template"] .header-nav .burger_close {
    position: absolute;
    top: 25px;
    right: 25px;
    display: block;
    width: 24px;
    height: 24px;
    background: transparent url(../img/burger-closed.svg) no-repeat center;
    border: none
  }

  [data-tmpslg="page-advantages.template"] .header-nav .nav-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: auto;
    overflow-y: auto
  }

  [data-tmpslg="page-advantages.template"] .header-nav .nav-item {
    margin: 0
  }

  [data-tmpslg="page-advantages.template"] .header-nav .nav-link {
    padding: 15px 0;
    border-top: none;
    font-size: 26px;
    line-height: 32px;
    color: #8dcbff
  }

  [data-tmpslg="page-advantages.template"] .header-nav .nav-link:focus,
  [data-tmpslg="page-advantages.template"] .header-nav .nav-link:hover,
  [data-tmpslg="page-advantages.template"] .header-nav .nav-link_active {
    color: #fff
  }

  [data-tmpslg="page-advantages.template"] .page-advantage .hero-section {
    background: url(../img/hero/page-advantage-bg_top-mobile.png) no-repeat center right 20%;
    background-size: cover
  }

  [data-tmpslg="page-advantages.template"] .page-solution .hero-section {
    background: url(../img/hero/page-solution-bg_top-mobile.png) no-repeat center right 30%;
    background-size: cover
  }

  [data-tmpslg="page-advantages.template"] .hero-section {
    position: relative;
    min-height: inherit;
    padding: 160px 0 100px
  }

  [data-tmpslg="page-advantages.template"] .hero-inner {
    position: static
  }

  [data-tmpslg="page-advantages.template"] .hero-inner .social-list {
    right: 15px
  }

  [data-tmpslg="page-advantages.template"] .hero-action {
    margin-top: 30px
  }

  [data-tmpslg="page-advantages.template"] .about-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
  }

  [data-tmpslg="page-advantages.template"] .about-left,
  [data-tmpslg="page-advantages.template"] .about-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  [data-tmpslg="page-advantages.template"] .about-left {
    margin-bottom: 50px
  }

  [data-tmpslg="page-advantages.template"] .about-list {
    margin: 0
  }

  [data-tmpslg="page-advantages.template"] .about-list .about-item {
    padding: 0 0 0 30px
  }

  [data-tmpslg="page-advantages.template"] .about-list .about-item:before {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
  }

  [data-tmpslg="page-advantages.template"] .about-list .about-item:last-child .lg {
    display: block
  }

  [data-tmpslg="page-advantages.template"] .challenges-list {
    margin: 30px auto 0
  }

  [data-tmpslg="page-advantages.template"] .challenges-item {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 10px;
    padding: 20px
  }

  [data-tmpslg="page-advantages.template"] .challenges-item .challenges-icon {
    margin-bottom: 20px
  }

  [data-tmpslg="page-advantages.template"] .opportunity-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 0
  }

  [data-tmpslg="page-advantages.template"] .opportunity-left,
  [data-tmpslg="page-advantages.template"] .opportunity-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  [data-tmpslg="page-advantages.template"] .features-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  [data-tmpslg="page-advantages.template"] .features-left,
  [data-tmpslg="page-advantages.template"] .features-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  [data-tmpslg="page-advantages.template"] .features-left .features-img {
    position: static;
    width: 100%;
    max-width: none
  }

  [data-tmpslg="page-advantages.template"] .secret-section {
    padding-bottom: 0;
    background: #fafbfb
  }

  [data-tmpslg="page-advantages.template"] .selling-section {
    margin-top: 0
  }

  [data-tmpslg="page-advantages.template"] .selling-grid {
    grid-row-gap: 40px;
    grid-column-gap: 20px;
    margin: 50px 0 0
  }

  [data-tmpslg="page-advantages.template"] .selling-item {
    min-height: inherit;
    padding: 30px 20px 20px 20px
  }

  [data-tmpslg="page-advantages.template"] .partners-grid {
    margin: 40px auto 0;
    grid-gap: 20px
  }

  [data-tmpslg="page-advantages.template"] .news-list {
    grid-gap: 20px;
    margin: 40px 0
  }

  [data-tmpslg="page-advantages.template"] .news-descr {
    padding: 10px 10px 20px 10px
  }

  [data-tmpslg="page-advantages.template"] .contact-left {
    padding: 0
  }

  [data-tmpslg="page-advantages.template"] .contact-right {
    padding: 20px 0 0 0
  }

  [data-tmpslg="page-advantages.template"] .wins-section {
    background: #fafbfb
  }

  [data-tmpslg="page-advantages.template"] .wins-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  [data-tmpslg="page-advantages.template"] .wins-tem {
    padding-left: 30px
  }

  [data-tmpslg="page-advantages.template"] .members-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px
  }

  [data-tmpslg="page-advantages.template"] .member .member-descr {
    position: relative
  }

  [data-tmpslg="page-advantages.template"] .member .member-info {
    position: static
  }

  [data-tmpslg="page-advantages.template"] .member .tooltip .tooltip-body {
    left: 0 !important;
    right: 0;
    -webkit-transform: translate(0, -25px) !important;
    -ms-transform: translate(0, -25px) !important;
    transform: translate(0, -25px) !important
  }

  [data-tmpslg="page-advantages.template"] .member .tooltip .tooltip-body .tooltip-body-inner {
    width: 100%;
    padding: 20px 10px 20px 20px
  }

  [data-tmpslg="page-advantages.template"] .member .tooltip .tooltip-body-inner:before {
    left: auto;
    right: 0;
    -webkit-transform: translate(-25px, -100%);
    -ms-transform: translate(-25px, -100%);
    transform: translate(-25px, -100%)
  }

  [data-tmpslg="page-advantages.template"] .roadmap-section {
    background: #fafbfb
  }

  [data-tmpslg="page-advantages.template"] .roadmap-grid {
    margin: 28px -10px
  }

  [data-tmpslg="page-advantages.template"] .roadmap-header {
    padding: 15px 10px
  }

  [data-tmpslg="page-advantages.template"] .roadmap-body {
    padding: 30px 10px 0 10px
  }

  [data-tmpslg="page-advantages.template"] .roadmap-card {
    padding: 30px 20px
  }

  [data-tmpslg="page-advantages.template"] .advisory-grid {
    grid-gap: 20px;
    margin: 20px 0
  }

  [data-tmpslg="page-advantages.template"] .advisory-item {
    padding: 30px 20px 20px 20px
  }

  [data-tmpslg="page-advantages.template"] .technology-grid {
    grid-gap: 20px;
    margin: 20px 0
  }

  [data-tmpslg="page-advantages.template"] .grid-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -15px
  }

  [data-tmpslg="page-advantages.template"] .grid-row .grid-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-advantages.template"] .grid-row .grid-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-advantages.template"] .grid-row .grid-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-advantages.template"] .grid-row .grid-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-advantages.template"] .grid-row .grid-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-advantages.template"] .unlock-section .unlock-images .for-img {
    margin: 0 -27px
  }

  [data-tmpslg="page-advantages.template"] .unlock-section .unlock-images img {
    width: 100%
  }

  [data-tmpslg="page-advantages.template"] .unlock-section .unlock-text {
    padding-top: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  [data-tmpslg="page-advantages.template"] .unlock-section .unlock-text .unlock-img {
    width: 300px
  }

  [data-tmpslg="page-advantages.template"] .unlock-section .unlock-text ul {
    margin: 30px 0
  }

  [data-tmpslg="page-advantages.template"] .unlock-wrap {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    overflow: hidden
  }

  [data-tmpslg="page-advantages.template"] .partner-system-section .partner-system-wrap {
    margin-top: 40px
  }

  [data-tmpslg="page-advantages.template"] .partner-system-section .grid-col-6:first-child {
    text-align: center
  }

  [data-tmpslg="page-advantages.template"] .partner-system-section .partner-system-images {
    margin-bottom: 30px
  }

  [data-tmpslg="page-advantages.template"] .partner-system-section .partner-system-img {
    margin-right: 30px
  }

  [data-tmpslg="page-advantages.template"] .partner-system-section .partner-system-text {
    padding-left: 15px
  }

  [data-tmpslg="page-advantages.template"] .gamified-section .gamified-wrap {
    margin-top: 40px
  }

  [data-tmpslg="page-advantages.template"] .gamified-section .gamified-text {
    padding-top: 0;
    padding-left: 15px
  }

  [data-tmpslg="page-advantages.template"] .reward-section .reward-wrap .grid-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  [data-tmpslg="page-advantages.template"] .reward-section .reward-item_left {
    padding-right: 0
  }

  [data-tmpslg="page-advantages.template"] .reward-section .reward-item_left .colored-list {
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
  }

  [data-tmpslg="page-advantages.template"] .reward-section .reward-item_right {
    padding-left: 0
  }

  [data-tmpslg="page-advantages.template"] .reward-section .reward-item_right .colored-list {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-advantages.template"] .vote-section .vote-wrap {
    margin-top: 40px
  }

  [data-tmpslg="page-advantages.template"] .vote-section .vote-images {
    margin-top: 0;
    padding-left: 15px;
    text-align: center
  }

  [data-tmpslg="page-advantages.template"] .vote-section .vote-img {
    margin-right: 0
  }

  [data-tmpslg="page-advantages.template"] .vote-section .grid-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666%;
    -ms-flex: 0 0 41.666%;
    flex: 0 0 41.666%;
    max-width: 41.666%
  }

  [data-tmpslg="page-advantages.template"] .vote-section .grid-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333%;
    -ms-flex: 0 0 58.333%;
    flex: 0 0 58.333%;
    max-width: 58.333%
  }

  [data-tmpslg="page-advantages.template"] .cashless-section .cashless-wrap {
    margin-top: 40px
  }

  [data-tmpslg="page-advantages.template"] .cashless-section .grid-col-6:first-child {
    text-align: center
  }

  [data-tmpslg="page-advantages.template"] .cashless-section .cashless-images {
    margin-bottom: 30px
  }

  [data-tmpslg="page-advantages.template"] .cashless-section .cashless-img {
    margin-right: 30px
  }

  [data-tmpslg="page-advantages.template"] .cashless-section .cashless-text {
    padding-left: 15px
  }

  [data-tmpslg="page-advantages.template"] .digital-grid {
    margin: 0 -10px
  }

  [data-tmpslg="page-advantages.template"] .digital-item {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 10px;
    padding: 40px 30px 30px 30px
  }

  [data-tmpslg="page-advantages.template"] .digital-item .digital-icon {
    margin-bottom: 20px
  }

  [data-tmpslg="page-advantages.template"] .revenue-sources-list {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    margin: 50px auto 0
  }

  [data-tmpslg="page-advantages.template"] .revenue-forecast-grid {
    margin: 50px -10px 40px
  }

  [data-tmpslg="page-advantages.template"] .revenue-forecast-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px
  }
}

@media only screen and (max-width:767px) {
  [data-tmpslg="page-advantages.template"] .container {
    padding: 0 16px
  }

  [data-tmpslg="page-advantages.template"] .section-title {
    margin: 15px 0;
    font-size: 24px;
    line-height: 33px
  }

  [data-tmpslg="page-advantages.template"] .colored-list {
    text-align: center
  }

  [data-tmpslg="page-advantages.template"] .hero-title {
    font-size: 30px;
    line-height: 50px
  }

  [data-tmpslg="page-advantages.template"] .hero-subtitle {
    font-size: 14px;
    line-height: 22px
  }

  [data-tmpslg="page-advantages.template"] .about-left {
    font-size: 14px
  }

  [data-tmpslg="page-advantages.template"] .about-left .btn {
    display: none
  }

  [data-tmpslg="page-advantages.template"] .about-list .about-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  [data-tmpslg="page-advantages.template"] .about-list .about-item:nth-child(2) {
    margin-right: 0
  }

  [data-tmpslg="page-advantages.template"] .challenges-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 10px
  }

  [data-tmpslg="page-advantages.template"] .secret-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    overflow: hidden
  }

  [data-tmpslg="page-advantages.template"] .secret-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  [data-tmpslg="page-advantages.template"] .secret-list .secret-item {
    width: 100%;
    margin: 0 15px
  }

  [data-tmpslg="page-advantages.template"] .secret-list .secret-header {
    padding: 20px 0
  }

  [data-tmpslg="page-advantages.template"] .secret-list .secret-header:after {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px)
  }

  [data-tmpslg="page-advantages.template"] .secret-list .secret-body {
    padding: 20px 0
  }

  [data-tmpslg="page-advantages.template"] .selling-grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    overflow: hidden
  }

  [data-tmpslg="page-advantages.template"] .selling-grid .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  [data-tmpslg="page-advantages.template"] .selling-grid .selling-item {
    width: 100%;
    margin: 25px 15px
  }

  [data-tmpslg="page-advantages.template"] .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  [data-tmpslg="page-advantages.template"] .slick-dots button {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 4px;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 50%;
    text-indent: -9999px
  }

  [data-tmpslg="page-advantages.template"] .slick-dots button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    border: 1px solid #3484f0;
    border-radius: 50%;
    background-color: transparent
  }

  [data-tmpslg="page-advantages.template"] .slick-dots .slick-active button {
    border-color: #3484f0
  }

  [data-tmpslg="page-advantages.template"] .slick-dots .slick-active button:after {
    background-color: #3484f0
  }

  [data-tmpslg="page-advantages.template"] .partners-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px
  }

  [data-tmpslg="page-advantages.template"] .partners-grid .partners-item {
    width: -webkit-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
    margin: 5px
  }

  [data-tmpslg="page-advantages.template"] .news-list {
    grid-gap: 15px;
    margin: 40px auto;
    grid-template-columns: 1fr;
    max-width: 500px
  }

  [data-tmpslg="page-advantages.template"] .contact-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  [data-tmpslg="page-advantages.template"] .contact-left,
  [data-tmpslg="page-advantages.template"] .contact-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  [data-tmpslg="page-advantages.template"] .contact-left .section-title {
    margin-top: 0
  }

  [data-tmpslg="page-advantages.template"] .contact-form {
    max-width: none
  }

  [data-tmpslg="page-advantages.template"] .footer-top .footer-logo {
    padding: 0 20px
  }

  [data-tmpslg="page-advantages.template"] .footer-top .footer-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 59%;
    -ms-flex: 0 0 59%;
    flex: 0 0 59%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  [data-tmpslg="page-advantages.template"] .footer-top .footer-menu {
    display: none
  }

  [data-tmpslg="page-advantages.template"] .footer-bottom {
    padding: 25px 0
  }

  [data-tmpslg="page-advantages.template"] .footer-bottom .social-list .social-item:not(:last-child) {
    margin-right: 20px
  }

  [data-tmpslg="page-advantages.template"] .wins-section {
    padding: 15px 0
  }

  [data-tmpslg="page-advantages.template"] .wins-grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 27px 0 20px;
    line-height: 21px
  }

  [data-tmpslg="page-advantages.template"] .wins-grid span {
    margin: 4px 0
  }

  [data-tmpslg="page-advantages.template"] .wins-grid .lg {
    font-size: 20px
  }

  [data-tmpslg="page-advantages.template"] .wins-item {
    padding-left: 0
  }

  [data-tmpslg="page-advantages.template"] .members-section .members-img {
    display: none
  }

  [data-tmpslg="page-advantages.template"] .members-section .slick-dots {
    margin: 10px 0
  }

  [data-tmpslg="page-advantages.template"] .members-wrap {
    margin: 34px 0
  }

  [data-tmpslg="page-advantages.template"] .members-title {
    margin-bottom: 0
  }

  [data-tmpslg="page-advantages.template"] .members-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    overflow: hidden
  }

  [data-tmpslg="page-advantages.template"] .members-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  [data-tmpslg="page-advantages.template"] .members-list .member {
    width: auto;
    margin: 25px 15px
  }

  [data-tmpslg="page-advantages.template"] .member .member-descr {
    position: static
  }

  [data-tmpslg="page-advantages.template"] .member .tooltip .tooltip-body {
    left: 0 !important;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    padding: 0
  }

  [data-tmpslg="page-advantages.template"] .member .tooltip .tooltip-body .tooltip-body-inner {
    width: 100%;
    max-height: 100%;
    padding: 20px 10px 20px 20px
  }

  [data-tmpslg="page-advantages.template"] .member .tooltip .tooltip-body-inner:before {
    display: none
  }

  [data-tmpslg="page-advantages.template"] .roadmap-section {
    padding: 9px 0
  }

  [data-tmpslg="page-advantages.template"] .roadmap-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 13px 0
  }

  [data-tmpslg="page-advantages.template"] .roadmap-item {
    position: relative;
    padding-left: 15px
  }

  [data-tmpslg="page-advantages.template"] .roadmap-header {
    position: static;
    padding: 15px 0 0;
    text-align: left
  }

  [data-tmpslg="page-advantages.template"] .roadmap-header:before {
    left: 0;
    bottom: auto;
    top: 21px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }

  [data-tmpslg="page-advantages.template"] .roadmap-header:after {
    top: 21px;
    bottom: auto;
    left: 0;
    width: 1px;
    height: 100%;
    background-image: -o-repeating-linear-gradient(top, transparent, transparent 2px, #8abcff 2px, #8abcff 4px);
    background-image: repeating-linear-gradient(to bottom, transparent, transparent 2px, #8abcff 2px, #8abcff 4px)
  }

  [data-tmpslg="page-advantages.template"] .roadmap-year {
    margin-bottom: 5px
  }

  [data-tmpslg="page-advantages.template"] .roadmap-body {
    padding: 8px 0
  }

  [data-tmpslg="page-advantages.template"] .roadmap-card {
    margin-bottom: 18px;
    padding: 28px 15px 24
  }

  [data-tmpslg="page-advantages.template"] .roadmap-card .custom-list > li {
    margin-bottom: 14px;
    padding-left: 25px;
    font-size: 14px;
    line-height: 21px
  }

  [data-tmpslg="page-advantages.template"] .roadmap-card .custom-list > li:last-child {
    margin-bottom: 0
  }

  [data-tmpslg="page-advantages.template"] .advisory-section {
    padding: 17px 0 59px
  }

  [data-tmpslg="page-advantages.template"] .advisory-grid {
    grid-template-columns: 1fr;
    margin: 50px 0 25PX
  }

  [data-tmpslg="page-advantages.template"] .advisory-item {
    padding: 16px 23px 23px 23px
  }

  [data-tmpslg="page-advantages.template"] .advisory-item .advisory-list > li {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 20px
  }

  [data-tmpslg="page-advantages.template"] .advisory-title {
    margin: 10px 0 23px;
    font-size: 20px;
    line-height: 27px
  }

  [data-tmpslg="page-advantages.template"] .btn-cons {
    margin: 15px 0;
    padding: 25px 10px 26px;
    font-size: 14px;
    line-height: 19px
  }

  [data-tmpslg="page-advantages.template"] .technologies-section {
    padding: 55px 0 0
  }

  [data-tmpslg="page-advantages.template"] .technology-grid {
    grid-template-columns: 1fr
  }

  [data-tmpslg="page-advantages.template"] .technology-title {
    font-size: 18px;
    line-height: 25px
  }

  [data-tmpslg="page-advantages.template"] .unlock-section .unlock-images p {
    display: none
  }

  [data-tmpslg="page-advantages.template"] .partner-system-section .partner-system-images {
    position: relative
  }

  [data-tmpslg="page-advantages.template"] .partner-system-section .colored-list {
    min-width: 300px;
    top: 50%;
    bottom: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-advantages.template"] .gamified-section .gamified-img {
    margin-right: 0
  }

  [data-tmpslg="page-advantages.template"] .gamified-section .gamified-img .colored-list {
    min-width: 300px;
    top: 50%;
    bottom: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-advantages.template"] .reward-section .reward-wrap .grid-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-advantages.template"] .reward-section .reward-item_left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  [data-tmpslg="page-advantages.template"] .reward-section .reward-item_left .colored-list {
    min-width: 300px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-advantages.template"] .reward-section .reward-item_right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  [data-tmpslg="page-advantages.template"] .reward-section .reward-item_right .colored-list {
    min-width: 300px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-advantages.template"] .vote-section {
    background: 0 0
  }

  [data-tmpslg="page-advantages.template"] .vote-section .grid-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-advantages.template"] .vote-section .grid-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-advantages.template"] .vote-section .vote-img .colored-list {
    min-width: 300px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-advantages.template"] .cashless-section {
    overflow-x: hidden
  }

  [data-tmpslg="page-advantages.template"] .cashless-section .colored-list {
    min-width: 300px;
    top: 50%;
    bottom: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-advantages.template"] .digital-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px
  }

  [data-tmpslg="page-advantages.template"] .digital-list .digital-list-item {
    font-size: 14px
  }

  [data-tmpslg="page-advantages.template"] .digital-list .digital-list-item:before {
    font-size: 50px
  }

  [data-tmpslg="page-advantages.template"] .club-advantages-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    margin: 0 -15px;
    overflow: hidden
  }

  [data-tmpslg="page-advantages.template"] .club-advantages-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  [data-tmpslg="page-advantages.template"] .club-advantages-list .club-advantages-item {
    width: 100%;
    margin: 25px 15px
  }

  [data-tmpslg="page-advantages.template"] .revenue-forecast-grid {
    max-width: 500px;
    margin: 50px auto 40px
  }

  [data-tmpslg="page-advantages.template"] .revenue-forecast-item {
    width: 100%;
    margin: 0 0 20px 0
  }
}

@media only screen and (max-width:575px) {
  [data-tmpslg="page-advantages.template"] body {
    font-size: 14px;
    line-height: 2
  }

  [data-tmpslg="page-advantages.template"] .custom-list > li {
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 22px
  }

  [data-tmpslg="page-advantages.template"] .custom-list > li:before {
    left: -3px;
    top: 3px;
    width: 14px;
    height: 14px
  }

  [data-tmpslg="page-advantages.template"] .header {
    padding: 27px 0
  }

  [data-tmpslg="page-advantages.template"] .header-logo {
    max-width: 150px
  }

  [data-tmpslg="page-advantages.template"] .hero-section {
    padding: 122px 0 50px
  }

  [data-tmpslg="page-advantages.template"] .hero-inner {
    padding-right: 40px
  }

  [data-tmpslg="page-advantages.template"] .hero-subtitle {
    margin: 17px 0 20px
  }

  [data-tmpslg="page-advantages.template"] .hero-action {
    margin-top: 60px
  }

  [data-tmpslg="page-advantages.template"] .about-section {
    padding: 17px 0
  }

  [data-tmpslg="page-advantages.template"] .about-left {
    margin-bottom: 53px
  }

  [data-tmpslg="page-advantages.template"] .about-list .about-item {
    margin-bottom: 58px;
    font-size: 14px;
    line-height: 21px
  }

  [data-tmpslg="page-advantages.template"] .about-list .about-item:last-child,
  [data-tmpslg="page-advantages.template"] .about-list .about-item:nth-last-child(2) {
    margin-bottom: 0
  }

  [data-tmpslg="page-advantages.template"] .about-list .about-item .lg {
    font-size: 18px;
    line-height: 30px
  }

  [data-tmpslg="page-advantages.template"] .challenges-section {
    padding: 35px 0
  }

  [data-tmpslg="page-advantages.template"] .challenges-section .challenges-img {
    display: none
  }

  [data-tmpslg="page-advantages.template"] .challenges-item {
    width: 100%;
    margin: 15px 0;
    padding: 20px 20px 20px 23px;
    font-size: 14px
  }

  [data-tmpslg="page-advantages.template"] .challenges-item .challenges-icon {
    margin-bottom: 32px
  }

  [data-tmpslg="page-advantages.template"] .challenges-item .challenges-title {
    margin: 7px 0;
    font-size: 18px;
    line-height: 25px
  }

  [data-tmpslg="page-advantages.template"] .challenges-item .challenges-subtitle {
    margin: 7px 0
  }

  [data-tmpslg="page-advantages.template"] .opportunity-section {
    padding: 20px 0
  }

  [data-tmpslg="page-advantages.template"] .opportunity-wrap {
    margin-top: 20px
  }

  [data-tmpslg="page-advantages.template"] .opportunity-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  [data-tmpslg="page-advantages.template"] .opportunity-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 21px
  }

  [data-tmpslg="page-advantages.template"] .opportunity-title {
    margin: 9px 0 9px;
    font-size: 20px;
    line-height: 28px
  }

  [data-tmpslg="page-advantages.template"] .opportunity-img {
    margin-bottom: 10px
  }

  [data-tmpslg="page-advantages.template"] .opportunity-list_sm .opportunity-title {
    margin: 10px 0;
    font-size: 16px;
    line-height: 22px
  }

  [data-tmpslg="page-advantages.template"] .opportunity-list_sm .opportunity-item {
    padding: 0;
    font-size: 12px;
    line-height: 18px
  }

  [data-tmpslg="page-advantages.template"] .features-section {
    padding: 15px 0
  }

  [data-tmpslg="page-advantages.template"] .features-title {
    margin: 20px 0;
    text-transform: none
  }

  [data-tmpslg="page-advantages.template"] .features-list .features-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  [data-tmpslg="page-advantages.template"] .secret-img {
    width: 70%;
    margin: 18px auto
  }

  [data-tmpslg="page-advantages.template"] .selling-grid {
    margin: 40px -15px
  }

  [data-tmpslg="page-advantages.template"] .selling-item {
    padding-top: 34px
  }

  [data-tmpslg="page-advantages.template"] .selling-item:before {
    font-size: 44px;
    line-height: 60px
  }

  [data-tmpslg="page-advantages.template"] .selling-title {
    font-size: 18px;
    line-height: 25px
  }

  [data-tmpslg="page-advantages.template"] .selling-list {
    margin: 15px 0
  }

  [data-tmpslg="page-advantages.template"] .partners-section {
    padding: 2px 0
  }

  [data-tmpslg="page-advantages.template"] .partners-grid {
    margin: 25px -10px
  }

  [data-tmpslg="page-advantages.template"] .partners-grid .partners-item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px)
  }

  [data-tmpslg="page-advantages.template"] .news-section {
    padding: 10px 0
  }

  [data-tmpslg="page-advantages.template"] .news-list {
    margin: 30px auto;
    grid-gap: 14px
  }

  [data-tmpslg="page-advantages.template"] .news-item {
    font-size: 14px
  }

  [data-tmpslg="page-advantages.template"] .news-descr {
    padding: 10px 20px 35px 20px
  }

  [data-tmpslg="page-advantages.template"] .news-title {
    margin: 5px 0 13px;
    font-size: 18px;
    line-height: 25px
  }

  [data-tmpslg="page-advantages.template"] .news-text {
    margin-bottom: 17px
  }

  [data-tmpslg="page-advantages.template"] .news-actions {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  [data-tmpslg="page-advantages.template"] .contact-section {
    padding: 30px 0 24px
  }

  [data-tmpslg="page-advantages.template"] .contact-left .section-title {
    margin-bottom: 8px
  }

  [data-tmpslg="page-advantages.template"] .contact-right {
    padding-top: 28px
  }

  [data-tmpslg="page-advantages.template"] .contact-form .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  [data-tmpslg="page-advantages.template"] .contact-form .btn {
    width: 100%
  }

  [data-tmpslg="page-advantages.template"] .footer-top {
    padding: 28px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  [data-tmpslg="page-advantages.template"] .footer-top .footer-logo {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 150px
  }

  [data-tmpslg="page-advantages.template"] .footer-top .footer-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  [data-tmpslg="page-advantages.template"] .footer-bottom {
    padding: 15px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-top: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  [data-tmpslg="page-advantages.template"] .footer-bottom .footer-social {
    margin-bottom: 37px
  }

  [data-tmpslg="page-advantages.template"] .footer-bottom .social-list .social-item:not(:last-child) {
    margin-right: 35px
  }

  [data-tmpslg="page-advantages.template"] .footer-bottom .footer-copy {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 21px 0
  }

  [data-tmpslg="page-advantages.template"] .unlock-section .unlock-wrap {
    margin-top: 30px
  }

  [data-tmpslg="page-advantages.template"] .unlock-section .unlock-text {
    position: relative;
    min-height: 400px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 150px
  }

  [data-tmpslg="page-advantages.template"] .unlock-section .unlock-text .unlock-img {
    width: 200px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 100%;
    -webkit-transform: translateX(130px);
    -ms-transform: translateX(130px);
    transform: translateX(130px);
    text-align: right;
    margin-right: 0
  }

  [data-tmpslg="page-advantages.template"] .unlock-section .unlock-images .for-img {
    margin: 0 -15px
  }

  [data-tmpslg="page-advantages.template"] .partner-system-section {
    overflow: hidden
  }

  [data-tmpslg="page-advantages.template"] .partner-system-section .partner-system-images {
    position: relative;
    min-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  [data-tmpslg="page-advantages.template"] .partner-system-section .partner-system-images .partner-system-img {
    width: 200px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 100%;
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
    margin-right: 0;
    text-align: right
  }

  [data-tmpslg="page-advantages.template"] .partner-system-section .partner-system-images .partner-system-img:nth-child(2) {
    right: auto;
    left: 100%;
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
    text-align: left
  }

  [data-tmpslg="page-advantages.template"] .partner-system-section .partner-system-images .colored-list-wrap .colored-list {
    position: static;
    min-width: inherit;
    width: 100%;
    max-width: 290px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  [data-tmpslg="page-advantages.template"] .gamified-section {
    overflow: hidden
  }

  [data-tmpslg="page-advantages.template"] .gamified-section .gamified-img {
    position: relative;
    min-height: 500px;
    margin-top: -30px
  }

  [data-tmpslg="page-advantages.template"] .gamified-section .gamified-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none
  }

  [data-tmpslg="page-advantages.template"] .loyalty-section .loyalty-img_desktop {
    display: none
  }

  [data-tmpslg="page-advantages.template"] .loyalty-section .loyalty-img_mobile {
    display: block;
    max-width: 260px;
    margin: 0 auto
  }

  [data-tmpslg="page-advantages.template"] .cashless-section .cashless-images {
    position: relative;
    min-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
  }

  [data-tmpslg="page-advantages.template"] .cashless-section .cashless-images .cashless-img {
    width: 200px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 100%;
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
    margin-right: 0;
    text-align: right
  }

  [data-tmpslg="page-advantages.template"] .cashless-section .cashless-images .cashless-img:nth-child(2) {
    right: auto;
    left: 100%;
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
    text-align: left
  }

  [data-tmpslg="page-advantages.template"] .cashless-section .cashless-images .colored-list-wrap .colored-list {
    position: static;
    min-width: inherit;
    width: 100%;
    max-width: 290px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  [data-tmpslg="page-advantages.template"] .digital-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px
  }

  [data-tmpslg="page-advantages.template"] .digital-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    padding: 25px 25px 25px 25px;
    font-size: 14px;
    line-height: 19px
  }

  [data-tmpslg="page-advantages.template"] .digital-item .digital-icon {
    height: 40px;
    margin-bottom: 15px
  }

  [data-tmpslg="page-advantages.template"] .consumption-img {
    margin-top: 30px
  }

  [data-tmpslg="page-advantages.template"] .consumption-img .consumption-img_desktop {
    display: none
  }

  [data-tmpslg="page-advantages.template"] .consumption-img .consumption-img_mobile {
    display: block;
    max-width: 290px;
    margin: 0 auto
  }

  [data-tmpslg="page-advantages.template"] .revenue-sources-list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px
  }

  [data-tmpslg="page-advantages.template"] .revenue-sources-item {
    font-size: 14px;
    line-height: 23px
  }

  [data-tmpslg="page-advantages.template"] .revenue-sources-item:before {
    font-size: 30px;
    line-height: 41px
  }

  [data-tmpslg="page-advantages.template"] .revenue-sources-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 27px
  }

  [data-tmpslg="page-advantages.template"] .revenue-forecast-section {
    background: 0 0
  }

  [data-tmpslg="page-advantages.template"] .revenue-forecast-title {
    font-size: 20px;
    line-height: 26px
  }

  [data-tmpslg="page-advantages.template"] .revenue-forecast-item .custom-list > li {
    font-size: 14px
  }
}

@media only screen and (max-width:375px) {
  [data-tmpslg="page-advantages.template"] .partner-system-section .partner-system-images .partner-system-img {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px)
  }

  [data-tmpslg="page-advantages.template"] .partner-system-section .partner-system-images .partner-system-img:nth-child(2) {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px)
  }

  [data-tmpslg="page-advantages.template"] .partner-system-section .colored-list {
    min-width: 200px
  }

  [data-tmpslg="page-advantages.template"] .gamified-section .gamified-img .colored-list {
    min-width: 290px
  }

  [data-tmpslg="page-advantages.template"] .reward-section .reward-title {
    width: 100%;
    font-size: 16px;
    line-height: 22px
  }

  [data-tmpslg="page-advantages.template"] .reward-section .reward-item_left .colored-list {
    min-width: 290px
  }

  [data-tmpslg="page-advantages.template"] .reward-section .reward-item_right .colored-list {
    min-width: 290px
  }

  [data-tmpslg="page-advantages.template"] .vote-section .vote-img .colored-list {
    min-width: 290px
  }

  [data-tmpslg="page-advantages.template"] .cashless-section .cashless-images .cashless-img {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px)
  }

  [data-tmpslg="page-advantages.template"] .cashless-section .cashless-images .cashless-img:nth-child(2) {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px)
  }

  [data-tmpslg="page-advantages.template"] .cashless-section .colored-list {
    min-width: 200px
  }

  [data-tmpslg="page-advantages.template"] .digital-bold {
    text-align: left
  }
}

@media only screen and (max-width:1024px) {
  [data-tmpslg="page-advantages.template"] .desktop-only {
    display: none
  }
}

@media only screen and (min-width:1025px) {
  [data-tmpslg="page-advantages.template"] .tablet-only {
    display: none
  }
}

[data-tmpslg="page-news.template"] *,
[data-tmpslg="page-partners.template"] * {
  /*margin: 0;*/
  /*padding: 0*/
}

[data-tmpslg="page-news.template"] *,
[data-tmpslg="page-news.template"] :after,
[data-tmpslg="page-news.template"] :before,
[data-tmpslg="page-partners.template"] *,
[data-tmpslg="page-partners.template"] :after,
[data-tmpslg="page-partners.template"] :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

[data-tmpslg="page-news.template"] article,
[data-tmpslg="page-news.template"] aside,
[data-tmpslg="page-news.template"] details,
[data-tmpslg="page-news.template"] figcaption,
[data-tmpslg="page-news.template"] figure,
[data-tmpslg="page-news.template"] footer,
[data-tmpslg="page-news.template"] header,
[data-tmpslg="page-news.template"] hgroup,
[data-tmpslg="page-news.template"] menu,
[data-tmpslg="page-news.template"] nav,
[data-tmpslg="page-news.template"] section,
[data-tmpslg="page-partners.template"] article,
[data-tmpslg="page-partners.template"] aside,
[data-tmpslg="page-partners.template"] details,
[data-tmpslg="page-partners.template"] figcaption,
[data-tmpslg="page-partners.template"] figure,
[data-tmpslg="page-partners.template"] footer,
[data-tmpslg="page-partners.template"] header,
[data-tmpslg="page-partners.template"] hgroup,
[data-tmpslg="page-partners.template"] menu,
[data-tmpslg="page-partners.template"] nav,
[data-tmpslg="page-partners.template"] section {
  display: block
}

[data-tmpslg="page-news.template"] ol,
[data-tmpslg="page-news.template"] ul,
[data-tmpslg="page-partners.template"] ol,
[data-tmpslg="page-partners.template"] ul {
  list-style-type: none
}

[data-tmpslg="page-news.template"] a:active,
[data-tmpslg="page-news.template"] a:focus,
[data-tmpslg="page-news.template"] a:hover,
[data-tmpslg="page-news.template"] button:active,
[data-tmpslg="page-news.template"] button:focus,
[data-tmpslg="page-news.template"] button:hover,
[data-tmpslg="page-news.template"] input:active,
[data-tmpslg="page-news.template"] input:focus,
[data-tmpslg="page-news.template"] input:hover,
[data-tmpslg="page-partners.template"] a:active,
[data-tmpslg="page-partners.template"] a:focus,
[data-tmpslg="page-partners.template"] a:hover,
[data-tmpslg="page-partners.template"] button:active,
[data-tmpslg="page-partners.template"] button:focus,
[data-tmpslg="page-partners.template"] button:hover,
[data-tmpslg="page-partners.template"] input:active,
[data-tmpslg="page-partners.template"] input:focus,
[data-tmpslg="page-partners.template"] input:hover {
  outline: 0
}

[data-tmpslg="page-news.template"] body,
[data-tmpslg="page-partners.template"] body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Avenir;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #7a7c82
}

[data-tmpslg="page-news.template"] .for-img,
[data-tmpslg="page-partners.template"] .for-img {
  text-align: center
}

[data-tmpslg="page-news.template"] .for-img img,
[data-tmpslg="page-partners.template"] .for-img img {
  max-width: 100%;
  max-height: 100%;
  height: auto
}

[data-tmpslg="page-news.template"] .cover-img,
[data-tmpslg="page-partners.template"] .cover-img {
  position: relative;
  overflow: hidden
}

[data-tmpslg="page-news.template"] .cover-img:before,
[data-tmpslg="page-partners.template"] .cover-img:before {
  display: block;
  content: ""
}

[data-tmpslg="page-news.template"] .cover-img .image,
[data-tmpslg="page-partners.template"] .cover-img .image {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

[data-tmpslg="page-news.template"] .contain-img,
[data-tmpslg="page-partners.template"] .contain-img {
  position: relative;
  overflow: hidden
}

[data-tmpslg="page-news.template"] .contain-img:before,
[data-tmpslg="page-partners.template"] .contain-img:before {
  display: block;
  content: ""
}

[data-tmpslg="page-news.template"] .contain-img .image,
[data-tmpslg="page-partners.template"] .contain-img .image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

[data-tmpslg="page-news.template"] .visually-hidden,
[data-tmpslg="page-partners.template"] .visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0)
}

[data-tmpslg="page-news.template"] .text-center,
[data-tmpslg="page-partners.template"] .text-center {
  text-align: center
}

[data-tmpslg="page-news.template"] .wrapper,
[data-tmpslg="page-partners.template"] .wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  background: url(../img/hero/page-home_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-news.template"] .wrapper.page-about,
[data-tmpslg="page-partners.template"] .wrapper.page-about {
  background: url(../img/hero/page-about-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-news.template"] .wrapper.page-advantages,
[data-tmpslg="page-partners.template"] .wrapper.page-advantages {
  background: url(../img/hero/page-advantages-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-news.template"] .wrapper.page-solution,
[data-tmpslg="page-partners.template"] .wrapper.page-solution {
  background: url(../img/hero/page-solution-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-news.template"] .wrapper.page-advantage,
[data-tmpslg="page-partners.template"] .wrapper.page-advantage {
  background: url(../img/hero/page-advantage-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-news.template"] .wrapper.page-news,
[data-tmpslg="page-partners.template"] .wrapper.page-news {
  background: url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-news.template"] .wrapper.page-post,
[data-tmpslg="page-partners.template"] .wrapper.page-post {
  background: url(../img/hero/page-post-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

[data-tmpslg="page-news.template"] .content-wrapper,
[data-tmpslg="page-partners.template"] .content-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

[data-tmpslg="page-news.template"] .container,
[data-tmpslg="page-partners.template"] .container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px
}

[data-tmpslg="page-news.template"] .container_sm,
[data-tmpslg="page-partners.template"] .container_sm {
  max-width: 980px
}

[data-tmpslg="page-news.template"] .btn,
[data-tmpslg="page-partners.template"] .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 206px;
  height: 52px;
  padding: 0 40px;
  background: #3484f0;
  border: none;
  border-radius: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none
}

[data-tmpslg="page-news.template"] .btn:active,
[data-tmpslg="page-news.template"] .btn:focus,
[data-tmpslg="page-news.template"] .btn:hover,
[data-tmpslg="page-partners.template"] .btn:active,
[data-tmpslg="page-partners.template"] .btn:focus,
[data-tmpslg="page-partners.template"] .btn:hover {
  -webkit-box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5);
  box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5)
}

[data-tmpslg="page-news.template"] .btn_white,
[data-tmpslg="page-partners.template"] .btn_white {
  background: #fff;
  color: #3484f0
}

[data-tmpslg="page-news.template"] .btn_sm,
[data-tmpslg="page-partners.template"] .btn_sm {
  min-width: 136px;
  height: 36px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 19px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}

[data-tmpslg="page-news.template"] .btn_xs,
[data-tmpslg="page-partners.template"] .btn_xs {
  min-width: inherit
}

[data-tmpslg="page-news.template"] .btn-outline,
[data-tmpslg="page-partners.template"] .btn-outline {
  min-width: 158px;
  height: 45px;
  background: #fff;
  border: 2px solid rgba(52, 132, 240, .8);
  border-radius: 16px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #3484f0;
  -webkit-box-shadow: none;
  box-shadow: none
}

[data-tmpslg="page-news.template"] .custom-list > li,
[data-tmpslg="page-partners.template"] .custom-list > li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 24px
}

[data-tmpslg="page-news.template"] .custom-list > li:before,
[data-tmpslg="page-partners.template"] .custom-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/dot.png) no-repeat center
}

[data-tmpslg="page-news.template"] .custom-list_check > li:before,
[data-tmpslg="page-partners.template"] .custom-list_check > li:before {
  background: url(../img/check.png) no-repeat center
}

[data-tmpslg="page-news.template"] .section-title,
[data-tmpslg="page-partners.template"] .section-title {
  margin: 25px 0;
  font-size: 34px;
  line-height: 46px;
  font-weight: 900;
  color: #1c1f28
}

[data-tmpslg="page-news.template"] .section-title_white,
[data-tmpslg="page-partners.template"] .section-title_white {
  color: #fff
}

[data-tmpslg="page-news.template"] .highligthed,
[data-tmpslg="page-partners.template"] .highligthed {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, transparent), color-stop(53%, rgba(52, 132, 240, .2)), color-stop(89%, rgba(52, 132, 240, .2)), color-stop(89%, transparent));
  background: -o-linear-gradient(top, transparent 53%, rgba(52, 132, 240, .2) 53%, rgba(52, 132, 240, .2) 89%, transparent 89%);
  background: linear-gradient(to bottom, transparent 53%, rgba(52, 132, 240, .2) 53%, rgba(52, 132, 240, .2) 89%, transparent 89%)
}

[data-tmpslg="page-news.template"] .highligthed_grey,
[data-tmpslg="page-partners.template"] .highligthed_grey {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, transparent), color-stop(53%, rgba(255, 255, 255, .2)), color-stop(89%, rgba(255, 255, 255, .2)), color-stop(89%, transparent));
  background: -o-linear-gradient(top, transparent 53%, rgba(255, 255, 255, .2) 53%, rgba(255, 255, 255, .2) 89%, transparent 89%);
  background: linear-gradient(to bottom, transparent 53%, rgba(255, 255, 255, .2) 53%, rgba(255, 255, 255, .2) 89%, transparent 89%)
}

[data-tmpslg="page-news.template"] .form-group,
[data-tmpslg="page-partners.template"] .form-group {
  margin-bottom: 16px
}

[data-tmpslg="page-news.template"] .input-text,
[data-tmpslg="page-partners.template"] .input-text {
  display: block;
  width: 100%;
  height: 52px;
  padding: 15px 20px;
  border: 1px solid rgba(244, 246, 250, .19);
  border-radius: 16px;
  background-color: rgba(244, 246, 250, .19);
  -webkit-box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5);
  box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5);
  font-family: Avenir;
  font-size: 16px;
  line-height: 22px;
  color: #e7e7e7
}

[data-tmpslg="page-news.template"] .input-text:active,
[data-tmpslg="page-news.template"] .input-text:focus,
[data-tmpslg="page-partners.template"] .input-text:active,
[data-tmpslg="page-partners.template"] .input-text:focus {
  border-color: #fff;
  outline: 0
}

[data-tmpslg="page-news.template"] .input-text_grey,
[data-tmpslg="page-partners.template"] .input-text_grey {
  background-color: #f4f6fa;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #7a7c82
}

[data-tmpslg="page-news.template"] .input-text_grey:active,
[data-tmpslg="page-news.template"] .input-text_grey:focus,
[data-tmpslg="page-partners.template"] .input-text_grey:active,
[data-tmpslg="page-partners.template"] .input-text_grey:focus {
  border-color: #3484f0
}

[data-tmpslg="page-news.template"] .input-text::-webkit-input-placeholder,
[data-tmpslg="page-partners.template"] .input-text::-webkit-input-placeholder {
  color: #e7e7e7
}

[data-tmpslg="page-news.template"] .input-text::-moz-placeholder,
[data-tmpslg="page-partners.template"] .input-text::-moz-placeholder {
  color: #e7e7e7
}

[data-tmpslg="page-news.template"] .input-text:-ms-input-placeholder,
[data-tmpslg="page-partners.template"] .input-text:-ms-input-placeholder {
  color: #e7e7e7
}

[data-tmpslg="page-news.template"] .input-text:-moz-placeholder,
[data-tmpslg="page-partners.template"] .input-text:-moz-placeholder {
  color: #e7e7e7
}

[data-tmpslg="page-news.template"] .input-text_grey::-webkit-input-placeholder,
[data-tmpslg="page-partners.template"] .input-text_grey::-webkit-input-placeholder {
  color: #7a7c82
}

[data-tmpslg="page-news.template"] .input-text_grey::-moz-placeholder,
[data-tmpslg="page-partners.template"] .input-text_grey::-moz-placeholder {
  color: #7a7c82
}

[data-tmpslg="page-news.template"] .input-text_grey:-ms-input-placeholder,
[data-tmpslg="page-partners.template"] .input-text_grey:-ms-input-placeholder {
  color: #7a7c82
}

[data-tmpslg="page-news.template"] .input-text_grey:-moz-placeholder,
[data-tmpslg="page-partners.template"] .input-text_grey:-moz-placeholder {
  color: #7a7c82
}

[data-tmpslg="page-news.template"] textarea.input-text,
[data-tmpslg="page-partners.template"] textarea.input-text {
  height: 100px;
  font-family: Avenir;
  resize: none
}

[data-tmpslg="page-news.template"] .form-group_checkbox,
[data-tmpslg="page-partners.template"] .form-group_checkbox {
  text-align: center
}

[data-tmpslg="page-news.template"] .checkbox,
[data-tmpslg="page-partners.template"] .checkbox {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}

[data-tmpslg="page-news.template"] .checkbox .checkmark,
[data-tmpslg="page-partners.template"] .checkbox .checkmark {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  border: 2px solid #3484f0;
  border-radius: 3px
}

[data-tmpslg="page-news.template"] .checkbox input[type=checkbox]:checked + .checkmark,
[data-tmpslg="page-partners.template"] .checkbox input[type=checkbox]:checked + .checkmark {
  background: url(../img/check-mark.svg) no-repeat center;
  background-size: 80%
}

[data-tmpslg="page-news.template"] .input-file,
[data-tmpslg="page-partners.template"] .input-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 18px 15px;
  background-color: #eaf2fd;
  border: 1px dashed #3484f0;
  border-radius: 16px;
  text-align: center;
  font-size: 14px;
  line-height: 28px
}

[data-tmpslg="page-news.template"] .input-file .icon-atach,
[data-tmpslg="page-partners.template"] .input-file .icon-atach {
  display: inline-block;
  width: 18px;
  margin-right: 10px
}

[data-tmpslg="page-news.template"] .input-file .icon-atach img,
[data-tmpslg="page-partners.template"] .input-file .icon-atach img {
  display: block;
  width: 100%
}

[data-tmpslg="page-news.template"] .social-link,
[data-tmpslg="page-partners.template"] .social-link {
  display: block;
  width: 20px;
  text-decoration: none
}

[data-tmpslg="page-news.template"] .social-link:before,
[data-tmpslg="page-partners.template"] .social-link:before {
  padding-top: 100%
}

[data-tmpslg="page-news.template"] .social-link .image,
[data-tmpslg="page-partners.template"] .social-link .image {
  opacity: .45
}

[data-tmpslg="page-news.template"] .social-link:active .image,
[data-tmpslg="page-news.template"] .social-link:focus .image,
[data-tmpslg="page-news.template"] .social-link:hover .image,
[data-tmpslg="page-partners.template"] .social-link:active .image,
[data-tmpslg="page-partners.template"] .social-link:focus .image,
[data-tmpslg="page-partners.template"] .social-link:hover .image {
  opacity: 1
}

[data-tmpslg="page-news.template"] .colored-list,
[data-tmpslg="page-partners.template"] .colored-list {
  display: inline-block;
  padding: 11px 0;
  border-radius: 16px;
  text-align: left;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  overflow: hidden
}

[data-tmpslg="page-news.template"] .colored-list li,
[data-tmpslg="page-partners.template"] .colored-list li {
  padding: 13px 27px
}

[data-tmpslg="page-news.template"] .colored-list_main,
[data-tmpslg="page-partners.template"] .colored-list_main {
  background: #3484f0;
  -webkit-box-shadow: 0 10px 30px 1px rgba(52, 132, 240, .7);
  box-shadow: 0 10px 30px 1px rgba(52, 132, 240, .7);
  color: #fff
}

[data-tmpslg="page-news.template"] .colored-list-wrap,
[data-tmpslg="page-partners.template"] .colored-list-wrap {
  position: relative
}

[data-tmpslg="page-news.template"] .colored-list-wrap .colored-list,
[data-tmpslg="page-partners.template"] .colored-list-wrap .colored-list {
  position: absolute
}

[data-tmpslg="page-news.template"] .colored-list-wrap .colored-list_right-center,
[data-tmpslg="page-partners.template"] .colored-list-wrap .colored-list_right-center {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%)
}

[data-tmpslg="page-news.template"] .colored-list-wrap .colored-list_right-bottom,
[data-tmpslg="page-partners.template"] .colored-list-wrap .colored-list_right-bottom {
  top: auto;
  bottom: 50px;
  right: 0;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0)
}

[data-tmpslg="page-news.template"] .iphone-img,
[data-tmpslg="page-partners.template"] .iphone-img {
  padding: 10px;
  background: #fff;
  border-radius: 28px;
  -webkit-box-shadow: 6px -7px 26px 0 rgba(0, 0, 0, .09);
  box-shadow: 6px -7px 26px 0 rgba(0, 0, 0, .09)
}

[data-tmpslg="page-news.template"] .tooltip,
[data-tmpslg="page-partners.template"] .tooltip {
  position: relative
}

[data-tmpslg="page-news.template"] .tooltip .tooltip-icon-outer,
[data-tmpslg="page-partners.template"] .tooltip .tooltip-icon-outer {
  display: block;
  padding: 5px;
  background-color: transparent;
  border-radius: 50%
}

[data-tmpslg="page-news.template"] .tooltip .tooltip-icon,
[data-tmpslg="page-partners.template"] .tooltip .tooltip-icon {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #3484f0;
  border-radius: 50%;
  text-align: center;
  font-family: "Crimson Pro", serif;
  font-size: 16px;
  line-height: 18px;
  color: #3484f0
}

[data-tmpslg="page-news.template"] .tooltip .tooltip-body,
[data-tmpslg="page-partners.template"] .tooltip .tooltip-body {
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: translate(-17px, 0);
  -ms-transform: translate(-17px, 0);
  transform: translate(-17px, 0);
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 10
}

[data-tmpslg="page-news.template"] .tooltip .tooltip-body-inner,
[data-tmpslg="page-partners.template"] .tooltip .tooltip-body-inner {
  position: relative;
  display: block;
  width: 360px;
  max-height: 250px;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0 7px 20px 1px rgba(98, 98, 98, .2);
  box-shadow: 0 7px 20px 1px rgba(98, 98, 98, .2)
}

[data-tmpslg="page-news.template"] .tooltip .tooltip-body-inner:before,
[data-tmpslg="page-partners.template"] .tooltip .tooltip-body-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(22px, -100%);
  -ms-transform: translate(22px, -100%);
  transform: translate(22px, -100%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent
}

[data-tmpslg="page-news.template"] .tooltip:hover .tooltip-icon-outer,
[data-tmpslg="page-partners.template"] .tooltip:hover .tooltip-icon-outer {
  background: #eff5fe
}

[data-tmpslg="page-news.template"] .tooltip:hover .tooltip-body,
[data-tmpslg="page-partners.template"] .tooltip:hover .tooltip-body {
  opacity: 1;
  visibility: visible
}

[data-tmpslg="page-news.template"] .mCSB_scrollTools .mCSB_draggerRail,
[data-tmpslg="page-partners.template"] .mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background: rgba(214, 230, 252, .47)
}

[data-tmpslg="page-news.template"] .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
[data-tmpslg="page-partners.template"] .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #3484f0
}

[data-tmpslg="page-news.template"] .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
[data-tmpslg="page-news.template"] .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
[data-tmpslg="page-partners.template"] .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
[data-tmpslg="page-partners.template"] .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: #3484f0
}

[data-tmpslg="page-news.template"] .header,
[data-tmpslg="page-partners.template"] .header {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*width: 100%*/
}

[data-tmpslg="page-news.template"] .header-inner,
[data-tmpslg="page-partners.template"] .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

[data-tmpslg="page-news.template"] .header-logo,
[data-tmpslg="page-partners.template"] .header-logo {
  margin-right: auto;
  font-size: 0;
  line-height: 0
}

[data-tmpslg="page-news.template"] .header-nav,
[data-tmpslg="page-partners.template"] .header-nav {
  margin-right: 20px
}

[data-tmpslg="page-news.template"] .header-nav .nav-list,
[data-tmpslg="page-partners.template"] .header-nav .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

[data-tmpslg="page-news.template"] .header-nav .nav-item,
[data-tmpslg="page-partners.template"] .header-nav .nav-item {
  margin: 0 5px
}

[data-tmpslg="page-news.template"] .header-nav .nav-link,
[data-tmpslg="page-partners.template"] .header-nav .nav-link {
  display: block;
  padding: 45px 11px;
  border-top: 3px solid transparent;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  text-decoration: none
}

[data-tmpslg="page-news.template"] .header-nav .nav-link:focus,
[data-tmpslg="page-news.template"] .header-nav .nav-link:hover,
[data-tmpslg="page-news.template"] .header-nav .nav-link_active,
[data-tmpslg="page-partners.template"] .header-nav .nav-link:focus,
[data-tmpslg="page-partners.template"] .header-nav .nav-link:hover,
[data-tmpslg="page-partners.template"] .header-nav .nav-link_active {
  border-color: #3484f0;
  color: #3484f0
}

[data-tmpslg="page-news.template"] .header-action:active,
[data-tmpslg="page-news.template"] .header-action:focus,
[data-tmpslg="page-news.template"] .header-action:hover,
[data-tmpslg="page-partners.template"] .header-action:active,
[data-tmpslg="page-partners.template"] .header-action:focus,
[data-tmpslg="page-partners.template"] .header-action:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  color: #3484f0
}

[data-tmpslg="page-news.template"] .hero-section,
[data-tmpslg="page-partners.template"] .hero-section {
  min-height: 100vh;
  padding: 130px 0 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

[data-tmpslg="page-news.template"] .hero-section .container,
[data-tmpslg="page-partners.template"] .hero-section .container {
  width: 100%
}

[data-tmpslg="page-news.template"] .hero-inner,
[data-tmpslg="page-partners.template"] .hero-inner {
  position: relative
}

[data-tmpslg="page-news.template"] .hero-inner .social-list,
[data-tmpslg="page-partners.template"] .hero-inner .social-list {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

[data-tmpslg="page-news.template"] .hero-inner .social-list .social-item:not(:last-child),
[data-tmpslg="page-partners.template"] .hero-inner .social-list .social-item:not(:last-child) {
  margin-bottom: 30px
}

[data-tmpslg="page-news.template"] .hero-wrapper,
[data-tmpslg="page-partners.template"] .hero-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 700px
}

[data-tmpslg="page-news.template"] .hero-wrapper_full,
[data-tmpslg="page-partners.template"] .hero-wrapper_full {
  max-width: none
}

[data-tmpslg="page-news.template"] .hero-title,
[data-tmpslg="page-partners.template"] .hero-title {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, transparent), color-stop(47%, rgba(255, 255, 255, .2)), color-stop(81%, rgba(255, 255, 255, .2)), color-stop(81%, transparent));
  background: -o-linear-gradient(top, transparent 47%, rgba(255, 255, 255, .2) 47%, rgba(255, 255, 255, .2) 81%, transparent 81%);
  background: linear-gradient(to bottom, transparent 47%, rgba(255, 255, 255, .2) 47%, rgba(255, 255, 255, .2) 81%, transparent 81%);
  font-size: 60px;
  line-height: 1.33;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase
}

[data-tmpslg="page-news.template"] .hero-subtitle,
[data-tmpslg="page-partners.template"] .hero-subtitle {
  margin: 30px 0;
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  color: #a1a4ac
}

[data-tmpslg="page-news.template"] .hero-action,
[data-tmpslg="page-partners.template"] .hero-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 50px;
  display: none
}

[data-tmpslg="page-news.template"] .play-btn-wrap,
[data-tmpslg="page-partners.template"] .play-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 200px;
  padding: 0 36px;
  font-size: 18px;
  line-height: 22px;
  color: #fff
}

[data-tmpslg="page-news.template"] .play-btn-block,
[data-tmpslg="page-partners.template"] .play-btn-block {
  position: relative;
  width: 118px;
  height: 118px;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, .024);
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

[data-tmpslg="page-news.template"] .play-btn-block:before,
[data-tmpslg="page-partners.template"] .play-btn-block:before {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  display: block;
  content: "";
  border: 1px solid rgba(255, 255, 255, .048);
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s
}

[data-tmpslg="page-news.template"] .play-btn-block:after,
[data-tmpslg="page-partners.template"] .play-btn-block:after {
  position: absolute;
  top: 11px;
  right: 11px;
  bottom: 11px;
  left: 11px;
  display: block;
  content: "";
  border: 1px solid rgba(255, 255, 255, .072);
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}

[data-tmpslg="page-news.template"] .play-btn,
[data-tmpslg="page-partners.template"] .play-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s
}

[data-tmpslg="page-news.template"] .play-btn:before,
[data-tmpslg="page-partners.template"] .play-btn:before {
  position: absolute;
  left: -7px;
  top: -7px;
  right: -7px;
  bottom: -7px;
  display: block;
  content: "";
  border: 1px solid rgba(255, 255, 255, .096);
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s
}

[data-tmpslg="page-news.template"] .play-btn:after,
[data-tmpslg="page-partners.template"] .play-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent
}

[data-tmpslg="page-news.template"] .play-btn-text,
[data-tmpslg="page-partners.template"] .play-btn-text {
  margin-left: -7px
}

[data-tmpslg="page-news.template"] .play-btn-block:active,
[data-tmpslg="page-news.template"] .play-btn-block:focus,
[data-tmpslg="page-news.template"] .play-btn-block:hover,
[data-tmpslg="page-partners.template"] .play-btn-block:active,
[data-tmpslg="page-partners.template"] .play-btn-block:focus,
[data-tmpslg="page-partners.template"] .play-btn-block:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0)
}

[data-tmpslg="page-news.template"] .play-btn-block:active:after,
[data-tmpslg="page-news.template"] .play-btn-block:active:before,
[data-tmpslg="page-news.template"] .play-btn-block:focus:after,
[data-tmpslg="page-news.template"] .play-btn-block:focus:before,
[data-tmpslg="page-news.template"] .play-btn-block:hover:after,
[data-tmpslg="page-news.template"] .play-btn-block:hover:before,
[data-tmpslg="page-partners.template"] .play-btn-block:active:after,
[data-tmpslg="page-partners.template"] .play-btn-block:active:before,
[data-tmpslg="page-partners.template"] .play-btn-block:focus:after,
[data-tmpslg="page-partners.template"] .play-btn-block:focus:before,
[data-tmpslg="page-partners.template"] .play-btn-block:hover:after,
[data-tmpslg="page-partners.template"] .play-btn-block:hover:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0)
}

[data-tmpslg="page-news.template"] .play-btn-block:active .play-btn:before,
[data-tmpslg="page-news.template"] .play-btn-block:focus .play-btn:before,
[data-tmpslg="page-news.template"] .play-btn-block:hover .play-btn:before,
[data-tmpslg="page-partners.template"] .play-btn-block:active .play-btn:before,
[data-tmpslg="page-partners.template"] .play-btn-block:focus .play-btn:before,
[data-tmpslg="page-partners.template"] .play-btn-block:hover .play-btn:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0)
}

[data-tmpslg="page-news.template"] .posts-section,
[data-tmpslg="page-partners.template"] .posts-section {
  padding: 115px 0 50px
}

[data-tmpslg="page-news.template"] .posts-grid,
[data-tmpslg="page-partners.template"] .posts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin: 50px 0
}

[data-tmpslg="page-news.template"] .posts-grid .post-item,
[data-tmpslg="page-partners.template"] .posts-grid .post-item {
  background: #fff;
  border: .5px solid transparent;
  border-radius: 16px;
  -webkit-box-shadow: 0 23px 30px 1px rgba(108, 119, 128, .15);
  box-shadow: 0 23px 30px 1px rgba(108, 119, 128, .15)
}

[data-tmpslg="page-news.template"] .posts-grid .post-item:hover,
[data-tmpslg="page-partners.template"] .posts-grid .post-item:hover {
  border-color: #eee;
  -webkit-box-shadow: 0 23px 30px 1px rgba(108, 119, 128, .15);
  box-shadow: 0 23px 30px 1px rgba(108, 119, 128, .15)
}

[data-tmpslg="page-news.template"] .posts-grid .post-img,
[data-tmpslg="page-partners.template"] .posts-grid .post-img {
  border-radius: 16px 16px 0 0
}

[data-tmpslg="page-news.template"] .posts-grid .post-img:before,
[data-tmpslg="page-partners.template"] .posts-grid .post-img:before {
  padding-top: 50%
}

[data-tmpslg="page-news.template"] .posts-grid .post-descr,
[data-tmpslg="page-partners.template"] .posts-grid .post-descr {
  border-radius: 0 0 16px 16px;
  padding: 20px 30px 45px 30px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300
}

[data-tmpslg="page-news.template"] .posts-grid .post-title,
[data-tmpslg="page-partners.template"] .posts-grid .post-title {
  margin: 10px 0 15px;
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  color: #343434
}

[data-tmpslg="page-news.template"] .posts-grid .post-title a,
[data-tmpslg="page-partners.template"] .posts-grid .post-title a {
  color: inherit;
  text-decoration: none
}

[data-tmpslg="page-news.template"] .posts-grid .post-title a:hover,
[data-tmpslg="page-partners.template"] .posts-grid .post-title a:hover {
  color: #3484f0
}

[data-tmpslg="page-news.template"] .posts-grid .post-date,
[data-tmpslg="page-partners.template"] .posts-grid .post-date {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 1.37px;
  color: rgba(46, 44, 44, .55)
}

[data-tmpslg="page-news.template"] .posts-grid .post-body,
[data-tmpslg="page-partners.template"] .posts-grid .post-body {
  margin: 30px 0 20px
}

[data-tmpslg="page-news.template"] .posts-grid .post-more,
[data-tmpslg="page-partners.template"] .posts-grid .post-more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 19px;
  font-weight: 900;
  color: #2e2c2c;
  text-decoration: none
}

[data-tmpslg="page-news.template"] .posts-grid .post-more:after,
[data-tmpslg="page-partners.template"] .posts-grid .post-more:after {
  display: block;
  content: "";
  width: 28px;
  height: 10px;
  margin-left: 15px;
  background: url(../img/aroow_more.svg) no-repeat left center
}

[data-tmpslg="page-news.template"] .posts-grid .post-more:hover:after,
[data-tmpslg="page-partners.template"] .posts-grid .post-more:hover:after {
  background: url(../img/aroow_more-hover.svg) no-repeat left center
}

[data-tmpslg="page-news.template"] .contact-section,
[data-tmpslg="page-partners.template"] .contact-section {
  padding: 50px 0
}

[data-tmpslg="page-news.template"] .contact-inner,
[data-tmpslg="page-partners.template"] .contact-inner {
  padding: 62px 0;
  background: url(../img/contact-bg.svg) no-repeat left top;
  background-size: 100% 100%
}

[data-tmpslg="page-news.template"] .contact-wrap,
[data-tmpslg="page-partners.template"] .contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

[data-tmpslg="page-news.template"] .contact-left,
[data-tmpslg="page-partners.template"] .contact-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 14.5%;
  color: #fff
}

[data-tmpslg="page-news.template"] .contact-left .section-title,
[data-tmpslg="page-partners.template"] .contact-left .section-title {
  margin-top: -25px;
  margin-bottom: 17px
}

[data-tmpslg="page-news.template"] .contact-right,
[data-tmpslg="page-partners.template"] .contact-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 20px 70px 20px 0
}

[data-tmpslg="page-news.template"] .contact-form,
[data-tmpslg="page-partners.template"] .contact-form {
  display: block;
  width: 100%;
  max-width: 396px;
  margin: 0 auto
}

[data-tmpslg="page-news.template"] .contact-form .row,
[data-tmpslg="page-partners.template"] .contact-form .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px
}

[data-tmpslg="page-news.template"] .contact-form .col-6,
[data-tmpslg="page-partners.template"] .contact-form .col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 8px
}

[data-tmpslg="page-news.template"] .contact-form .col-12,
[data-tmpslg="page-partners.template"] .contact-form .col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 8px
}

[data-tmpslg="page-news.template"] .contact-form .btn:active,
[data-tmpslg="page-news.template"] .contact-form .btn:focus,
[data-tmpslg="page-news.template"] .contact-form .btn:hover,
[data-tmpslg="page-partners.template"] .contact-form .btn:active,
[data-tmpslg="page-partners.template"] .contact-form .btn:focus,
[data-tmpslg="page-partners.template"] .contact-form .btn:hover {
  background: #daecff
}

[data-tmpslg="page-news.template"] .footer-top,
[data-tmpslg="page-partners.template"] .footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0 35px;
  color: rgba(255, 255, 255, .75)
}

[data-tmpslg="page-news.template"] .footer-top a,
[data-tmpslg="page-partners.template"] .footer-top a {
  text-decoration: none;
  color: rgba(255, 255, 255, .75)
}

[data-tmpslg="page-news.template"] .footer-top a:active,
[data-tmpslg="page-news.template"] .footer-top a:focus,
[data-tmpslg="page-news.template"] .footer-top a:hover,
[data-tmpslg="page-partners.template"] .footer-top a:active,
[data-tmpslg="page-partners.template"] .footer-top a:focus,
[data-tmpslg="page-partners.template"] .footer-top a:hover {
  color: #fff
}

[data-tmpslg="page-news.template"] .footer-top .footer-logo,
[data-tmpslg="page-partners.template"] .footer-top .footer-logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41%;
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
  padding: 0 40px 0 20px;
  text-align: center
}

[data-tmpslg="page-news.template"] .footer-top .footer-info,
[data-tmpslg="page-partners.template"] .footer-top .footer-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28%;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  padding: 0 20px
}

[data-tmpslg="page-news.template"] .footer-top address,
[data-tmpslg="page-partners.template"] .footer-top address {
  font-style: normal
}

[data-tmpslg="page-news.template"] .footer-top address a,
[data-tmpslg="page-partners.template"] .footer-top address a {
  display: inline-block;
  margin: 20px 0;
  font-weight: 500;
  letter-spacing: .5px
}

[data-tmpslg="page-news.template"] .footer-top address p,
[data-tmpslg="page-partners.template"] .footer-top address p {
  margin: 0;
  font-size: 16px;
  line-height: 27px
}

[data-tmpslg="page-news.template"] .footer-top .footer-menu,
[data-tmpslg="page-partners.template"] .footer-top .footer-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31%;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  padding: 0 20px
}

[data-tmpslg="page-news.template"] .footer-top .footer-title,
[data-tmpslg="page-partners.template"] .footer-top .footer-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 900;
  letter-spacing: 1.25px;
  color: #fff
}

[data-tmpslg="page-news.template"] .footer-top .footer-nav,
[data-tmpslg="page-partners.template"] .footer-top .footer-nav {
  margin: 30px 0
}

[data-tmpslg="page-news.template"] .footer-top .nav-item,
[data-tmpslg="page-partners.template"] .footer-top .nav-item {
  margin: 20px 0
}

[data-tmpslg="page-news.template"] .footer-top .nav-link,
[data-tmpslg="page-partners.template"] .footer-top .nav-link {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: .5px
}

[data-tmpslg="page-news.template"] .footer-bottom,
[data-tmpslg="page-partners.template"] .footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 36px 43px;
  border-top: 1px solid rgba(255, 255, 255, .3);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .5px;
  color: rgba(255, 255, 255, .75)
}

[data-tmpslg="page-news.template"] .footer-bottom .social-list,
[data-tmpslg="page-partners.template"] .footer-bottom .social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

[data-tmpslg="page-news.template"] .footer-bottom .social-list .social-item:not(:last-child),
[data-tmpslg="page-partners.template"] .footer-bottom .social-list .social-item:not(:last-child) {
  margin-right: 35px
}

[data-tmpslg="page-news.template"] .popup-overlay,
[data-tmpslg="page-partners.template"] .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 35, 45, .13)), to(rgba(21, 23, 32, .13)));
  background: -o-linear-gradient(top, rgba(32, 35, 45, .13) 0, rgba(21, 23, 32, .13) 100%);
  background: linear-gradient(180deg, rgba(32, 35, 45, .13) 0, rgba(21, 23, 32, .13) 100%)
}

[data-tmpslg="page-news.template"] .popup,
[data-tmpslg="page-partners.template"] .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  max-width: 675px;
  height: -webkit-calc(100% - 130px);
  height: calc(100% - 130px);
  max-height: 730px;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 60px 1px rgba(7, 42, 68, .15);
  box-shadow: 0 10px 60px 1px rgba(7, 42, 68, .15)
}

[data-tmpslg="page-news.template"] .popup-header,
[data-tmpslg="page-partners.template"] .popup-header {
  position: relative;
  padding: 0 70px 15px 40px
}

[data-tmpslg="page-news.template"] .popup-header .popup-close,
[data-tmpslg="page-partners.template"] .popup-header .popup-close {
  position: absolute;
  top: 37px;
  right: 37px;
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url(../img/close.svg) no-repeat center;
  background-size: 18px;
  border: none;
  cursor: pointer
}

[data-tmpslg="page-news.template"] .popup-body,
[data-tmpslg="page-partners.template"] .popup-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px 40px;
  overflow: auto
}

[data-tmpslg="page-news.template"] .popup-body p,
[data-tmpslg="page-partners.template"] .popup-body p {
  font-size: 13px;
  line-height: 18px
}

[data-tmpslg="page-news.template"] .popup-body .row,
[data-tmpslg="page-partners.template"] .popup-body .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px
}

[data-tmpslg="page-news.template"] .popup-body .col-6,
[data-tmpslg="page-partners.template"] .popup-body .col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 10px
}

[data-tmpslg="page-news.template"] .popup-body .col-12,
[data-tmpslg="page-partners.template"] .popup-body .col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 10px
}

@media only screen and (max-width:1600px) {

  [data-tmpslg="page-news.template"] .hero-section,
  [data-tmpslg="page-partners.template"] .hero-section {
    min-height: 760px;
    padding: 190px 0 100px
  }

  [data-tmpslg="page-news.template"] .hero-action,
  [data-tmpslg="page-partners.template"] .hero-action {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0
  }

  [data-tmpslg="page-news.template"] .play-btn-wrap,
  [data-tmpslg="page-partners.template"] .play-btn-wrap {
    margin-right: 0;
    padding: 0
  }
}

@media only screen and (max-width:1440px) {

  [data-tmpslg="page-news.template"] .wrapper,
  [data-tmpslg="page-partners.template"] .wrapper {
    background: #fff !important
  }

  [data-tmpslg="page-news.template"] .wrapper .hero-section,
  [data-tmpslg="page-partners.template"] .wrapper .hero-section {
    background: url(../img/hero/page-home_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-news.template"] .page-about .hero-section,
  [data-tmpslg="page-partners.template"] .page-about .hero-section {
    background: url(../img/hero/page-about-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-news.template"] .page-advantages .hero-section,
  [data-tmpslg="page-partners.template"] .page-advantages .hero-section {
    background: url(../img/hero/page-advantages-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-news.template"] .page-solution .hero-section,
  [data-tmpslg="page-partners.template"] .page-solution .hero-section {
    background: url(../img/hero/page-solution-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-news.template"] .page-advantage .hero-section,
  [data-tmpslg="page-partners.template"] .page-advantage .hero-section {
    background: url(../img/hero/page-advantage-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-news.template"] .page-advantage .hero-section,
  [data-tmpslg="page-partners.template"] .page-advantage .hero-section {
    background: url(../img/hero/page-advantage-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-news.template"] .page-news .hero-section,
  [data-tmpslg="page-partners.template"] .page-news .hero-section {
    background: url(../img/hero/page-news-bg_top-mobile.png) no-repeat right 23% center;
    background-size: cover
  }

  [data-tmpslg="page-news.template"] .page-post .hero-section,
  [data-tmpslg="page-partners.template"] .page-post .hero-section {
    background: url(../img/hero/page-post-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  [data-tmpslg="page-news.template"] .about-section,
  [data-tmpslg="page-partners.template"] .about-section {
    padding: 30px 0
  }

  [data-tmpslg="page-news.template"] .about-list .about-item,
  [data-tmpslg="page-partners.template"] .about-list .about-item {
    margin-bottom: 40px
  }

  [data-tmpslg="page-news.template"] .challenges-section,
  [data-tmpslg="page-partners.template"] .challenges-section {
    padding: 30px 0
  }

  [data-tmpslg="page-news.template"] .opportunity-section,
  [data-tmpslg="page-partners.template"] .opportunity-section {
    margin-top: 0;
    padding: 30px 0 30px;
    background: #fafbfb
  }

  [data-tmpslg="page-news.template"] .features-section,
  [data-tmpslg="page-partners.template"] .features-section {
    padding: 30px 0
  }

  [data-tmpslg="page-news.template"] .secret-section,
  [data-tmpslg="page-partners.template"] .secret-section {
    min-height: inherit;
    padding: 30px 0 0;
    background: #fafbfb
  }

  [data-tmpslg="page-news.template"] .secret-list,
  [data-tmpslg="page-partners.template"] .secret-list {
    margin: 30px 0;
    padding: 0
  }

  [data-tmpslg="page-news.template"] .secret-header,
  [data-tmpslg="page-partners.template"] .secret-header {
    padding: 20px 15px
  }

  [data-tmpslg="page-news.template"] .secret-body,
  [data-tmpslg="page-partners.template"] .secret-body {
    padding: 30px 15px
  }

  [data-tmpslg="page-news.template"] .selling-section,
  [data-tmpslg="page-partners.template"] .selling-section {
    padding-top: 30px
  }

  [data-tmpslg="page-news.template"] .contact-section,
  [data-tmpslg="page-partners.template"] .contact-section {
    padding: 30px 0;
    background: #3484f0
  }

  [data-tmpslg="page-news.template"] .contact-inner,
  [data-tmpslg="page-partners.template"] .contact-inner {
    padding: 0;
    background: 0 0
  }

  [data-tmpslg="page-news.template"] .footer,
  [data-tmpslg="page-partners.template"] .footer {
    background: -webkit-gradient(linear, left top, left bottom, from(#3e454e), to(#2b2d34));
    background: -o-linear-gradient(top, #3e454e, #2b2d34);
    background: linear-gradient(to bottom, #3e454e, #2b2d34)
  }

  [data-tmpslg="page-news.template"] .footer-top,
  [data-tmpslg="page-partners.template"] .footer-top {
    padding: 35px 0 25px
  }

  [data-tmpslg="page-news.template"] .footer-bottom,
  [data-tmpslg="page-partners.template"] .footer-bottom {
    padding: 20px 43px
  }

  [data-tmpslg="page-news.template"] .wins-section,
  [data-tmpslg="page-partners.template"] .wins-section {
    min-height: inherit;
    margin-top: 0;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-news.template"] .wins-grid,
  [data-tmpslg="page-partners.template"] .wins-grid {
    grid-row-gap: 40px;
    grid-column-gap: 20px
  }

  [data-tmpslg="page-news.template"] .members-section,
  [data-tmpslg="page-partners.template"] .members-section {
    padding: 30px 0
  }

  [data-tmpslg="page-news.template"] .members-wrap,
  [data-tmpslg="page-partners.template"] .members-wrap {
    margin: 30px 0
  }

  [data-tmpslg="page-news.template"] .members-title,
  [data-tmpslg="page-partners.template"] .members-title {
    margin: 20px 0
  }

  [data-tmpslg="page-news.template"] .roadmap-section,
  [data-tmpslg="page-partners.template"] .roadmap-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-news.template"] .advisory-section,
  [data-tmpslg="page-partners.template"] .advisory-section {
    padding: 30px 0
  }

  [data-tmpslg="page-news.template"] .technologies-section,
  [data-tmpslg="page-partners.template"] .technologies-section {
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-news.template"] .unlock-section,
  [data-tmpslg="page-partners.template"] .unlock-section {
    margin-top: -30px;
    padding: 30px 0;
    background: 0 0
  }

  [data-tmpslg="page-news.template"] .gamified-section,
  [data-tmpslg="page-partners.template"] .gamified-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-news.template"] .reward-section,
  [data-tmpslg="page-partners.template"] .reward-section {
    margin-bottom: 50px;
    padding: 40px 0 10px
  }

  [data-tmpslg="page-news.template"] .loyalty-section,
  [data-tmpslg="page-partners.template"] .loyalty-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-news.template"] .loyalty-section .loyalty-wrap,
  [data-tmpslg="page-partners.template"] .loyalty-section .loyalty-wrap {
    margin: 30px 0
  }

  [data-tmpslg="page-news.template"] .vote-section,
  [data-tmpslg="page-partners.template"] .vote-section {
    margin-top: 0;
    padding: 30px 0 30px
  }

  [data-tmpslg="page-news.template"] .cashless-section,
  [data-tmpslg="page-partners.template"] .cashless-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-news.template"] .digital-section,
  [data-tmpslg="page-partners.template"] .digital-section {
    padding: 30px 0;
    margin-top: 0
  }

  [data-tmpslg="page-news.template"] .club-advantages-section,
  [data-tmpslg="page-partners.template"] .club-advantages-section {
    padding: 30px 0
  }

  [data-tmpslg="page-news.template"] .club-advantages-list,
  [data-tmpslg="page-partners.template"] .club-advantages-list {
    margin: 50px auto 0
  }

  [data-tmpslg="page-news.template"] .consumption-section,
  [data-tmpslg="page-partners.template"] .consumption-section {
    padding: 30px 0 50px
  }

  [data-tmpslg="page-news.template"] .revenue-sources-section,
  [data-tmpslg="page-partners.template"] .revenue-sources-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  [data-tmpslg="page-news.template"] .revenue-forecast-section,
  [data-tmpslg="page-partners.template"] .revenue-forecast-section {
    padding: 30px 0
  }

  [data-tmpslg="page-news.template"] .posts-section,
  [data-tmpslg="page-partners.template"] .posts-section {
    padding: 30px 0
  }

  [data-tmpslg="page-news.template"] .post-section,
  [data-tmpslg="page-partners.template"] .post-section {
    padding: 30px 0
  }
}

@media only screen and (max-width:1024px) {

  [data-tmpslg="page-news.template"] .header,
  [data-tmpslg="page-partners.template"] .header {
    padding: 15px 0;
    z-index: 100
  }

  [data-tmpslg="page-news.template"] .header .burger_open,
  [data-tmpslg="page-partners.template"] .header .burger_open {
    position: fixed;
    top: 11px;
    right: 16px;
    display: block;
    width: 44px;
    height: 44px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 2px 9px 0 #5e6066;
    box-shadow: 0 2px 9px 0 #5e6066;
    z-index: 110
  }

  [data-tmpslg="page-news.template"] .header .burger_open:after,
  [data-tmpslg="page-news.template"] .header .burger_open:before,
  [data-tmpslg="page-partners.template"] .header .burger_open:after,
  [data-tmpslg="page-partners.template"] .header .burger_open:before {
    position: absolute;
    left: 10px;
    display: block;
    content: "";
    height: 2px;
    background: #000
  }

  [data-tmpslg="page-news.template"] .header .burger_open:before,
  [data-tmpslg="page-partners.template"] .header .burger_open:before {
    top: 19px;
    width: 24px
  }

  [data-tmpslg="page-news.template"] .header .burger_open:after,
  [data-tmpslg="page-partners.template"] .header .burger_open:after {
    top: 25px;
    width: 12px
  }

  [data-tmpslg="page-news.template"] .header-nav,
  [data-tmpslg="page-partners.template"] .header-nav {
    position: fixed;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#3484f0), to(#2f77d7));
    background: -o-linear-gradient(top, #3484f0, #2f77d7);
    background: linear-gradient(to bottom, #3484f0, #2f77d7);
    margin-right: 0;
    padding: 25px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 120;
    overflow-y: auto
  }

  [data-tmpslg="page-news.template"] .header-nav.open,
  [data-tmpslg="page-partners.template"] .header-nav.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  [data-tmpslg="page-news.template"] .header-nav .header-logo,
  [data-tmpslg="page-partners.template"] .header-nav .header-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    margin-bottom: auto
  }

  [data-tmpslg="page-news.template"] .header-nav .burger_close,
  [data-tmpslg="page-partners.template"] .header-nav .burger_close {
    position: absolute;
    top: 25px;
    right: 25px;
    display: block;
    width: 24px;
    height: 24px;
    background: transparent url(../img/burger-closed.svg) no-repeat center;
    border: none
  }

  [data-tmpslg="page-news.template"] .header-nav .nav-list,
  [data-tmpslg="page-partners.template"] .header-nav .nav-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: auto;
    overflow-y: auto
  }

  [data-tmpslg="page-news.template"] .header-nav .nav-item,
  [data-tmpslg="page-partners.template"] .header-nav .nav-item {
    margin: 0
  }

  [data-tmpslg="page-news.template"] .header-nav .nav-link,
  [data-tmpslg="page-partners.template"] .header-nav .nav-link {
    padding: 15px 0;
    border-top: none;
    font-size: 26px;
    line-height: 32px;
    color: #8dcbff
  }

  [data-tmpslg="page-news.template"] .header-nav .nav-link:focus,
  [data-tmpslg="page-news.template"] .header-nav .nav-link:hover,
  [data-tmpslg="page-news.template"] .header-nav .nav-link_active,
  [data-tmpslg="page-partners.template"] .header-nav .nav-link:focus,
  [data-tmpslg="page-partners.template"] .header-nav .nav-link:hover,
  [data-tmpslg="page-partners.template"] .header-nav .nav-link_active {
    color: #fff
  }

  [data-tmpslg="page-news.template"] .page-advantage .hero-section,
  [data-tmpslg="page-partners.template"] .page-advantage .hero-section {
    background: url(../img/hero/page-advantage-bg_top-mobile.png) no-repeat center right 20%;
    background-size: cover
  }

  [data-tmpslg="page-news.template"] .page-solution .hero-section,
  [data-tmpslg="page-partners.template"] .page-solution .hero-section {
    background: url(../img/hero/page-solution-bg_top-mobile.png) no-repeat center right 30%;
    background-size: cover
  }

  [data-tmpslg="page-news.template"] .hero-section,
  [data-tmpslg="page-partners.template"] .hero-section {
    position: relative;
    min-height: inherit;
    padding: 160px 0 100px
  }

  [data-tmpslg="page-news.template"] .hero-inner,
  [data-tmpslg="page-partners.template"] .hero-inner {
    position: static
  }

  [data-tmpslg="page-news.template"] .hero-inner .social-list,
  [data-tmpslg="page-partners.template"] .hero-inner .social-list {
    right: 15px
  }

  [data-tmpslg="page-news.template"] .hero-action,
  [data-tmpslg="page-partners.template"] .hero-action {
    margin-top: 30px
  }

  [data-tmpslg="page-news.template"] .about-wrap,
  [data-tmpslg="page-partners.template"] .about-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
  }

  [data-tmpslg="page-news.template"] .about-left,
  [data-tmpslg="page-news.template"] .about-right,
  [data-tmpslg="page-partners.template"] .about-left,
  [data-tmpslg="page-partners.template"] .about-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  [data-tmpslg="page-news.template"] .about-left,
  [data-tmpslg="page-partners.template"] .about-left {
    margin-bottom: 50px
  }

  [data-tmpslg="page-news.template"] .about-list,
  [data-tmpslg="page-partners.template"] .about-list {
    margin: 0
  }

  [data-tmpslg="page-news.template"] .about-list .about-item,
  [data-tmpslg="page-partners.template"] .about-list .about-item {
    padding: 0 0 0 30px
  }

  [data-tmpslg="page-news.template"] .about-list .about-item:before,
  [data-tmpslg="page-partners.template"] .about-list .about-item:before {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
  }

  [data-tmpslg="page-news.template"] .about-list .about-item:last-child .lg,
  [data-tmpslg="page-partners.template"] .about-list .about-item:last-child .lg {
    display: block
  }

  [data-tmpslg="page-news.template"] .challenges-list,
  [data-tmpslg="page-partners.template"] .challenges-list {
    margin: 30px auto 0
  }

  [data-tmpslg="page-news.template"] .challenges-item,
  [data-tmpslg="page-partners.template"] .challenges-item {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 10px;
    padding: 20px
  }

  [data-tmpslg="page-news.template"] .challenges-item .challenges-icon,
  [data-tmpslg="page-partners.template"] .challenges-item .challenges-icon {
    margin-bottom: 20px
  }

  [data-tmpslg="page-news.template"] .opportunity-wrap,
  [data-tmpslg="page-partners.template"] .opportunity-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 0
  }

  [data-tmpslg="page-news.template"] .opportunity-left,
  [data-tmpslg="page-news.template"] .opportunity-right,
  [data-tmpslg="page-partners.template"] .opportunity-left,
  [data-tmpslg="page-partners.template"] .opportunity-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  [data-tmpslg="page-news.template"] .features-wrap,
  [data-tmpslg="page-partners.template"] .features-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  [data-tmpslg="page-news.template"] .features-left,
  [data-tmpslg="page-news.template"] .features-right,
  [data-tmpslg="page-partners.template"] .features-left,
  [data-tmpslg="page-partners.template"] .features-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  [data-tmpslg="page-news.template"] .features-left .features-img,
  [data-tmpslg="page-partners.template"] .features-left .features-img {
    position: static;
    width: 100%;
    max-width: none
  }

  [data-tmpslg="page-news.template"] .secret-section,
  [data-tmpslg="page-partners.template"] .secret-section {
    padding-bottom: 0;
    background: #fafbfb
  }

  [data-tmpslg="page-news.template"] .selling-section,
  [data-tmpslg="page-partners.template"] .selling-section {
    margin-top: 0
  }

  [data-tmpslg="page-news.template"] .selling-grid,
  [data-tmpslg="page-partners.template"] .selling-grid {
    grid-row-gap: 40px;
    grid-column-gap: 20px;
    margin: 50px 0 0
  }

  [data-tmpslg="page-news.template"] .selling-item,
  [data-tmpslg="page-partners.template"] .selling-item {
    min-height: inherit;
    padding: 30px 20px 20px 20px
  }

  [data-tmpslg="page-news.template"] .partners-grid,
  [data-tmpslg="page-partners.template"] .partners-grid {
    margin: 40px auto 0;
    grid-gap: 20px
  }

  [data-tmpslg="page-news.template"] .news-list,
  [data-tmpslg="page-partners.template"] .news-list {
    grid-gap: 20px;
    margin: 40px 0
  }

  [data-tmpslg="page-news.template"] .news-descr,
  [data-tmpslg="page-partners.template"] .news-descr {
    padding: 10px 10px 20px 10px
  }

  [data-tmpslg="page-news.template"] .contact-left,
  [data-tmpslg="page-partners.template"] .contact-left {
    padding: 0
  }

  [data-tmpslg="page-news.template"] .contact-right,
  [data-tmpslg="page-partners.template"] .contact-right {
    padding: 20px 0 0 0
  }

  [data-tmpslg="page-news.template"] .wins-section,
  [data-tmpslg="page-partners.template"] .wins-section {
    background: #fafbfb
  }

  [data-tmpslg="page-news.template"] .wins-grid,
  [data-tmpslg="page-partners.template"] .wins-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  [data-tmpslg="page-news.template"] .wins-tem,
  [data-tmpslg="page-partners.template"] .wins-tem {
    padding-left: 30px
  }

  [data-tmpslg="page-news.template"] .members-list,
  [data-tmpslg="page-partners.template"] .members-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px
  }

  [data-tmpslg="page-news.template"] .member .member-descr,
  [data-tmpslg="page-partners.template"] .member .member-descr {
    position: relative
  }

  [data-tmpslg="page-news.template"] .member .member-info,
  [data-tmpslg="page-partners.template"] .member .member-info {
    position: static
  }

  [data-tmpslg="page-news.template"] .member .tooltip .tooltip-body,
  [data-tmpslg="page-partners.template"] .member .tooltip .tooltip-body {
    left: 0 !important;
    right: 0;
    -webkit-transform: translate(0, -25px) !important;
    -ms-transform: translate(0, -25px) !important;
    transform: translate(0, -25px) !important
  }

  [data-tmpslg="page-news.template"] .member .tooltip .tooltip-body .tooltip-body-inner,
  [data-tmpslg="page-partners.template"] .member .tooltip .tooltip-body .tooltip-body-inner {
    width: 100%;
    padding: 20px 10px 20px 20px
  }

  [data-tmpslg="page-news.template"] .member .tooltip .tooltip-body-inner:before,
  [data-tmpslg="page-partners.template"] .member .tooltip .tooltip-body-inner:before {
    left: auto;
    right: 0;
    -webkit-transform: translate(-25px, -100%);
    -ms-transform: translate(-25px, -100%);
    transform: translate(-25px, -100%)
  }

  [data-tmpslg="page-news.template"] .roadmap-section,
  [data-tmpslg="page-partners.template"] .roadmap-section {
    background: #fafbfb
  }

  [data-tmpslg="page-news.template"] .roadmap-grid,
  [data-tmpslg="page-partners.template"] .roadmap-grid {
    margin: 28px -10px
  }

  [data-tmpslg="page-news.template"] .roadmap-header,
  [data-tmpslg="page-partners.template"] .roadmap-header {
    padding: 15px 10px
  }

  [data-tmpslg="page-news.template"] .roadmap-body,
  [data-tmpslg="page-partners.template"] .roadmap-body {
    padding: 30px 10px 0 10px
  }

  [data-tmpslg="page-news.template"] .roadmap-card,
  [data-tmpslg="page-partners.template"] .roadmap-card {
    padding: 30px 20px
  }

  [data-tmpslg="page-news.template"] .advisory-grid,
  [data-tmpslg="page-partners.template"] .advisory-grid {
    grid-gap: 20px;
    margin: 20px 0
  }

  [data-tmpslg="page-news.template"] .advisory-item,
  [data-tmpslg="page-partners.template"] .advisory-item {
    padding: 30px 20px 20px 20px
  }

  [data-tmpslg="page-news.template"] .technology-grid,
  [data-tmpslg="page-partners.template"] .technology-grid {
    grid-gap: 20px;
    margin: 20px 0
  }

  [data-tmpslg="page-news.template"] .grid-row,
  [data-tmpslg="page-partners.template"] .grid-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -15px
  }

  [data-tmpslg="page-news.template"] .grid-row .grid-col-3,
  [data-tmpslg="page-partners.template"] .grid-row .grid-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-news.template"] .grid-row .grid-col-5,
  [data-tmpslg="page-partners.template"] .grid-row .grid-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-news.template"] .grid-row .grid-col-6,
  [data-tmpslg="page-partners.template"] .grid-row .grid-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-news.template"] .grid-row .grid-col-7,
  [data-tmpslg="page-partners.template"] .grid-row .grid-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-news.template"] .grid-row .grid-col-9,
  [data-tmpslg="page-partners.template"] .grid-row .grid-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-news.template"] .unlock-section .unlock-images .for-img,
  [data-tmpslg="page-partners.template"] .unlock-section .unlock-images .for-img {
    margin: 0 -27px
  }

  [data-tmpslg="page-news.template"] .unlock-section .unlock-images img,
  [data-tmpslg="page-partners.template"] .unlock-section .unlock-images img {
    width: 100%
  }

  [data-tmpslg="page-news.template"] .unlock-section .unlock-text,
  [data-tmpslg="page-partners.template"] .unlock-section .unlock-text {
    padding-top: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  [data-tmpslg="page-news.template"] .unlock-section .unlock-text .unlock-img,
  [data-tmpslg="page-partners.template"] .unlock-section .unlock-text .unlock-img {
    width: 300px
  }

  [data-tmpslg="page-news.template"] .unlock-section .unlock-text ul,
  [data-tmpslg="page-partners.template"] .unlock-section .unlock-text ul {
    margin: 30px 0
  }

  [data-tmpslg="page-news.template"] .unlock-wrap,
  [data-tmpslg="page-partners.template"] .unlock-wrap {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    overflow: hidden
  }

  [data-tmpslg="page-news.template"] .partner-system-section .partner-system-wrap,
  [data-tmpslg="page-partners.template"] .partner-system-section .partner-system-wrap {
    margin-top: 40px
  }

  [data-tmpslg="page-news.template"] .partner-system-section .grid-col-6:first-child,
  [data-tmpslg="page-partners.template"] .partner-system-section .grid-col-6:first-child {
    text-align: center
  }

  [data-tmpslg="page-news.template"] .partner-system-section .partner-system-images,
  [data-tmpslg="page-partners.template"] .partner-system-section .partner-system-images {
    margin-bottom: 30px
  }

  [data-tmpslg="page-news.template"] .partner-system-section .partner-system-img,
  [data-tmpslg="page-partners.template"] .partner-system-section .partner-system-img {
    margin-right: 30px
  }

  [data-tmpslg="page-news.template"] .partner-system-section .partner-system-text,
  [data-tmpslg="page-partners.template"] .partner-system-section .partner-system-text {
    padding-left: 15px
  }

  [data-tmpslg="page-news.template"] .gamified-section .gamified-wrap,
  [data-tmpslg="page-partners.template"] .gamified-section .gamified-wrap {
    margin-top: 40px
  }

  [data-tmpslg="page-news.template"] .gamified-section .gamified-text,
  [data-tmpslg="page-partners.template"] .gamified-section .gamified-text {
    padding-top: 0;
    padding-left: 15px
  }

  [data-tmpslg="page-news.template"] .reward-section .reward-wrap .grid-col-6,
  [data-tmpslg="page-partners.template"] .reward-section .reward-wrap .grid-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  [data-tmpslg="page-news.template"] .reward-section .reward-item_left,
  [data-tmpslg="page-partners.template"] .reward-section .reward-item_left {
    padding-right: 0
  }

  [data-tmpslg="page-news.template"] .reward-section .reward-item_left .colored-list,
  [data-tmpslg="page-partners.template"] .reward-section .reward-item_left .colored-list {
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
  }

  [data-tmpslg="page-news.template"] .reward-section .reward-item_right,
  [data-tmpslg="page-partners.template"] .reward-section .reward-item_right {
    padding-left: 0
  }

  [data-tmpslg="page-news.template"] .reward-section .reward-item_right .colored-list,
  [data-tmpslg="page-partners.template"] .reward-section .reward-item_right .colored-list {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-news.template"] .vote-section .vote-wrap,
  [data-tmpslg="page-partners.template"] .vote-section .vote-wrap {
    margin-top: 40px
  }

  [data-tmpslg="page-news.template"] .vote-section .vote-images,
  [data-tmpslg="page-partners.template"] .vote-section .vote-images {
    margin-top: 0;
    padding-left: 15px;
    text-align: center
  }

  [data-tmpslg="page-news.template"] .vote-section .vote-img,
  [data-tmpslg="page-partners.template"] .vote-section .vote-img {
    margin-right: 0
  }

  [data-tmpslg="page-news.template"] .vote-section .grid-col-5,
  [data-tmpslg="page-partners.template"] .vote-section .grid-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666%;
    -ms-flex: 0 0 41.666%;
    flex: 0 0 41.666%;
    max-width: 41.666%
  }

  [data-tmpslg="page-news.template"] .vote-section .grid-col-7,
  [data-tmpslg="page-partners.template"] .vote-section .grid-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333%;
    -ms-flex: 0 0 58.333%;
    flex: 0 0 58.333%;
    max-width: 58.333%
  }

  [data-tmpslg="page-news.template"] .cashless-section .cashless-wrap,
  [data-tmpslg="page-partners.template"] .cashless-section .cashless-wrap {
    margin-top: 40px
  }

  [data-tmpslg="page-news.template"] .cashless-section .grid-col-6:first-child,
  [data-tmpslg="page-partners.template"] .cashless-section .grid-col-6:first-child {
    text-align: center
  }

  [data-tmpslg="page-news.template"] .cashless-section .cashless-images,
  [data-tmpslg="page-partners.template"] .cashless-section .cashless-images {
    margin-bottom: 30px
  }

  [data-tmpslg="page-news.template"] .cashless-section .cashless-img,
  [data-tmpslg="page-partners.template"] .cashless-section .cashless-img {
    margin-right: 30px
  }

  [data-tmpslg="page-news.template"] .cashless-section .cashless-text,
  [data-tmpslg="page-partners.template"] .cashless-section .cashless-text {
    padding-left: 15px
  }

  [data-tmpslg="page-news.template"] .digital-grid,
  [data-tmpslg="page-partners.template"] .digital-grid {
    margin: 0 -10px
  }

  [data-tmpslg="page-news.template"] .digital-item,
  [data-tmpslg="page-partners.template"] .digital-item {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 10px;
    padding: 40px 30px 30px 30px
  }

  [data-tmpslg="page-news.template"] .digital-item .digital-icon,
  [data-tmpslg="page-partners.template"] .digital-item .digital-icon {
    margin-bottom: 20px
  }

  [data-tmpslg="page-news.template"] .revenue-sources-list,
  [data-tmpslg="page-partners.template"] .revenue-sources-list {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    margin: 50px auto 0
  }

  [data-tmpslg="page-news.template"] .revenue-forecast-grid,
  [data-tmpslg="page-partners.template"] .revenue-forecast-grid {
    margin: 50px -10px 40px
  }

  [data-tmpslg="page-news.template"] .revenue-forecast-item,
  [data-tmpslg="page-partners.template"] .revenue-forecast-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px
  }

  [data-tmpslg="page-news.template"] .posts-grid,
  [data-tmpslg="page-partners.template"] .posts-grid {
    grid-gap: 20px;
    margin: 30px 0
  }

  [data-tmpslg="page-news.template"] .posts-grid .post-descr,
  [data-tmpslg="page-partners.template"] .posts-grid .post-descr {
    padding: 10px 20px 20px
  }

  [data-tmpslg="page-news.template"] .posts-grid .post-body,
  [data-tmpslg="page-partners.template"] .posts-grid .post-body {
    margin: 20px 0
  }
}

@media only screen and (max-width:767px) {

  [data-tmpslg="page-news.template"] .container,
  [data-tmpslg="page-partners.template"] .container {
    padding: 0 16px
  }

  [data-tmpslg="page-news.template"] .section-title,
  [data-tmpslg="page-partners.template"] .section-title {
    margin: 15px 0;
    font-size: 24px;
    line-height: 33px
  }

  [data-tmpslg="page-news.template"] .colored-list,
  [data-tmpslg="page-partners.template"] .colored-list {
    text-align: center
  }

  [data-tmpslg="page-news.template"] .popup-header,
  [data-tmpslg="page-partners.template"] .popup-header {
    padding: 15px 45px 0 15px
  }

  [data-tmpslg="page-news.template"] .popup-header .popup-title,
  [data-tmpslg="page-partners.template"] .popup-header .popup-title {
    margin: 0
  }

  [data-tmpslg="page-news.template"] .popup-header .popup-close,
  [data-tmpslg="page-partners.template"] .popup-header .popup-close {
    top: 20px;
    right: 10px;
    background-size: 15px
  }

  [data-tmpslg="page-news.template"] .popup-body,
  [data-tmpslg="page-partners.template"] .popup-body {
    max-height: 100%;
    padding: 15px 0 15px 15px
  }

  [data-tmpslg="page-news.template"] .popup-body .mCSB_inside > .mCSB_container,
  [data-tmpslg="page-partners.template"] .popup-body .mCSB_inside > .mCSB_container {
    margin-right: 15px
  }

  [data-tmpslg="page-news.template"] .popup-body .mCSB_scrollTools,
  [data-tmpslg="page-partners.template"] .popup-body .mCSB_scrollTools {
    margin-right: -5px
  }

  [data-tmpslg="page-news.template"] .popup-body .col-6,
  [data-tmpslg="page-partners.template"] .popup-body .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  [data-tmpslg="page-news.template"] .form-group_checkbox,
  [data-tmpslg="page-partners.template"] .form-group_checkbox {
    text-align: left
  }

  [data-tmpslg="page-news.template"] .hero-title,
  [data-tmpslg="page-partners.template"] .hero-title {
    font-size: 30px;
    line-height: 50px
  }

  [data-tmpslg="page-news.template"] .hero-subtitle,
  [data-tmpslg="page-partners.template"] .hero-subtitle {
    font-size: 14px;
    line-height: 22px
  }

  [data-tmpslg="page-news.template"] .about-left,
  [data-tmpslg="page-partners.template"] .about-left {
    font-size: 14px
  }

  [data-tmpslg="page-news.template"] .about-left .btn,
  [data-tmpslg="page-partners.template"] .about-left .btn {
    display: none
  }

  [data-tmpslg="page-news.template"] .about-list .about-item,
  [data-tmpslg="page-partners.template"] .about-list .about-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  [data-tmpslg="page-news.template"] .about-list .about-item:nth-child(2),
  [data-tmpslg="page-partners.template"] .about-list .about-item:nth-child(2) {
    margin-right: 0
  }

  [data-tmpslg="page-news.template"] .challenges-item,
  [data-tmpslg="page-partners.template"] .challenges-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 10px
  }

  [data-tmpslg="page-news.template"] .secret-list,
  [data-tmpslg="page-partners.template"] .secret-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    overflow: hidden
  }

  [data-tmpslg="page-news.template"] .secret-list .slick-track,
  [data-tmpslg="page-partners.template"] .secret-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  [data-tmpslg="page-news.template"] .secret-list .secret-item,
  [data-tmpslg="page-partners.template"] .secret-list .secret-item {
    width: 100%;
    margin: 0 15px
  }

  [data-tmpslg="page-news.template"] .secret-list .secret-header,
  [data-tmpslg="page-partners.template"] .secret-list .secret-header {
    padding: 20px 0
  }

  [data-tmpslg="page-news.template"] .secret-list .secret-header:after,
  [data-tmpslg="page-partners.template"] .secret-list .secret-header:after {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px)
  }

  [data-tmpslg="page-news.template"] .secret-list .secret-body,
  [data-tmpslg="page-partners.template"] .secret-list .secret-body {
    padding: 20px 0
  }

  [data-tmpslg="page-news.template"] .selling-grid,
  [data-tmpslg="page-partners.template"] .selling-grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    overflow: hidden
  }

  [data-tmpslg="page-news.template"] .selling-grid .slick-track,
  [data-tmpslg="page-partners.template"] .selling-grid .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  [data-tmpslg="page-news.template"] .selling-grid .selling-item,
  [data-tmpslg="page-partners.template"] .selling-grid .selling-item {
    width: 100%;
    margin: 25px 15px
  }

  [data-tmpslg="page-news.template"] .slick-dots,
  [data-tmpslg="page-partners.template"] .slick-dots {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  [data-tmpslg="page-news.template"] .slick-dots li button,
  [data-tmpslg="page-partners.template"] .slick-dots li button {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 4px;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 50%;
    text-indent: -9999px
  }

  [data-tmpslg="page-news.template"] .slick-dots li button:after,
  [data-tmpslg="page-partners.template"] .slick-dots li button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    border: 1px solid #3484f0;
    border-radius: 50%;
    background-color: transparent
  }

  [data-tmpslg="page-news.template"] .slick-dots .slick-active button,
  [data-tmpslg="page-partners.template"] .slick-dots .slick-active button {
    border-color: #3484f0
  }

  [data-tmpslg="page-news.template"] .slick-dots .slick-active button:after,
  [data-tmpslg="page-partners.template"] .slick-dots .slick-active button:after {
    background-color: #3484f0
  }

  [data-tmpslg="page-news.template"] .partners-grid,
  [data-tmpslg="page-partners.template"] .partners-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px
  }

  [data-tmpslg="page-news.template"] .partners-grid .partners-item,
  [data-tmpslg="page-partners.template"] .partners-grid .partners-item {
    width: -webkit-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
    margin: 5px
  }

  [data-tmpslg="page-news.template"] .news-list,
  [data-tmpslg="page-partners.template"] .news-list {
    grid-gap: 15px;
    margin: 40px auto;
    grid-template-columns: 1fr;
    max-width: 500px
  }

  [data-tmpslg="page-news.template"] .contact-wrap,
  [data-tmpslg="page-partners.template"] .contact-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  [data-tmpslg="page-news.template"] .contact-left,
  [data-tmpslg="page-news.template"] .contact-right,
  [data-tmpslg="page-partners.template"] .contact-left,
  [data-tmpslg="page-partners.template"] .contact-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  [data-tmpslg="page-news.template"] .contact-left .section-title,
  [data-tmpslg="page-partners.template"] .contact-left .section-title {
    margin-top: 0
  }

  [data-tmpslg="page-news.template"] .contact-form,
  [data-tmpslg="page-partners.template"] .contact-form {
    max-width: none
  }

  [data-tmpslg="page-news.template"] .footer-top .footer-logo,
  [data-tmpslg="page-partners.template"] .footer-top .footer-logo {
    padding: 0 20px
  }

  [data-tmpslg="page-news.template"] .footer-top .footer-info,
  [data-tmpslg="page-partners.template"] .footer-top .footer-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 59%;
    -ms-flex: 0 0 59%;
    flex: 0 0 59%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  [data-tmpslg="page-news.template"] .footer-top .footer-menu,
  [data-tmpslg="page-partners.template"] .footer-top .footer-menu {
    display: none
  }

  [data-tmpslg="page-news.template"] .footer-bottom,
  [data-tmpslg="page-partners.template"] .footer-bottom {
    padding: 25px 0
  }

  [data-tmpslg="page-news.template"] .footer-bottom .social-list .social-item:not(:last-child),
  [data-tmpslg="page-partners.template"] .footer-bottom .social-list .social-item:not(:last-child) {
    margin-right: 20px
  }

  [data-tmpslg="page-news.template"] .wins-section,
  [data-tmpslg="page-partners.template"] .wins-section {
    padding: 15px 0
  }

  [data-tmpslg="page-news.template"] .wins-grid,
  [data-tmpslg="page-partners.template"] .wins-grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 27px 0 20px;
    line-height: 21px
  }

  [data-tmpslg="page-news.template"] .wins-grid span,
  [data-tmpslg="page-partners.template"] .wins-grid span {
    margin: 4px 0
  }

  [data-tmpslg="page-news.template"] .wins-grid .lg,
  [data-tmpslg="page-partners.template"] .wins-grid .lg {
    font-size: 20px
  }

  [data-tmpslg="page-news.template"] .wins-item,
  [data-tmpslg="page-partners.template"] .wins-item {
    padding-left: 0
  }

  [data-tmpslg="page-news.template"] .members-section .members-img,
  [data-tmpslg="page-partners.template"] .members-section .members-img {
    display: none
  }

  [data-tmpslg="page-news.template"] .members-section .slick-dots,
  [data-tmpslg="page-partners.template"] .members-section .slick-dots {
    margin: 10px 0
  }

  [data-tmpslg="page-news.template"] .members-wrap,
  [data-tmpslg="page-partners.template"] .members-wrap {
    margin: 34px 0
  }

  [data-tmpslg="page-news.template"] .members-title,
  [data-tmpslg="page-partners.template"] .members-title {
    margin-bottom: 0
  }

  [data-tmpslg="page-news.template"] .members-list,
  [data-tmpslg="page-partners.template"] .members-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    overflow: hidden
  }

  [data-tmpslg="page-news.template"] .members-list .slick-track,
  [data-tmpslg="page-partners.template"] .members-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  [data-tmpslg="page-news.template"] .members-list .member,
  [data-tmpslg="page-partners.template"] .members-list .member {
    width: auto;
    margin: 25px 15px
  }

  [data-tmpslg="page-news.template"] .member .member-descr,
  [data-tmpslg="page-partners.template"] .member .member-descr {
    position: static
  }

  [data-tmpslg="page-news.template"] .member .tooltip .tooltip-body,
  [data-tmpslg="page-partners.template"] .member .tooltip .tooltip-body {
    left: 0 !important;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    padding: 0
  }

  [data-tmpslg="page-news.template"] .member .tooltip .tooltip-body .tooltip-body-inner,
  [data-tmpslg="page-partners.template"] .member .tooltip .tooltip-body .tooltip-body-inner {
    width: 100%;
    max-height: 100%;
    padding: 20px 10px 20px 20px
  }

  [data-tmpslg="page-news.template"] .member .tooltip .tooltip-body-inner:before,
  [data-tmpslg="page-partners.template"] .member .tooltip .tooltip-body-inner:before {
    display: none
  }

  [data-tmpslg="page-news.template"] .roadmap-section,
  [data-tmpslg="page-partners.template"] .roadmap-section {
    padding: 9px 0
  }

  [data-tmpslg="page-news.template"] .roadmap-grid,
  [data-tmpslg="page-partners.template"] .roadmap-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 13px 0
  }

  [data-tmpslg="page-news.template"] .roadmap-item,
  [data-tmpslg="page-partners.template"] .roadmap-item {
    position: relative;
    padding-left: 15px
  }

  [data-tmpslg="page-news.template"] .roadmap-header,
  [data-tmpslg="page-partners.template"] .roadmap-header {
    position: static;
    padding: 15px 0 0;
    text-align: left
  }

  [data-tmpslg="page-news.template"] .roadmap-header:before,
  [data-tmpslg="page-partners.template"] .roadmap-header:before {
    left: 0;
    bottom: auto;
    top: 21px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }

  [data-tmpslg="page-news.template"] .roadmap-header:after,
  [data-tmpslg="page-partners.template"] .roadmap-header:after {
    top: 21px;
    bottom: auto;
    left: 0;
    width: 1px;
    height: 100%;
    background-image: -o-repeating-linear-gradient(top, transparent, transparent 2px, #8abcff 2px, #8abcff 4px);
    background-image: repeating-linear-gradient(to bottom, transparent, transparent 2px, #8abcff 2px, #8abcff 4px)
  }

  [data-tmpslg="page-news.template"] .roadmap-year,
  [data-tmpslg="page-partners.template"] .roadmap-year {
    margin-bottom: 5px
  }

  [data-tmpslg="page-news.template"] .roadmap-body,
  [data-tmpslg="page-partners.template"] .roadmap-body {
    padding: 8px 0
  }

  [data-tmpslg="page-news.template"] .roadmap-card,
  [data-tmpslg="page-partners.template"] .roadmap-card {
    margin-bottom: 18px;
    padding: 28px 15px 24
  }

  [data-tmpslg="page-news.template"] .roadmap-card .custom-list > li,
  [data-tmpslg="page-partners.template"] .roadmap-card .custom-list > li {
    margin-bottom: 14px;
    padding-left: 25px;
    font-size: 14px;
    line-height: 21px
  }

  [data-tmpslg="page-news.template"] .roadmap-card .custom-list > li:last-child,
  [data-tmpslg="page-partners.template"] .roadmap-card .custom-list > li:last-child {
    margin-bottom: 0
  }

  [data-tmpslg="page-news.template"] .advisory-section,
  [data-tmpslg="page-partners.template"] .advisory-section {
    padding: 17px 0 59px
  }

  [data-tmpslg="page-news.template"] .advisory-grid,
  [data-tmpslg="page-partners.template"] .advisory-grid {
    grid-template-columns: 1fr;
    margin: 50px 0 25PX
  }

  [data-tmpslg="page-news.template"] .advisory-item,
  [data-tmpslg="page-partners.template"] .advisory-item {
    padding: 16px 23px 23px 23px
  }

  [data-tmpslg="page-news.template"] .advisory-item .advisory-list > li,
  [data-tmpslg="page-partners.template"] .advisory-item .advisory-list > li {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 20px
  }

  [data-tmpslg="page-news.template"] .advisory-title,
  [data-tmpslg="page-partners.template"] .advisory-title {
    margin: 10px 0 23px;
    font-size: 20px;
    line-height: 27px
  }

  [data-tmpslg="page-news.template"] .btn-cons,
  [data-tmpslg="page-partners.template"] .btn-cons {
    margin: 15px 0;
    padding: 25px 10px 26px;
    font-size: 14px;
    line-height: 19px
  }

  [data-tmpslg="page-news.template"] .technologies-section,
  [data-tmpslg="page-partners.template"] .technologies-section {
    padding: 55px 0 0
  }

  [data-tmpslg="page-news.template"] .technology-grid,
  [data-tmpslg="page-partners.template"] .technology-grid {
    grid-template-columns: 1fr
  }

  [data-tmpslg="page-news.template"] .technology-title,
  [data-tmpslg="page-partners.template"] .technology-title {
    font-size: 18px;
    line-height: 25px
  }

  [data-tmpslg="page-news.template"] .unlock-section .unlock-images p,
  [data-tmpslg="page-partners.template"] .unlock-section .unlock-images p {
    display: none
  }

  [data-tmpslg="page-news.template"] .partner-system-section .partner-system-images,
  [data-tmpslg="page-partners.template"] .partner-system-section .partner-system-images {
    position: relative
  }

  [data-tmpslg="page-news.template"] .partner-system-section .colored-list,
  [data-tmpslg="page-partners.template"] .partner-system-section .colored-list {
    min-width: 300px;
    top: 50%;
    bottom: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-news.template"] .gamified-section .gamified-img,
  [data-tmpslg="page-partners.template"] .gamified-section .gamified-img {
    margin-right: 0
  }

  [data-tmpslg="page-news.template"] .gamified-section .gamified-img .colored-list,
  [data-tmpslg="page-partners.template"] .gamified-section .gamified-img .colored-list {
    min-width: 300px;
    top: 50%;
    bottom: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-news.template"] .reward-section .reward-wrap .grid-col-6,
  [data-tmpslg="page-partners.template"] .reward-section .reward-wrap .grid-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-news.template"] .reward-section .reward-item_left,
  [data-tmpslg="page-partners.template"] .reward-section .reward-item_left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  [data-tmpslg="page-news.template"] .reward-section .reward-item_left .colored-list,
  [data-tmpslg="page-partners.template"] .reward-section .reward-item_left .colored-list {
    min-width: 300px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-news.template"] .reward-section .reward-item_right,
  [data-tmpslg="page-partners.template"] .reward-section .reward-item_right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  [data-tmpslg="page-news.template"] .reward-section .reward-item_right .colored-list,
  [data-tmpslg="page-partners.template"] .reward-section .reward-item_right .colored-list {
    min-width: 300px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-news.template"] .vote-section,
  [data-tmpslg="page-partners.template"] .vote-section {
    background: 0 0
  }

  [data-tmpslg="page-news.template"] .vote-section .grid-col-5,
  [data-tmpslg="page-partners.template"] .vote-section .grid-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-news.template"] .vote-section .grid-col-7,
  [data-tmpslg="page-partners.template"] .vote-section .grid-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  [data-tmpslg="page-news.template"] .vote-section .vote-img .colored-list,
  [data-tmpslg="page-partners.template"] .vote-section .vote-img .colored-list {
    min-width: 300px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-news.template"] .cashless-section,
  [data-tmpslg="page-partners.template"] .cashless-section {
    overflow-x: hidden
  }

  [data-tmpslg="page-news.template"] .cashless-section .colored-list,
  [data-tmpslg="page-partners.template"] .cashless-section .colored-list {
    min-width: 300px;
    top: 50%;
    bottom: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  [data-tmpslg="page-news.template"] .digital-list,
  [data-tmpslg="page-partners.template"] .digital-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px
  }

  [data-tmpslg="page-news.template"] .digital-list .digital-list-item,
  [data-tmpslg="page-partners.template"] .digital-list .digital-list-item {
    font-size: 14px
  }

  [data-tmpslg="page-news.template"] .digital-list .digital-list-item:before,
  [data-tmpslg="page-partners.template"] .digital-list .digital-list-item:before {
    font-size: 50px
  }

  [data-tmpslg="page-news.template"] .club-advantages-list,
  [data-tmpslg="page-partners.template"] .club-advantages-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    margin: 0 -15px;
    overflow: hidden
  }

  [data-tmpslg="page-news.template"] .club-advantages-list .slick-track,
  [data-tmpslg="page-partners.template"] .club-advantages-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  [data-tmpslg="page-news.template"] .club-advantages-list .club-advantages-item,
  [data-tmpslg="page-partners.template"] .club-advantages-list .club-advantages-item {
    width: 100%;
    margin: 25px 15px
  }

  [data-tmpslg="page-news.template"] .revenue-forecast-grid,
  [data-tmpslg="page-partners.template"] .revenue-forecast-grid {
    max-width: 500px;
    margin: 50px auto 40px
  }

  [data-tmpslg="page-news.template"] .revenue-forecast-item,
  [data-tmpslg="page-partners.template"] .revenue-forecast-item {
    width: 100%;
    margin: 0 0 20px 0
  }

  [data-tmpslg="page-news.template"] .posts-grid,
  [data-tmpslg="page-partners.template"] .posts-grid {
    grid-gap: 15px;
    margin: 40px auto;
    grid-template-columns: 1fr;
    max-width: 500px
  }

  [data-tmpslg="page-news.template"] .post,
  [data-tmpslg="page-partners.template"] .post {
    font-size: 14px
  }

  [data-tmpslg="page-news.template"] .post p,
  [data-tmpslg="page-partners.template"] .post p {
    margin: 15px 0
  }

  [data-tmpslg="page-news.template"] .post .embeded,
  [data-tmpslg="page-partners.template"] .post .embeded {
    margin: 20px 0 20px;
    padding: 0 0 0 20px;
    font-size: 16px
  }

  [data-tmpslg="page-news.template"] .post blockquote,
  [data-tmpslg="page-partners.template"] .post blockquote {
    margin: 25px 0 20px;
    padding: 15px 20px 15px 20px;
    font-size: 16px
  }
}

@media only screen and (max-width:575px) {

  [data-tmpslg="page-news.template"] body,
  [data-tmpslg="page-partners.template"] body {
    font-size: 14px;
    line-height: 2
  }

  [data-tmpslg="page-news.template"] .custom-list > li,
  [data-tmpslg="page-partners.template"] .custom-list > li {
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 22px
  }

  [data-tmpslg="page-news.template"] .custom-list > li:before,
  [data-tmpslg="page-partners.template"] .custom-list > li:before {
    left: -3px;
    top: 3px;
    width: 14px;
    height: 14px
  }

  [data-tmpslg="page-news.template"] .header,
  [data-tmpslg="page-partners.template"] .header {
    padding: 27px 0
  }

  [data-tmpslg="page-news.template"] .header-logo,
  [data-tmpslg="page-partners.template"] .header-logo {
    max-width: 150px
  }

  [data-tmpslg="page-news.template"] .hero-section,
  [data-tmpslg="page-partners.template"] .hero-section {
    padding: 122px 0 50px
  }

  [data-tmpslg="page-news.template"] .hero-inner,
  [data-tmpslg="page-partners.template"] .hero-inner {
    padding-right: 40px
  }

  [data-tmpslg="page-news.template"] .hero-subtitle,
  [data-tmpslg="page-partners.template"] .hero-subtitle {
    margin: 17px 0 20px
  }

  [data-tmpslg="page-news.template"] .hero-action,
  [data-tmpslg="page-partners.template"] .hero-action {
    margin-top: 60px
  }

  [data-tmpslg="page-news.template"] .about-section,
  [data-tmpslg="page-partners.template"] .about-section {
    padding: 17px 0
  }

  [data-tmpslg="page-news.template"] .about-left,
  [data-tmpslg="page-partners.template"] .about-left {
    margin-bottom: 53px
  }

  [data-tmpslg="page-news.template"] .about-list .about-item,
  [data-tmpslg="page-partners.template"] .about-list .about-item {
    margin-bottom: 58px;
    font-size: 14px;
    line-height: 21px
  }

  [data-tmpslg="page-news.template"] .about-list .about-item:last-child,
  [data-tmpslg="page-news.template"] .about-list .about-item:nth-last-child(2),
  [data-tmpslg="page-partners.template"] .about-list .about-item:last-child,
  [data-tmpslg="page-partners.template"] .about-list .about-item:nth-last-child(2) {
    margin-bottom: 0
  }

  [data-tmpslg="page-news.template"] .about-list .about-item .lg,
  [data-tmpslg="page-partners.template"] .about-list .about-item .lg {
    font-size: 18px;
    line-height: 30px
  }

  [data-tmpslg="page-news.template"] .challenges-section,
  [data-tmpslg="page-partners.template"] .challenges-section {
    padding: 35px 0
  }

  [data-tmpslg="page-news.template"] .challenges-section .challenges-img,
  [data-tmpslg="page-partners.template"] .challenges-section .challenges-img {
    display: none
  }

  [data-tmpslg="page-news.template"] .challenges-item,
  [data-tmpslg="page-partners.template"] .challenges-item {
    width: 100%;
    margin: 15px 0;
    padding: 20px 20px 20px 23px;
    font-size: 14px
  }

  [data-tmpslg="page-news.template"] .challenges-item .challenges-icon,
  [data-tmpslg="page-partners.template"] .challenges-item .challenges-icon {
    margin-bottom: 32px
  }

  [data-tmpslg="page-news.template"] .challenges-item .challenges-title,
  [data-tmpslg="page-partners.template"] .challenges-item .challenges-title {
    margin: 7px 0;
    font-size: 18px;
    line-height: 25px
  }

  [data-tmpslg="page-news.template"] .challenges-item .challenges-subtitle,
  [data-tmpslg="page-partners.template"] .challenges-item .challenges-subtitle {
    margin: 7px 0
  }

  [data-tmpslg="page-news.template"] .opportunity-section,
  [data-tmpslg="page-partners.template"] .opportunity-section {
    padding: 20px 0
  }

  [data-tmpslg="page-news.template"] .opportunity-wrap,
  [data-tmpslg="page-partners.template"] .opportunity-wrap {
    margin-top: 20px
  }

  [data-tmpslg="page-news.template"] .opportunity-list,
  [data-tmpslg="page-partners.template"] .opportunity-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  [data-tmpslg="page-news.template"] .opportunity-item,
  [data-tmpslg="page-partners.template"] .opportunity-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 21px
  }

  [data-tmpslg="page-news.template"] .opportunity-title,
  [data-tmpslg="page-partners.template"] .opportunity-title {
    margin: 9px 0 9px;
    font-size: 20px;
    line-height: 28px
  }

  [data-tmpslg="page-news.template"] .opportunity-img,
  [data-tmpslg="page-partners.template"] .opportunity-img {
    margin-bottom: 10px
  }

  [data-tmpslg="page-news.template"] .opportunity-list_sm .opportunity-title,
  [data-tmpslg="page-partners.template"] .opportunity-list_sm .opportunity-title {
    margin: 10px 0;
    font-size: 16px;
    line-height: 22px
  }

  [data-tmpslg="page-news.template"] .opportunity-list_sm .opportunity-item,
  [data-tmpslg="page-partners.template"] .opportunity-list_sm .opportunity-item {
    padding: 0;
    font-size: 12px;
    line-height: 18px
  }

  [data-tmpslg="page-news.template"] .features-section,
  [data-tmpslg="page-partners.template"] .features-section {
    padding: 15px 0
  }

  [data-tmpslg="page-news.template"] .features-title,
  [data-tmpslg="page-partners.template"] .features-title {
    margin: 20px 0;
    text-transform: none
  }

  [data-tmpslg="page-news.template"] .features-list .features-item,
  [data-tmpslg="page-partners.template"] .features-list .features-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  [data-tmpslg="page-news.template"] .secret-img,
  [data-tmpslg="page-partners.template"] .secret-img {
    width: 70%;
    margin: 18px auto
  }

  [data-tmpslg="page-news.template"] .selling-grid,
  [data-tmpslg="page-partners.template"] .selling-grid {
    margin: 40px -15px
  }

  [data-tmpslg="page-news.template"] .selling-item,
  [data-tmpslg="page-partners.template"] .selling-item {
    padding-top: 34px
  }

  [data-tmpslg="page-news.template"] .selling-item:before,
  [data-tmpslg="page-partners.template"] .selling-item:before {
    font-size: 44px;
    line-height: 60px
  }

  [data-tmpslg="page-news.template"] .selling-title,
  [data-tmpslg="page-partners.template"] .selling-title {
    font-size: 18px;
    line-height: 25px
  }

  [data-tmpslg="page-news.template"] .selling-list,
  [data-tmpslg="page-partners.template"] .selling-list {
    margin: 15px 0
  }

  [data-tmpslg="page-news.template"] .partners-section,
  [data-tmpslg="page-partners.template"] .partners-section {
    padding: 2px 0
  }

  [data-tmpslg="page-news.template"] .partners-grid,
  [data-tmpslg="page-partners.template"] .partners-grid {
    margin: 25px -10px
  }

  [data-tmpslg="page-news.template"] .partners-grid .partners-item,
  [data-tmpslg="page-partners.template"] .partners-grid .partners-item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px)
  }

  [data-tmpslg="page-news.template"] .news-section,
  [data-tmpslg="page-partners.template"] .news-section {
    padding: 10px 0
  }

  [data-tmpslg="page-news.template"] .news-list,
  [data-tmpslg="page-partners.template"] .news-list {
    margin: 30px auto;
    grid-gap: 14px
  }

  [data-tmpslg="page-news.template"] .news-item,
  [data-tmpslg="page-partners.template"] .news-item {
    font-size: 14px
  }

  [data-tmpslg="page-news.template"] .news-descr,
  [data-tmpslg="page-partners.template"] .news-descr {
    padding: 10px 20px 35px 20px
  }

  [data-tmpslg="page-news.template"] .news-title,
  [data-tmpslg="page-partners.template"] .news-title {
    margin: 5px 0 13px;
    font-size: 18px;
    line-height: 25px
  }

  [data-tmpslg="page-news.template"] .news-text,
  [data-tmpslg="page-partners.template"] .news-text {
    margin-bottom: 17px
  }

  [data-tmpslg="page-news.template"] .news-actions,
  [data-tmpslg="page-partners.template"] .news-actions {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  [data-tmpslg="page-news.template"] .contact-section,
  [data-tmpslg="page-partners.template"] .contact-section {
    padding: 30px 0 24px
  }

  [data-tmpslg="page-news.template"] .contact-left .section-title,
  [data-tmpslg="page-partners.template"] .contact-left .section-title {
    margin-bottom: 8px
  }

  [data-tmpslg="page-news.template"] .contact-right,
  [data-tmpslg="page-partners.template"] .contact-right {
    padding-top: 28px
  }

  [data-tmpslg="page-news.template"] .contact-form .col-6,
  [data-tmpslg="page-partners.template"] .contact-form .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  [data-tmpslg="page-news.template"] .contact-form .btn,
  [data-tmpslg="page-partners.template"] .contact-form .btn {
    width: 100%
  }

  [data-tmpslg="page-news.template"] .footer-top,
  [data-tmpslg="page-partners.template"] .footer-top {
    padding: 28px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  [data-tmpslg="page-news.template"] .footer-top .footer-logo,
  [data-tmpslg="page-partners.template"] .footer-top .footer-logo {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 150px
  }

  [data-tmpslg="page-news.template"] .footer-top .footer-info,
  [data-tmpslg="page-partners.template"] .footer-top .footer-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  [data-tmpslg="page-news.template"] .footer-bottom,
  [data-tmpslg="page-partners.template"] .footer-bottom {
    padding: 15px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-top: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  [data-tmpslg="page-news.template"] .footer-bottom .footer-social,
  [data-tmpslg="page-partners.template"] .footer-bottom .footer-social {
    margin-bottom: 37px
  }

  [data-tmpslg="page-news.template"] .footer-bottom .social-list .social-item:not(:last-child),
  [data-tmpslg="page-partners.template"] .footer-bottom .social-list .social-item:not(:last-child) {
    margin-right: 35px
  }

  [data-tmpslg="page-news.template"] .footer-bottom .footer-copy,
  [data-tmpslg="page-partners.template"] .footer-bottom .footer-copy {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 21px 0
  }

  [data-tmpslg="page-news.template"] .unlock-section .unlock-wrap,
  [data-tmpslg="page-partners.template"] .unlock-section .unlock-wrap {
    margin-top: 30px
  }

  [data-tmpslg="page-news.template"] .unlock-section .unlock-text,
  [data-tmpslg="page-partners.template"] .unlock-section .unlock-text {
    position: relative;
    min-height: 400px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 150px
  }

  [data-tmpslg="page-news.template"] .unlock-section .unlock-text .unlock-img,
  [data-tmpslg="page-partners.template"] .unlock-section .unlock-text .unlock-img {
    width: 200px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 100%;
    -webkit-transform: translateX(130px);
    -ms-transform: translateX(130px);
    transform: translateX(130px);
    text-align: right;
    margin-right: 0
  }

  [data-tmpslg="page-news.template"] .unlock-section .unlock-images .for-img,
  [data-tmpslg="page-partners.template"] .unlock-section .unlock-images .for-img {
    margin: 0 -15px
  }

  [data-tmpslg="page-news.template"] .partner-system-section,
  [data-tmpslg="page-partners.template"] .partner-system-section {
    overflow: hidden
  }

  [data-tmpslg="page-news.template"] .partner-system-section .partner-system-images,
  [data-tmpslg="page-partners.template"] .partner-system-section .partner-system-images {
    position: relative;
    min-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  [data-tmpslg="page-news.template"] .partner-system-section .partner-system-images .partner-system-img,
  [data-tmpslg="page-partners.template"] .partner-system-section .partner-system-images .partner-system-img {
    width: 200px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 100%;
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
    margin-right: 0;
    text-align: right
  }

  [data-tmpslg="page-news.template"] .partner-system-section .partner-system-images .partner-system-img:nth-child(2),
  [data-tmpslg="page-partners.template"] .partner-system-section .partner-system-images .partner-system-img:nth-child(2) {
    right: auto;
    left: 100%;
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
    text-align: left
  }

  [data-tmpslg="page-news.template"] .partner-system-section .partner-system-images .colored-list-wrap .colored-list,
  [data-tmpslg="page-partners.template"] .partner-system-section .partner-system-images .colored-list-wrap .colored-list {
    position: static;
    min-width: inherit;
    width: 100%;
    max-width: 290px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  [data-tmpslg="page-news.template"] .gamified-section,
  [data-tmpslg="page-partners.template"] .gamified-section {
    overflow: hidden
  }

  [data-tmpslg="page-news.template"] .gamified-section .gamified-img,
  [data-tmpslg="page-partners.template"] .gamified-section .gamified-img {
    position: relative;
    min-height: 500px;
    margin-top: -30px
  }

  [data-tmpslg="page-news.template"] .gamified-section .gamified-img img,
  [data-tmpslg="page-partners.template"] .gamified-section .gamified-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none
  }

  [data-tmpslg="page-news.template"] .loyalty-section .loyalty-img_desktop,
  [data-tmpslg="page-partners.template"] .loyalty-section .loyalty-img_desktop {
    display: none
  }

  [data-tmpslg="page-news.template"] .loyalty-section .loyalty-img_mobile,
  [data-tmpslg="page-partners.template"] .loyalty-section .loyalty-img_mobile {
    display: block;
    max-width: 260px;
    margin: 0 auto
  }

  [data-tmpslg="page-news.template"] .cashless-section .cashless-images,
  [data-tmpslg="page-partners.template"] .cashless-section .cashless-images {
    position: relative;
    min-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
  }

  [data-tmpslg="page-news.template"] .cashless-section .cashless-images .cashless-img,
  [data-tmpslg="page-partners.template"] .cashless-section .cashless-images .cashless-img {
    width: 200px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 100%;
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
    margin-right: 0;
    text-align: right
  }

  [data-tmpslg="page-news.template"] .cashless-section .cashless-images .cashless-img:nth-child(2),
  [data-tmpslg="page-partners.template"] .cashless-section .cashless-images .cashless-img:nth-child(2) {
    right: auto;
    left: 100%;
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
    text-align: left
  }

  [data-tmpslg="page-news.template"] .cashless-section .cashless-images .colored-list-wrap .colored-list,
  [data-tmpslg="page-partners.template"] .cashless-section .cashless-images .colored-list-wrap .colored-list {
    position: static;
    min-width: inherit;
    width: 100%;
    max-width: 290px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  [data-tmpslg="page-news.template"] .digital-list,
  [data-tmpslg="page-partners.template"] .digital-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px
  }

  [data-tmpslg="page-news.template"] .digital-item,
  [data-tmpslg="page-partners.template"] .digital-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    padding: 25px 25px 25px 25px;
    font-size: 14px;
    line-height: 19px
  }

  [data-tmpslg="page-news.template"] .digital-item .digital-icon,
  [data-tmpslg="page-partners.template"] .digital-item .digital-icon {
    height: 40px;
    margin-bottom: 15px
  }

  [data-tmpslg="page-news.template"] .consumption-img,
  [data-tmpslg="page-partners.template"] .consumption-img {
    margin-top: 30px
  }

  [data-tmpslg="page-news.template"] .consumption-img .consumption-img_desktop,
  [data-tmpslg="page-partners.template"] .consumption-img .consumption-img_desktop {
    display: none
  }

  [data-tmpslg="page-news.template"] .consumption-img .consumption-img_mobile,
  [data-tmpslg="page-partners.template"] .consumption-img .consumption-img_mobile {
    display: block;
    max-width: 290px;
    margin: 0 auto
  }

  [data-tmpslg="page-news.template"] .revenue-sources-list,
  [data-tmpslg="page-partners.template"] .revenue-sources-list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px
  }

  [data-tmpslg="page-news.template"] .revenue-sources-item,
  [data-tmpslg="page-partners.template"] .revenue-sources-item {
    font-size: 14px;
    line-height: 23px
  }

  [data-tmpslg="page-news.template"] .revenue-sources-item:before,
  [data-tmpslg="page-partners.template"] .revenue-sources-item:before {
    font-size: 30px;
    line-height: 41px
  }

  [data-tmpslg="page-news.template"] .revenue-sources-title,
  [data-tmpslg="page-partners.template"] .revenue-sources-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 27px
  }

  [data-tmpslg="page-news.template"] .revenue-forecast-section,
  [data-tmpslg="page-partners.template"] .revenue-forecast-section {
    background: 0 0
  }

  [data-tmpslg="page-news.template"] .revenue-forecast-title,
  [data-tmpslg="page-partners.template"] .revenue-forecast-title {
    font-size: 20px;
    line-height: 26px
  }

  [data-tmpslg="page-news.template"] .revenue-forecast-item .custom-list > li,
  [data-tmpslg="page-partners.template"] .revenue-forecast-item .custom-list > li {
    font-size: 14px
  }

  [data-tmpslg="page-news.template"] .posts-grid .post-img:before,
  [data-tmpslg="page-partners.template"] .posts-grid .post-img:before {
    padding-top: 100%
  }

  [data-tmpslg="page-news.template"] .posts-grid .post-descr,
  [data-tmpslg="page-partners.template"] .posts-grid .post-descr {
    padding: 10px 15px 20px
  }

  [data-tmpslg="page-news.template"] .posts-grid .post-title,
  [data-tmpslg="page-partners.template"] .posts-grid .post-title {
    font-size: 18px;
    line-height: 25px
  }

  [data-tmpslg="page-news.template"] .posts-grid .post-body,
  [data-tmpslg="page-partners.template"] .posts-grid .post-body {
    margin: 10px 0
  }
}

@media only screen and (max-width:375px) {

  [data-tmpslg="page-news.template"] .partner-system-section .partner-system-images .partner-system-img,
  [data-tmpslg="page-partners.template"] .partner-system-section .partner-system-images .partner-system-img {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px)
  }

  [data-tmpslg="page-news.template"] .partner-system-section .partner-system-images .partner-system-img:nth-child(2),
  [data-tmpslg="page-partners.template"] .partner-system-section .partner-system-images .partner-system-img:nth-child(2) {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px)
  }

  [data-tmpslg="page-news.template"] .partner-system-section .colored-list,
  [data-tmpslg="page-partners.template"] .partner-system-section .colored-list {
    min-width: 200px
  }

  [data-tmpslg="page-news.template"] .gamified-section .gamified-img .colored-list,
  [data-tmpslg="page-partners.template"] .gamified-section .gamified-img .colored-list {
    min-width: 290px
  }

  [data-tmpslg="page-news.template"] .reward-section .reward-title,
  [data-tmpslg="page-partners.template"] .reward-section .reward-title {
    width: 100%;
    font-size: 16px;
    line-height: 22px
  }

  [data-tmpslg="page-news.template"] .reward-section .reward-item_left .colored-list,
  [data-tmpslg="page-partners.template"] .reward-section .reward-item_left .colored-list {
    min-width: 290px
  }

  [data-tmpslg="page-news.template"] .reward-section .reward-item_right .colored-list,
  [data-tmpslg="page-partners.template"] .reward-section .reward-item_right .colored-list {
    min-width: 290px
  }

  [data-tmpslg="page-news.template"] .vote-section .vote-img .colored-list,
  [data-tmpslg="page-partners.template"] .vote-section .vote-img .colored-list {
    min-width: 290px
  }

  [data-tmpslg="page-news.template"] .cashless-section .cashless-images .cashless-img,
  [data-tmpslg="page-partners.template"] .cashless-section .cashless-images .cashless-img {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px)
  }

  [data-tmpslg="page-news.template"] .cashless-section .cashless-images .cashless-img:nth-child(2),
  [data-tmpslg="page-partners.template"] .cashless-section .cashless-images .cashless-img:nth-child(2) {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px)
  }

  [data-tmpslg="page-news.template"] .cashless-section .colored-list,
  [data-tmpslg="page-partners.template"] .cashless-section .colored-list {
    min-width: 200px
  }

  [data-tmpslg="page-news.template"] .digital-bold,
  [data-tmpslg="page-partners.template"] .digital-bold {
    text-align: left
  }
}

@media only screen and (max-width:1024px) {

  [data-tmpslg="page-news.template"] .desktop-only,
  [data-tmpslg="page-partners.template"] .desktop-only {
    display: none
  }
}

@media only screen and (min-width:1025px) {

  [data-tmpslg="page-news.template"] .tablet-only,
  [data-tmpslg="page-partners.template"] .tablet-only {
    display: none
  }
}

@media only screen and (max-width:1440px) {

  [data-tmpslg="page-news.template"] .posts-section,
  [data-tmpslg="page-partners.template"] .posts-section {
    padding: 115px 0 50px
  }
}

@media only screen and (max-width:1440px) {
  [data-tmpslg="page-partners.template"] .posts-section {
    padding: 115px 0 50px
  }
}

[data-tmpslg="page-partners.template"] .post-item {
  overflow: hidden;
  position: relative
}

[data-tmpslg="page-partners.template"] .absolute-post-title {
  position: absolute;
  bottom: 0;
  padding: 0 1.2rem;
  background-color: rgba(0, 0, 0, .5)
}

[data-tmpslg="page-partners.template"] .absolute-post-title .post-title {
  margin: 10px 0;
  color: #fff;
  -webkit-font-smoothing: antialiased
}

* {
  margin: 0;
  padding: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

ol,
ul {
  list-style-type: none
}

a:active,
a:focus,
a:hover,
button:active,
button:focus,
button:hover,
input:active,
input:focus,
input:hover {
  outline: 0
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Avenir;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #7a7c82
}

.for-img {
  text-align: center
}

.for-img img {
  max-width: 100%;
  max-height: 100%;
  height: auto
}

.cover-img {
  position: relative;
  overflow: hidden
}

.cover-img:before {
  display: block;
  content: ""
}

.cover-img .image {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.contain-img {
  position: relative;
  overflow: hidden
}

.contain-img:before {
  display: block;
  content: ""
}

.contain-img .image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0)
}

.text-center {
  text-align: center
}

.wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  background: url(../img/hero/page-home_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

.wrapper.page-about {
  background: url(../img/hero/page-about-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

.wrapper.page-advantages {
  background: url(../img/hero/page-advantages-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

.wrapper.page-solution {
  background-size: 100%
}

.wrapper.page-advantage {
  background: url(../img/hero/page-advantage-bg_top.png) no-repeat left top, url(../img/page-bg_bottom.svg) no-repeat left bottom;
  background-size: 100%
}

.content-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px
}

.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 206px;
  height: 52px;
  padding: 0 40px;
  background: #3484f0;
  border: none;
  border-radius: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none
}

.btn:active,
.btn:focus,
.btn:hover {
  -webkit-box-shadow: 0 7px 15px 0 rgba(52, 132, 240, .5);
  box-shadow: 0 7px 15px 0 rgba(52, 132, 240, .5)
}

.btn_white {
  background: #fff;
  color: #3484f0
}

.btn_sm {
  min-width: 136px;
  height: 36px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 19px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}

.btn_xs {
  min-width: inherit
}

.btn-outline {
  min-width: 158px;
  height: 45px;
  background: #fff;
  border: 2px solid rgba(52, 132, 240, .8);
  border-radius: 16px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #3484f0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.custom-list > li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 24px
}

.custom-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/dot.png) no-repeat center
}

.custom-list_check > li:before {
  background: url(../img/check.png) no-repeat center
}

.section-title {
  margin: 25px 0;
  font-size: 34px;
  line-height: 46px;
  font-weight: 900;
  color: #1c1f28
}

.section-title_white {
  color: #fff
}

.highligthed {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, transparent), color-stop(53%, rgba(52, 132, 240, .2)), color-stop(89%, rgba(52, 132, 240, .2)), color-stop(89%, transparent));
  background: -o-linear-gradient(top, transparent 53%, rgba(52, 132, 240, .2) 53%, rgba(52, 132, 240, .2) 89%, transparent 89%);
  background: linear-gradient(to bottom, transparent 53%, rgba(52, 132, 240, .2) 53%, rgba(52, 132, 240, .2) 89%, transparent 89%)
}

.highligthed_grey {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, transparent), color-stop(53%, rgba(255, 255, 255, .2)), color-stop(89%, rgba(255, 255, 255, .2)), color-stop(89%, transparent));
  background: -o-linear-gradient(top, transparent 53%, rgba(255, 255, 255, .2) 53%, rgba(255, 255, 255, .2) 89%, transparent 89%);
  background: linear-gradient(to bottom, transparent 53%, rgba(255, 255, 255, .2) 53%, rgba(255, 255, 255, .2) 89%, transparent 89%)
}

[data-tmpslg] .form-group {
  margin-bottom: 16px
}

[data-tmpslg] .input-text {
  display: block;
  width: 100%;
  height: 52px;
  padding: 15px 20px;
  border: 1px solid rgba(244, 246, 250, .19);
  border-radius: 16px;
  background-color: rgba(244, 246, 250, .19);
  -webkit-box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5);
  box-shadow: 0 11px 22px 0 rgba(52, 132, 240, .5);
  font-family: Avenir;
  font-size: 16px;
  line-height: 22px;
  color: #e7e7e7;
  -webkit-appearance: none
}

[data-tmpslg] .input-text:-webkit-autofill,
[data-tmpslg] .input-text:-webkit-autofill:active,
[data-tmpslg] .input-text:-webkit-autofill:focus,
[data-tmpslg] .input-text:-webkit-autofill:hover {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #e7e7e7
}

[data-tmpslg] .input-text_grey:-webkit-autofill,
[data-tmpslg] .input-text_grey:-webkit-autofill:active,
[data-tmpslg] .input-text_grey:-webkit-autofill:focus,
[data-tmpslg] .input-text_grey:-webkit-autofill:hover {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #7a7c82
}

[data-tmpslg] .input-text:active,
[data-tmpslg] .input-text:focus {
  border-color: #fff;
  outline: 0
}

[data-tmpslg] .input-text_grey {
  background-color: #f4f6fa;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #7a7c82
}

[data-tmpslg] .input-text_grey:active,
[data-tmpslg] .input-text_grey:focus {
  border-color: #3484f0
}

[data-tmpslg] .input-text::-webkit-input-placeholder {
  color: #e7e7e7
}

[data-tmpslg] .input-text::-moz-placeholder {
  color: #e7e7e7
}

[data-tmpslg] .input-text:-ms-input-placeholder {
  color: #e7e7e7
}

[data-tmpslg] .input-text:-moz-placeholder {
  color: #e7e7e7
}

[data-tmpslg] .input-text_grey::-webkit-input-placeholder {
  color: #7a7c82
}

[data-tmpslg] .input-text_grey::-moz-placeholder {
  color: #7a7c82
}

[data-tmpslg] .input-text_grey:-ms-input-placeholder {
  color: #7a7c82
}

[data-tmpslg] .input-text_grey:-moz-placeholder {
  color: #7a7c82
}

[data-tmpslg] textarea.input-text {
  height: 100px;
  font-family: Avenir;
  resize: none
}

[data-tmpslg] .form-group_checkbox {
  text-align: center
}

[data-tmpslg] .checkbox {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}

[data-tmpslg] .checkbox .checkmark {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  border: 2px solid #3484f0;
  border-radius: 3px
}

[data-tmpslg] .checkbox .wpcf7-list-item input {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  border: 2px solid #3484f0;
  border-radius: 3px
}

[data-tmpslg] .checkbox input[type=checkbox]:checked + .checkmark {
  background: url(../img/check-mark.svg) no-repeat center;
  background-size: 80%
}

[data-tmpslg] .input-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 18px 15px;
  background-color: #eaf2fd;
  border: 1px dashed #3484f0;
  border-radius: 16px;
  text-align: center;
  font-size: 14px;
  line-height: 28px
}

[data-tmpslg] .input-file .input-file-text {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

[data-tmpslg] .input-file .input-file-text:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 20px;
  margin-right: 10px;
  background: url(../img/atach.svg) no-repeat center
}

.social-link {
  display: block;
  width: 20px;
  text-decoration: none
}

.social-link:before {
  padding-top: 100%
}

.social-link .image {
  opacity: .45
}

.social-link:active .image,
.social-link:focus .image,
.social-link:hover .image {
  opacity: 1
}

.colored-list-wrap {
  display: flex;
  align-items: center
}

.colored-list {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 0;
  text-align: left;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden
}

.colored-list li {
  display: inline-block;
  margin: 7px 0;
  padding: 6px 30px 6px 10px;
  background: #3484f0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3)
}

.colored-list_main {
  color: #fff
}

.iphone-img {
  padding: 10px;
  background: #fff;
  border-radius: 28px;
  -webkit-box-shadow: 6px -7px 26px 0 rgba(0, 0, 0, .09);
  box-shadow: 6px -7px 26px 0 rgba(0, 0, 0, .09)
}

.tooltip {
  position: relative
}

.tooltip .tooltip-icon-outer {
  display: block;
  padding: 5px;
  background-color: transparent;
  border-radius: 50%
}

.tooltip .tooltip-icon {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #3484f0;
  border-radius: 50%;
  text-align: center;
  font-family: "Crimson Pro", serif;
  font-size: 16px;
  line-height: 18px;
  color: #3484f0
}

.tooltip .tooltip-body {
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: translate(-17px, 0);
  -ms-transform: translate(-17px, 0);
  transform: translate(-17px, 0);
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 10
}

.tooltip .tooltip-body-inner {
  position: relative;
  display: block;
  width: 360px;
  max-height: 250px;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0 7px 20px 1px rgba(98, 98, 98, .2);
  box-shadow: 0 7px 20px 1px rgba(98, 98, 98, .2)
}

.tooltip .tooltip-body-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(22px, -100%);
  -ms-transform: translate(22px, -100%);
  transform: translate(22px, -100%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent
}

.tooltip:hover .tooltip-icon-outer {
  background: #eff5fe
}

.tooltip:hover .tooltip-body {
  opacity: 1;
  visibility: visible
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background: rgba(214, 230, 252, .47)
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #3484f0
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: #3484f0
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.header-logo {
  margin-right: auto;
  font-size: 0;
  line-height: 0
}

.header-nav {
  margin-right: 40px
}

.header-nav .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.header-nav .nav-item {
  margin: 0 14px
}

.header-nav .nav-link {
  display: block;
  padding: 45px 11px;
  border-top: 3px solid transparent;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  text-decoration: none
}

.header-nav .nav-link:focus,
.header-nav .nav-link:hover,
.header-nav .nav-link_active {
  border-color: #3484f0;
  color: #3484f0
}

.header-action:active,
.header-action:focus,
.header-action:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  color: #3484f0
}

.hero-section {
  min-height: 100vh;
  padding: 130px 0 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.hero-section .container {
  width: 100%
}

.hero-inner {
  position: relative
}

.hero-inner .social-list {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.hero-inner .social-list .social-item:not(:last-child) {
  margin-bottom: 30px
}

.hero-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 700px
}

.hero-wrapper .show-popup {
  margin-top: 30px
}

.hero-title {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, transparent), color-stop(47%, rgba(255, 255, 255, .2)), color-stop(81%, rgba(255, 255, 255, .2)), color-stop(81%, transparent));
  background: -o-linear-gradient(top, transparent 47%, rgba(255, 255, 255, .2) 47%, rgba(255, 255, 255, .2) 81%, transparent 81%);
  background: linear-gradient(to bottom, transparent 47%, rgba(255, 255, 255, .2) 47%, rgba(255, 255, 255, .2) 81%, transparent 81%);
  font-size: 60px;
  line-height: 1.33;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase
}

.hero-subtitle {
  margin: 30px 0;
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  color: #a1a4ac
}

.hero-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 50px;
  display: none
}

.play-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 200px;
  padding: 0 36px;
  font-size: 18px;
  line-height: 22px;
  color: #fff
}

.play-btn-block {
  position: relative;
  width: 118px;
  height: 118px;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, .024);
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.play-btn-block:before {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  display: block;
  content: "";
  border: 1px solid rgba(255, 255, 255, .048);
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s
}

.play-btn-block:after {
  position: absolute;
  top: 11px;
  right: 11px;
  bottom: 11px;
  left: 11px;
  display: block;
  content: "";
  border: 1px solid rgba(255, 255, 255, .072);
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}

.play-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s
}

.play-btn:before {
  position: absolute;
  left: -7px;
  top: -7px;
  right: -7px;
  bottom: -7px;
  display: block;
  content: "";
  border: 1px solid rgba(255, 255, 255, .096);
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s
}

.play-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent
}

.play-btn-text {
  margin-left: -7px
}

.play-btn-block:active,
.play-btn-block:focus,
.play-btn-block:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0)
}

.play-btn-block:active:after,
.play-btn-block:active:before,
.play-btn-block:focus:after,
.play-btn-block:focus:before,
.play-btn-block:hover:after,
.play-btn-block:hover:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0)
}

.play-btn-block:active .play-btn:before,
.play-btn-block:focus .play-btn:before,
.play-btn-block:hover .play-btn:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0)
}

.about-section {
  padding: 115px 0 40px
}

.about-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -20px
}

.about-left,
.about-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47%;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  padding: 0 20px
}

.about-left {
  font-size: 16px;
  line-height: 28px;
  color: #7a7c82
}

.about-left .btn {
  margin-top: 30px
}

.about-right {
  padding-top: 55px
}

.about-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px
}

.about-list .about-item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  margin-bottom: 80px;
  padding: 0 5px;
  font-size: 15px;
  line-height: 24px;
  color: #7a7c82
}

.about-list .about-item:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  background: rgba(52, 132, 240, .06);
  border-radius: 50%
}

.about-list .about-item .lg {
  display: block;
  font-size: 23px;
  line-height: 31px;
  font-weight: 900;
  color: #3484f0
}

.about-list .about-item:nth-child(2) {
  margin-right: 1px
}

.about-list .about-item:last-child .lg {
  display: inline-block
}

.challenges-section {
  position: relative;
  padding: 40px 0
}

.challenges-section .challenges-img {
  position: absolute;
  top: 84px;
  right: 0;
  display: block;
  width: 50%;
  max-width: 653px
}

.challenges-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 990px;
  margin: 75px auto 0
}

.challenges-item {
  position: relative;
  width: -webkit-calc(33.33% - 40px);
  width: calc(33.33% - 40px);
  margin: 20px;
  padding: 28px 38px 48px;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 50px 1px rgba(7, 42, 68, .05);
  box-shadow: 0 10px 50px 1px rgba(7, 42, 68, .05);
  font-size: 18px;
  line-height: 26px;
  z-index: 10;
  cursor: pointer
}

.challenges-item .challenges-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 33px;
  background: rgba(52, 132, 240, .06);
  border-radius: 50%
}

.challenges-item .challenges-icon img {
  max-width: 80%;
  max-height: 80%
}

.challenges-item .challenges-title {
  margin: 10px 0;
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  color: #1c1f28
}

.challenges-item .challenges-subtitle {
  margin: 10px 0
}

.challenges-item:hover {
  background: #3484f0;
  -webkit-box-shadow: 0 10px 50px 1px rgba(52, 132, 240, .7);
  box-shadow: 0 10px 50px 1px rgba(52, 132, 240, .7);
  color: #fff
}

.challenges-item:hover .challenges-icon {
  background: #fff
}

.challenges-item:hover .challenges-title {
  color: #fff
}

.opportunity-section {
  position: relative;
  margin-top: -15px;
  padding: 180px 0 10px;
  background: url(../img/opportunity-bg.png) no-repeat right top;
  background-size: 96% auto;
  z-index: 10
}

.opportunity-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 38px -10px
}

.opportunity-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56%;
  -ms-flex: 0 0 56%;
  flex: 0 0 56%;
  padding: 0 10px
}

.opportunity-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.opportunity-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 50px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 28px
}

.opportunity-title {
  margin: 18px 0;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  color: #3484f0
}

.opportunity-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 44%;
  -ms-flex: 0 0 44%;
  flex: 0 0 44%;
  padding: 20px 33px
}

.opportunity-img {
  margin-bottom: 35px;
  border-radius: 16px;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 13px 30px 0 rgba(129, 129, 129, .29);
  box-shadow: 0 13px 30px 0 rgba(129, 129, 129, .29);
  font-size: 0;
  line-height: 0
}

.opportunity-list_sm .opportunity-item {
  padding: 0 10px;
  font-size: 14px;
  line-height: 19px
}

.opportunity-list_sm .opportunity-title {
  margin: 10px 0;
  font-size: 20px;
  line-height: 27px
}

.features-section {
  padding: 55px 0 60px
}

.features-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px
}

.features-left {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 43%;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  padding: 0 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.features-left .features-img {
  position: absolute;
  top: 28px;
  right: 32px;
  max-width: 730px
}

.features-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 57%;
  -ms-flex: 0 0 57%;
  flex: 0 0 57%;
  padding: 0 20px
}

.features-title {
  margin: 40px 0;
  font-size: 20px;
  line-height: 27px;
  font-weight: 900;
  color: #1c1f28;
  text-transform: uppercase
}

.features-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.features-list .features-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding-right: 10px
}

.secret-section {
  min-height: 1026px;
  padding: 62px 0;
  background: url(../img/secret-bg.png) no-repeat left top;
  background-size: 96% auto
}

.secret-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
  padding: 0 25px
}

.secret-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  text-align: center;
  font-size: 14px;
  line-height: 20px
}

.secret-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 80px;
  padding: 20px 35px;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  color: #1c1f28
}

.secret-header:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #88aeff;
  border-radius: 50%
}

.secret-header:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #88aeff
}

.secret-item:last-child .secret-header:after {
  display: none
}

.secret-body {
  padding: 28px 35px
}

.secret-img {
  display: block
}

.selling-section {
  margin-top: -32px
}

.selling-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 73px;
  grid-column-gap: 40px;
  margin: 80px 0 20px;
  list-style-type: none
}

.selling-item {
  position: relative;
  display: block;
  min-height: 334px;
  padding: 30px 40px 30px 30px;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 23px 30px 1px rgba(108, 119, 128, .15);
  box-shadow: 0 23px 30px 1px rgba(108, 119, 128, .15);
  font-size: 18px;
  line-height: 26px;
  counter-increment: counter
}

.selling-item:before {
  position: absolute;
  left: 30px;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  content: "0"counter(counter);
  font-size: 48px;
  line-height: 66px;
  font-weight: 900;
  color: #e4ebfa
}

.selling-title {
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  color: #3484f0;
  text-transform: uppercase
}

.selling-list {
  max-width: 450px;
  margin: 33px 0
}

.selling-list > li {
  margin-bottom: 22px
}

.selling-item:hover {
  background: #3484f0;
  -webkit-box-shadow: 0 23px 30px 1px rgba(108, 119, 128, .15);
  box-shadow: 0 23px 30px 1px rgba(108, 119, 128, .15);
  color: #fff
}

.selling-item:hover .selling-title {
  color: #fff
}

.selling-item:hover .selling-list > li:before {
  background: url(../img/check-white.png) no-repeat center
}

.partners-section {
  padding: 50px 0
}

.partners-grid {
  max-width: 1140px;
  margin: 40px auto;
  display: grid;
  grid-gap: 60px;
  grid-template-columns: repeat(5, 1fr)
}

.partners-item {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  -webkit-box-shadow: 0 14px 29px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 14px 29px 0 rgba(0, 0, 0, .05)
}

.partners-item:before {
  padding-top: 100%
}

.partners-item .image {
  max-width: 80%;
  max-height: 80%
}

.news-list {
  display: grid;
  grid-gap: 48px;
  grid-template-columns: repeat(3, 1fr);
  margin: 74px 0
}

.news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 16px;
  font-size: 16px;
  line-height: 28px;
  color: #323643
}

.news-img {
  border-radius: 16px 16px 0 0
}

.news-img:before {
  padding-top: 72.3%
}

.news-descr {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 30px 45px 30px;
  border: 1px solid #eee;
  border-radius: 0 0 16px 16px;
  -webkit-box-shadow: 0 7px 20px 1px rgba(223, 227, 229, .15);
  box-shadow: 0 7px 20px 1px rgba(223, 227, 229, .15)
}

.news-title {
  margin: 10px 0;
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  text-transform: uppercase
}

.news-title a {
  text-decoration: none;
  color: inherit
}

.news-title a:active,
.news-title a:focus,
.news-title a:hover {
  color: #3484f0
}

.news-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 14px
}

.news-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.contact-section {
  padding: 50px 0
}

.contact-inner {
  padding: 62px 0;
  background: url(../img/contact-bg.svg) no-repeat left top;
  background-size: 100% 100%
}

.contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.contact-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 14.5%;
  color: #fff
}

.contact-left .section-title {
  margin-top: -25px;
  margin-bottom: 17px
}

.contact-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 20px 70px 20px 0
}

.contact-form {
  display: block;
  width: 100%;
  max-width: 396px;
  margin: 0 auto
}

.contact-form .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px
}

.contact-form .col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 8px
}

.contact-form .col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 8px
}

.contact-form .btn:active,
.contact-form .btn:focus,
.contact-form .btn:hover {
  background: #daecff
}

.secret_sauce_notice_text {
  color: #3484f0;
  padding-bottom: 50px
}

.google-captcha-wrap #anr_captcha_field_1 > div {
  margin: auto
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0 35px;
  color: rgba(255, 255, 255, .75)
}

.footer-top a {
  text-decoration: none;
  color: rgba(255, 255, 255, .75)
}

.footer-top a:active,
.footer-top a:focus,
.footer-top a:hover {
  color: #fff
}

.footer-top .footer-logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41%;
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
  padding: 0 40px 0 20px;
  text-align: center
}

.footer-top .footer-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28%;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  padding: 0 20px
}

.footer-top address {
  font-style: normal
}

.footer-top address a {
  display: inline-block;
  margin: 20px 0;
  font-weight: 500;
  letter-spacing: .5px
}

.footer-top address p {
  margin: 0;
  font-size: 16px;
  line-height: 27px
}

.footer-top .footer-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31%;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  padding: 0 20px
}

.footer-top .footer-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 900;
  letter-spacing: 1.25px;
  color: #fff
}

.footer-top .footer-nav {
  margin: 30px 0
}

.footer-top .nav-item {
  margin: 20px 0
}

.footer-top .nav-link {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: .5px
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 36px 43px;
  border-top: 1px solid rgba(255, 255, 255, .3);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .5px;
  color: rgba(255, 255, 255, .75)
}

.footer-bottom .social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.footer-bottom .social-list .social-item:not(:last-child) {
  margin-right: 35px
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 35, 45, .13)), to(rgba(21, 23, 32, .13)));
  background: -o-linear-gradient(top, rgba(32, 35, 45, .13) 0, rgba(21, 23, 32, .13) 100%);
  background: linear-gradient(180deg, rgba(32, 35, 45, .13) 0, rgba(21, 23, 32, .13) 100%);
  overflow-y: auto;
  z-index: 120
}

.popup {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  max-width: 675px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 60px 1px rgba(7, 42, 68, .15);
  box-shadow: 0 10px 60px 1px rgba(7, 42, 68, .15)
}

.popup-header {
  position: relative;
  padding: 5px 70px 15px 40px
}

.popup-header .popup-close {
  position: absolute;
  top: 37px;
  right: 37px;
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url(../img/close.svg) no-repeat center;
  background-size: 18px;
  border: none;
  cursor: pointer
}

.popup-body {
  padding: 15px 40px
}

.popup-body p {
  font-size: 13px;
  line-height: 18px
}

.popup-body .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px
}

.popup-body .col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 10px
}

.popup-body .col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 10px
}

span.wpcf7-not-valid-tip {
  font-size: .75em;
  margin-top: 5px;
  text-align: right
}

div.wpcf7-response-output {
  margin: 0 0 20px 0
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  color: #398f14
}

div.wpcf7-aborted,
div.wpcf7-mail-sent-ng {
  border: 2px solid red;
  color: red
}

div.wpcf7-spam-blocked {
  border: 2px solid orange;
  color: orange
}

div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
  color: #f7e700
}

@media only screen and (max-width:1600px) {
  .hero-section {
    min-height: 760px;
    padding: 190px 0 100px
  }

  .hero-action {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0
  }

  .play-btn-wrap {
    margin-right: 0;
    padding: 0
  }
}

@media only screen and (max-width:1440px) {
  .wrapper {
    background: #fff !important
  }

  .wrapper .hero-section {
    background: url(../img/hero/page-home_top-mobile.png) no-repeat center;
    background-size: cover
  }

  .page-about .hero-section {
    background: url(../img/hero/page-about-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  .page-advantages .hero-section {
    background: url(../img/hero/page-advantages-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  .page-solution .hero-section {
    background-size: cover
  }

  .page-advantage .hero-section {
    background: url(../img/hero/page-advantage-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  .page-advantage .hero-section {
    background: url(../img/hero/page-advantage-bg_top-mobile.png) no-repeat center;
    background-size: cover
  }

  .about-section {
    padding: 30px 0
  }

  .about-list .about-item {
    margin-bottom: 40px
  }

  .challenges-section {
    padding: 30px 0
  }

  .opportunity-section {
    margin-top: 0;
    padding: 30px 0 30px;
    background: #fafbfb
  }

  .features-section {
    padding: 30px 0
  }

  .secret-section {
    min-height: inherit;
    padding: 30px 0 0;
    background: #fafbfb
  }

  .secret-list {
    margin: 30px 0;
    padding: 0
  }

  .secret-header {
    padding: 20px 15px
  }

  .secret-body {
    padding: 30px 15px
  }

  .selling-section {
    padding-top: 30px
  }

  .contact-section {
    padding: 30px 0;
    background: #3484f0
  }

  .contact-inner {
    padding: 0;
    background: 0 0
  }

  .footer {
    background: -webkit-gradient(linear, left top, left bottom, from(#3e454e), to(#2b2d34));
    background: -o-linear-gradient(top, #3e454e, #2b2d34);
    background: linear-gradient(to bottom, #3e454e, #2b2d34)
  }

  .footer-top {
    padding: 35px 0 25px
  }

  .footer-bottom {
    padding: 20px 43px
  }

  .wins-section {
    min-height: inherit;
    margin-top: 0;
    padding: 30px 0;
    background: #fafbfb
  }

  .wins-grid {
    grid-row-gap: 40px;
    grid-column-gap: 20px
  }

  .members-section {
    padding: 30px 0
  }

  .members-wrap {
    margin: 30px 0
  }

  .members-title {
    margin: 20px 0
  }

  .roadmap-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  .advisory-section {
    padding: 30px 0
  }

  .technologies-section {
    padding: 30px 0;
    background: #fafbfb
  }

  .unlock-section {
    margin-top: -30px;
    padding: 30px 0;
    background: 0 0
  }

  .gamified-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  .reward-section {
    margin-bottom: 50px;
    padding: 40px 0 10px
  }

  .loyalty-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  .loyalty-section .loyalty-wrap {
    margin: 30px 0
  }

  .vote-section {
    margin-top: 0;
    padding: 30px 0 30px
  }

  .cashless-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  .digital-section {
    padding: 30px 0;
    margin-top: 0
  }

  .club-advantages-section {
    padding: 30px 0
  }

  .club-advantages-list {
    margin: 50px auto 0
  }

  .consumption-section {
    padding: 30px 0 50px
  }

  .revenue-sources-section {
    min-height: inherit;
    padding: 30px 0;
    background: #fafbfb
  }

  .revenue-forecast-section {
    padding: 30px 0
  }
}

@media only screen and (max-width:1024px) {
  .header {
    padding: 15px 0;
    z-index: 100
  }

  .header .burger_open {
    position: fixed;
    top: 11px;
    right: 16px;
    display: block;
    width: 44px;
    height: 44px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 2px 9px 0 #5e6066;
    box-shadow: 0 2px 9px 0 #5e6066;
    z-index: 110
  }

  .header .burger_open:after,
  .header .burger_open:before {
    position: absolute;
    left: 10px;
    display: block;
    content: "";
    height: 2px;
    background: #000
  }

  .header .burger_open:before {
    top: 19px;
    width: 24px
  }

  .header .burger_open:after {
    top: 25px;
    width: 12px
  }

  .header-nav {
    position: fixed;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#3484f0), to(#2f77d7));
    background: -o-linear-gradient(top, #3484f0, #2f77d7);
    background: linear-gradient(to bottom, #3484f0, #2f77d7);
    margin-right: 0;
    padding: 25px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 120;
    overflow-y: auto
  }

  .header-nav.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  .header-nav .header-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    margin-bottom: 20px
  }

  .menu-header-menu-container {
    margin: auto 0
  }

  .header-nav .burger_close {
    position: absolute;
    top: 25px;
    right: 25px;
    display: block;
    width: 24px;
    height: 24px;
    background: transparent url(../img/burger-closed.svg) no-repeat center;
    border: none
  }

  .header-nav .nav-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: auto;
    overflow-y: auto
  }

  .header-nav .nav-item {
    margin: 0
  }

  .header-nav .nav-link {
    padding: 15px 0;
    border-top: none;
    font-size: 26px;
    line-height: 32px;
    color: #8dcbff
  }

  .header-nav .nav-link:focus,
  .header-nav .nav-link:hover,
  .header-nav .nav-link_active {
    color: #fff
  }

  .page-advantage .hero-section {
    background: url(../img/hero/page-advantage-bg_top-mobile.png) no-repeat center right 20%;
    background-size: cover
  }

  .page-solution .hero-section {
    background-size: cover
  }

  .hero-section {
    position: relative;
    min-height: inherit;
    padding: 160px 0 100px
  }

  .hero-inner {
    position: static
  }

  .hero-inner .social-list {
    right: 15px
  }

  .hero-action {
    margin-top: 30px
  }

  .about-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
  }

  .about-left,
  .about-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  .about-left {
    margin-bottom: 50px
  }

  .about-list {
    margin: 0
  }

  .about-list .about-item {
    padding: 0 0 0 30px
  }

  .about-list .about-item:before {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
  }

  .about-list .about-item:last-child .lg {
    display: block
  }

  .challenges-list {
    margin: 30px auto 0
  }

  .challenges-item {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 10px;
    padding: 20px
  }

  .challenges-item .challenges-icon {
    margin-bottom: 20px
  }

  .opportunity-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 0
  }

  .opportunity-left,
  .opportunity-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  .features-wrap {
    flex-direction: column
  }

  .features-left,
  .features-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 0;
    display: block
  }

  .features-left .features-img {
    position: static;
    width: 100%;
    max-width: none
  }

  .secret-section {
    padding-bottom: 0;
    background: #fafbfb
  }

  .selling-section {
    margin-top: 0
  }

  .selling-grid {
    grid-row-gap: 40px;
    grid-column-gap: 20px;
    margin: 50px 0 0
  }

  .selling-item {
    min-height: inherit;
    padding: 30px 20px 20px 20px
  }

  .partners-grid {
    margin: 40px auto 0;
    grid-gap: 20px
  }

  .news-list {
    grid-gap: 20px;
    margin: 40px 0
  }

  .news-descr {
    padding: 10px 10px 20px 10px
  }

  .contact-left {
    padding: 0
  }

  .contact-right {
    padding: 20px 0 0 0
  }

  .wins-section {
    background: #fafbfb
  }

  .wins-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .wins-tem {
    padding-left: 30px
  }

  .members-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px
  }

  .member .member-descr {
    position: relative
  }

  .member .member-info {
    position: static
  }

  .member .tooltip .tooltip-body {
    left: 0 !important;
    right: 0;
    -webkit-transform: translate(0, -25px) !important;
    -ms-transform: translate(0, -25px) !important;
    transform: translate(0, -25px) !important
  }

  .member .tooltip .tooltip-body .tooltip-body-inner {
    width: 100%;
    padding: 20px 10px 20px 20px
  }

  .member .tooltip .tooltip-body-inner:before {
    left: auto;
    right: 0;
    -webkit-transform: translate(-25px, -100%);
    -ms-transform: translate(-25px, -100%);
    transform: translate(-25px, -100%)
  }

  .roadmap-section {
    background: #fafbfb
  }

  .roadmap-grid {
    margin: 28px -10px
  }

  .roadmap-header {
    padding: 15px 10px
  }

  .roadmap-body {
    padding: 30px 10px 0 10px
  }

  .roadmap-card {
    padding: 30px 20px
  }

  .advisory-grid {
    grid-gap: 20px;
    margin: 20px 0
  }

  .advisory-item {
    padding: 30px 20px 20px 20px
  }

  .technology-grid {
    grid-gap: 20px;
    margin: 20px 0
  }

  .grid-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -15px
  }

  .grid-row .grid-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .grid-row .grid-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .grid-row .grid-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .grid-row .grid-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .grid-row .grid-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .grid-row .grid-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .grid-row .grid-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .unlock-section .unlock-images .for-img {
    margin: 0 -27px
  }

  .unlock-section .unlock-images img {
    width: 100%
  }

  .unlock-section .unlock-text {
    padding-top: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .unlock-section .unlock-text .unlock-img {
    width: 300px
  }

  .unlock-section .unlock-text ul {
    margin: 30px 0
  }

  .unlock-wrap {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    overflow: hidden
  }

  .partner-system-section .partner-system-wrap {
    margin-top: 40px
  }

  .partner-system-section .grid-col-6:first-child {
    text-align: center
  }

  .partner-system-section .partner-system-images {
    justify-content: center;
    margin-bottom: 30px
  }

  .partner-system-img-col {
    max-width: 220px
  }

  .gamified-section .gamified-wrap {
    margin-top: 40px
  }

  .gamified-section .gamified-text {
    padding-top: 0;
    padding-left: 15px
  }

  .reward-section .reward-wrap {
    flex-wrap: wrap
  }

  .reward-section .reward-wrap .grid-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .reward-section .reward-title {
    text-align: center
  }

  .reward-section .reward-item_left {
    padding-right: 0
  }

  .reward-section .reward-item_left .reward-img-wrapper {
    justify-content: center
  }

  .reward-section .reward-item_left .colored-list-wrap {
    justify-content: flex-end
  }

  .reward-section .reward-item_right {
    padding-left: 0
  }

  .reward-section .reward-item_right .reward-img-wrapper {
    justify-content: center
  }

  .reward-img-col {
    max-width: 220px
  }

  .vote-section .vote-wrap {
    margin-top: 40px
  }

  .vote-section .vote-images {
    padding-left: 15px;
    text-align: center
  }

  .vote-section .vote-img {
    margin-right: 0
  }

  .vote-section .grid-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666%;
    -ms-flex: 0 0 41.666%;
    flex: 0 0 41.666%;
    max-width: 41.666%
  }

  .vote-section .grid-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333%;
    -ms-flex: 0 0 58.333%;
    flex: 0 0 58.333%;
    max-width: 58.333%
  }

  .cashless-section .cashless-wrap {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px
  }

  .cashless-section .cashless-col {
    flex: 0 0 33.33%;
    max-width: 33.33%
  }

  .cashless-section .cashless-text {
    flex: 0 0 100%;
    max-width: 100%
  }

  .digital-grid {
    margin: 0 -10px
  }

  .digital-item {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 10px;
    padding: 40px 30px 30px 30px
  }

  .digital-item .digital-icon {
    margin-bottom: 20px
  }

  .revenue-sources-list {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    margin: 50px auto 0
  }

  .revenue-forecast-grid {
    margin: 50px -10px 40px
  }

  .revenue-forecast-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px
  }

  .posts-grid {
    grid-gap: 20px;
    margin: 30px 0
  }

  .posts-grid .post-descr {
    padding: 10px 20px 20px
  }

  .posts-grid .post-body {
    margin: 20px 0
  }

  .popup-overlay {
    padding: 65px 0 100%
  }
}

@media only screen and (max-width:767px) {
  .container {
    padding: 0 16px
  }

  .section-title {
    margin: 15px 0;
    font-size: 24px;
    line-height: 33px
  }

  .colored-list-wrap .colored-list_left-bottom {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto
  }

  .colored-list {
    text-align: center
  }

  .popup-header {
    padding: 15px 45px 0 15px
  }

  .popup-header .popup-title {
    margin: 0
  }

  .popup-header .popup-close {
    top: 20px;
    right: 10px;
    background-size: 15px
  }

  .popup-body {
    max-height: 100%;
    padding: 15px
  }

  .popup-body .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .form-group_checkbox {
    text-align: left
  }

  .hero-title {
    font-size: 30px;
    line-height: 50px
  }

  .hero-subtitle {
    font-size: 14px;
    line-height: 22px
  }

  .about-left {
    font-size: 14px
  }

  .about-left .btn {
    display: none
  }

  .about-list .about-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .about-list .about-item:nth-child(2) {
    margin-right: 0
  }

  .challenges-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 10px
  }

  .secret-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    overflow: hidden
  }

  .secret-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  .secret-list .secret-item {
    width: 100%;
    margin: 0 15px
  }

  .secret-list .secret-header {
    padding: 20px 0
  }

  .secret-list .secret-header:after {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px)
  }

  .secret-list .secret-body {
    padding: 20px 0
  }

  .selling-grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    overflow: hidden
  }

  .selling-grid .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  .selling-grid .selling-item {
    width: 100%;
    margin: 25px 15px
  }

  .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .slick-dots button {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 4px;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 50%;
    text-indent: -9999px
  }

  .slick-dots button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    border: 1px solid #3484f0;
    border-radius: 50%;
    background-color: transparent
  }

  .slick-dots .slick-active button {
    border-color: #3484f0
  }

  .slick-dots .slick-active button:after {
    background-color: #3484f0
  }

  .partners-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px
  }

  .partners-grid .partners-item {
    width: -webkit-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
    margin: 5px
  }

  .news-list {
    grid-gap: 15px;
    margin: 40px auto;
    grid-template-columns: 1fr;
    max-width: 500px
  }

  .contact-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .contact-left,
  .contact-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .contact-left .section-title {
    margin-top: 0
  }

  .contact-form {
    max-width: none
  }

  .footer-top .footer-logo {
    padding: 0 20px
  }

  .footer-top .footer-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 59%;
    -ms-flex: 0 0 59%;
    flex: 0 0 59%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .footer-top .footer-menu {
    display: none
  }

  .footer-bottom {
    padding: 25px 0
  }

  .footer-bottom .social-list .social-item:not(:last-child) {
    margin-right: 20px
  }

  .wins-section {
    padding: 15px 0
  }

  .wins-grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 27px 0 20px;
    line-height: 21px
  }

  .wins-grid span {
    margin: 4px 0
  }

  .wins-grid .lg {
    font-size: 20px
  }

  .wins-item {
    padding-left: 0
  }

  .members-section .members-img {
    display: none
  }

  .members-section .slick-dots {
    margin: 10px 0
  }

  .members-wrap {
    margin: 34px 0
  }

  .members-title {
    margin-bottom: 0
  }

  .members-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    overflow: hidden
  }

  .members-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  .members-list .member {
    width: auto;
    margin: 25px 15px
  }

  .member .member-descr {
    position: static
  }

  .member .tooltip .tooltip-body {
    left: 0 !important;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    padding: 0
  }

  .member .tooltip .tooltip-body .tooltip-body-inner {
    width: 100%;
    max-height: 100%;
    padding: 20px 10px 20px 20px
  }

  .member .tooltip .tooltip-body-inner:before {
    display: none
  }

  .roadmap-section {
    padding: 9px 0
  }

  .roadmap-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 13px 0
  }

  .roadmap-item {
    position: relative;
    padding-left: 15px
  }

  .roadmap-header {
    position: static;
    padding: 15px 0 0;
    text-align: left
  }

  .roadmap-header:before {
    left: 0;
    bottom: auto;
    top: 21px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }

  .roadmap-header:after {
    top: 21px;
    bottom: auto;
    left: 0;
    width: 1px;
    height: 100%;
    background-image: -o-repeating-linear-gradient(top, transparent, transparent 2px, #8abcff 2px, #8abcff 4px);
    background-image: repeating-linear-gradient(to bottom, transparent, transparent 2px, #8abcff 2px, #8abcff 4px)
  }

  .roadmap-year {
    margin-bottom: 5px
  }

  .roadmap-body {
    padding: 8px 0
  }

  .roadmap-card {
    margin-bottom: 18px;
    padding: 28px 15px 24px
  }

  .roadmap-card .custom-list > li {
    margin-bottom: 14px;
    padding-left: 25px;
    font-size: 14px;
    line-height: 21px
  }

  .roadmap-card .custom-list > li:last-child {
    margin-bottom: 0
  }

  .advisory-section {
    padding: 17px 0 59px
  }

  .advisory-grid {
    grid-template-columns: 1fr;
    margin: 50px 0 25PX
  }

  .advisory-item {
    padding: 16px 23px 23px 23px
  }

  .advisory-item .advisory-list > li {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 20px
  }

  .advisory-title {
    margin: 10px 0 23px;
    font-size: 20px;
    line-height: 27px
  }

  .btn-cons {
    margin: 15px 0;
    padding: 25px 10px 26px;
    font-size: 14px;
    line-height: 19px
  }

  .technologies-section {
    padding: 55px 0 0
  }

  .technology-grid {
    grid-template-columns: 1fr
  }

  .technology-title {
    font-size: 18px;
    line-height: 25px
  }

  .unlock-section .unlock-images p {
    display: none
  }

  .gamified-section .gamified-img {
    margin-right: 0
  }

  .vote-section {
    background: 0 0
  }

  .vote-section .grid-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .vote-section .grid-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .vote-section .vote-img .colored-list {
    min-width: 300px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  .cashless-section {
    overflow-x: hidden
  }

  .cashless-section .cashless-col {
    flex: 0 0 50%;
    max-width: 220px
  }

  .cashless-section .cashless-text {
    flex: 0 0 100%;
    max-width: 100%
  }

  .digital-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px
  }

  .digital-list .digital-list-item {
    font-size: 14px
  }

  .digital-list .digital-list-item:before {
    font-size: 50px
  }

  .club-advantages-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    margin: 0 -15px;
    overflow: hidden
  }

  .club-advantages-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  .club-advantages-list .club-advantages-item {
    width: 100%;
    margin: 25px 15px
  }

  .revenue-forecast-grid {
    max-width: 500px;
    margin: 50px auto 40px
  }

  .revenue-forecast-item {
    width: 100%;
    margin: 0 0 20px 0
  }
}

@media only screen and (max-width:575px) {
  body {
    font-size: 14px;
    line-height: 2
  }

  .custom-list > li {
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 22px
  }

  .custom-list > li:before {
    left: -3px;
    top: 3px;
    width: 14px;
    height: 14px
  }

  .header {
    padding: 27px 0
  }

  .header-logo {
    max-width: 150px
  }

  .hero-section {
    padding: 122px 0 50px
  }

  .hero-inner {
    padding-right: 40px
  }

  .hero-subtitle {
    margin: 17px 0 20px
  }

  .hero-action {
    margin-top: 60px
  }

  .about-section {
    padding: 17px 0
  }

  .about-left {
    margin-bottom: 53px
  }

  .about-list .about-item {
    margin-bottom: 58px;
    font-size: 14px;
    line-height: 21px
  }

  .about-list .about-item:last-child,
  .about-list .about-item:nth-last-child(2) {
    margin-bottom: 0
  }

  .about-list .about-item .lg {
    font-size: 18px;
    line-height: 30px
  }

  .challenges-section {
    padding: 35px 0
  }

  .challenges-section .challenges-img {
    display: none
  }

  .challenges-item {
    width: 100%;
    margin: 15px 0;
    padding: 20px 20px 20px 23px;
    font-size: 14px
  }

  .challenges-item .challenges-icon {
    margin-bottom: 32px
  }

  .challenges-item .challenges-title {
    margin: 7px 0;
    font-size: 18px;
    line-height: 25px
  }

  .challenges-item .challenges-subtitle {
    margin: 7px 0
  }

  .opportunity-section {
    padding: 20px 0
  }

  .opportunity-wrap {
    margin-top: 20px
  }

  .opportunity-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .opportunity-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 21px
  }

  .opportunity-title {
    margin: 9px 0 9px;
    font-size: 20px;
    line-height: 28px
  }

  .opportunity-img {
    margin-bottom: 10px
  }

  .opportunity-list_sm .opportunity-title {
    margin: 10px 0;
    font-size: 16px;
    line-height: 22px
  }

  .opportunity-list_sm .opportunity-item {
    padding: 0;
    font-size: 12px;
    line-height: 18px
  }

  .features-section {
    padding: 15px 0
  }

  .features-title {
    margin: 20px 0;
    text-transform: none
  }

  .features-list .features-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .secret-img {
    width: 70%;
    margin: 18px auto
  }

  .selling-grid {
    margin: 40px -15px
  }

  .selling-item {
    padding-top: 34px
  }

  .selling-item:before {
    font-size: 44px;
    line-height: 60px
  }

  .selling-title {
    font-size: 18px;
    line-height: 25px
  }

  .selling-list {
    margin: 15px 0
  }

  .partners-section {
    padding: 2px 0
  }

  .partners-grid {
    margin: 25px -10px
  }

  .partners-grid .partners-item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px)
  }

  .news-section {
    padding: 10px 0
  }

  .news-list {
    margin: 30px auto;
    grid-gap: 14px
  }

  .news-item {
    font-size: 14px
  }

  .news-descr {
    padding: 10px 20px 35px 20px
  }

  .news-title {
    margin: 5px 0 13px;
    font-size: 18px;
    line-height: 25px
  }

  .news-text {
    margin-bottom: 17px
  }

  .news-actions {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .contact-section {
    padding: 30px 0 24px
  }

  .contact-left .section-title {
    margin-bottom: 8px
  }

  .contact-right {
    padding-top: 28px
  }

  .contact-form .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .contact-form .btn {
    width: 100%
  }

  .footer-top {
    padding: 28px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .footer-top .footer-logo {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 150px
  }

  .footer-top .footer-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  .footer-bottom {
    padding: 15px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-top: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .footer-bottom .footer-social {
    margin-bottom: 37px
  }

  .footer-bottom .social-list .social-item:not(:last-child) {
    margin-right: 35px
  }

  .footer-bottom .footer-copy {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 21px 0
  }

  .unlock-section .unlock-wrap {
    margin-top: 30px
  }

  .unlock-section .unlock-text {
    position: relative;
    min-height: 400px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 150px
  }

  .unlock-section .unlock-text .unlock-img {
    width: 200px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 100%;
    -webkit-transform: translateX(130px);
    -ms-transform: translateX(130px);
    transform: translateX(130px);
    text-align: right;
    margin-right: 0
  }

  .unlock-section .unlock-images .for-img {
    margin: 0 -15px
  }

  .partner-system-section {
    overflow: hidden
  }

  .partner-system-section .partner-system-images {
    position: relative;
    min-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .partner-system-section .partner-system-images .partner-system-img {
    width: 200px
  }

  .partner-system-section .partner-system-images .colored-list-wrap .colored-list {
    position: static;
    min-width: inherit;
    width: 100%;
    max-width: 290px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .gamified-section {
    overflow: hidden
  }

  .gamified-section .gamified-img {
    position: relative;
    min-height: 500px;
    margin-top: -30px
  }

  .gamified-section .gamified-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none
  }

  .loyalty-section .loyalty-img_desktop {
    display: none
  }

  .loyalty-section .loyalty-img_mobile {
    display: block;
    max-width: 260px;
    margin: 0 auto
  }

  .cashless-section .cashless-images {
    position: relative;
    min-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
  }

  .cashless-section .cashless-images .cashless-img {
    width: 200px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 100%;
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
    margin-right: 0;
    text-align: right
  }

  .cashless-section .cashless-images .cashless-img:nth-child(2) {
    right: auto;
    left: 100%;
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
    text-align: left
  }

  .cashless-section .cashless-images .colored-list-wrap .colored-list {
    position: static;
    min-width: inherit;
    width: 100%;
    max-width: 290px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .digital-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px
  }

  .digital-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    padding: 25px 25px 25px 25px;
    font-size: 14px;
    line-height: 19px
  }

  .digital-item .digital-icon {
    height: 40px;
    margin-bottom: 15px
  }

  .consumption-img {
    margin-top: 30px
  }

  .consumption-img .consumption-img_desktop {
    display: none
  }

  .consumption-img .consumption-img_mobile {
    display: block;
    max-width: 290px;
    margin: 0 auto
  }

  .revenue-sources-list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px
  }

  .revenue-sources-item {
    font-size: 14px;
    line-height: 23px
  }

  .revenue-sources-item:before {
    font-size: 30px;
    line-height: 41px
  }

  .revenue-sources-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 27px
  }

  .revenue-forecast-section {
    background: 0 0
  }

  .revenue-forecast-title {
    font-size: 20px;
    line-height: 26px
  }

  .revenue-forecast-item .custom-list > li {
    font-size: 14px
  }
}

@media only screen and (max-width:480px) {
  .colored-list {
    width: 100%;
    padding: 0
  }

  .colored-list li {
    padding: 6px 10px
  }

  .partner-system-section .partner-system-images {
    flex-wrap: wrap
  }

  .partner-system-img-col {
    flex: 0 0 70%;
    max-width: 300px
  }

  .partner-system-images .colored-list-wrap li {
    width: 100%
  }

  .reward-img-wrapper {
    position: relative;
    flex-wrap: wrap
  }

  .reward-img-col {
    flex: 0 0 70%;
    max-width: 300px
  }

  .reward-img-wrapper .colored-list-wrap li {
    width: 100%
  }

  .reward-section .reward-item_left .colored-list-wrap {
    justify-content: center
  }

  .reward-section .reward-item_left .colored-list {
    text-align: center
  }

  .reward-section .reward-item_left .colored-list li {
    padding: 6px 10px
  }

  .vote-section .vote-images {
    flex-wrap: wrap
  }

  .vote-img-col {
    flex: 0 0 70%;
    max-width: 300px
  }

  .vote-images .colored-list-wrap li {
    width: 100%
  }

  .cashless-section .cashless-wrap {
    flex-direction: column;
    align-items: center
  }

  .cashless-section .cashless-col {
    flex: 0 0 70%;
    width: 70%;
    max-width: 300px
  }

  .cashless-section .colored-list,
  .cashless-section .colored-list li {
    width: 100%
  }

  .cashless-section .cashless-text {
    flex: 0 0 100%;
    width: 100%;
    max-width: none
  }
}

@media only screen and (max-width:375px) {
  .partner-system-section .partner-system-images .partner-system-img {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    margin: 0
  }

  .partner-system-section .partner-system-images .partner-system-img:nth-child(2) {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    margin: 0
  }

  .partner-system-section .colored-list {
    min-width: 200px
  }

  .gamified-section .gamified-img .colored-list {
    min-width: 200px
  }

  .reward-section .reward-title {
    width: 100%;
    font-size: 16px;
    line-height: 22px
  }

  .reward-section .reward-item_left .colored-list {
    min-width: 200px
  }

  .vote-section .vote-img .colored-list {
    min-width: 200px
  }

  .cashless-section .cashless-images .cashless-img {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px)
  }

  .cashless-section .cashless-images .cashless-img:nth-child(2) {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px)
  }

  .cashless-section .colored-list {
    min-width: 200px
  }

  .digital-bold {
    text-align: left
  }
}

@media only screen and (max-width:1024px) {
  .desktop-only {
    display: none
  }
}

@media only screen and (min-width:1025px) {
  .tablet-only {
    display: none
  }
}

.features-section .section-inner .features-left {
  display: none !important
}

.features-section .section-inner .features-right {
  flex: 0 0 100%
}

.wpulike-default .wp_ulike_btn {
  background: 0 0 !important;
  padding: 15px
}

.wpulike {
  line-height: 38px;
  padding: 0
}

.wpulike-default .wp_ulike_click_is_disabled:after {
  filter: invert(44%) sepia(40%) saturate(3852%) hue-rotate(329deg) brightness(100%) contrast(111%)
}

.single-post-social-sharing-wrap {
  float: left;
  position: absolute;
  right: 0
}

@media only screen and (max-width:500px) {
  .single-post-author-bar-wrap {
    padding-bottom: 35px !important
  }

  .btn-like-dislike {
    float: none !important
  }

  .count-box {
    right: 25px !important
  }

  .wp_ulike_btn {
    right: 15px !important
  }
}

@media only screen and (max-width:768px) {
  .left-news-block {
    display: block !important
  }

  .subscribe-block {
    display: block !important;
    float: none !important
  }

  .news-post-views {
    padding-left: 0 !important
  }
}

.share-wrapper .addthis_inline_share_toolbox_rwwo {
  margin: 5px;
  clear: unset !important;
  float: left
}

.share-wrapper {
  line-height: 39px
}

.share-post {
  float: left
}

.single-post-author-bar-wrap {
  margin-top: 0;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 3.1em
}

.single-post-author-bar-wrap {
  position: relative;
  margin: 10px 0;
  display: flex
}

.single-post-blog-content {
  margin-bottom: 20px
}

.single-post-author-bar {
  display: flex
}

.at-label {
  display: none
}

a.at-icon-wrapper {
  border-radius: 16px !important
}

.subscribe-button {
  padding: 5px;
  height: 30px;
  position: relative;
  top: 0;
  transition: top ease .5s
}

.subscribe-button:hover {
  top: -5px
}

.subscribe-block {
  display: inline-flex;
  float: left
}

.left-news-block {
  display: inline-flex
}

.news-post-views {
  padding-left: 10px
}

.btn-like-dislike {
  float: left
}

.count-box {
  right: 10px
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto
}

.mCSB_inside > .mCSB_container {
  margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, .05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, .05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, .2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9)
}



.header-nav .nav-list li{
  position:   relative;
}

.sub-wrap{
  position: absolute;
  top: calc(100% - 25px);
  left: 0;
  padding-top: 10px;
  background: rgba(240, 5, 5, 0) !important;
  opacity: 0;
  -webkit-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  transition: opacity .25s linear, transform .25s linear;
  visibility: hidden;
  transform: translateY(10px) scale(.95);
  /*  opacity: 1;*/
  /*  visibility: visible;*/
}


.sub-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  filter: drop-shadow(0px -12px 5px rgba(31, 45, 61, 0.2));
}
.sub-wrap .sub-menu{
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: -1px -1px 10px -2px rgba(31, 45, 61, 0.2);
  box-shadow: -1px -1px 10px -2px rgba(31, 45, 61, 0.2);
}
.sub-wrap .sub-menu li{
  margin: 0 !important;
}

.sub-wrap .sub-menu li a{
  transition: all 0.2s ease;
}

.sub-wrap .sub-menu a{
  padding: 10px !important;
  color: #000 !important;
  transition: color .25s linear;
  border-color: rgba(0, 0, 0, 0) !important;
  border: 0;
}



@media only screen and (min-width: 1024px) {

  .sub-wrap .sub-menu li:hover a{
    /*  transform: scale(1.05);*/

    z-index: 11;
    background-color: #FAFBFE;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
    border-radius: 4px;
    transform: scale(1.06);

  }

  .header-nav .nav-list li ul a:hover{
    color: #3484f0 !important;
  }

  .header-nav .nav-list li:hover >a{
    border-color: #3484f0;
    color: #3484f0;
  }



  .header-nav .nav-list li:hover .sub-wrap{
    opacity: 1;
    visibility: visible;
    transform: none;
  }

}


@media only screen and (max-width:1024px) {
  .sub-wrap{
    position: static;
    padding-top: 0;
    opacity: 1;
    visibility: visible;
  }
  .sub-wrap::before{
    display: none;
  }
  .sub-wrap .sub-menu{
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header-nav .menu-item-has-children > .nav-link{
    padding-bottom: 0;
  }

  .sub-wrap .sub-menu a{
    padding-top: 0 !important;
    color: #8dcbff !important;
    font-size: 22px;
    line-height: 1.3;
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
  }
  .sub-wrap .sub-menu a:hover{
    color: #fff !important;
  }
}

/* removing backgrounds on pages */

.wrapper.page-post {
  background: #fff;
}
.wrapper.page-about {
  background: #fff;
}

.wrapper.page-solution {
  background: #fff;
}

.wrapper.page-news {
  background: #fff;
}

/* this styles for header must work on all pages
    already wrote in style.min.css, but aren't displaying on the other pages, except home page */

.header-active {
  background: #23252E;
  position: fixed;
  left: 0;
  top: 0;
  transition: 0.3s all ease;
}
.header-logo {
  max-width: 150px;
}
.for-img img {
  width: 100%
}
@media screen and (max-width: 1024px) {
  .header {
    position: fixed;
    padding: 27px 0;
  }
  .header-nav {
    justify-content: flex-start;
  }
}
