@font-face {
    font-family: 'museo_sans_cyrl100';
  src: url("../fonts/museosanscyrl-100.eot");
  src: url("../fonts/museosanscyrl-100.eot?#iefix") format('embedded-opentype'), url("../fonts/museosanscyrl-100.woff") format('woff'), url("../fonts/museosanscyrl-100.ttf") format('truetype'), url("../fonts/museosanscyrl-100.svg#museo_sans_cyrl100") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'museo_sans_cyrl300';
  src: url("../fonts/museosanscyrl-300.eot");
  src: url("museosanscyrl-300.eot?#iefix") format('embedded-opentype'), url("../fonts/museosanscyrl-300.woff") format('woff'), url("../fonts/museosanscyrl-300.ttf") format('truetype'), url("../fonts/museosanscyrl-300.svg#museo_sans_cyrl300") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'museo_sans_cyrl500';
  src: url("../fonts/museosanscyrl-500.eot");
  src: url("../fonts/museosanscyrl-500.eot?#iefix") format('embedded-opentype'), url("../fonts/museosanscyrl-500.woff") format('woff'), url("../fonts/museosanscyrl-500.ttf") format('truetype'), url("../fonts/museosanscyrl-500.svg#museo_sans_cyrl500") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'museo_sans_cyrl700';
  src: url("../fonts/museosanscyrl-700.eot");
  src: url("../fonts/museosanscyrl-700.eot?#iefix") format('embedded-opentype'), url("../fonts/museosanscyrl-700.woff") format('woff'), url("../fonts/museosanscyrl-700.ttf") format('truetype'), url("../fonts/museosanscyrl-700.svg#museo_sans_cyrl700") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'museo_sans_cyrl900';
  src: url("../fonts/museosanscyrl-900.eot");
  src: url("../fonts/museosanscyrl-900.eot?#iefix") format('embedded-opentype'), url("../fonts/museosanscyrl-900.woff") format('woff'), url("../fonts/museosanscyrl-900.ttf") format('truetype'), url("../fonts/museosanscyrl-900.svg#museo_sans_cyrl900") format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    position: relative;
    color: #000;
    font-family: 'museo_sans_cyrl100', sans-serif;
    background: #fff;
    zoom: 1 !important;
}

.g-no-mobile body {
    min-width: 480px;
}

.g-fl {
    float: left;
}

.g-fr {
    float: right;
}

.main {
    max-width: 940px;
    margin: 0 auto;
}

.main:before,
.main:after {
    content: ' ';
    display: table;
}

.main:after {
    clear: both;
}

.header {
    width: 100%;
    height: 135px;
    position: fixed;
    top: 0;
    z-index: 128;
}

.header_load_yes {
    z-index: 1000100;
}

.header__inner {
    margin: 0 auto;
}

.header__inner:before,
.header__inner:after {
    content: ' ';
    display: table;
}

.header__inner:after {
    clear: both;
}

.header__inner-main {
    position: relative;
    width: 100%;
    max-width: 960px;
}

.header__links {
    float: right;
}

.header__link {
    float: left;
}

.header__link-app {
    position: relative;
    -webkit-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}

.header__link-app:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
}

.header__link-google-play {
    margin: 47px 27px 0 0;
    height: 60px;
    width: 180px;
    border: 2px solid #b7b9bb;
    border-radius: 10px;
}

.header__link-google-play:before {
    background-image: url("../img/sprite.png");
    background-position: -456px 0px;
    width: 144px;
    height: 40px;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
}

.header__link-google-play:hover {
    background-color: #000;
}

.header__link-google-play:hover:before {
    background-image: url("../img/sprite.png");
    background-position: -299px -352px;
    width: 144px;
    height: 40px;
}

.header__link-app-store {
    margin: 47px 27px 0 0;
    width: 180px;
    height: 60px;
    border: 2px solid #b7b9bb;
    border-radius: 10px;
}

.header__link-app-store:before {
    background-image: url("../img/sprite.png");
    background-position: -456px -137px;
    width: 136px;
    height: 36px;
}

.header__link-app-store:hover {
    background-color: #000;
}

.header__link-app-store:hover:before {
    background-image: url("../img/sprite.png");
    background-position: -456px -93px;
    width: 136px;
    height: 36px;
}

.header__link-preorder {
    margin-top: 46px;
    padding: 4px;
    display: table;
    width: 209px;
    height: 60px;
    background: url("../img/preorder.png") 50% 50% no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    text-decoration: none;
}

.header__link-preorder-inner {
    display: table-cell;
    vertical-align: middle;
    color: #000;
    font-family: 'museo_sans_cyrl300';
    font-size: 24px;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    -webkit-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}

.header__link-preorder:hover .header__link-preorder-inner {
    color: #fff;
}

.header__link-preorder:hover .header__link-preorder-inner {
    background-color: transparent;
}

.header__link-back {
    float: right;
    font-size: 24px;
    color: #696f6f;
    padding: 0 10px 5px;
    text-decoration: none;
    border-bottom: 2px solid #696f6f;
    margin: 30px 0 0 0;
    -webkit-transition: border 0.25s, color 0.25s;
    -o-transition: border 0.25s, color 0.25s;
    transition: border 0.25s, color 0.25s;
}

.header__link-back:before {
    content: '';
    background-image: url("../img/sprite.png");
    background-position: -493px -286px;
    width: 19px;
    height: 12px;
    display: inline-block;
    margin: 0 5px 0 0;
}

.header__link-back:hover {
    color: #3cc;
    border-color: transparent;
}

.header .language__holder {
    position: relative;
    margin-top: 46px;
    margin-left: 28px;
    display: inline-block;
    vertical-align: top;
    width: 59px;
    text-align: center;
    line-height: 59px;
    font-size: 22px;
}

.header .language__holder .language__trigger {
    display: block;
    width: 59px;
    height: 59px;
    background: url("../img/preorder.png") -50px 0 no-repeat;
    background-size: auto 100%;
    position: relative;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

.header .language__holder .language__trigger:before {
    position: absolute;
    top: 40px;
    left: 13px;
    width: 34px;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
    content: '';
}

.header .language__holder .language__trigger:hover {
    color: #f1c40f;
}

.header .language__holder .language__trigger:hover:before,
.header .language__holder .language__trigger:hover:after {
    background: #f1c40f;
}

.header .language__holder .language__trigger.active:hover {
    color: #f1c40f;
}

.header .language__holder .language__trigger.active:hover:before,
.header .language__holder .language__trigger.active:hover:after {
    background: #f1c40f;
}

.header .language__holder .language__trigger.active:before,
.header .language__holder .language__trigger.active:after {
    position: absolute;
    top: 40px;
    width: 18px;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
    content: '';
}

.header .language__holder .language__trigger.active:before {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}

.header .language__holder .language__trigger.active:after {
    right: 13px;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.header .language__holder .language__selector .language__selector-item {
    margin-top: 1px;
    display: block;
    width: 100%;
    height: 100%;
    background: #425057;
    color: #fff;
    -webkit-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}

.header .language__holder .language__selector .language__selector-item a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

.header .language__holder .language__selector .language__selector-item:hover {
    background: #000;
}

.header_size_small {
    height: 72px !important;
}

.header_size_small .logo {
    margin: 22px 0 0 0;
    height: 30px;
    width: 120px;
}

.header_size_small .header__link {
    margin-top: 14px;
    height: 44px;
}

.header_size_small .header__link-app {
    margin-right: 20px;
    border-width: 1px;
}

.header_size_small .header__link-app:before {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
}

.header_size_small .header__link-google-play {
    width: 123px;
}

.header_size_small .header__link-google-play:before {
    left: 6px;
}

.header_size_small .header__link-app-store {
    width: 145px;
}

.header_size_small .header__link-preorder {
    width: 157px;
}

.header_size_small .header__link-preorder-inner {
    font-size: 18px;
}

.header_size_small .header__link-back {
    margin-top: 24px;
    font-size: 20px;
}

.header_size_small .app-btn-soon:after {
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
}

.header_size_small .language__holder {
    margin-top: 14px;
    margin-left: 22px;
    width: 44px;
    line-height: 43px;
    font-size: 20px;
}

.header_size_small .language__holder .language__trigger {
    display: block;
    width: 44px;
    height: 43px;
    line-height: 40px;
    background: url("../img/preorder.png") -130px 0 no-repeat;
    background-size: auto;
}

.header_size_small .language__holder .language__trigger:before {
    top: 32px;
    left: 9px;
    width: 26px;
    height: 3px;
}

.header_size_small .language__holder .language__trigger.active:before,
.header_size_small .language__holder .language__trigger.active:after {
    top: 32px;
    width: 14px;
    height: 3px;
}

.header_size_small .language__holder .language__trigger.active:before {
    left: 9px;
    -webkit-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    -o-transform: rotate(13deg);
    transform: rotate(13deg);
}

.header_size_small .language__holder .language__trigger.active:after {
    right: 9px;
    -webkit-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
    transform: rotate(-13deg);
}

.header_size_small .language__holder .language__trigger.active .language__trigger-decor {
    width: 26px;
    height: 6px;
    background: transparent url("../img/language__arrow-small.png") 50% 0 no-repeat;
    top: 32px;
    left: 9px;
}

.logo {
    float: left;
    width: 222px;
    height: 75px;
    background: url("../img/logo.png") 0 0 no-repeat;
    margin: 22px 0 0 0;
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    display: block;
    margin: auto;
    height: 426px;
    width: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-transition: -webkit-transform 0.25s ease;
    -o-transition: -o-transform 0.25s ease;
    transition: transform 0.25s ease;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
}

.nav-list {
    display: block;
    height: 100%;
}

.nav__item {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    margin-bottom: 1px;
    text-align: center;
    cursor: pointer;
}

.nav__item:last-child {
    margin-bottom: 0;
}

.nav__item-button {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
    -webkit-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-transform: perspective(60px) rotateY(0);
    -ms-transform: perspective(60px) rotateY(0);
    -o-transform: perspective(60px) rotateY(0);
    transform: perspective(60px) rotateY(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav__item-button:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
}

.nav__item-button-video:after {
    background-image: url("../img/sprite.png");
    background-position: -456px -254px;
    width: 24px;
    height: 24px;
}

.nav__item-button-discont:after {
    background-image: url("../img/sprite.png");
    background-position: -572px -48px;
    width: 26px;
    height: 31px;
}

.nav__item-button-friends:after {
    background-image: url("../img/sprite.png");
    background-position: -569px -181px;
    width: 16px;
    height: 26px;
}

.nav__item-button-bluetooth:after {
    background-image: url("../img/sprite.png");
    background-position: -525px -254px;
    width: 29px;
    height: 22px;
}

.nav__item-button-percent:after {
    background-image: url("../img/sprite.png");
    background-position: -456px -286px;
    width: 29px;
    height: 22px;
}

.nav__item-button-preOrder:after {
    background-image: url("../img/sprite.png");
    background-position: -534px -220px;
    width: 26px;
    height: 26px;
}

.nav__item-button-about:after {
    background-image: url("../img/sprite.png");
    background-position: -520px -286px;
    width: 33px;
    height: 11px;
}

.nav__item:hover .nav__item-button,
.nav__item_state_active .nav__item-button {
    background: #425057;
}

.nav__item:hover .nav__item-button-video:after,
.nav__item_state_active .nav__item-button-video:after {
    background-image: url("../img/sprite.png");
    background-position: -568px -220px;
    width: 24px;
    height: 24px;
}

.nav__item:hover .nav__item-button-discont:after,
.nav__item_state_active .nav__item-button-discont:after {
    background-image: url("../img/sprite.png");
    background-position: -456px -181px;
    width: 26px;
    height: 31px;
}

.nav__item:hover .nav__item-button-friends:after,
.nav__item_state_active .nav__item-button-friends:after {
    background-image: url("../img/sprite.png");
    background-position: -510px -220px;
    width: 16px;
    height: 26px;
}

.nav__item:hover .nav__item-button-bluetooth:after,
.nav__item_state_active .nav__item-button-bluetooth:after {
    background-image: url("../img/sprite.png");
    background-position: -488px -254px;
    width: 29px;
    height: 22px;
}

.nav__item:hover .nav__item-button-percent:after,
.nav__item_state_active .nav__item-button-percent:after {
    background-image: url("../img/sprite.png");
    background-position: -562px -254px;
    width: 29px;
    height: 22px;
}

.nav__item:hover .nav__item-button-preOrder:after,
.nav__item_state_active .nav__item-button-preOrder:after {
    background-image: url("../img/sprite.png");
    background-position: -535px -181px;
    width: 26px;
    height: 26px;
}

.nav__item:hover .nav__item-button-about:after,
.nav__item_state_active .nav__item-button-about:after {
    background-image: url("../img/sprite.png");
    background-position: -561px -286px;
    width: 33px;
    height: 11px;
}

.nav__item_state_active .nav__item-button {
    -webkit-transform: perspective(60px) rotateY(15deg);
    -ms-transform: perspective(60px) rotateY(15deg);
    -o-transform: perspective(60px) rotateY(15deg);
    transform: perspective(60px) rotateY(15deg);
}

.preloader,
.preloader:before,
.preloader:after {
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.preloader:before,
.preloader:after {
    position: absolute;
    width: 1.4em;
    height: 2.6em;
    background-color: #007bb0;
    content: '';
}

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 2.5em;
    height: 2.5em;
    text-indent: -99999em;
    box-shadow: inset 0 0 0 0.25em #fff;
}

.preloader:before {
    top: -0.025em;
    left: -0.025em;
    border-radius: 2.55em 0 0 2.55em;
    -webkit-transform-origin: 1.3em 1.275em;
    -ms-transform-origin: 1.3em 1.275em;
    -o-transform-origin: 1.3em 1.275em;
    transform-origin: 1.3em 1.275em;
    -webkit-animation: load2 2s infinite ease 1.5s;
    -o-animation: load2 2s infinite ease 1.5s;
    animation: load2 2s infinite ease 1.5s;
}

.preloader:after {
    top: -0.025em;
    left: 1.275em;
    border-radius: 0 2.55em 2.55em 0;
    -webkit-transform-origin: 0 1.275em;
    -ms-transform-origin: 0 1.275em;
    -o-transform-origin: 0 1.275em;
    transform-origin: 0 1.275em;
    -webkit-animation: load2 2s infinite ease;
    -o-animation: load2 2s infinite ease;
    animation: load2 2s infinite ease;
}

.preloader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000;
    background-color: #007bb0;
}

.section-video {
    position: relative;
    z-index: 100;
    overflow: hidden;
    background-color: #007bb0;
    background-image: -webkit-linear-gradient(top, #09c 0%, #3cc 50%, #6c9 100%);
    background-image: -o-linear-gradient(top, #09c 0%, #3cc 50%, #6c9 100%);
    background-image: linear-gradient(to bottom, #09c 0%, #3cc 50%, #6c9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#0099cc,endColorstr=#66cc99);
}

@media only screen and (max-height: 780px) {
    .section-video {
        height: 100%;
        padding-top: 160px;
    }
}

@media only screen and (min-height: 781px) {
    .section-video {
        height: 860px;
        padding-top: 245px;
    }
}

.section-video .main {
    height: 100%;
}

.hr {
    height: 130px;
}

.b-content {
    position: relative;
    overflow: hidden;
    padding: 60px 0 120px;
    height: auto;
    background-color: #007bb0;
    background-image: -webkit-linear-gradient(top, #00679a 0%, #3cc 23%, #6c9 41%, #3cc 64%, #09c 84%, #069 100%);
    background-image: -o-linear-gradient(top, #00679a 0%, #3cc 23%, #6c9 41%, #3cc 64%, #09c 84%, #069 100%);
    background-image: linear-gradient(to bottom, #00679a 0%, #3cc 23%, #6c9 41%, #3cc 64%, #09c 84%, #069 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#0099cc,endColorstr=#006699);
}

.fotorama-main {
    width: 100%;
    margin: 0 auto;
}

.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.fotorama--fullscreen,
.fotorama__img {
    max-width: 99999px !important;
    max-height: 99999px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
    margin: 0 auto;
}

.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer;
}

.fotorama__wrap * {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.fotorama__img,
.fotorama__spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
}

.fotorama__img {
    margin: -50% 0 0 -50%;
    width: 100%;
    height: 100%;
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border: 0 !important;
}

.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__video-play,
.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__caption,
.fotorama__stage:before,
.fotorama__stage:after,
.fotorama__nav:before,
.fotorama__nav:after {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__caption {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -webkit-transition-duration: 0ms;
    -o-transition-duration: 0ms;
    transition-duration: 0ms;
}

.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__video-close {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
    cursor: auto;
}

.fotorama__nav,
.fotorama__nav__frame {
    margin: 0;
    padding: 0;
}

.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.fotorama__caption__wrap {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
    padding: 5px 10px;
}

.fotorama--hidden,
.fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1;
}

.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__video-close {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.fotorama {
    min-width: 1px;
}

.fotorama > .fotorama__wrap {
    visibility: visible;
}

.fotorama__thumb {
    background-color: #7f7f7f;
    background-color: rgba(127,127,127,0.2);
}

.fotorama--hidden-before-ready > * {
    visibility: hidden;
}

.fullscreen {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #000;
}

.fotorama--fullscreen {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    float: none !important;
    z-index: 2147483647 !important;
    background: #000;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
    display: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block;
}

.fotorama--fullscreen .fotorama__stage,
.fotorama--fullscreen .fotorama__nav {
    background: #000;
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl;
}

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0;
}

.fotorama__stage,
.fotorama__nav {
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

.fotorama__stage {
    margin-bottom: 20px;
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y;
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important;
}

.fotorama__stage__frame {
    overflow: hidden;
}

.fotorama__stage__frame.fotorama__active {
    z-index: 8;
}

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none;
}

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8;
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7;
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9;
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none;
}

.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
    display: block;
    left: 0;
    top: 0;
}

.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.fotorama__img--full {
    display: none;
}

.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
    max-width: 99999px !important;
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden;
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible;
}

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5;
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer;
}

.fotorama__nav__frame.fotorama__active {
    pointer-events: none;
    cursor: default;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 12px;
    height: 12px;
    border: 0;
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    opacity: 1 !important;
    display: block !important;
}

.fotorama__nav--dots {
    display: block;
}

.fotorama__nav--dots .fotorama__nav__frame {
    height: 24px;
    width: 24px;
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
    display: none;
}

.fotorama__nav--thumbs {
    display: block;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none;
}

.fotorama__dot {
    display: block;
    width: 12px;
    height: 12px;
    position: relative;
    top: 6px;
    left: 6px;
    background-color: #fff;
    border-radius: 100%;
    opacity: 0.5;
    -webkit-transition: 0.125s ease-out;
    -o-transition: 0.125s ease-out;
    transition: 0.125s ease-out;
}

.fotorama__dot:hover {
    opacity: 1;
}

.fotorama__active .fotorama__dot {
    opacity: 1;
}

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #00afea;
    background-image: -webkit-linear-gradient(top left, rgba(255,255,255,0.25), rgba(64,64,64,0.1));
    background-image: -o-linear-gradient(top left, rgba(255,255,255,0.25), rgba(64,64,64,0.1));
    background-image: linear-gradient(to bottom right, rgba(255,255,255,0.25), rgba(64,64,64,0.1));
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}

.fotorama__caption a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
    border-color: rgba(0,0,0,0.5);
}

.fotorama__caption a:hover {
    color: #333;
    border-color: rgba(51,51,51,0.5);
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
    -o-animation: spinner 24s infinite linear;
    animation: spinner 24s infinite linear;
}

.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__caption {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__caption {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.fotorama__video {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10;
}

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent;
    }
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play {
    display: block;
    position: absolute;
    z-index: 11;
    cursor: pointer;
}

.fotorama__arr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
}

.fotorama__arr--prev {
    left: 0;
    background-image: url("");
    background-position: ;
  width:;
    height: ;
}

.fotorama__arr--next {
    right: 0;
    background-image: url("");
    background-position: ;
  width:;
    height: ;
}

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    *display: none;
    opacity: 0.1;
}

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    z-index: 20;
}

.fotorama__video-play {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 68px;
    height: 68px;
    border: 3px solid #fff;
    border-radius: 100%;
    display: none;
}

.fotorama__video-play:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 17px;
    border-top: 10px solid transparent;
    border-left: 17px solid #fff;
    border-bottom: 10px solid transparent;
    content: '';
}

.fotorama__wrap--css3 .fotorama__video-play {
    display: block;
    opacity: 0;
}

.fotorama__wrap--css3 .fotorama__video-close {
    opacity: 0;
    -webkit-transform: translate3d(32px, -32px, 0);
    -ms-transform: translate3d(32px, -32px, 0);
    -o-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: block;
    opacity: 0;
    z-index: -1;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play {
    display: block;
    opacity: 1;
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    display: none;
    z-index: 20;
}

.fotorama__wrap--no-controls .fotorama__arr,
.fotorama__wrap--no-controls .fotorama__fullscreen-icon,
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none;
    opacity: 0;
}

.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__fullscreen-icon,
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: block;
    -webkit-transform: translate3d(32px, -32px, 0);
    -ms-transform: translate3d(32px, -32px, 0);
    -o-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__arr--prev,
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    display: block;
    -webkit-transform: translate3d(-48px, 0, 0);
    -ms-transform: translate3d(-48px, 0, 0);
    -o-transform: translate3d(-48px, 0, 0);
    transform: translate3d(-48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__arr--next,
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    display: block;
    -webkit-transform: translate3d(48px, 0, 0);
    -ms-transform: translate3d(48px, 0, 0);
    -o-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0);
}

.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none;
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__video-play,
.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transition-property: -webkit-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.fotorama__stage:before,
.fotorama__stage:after,
.fotorama__nav:before,
.fotorama__nav:after {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 1px 100%, 5px 100%;
}

.fotorama__stage:before,
.fotorama__nav:before {
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent), -webkit-radial-gradient(0 50%, farthest-side, rgba(0,0,0,0.4), transparent);
    background-image: -o-linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent), -o-radial-gradient(0 50%, farthest-side, rgba(0,0,0,0.4), transparent);
    background-image: linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0,0,0,0.4), transparent);
    background-position: 0 0, 0 0;
    left: -10px;
}

.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
    left: 0;
}

.fotorama__stage:after,
.fotorama__nav:after {
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0,0,0,0.4), transparent);
    background-image: -o-linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent), -o-radial-gradient(100% 50%, farthest-side, rgba(0,0,0,0.4), transparent);
    background-image: linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,0.4), transparent);
    background-position: 100% 0, 100% 0;
    right: -10px;
}

.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
    right: 0;
}

.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after {
    display: none;
}

.fotorama--slider {
    position: absolute;
    top: -1000000%;
    left: -1000000%;
    z-index: 1000000;
    min-height: 100%;
    min-width: 100%;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

@-ms-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

.slider {
    position: relative;
    z-index: 20;
    margin: 0 auto;
}

.slider-main {
    max-width: 780px;
}

.slider__control {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: 0.125s ease-out;
    -o-transition: 0.125s ease-out;
    transition: 0.125s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.slider__control:before,
.slider__control:after {
    position: absolute;
    content: '';
    height: 16px;
    width: 96px;
    border-radius: 8px;
    background: #fff;
}

.slider__control:before {
    top: -2px;
}

.slider__control:after {
    bottom: -2px;
}

.slider__control:hover {
    opacity: 1;
}

.slider__control:active {
    -webkit-transform: scale(0.975);
    -ms-transform: scale(0.975);
    -o-transform: scale(0.975);
    transform: scale(0.975);
}

.slider__control-prev,
.slider__control-next {
    height: 132px;
    width: 74px;
}

.slider__control-prev {
    left: -154px;
}

@media only screen and (max-width: 1120px) {
    .slider__control-prev {
        left: -90px;
    }
}

.slider__control-prev:before,
.slider__control-prev:after {
    right: 8px;
}

.slider__control-prev:before {
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slider__control-prev:after {
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slider__control-next {
    right: -154px;
}

@media only screen and (max-width: 1120px) {
    .slider__control-next {
        right: -90px;
    }
}

.slider__control-next:before,
.slider__control-next:after {
    left: 8px;
}

.slider__control-next:before {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slider__control-next:after {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.parallax {
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.parallax-wrapper {
    position: absolute;
    top: 0;
    z-index: 10;
    overflow: hidden;
    height: 860px;
    width: 100%;
    background: url("../img/cards-bg.png") 50% 0% no-repeat;
    background-size: auto 100%;
}

.parallax_main {
    min-width: 960px;
    height: 100%;
    margin: 0 auto;
}

.parallax_main:before,
.parallax_main:after {
    content: ' ';
    display: table;
}

.parallax_main:after {
    clear: both;
}

.g-no-iphone .parallax {
    display: block;
}

.g-no-iphone .parallax-wrapper {
    background: none;
}

.layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.card {
    position: absolute;
    height: 600px;
    width: 900px;
    -webkit-transform: scale(0.35);
    -ms-transform: scale(0.35);
    -o-transform: scale(0.35);
    transform: scale(0.35);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-radius: 70px;
    background: url("../img/card/card-front.png") 0 0 no-repeat;
    background-size: 100% 100%;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card_type_1 {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    -webkit-transform: rotate(-45deg) scale(0.5);
    -ms-transform: rotate(-45deg) scale(0.5);
    -o-transform: rotate(-45deg) scale(0.5);
    transform: rotate(-45deg) scale(0.5);
}

.card_type_2 {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: rotateY(0deg) rotateX(-10deg) skewY(-50deg) skewX(17deg) scale(0.3, 0.55);
    -ms-transform: rotateY(0deg) rotateX(-10deg) skewY(-50deg) skewX(17deg) scale(0.3, 0.55);
    -o-transform: rotateY(0deg) rotateX(-10deg) skewY(-50deg) skewX(17deg) scale(0.3, 0.55);
    transform: rotateY(0deg) rotateX(-10deg) skewY(-50deg) skewX(17deg) scale(0.3, 0.55);
}

.card_type_3 {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    -webkit-transform: rotate(25deg) scale(0.45);
    -ms-transform: rotate(25deg) scale(0.45);
    -o-transform: rotate(25deg) scale(0.45);
    transform: rotate(25deg) scale(0.45);
}

.card_type_4 {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: rotateY(55deg) rotateX(-25deg) skewY(37deg) scale(0.6);
    -ms-transform: rotateY(55deg) rotateX(-25deg) skewY(37deg) scale(0.6);
    -o-transform: rotateY(55deg) rotateX(-25deg) skewY(37deg) scale(0.6);
    transform: rotateY(55deg) rotateX(-25deg) skewY(37deg) scale(0.6);
    box-shadow: #fff 10px -10px 0px 5px;
}

.card_type_5 {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transform: rotateY(156deg) rotateX(20deg) skewY(22deg) skewX(-4deg) scale(0.45);
    -ms-transform: rotateY(156deg) rotateX(20deg) skewY(22deg) skewX(-4deg) scale(0.45);
    -o-transform: rotateY(156deg) rotateX(20deg) skewY(22deg) skewX(-4deg) scale(0.45);
    transform: rotateY(156deg) rotateX(20deg) skewY(22deg) skewX(-4deg) scale(0.45);
}

.card_type_6 {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: rotateY(-30deg) rotateX(0deg) skewY(15deg) skewX(6deg) scale(0.15);
    -ms-transform: rotateY(-30deg) rotateX(0deg) skewY(15deg) skewX(6deg) scale(0.15);
    -o-transform: rotateY(-30deg) rotateX(0deg) skewY(15deg) skewX(6deg) scale(0.15);
    transform: rotateY(-30deg) rotateX(0deg) skewY(15deg) skewX(6deg) scale(0.15);
}

.card_type_7 {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transform: rotateY(-60deg) rotateX(0deg) skewY(-28deg) skewX(27deg) scale(0.35);
    -ms-transform: rotateY(-60deg) rotateX(0deg) skewY(-28deg) skewX(27deg) scale(0.35);
    -o-transform: rotateY(-60deg) rotateX(0deg) skewY(-28deg) skewX(27deg) scale(0.35);
    transform: rotateY(-60deg) rotateX(0deg) skewY(-28deg) skewX(27deg) scale(0.35);
}

.card_type_8 {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    -webkit-transform: rotate(40deg) skewY(10deg) skewX(0deg) scale(0.45);
    -ms-transform: rotate(40deg) skewY(10deg) skewX(0deg) scale(0.45);
    -o-transform: rotate(40deg) skewY(10deg) skewX(0deg) scale(0.45);
    transform: rotate(40deg) skewY(10deg) skewX(0deg) scale(0.45);
}

.card_pos_1 {
    left: 370px;
    top: -150px;
}

.card_pos_2 {
    top: 75px;
    left: 932px;
}

.card_pos_3 {
    left: 1032px;
    top: 270px;
}

.card_pos_4 {
    left: 715px;
    top: 450px;
}

.card_pos_5 {
    left: 700px;
    top: -500px;
}

.card_pos_6 {
    left: -720px;
    top: 328px;
}

.card_pos_7 {
    left: 330px;
    top: 1215px;
}

.card_pos_8 {
    left: -316px;
    top: 175px;
}

.card_pos_9 {
    left: 1055px;
    top: -155px;
}

.card_pos_10 {
    left: -205px;
    top: 805px;
}

.card_pos_11 {
    left: -570px;
    top: 680px;
}

.card_pos_12 {
    left: 110px;
    top: 1145px;
}

.card_pos_13 {
    top: -160px;
    left: -677px;
}

.card_pos_14 {
    left: 425px;
    top: -995px;
}

.card_pos_15 {
    left: 170px;
    top: 695px;
}

.card_pos_16 {
    top: 1495px;
    left: -810px;
}

.card_pos_17 {
    left: 710px;
    top: 940px;
}

.card_pos_18 {
    left: -580px;
    top: 1460px;
}

.slide-first__top_card__face {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.slide-first__top_card__front {
    z-index: 10;
}

.slide-first__top_card__back {
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    -ms-transform: rotate3d(0, 1, 0, -180deg);
    -o-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg);
    z-index: 8;
}

.slide-first__top_card__card-flipped .front {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    -ms-transform: rotate3d(0, 1, 0, 180deg);
    -o-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
    z-index: 8;
}

.slide-first__top_card__card-flipped .back {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    -ms-transform: rotate3d(0, 1, 0, 0deg);
    -o-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
    z-index: 10;
}

.slide-first {
    margin: 0 0 65px 0;
    padding-top: 150px;
}

.slide-first__top {
    position: relative;
    height: 665px;
    width: 940px;
    padding: 150px 0 0;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
}

.slide-first__top:before,
.slide-first__top:after {
    content: ' ';
    display: table;
}

.slide-first__top:after {
    clear: both;
}

@media only screen and (min-width: 801px) and (max-width: 960px) {
    .slide-first__top {
        top: 132px !important;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@media only screen and (min-width: 961px) and (max-width: 1100px) {
    .slide-first__top {
        top: 160px !important;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media only screen and (max-height: 640px) {
    .slide-first__top {
        top: 154px !important;
        -webkit-transform: scale(0.5) translateY(-15%);
        -ms-transform: scale(0.5) translateY(-15%);
        -o-transform: scale(0.5) translateY(-15%);
        transform: scale(0.5) translateY(-15%);
    }
}

@media only screen and (min-height: 641px) and (max-height: 780px) {
    .slide-first__top {
        top: 220px !important;
        -webkit-transform: scale(0.7) translateY(-20%);
        -ms-transform: scale(0.7) translateY(-20%);
        -o-transform: scale(0.7) translateY(-20%);
        transform: scale(0.7) translateY(-20%);
    }
}

@media only screen and (min-height: 781px) and (max-height: 840px) {
    .slide-first__top {
        top: 160px !important;
        -webkit-transform: scale(0.9) translateY(-5%);
        -ms-transform: scale(0.9) translateY(-5%);
        -o-transform: scale(0.9) translateY(-5%);
        transform: scale(0.9) translateY(-5%);
    }
}

@media only screen and (max-height: 840px), only screen and (max-width: 1100px) {
    .slide-first__top {
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
    }

    .slide-first__top_fixed_yes {
        position: fixed !important;
    }
}

.slide-first__top_card {
    float: left;
    height: 352px;
    width: 242px;
    margin: 100px -100% 0 0;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.slide-first__top_card .inner {
    float: left;
    width: 100%;
    height: 100%;
    margin: 0 -100% 0 0;
}

.slide-first__top_card_first {
    left: 0;
    border-left: 5px solid #fff;
    border-radius: 22px;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform: perspective(1000px) rotateY(35deg);
    -ms-transform: perspective(1000px) rotateY(35deg);
    -o-transform: perspective(1000px) rotateY(35deg);
    transform: perspective(1000px) rotateY(35deg);
    -webkit-transform-origin: 0% 145%;
    -ms-transform-origin: 0% 145%;
    -o-transform-origin: 0% 145%;
    transform-origin: 0% 145%;
}

.slide-first__top_card_first__front {
    background: url("../img/card/card1a.png");
}

.slide-first__top_card_first__back {
    background: url("../img/card/card1b.png");
}

.slide-first__top_card_second {
    left: 250px;
    border-left: 7px solid #fff;
    border-radius: 22px;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform: perspective(1000px) rotateY(52deg);
    -ms-transform: perspective(1000px) rotateY(52deg);
    -o-transform: perspective(1000px) rotateY(52deg);
    transform: perspective(1000px) rotateY(52deg);
    -webkit-transform-origin: 0% 135%;
    -ms-transform-origin: 0% 135%;
    -o-transform-origin: 0% 135%;
    transform-origin: 0% 135%;
}

.slide-first__top_card_second__front {
    background: url("../img/card/card4a.png");
}

.slide-first__top_card_second__back {
    background: url("../img/card/card4b.png");
}

.slide-first__top_card_third {
    left: 500px;
    border-left: 7px solid #fff;
    border-radius: 25px;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform: perspective(1000px) rotateY(59deg);
    -ms-transform: perspective(1000px) rotateY(59deg);
    -o-transform: perspective(1000px) rotateY(59deg);
    transform: perspective(1000px) rotateY(59deg);
    -webkit-transform-origin: 0% 145%;
    -ms-transform-origin: 0% 145%;
    -o-transform-origin: 0% 145%;
    transform-origin: 0% 145%;
}

.slide-first__top_card_third__front {
    background: url("../img/card/card2a.png");
}

.slide-first__top_card_third__back {
    background: url("../img/card/card2b.png");
}

.slide-first__top_card_fourth {
    left: 700px;
    border-left: 14px solid #fff;
    border-radius: 30px;
    border-radius: 30px;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform: perspective(1000px) rotateY(77deg);
    -ms-transform: perspective(1000px) rotateY(77deg);
    -o-transform: perspective(1000px) rotateY(77deg);
    transform: perspective(1000px) rotateY(77deg);
    -webkit-transform-origin: 0% 150%;
    -ms-transform-origin: 0% 150%;
    -o-transform-origin: 0% 150%;
    transform-origin: 0% 150%;
}

.slide-first__top_card_fourth__front {
    background: url("../img/card/card3a.png");
}

.slide-first__top_card_fourth__back {
    background: url("../img/card/card3b.png");
}

.slide-first__top_tel {
    top: -50px;
    left: 845px;
    width: 97px;
    height: 623px;
    background: url("../img/phone_side2.png") 0 0 no-repeat;
    float: left;
    position: relative;
    margin-right: -100%;
}

.slide-first__top_tel_backface {
    top: -50px;
    left: 845px;
    width: 97px;
    height: 623px;
    background: url("../img/phone_backface.png") 0 0 no-repeat;
    float: left;
    position: relative;
    margin-right: -100%;
}

.slide-second {
    margin: 0;
    padding-top: 150px;
}

.slide-second:before,
.slide-second:after {
    content: ' ';
    display: table;
}

.slide-second:after {
    clear: both;
}

.slide-second__top {
    width: 940px;
    max-width: 100%;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
}

.slide-second__top:before,
.slide-second__top:after {
    content: ' ';
    display: table;
}

.slide-second__top:after {
    clear: both;
}

@media only screen and (min-width: 801px) and (max-width: 960px) {
    .slide-second__top {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@media only screen and (min-width: 961px) and (max-width: 1100px) {
    .slide-second__top {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media only screen and (max-height: 640px) {
    .slide-second__top {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@media only screen and (min-height: 641px) and (max-height: 780px) {
    .slide-second__top {
        -webkit-transform: scale(0.7) translateY(-20%);
        -ms-transform: scale(0.7) translateY(-20%);
        -o-transform: scale(0.7) translateY(-20%);
        transform: scale(0.7) translateY(-20%);
    }
}

@media only screen and (min-height: 781px) and (max-height: 840px) {
    .slide-second__top {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.slide-second__top_swipe {
    position: relative;
    padding: 0;
    top: -150px;
}

.slide-second__top_swipe_card {
    position: absolute;
    top: 0px;
    right: 90px;
    width: 242px;
    height: 352px;
}

.slide-second__top_swipe_card_first {
    background: url("../img/card/card1a.png") 0 0 no-repeat;
}

.slide-second__top_swipe_card_second {
    background: url("../img/card/card4a.png") 0 0 no-repeat;
}

.slide-second__top_swipe_card_third {
    background: url("../img/card/card2a.png") 0 0 no-repeat;
}

.slide-second__top_scaner {
    float: left;
    margin: 222px -100% 0 502px;
    background: url("../img/scaner.png") 0 0 no-repeat;
    height: 119px;
    width: 183px;
    position: relative;
    z-index: 4;
}

.slide-second__top_tel {
    margin: 0px -100% 0 150px;
    float: left;
    background: url("../img/iphone5white.png") 0 0 no-repeat;
    height: 564px;
    width: 267px;
    position: relative;
    z-index: 5;
    top: 0;
}

.slide-second__top_tel-wrapper {
    position: relative;
    margin-top: -20px;
    padding-top: 0;
    height: 664px;
    width: 940px;
    max-width: 100%;
}

@media only screen and (max-height: 840px), only screen and (max-width: 1100px) {
    .slide-second__top_tel-wrapper {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }
}

.slide-second__top_tel_screen {
    width: 230px;
    height: 405px;
    overflow: hidden;
    position: absolute;
    top: 80px;
    left: 20px;
}

.slide-second__top_card {
    position: absolute;
    float: left;
    width: 242px;
    height: 352px;
    bottom: 0px;
    left: -8px;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.slide-second__top_card_first {
    background: url("../img/card/card1b.png") 0 0 no-repeat;
}

.slide-second__top_card_second {
    background: url("../img/card/card4b.png") 0 0 no-repeat;
}

.slide-second__top_card_third {
    background: url("../img/card/card2b.png") 0 0 no-repeat;
}

.slide-second__hero {
    position: relative;
    float: right;
    width: 535px;
    padding: 195px 0 0 35px;
}

.slide-second__hero:before {
    position: absolute;
    top: 25px;
    left: 0;
    background-image: url("../img/sprite.png");
    background-position: -276px -116px;
    width: 87px;
    height: 103px;
    content: '';
}

.slide-second__hero_head {
    font-family: 'museo_sans_cyrl500';
    font-size: 60px;
    color: #fff;
    margin: 0 0 40px 0;
    line-height: 70px;
}

.slide-second__hero_text {
    font-family: 'museo_sans_cyrl100';
    font-size: 24px;
    color: #fff;
    line-height: 36px;
}

.slide-third {
    margin: 0 0 180px 0;
    padding-top: 150px;
}

.slide-third:before,
.slide-third:after {
    content: ' ';
    display: table;
}

.slide-third:after {
    clear: both;
}

.slide-third__top {
    margin: 0;
    padding-top: 80px;
    width: 940px;
    max-width: 100%;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
}

.slide-third__top:before,
.slide-third__top:after {
    content: ' ';
    display: table;
}

.slide-third__top:after {
    clear: both;
}

@media only screen and (min-width: 801px) and (max-width: 960px) {
    .slide-third__top {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
}

@media only screen and (min-width: 961px) and (max-width: 1100px) {
    .slide-third__top {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media only screen and (max-height: 640px) {
    .slide-third__top {
        -webkit-transform: scale(0.5) translateY(-10%);
        -ms-transform: scale(0.5) translateY(-10%);
        -o-transform: scale(0.5) translateY(-10%);
        transform: scale(0.5) translateY(-10%);
    }
}

@media only screen and (min-height: 641px) and (max-height: 780px) {
    .slide-third__top {
        -webkit-transform: scale(0.75) translateY(-5%);
        -ms-transform: scale(0.75) translateY(-5%);
        -o-transform: scale(0.75) translateY(-5%);
        transform: scale(0.75) translateY(-5%);
    }
}

@media only screen and (min-height: 781px) and (max-height: 840px) {
    .slide-third__top {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.slide-third__top_tel {
    float: left;
    margin: 0 -100% 0 0;
    position: relative;
    left: 580px;
    top: 50px;
    background: url("../img/nexus.png") 0 0 no-repeat;
    width: 290px;
    height: 579px;
    z-index: 10;
}

.slide-third__top_tel-wrapper {
    position: relative;
    padding-top: 0px;
    width: 940px;
    max-width: 100%;
    height: 600px;
}

@media only screen and (max-height: 840px) {
    .slide-third__top_tel-wrapper {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }
}

.slide-third__top_tel_screen {
    position: absolute;
    top: 47px;
    left: 16px;
    overflow: hidden;
    width: 257px;
    height: 456px;
}

.slide-third__top_card {
    position: absolute;
    float: left;
    width: 242px;
    height: 352px;
    bottom: 0px;
    left: 8px;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.slide-third__top_card_first {
    background: url("../img/card/card5b.png") 0 0 no-repeat;
}

.slide-third__top_card_second {
    background: url("../img/card/card6b.png") 0 0 no-repeat;
}

.slide-third__top_card_third {
    background: url("../img/card/card2b.png") 0 0 no-repeat;
}

.slide-third__top_top-card {
    width: 88px;
    height: 59px;
    border-radius: 10px;
    border: 2px solid #fff;
    position: absolute;
    z-index: 1;
}

.slide-third__top_top-card_clone1 {
    top: 45px;
    left: 190px;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.slide-third__top_top-card_clone2 {
    top: -25px;
    left: 295px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.slide-third__top_top-card_clone3 {
    top: -50px;
    left: 430px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.slide-third__top_top-card_clone4 {
    top: -27px;
    left: 565px;
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
}

.slide-third__top_top-card_clone5 {
    top: 40px;
    left: 678px;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.slide-third__hero {
    position: relative;
    float: left;
    width: 535px;
    padding: 245px 0 0 35px;
    margin: 0 -100% 0 0;
}

.slide-third__hero:before {
    position: absolute;
    top: 75px;
    left: 20px;
    background-image: url("../img/sprite.png");
    background-position: -191px -139px;
    width: 56px;
    height: 108px;
    content: '';
}

.slide-third__hero_head {
    font-family: 'museo_sans_cyrl500';
    font-size: 60px;
    color: #fff;
    margin: 0 0 40px 0;
    line-height: 70px;
}

.slide-third__hero_text {
    font-family: 'museo_sans_cyrl100';
    font-size: 24px;
    color: #fff;
    line-height: 36px;
}

.slide-fourth {
    margin: 0 0 190px 0;
    padding-top: 150px;
    z-index: 3;
}

.slide-fourth:before,
.slide-fourth:after {
    content: ' ';
    display: table;
}

.slide-fourth:after {
    clear: both;
}

.slide-fourth__top {
    position: relative;
    width: 940px;
    max-width: 100%;
    margin: 80px 0 0px;
    padding: 0;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
}

.slide-fourth__top:before,
.slide-fourth__top:after {
    content: ' ';
    display: table;
}

.slide-fourth__top:after {
    clear: both;
}

@media only screen and (min-width: 801px) and (max-width: 960px) {
    .slide-fourth__top {
        -webkit-transform: scale(0.725);
        -ms-transform: scale(0.725);
        -o-transform: scale(0.725);
        transform: scale(0.725);
    }
}

@media only screen and (min-width: 961px) and (max-width: 1100px) {
    .slide-fourth__top {
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85);
    }
}

@media only screen and (max-height: 640px) {
    .slide-fourth__top {
        -webkit-transform: scale(0.5) translateY(-15%);
        -ms-transform: scale(0.5) translateY(-15%);
        -o-transform: scale(0.5) translateY(-15%);
        transform: scale(0.5) translateY(-15%);
    }
}

@media only screen and (min-height: 641px) and (max-height: 780px) {
    .slide-fourth__top {
        -webkit-transform: scale(0.725) translateY(-7.5%);
        -ms-transform: scale(0.725) translateY(-7.5%);
        -o-transform: scale(0.725) translateY(-7.5%);
        transform: scale(0.725) translateY(-7.5%);
    }
}

@media only screen and (min-height: 781px) and (max-height: 840px) {
    .slide-fourth__top {
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85);
    }
}

@media only screen and (max-height: 840px), only screen and (max-width: 1100px) {
    .slide-fourth__top_fixed_yes {
        top: 150px !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto;
        opacity: 0;
        position: fixed !important;
    }
}

.slide-fourth__top_tel {
    position: relative;
    background: url("../img/nexus.png") 0 0 no-repeat;
    width: 290px;
    height: 579px;
    float: left;
    z-index: 2;
    margin: 50px -100% 0 0;
    display: block;
}

.slide-fourth__top_tel_screen {
    width: 255px;
    height: 453px;
    position: absolute;
    top: 47px;
    left: 18px;
    overflow: hidden;
}

.slide-fourth__top_bt {
    position: absolute;
    margin: 0;
    left: 370px;
    top: 240px;
    width: 145px;
    height: 121px;
}

.slide-fourth__top_bt_rune {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    width: 67px;
    height: 121px;
    right: auto;
    bottom: auto;
    background-size: 100%;
    background-image: url("../img/bluetooth.png");
    tap-highlight-color: rgba(0,0,0,0);
    background-position: 0px 0px;
    background-repeat: no-repeat no-repeat;
}

.slide-fourth__top_bt_c {
    position: absolute;
    left: 96px;
    top: 22px;
    right: auto;
    bottom: auto;
    margin: 0px;
    width: 49px;
    height: 78px;
    background-position: 0px 0px;
    background-repeat: no-repeat no-repeat;
    opacity: 0.1;
    background-size: 100%;
    background-size: 100%;
    tap-highlight-color: rgba(0,0,0,0);
}

.slide-fourth__top_bt_c1 {
    background-image: url("../img/s1.png");
}

.slide-fourth__top_bt_c2 {
    background-image: url("../img/s2.png");
}

.slide-fourth__top_bt_c3 {
    background-image: url("../img/s3.png");
}

.slide-fourth__top_card {
    float: left;
    width: 242px;
    height: 352px;
    margin: 0 -100% 0 0;
    position: relative;
}

.slide-fourth__top_card_first {
    background: url("../img/card/card5b.png") 0 0 no-repeat;
    -webkit-transform: matrix(0.6, 0, 0, 0.6, 0, 0);
    -ms-transform: matrix(0.6, 0, 0, 0.6, 0, 0);
    -o-transform: matrix(0.6, 0, 0, 0.6, 0, 0);
    transform: matrix(0.6, 0, 0, 0.6, 0, 0);
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.slide-fourth__top_card_second {
    background: url("../img/card/card6b.png") 0 0 no-repeat;
    -webkit-transform: matrix(0.7, 0, 0, 0.7, 0, 0);
    -ms-transform: matrix(0.7, 0, 0, 0.7, 0, 0);
    -o-transform: matrix(0.7, 0, 0, 0.7, 0, 0);
    transform: matrix(0.7, 0, 0, 0.7, 0, 0);
    -webkit-filter: blur(1px);
    filter: blur(1px);
    margin-top: 40px;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.slide-fourth__top_card_third {
    background: url("../img/card/card2b.png") 0 0 no-repeat;
    -webkit-transform: matrix(0.8, 0, 0, 0.8, 0, 0);
    -ms-transform: matrix(0.8, 0, 0, 0.8, 0, 0);
    -o-transform: matrix(0.8, 0, 0, 0.8, 0, 0);
    transform: matrix(0.8, 0, 0, 0.8, 0, 0);
    margin-top: 80px;
}

.slide-fourth__top_big-card-holder {
    z-index: 2;
    width: 940px;
    max-width: 100%;
    height: 337px;
}

@media only screen and (max-height: 840px), only screen and (max-width: 1100px) {
    .slide-fourth__top_big-card-holder {
        top: 0 !important;
        left: 0 !important;
    }
}

.slide-fourth__top_big-card {
    position: relative;
    background: url("../img/cardberry_card.png") 0 0 no-repeat;
    width: 450px;
    height: 337px;
    float: left;
    top: 100px;
    z-index: 20;
    margin: 0px -100% 0 250px;
    left: 230px;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
}

.slide-fourth__top_big-card.fixed {
    position: relative;
}

.slide-fourth__top_top-card {
    width: 88px;
    height: 59px;
    border-radius: 10px;
    border: 2px solid #fff;
    position: absolute;
    z-index: 1;
}

.slide-fourth__top_top-card_clone1 {
    top: -55px;
    left: 190px;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.slide-fourth__top_top-card_clone2 {
    top: -125px;
    left: 295px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.slide-fourth__top_top-card_clone3 {
    top: -145px;
    left: 430px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.slide-fourth__top_top-card_clone4 {
    top: -127px;
    left: 565px;
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
}

.slide-fourth__top_top-card_clone5 {
    top: -60px;
    left: 678px;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.slide-fourth__hero {
    position: relative;
    left: 380px;
    float: left;
    width: 535px;
    margin: 0 -100% 0 0;
    padding: 175px 0 0 35px;
}

.slide-fourth__hero:before {
    position: absolute;
    top: 25px;
    left: 15px;
    background-image: url("../img/sprite.png");
    background-position: -201px 0px;
    width: 67px;
    height: 121px;
    content: '';
}

.slide-fourth__hero_head {
    font-family: 'museo_sans_cyrl500';
    font-size: 60px;
    color: #fff;
    margin: 0 0 40px 0;
    line-height: 70px;
}

.slide-fourth__hero_text {
    font-family: 'museo_sans_cyrl100';
    font-size: 24px;
    color: #fff;
    line-height: 36px;
}

.slide-fifth {
    margin: 0 0 240px 0;
    padding-top: 150px;
}

.slide-fifth:before,
.slide-fifth:after {
    content: ' ';
    display: table;
}

.slide-fifth:after {
    clear: both;
}

.slide-fifth__wrapper {
    min-width: 940px;
}

.slide-fifth__top {
    width: 940px;
    max-width: 100%;
    padding-top: 150px;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
}

.slide-fifth__top:before,
.slide-fifth__top:after {
    content: ' ';
    display: table;
}

.slide-fifth__top:after {
    clear: both;
}

@media only screen and (min-width: 801px) and (max-width: 960px) {
    .slide-fifth__top {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
}

@media only screen and (max-height: 640px) {
    .slide-fifth__top {
        -webkit-transform: scale(0.5) translateY(-25%);
        -ms-transform: scale(0.5) translateY(-25%);
        -o-transform: scale(0.5) translateY(-25%);
        transform: scale(0.5) translateY(-25%);
    }
}

@media only screen and (min-height: 641px) and (max-height: 780px) {
    .slide-fifth__top {
        -webkit-transform: scale(0.75) translateY(-25%);
        -ms-transform: scale(0.75) translateY(-25%);
        -o-transform: scale(0.75) translateY(-25%);
        transform: scale(0.75) translateY(-25%);
    }
}

.slide-fifth__top_left {
    float: left;
    width: 400px;
    margin: 110px -100% 0 0;
    position: relative;
}

.slide-fifth__top_left_hand {
    background: url("../img/hand-left.png") 0 0 no-repeat;
    width: 1288px;
    height: 691px;
    position: absolute;
    right: 352px;
    top: -5px;
    z-index: 20;
}

.slide-fifth__top_right {
    float: right;
    width: 100px;
    margin: 541px 0 0 -1px;
    position: relative;
}

.slide-fifth__top_right_hand {
    background: url("../img/hand-right.png") 0 0 no-repeat;
    width: 1137px;
    height: 465px;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 0;
}

.slide-fifth__top_right_hand_fingers {
    background: url("../img/hand-right-fingers.png") 0 0 no-repeat;
    height: 181px;
    top: 290px;
    left: 49px;
    z-index: -1;
    float: right;
    width: 100px;
    margin: 0;
    position: relative;
}

.slide-fifth__top_right_hand_2 {
    width: 939px;
    height: 706px;
    position: absolute;
    top: -355px;
    left: -35px;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-fifth__top_right_hand_2-up {
    z-index: 30;
}

.slide-fifth__top_right_hand_2-up:before,
.slide-fifth__top_right_hand_2-up:after {
    position: absolute;
    left: 0;
    right: 0;
    background-image: url("../img/hand-right-2.png");
    background-repeat: no-repeat;
    background-size: 939px 706px;
    content: '';
}

.slide-fifth__top_right_hand_2-up:before {
    top: 0;
    height: 80px;
}

.slide-fifth__top_right_hand_2-up:after {
    bottom: 0;
    height: 426px;
    background-position: 0 -280px;
}

.slide-fifth__top_right_hand_2-down {
    z-index: -30;
}

.slide-fifth__top_right_hand_2-down:before {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    height: 200px;
    background: url("../img/hand-right-2.png") 0 -80px no-repeat;
    background-size: 939px 706px;
    content: '';
}

.slide-fifth__hero {
    position: relative;
    left: -20px;
    float: left;
    width: 600px;
    margin: 120px -100% 0 0;
    padding: 20px 0 0 0px;
}

.slide-fifth__hero:before {
    position: absolute;
    top: -125px;
    left: -30px;
    background-image: url("../img/sprite.png");
    background-position: -114px -266px;
    width: 104px;
    height: 72px;
    content: '';
}

.slide-fifth__hero_head {
    font-family: 'museo_sans_cyrl500';
    font-size: 54px;
    color: #fff;
    margin: 0 0 40px 0;
    line-height: 70px;
}

.slide-fifth__hero_text {
    font-family: 'museo_sans_cyrl100';
    font-size: 24px;
    color: #fff;
    line-height: 36px;
}

.hand-hidden {
    padding-top: 100px;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    position: relative;
}

#cardreader {
    padding-top: 150px;
}

@media only screen and (max-height: 640px) {
    #cardreader {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@media only screen and (min-height: 641px) and (max-height: 780px), only screen and (min-width: 801px) and (max-width: 960px) {
    #cardreader {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
}

.cardreader {
    position: relative;
    left: -180px;
    z-index: 6;
    margin: 0 auto;
    width: 1021px;
    height: 697px;
    background: url("../img/cardreader.png") 0 0 no-repeat;
}

.cardreader--en {
    background-image: url("../img/cardreader-en.png");
}

.cardreader__part {
    position: relative;
    top: 200px;
    left: 690px;
    z-index: -1;
    width: 88px;
    height: 321px;
    background: url("../img/cardreader-part.png") 0 0 no-repeat;
    float: left;
    margin-right: -100%;
}

#bigcard-copy {
    position: relative;
    background: url("../img/cardberry_card.png") 0 0 no-repeat;
    width: 450px;
    height: 337px;
    float: left;
    z-index: 2;
    margin: 100px -100% 0 250px;
    left: 290px;
    -webkit-transform: perspective(1000px) matrix3d(0.1218693434, 0.9925461516, 0, 0, -0.5259693264, 0.0645809128, -0.848048096156426, 0, -0.8417268742, 0.1033510647, 0.529919264233205, 0, 0, 0, 0, 1);
    -ms-transform: perspective(1000px) matrix3d(0.1218693434, 0.9925461516, 0, 0, -0.5259693264, 0.0645809128, -0.848048096156426, 0, -0.8417268742, 0.1033510647, 0.529919264233205, 0, 0, 0, 0, 1);
    -o-transform: perspective(1000px) matrix3d(0.1218693434, 0.9925461516, 0, 0, -0.5259693264, 0.0645809128, -0.848048096156426, 0, -0.8417268742, 0.1033510647, 0.529919264233205, 0, 0, 0, 0, 1);
    transform: perspective(1000px) matrix3d(0.1218693434, 0.9925461516, 0, 0, -0.5259693264, 0.0645809128, -0.848048096156426, 0, -0.8417268742, 0.1033510647, 0.529919264233205, 0, 0, 0, 0, 1);
    top: 130px;
}

.b-white {
    position: relative;
    z-index: 2;
    padding: 140px 0;
    background-color: #fff;
    overflow: hidden;
}

.b-white__do-preorder {
    background: url("../img/make_the_preorder.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 844px;
    max-width: 100%;
    height: 264px;
    margin: 0 auto 80px;
}

.b-white__do-preorder--en {
    background-image: url("../img/make_the_preorder_en.png");
}

.b-white__discont {
    font-family: 'museo_sans_cyrl700';
    font-size: 48px;
    color: #48515a;
    text-align: center;
    margin: 0 0 70px;
}

.b-white__discont_span {
    font-family: 'museo_sans_cyrl100';
    font-size: 30px;
    margin: 25px 0 0 0;
}

.b-white__preorder {
    width: 375px;
    height: 100px;
    background: url("../img/preorder.png") 0 0 no-repeat;
    display: block;
    text-decoration: none;
    font-family: 'museo_sans_cyrl700';
    font-size: 48px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    line-height: 100px;
    border-radius: 10px;
    cursor: pointer;
}

.b-white__preorder:hover {
    color: #f1c40f;
}

.who-we {
    background: #15b1ba;
    text-align: center;
    padding: 70px 0 115px;
    position: relative;
    z-index: 3;
}

.who-we__h2 {
    font-family: 'museo_sans_cyrl700';
    font-size: 45px;
    color: #fff;
    margin: 0 0 50px 0;
    text-align: center;
}

.who-we__text {
    font-family: 'museo_sans_cyrl100';
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    margin: 0 160px 70px;
}

.who-we__link {
    font-family: 'museo_sans_cyrl700';
    font-size: 30px;
    color: #fff;
    width: 260px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    margin: 0 auto;
    border-radius: 10px;
    text-decoration: none;
    display: block;
    border: 2px solid #fff;
}

.who-we__link:hover {
    background: #f1c40f;
}

.footer {
    height: 160px;
    background: #09c;
    padding: 65px 0 0 0;
    position: relative;
    z-index: 5;
}

.footer:before,
.footer:after {
    content: ' ';
    display: table;
}

.footer:after {
    clear: both;
}

.footer__inner {
    margin: 0 auto;
}

.footer__inner-faq {
    max-width: 1200px;
}

.footer__left {
    float: left;
}

.footer__left_link {
    font-family: 'museo_sans_cyrl500';
    display: inline-block;
    border-bottom: 2px solid #fff;
    font-size: 24px;
    color: #fff;
    margin: 0 80px 0 0;
    text-decoration: none;
    padding: 0 10px 0;
    line-height: 35px;
    cursor: pointer;
}

.footer__left_link:hover {
    border: none;
}

.footer__right {
    float: right;
}

.footer__right_link {
    cursor: pointer;
    display: inline-block;
    width: 60px;
    height: 45px;
    margin: 0 0 0 60px;
    -webkit-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
}

.footer__right_link:hover {
    opacity: 0.5;
}

.footer__right_link_span {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer__right_link_span_fb {
    background-image: url("../img/sprite.png");
    background-position: -501px -48px;
    width: 18px;
    height: 34px;
}

.footer__right_link_span_tw {
    background-image: url("../img/sprite.png");
    background-position: -490px -181px;
    width: 37px;
    height: 30px;
}

.footer__right_link_span_vk {
    background-image: url("../img/sprite.png");
    background-position: -456px -220px;
    width: 46px;
    height: 26px;
}

.faq {
    margin: 0 auto;
    padding: 160px 40px 0;
    max-width: 1280px;
}

.faq__header {
    height: 130px;
    margin-bottom: 15px;
}

.faq__header:before,
.faq__header:after {
    content: ' ';
    display: table;
}

.faq__header:after {
    clear: both;
}

.faq__content {
    margin-bottom: 450px;
    padding-top: 35px;
    display: table;
    width: 100%;
}

.faq__left {
    display: table-cell;
    vertical-align: top;
    width: 275px;
}

@media only screen and (max-width: 1000px) {
    .faq__left {
        display: none;
    }
}

.faq__link {
    display: block;
    margin: 0 0 15px 15px;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    position: relative;
}

.faq__link:hover {
    color: #3cc;
}

.faq__link_big {
    font-family: 'museo_sans_cyrl300';
    margin: 35px 0 15px 0;
    font-size: 30px;
}

.faq__link_big:hover {
    color: #3cc;
}

.faq__link_big:hover:before {
    content: '';
    background-image: url("");
    background-position: ;
  width:;
    height: ;
  position: absolute;
    left: -20px;
    top: 5px;
}

.faq__right {
    display: table-cell;
    vertical-align: top;
    width: auto;
    padding-top: 35px;
}

@media only screen and (min-width: 1000px) {
    .faq__right {
        padding-left: 40px;
    }
}

.faq__h2 {
    font-family: 'museo_sans_cyrl300';
    font-size: 38px;
    color: #000;
    margin: 0 0 20px 0;
}

.faq__h3 {
    font-family: 'museo_sans_cyrl300';
    font-size: 24px;
    color: #000;
    line-height: 36px;
    margin: 0 0 20px 0;
}

.faq__text {
    font-family: 'museo_sans_cyrl100';
    font-size: 20px;
    color: #696f6f;
    line-height: 36px;
    margin: 0 0 50px 0;
}

.app-grp {
    display: none;
}

.app-btn-soon {
    position: relative;
}

.app-btn-soon:after {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../img/sprite.png");
    background-position: -231px -352px;
    width: 60px;
    height: 41px;
    background-size: 600px 418px;
    content: '';
}

.hidden {
    display: none;
}

.m-content {
    display: none;
    background-image: -webkit-linear-gradient(bottom, #09c 0%, #3cc 23%, #6c9 41%, #3cc 64%, #09c 84%, #069 100%);
    background-image: -o-linear-gradient(bottom, #09c 0%, #3cc 23%, #6c9 41%, #3cc 64%, #09c 84%, #069 100%);
    background-image: linear-gradient(to top, #09c 0%, #3cc 23%, #6c9 41%, #3cc 64%, #09c 84%, #069 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#006699,endColorstr=#0099cc);
    overflow: hidden;
}

.m-sect {
    overflow: hidden;
    height: 1136px;
}

@media only screen and (max-width: 480px) {
    .m-sect {
        height: 568px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
    .m-sect {
        height: 852px;
    }
}

.m-sect-wrap {
    position: relative;
    margin: 0 auto;
    height: 100%;
}

@media only screen and (max-width: 480px) {
    .m-sect-wrap {
        width: 320px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
    .m-sect-wrap {
        width: 480px;
    }
}

.m-sect-cont {
    position: relative;
    margin: 0 auto;
    width: 640px;
    height: 1136px;
}

@media only screen and (max-width: 480px) {
    .m-sect-cont {
        margin-top: -284px;
        margin-left: -160px;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
    .m-sect-cont {
        margin-top: -142px;
        margin-left: -80px;
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
}

.m-sect-cont:before {
    position: absolute;
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    content: '';
}

.m-sect-cont_sect_discount {
    padding-top: 650px;
}

.m-sect-cont_sect_discount:before {
    top: -188px;
    left: 50%;
    margin-left: -552px;
    width: 852px;
    height: 743px;
    background-image: url("../img/m-percents.png");
}

.m-sect-cont_sect_friends {
    padding-top: 728px;
}

.m-sect-cont_sect_friends:before {
    top: 95px;
    left: 50%;
    margin-left: -200px;
    width: 390px;
    height: 579px;
    background-image: url("../img/m-friends.png");
}

.m-sect-cont_sect_bluetooth {
    padding-top: 436px;
}

.m-sect-cont_sect_bluetooth:before {
    top: 88px;
    left: 50%;
    margin-left: -225px;
    width: 450px;
    height: 337px;
    background-image: url("../img/cardberry_card.png");
}

.m-sect-cont_sect_percent {
    padding-top: 520px;
}

.m-sect-cont_sect_percent:before {
    top: 0;
    left: 50%;
    margin-left: -305px;
    width: 610px;
    height: 453px;
    background-image: url("../img/m-percent.png");
}

.m-sect-cont_sect_percent-en:before {
    background-image: url("../img/m-percent-en.png");
}

.m-feature {
    position: relative;
}

.m-feature:before {
    position: absolute;
    top: 0;
    display: block;
    background-position: 0 0;
    content: '';
}

.m-feature_sect_discount {
    padding: 146px 80px 0;
}

.m-feature_sect_discount:before {
    left: 60px;
    background-image: url("../img/sprite.png");
    background-position: -276px -116px;
    width: 87px;
    height: 103px;
}

.m-feature_sect_friends {
    padding: 0 100px 0 176px;
}

.m-feature_sect_friends:before {
    left: 60px;
    background-image: url("../img/sprite.png");
    background-position: -191px -139px;
    width: 56px;
    height: 108px;
}

.m-feature_sect_bluetooth {
    padding: 154px 70px 0 100px;
}

.m-feature_sect_bluetooth:before {
    left: 42px;
    background-image: url("../img/sprite.png");
    background-position: -201px 0px;
    width: 67px;
    height: 121px;
}

.m-feature_sect_percent {
    padding: 110px 96px 0;
}

.m-feature_sect_percent:before {
    left: 101px;
    background-image: url("../img/sprite.png");
    background-position: -114px -266px;
    width: 104px;
    height: 72px;
}

.m-feature-title {
    margin-bottom: 15px;
    font-family: museo_sans_cyrl500;
    font-size: 55px;
    line-height: 66px;
    color: #fff;
}

.m-feature-desc {
    font-family: museo_sans_cyrl100;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
}

.modal {
    position: absolute;
    z-index: 1000010;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.85);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.modal__close {
    position: absolute;
    top: -56px;
    right: -66px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 3px solid #fff;
    cursor: pointer;
}

.modal__close:before,
.modal__close:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: 8px;
    width: 32px;
    background-color: #fff;
    border-radius: 1px;
    content: '';
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.modal__close:active {
    -webkit-transform: scale(0.975);
    -ms-transform: scale(0.975);
    -o-transform: scale(0.975);
    transform: scale(0.975);
}

.modal__close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal__close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal__box {
    position: relative;
    margin-top: 182px;
    margin-left: auto;
    margin-right: auto;
    padding: 65px 40px 45px;
    max-width: 620px;
    background-color: #fff;
    border-radius: 16px;
}

.modal__header {
    position: absolute;
    left: 0;
    right: 0;
    top: -150px;
    display: none;
}

.modal__header_type_feedback {
    top: -65px;
}

.modal__heading {
    margin-bottom: 2px;
    color: #fff;
    font-family: 'museo_sans_cyrl500';
    font-size: 36px;
    line-height: 43px;
    text-align: center;
}

.modal__description {
    font-family: 'museo_sans_cyrl100';
    font-size: 21px;
    line-height: 36px;
    text-align: center;
    color: #fff;
}

.modal-rules {
    padding-top: 56px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 56px;
    overflow-y: auto;
    height: 100%;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
}

.modal-rules-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-right: 16px;
    display: none;
    background-color: #fff;
    border-radius: 16px;
}

.modal-rules__h1 {
    margin-bottom: 10px;
    font-family: 'museo_sans_cyrl300';
    font-size: 38px;
    line-height: 56px;
}

.modal-rules__h2 {
    margin-bottom: 12px;
    font-family: 'museo_sans_cyrl300';
    font-size: 24px;
    line-height: 44px;
}

.modal-rules__p {
    margin-bottom: 30px;
    font-family: 'museo_sans_cyrl100';
    font-size: 20px;
    line-height: 36px;
    color: #696f6f;
}

.modal__block {
    display: none;
}

.modal__form {
    font-family: 'museo_sans_cyrl100';
    font-size: 24px;
    color: #000;
}

@media only screen and (min-width: 640px) {
    .modal__form_type_preorder {
        position: relative;
    }

    .modal__form_type_preorder:before {
        position: absolute;
        top: -30px;
        right: 0;
        background-image: url("../img/sprite.png");
        background-position: -276px 0px;
        width: 172px;
        height: 108px;
        content: '';
    }
}

.modal__form-head {
    padding-bottom: 10px;
}

.modal__form-head:before,
.modal__form-foot:before,
.modal__form-head:after,
.modal__form-foot:after {
    content: ' ';
    display: table;
}

.modal__form-head:after,
.modal__form-foot:after {
    clear: both;
}

.modal__form-body {
    padding-bottom: 25px;
}

.modal__label {
    padding-right: 56px;
    float: left;
    font-family: 'museo_sans_cyrl100';
    font-size: 30px;
    line-height: 56px;
}

.modal__spinner {
    float: left;
    vertical-align: top;
    width: 38px;
    height: 56px;
    font-family: 'museo_sans_cyrl700';
    font-size: 36px;
    line-height: 52px;
    color: #fff;
    background-color: #3cc;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.modal__spinner:before,
.modal__spinner:after {
    content: ' ';
    display: table;
}

.modal__spinner:after {
    clear: both;
}

.modal__spinner-wrapper {
    float: left;
}

.modal__input {
    margin-bottom: 50px;
    padding: 10px;
    display: block;
    width: 100%;
    height: 54px;
    font-family: 'museo_sans_cyrl100';
    font-size: 27px;
    line-height: 30px;
    color: #000;
    border: 1px solid #3cc;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}

.modal__input::-webkit-input-placeholder {
    color: #000;
}

.modal__input::-moz-placeholder {
    color: #000;
}

.modal__input::placeholder {
    color: #000;
}

.modal__input_type_quantity {
    float: left;
    padding-left: 0;
    padding-right: 0;
    width: 50px;
    height: 56px;
    font-family: 'museo_sans_cyrl500';
    text-align: center;
}

.modal__input_type_promo {
    width: 290px;
}

.modal__input:disabled {
    background: #eee;
    cursor: default;
}

.modal__total {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 36px;
    padding-left: 40px;
    padding-right: 40px;
    height: 64px;
    font-size: 24px;
    line-height: 64px;
    text-align: right;
    background-color: #425057;
    color: #fff;
}

.modal__agreement {
    margin-top: 14px;
    padding-left: 56px;
    float: left;
    width: 50%;
    font-family: 'museo_sans_cyrl300';
    font-size: 18px;
    line-height: 22px;
}

.modal__i-chbx {
    display: none;
}

.modal__i-chbx:checked + .modal__agree:before {
    top: 3px;
    background-image: url("../img/sprite.png");
    background-position: -527px -48px;
    width: 37px;
    height: 33px;
    border: none;
}

.modal__agree {
    position: relative;
    color: #425057;
    cursor: pointer;
}

.modal__agree:before {
    position: absolute;
    top: 4px;
    left: -50px;
    width: 32px;
    height: 32px;
    border: 2px solid #3cc;
    content: '';
}

.modal__agree_state_error:before {
    border-color: #f00;
}

.modal__agree-rule {
    display: table;
}

.modal__link {
    color: #199bbe;
    text-decoration: underline;
    cursor: pointer;
}

.modal__link:hover {
    text-decoration: none;
}

.modal__submit {
    display: block;
    width: 220px;
    height: 65px;
    float: right;
    border-radius: 5px;
    text-align: center;
    font-family: 'museo_sans_cyrl700';
    font-size: 24px;
    line-height: 64px;
    text-decoration: none;
    color: #fff;
    background: url("../img/preorder-button.png") 0 0 no-repeat;
    background-size: 100% 100%;
    border: none;
}

.modal__submit_type_message {
    float: none;
    margin: 50px auto 0;
}

.modal__submit:hover {
    color: #f1c40f;
}

.modal__submit:disabled {
    background: #eee;
    cursor: default;
}

.modal__submit:disabled:hover {
    color: #fff;
}

.modal-inform__text {
    margin-bottom: 10px;
}

.modal-inform__p {
    margin-bottom: 22px;
    font-family: 'museo_sans_cyrl300';
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #000;
}

.modal-inform__email {
    margin: 0 auto 40px;
    display: block;
    width: 350px;
}

.modal-inform__submit {
    float: right;
    width: 256px;
    height: 64px;
    font-family: 'museo_sans_cyrl300';
    font-size: 24px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    background: url("../img/preorder.png") center center no-repeat;
    border: none;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.modal-inform__submit:disabled {
    opacity: 0.6;
    cursor: default;
}

.modal-write-us__header {
    margin-top: 32px;
    margin-bottom: 24px;
}

.modal-write-us__input {
    margin-bottom: 26px;
    width: 100%;
}

.modal__textarea {
    margin-bottom: 48px;
    padding: 12px 15px 12px;
    width: 100%;
    height: 116px;
    font-family: 'museo_sans_cyrl100';
    font-size: 24px;
    line-height: 32px;
    color: #000;
    border: 1px solid #3cc;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
    resize: none;
}

.modal__textarea::-webkit-input-placeholder {
    color: #000;
}

.modal__textarea::-moz-placeholder {
    color: #000;
}

.modal__textarea::placeholder {
    color: #000;
}

.modal-message {
    position: relative;
    margin-top: -24px;
    text-align: center;
    display: none;
}

.modal-message_type_success {
    height: 642px;
}

.modal-message_type_success:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("../img/sprite.png");
    background-position: 0px 0px;
    width: 193px;
    height: 131px;
    content: '';
}

.modal-message__heading {
    font-family: 'museo_sans_cyrl500';
    font-size: 72px;
    line-height: 84px;
    color: #000;
    margin-bottom: 22px;
}

.modal-message__description {
    font-family: 'museo_sans_cyrl100';
    font-size: 21px;
    line-height: 34px;
    color: #000;
}

.modal-message__error {
    margin-top: 6px;
    margin-bottom: 14px;
    font-family: 'museo_sans_cyrl500';
    font-size: 16px;
    line-height: 24px;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
}

.modal-message__error:before {
    content: '“';
}

.modal-message__error:after {
    content: '”';
}

.modal__control_state_error {
    border-color: #f00;
}

@media only screen and (max-width: 800px), only screen and (orientation: landscape) and (max-device-width: 1024px) {
    .nav {
        display: none;
    }

    .section-video {
        padding-top: 342px;
        height: 1090px;
    }

    .slider-main {
        margin-left: 20px;
        margin-right: 20px;
    }

    .fotorama__stage {
        margin-bottom: 35px;
    }

    .main {
        width: 100%;
        max-width: 100%;
    }

    .parallax {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        -o-transform-origin: top;
        transform-origin: top;
        overflow: visible;
    }

    .parallax-wrapper {
        height: 100%;
    }

    .parallax_main {
        min-width: 100%;
    }

    .card_pos_1 {
        left: -55px;
        top: -90px;
    }

    .card_pos_4 {
        left: 370px;
        top: 520px;
    }

    .card_pos_5 {
        left: 310px;
        top: 38px;
    }

    .card_pos_8 {
        left: -345px;
        top: 90px;
    }

    .card_pos_10 {
        left: -295px;
        top: 550px;
    }

    .card_pos_15 {
        left: 55px;
        top: 675px;
    }

    .b-white {
        padding-top: 0;
        padding-bottom: 108px;
    }

    .b-white__do-preorder {
        width: auto;
        max-width: 100%;
        height: 180px;
        margin: 98px 32px 40px;
        background-position: 50%;
    }

    .b-white__discont {
        font-size: 42px;
        margin: 0 54px 110px;
    }

    .b-white__span {
        margin: 30px 0 0;
    }

    .who-we {
        padding-top: 235px;
        padding-bottom: 100px;
    }

    .who-we__h2 {
        font-size: 46px;
    }

    .who-we__text {
        margin: 0 54px 80px;
    }

    .footer {
        position: relative;
        height: 220px;
    }

    .footer:before,
  .footer:after {
        content: ' ';
        display: table;
    }

    .footer:after {
        clear: both;
    }

    .footer__left {
        position: absolute;
        top: 140px;
        left: 0;
        right: 0;
        float: none;
        text-align: center;
    }

    .footer__left_link {
        margin: 0 7.225%;
    }

    .footer__right {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 30px;
        float: none;
        height: 100px;
        text-align: center;
        border-bottom: 2px solid #0091c2;
    }

    .footer__right_link {
        margin: 0 9.575%;
    }

    .app-grp {
        left: 0;
        right: 0;
        z-index: 10;
        padding-top: 48px;
        display: block;
        height: 160px;
        font-size: 0;
        text-align: center;
        background-color: #1999ce;
    }

    .app-grp_sect_video {
        position: absolute;
        bottom: 0;
    }

    .app-grp_sect_about {
        position: absolute;
        top: 0;
    }

    .app-btn {
        display: inline-block;
        vertical-align: top;
        height: 66px;
        background-color: #000;
        border-radius: 8px;
    }

    .app-btn-gplay {
        margin-right: 20px;
        width: 190px;
        background-image: url("../img/sprite.png");
        background-position: -226px -266px;
        width: 190px;
        height: 66px;
    }

    .app-btn-appstore {
        margin-right: 6px;
        width: 224px;
        background-image: url("../img/sprite.png");
        background-position: 0px -352px;
        width: 223px;
        height: 66px;
    }

    .b-content {
        display: none;
    }

    .m-content {
        display: block;
    }
}

@media only screen and (orientation: landscape) and (max-device-width: 1024px) {
    .section-video {
        padding-top: 200px;
    }

    .slider-main {
        margin-left: auto;
        margin-right: auto;
    }

    .b-white__do-preorder {
        height: 320px;
    }
}

@media only screen and (min-width: 1000px) {
    .header__inner-faq {
        max-width: 1280px;
        padding: 0 40px;
    }
}

@media only screen and (min-width: 801px) {
    .app-group {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .header {
        height: 115px;
    }

    .header__link-preorder {
        position: absolute;
        top: 0;
        right: 66px;
        margin-top: 14px;
        padding: 0;
        width: 157px;
        height: 44px;
    }

    .header__link-preorder-inner {
        vertical-align: top;
        font-size: 18px;
        line-height: 44px;
    }
}

@media only screen and (max-height: 320px) {
    .nav {
        top: -53px;
        bottom: auto;
    }
}

@media only screen and (min-height: 321px) and (max-height: 456px) {
    .header:not(.header_size_small) + .nav {
        top: auto;
        bottom: -53px;
    }
}

@media only screen and (min-height: 457px) and (max-height: 561px) {
    .header:not(.header_size_small) + .nav {
        top: 83px;
        bottom: auto;
    }
}

@media only screen and (max-height: 561px) {
    .header:not(.header_size_small) + .nav {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
}

@media only screen and (min-height: 562px) and (max-height: 697px) {
    .header:not(.header_size_small) + .nav {
        top: 136px;
        bottom: auto;
    }
}

@media only screen and (min-height: 321px) and (max-height: 393px) {
    .header_size_small + .nav {
        top: auto;
        bottom: -53px;
    }
}

@media only screen and (max-height: 393px) {
    .header_size_small + .nav__item-button {
        box-shadow: 0 0 1px rgba(0,0,0,0.25);
    }
}

@media only screen and (min-height: 394px) and (max-height: 465px) {
    .header_size_small + .nav {
        top: 20px;
        bottom: auto;
    }
}

@media only screen and (max-height: 499px) {
    .header_size_small + .nav {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
}

@media only screen and (min-height: 500px) and (max-height: 570px) {
    .header_size_small + .nav {
        top: 73px;
        bottom: auto;
    }
}

@media only screen and (max-width: 820px) {
    .header__link-google-play,
  .header__link-app-store {
        display: none;
    }

    .header__link-preorder-inner {
        background: transparent;
        color: #fff;
    }
}

@media only screen and (max-width: 980px) {
    .header {
        padding: 0 20px;
    }

    .header__link {
        margin-top: 14px;
        height: 44px;
    }

    .header__link-app {
        margin-right: 20px;
        border-width: 1px;
    }

    .header__link-app:before {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }

    .header__link-google-play {
        width: 123px;
    }

    .header__link-google-play:before {
        left: 6px;
    }

    .header__link-app-store {
        width: 145px;
    }

    .header__link-preorder {
        width: 157px;
    }

    .header__link-preorder-inner {
        font-size: 18px;
        line-height: 36px;
    }

    .header__link-back {
        margin-top: 24px;
        font-size: 20px;
    }

    .header .app-btn-soon:after {
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        -o-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }

    .header .language__holder {
        margin-top: 14px;
        margin-left: 22px;
        width: 44px;
        line-height: 43px;
        font-size: 20px;
    }

    .header .language__holder .language__trigger {
        display: block;
        width: 44px;
        height: 43px;
        line-height: 40px;
        background: url("../img/preorder.png") -130px 0 no-repeat;
        background-size: auto;
    }

    .header .language__holder .language__trigger:before {
        top: 32px;
        left: 9px;
        width: 26px;
        height: 3px;
    }

    .header .language__holder .language__trigger.active:before,
  .header .language__holder .language__trigger.active:after {
        top: 32px;
        width: 14px;
        height: 3px;
    }

    .header .language__holder .language__trigger.active:before {
        left: 9px;
        -webkit-transform: rotate(13deg);
        -ms-transform: rotate(13deg);
        -o-transform: rotate(13deg);
        transform: rotate(13deg);
    }

    .header .language__holder .language__trigger.active:after {
        right: 9px;
        -webkit-transform: rotate(-13deg);
        -ms-transform: rotate(-13deg);
        -o-transform: rotate(-13deg);
        transform: rotate(-13deg);
    }

    .header .language__holder .language__trigger.active .language__trigger-decor {
        width: 26px;
        height: 6px;
        background: transparent url("../img/language__arrow-small.png") 50% 0 no-repeat;
        top: 32px;
        left: 9px;
    }

    .slider__control {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .header__link-back,
  .header_size_small .header__link-back {
        position: absolute;
        top: 10px;
        right: 10px;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 2px;
        font-size: 14px;
        border-bottom-width: 1px;
    }

    .faq {
        padding-left: 20px;
        padding-right: 20px;
    }

    .faq__link {
        font-size: 16px;
    }

    .faq__link_big {
        font-size: 22px;
    }

    .faq__right {
        padding-top: 0;
    }

    .faq__content {
        margin-bottom: 50px;
        padding-top: 0;
    }

    .faq__h2 {
        font-size: 28px;
    }

    .faq__h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .faq__text {
        font-size: 16px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 320px) {
    .section-video {
        height: 568px;
    }
}

@media only screen and (min-width: 321px) and  (max-width: 360px) {
    .section-video {
        height: 640px;
    }
}

@media only screen and (max-width: 360px) {
    .logo {
        width: 110px;
        height: 38px;
        background-size: 110px 38px;
        margin-top: 10px;
    }

    .header {
        padding: 0 10px;
        height: 58px;
    }

    .header_size_small {
        height: 36px !important;
    }

    .header_size_small .logo {
        margin-top: 10px;
        height: 15px;
    }

    .header_size_small .header__link-preorder,
  .header__link-preorder {
        right: 33px;
        margin-top: 7px;
        width: 78px;
        height: 22px;
        border-radius: 5px;
    }

    .header_size_small .header__link-preorder-inner,
  .header__link-preorder-inner {
        font-size: 12px;
        line-height: 22px;
    }

    .header .language__holder {
        margin-top: 7px;
        margin-left: 11px;
        width: 22px;
        font-size: 12px;
        line-height: 22px;
    }

    .header .language__trigger {
        width: 22px !important;
        height: 22px !important;
        line-height: 20px !important;
    }

    .header .language__trigger:before,
  .header .language__trigger:after {
        top: 16px !important;
        width: 14px !important;
        height: 2px !important;
    }

    .header .language__trigger:before {
        left: 4px !important;
    }

    .header .language__trigger.active:before,
  .header .language__trigger.active:after {
        width: 8px !important;
        height: 2px !important;
    }

    .header .language__trigger.active:before {
        left: 4px !important;
    }

    .header .language__trigger.active:after {
        right: 4px !important;
    }

    .section-video {
        padding-top: 0;
    }

    .slider-main {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .fotorama__stage {
        margin-bottom: 18px;
    }

    .fotorama__video-play {
        -webkit-transform: scale(0.5) translate3d(0, 0, 0) !important;
        -ms-transform: scale(0.5) translate3d(0, 0, 0) !important;
        -o-transform: scale(0.5) translate3d(0, 0, 0) !important;
        transform: scale(0.5) translate3d(0, 0, 0) !important;
    }

    .app-grp {
        padding-top: 24px;
        height: 80px;
    }

    .app-btn {
        height: 33px;
        border-radius: 4px;
        background-size: 300px 209px;
    }

    .app-btn-gplay {
        margin-right: 10px;
        width: 95px;
        background-position: -113px -133px;
    }

    .app-btn-appstore {
        margin-right: 3px;
        width: 112px;
        background-position: 0px -176px;
    }

    .app-btn:after {
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        -o-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    .b-white {
        padding-bottom: 54px;
    }

    .b-white__do-preorder {
        margin: 48px 16px 16px;
        height: 96px;
    }

    .b-white__discont {
        margin: 0 28px 48px;
        font-size: 21px;
        line-height: 30px;
    }

    .b-white__discont_span {
        margin-top: 5px;
        font-size: 15px;
    }

    .b-white__preorder {
        width: 190px;
        height: 52px;
        font-size: 24px;
        line-height: 52px;
        border-radius: 5px;
        background-size: 100% 100%;
    }

    .who-we {
        padding-top: 118px;
        padding-bottom: 50px;
    }

    .who-we__h2 {
        margin-bottom: 25px;
        font-size: 23px;
    }

    .who-we__text {
        margin: 0 28px 40px;
        font-size: 10px;
        line-height: 18px;
    }

    .who-we__link {
        width: 128px;
        height: 32px;
        font-size: 15px;
        font-family: 'museo_sans_cyrl500';
        line-height: 32px;
        border-radius: 5px;
        border-width: 1px;
    }
}

@media only screen and (min-width: 361px) and (max-width: 480px) {
    .app-grp {
        padding-top: 36px;
        height: 120px;
    }

    .app-btn {
        height: 50px;
        border-radius: 4px;
        background-size: 450px 313.5px;
    }

    .app-btn-gplay {
        margin-right: 15px;
        width: 142px;
        background-position: -169.5px -199.5px;
    }

    .app-btn-appstore {
        margin-right: 4px;
        width: 168px;
        background-position: 0px -264px;
    }

    .app-btn:after {
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        -o-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
}

@media only screen and (max-width: 480px) {
    .footer {
        height: 110px;
    }

    .footer__left {
        top: 70px;
    }

    .footer__left_link {
        padding: 0 5px;
        font-size: 12px;
        line-height: 18px;
    }

    .footer__right {
        padding-top: 15px;
        height: 50px;
        border-bottom-width: 1px;
    }

    .footer__right_link {
        width: 30px;
        height: 22px;
    }

    .footer__right_link_span {
        background-size: 300px 209px;
    }

    .footer__right_link_span_fb {
        width: 9px;
        height: 17px;
        background-position: -250.5px -24px;
    }

    .footer__right_link_span_tw {
        background-position: -245px -90.5px;
        width: 18.5px;
        height: 15px;
    }

    .footer__right_link_span_vk {
        background-position: -228px -110px;
        width: 23px;
        height: 13px;
    }
}

@-webkit-keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes load2 {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes load2 {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
