@charset "UTF-8";
/*!
 * Odnoklassniki Shower theme github.com/operatino/shower-ok
 * Robert Haritonov @operatino http://rhr.me
 *
 * Forked from Ribbon theme for Shower HTML presentation engine: github.com/shower/shower Copyright © 2010–2013 Vadim Makeev, pepelsbey.net
 * Licensed under MIT license: github.com/shower/shower/wiki/MIT-License
 */
@font-face {
  font-family: 'PF DIN TEXT PRO';
  src: url(../fonts/pfdintextpro-regular-webfont.woff) format("woff");
}
@font-face {
  font-weight: bold;
  font-family: 'PF DIN TEXT PRO';
  src: url(../fonts/pfdintextpro-bold-webfont.woff) format("woff");
}
@font-face {
  font-style: italic;
  font-family: 'PF DIN TEXT PRO';
  src: url(../fonts/pfdintextpro-italic-webfont.woff) format("woff");
}
@font-face {
  font-style: italic;
  font-weight: bold;
  font-family: 'PF DIN TEXT PRO';
  src: url(../fonts/pfdintextpro-boldital-webfont.woff) format("woff");
}
@font-face {
  font-family: 'PF DIN TEXT PRO Light';
  font-weight: bold;
  src: url(../fonts/pfdintextpro-light-webfont.woff) format("woff");
}
@font-face {
  font-family: 'PF DIN TEXT PRO Medium';
  font-weight: bold;
  src: url(../fonts/pfdintextpro-medium-webfont.woff) format("woff");
}
@font-face {
  font-family: 'PT Mono';
  src: url(../fonts/PTMono.woff) format("woff");
}
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;
}

body {
  counter-reset: slide;
  font: 26px/2 'PF DIN TEXT PRO', sans-serif;
  color: #414141;
}

a {
  text-decoration: none;
}

.caption {
  display: none;
  margin: 0 0 50px;
}
.caption h1 {
  margin-bottom: 10px;
  color: #eb722e;
  font: bold 50px/1 'PF DIN TEXT PRO Medium', sans-serif;
}
.caption a {
  color: #0174a7;
  text-decoration: none;
}
.caption a:hover {
  color: #5394D7;
}

.badge {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  overflow: hidden;
  visibility: hidden;
  width: 11em;
  height: 11em;
  line-height: 2.5;
  font-size: 15px;
}

.badge a {
  position: absolute;
  bottom: 50%;
  right: -50%;
  left: -50%;
  visibility: visible;
  background: #4B86C2;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  color: #FFF;
  text-decoration: none;
  text-align: center;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotate(45deg) translateY(-1em);
  -moz-transform: rotate(45deg) translateY(-1em);
  -ms-transform: rotate(45deg) translateY(-1em);
  -o-transform: rotate(45deg) translateY(-1em);
  transform: rotate(45deg) translateY(-1em);
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.badge a:hover {
  background: #5394D7;
}

.slide {
  position: relative;
  width: 1024px;
  height: 640px;
  overflow: hidden;
  background-color: #FFF;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
.slide:after {
  position: absolute;
  left: 120px;
  bottom: 81px;
  color: #CCC;
  counter-increment: slide;
  content: counter(slide,decimal-leading-zero);
  line-height: 18px;
  font-size: 25px;
}
.slide:before {
  content: '';
  position: absolute;
  z-index: 1;
  right: 1px;
  bottom: -25px;
  width: 118px;
  height: 200px;
  background-image: url(../images/ok.svg);
  background-size: cover;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slide.clean:before, .slide.cover:before, .slide.shout:before {
  background-image: none;
}
.slide > div {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 70px 120px 0;
  width: 784px;
  height: 570px;
}
.debug .slide {
  background: url(../images/ribbon.svg) 865px 0 no-repeat, url(../images/grid-16x10.svg) no-repeat, white;
}

.slide h2 {
  margin: 0 0 37px;
  color: #eb722e;
  font: 400 50px/1 'PF DIN TEXT PRO Light', sans-serif;
}
.slide p {
  margin: 0 0 50px;
}
.slide p.note {
  color: #999;
}
.slide a {
  border-bottom: 0.1em solid;
  color: #0174a7;
}
.slide b, .slide strong {
  font-weight: bold;
}
.slide i, .slide em {
  font-style: italic;
}
.slide kbd, .slide code, .slide samp {
  padding: 3px 8px;
  border-radius: 8px;
  background: #FAFAA2;
  color: #000;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  line-height: 1;
  font-family: 'PT Mono', monospace;
}
.slide blockquote {
  font-style: italic;
}
.slide blockquote:before {
  position: absolute;
  margin: -3px 0 0 -70px;
  color: #CCC;
  font: 130px/0 "PF DIN TEXT PRO", sans-serif;
  content: '«';
}
.slide blockquote + figcaption {
  margin: -50px 0 50px;
  font-style: italic;
  font-weight: bold;
}
.slide ol, .slide ul {
  margin: 0 0 15px;
  counter-reset: list;
}
.slide ol li, .slide ul li {
  text-indent: -2em;
}
.slide ol li:before, .slide ul li:before {
  display: inline-block;
  width: 2em;
  color: #BBB;
  text-align: right;
}
.slide ol ol,
.slide ol ul, .slide ul ol,
.slide ul ul {
  margin: 0 0 0 2em;
}
.slide ul > li:before {
  content: '\2022\00A0\00A0';
}
.slide ol > li:before {
  counter-increment: list;
  content: counter(list) ".\00A0";
}
.slide pre {
  margin: 0 0 49px;
  padding: 1px 0 0;
  counter-reset: code;
  white-space: normal;
}
.slide pre code {
  display: block;
  padding: 0;
  background: none;
  white-space: pre;
  line-height: 50px;
}
.slide pre code:before {
  position: absolute;
  margin: 0 0 0 -110px;
  width: 100px;
  color: #BBB;
  text-align: right;
  counter-increment: code;
  content: counter(code,decimal-leading-zero) ".";
}
.slide pre code:only-child:before {
  content: '';
}
.slide pre mark {
  padding: 3px 8px;
  border-radius: 8px;
  background: #F7FCA0;
  color: #000;
  font-style: normal;
}
.slide pre mark.important {
  background: #C00;
  color: #FFF;
  font-weight: normal;
}
.slide pre mark.comment {
  padding: 0;
  background: none;
  color: #999;
}
.slide.clean, .slide.cover, .slide.shout {
  z-index: 1;
}
.slide.clean:after, .slide.cover:after, .slide.shout:after {
  content: '';
}
.slide.cover {
  background: #000;
}
.slide.cover img:not(.uncover),
.slide.cover svg:not(.uncover),
.slide.cover object:not(.uncover),
.slide.cover video:not(.uncover),
.slide.cover canvas:not(.uncover) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.slide.cover.w img:not(.uncover),
.slide.cover.w svg:not(.uncover),
.slide.cover.w object:not(.uncover),
.slide.cover.w video:not(.uncover),
.slide.cover.w canvas:not(.uncover) {
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slide.cover.h img:not(.uncover),
.slide.cover.h svg:not(.uncover),
.slide.cover.h object:not(.uncover),
.slide.cover.h video:not(.uncover),
.slide.cover.h canvas:not(.uncover) {
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slide.cover.w.h img:not(.uncover),
.slide.cover.w.h svg:not(.uncover),
.slide.cover.w.h object:not(.uncover),
.slide.cover.w.h video:not(.uncover),
.slide.cover.w.h canvas:not(.uncover) {
  top: 0;
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.slide.cover.white {
  background: #fff;
}
.slide.cover h2.invert {
  display: inline-block;
  margin-left: -10px;
  margin-top: -10px;
  padding: 10px;
  background: #eb722e;
  color: white;
}
.slide.cover h2.invert.right {
  float: right;
}
.slide.shout {
  background-image: none;
}
.slide.shout h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #eb722e;
  text-align: center;
  font: 150px/1 'PF DIN TEXT PRO Light', sans-serif;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slide .place {
  position: absolute;
}
.slide .place.t, .slide .place.m, .slide .place.b {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slide .place.t {
  top: 0;
}
.slide .place.b {
  bottom: 0;
}
.slide .place.l, .slide .place.m, .slide .place.r {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slide .place.l {
  left: 0;
}
.slide .place.m {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slide .place.r {
  right: 0;
  left: auto;
}
.slide .place.t.l, .slide .place.t.r, .slide .place.b.r, .slide .place.b.l {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.slide .place.t.l, .slide .place.t.r {
  top: 0;
}
.slide .place.b.r, .slide .place.b.l {
  top: auto;
}
.slide footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -640px;
  z-index: 1;
  display: none;
  padding: 20px 120px;
  background: #FAFAA2;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05) inset;
  -webkit-transition: bottom 0.3s;
  -moz-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
.slide:hover footer {
  bottom: 0;
}

@media screen {
  .list {
    position: absolute;
    clip: rect(0, auto, auto, 0);
    padding: 80px 0 40px 100px;
    background-color: #fff;
  }
  .list .caption,
  .list .badge {
    display: block;
  }
  .list .slide {
    overflow: visible;
    float: left;
    margin: 0 -412px -220px 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@media screen and (max-width: 1324px) {
  .list .slide {
    margin: 0 -688px -400px 0;
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -o-transform: scale(0.25);
    transform: scale(0.25);
  }
}
@media screen {
  .list .slide:before {
    background: none;
    right: auto;
    bottom: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 512px;
    height: 320px;
    box-shadow: 0 0 0 10px #ccc;
    border-radius: 2px;
    content: '';
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
@media screen and (max-width: 1324px) {
  .list .slide:before {
    width: 256px;
    height: 160px;
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
  }
}
@media screen {
  .list .slide:after {
    bottom: -80px;
    left: 120px;
    color: #999999;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
@media screen and (max-width: 1324px) {
  .list .slide:after {
    bottom: -104px;
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
  }
}
@media screen {
  .list .slide:hover:before {
    box-shadow: 0 0 0 10px #666;
  }
  .list .slide:target:before {
    box-shadow: 0 0 0 10px #eb722e;
  }
  .list .slide:target:after {
    color: #eb722e;
  }
  .list .slide > div:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: '';
  }
  .list .slide.clean:after, .list .slide.cover:after, .list .slide.shout:after {
    content: counter(slide,decimal-leading-zero);
  }
  .list .slide footer {
    display: block;
  }

  .full {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    margin: -320px 0 0 -512px;
    width: 1024px;
    height: 640px;
    background: #000;
  }
  .full .slide {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-left: 150%;
  }
  .full .slide .next {
    visibility: hidden;
  }
  .full .slide .next.active {
    visibility: visible;
  }
  .full .slide:target {
    margin: 0;
  }
  .full .progress {
    position: absolute;
    right: 118px;
    bottom: 40px;
    left: 118px;
  }
  .full .progress div {
    width: 0;
    height: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    background: rgba(177, 177, 177, 0.4);
    -webkit-transition: width 0.2s linear;
    -moz-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
  }
}
@page {
  margin: 0;
  size: 1024px 640px;
}
.brand-bg {
  background-color: #eb722e !important;
}

.bold {
  font-family: 'PF DIN TEXT PRO Medium' !important;
}

.dark {
  color: #000 !important;
}

.light {
  color: #fff !important;
}

.lp {
  color: #999999 !important;
}
.lp a {
  color: #999999 !important;
}

.brand {
  color: #eb722e !important;
}

.fz-l {
  font-size: 1.25em !important;
}

.fz-s {
  font-size: .75em !important;
}

.em {
  width: 100%;
  font-size: 50px;
  margin-left: 120px;
  line-height: 1.4;
}

.slide .place.m.em {
  top: 40%;
}
