body, html {
  margin: 0;
  overflow: hidden;
  -webkit-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}

body, .onepage-wrapper, html {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
}

.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}

.onepage-wrapper .section {
  width: 100%;
  height: 100%;
}

.onepage-pagination {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
}
.onepage-pagination li {
  padding: 0;
  text-align: center;
}
.onepage-pagination li a{
  padding: 10px;
  width: 4px;
  height: 4px;
  display: block;
  
}
.onepage-pagination li a:before{
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(0,0,0,0.85);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.onepage-pagination li a.active:before{
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid black;
  margin-top: -4px;
  left: 8px;
}

.disabled-onepage-scroll, .disabled-onepage-scroll .wrapper {
  overflow: auto;
}

.disabled-onepage-scroll .onepage-wrapper .section {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper {
  -webkit-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
  min-height: 100%;
}


.disabled-onepage-scroll .onepage-pagination {
  display: none;
}

body.disabled-onepage-scroll, .disabled-onepage-scroll .onepage-wrapper, html {
  position: inherit;
}
@charset 'utf-8';
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button,
input {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 0;
}
button:active,
input:active,
button:focus,
input:focus,
button:hover,
input:hover {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 0;
}
img {
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
}
body {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 2880px;
  min-height: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #000;
  font-family: -apple-system, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga', 'kern';
  -moz-font-feature-settings: 'liga', 'kern';
}
.body-no-scroll {
  overflow: hidden;
}
.page-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.heading-h2 {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 25px;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
}
.story-content {
  position: relative;
  z-index: 1;
  padding-top: 53px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .story-content {
    min-height: auto;
    max-width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .story-content {
    min-height: auto;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .story-content {
    min-height: auto;
    position: static;
    z-index: unset;
    padding: 0;
  }
}
.story-content_revealed {
  z-index: 200;
}
@media (max-width: 767px) {
  .content-hidden {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    z-index: -1;
    opacity: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 120px 18px 40px;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all 0.27s ease;
    -o-transition: all 0.27s ease;
    transition: all 0.27s ease;
  }
}
@media (max-width: 767px) {
  .content-hidden_visible {
    z-index: 1;
    opacity: 1;
  }
}
.story-title {
  -webkit-transition: all 0.44s ease;
  -o-transition: all 0.44s ease;
  transition: all 0.44s ease;
}
@media (min-width: 768px) {
  .story-content_active .story-title {
    opacity: 1;
  }
}
.story-content_revealed .story-title {
  opacity: 1;
  color: #000;
  text-shadow: 0 1px 10px #fff;
}
p.story-text {
  display: block;
  max-width: 439px;
  margin: 0 0 9px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #fff;
}
.story-content_active p.story-text {
  color: #fff;
}
.story-content_revealed p.story-text {
  opacity: 0;
}
.inline-link {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #41a4ff;
  -webkit-transition: all 0.27s ease;
  -o-transition: all 0.27s ease;
  transition: all 0.27s ease;
}
.inline-link:hover,
.inline-link:focus {
  color: #0073de;
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 2880px;
  height: 100px;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  cursor: pointer;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header {
    height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .header {
    height: 80px;
  }
}
.header_nav-opened {
  background-color: rgba(0,0,0,0.5);
}
.header_tint {
  background-color: rgba(0,0,0,0.5);
}
.header-logo {
  display: block;
  width: 234px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 26px 68px;
  background-color: transparent;
  background-image: url("../img/header/logo-light.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header-logo {
    width: 170px;
    height: 35px;
    margin: 16px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-logo {
    display: block;
    width: 140px;
    height: 29px;
    margin: 15px;
  }
}
@media (max-width: 767px) {
  .header-logo {
    width: 140px;
    height: 29px;
    margin: 0 0 0 18px;
  }
}
@media (min-width: 768px) {
  .header_black .header-logo {
    background-image: url("../img/header/logo-dark.svg");
  }
}
.header-burger {
  display: block;
  width: 100px;
  height: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: rgba(0,0,0,0.5);
  background-image: url("../img/header/burger.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50% 50%;
  -webkit-transition: all 0.27s ease;
  -o-transition: all 0.27s ease;
  transition: all 0.27s ease;
  cursor: pointer;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header-burger {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-burger {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .header-burger {
    width: 80px;
    height: 80px;
  }
}
.header_nav-opened .header-burger {
  background-color: transparent;
  background-image: url("../img/header/burger-close.svg");
}
.header_tint .header-burger {
  background-color: transparent;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100px;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header-nav {
    height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-nav {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .header-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%;
    height: calc(100vh - 80px);
    padding: 20px 18px 20px;
    position: fixed;
    left: 100%;
    top: 80px;
    z-index: 1;
    background-color: rgba(0,0,0,0.5);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.header_nav-opened .header-nav {
  opacity: 1;
}
@media (max-width: 767px) {
  .header_nav-opened .header-nav {
    left: 0;
  }
}
.header-stories-link {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.27s ease;
  -o-transition: all 0.27s ease;
  transition: all 0.27s ease;
  cursor: pointer;
}
.header-stories-link:hover {
  color: #f15b5c;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header-stories-link {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-stories-link {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .header-stories-link {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 32px;
  }
}
.header-navigation {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: auto;
  height: 100px;
  margin: 0 auto;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header-navigation {
    height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-navigation {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .header-navigation {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: block;
    height: auto;
    margin: 0;
  }
}
.header-navigation__link {
  display: inline-block;
  width: auto;
  margin: 0 25px 0 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.27s ease;
  -o-transition: all 0.27s ease;
  transition: all 0.27s ease;
  cursor: pointer;
}
.header-navigation__link:last-child {
  margin: 0;
}
.header-navigation__link:hover {
  color: #f15b5c;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header-navigation__link {
    margin: 0 16px 0 0;
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-navigation__link {
    margin: 0 12px 0 0;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .header-navigation__link {
    display: block;
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 28px;
  }
}
.header-navigation__link_active {
  color: #f15b5c;
}
.header-langs {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: auto;
  margin: 0 30px 0 10px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header-langs {
    margin: 0 15px 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-langs {
    margin: 0 15px 0 10px;
  }
}
@media (max-width: 767px) {
  .header-langs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 40px;
  }
}
.header-langs__lang {
  display: inline-block;
  width: auto;
  margin: 0 15px 0 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.27s ease;
  -o-transition: all 0.27s ease;
  transition: all 0.27s ease;
  cursor: pointer;
}
.header-langs__lang:last-child {
  margin: 0;
}
.header-langs__lang:hover {
  color: #f15b5c;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header-langs__lang {
    font-size: 10px;
    margin: 0 13px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-langs__lang {
    font-size: 10px;
    margin: 0 12px 0 0;
  }
}
@media (max-width: 767px) {
  .header-langs__lang {
    font-size: 24px;
    line-height: 28px;
  }
}
.header-langs__lang_active {
  color: #f15b5c;
  pointer-events: none;
}
.header-apps-links {
  display: none;
}
@media (max-width: 767px) {
  .header-apps-links {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: auto auto 0;
  }
}
.header-apps-links__appstore {
  display: block;
  width: 120px;
  height: 40px;
  margin: 0 21px 0 0;
  background-color: transparent;
  background-image: url("../img/icons/app-store-badge.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
.header-apps-links__gplay {
  display: block;
  width: 135px;
  height: 40px;
  background-color: transparent;
  background-image: url("../img/icons/gplay-badge.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
.story-section-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 120px 90px 213px 143px;
  background-color: #000;
  background-image: url("../img/page/story-1-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .story-section-one {
    padding: 90px 90px 90px 45px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .story-section-one {
    padding: 90px 90px 90px 25px;
  }
}
@media (max-width: 767px) {
  .story-section-one {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 100px 18px 60px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (min-resolution: 120dpi) {
  .story-section-one {
    background-image: url("../img/page/story-1-1@2x.jpg");
  }
}
.story-section-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 120px 90px 213px 143px;
  background-color: #000;
  background-image: url("../img/page/story-2-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .story-section-two {
    padding: 110px 90px 90px 45px;
    background-position: 50% 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .story-section-two {
    padding: 100px 90px 90px 25px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
}
@media (max-width: 767px) {
  .story-section-two {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 100px 18px 60px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (min-resolution: 120dpi) {
  .story-section-two {
    background-image: url("../img/page/story-2-1@2x.jpg");
  }
}
.story-section-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 120px 90px 213px 143px;
  background-color: #000;
  background-image: url("../img/page/story-3-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .story-section-three {
    padding: 90px 90px 90px 45px;
    background-position: 50% 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .story-section-three {
    padding: 90px 90px 90px 25px;
  }
}
@media (max-width: 767px) {
  .story-section-three {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 100px 18px 60px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (min-resolution: 120dpi) {
  .story-section-three {
    background-image: url("../img/page/story-3-1@2x.jpg");
  }
}
.story-section-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 120px 90px 213px 143px;
  background-color: #000;
  background-image: url("../img/page/story-4-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .story-section-four {
    padding: 110px 90px 90px 45px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .story-section-four {
    padding: 100px 90px 90px 25px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
}
@media (max-width: 767px) {
  .story-section-four {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 100px 18px 60px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (min-resolution: 120dpi) {
  .story-section-four {
    background-image: url("../img/page/story-4-1@2x.jpg");
  }
}
.good-story {
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 10%;
  right: 0;
  left: 30%;
  bottom: 0;
  z-index: 2;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 0px 10px rgba(255,255,255,0.5);
  box-shadow: 0 0 0px 10px rgba(255,255,255,0.5);
  cursor: pointer;
}
.good-story span {
  position: absolute;
  left: calc(100% + 24px);
  top: -6px;
  display: inline-block;
  width: auto;
  white-space: nowrap;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: #fff;
  text-transform: uppercase;
  pointer-events: none;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .good-story span {
    font-size: 10px;
    line-height: 10px;
    top: calc(100% + 28px);
    left: -70px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .good-story span {
    font-size: 10px;
    line-height: 10px;
    top: calc(100% + 28px);
    left: -60px;
    text-align: center;
    white-space: pre-wrap;
    width: 120px;
  }
}
@media (min-width: 1200px) {
  .good-story:hover {
    width: 400px;
    height: 400px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .good-story:hover span {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .good-story {
    top: 5%;
    left: 28%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .good-story {
    top: 0%;
    left: 28%;
  }
}
@media (max-width: 767px) {
  .good-story {
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .good-story span {
    display: none;
  }
}
.good-story_revealed {
  width: 100%;
  height: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: auto;
}
@media (min-width: 1200px) {
  .good-story_revealed:hover {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .good-story_revealed {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.good-story-trigger-mobile {
  display: none;
}
@media (max-width: 767px) {
  .good-story-trigger-mobile {
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 20px;
    z-index: 1;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 0 0px 10px rgba(255,255,255,0.5);
    box-shadow: 0 0 0px 10px rgba(255,255,255,0.5);
    cursor: pointer;
  }
  .good-story-trigger-mobile span {
    display: block;
    width: 200px;
    margin: 0 auto;
    position: absolute;
    left: calc(100% + 24px);
    top: -38px;
    left: -100px;
    right: 0;
    white-space: nowrap;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color: #fff;
    text-transform: uppercase;
    pointer-events: none;
    text-align: center;
  }
}
.good-story-trigger-mobile_hidden {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.good-story-one {
  display: block;
  background-image: url("../img/page/story-1-2.jpg");
  background-size: cover;
  background-position: 50% 50%;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .good-story-one {
    background-position: 50% 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .good-story-one {
    background-position: 70% 100%;
  }
}
.good-story-two {
  display: block;
  background-image: url("../img/page/story-2-2.jpg");
  background-size: cover;
  background-position: 50% 100%;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .good-story-two {
    background-position: 50% 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .good-story-two {
    background-position: 67% 100%;
  }
}
.good-story-three {
  display: block;
  background-image: url("../img/page/story-3-2.jpg");
  background-size: cover;
  background-position: 50% 50%;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .good-story-three {
    background-position: 50% 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .good-story-three {
    background-position: 50% 100%;
  }
}
.good-story-four {
  display: block;
  background-image: url("../img/page/story-4-2.jpg");
  background-size: cover;
  background-position: 50% 100%;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .good-story-four {
    background-position: 50% 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .good-story-four {
    background-position: 50% 100%;
  }
}
.story-behind-screen {
  display: block;
  padding: 164px 85px 60px;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow-y: scroll;
  position: fixed;
  top: 100%;
  left: 0;
  z-index: -1;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .story-behind-screen {
    padding: 110px 60px 200px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .story-behind-screen {
    padding: 110px 30px 180px;
  }
}
@media (max-width: 767px) {
  .story-behind-screen {
    padding: 130px 18px 30px;
  }
}
.story-behind-screen_visible {
  z-index: 9;
  opacity: 1;
  top: 0;
}
.story-behind-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.story-behind-content__collage {
  display: block;
  width: 100%;
  max-width: 420px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 72px 0 0;
  padding: 0 0 35%;
  background-image: url("../img/page/story-collage.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .story-behind-content__collage {
    width: 30%;
    margin: 0 40px 0 0;
    padding: 0 0 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .story-behind-content__collage {
    width: 35%;
    margin: 0 30px 0 0;
    padding: 0 0 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media (max-width: 767px) {
  .story-behind-content__collage {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (min-resolution: 120dpi) {
  .story-behind-content__collage {
    background-image: url("../img/page/story-collage@2x.png");
  }
}
.story-behind-content__info {
  display: block;
}
.story-behind-content__heading {
  display: block;
  margin: 0 0 22px;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  line-height: 57px;
  font-weight: bold;
  color: #000;
}
@media (max-width: 767px) {
  .story-behind-content__heading {
    font-size: 34px;
    line-height: 38px;
  }
}
.story-behind-content__text {
  display: block;
  max-width: 472px;
  margin: 0 0 22px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color: #000;
}
@media (max-width: 767px) {
  .story-behind-content__text {
    font-size: 18px;
    line-height: 30px;
  }
}
.solution-screen {
  display: block;
  padding: 164px 80px 20px 143px;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: fixed;
  top: 100%;
  left: 0;
  z-index: -1;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .solution-screen {
    padding: 110px 60px 200px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .solution-screen {
    padding: 110px 30px 180px;
  }
}
@media (max-width: 767px) {
  .solution-screen {
    padding: 130px 18px 30px;
  }
}
.solution-screen_visible {
  z-index: 9;
  opacity: 1;
  top: 0;
}
.solution-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.solution-content__info {
  display: block;
  margin: 0 40px 0 0;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .solution-content__info {
    margin: 0 30px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .solution-content__info {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 767px) {
  .solution-content__info {
    margin: 0;
    width: 100%;
  }
}
.solution-content__heading-h2 {
  display: block;
  margin: 0 0 22px;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  line-height: 57px;
  font-weight: bold;
  color: #000;
}
@media (max-width: 767px) {
  .solution-content__heading-h2 {
    font-size: 34px;
    line-height: 38px;
  }
}
.solution-content__heading-h3 {
  display: block;
  margin: 0 0 13px;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #f15b5c;
}
@media (max-width: 767px) {
  .solution-content__heading-h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
.solution-content__text {
  display: block;
  max-width: 472px;
  margin: 0 0 22px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color: #000;
}
@media (max-width: 767px) {
  .solution-content__text {
    font-size: 18px;
    line-height: 30px;
    max-width: none;
  }
}
.solution-content__bg {
  display: block;
  width: 100%;
  max-width: 572px;
  padding: 0 0 50%;
  background-color: transparent;
  background-image: url("../img/page/app-bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 0;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .solution-content__bg {
    width: 35%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .solution-content__bg {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .solution-content__bg {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (min-resolution: 120dpi) {
  .solution-content__bg {
    background-image: url("../img/page/app-bg@2x.png");
  }
}
.usage-screen {
  display: block;
  padding: 164px 80px 60px 143px;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 100%;
  left: 0;
  z-index: -1;
  opacity: 0;
  background-color: #fff;
  background-image: url("../img/page/usage.png");
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: 60% 100%;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .usage-screen {
    padding: 110px 60px 200px;
    background-position: 70% 100%;
    background-size: auto 70%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .usage-screen {
    padding: 110px 30px 180px;
    background-position: 80% 100%;
    background-size: auto 60%;
  }
}
@media (max-width: 767px) {
  .usage-screen {
    padding: 130px 18px 30px;
    background-image: none !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (min-resolution: 120dpi) {
  .usage-screen {
    background-image: url("../img/page/usage@2x.png");
  }
}
.usage-screen_visible {
  z-index: 9;
  opacity: 1;
  top: 0;
}
.usage-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.usage-content__info {
  display: block;
  max-width: 472px;
  margin: 0 40px 0 0;
}
@media (max-width: 767px) {
  .usage-content__info {
    margin: 0;
    width: 100%;
  }
}
.usage-content__heading-h2 {
  display: block;
  margin: 0 0 22px;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  line-height: 57px;
  font-weight: bold;
  color: #000;
}
@media (max-width: 767px) {
  .usage-content__heading-h2 {
    font-size: 34px;
    line-height: 38px;
  }
}
.usage-content__heading-h3 {
  display: block;
  margin: 0 0 13px;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #f15b5c;
}
@media (max-width: 767px) {
  .usage-content__heading-h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
.usage-content__text {
  display: block;
  max-width: 472px;
  margin: 0 0 22px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color: #000;
}
@media (max-width: 767px) {
  .usage-content__text {
    font-size: 18px;
    line-height: 30px;
    max-width: none;
  }
}
.team-screen {
  display: block;
  padding: 164px 80px 40px 143px;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 100%;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  background-color: #fff;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .team-screen {
    padding: 110px 60px 200px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .team-screen {
    padding: 110px 30px 180px;
  }
}
@media (max-width: 767px) {
  .team-screen {
    padding: 130px 18px 30px;
  }
}
.team-screen_visible {
  z-index: 9;
  opacity: 1;
  top: 0;
}
.team-content {
  display: block;
}
.team-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin: 0 0 45px;
}
@media (max-width: 767px) {
  .team-block {
    display: block;
    margin: 0 0 50px;
  }
  .team-block:first-child .team-block__logo {
    margin: 0;
  }
  .team-block:first-child .team-content__heading-h2 {
    margin: 0;
  }
}
.team-block__logo {
  display: block;
  width: 100%;
  max-width: 472px;
  margin: 0;
}
.team-block__logo img {
  display: block;
}
@media (max-width: 767px) {
  .team-block__logo {
    width: 100%;
    margin: 0 0 30px;
  }
}
.bezvests-logo {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .bezvests-logo {
    margin: 0;
  }
}
.chili-logo {
  width: 214px;
  max-width: 100%;
  height: 95px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .chili-logo {
    margin: 0;
  }
}
.tribe-logo {
  width: 150px;
  max-width: 100%;
  height: 150px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .tribe-logo {
    margin: 0;
  }
}
.team-block__description {
  display: block;
  width: 100%;
  max-width: 472px;
  margin: 0;
}
.team-content__heading-h2 {
  display: block;
  margin: 0 0 22px;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  line-height: 57px;
  font-weight: bold;
  color: #000;
}
@media (max-width: 767px) {
  .team-content__heading-h2 {
    font-size: 34px;
    line-height: 38px;
  }
}
.team-content__heading-h3 {
  display: block;
  margin: 0 0 13px;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #f15b5c;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .team-content__heading-h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
.team-content__text {
  display: block;
  max-width: 472px;
  margin: 0 0 22px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color: #000;
}
@media (max-width: 767px) {
  .team-content__text {
    font-size: 18px;
    line-height: 30px;
    max-width: none;
  }
}
.good-story-statistics-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  background-color: rgba(0,0,0,0.65);
  opacity: 0;
  -webkit-transition: opacity 0.9s ease;
  -o-transition: opacity 0.9s ease;
  transition: opacity 0.9s ease;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .good-story-statistics-block {
    padding-top: 120px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .good-story-statistics-block {
    padding: 90px 0 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .good-story-statistics-block {
    padding: 90px 0 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .good-story-statistics-block {
    padding: 80px 0;
    display: block;
  }
}
.good-story-statistics-block_visible {
  opacity: 1;
}
.good-story-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 195px 0 143px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .good-story-content {
    padding: 0 120px 0 45px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .good-story-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 240px 0 30px;
  }
}
@media (max-width: 767px) {
  .good-story-content {
    padding: 0 18px;
    display: block;
  }
}
@media (max-width: 360px) {
  .good-story-content {
    padding: 0 10px;
  }
}
.good-story-content__left-part,
.good-story-content__right-part {
  display: block;
  width: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
.good-story-content__left-part {
  margin: 0 5%;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .good-story-content__left-part {
    width: 42.5%;
    -ms-flex-preferred-size: 42.5%;
    flex-basis: 42.5%;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .good-story-content__left-part {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .good-story-content__left-part {
    width: 100%;
    margin: 0 0 20px;
  }
}
.good-story-content__right-part {
  padding: 96px 0 0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .good-story-content__right-part {
    width: 37%;
    -ms-flex-preferred-size: 37%;
    flex-basis: 37%;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .good-story-content__right-part {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .good-story-content__right-part {
    width: 100%;
    margin: 0;
    padding-top: 0;
  }
}
.good-story-content__heading-h2 {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 48px;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .good-story-content__heading-h2 {
    font-size: 42px;
    line-height: 42px;
    margin: 0 0 42px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .good-story-content__heading-h2 {
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .good-story-content__heading-h2 {
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 20px;
  }
}
@media (max-width: 360px) {
  .good-story-content__heading-h2 {
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 12px;
  }
}
.good-story-content__heading-h3 {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 48px;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .good-story-content__heading-h3 {
    font-size: 32px;
    line-height: 32px;
    margin: 0 0 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .good-story-content__heading-h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 18px;
  }
}
@media (max-width: 767px) {
  .good-story-content__heading-h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 18px;
  }
}
@media (max-width: 360px) {
  .good-story-content__heading-h3 {
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 10px;
  }
}
.good-story-content p {
  display: block;
  max-width: 439px;
  margin: 0 0 29px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .good-story-content p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .good-story-content p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 18px;
  }
}
@media (max-width: 767px) {
  .good-story-content p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 18px;
  }
}
@media (max-width: 360px) {
  .good-story-content p {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 12px;
  }
}
.statistics-block {
  display: block;
}
.statistics-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 70px;
}
@media (max-width: 360px) {
  .statistics-block__row {
    height: 30px;
  }
}
.statistics-block__year {
  display: inline-block;
  width: auto;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  color: #fff;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .statistics-block__year {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .statistics-block__year {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .statistics-block__year {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 360px) {
  .statistics-block__year {
    font-size: 14px;
    line-height: 18px;
  }
}
.statistics-block__bar {
  display: block;
  width: auto;
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 25px;
  background-color: #fff;
}
@media (max-width: 1024px) and (max-width: 1399px) {
  .statistics-block__bar {
    margin: 0 20px;
  }
}
@media (max-width: 360px) {
  .statistics-block__bar {
    margin: 0 12px;
  }
}
.statistics-block__number {
  display: inline-block;
  width: auto;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #fff;
}
.statistics-block__number_small {
  font-size: 36px;
  line-height: 36px;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .statistics-block__number_small {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .statistics-block__number_small {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .statistics-block__number_small {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 360px) {
  .statistics-block__number_small {
    font-size: 22px;
    line-height: 22px;
  }
}
.statistics-block__number_medium {
  font-size: 48px;
  line-height: 48px;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .statistics-block__number_medium {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .statistics-block__number_medium {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .statistics-block__number_medium {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 360px) {
  .statistics-block__number_medium {
    font-size: 24px;
    line-height: 24px;
  }
}
.statistics-block__number_large {
  font-size: 56px;
  line-height: 56px;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .statistics-block__number_large {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .statistics-block__number_large {
    font-size: 38px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .statistics-block__number_large {
    font-size: 38px;
    line-height: 38px;
  }
}
@media (max-width: 360px) {
  .statistics-block__number_large {
    font-size: 28px;
    line-height: 28px;
  }
}
.close-mobile-story {
  display: none;
}
@media (max-width: 767px) {
  .close-mobile-story {
    display: block;
    width: 160px;
    height: 18px;
    margin: 10px auto;
    padding: 0 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.27s ease;
    -o-transition: all 0.27s ease;
    transition: all 0.27s ease;
    cursor: pointer;
    border-radius: 25px;
    border: 1px solid #fff;
  }
}
.footer {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 20px 45px 56px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .footer {
    padding: 20px 30px 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer {
    padding: 20px 20px 30px 0;
  }
}
@media (max-width: 767px) {
  .footer {
    display: none;
  }
}
.footer-apps-links {
  display: block;
}
.footer-apps-links__get {
  display: block;
  width: 100%;
  height: auto;
  min-height: 97px;
  margin: 0;
  padding: 7px 93px 34px 17px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #fff;
  background-color: transparent;
  background-image: url("../img/icons/bezvests-app-logo.png");
  background-repeat: no-repeat;
  background-size: 70px auto;
  background-position: 100% 0;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .footer-apps-links__get {
    min-height: auto;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-apps-links__get {
    min-height: auto;
    padding-bottom: 20px;
  }
}
.footer_black .footer-apps-links__get {
  color: #000;
}
.footer-apps-links__stores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.footer-apps-links__appstore {
  display: block;
  width: 120px;
  height: 40px;
  margin: 0 21px 0 0;
  background-color: transparent;
  background-image: url("../img/icons/app-store-badge.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
.footer-apps-links__gplay {
  display: block;
  width: 135px;
  height: 40px;
  background-color: transparent;
  background-image: url("../img/icons/gplay-badge.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
.reveal-link {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 9px 20px 9px 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 11px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  left: 143px;
  bottom: 65px;
  z-index: 2;
  cursor: pointer;
  text-shadow: 0 1px 10px #000;
  -webkit-transition: all 0.27s ease;
  -o-transition: all 0.27s ease;
  transition: all 0.27s ease;
}
.reveal-link:hover {
  color: #f15b5c;
  text-shadow: none;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .reveal-link {
    left: 45px;
    bottom: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .reveal-link {
    left: 25px;
    bottom: 45px;
  }
}
@media (max-width: 767px) {
  .reveal-link {
    left: 0;
    right: 0;
    top: 90px;
    margin: 0 auto;
    border-radius: 25px;
    border: 1px solid #fff;
    padding: 0 10px;
    line-height: 18px;
    height: 18px;
    width: 140px;
    text-align: center;
    z-index: 1;
  }
}
.reveal-link_black {
  color: #000;
  text-shadow: 0 1px 10px #fff;
}
.reveal-link_black:hover {
  color: #f15b5c;
  text-shadow: none;
}
body .onepage-pagination {
  right: 45px !important;
  top: calc(50% - 60px) !important;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .onepage-pagination {
    right: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .onepage-pagination {
    right: 20px !important;
  }
}
@media (max-width: 767px) {
  body .onepage-pagination {
    display: none !important;
  }
}
body .onepage-pagination li {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 25px;
  text-align: right;
}
body .onepage-pagination li:last-child {
  margin: 0;
}
body .onepage-pagination li a {
  display: inline-block;
  width: auto;
  min-width: 150px;
  padding: 0 59px 0 0;
  height: 10px;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: transparent;
  text-transform: uppercase;
  text-align: right;
  -webkit-transition: all 0.27s ease;
  -o-transition: all 0.27s ease;
  transition: all 0.27s ease;
}
body .onepage-pagination li a:hover {
  color: rgba(255,255,255,0.7);
}
body .onepage-pagination li a:hover:after {
  opacity: 0.7;
}
body .onepage-pagination li a:after {
  content: '';
  display: block;
  width: 29px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 6px;
  right: 20px;
  opacity: 0;
  -webkit-transition: all 0.27s ease;
  -o-transition: all 0.27s ease;
  transition: all 0.27s ease;
}
body .onepage-pagination.onepage-pagination_black li a:after {
  background-color: #000;
}
body .onepage-pagination.onepage-pagination_black li a:hover {
  color: rgba(0,0,0,0.7);
}
body .onepage-pagination li a.active {
  pointer-events: none;
  color: #fff;
}
body .onepage-pagination li a.active:after {
  opacity: 1;
}
body .onepage-pagination.onepage-pagination_black li a.active {
  color: #000;
  text-shadow: 0 1px 10px #fff;
}
body .onepage-pagination li a:before {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  background-color: transparent;
  top: 2px;
  right: 0;
  left: auto;
  margin: 0;
  padding: 0;
}
body .onepage-pagination.onepage-pagination_black li a:before {
  border-color: #000;
}
body .onepage-pagination li a.active:before {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 1px solid #fff;
  top: 2px;
  right: 0;
  left: auto;
  margin: 0;
  padding: 0;
}
body .onepage-pagination.onepage-pagination_black li a.active:before {
  background-color: #000;
  border-color: #000;
}
